text stringlengths 4 6.14k |
|---|
#ifndef SQUID_SSL_HELPER_H
#define SQUID_SSL_HELPER_H
#include "../helper.h"
#include "ssl/crtd_message.h"
namespace Ssl
{
/**
* Set of thread for ssl_crtd. This class is singleton. Use this class only
* over GetIntance() static method. This class use helper structure
* for threads management.
*/
class Helper
{
p... |
/*
* CDE - Common Desktop Environment
*
* Copyright (c) 1993-2012, The Open Group. All rights reserved.
*
* These libraries and programs are free software; you can
* redistribute them and/or modify them under the terms of the GNU
* Lesser General Public License as published by the Free Software
* Foundation; ei... |
/*
* Copyright (C) 2006-2007, Red Hat, Inc.
* Copyright (C) 2009 Jan Michael Alonzo <jmalonzo@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the... |
/*
* Spinlock Manager
*
* DESCRIPTION:
*
* This package is the implementation of the Spinlock Manager.
*
* Directives provided are:
*
* + create a spinlock
* + get an ID of a spinlock
* + delete a spinlock
* + acquire a spinlock
* + release a spinlock
*
* COPYRIGHT (c) 1989-2008.... |
/*
Copyright (C) 2013 Birunthan Mohanathas
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is... |
/* packet-dcerpc-llb.c
*
* Routines for llb dissection
* Copyright 2004, Jaime Fournier <jaime.fournier@hush.com>
* This information is based off the released idl files from opengroup.
* ftp://ftp.opengroup.org/pub/dce122/dce/src/admin.tar.gz ./admin/dced/idl/llb.idl
*
* $Id: packet-dcerpc-llb.c 45017 2012-09-20... |
/*
* Copyright (C) 2008 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... |
#include "../../include/precomp.h"
#include "regtests.h"
#define MTU 1500
struct packet {
int size;
char data[MTU];
};
static void RunTest() {
const struct packet Packets[] = {
{ 0 }
};
int i;
IP_INTERFACE IF;
IP_PACKET IPPacket;
NTSTATUS Status = STATUS_SUCCESS;
/* Init interfa... |
/**
* \file CbmAnaDielectronReports.h
* \brief Main class wrapper for report generation.
* \author Semen Lebedev <s.lebedev@gsi.de>
* \date 2012
*/
#ifndef CBM_ANA_DIELECTRON_REPORTS
#define CBM_ANA_DIELECTRON_REPORTS
#include <string>
#include <vector>
#include "TObject.h"
using std::string;
using std::vector;
... |
/*
* CDE - Common Desktop Environment
*
* Copyright (c) 1993-2012, The Open Group. All rights reserved.
*
* These libraries and programs are free software; you can
* redistribute them and/or modify them under the terms of the GNU
* Lesser General Public License as published by the Free Software
* Foundation; ei... |
/******************************************************************************
* Copyright (C) 2011 - 2013 York Student Television
*
* Tarantula is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either... |
/// Copyright 2010-2012 4kdownload.com (developers@4kdownload.com)
/**
This file is part of 4k Download.
4k Download is free software; you can redistribute it and/or modify
it under the terms of the one of two licenses as you choose:
1. GNU GENERAL PUBLIC LICENSE Version 3
(See file COPYIN... |
/* This file was generated by syncqt. */
#ifndef QT_ENGINIO_VERSION_H
#define QT_ENGINIO_VERSION_H
#define ENGINIO_VERSION_STR "1.2.0"
#define ENGINIO_VERSION 0x010200
#endif // QT_ENGINIO_VERSION_H
|
// Copyright CERN and copyright holders of ALICE O2. This software is
// distributed under the terms of the GNU General Public License v3 (GPL
// Version 3), copied verbatim in the file "COPYING".
//
// See http://alice-o2.web.cern.ch/license for full licensing information.
//
// In applying this license CERN does not ... |
// Copyright (c) 2017 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
//
// ---------------------------------------------------------------------------
//
// This file was generated by the CEF translato... |
/* Copyright (c) 2007 Paul Rosenfeld
James Antill -- See LICENSE file for terms. */
#ifndef USTR_SPLIT_H
#define USTR_SPLIT_H 1
#ifndef USTR_MAIN_H
# error " You should include ustr-main.h before this file, or just ustr.h"
#endif
#define USTR_FLAG_SPLIT_DEF 0
#define USTR_FLAG_SPLIT_RE... |
/*
* Copyright 2010-2014 OpenXcom Developers.
*
* This file is part of OpenXcom.
*
* OpenXcom is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any ... |
/*
* This file is part of Cleanflight and Betaflight.
*
* Cleanflight and Betaflight are free software. You can redistribute
* this software and/or modify this software under the terms of the
* GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your ... |
/* -*- Mode: C++; coding: utf-8; tab-width: 3; indent-tabs-mode: tab; c-basic-offset: 3 -*-
*******************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011.
*
* Al... |
/*
Formatting library for C++ - string utilities
Copyright (c) 2012 - 2016, Victor Zverovich
All rights reserved.
For the license information refer to format.h.
*/
#ifndef FMT_STRING_H_
#define FMT_STRING_H_
#include "format.h"
namespace fmt {
namespace internal {
// A buffer that stores data in ``std::stri... |
/***************************************************************************
* *
* ########### ########### ########## ########## *
* ############ ############ ############ ############ *
* #... |
#ifndef IBASESYSTEM_H
#define IBASESYSTEM_H
#ifdef _WIN32
#pragma once
#endif
#include "ISystemModule.h"
class Panel;
class ObjectList;
class IFileSystem;
class IVGuiModule;
class IBaseSystem: virtual public ISystemModule {
public:
virtual ~IBaseSystem() {}
virtual double GetTime() = 0;
virtual unsigned int GetT... |
/*!
UCEcho -- C host software for ucecho examples
Copyright (C) 2009-2011 ZTEX GmbH.
http://www.ztex.de
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as
published by the Free Software Foundation.
This program is... |
/*
* various OS-feature replacement utilities
* copyright (c) 2000, 2001, 2002 Fabrice Bellard
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
... |
////////////////////////////////////////////////////////////////////////////////
//
// B L I N K
//
// Copyright (C) 2016-2018 Blink Mobile Shell Project
//
// This file is part of Blink.
//
// Blink is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publi... |
#ifndef _MEMORY_H
#define _MEMORY_H
#include "_global.h"
#include "patternfind.h"
struct SimplePage;
void MemUpdateMap();
void MemUpdateMapAsync();
duint MemFindBaseAddr(duint Address, duint* Size = nullptr, bool Refresh = false, bool FindReserved = false);
bool MemoryReadSafePage(HANDLE hProcess, LPVOID lp... |
/*
This file is part of FatCRM, a desktop application for SugarCRM written by KDAB.
Copyright (C) 2015 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
Authors: David Faure <david.faure@kdab.com>
Michel Boyer de la Giroday <michel.giroday@kdab.com>
Kevin Krammer <kevin.kram... |
/* vim: set expandtab ts=4 sw=4: */
/*
* You may redistribute this program and/or modify it under the terms of
* the GNU General Public License as published by the Free Software Foundation,
* either version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it... |
// GnashVaapiTexture.h: GnashImage class used for VA/GLX rendering
//
// Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundatio... |
/*
* Copyright (C) 2014 Soeren Moch <smoch@web.de>
*
* Configuration settings for the TBS2910 MatrixARM board.
*
* SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __TBS2910_CONFIG_H
#define __TBS2910_CONFIG_H
#include "mx6_common.h"
/* General configuration */
#define CONFIG_SYS_THUMB_BUILD
#define CONFIG_MACH_T... |
/**************************************************************************
Souliss Home Automation
Copyright (C) 2013 Veseo
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either v... |
/*
* This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
* http://ugfx.org/license.html
*/
/*
driver quickly hacked together from a chinese sourcecode that came
with the board and existing ili9320 cod... |
/*
* This file is part of EasyRPG Player.
*
* EasyRPG Player is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* EasyRPG Player... |
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "OWSContactsManager.h"
/**
*
* ContactTableViewCell displays a contact from a Contact object.
*
*/
NS_ASSUME_NONNULL_BEGIN
extern NSString *const kContactsTable_CellReuseIdentifier;
extern const NSUInteger kC... |
#pragma once
#include <msgpack.h>
#define check_return(err, expr) \
__extension__({ \
__typeof__(expr) _r = (expr); ... |
/*
Copyright (C) 2008 Andrew Caudwell (acaudwell@gmail.com)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version
3 of the License, or (at your option) any later version.... |
#ifndef _CHPICKER_H_
#define _CHPICKER_H_
//OpenLRSng adaptive channel picker
inline void swap(uint8_t *a, uint8_t i, uint8_t j)
{
uint8_t c = a[i];
a[i] = a[j];
a[j] = c;
}
inline void isort(uint8_t *a, uint8_t n)
{
for (uint8_t i = 1; i < n; i++) {
for (uint8_t j = i; j > 0 && a[j] < a[j-1]; j--) {
... |
/** \file itasc/kdl/utilities/kdl-config.h
* \ingroup itasc
*/
/* Copyright (C) 2007 Ruben Smits <ruben dot smits at mech dot kuleuven dot be> */
/* Version: 1.0 */
/* Author: Ruben Smits <ruben dot smits at mech dot kuleuven dot be> */
/* Maintainer: Ruben Smits <ruben dot smits at mech dot kuleuven dot be> */
... |
/**
* Copyright (c) 2006-2016 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* ... |
//
// CYPackageController.h
// Cydia
//
// Created on 8/30/16.
//
#import "Menes/Menes.h"
#import "Package.h"
#import "Database.h"
#import "Standard.h"
#import "CydiaWebViewController.h"
@interface CYPackageController : CydiaWebViewController <UIActionSheetDelegate> {
_transient Database *database_;
_H<Pac... |
#ifndef MP_HC_SR04P_H
#define MP_HC_SR04P_H
#include <Arduino.h>
#include "MP_Log.h"
class MP_HC_SR04P //: MP_Baro
{
public:
MP_HC_SR04P(uint8_t echo ,uint8_t trig,const String &tag ) ;
double getDistance() ;
void init() ;
private:
uint8_t trig;
uint8_t echo;
const String tag;
};
#endi... |
/* gb-command-manager.c
*
* Copyright (C) 2014 Christian Hergert <christian@hergert.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your op... |
unsigned int parallel_selection[] = {
0xb2000444,
0x11000405,
0x11fffc06,
0x10001403,
0x400010c3,
0xb2000824,
0x10001407,
0x400010c7,
0x30000444,
0xb20010c4,
0x400010e3,
0x32000444,
0x19fffc66,
0x1dfffc26,
0x30001884,
0x48001003,
0x34000824,
0x48001003,
0x30001842,
0x19000004,
0x1dfe0024,
0xb60008... |
/*
* This file is part of the Colobot: Gold Edition source code
* Copyright (C) 2001-2016, Daniel Roux, EPSITEC SA & TerranovaTeam
* http://epsitec.ch; http://colobot.info; http://github.com/colobot
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Pu... |
//
// DateTimeParser.h
//
// Library: Foundation
// Package: DateTime
// Module: DateTimeParser
//
// Definition of the DateTimeParser class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#ifndef Foundation_DateTimeParser_... |
#ifndef IQMOL_AXESLAYER_H
#define IQMOL_AXESLAYER_H
/*******************************************************************************
Copyright (C) 2011-2013 Andrew Gilbert
This file is part of IQmol, a free molecular visualization program. See
<http://iqmol.org> for more details.
IQmol is free software: you ... |
#ifndef _BUTTON_H
#define _BUTTON_H
//#include "settings.h"
class Button : public QGraphicsObject
{
Q_OBJECT
public:
explicit Button(const QString &label, qreal scale = 1.0);
explicit Button(const QString &label, const QSizeF &size);
~Button();
void setMute(bool mute);
void setFont(const QFo... |
/* -*- mode: C; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2009-2011 Tiger Soldier <tigersoldier@gmail.com>
*
* This file is part of OSD Lyrics.
*
* OSD Lyrics is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
... |
//
// AppDelegate.h
// YH-IOS
//
// Created by lijunjie on 15/11/23.
// Copyright © 2015年 com.intfocus. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
/*** 是否允许横屏的标记 */
@property (nonatomic, assign) BOOL... |
/*
* Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com>
*
* This program is free software. It is licensed under version 3 of the
* GNU General Public License.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see [http://www.gnu.org/licenses/].
*/
#inc... |
/* RetroArch - A frontend for libretro.
* Copyright (C) 2010-2014 - Hans-Kristian Arntzen
* Copyright (C) 2011-2015 - Daniel De Matteis
*
* RetroArch is free software: you can redistribute it and/or modify it under the terms
* of the GNU General Public License as published by the Free Software Found-
* atio... |
/*
Copyright 2014 Simo Mattila
simo.h.mattila@gmail.com
This file is part of Rena.
Rena is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later v... |
/*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the... |
/*
This file is part of Cute Chess.
Copyright (C) 2008-2018 Cute Chess authors
Cute Chess is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your optio... |
#define MAX_NUMBER_OF_SLOT 1000
#define FILELIST_Y_POS 1
#define HELP_Y_POS 1
#define CURDIR_Y_POS 0
#define MAX_PAGES_PER_DIRECTORY 256
#define FONT_FOLDER_ICON 10
#define FONT_FILE_ICON 11
#define MAX_X_RESOLUTION 640
#define MAX_Y_RESOLUTION 256
#define FONT_MIN_SIZE_Y 6
#define MAX_FILES_PER_S... |
/* Copyright (c) 2013-2017 Jeffrey Pfau
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include <mgba/internal/debugger/symbols.h>
#include <mgba-util/string.... |
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Copyright (c) 1996,1997
* Silicon Graphics Computer Systems, Inc.
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or ... |
#ifndef REGION_COLORS_FROM_WEIGHTS_H
#define REGION_COLORS_FROM_WEIGHTS_H
// Returns a coloring for each corner of a mesh as a colored with region_color
// if any weights are exactly (0,...,1,...,0) and with interior color otherwise
// Inputs:
// OW #V by #W list of original weights
// F #F by 3 list of triangle ... |
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
* vim: set ts=8 sts=4 et sw=4 tw=99:
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
... |
#pragma once
#include <boost/asio.hpp>
extern boost::asio::io_service device_io_service; |
#ifndef _CLAUSE_WHERE_H
#define _CLAUSE_WHERE_H
#include "../../value.h"
#include "../../rmutil/vector.h"
typedef enum {
N_PRED,
N_COND,
} AST_FilterNodeType;
typedef enum {
N_CONSTANT,
N_VARYING,
} AST_CompareValueType;
struct filterNode;
typedef struct {
union {
SIValue constVal;
struct {
char *ali... |
#pragma once
#include <string>
#include <array>
#include "augs/graphics/rgba.h"
#include "augs/templates/settable_as_current_mixin.h"
#include "augs/templates/exception_templates.h"
#include "augs/math/vec2.h"
#include "augs/filesystem/path.h"
#include "augs/graphics/shader_commands.h"
#include "augs/templates/settab... |
/*****************************************************************************
@(#) src/include/sys/m3ua.h
-----------------------------------------------------------------------------
Copyright (c) 2008-2015 Monavacon Limited <http://www.monavacon.com/>
Copyright (c) 2001-2008 OpenSS7 Corporation <http://www.... |
#include <stdlib.h>
#include <grass/display.h>
#include "local_proto.h"
int
draw_line(int screen_x, int screen_y, int cur_screen_x, int cur_screen_y,
int color1, int color2)
{
D_use_color(color1);
R_move_abs(cur_screen_x, cur_screen_y);
R_cont_abs(screen_x, screen_y);
D_use_color(color2);
if (ab... |
#pragma once
class b2Contact;
struct b2Manifold;
struct b2ContactImpulse;
class physics_world_cache;
class cosmos;
struct contact_listener : public b2ContactListener {
void BeginContact(b2Contact* contact) override;
void EndContact(b2Contact* contact) override;
void PreSolve(b2Contact* contact, const b2Manifold* ... |
/*
Copyright (C) 2017 Luca De Feo
This file is part of FLINT.
FLINT is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your option) an... |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding ... |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:L... |
/*
* Copyright (C) 2008, 2009 Nokia Corporation.
*
* Contact: Marius Vollmer <marius.vollmer@nokia.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* version 2.1 as published by the Free Software Foundation.
*
* This pro... |
/*
* SpiceGtk coroutine with Windows fibers
*
* Copyright (C) 2011 Marc-André Lureau <marcandre.lureau@redhat.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* vers... |
/*
Copyright (C) 2011 Fredrik Johansson
This file is part of FLINT.
FLINT is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License (LGPL) as published
by the Free Software Foundation; either version 2.1 of the License, or
(at your opti... |
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Less... |
/*
Copyright (c) 2005 Olivier Goffart <ogoffart@kde.org>
Kopete (c) 2005 by the Kopete developers <kopete-devel@kde.org>
*************************************************************************
* *
* This lib... |
//* This file is part of the MOOSE framework
//* https://www.mooseframework.org
//*
//* All rights reserved, see COPYRIGHT for full restrictions
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
//*
//* Licensed under LGPL 2.1, please see LICENSE for details
//* https://www.gnu.org/licenses/lgpl-2.1.html
#pr... |
/****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees ho... |
/***************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Karoliina T. Salminen <karoliina.t.salminen@nokia.com>
**
** This file is part of duicontrolpanel.
**
**
** This program is free softwa... |
/*
* Copyright (C) 2012 Jiří Pinkava - Seznam.cz a. s.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
... |
/**
* @file BlynkSimpleYun.h
* @author Volodymyr Shymanskyy
* @license This project is released under the MIT License (MIT)
* @copyright Copyright (c) 2015 Volodymyr Shymanskyy
* @date Mar 2015
* @brief
*
*/
#ifndef BlynkSimpleYun_h
#define BlynkSimpleYun_h
#include <Blynk/BlynkProtocol.h>... |
/*
* wocky-disco-identity.h — utility API representing a Disco Identity
* Copyright © 2010 Collabora Ltd.
* Copyright © 2010 Nokia Corporation
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software... |
/* =========================================================================
* This file is part of NITRO
* =========================================================================
*
* (C) Copyright 2004 - 2014, MDA Information Systems LLC
*
* NITRO is free software; you can redistribute it and/or modify
* it u... |
/**
* @file bsManagerCommon.h
* @author chentao <chentao01@chinatsp.com>
* @date 20110124
*
* @brief
* bsManager module's common header
*
*/
#ifndef BSMANAGERCOMMON_H_20110124
#define BSMANAGERCOMMON_H_20110124
#include "debugMonitor.h"
#include <QMutex>
#define ABS(a, b) ((... |
/****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You m... |
/**
*
* @file : uexBaiduMapOverlay.h in EUExBaiduMap
*
* @author : CeriNo
*
* @date : 2017/5/31
*
* @copyright : 2017 The AppCan Open Source Project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published... |
#include "../../src/widgets/blocalterminaldriver.h" |
#ifndef EDDSA_H
#define EDDSA_H
#include <stddef.h> /* for size_t */
#include <stdbool.h> /* foor bool */
#include <stdint.h> /* for uint8_t */
#ifndef __has_attribute
#define __has_attribute(x) 0
#endif
#ifndef EDDSA_STATIC
# if defined(_WIN32) || defined(__CYGWIN__)
# ifdef EDDSA_BUILD
# define EDDSA_DECL... |
#ifndef __MVP_ALGORITHM_OBJECTIVEHELPER_H__
#define __MVP_ALGORITHM_OBJECTIVEHELPER_H__
#include <mvp/Algorithm/PixelResult.h>
#include <mvp/Algorithm/Lighter.h>
#include <mvp/Algorithm/Objective.h>
#include <mvp/Image/OrbitalImageCollection.h>
#include <mvp/Core/Settings.h>
ALGORITHM_SETTINGS_GLOBAL_DEFAULTER(Objec... |
/*=========================================================================
*
* Copyright Insight Software Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* h... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef nsScreenWin_h___
#define n... |
/*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
/*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... |
//
// iPadVideoViewController.h
// Jiro
//
// Created by James Harnett on 2/22/14.
// Copyright (c) 2014 James Harnett. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <CoreMotion/CoreMotion.h>
@interface iPadVideoViewController : UIViewController
{
IBOutlet UILabel *xCoordinateLabel;
IBOutlet UI... |
/**
* FreeRDP: A Remote Desktop Protocol Implementation
* Android Event System
*
* Copyright 2013 Felix Long
* Copyright 2013 Thincast Technologies GmbH, Author: Martin Fleisz
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with... |
/*
Copyright (C) 2014-2016 Quinten Lansu
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publ... |
// Copyright 2016 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... |
/* Copyright 2018 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... |
/*! @file simd_aware.h
* @brief All classes which support SIMD operations should inherit from this.
* @author Markovtsev Vadim <v.markovtsev@samsung.com>
* @version 1.0
*
* @section Notes
* This code partially conforms to <a href="http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml">Google C++ Sty... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
char* anames[] = {
"XXX",
"AND",
"EOR",
"SUB",
"RSB",
"ADD",
"ADC",
"SBC",
"RSC",
"TST",
"TEQ",
"CMP",
"CMN",
"ORR",
"BIC",
"MVN",
"B",
"BL",
"BEQ",
"BNE",
"BCS",
"BHS",
"BCC",
"BLO",
"BMI",
"BPL",
"BVS",
"BVC",
"BHI",
"BLS",
"BGE",
"BLT",
"BGT",
"BLE",
"MOVWD",
"MOVWF",
"MOVDW",
"... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef _nshtmlobjectresizer__h
#d... |
#include "stdio.h"
#include "signal.h"
#ifndef SIGIOT
#define SIGIOT SIGABRT
#endif
#ifdef KR_headers
void sig_die(s, kill) register char *s;
int kill;
#else
#include "stdlib.h"
#if defined(__cplusplus) && !defined(BUILD_AS_CPP)
extern "C" {
#endif
extern void f_exit(void);
void sig_die(register char *s, int kill)
#... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.