text stringlengths 4 6.14k |
|---|
/*******************************************************************************
* COPYRIGHT(c) 2015 STMicroelectronics
*
* 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 ret... |
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CONTENT_CHILD_SERVICE_WORKER_SERVICE_WORKER_DISPATCHER_H_
#define CONTENT_CHILD_SERVICE_WORKER_SERVICE_WORKER_DISPATCHER_H_
#include "base/id_map... |
/*
* Copyright (c) 2016, CETIC.
* 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... |
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_LOCAL_ACCOUNT_POLICY_PROVIDER_H_
#define CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_LOCAL_ACCOUNT_POLICY_PROV... |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_DEVICE_SERIAL_SERIAL_PORT_MANAGER_IMPL_H_
#define SERVICES_DEVICE_SERIAL_SERIAL_PORT_MANAGER_IMPL_H_
#include <memory>
#include "base/m... |
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
* unrestricted use provided that this legend is included on all tape
* media and as a part of the software program in whole or part. Users
* may copy or modify Sun RPC without charge, but are not authorized
* to license or distribute it to an... |
/*
** $Id: llimits.h,v 1.125 2014/12/19 13:30:23 roberto Exp $
** Limits, basic types, and some other 'installation-dependent' definitions
** See Copyright Notice in lua.h
*/
#ifndef llimits_h
#define llimits_h
#include <limits.h>
#include <stddef.h>
#include "lua.h"
/*
** 'lu_mem' and 'l_mem' are unsigned/signed... |
//%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... |
//
// Stripe.h
// Stripe
//
// Created by Saikat Chakrabarti on 10/30/12.
// Copyright (c) 2012 Stripe. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "StripeError.h"
#import "STPCard.h"
#import "STPToken.h"
FOUNDATION_EXPORT NSString *const kStripeiOSVersion; // Version of this library.
typed... |
//
// TRNBookCellConfigurator.h
// metaBooks
//
// Created by Jose Manuel Sánchez Peñarroja on 08/05/14.
// Copyright (c) 2014 Treenovum. All rights reserved.
//
#import <BMF/BMFSingleViewConfigurator.h>
@interface TRNBookCellConfigurator : BMFSingleViewConfigurator
@end
|
//
// Created by Andrew Podkovyrin
// Copyright © 2020 Dash Core Group. All rights reserved.
//
// Licensed under the MIT License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://opensource.org/licenses/MIT
//
// Unless ... |
//-----------------------------------------------------------------------------
// Verve
// Copyright (C) - Violent Tulip
//-----------------------------------------------------------------------------
#ifndef _VT_VSPAWNSPHEREGROUP_H_
#define _VT_VSPAWNSPHEREGROUP_H_
#ifndef _VT_VSCENEOBJECTGROUP_H_
#include "Verve/E... |
/*
* VBO.h
*
* Created on: Feb 16, 2012
* Author: brachyonic
*/
#ifndef VBO_H_
#define VBO_H_
#include <list>
#include <GL/glew.h>
#include "VertexAttribute.h"
class VBO {
private:
GLenum Target;
GLuint Handle;
std::list<VertexAttribute> Attributes;
public:
VBO(GLenum Target, GLenum Mode, GLsizei ... |
/*
* Generated by class-dump 3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2012 by Steve Nygard.
*/
#import <IDEKit/IDEPeoplePickerContentViewController.h>
@class ABPersonView;
@interface IDEPeoplePickerEditPersonViewController : IDEPeoplePickerContentViewController
{
ABPer... |
/*
* Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, ETH Zurich.
* All rights reserved.
*
* This file is distributed under the terms in the attached LICENSE file.
* If you do not find this file, copies can be found by writing to:
* ETH Zurich D-INFK, Universitaetstrasse 6, CH-8092 Zurich. Attn: Systems Group.
... |
/*
* Copyright 2010-2013 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 "lice... |
//
// TestWindow.h
// test_jobQuestions
//
// Created by 张净南 on 2018/9/19.
// Copyright © 2018年 Jingnan Zhang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface TestWindow : UIWindow
@end
|
#ifndef RESTITEM_H
#define RESTITEM_H
#include <QVariantMap>
class RestItem {
public:
RestItem();
explicit RestItem(QVariantMap object, QString idField);
QVariant value(QString key);
QStringList keys();
QString id() const;
bool isUpdated();
bool isValid() const;
void update (QVariantM... |
//
// PeopleProfileTeamView.h
// People
//
// Created by Bruno Koga on 10/20/13.
// Copyright (c) 2013 CI&T. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "PeopleOpenProfileProtocol.h"
@interface PeopleProfileTeamView : UIView
@property (weak, nonatomic) IBOutlet UIButton *viewAllButton;
@property (weak... |
#ifndef _CURVE25519_DONNA_H_
#define _CURVE25519_DONNA_H_
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
typedef uint8_t u8;
int curve25519_donna(u8 *, const u8 *, const u8 *);
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // _CURVE25519_DONNA_H_
|
//
// ______ _ _ _ _____ _____ _ __
// | ____| | | (_) | | / ____| __ \| |/ /
// | |__ ___| |_ _ _ __ ___ ___ | |_ ___ | (___ | | | | ' /
// | __| / __| __| | '_ ` _ \ / _ \| __/ _ \ \___ \| | | | <
// | |____\__ \ |_| | | | | | | (_) | || __/ ... |
/*
* Copyright (c) 2012, 2013, Joel Bodenmann aka Tectu <joel@unormal.org>
* Copyright (c) 2012, 2013, Andrew Hannam aka inmarket
*
* All rights reserved.
*
* uRedistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * ... |
/* crypto/rc2/rc2cfb64.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non... |
#pragma once
#include "ofMain.h"
#include "particleSystem.h"
class ofApp : public ofBaseApp{
public:
void setup();
void update();
void draw();
void keyPressed(int key);
void keyReleased(int key);
void mouseMoved(int x, int y );
void mouseDragged(int x, int y, int button);
void mousePressed(int x, i... |
//
// RMCommonConstants.h
// RescueMe
//
// Created by Ronak Shah on 5/10/14.
// Copyright (c) 2014 DJ911. All rights reserved.
//
#ifndef RescueMe_RMCommonConstants_h
#define RescueMe_RMCommonConstants_h
#define RM_IS_USER_LOGGED_IN @"isUserLoggedIn"
#define RM_DID_RECEIVE_PUSH_NOTIFICATION @"didReceivePushNotif... |
/* Copyright (c) 2013-2018 Mahmoud Fayed <msfclipper@yahoo.com> */
#ifndef GGEOAREAMONITORSOURCE_H
#define GGEOAREAMONITORSOURCE_H
#include <QApplication>
#include <QGeoAreaMonitorSource>
extern "C" {
#include "ring.h"
}
class GGeoAreaMonitorSource : public QGeoAreaMonitorSource
{
Q_OBJECT
public:
VM *pVM;... |
#pragma once
#include "SPSCQueue.h"
struct DatabaseJobContext ;
class DatabaseJobManager
{
public:
DatabaseJobManager() {}
void ExecuteDatabaseJobs() ;
bool PushDatabaseJobRequest(DatabaseJobContext* jobContext) ;
bool PopDatabaseJobResult(DatabaseJobContext*& jobContext) ;
private:
enum
{
MAX_DB_JOB ... |
#import <Cocoa/Cocoa.h>
#import "TKDTokaidoController.h"
#import "TKDAppLogViewerController.h"
#import "TKDApp.h"
#import "TKDSelectableIcon.h"
#import "TKDRailsAppTokenField.h"
@interface TKDAppViewItem : NSCollectionViewItem <TKDRailsAppTokenFieldDelegate, TKDSelectableIconDelegate>
@property (nonatomic, weak) IB... |
//******************************************************************************
//
// Copyright (c) 2016 Microsoft Corporation. All rights reserved.
//
// This code is licensed under the MIT License (MIT).
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LI... |
/*
* Copyright 2018 Google
*
* 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 w... |
#if defined(PEGASUS_OS_HPUX)
# include "UNIX_CollectionOfSensorsDeps_HPUX.h"
#elif defined(PEGASUS_OS_LINUX)
# include "UNIX_CollectionOfSensorsDeps_LINUX.h"
#elif defined(PEGASUS_OS_DARWIN)
# include "UNIX_CollectionOfSensorsDeps_DARWIN.h"
#elif defined(PEGASUS_OS_AIX)
# include "UNIX_CollectionOfSensorsDeps_AIX.h"
#... |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obtain... |
/*******************************************************************************
* File Name: USBFS_1_vnd.c
* Version 2.70
*
* Description:
* USB vendor request handler.
*
* Note:
*
********************************************************************************
* Copyright 2008-2013, Cypress Semiconductor Corporation... |
//
// Comment.h
// 闺秘
//
// Created by floar on 14-7-11.
// Copyright (c) 2014年 jonas. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "NSObjectExtention.h"
#import "Package.h"
@interface Comment : NSObjectExtention
@property (nonatomic, assign) uint64_t DBUid;//区分数据库归属
@property (nonatomic, as... |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org
Copyright (c) 2000-2014 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obtai... |
//
// UIView+Framing.h
// AOLib
//
// Created by Olegas on 01/05/2013.
// Copyright (c)2013 Olegas. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (Framing)
@property (nonatomic) CGFloat height;
@property (nonatomic) CGFloat width;
@property (nonatomic) CGPoint origin;
@property (nonatomic) CG... |
/*
* Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/lice... |
#ifndef WAVEFRONT2GRAPHICS_H
#define WAVEFRONT2GRAPHICS_H
#include "../../ThirdPartyLibs/Wavefront/tiny_obj_loader.h"
#include <vector>
struct GLInstanceGraphicsShape* btgCreateGraphicsShapeFromWavefrontObj(const tinyobj::attrib_t& attribute, std::vector<tinyobj::shape_t>& shapes, bool flatShading = false);
#endif ... |
/****************************************************************************
*
* Copyright (C) 2012 PX4 Development Team. 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. Redistri... |
//%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014-2017 Francois Beaune, The appleseedhq Organization
//
... |
/******************************************************************************
QtAV: Media play library based on Qt and FFmpeg
Copyright (C) 2014-2015 Wang Bin <wbsecg1@gmail.com>
* This file is part of QtAV
This library is free software; you can redistribute it and/or
modify it under the terms of... |
#ifndef PEOPLE_LIST_H
#define PEOPLE_LIST_H
#include <View.h>
#include <OutlineListView.h>
#include <PopUpMenu.h>
class PeepsListItem;
class PeopleList : public BOutlineListView
{
public:
PeopleList(BRect frame, const char *name, DataView *dv);
void SelectionChanged();
int32 FindNextAlphabetical(char c, int32 in... |
//
// FLLogFile.h
// FishLampCocoa
//
// Created by Mike Fullerton on 6/7/12.
// Copyright (c) 2013 GreenTongue Software LLC, Mike Fullerton.
// The FishLamp Framework is released under the MIT License: http://fishlamp.com/license
//
#import "FishLampCore.h"
#import "FLFolderFile.h"
@interface FLLogFile : NSOb... |
#if !BIT_IDENTICAL_FLOATING_POINT
#include "ieee754names.h"
#include "../../third-party/fdlibm/s_ldexp.c"
#endif
|
#pragma once
#include "Util/CommonClasses.h"
#include "Commands/CAssemblerCommand.h"
#include "Core/Expression.h"
class CDirectiveFill: public CAssemblerCommand
{
public:
CDirectiveFill();
bool Load(ArgumentList& Args);
virtual bool Validate();
virtual void Encode();
virtual void writeTempData(TempData& tempData... |
/* OpenCL runtime library: clCreateProgramWithBinary()
Copyright (c) 2012 Pekka Jääskeläinen / Tampere University of Technology
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 with... |
// Copyright 2014 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... |
//
// XHLaunchAd.h
// XHLaunchAdExample
//
// Created by zhuxiaohui on 2016/6/13.
// Copyright © 2016年 it7090.com. All rights reserved.
// 代码地址:https://github.com/CoderZhuXH/XHLaunchAd
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "XHLaunchAdConfiguration.h"
NS_ASSUME_NONNULL_BEGIN
@class XH... |
/******************************************************************************/
/* Mednafen Fast SNES Emulation Module */
/******************************************************************************/
/* cpu.h:
** Copyright (C) 2015-2016 Mednafen Team
**
** This program is fre... |
/*
* linux/arch/arm/mach-meson/include/mach/i2c.h
*/
#ifndef AML_MACH_I2C
#define AML_MACH_I2C
#include <mach/pinmux.h>
#include <mach/am_regs.h>
//#include <mach/regs.h>
#if MESON_CPU_TYPE >= MESON_CPU_TYPE_MESON3
//#include <mach/ao_regs.h>
#endif
#define MESON_I2C_MASTER_A_START CBUS_REG_ADDR(I2C_M_0_CONTROL_REG)
#... |
/*--------------------------------------------------------------------*/
/*--- A mapping where the keys exactly cover the address space. ---*/
/*--- pub_tool_rangemap.h ---*/
/*--------------------------------------------------------------------*/
/*
This file is part of... |
/*
* Copyright (C) 2010 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... |
//http://www.nayuki.io/page/fast-fibonacci-algorithms
//cc -o fibonacci2 fibonacci2.c
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define TAM 40
int main(){
int fib[TAM];
fib[0]=0;
fib[1]=1;
int i;
clock_t t;
t = clock();
for(i = 2; i < TAM; i++)
fib[i] = fib[i-1] + fib[i-2];
... |
/* This file is part of the KDE project
* Copyright (C) 2007-2008 Jan Hambrecht <jaham@gmx.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License,... |
/**************************************************************************************************
Filename: ipd.h
Revised: $Date: 2012-04-02 17:02:19 -0700 (Mon, 02 Apr 2012) $
Revision: $Revision: 29996 $
Description: Header file for the IPD functionality
Copyright 2009-2011 Texas ... |
/*
* SL_LinAlgWarper.h
*
* Created on: 2010-11-15
* Author: Danping Zou
* E-mail: dannis.zou@gmail.com
*/
#ifndef SL_LINALGWARPER_H_
#define SL_LINALGWARPER_H_
#include "math/SL_LinAlg.h"
#include "math/SL_Matrix.h"
inline void matScale(Mat_d& A, double scale) {
matScale(A.rows, A.cols, A.da... |
/*
* Copyright (c) 2014 Somsubhra Bairi <somsubhra.bairi@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 2 of the License, or
* (at your option) any later ... |
/***************************************************************************
* 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 you... |
/*
* varcpuload: Simple tool to create reproducable artifical sustained load on
* a machine.
*
* Copyright (C) 2008-2012 Red Hat, Inc.
* Authors: Phil Knirsch
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publish... |
/* LibTomMath, multiple-precision integer library -- Tom St Denis
*
* LibTomMath is a library that provides multiple-precision
* integer arithmetic as well as number theoretic functionality.
*
* The library was designed directly after the MPI library by
* Michael Fromberger but has been written from scratch with
... |
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (c) Linux Test Project, 2003-2021
* Copyright (c) 2014 Cyril Hrubis <chrubis@suse.cz>
* Copyright (c) International Business Machines Corp., 2001
* 07/2001 Ported by Wayne Boyer
*/
/*\
* [Description]
*
* Verify that fchown(2) invoked by super-user:
... |
/*
This file is part of Warzone 2100.
Copyright (C) 1999-2004 Eidos Interactive
Copyright (C) 2005-2009 Warzone Resurrection Project
Warzone 2100 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 ver... |
// FrictionSolver.h
//
// Breannan Smith
// Last updated: 09/03/2015
#ifndef FRICTION_SOLVER_H
#define FRICTION_SOLVER_H
#include <memory>
#include "scisim/Math/MathDefines.h"
class Constraint;
class FlowableSystem;
class FrictionSolver
{
public:
virtual ~FrictionSolver() = 0;
virtual void solve( const unsi... |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... |
#define source_width 32
#define source_height 32
#define source_x_hot 1
#define source_y_hot 8
static unsigned char source_bits[] = {
0x00, 0x00, 0x18, 0x07, 0x00, 0x00, 0xa6, 0x0c, 0x00, 0x00, 0x6b, 0x78,
0x00, 0x80, 0x21, 0x48, 0x00, 0x80, 0x34, 0x88, 0x00, 0xc0, 0x10, 0x84,
0x00, 0x40, 0x0a, 0x82, 0x00, 0x6... |
class srumbler_state : public driver_device
{
public:
srumbler_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
UINT8 *m_backgroundram;
UINT8 *m_foregroundram;
tilemap_t *m_bg_tilemap;
tilemap_t *m_fg_tilemap;
int m_scroll[4];
};
/*... |
/*
* Copyright (c) 2007 Boudewijn Rempt <boud@valdyas.org>
*
* 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.
... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// Mono.Security.PKCS7/ContentInfo
struct ContentInfo_t638;
// System.Byte[]
struct ByteU5BU5D_t104;
#include "mscorlib_System_Object.h"
// Mono.Security.PKCS7/EncryptedData
struct ... |
/*
Copyright (C) 2007 Paul Davis
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 distr... |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2014-2018 Broadcom
* All rights reserved.
*/
#include <inttypes.h>
#include <rte_cycles.h>
#include <rte_malloc.h>
#include "bnxt.h"
#include "bnxt_irq.h"
#include "bnxt_ring.h"
#include "hsi_struct_def_dpdk.h"
/*
* Interrupts
*/
void bnxt_int_handler(vo... |
/**************************************************************************
Copyright (C) 2000 - 2010 Novell, Inc.
All Rights Reserved.
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 ... |
/**************************************************************************************************
$Id: data.c,v 1.35 2006/01/18 20:46:46 bboy Exp $
Copyright (C) 2002-2005 Don Moore <bboy@bboy.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public... |
/****************************************************************************
**
** 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 QtNetwork module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$... |
// vim: set tabstop=4 shiftwidth=4 noexpandtab:
/*
A KIPI plugin to generate HTML image galleries
Copyright 2006 by Aurelien Gateau <aurelien dot gateau at free.fr>
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 Softwar... |
/* Copyright (c) 2008-2011, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... |
/*
* Backlight Driver for the KB3886 Backlight
*
* Copyright (c) 2007-2008 Claudio Nieder
*
* Based on corgi_bl.c by Richard Purdie and kb3886 driver by Robert Woerle
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License vers... |
#ifndef MASKLABEL_H
#define MASKLABEL_H
#include <QLabel>
#include <QMouseEvent>
class MaskLabel : public QLabel
{
Q_OBJECT
public:
explicit MaskLabel(QWidget *parent = 0) : QLabel(parent) {}
void mousePressEvent(QMouseEvent*);
void mouseMoveEvent(QMouseEvent*);
void mouseReleaseEvent(QMouseEvent*);
signals:
... |
/* Copyright (C) 2005 Ole André Vadla Ravnås <oleavr@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.1 of the License, or (at your option) any later ... |
/*
*********************************************************************************************************
* uC/GUI
* Universal graphic software for embedded applications
*
* (c) Copyright 2002, Micrium Inc., Weston, FL
* ... |
/* GMODULE - GLIB wrapper code for dynamic module loading
* Copyright (C) 1998, 2000 Tim Janik
*
* dyld (Darwin) GMODULE implementation
* Copyright (C) 2001 Dan Winship
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as pub... |
#define CONFIG_ISDN_BOOL 1
|
/*
* Copyright (c) [2016-2020] SUSE LLC
*
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as published
* by the Free Software Foundation.
*
* This program is distributed in the hope that it will ... |
/*
* This file is part of Rabbits
* Copyright (C) 2015 Clement Deschamps and Luc Michel
*
* 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 ... |
/* dia -- an diagram creation/manipulation program
* Copyright (C) 1998 Alexander Larsson
*
* 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 o... |
#if !defined(SOLVING_GOAL_ANY_REACHED_TESTER_H)
#define SOLVING_GOAL_ANY_REACHED_TESTER_H
#include "solving/machinery/solve.h"
/* This module provides functionality dealing with slices that detect
* whether an any goal has just been reached
*/
/* Try to solve in solve_nr_remaining half-moves.
* @param si slice in... |
/*
* Copyright (c) International Business Machines Corp., 2001
*
* 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.... |
/* Definitions for ELF assembler support.
Copyright (C) 1999, 2003, 2005 Free Software Foundation, Inc.
This file is part of GCC.
GCC 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, or (at y... |
// rdescape_string.h
//
// Escape non-valid characters in a string.
//
// (C) Copyright 2002-2005 Fred Gleason <fredg@paravelsystems.com>
//
// $Id: rdescape_string.h,v 1.4.6.1 2009/06/29 14:20:48 cvs Exp $
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of th... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// System.Security.Cryptography.HMACSHA1
struct HMACSHA1_t745;
// System.Byte[]
struct ByteU5BU5D_t104;
#include "codegen/il2cpp-codegen.h"
... |
/*
* Support for Legend Silicon GB20600 (a.k.a DMB-TH) demodulator
* LGS8913, LGS8GL5, LGS8G75
* experimental support LGS8G42, LGS8G52
*
* Copyright (C) 2007-2009 David T.L. Wong <davidtlwong@gmail.com>
* Copyright (C) 2008 Sirius International (Hong Kong) Limited
* Timothy Lee <timothy.... |
/* system.h
*
* This include file contains information that is included in every
* function in the test set.
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
... |
/*
* Linux/PA-RISC Project (http://www.parisc-linux.org/)
*
* Floating-point emulation code
* Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org>
*
* 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
* ... |
/*
* Kernel Panic LED Trigger
*
* Copyright 2016 Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*/
#include <linux/kernel... |
/* Aseprite
* Copyright (C) 2001-2013 David Capello
*
* 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 ... |
/***************************************************************************
qgsauthpkipathsedit.h
---------------------
begin : September 1, 2015
copyright : (C) 2015 by Boundless Spatial, Inc. USA
author : Larry Shaffer
email : lshaffer at... |
#ifndef __prepsubband_cmd__
#define __prepsubband_cmd__
/*****
command line parser interface -- generated by clig
(http://wsd.iitb.fhg.de/~geg/clighome/)
The command line parser `clig':
(C) 1995-2004 Harald Kirsch (clig@geggus.net)
*****/
typedef struct s_Cmdline {
/***** -ncpus: Number of processors to us... |
#pragma once
/*
* Copyright (C) 2005-2008 Team XBMC
* http://www.xbmc.org
*
* 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, or (at your option)
* any late... |
/*
* AtmoDefs.h: a lot of globals defines for the color computation - most of this file
* is an one to one copy of "defs.h" from Atmo VDR Plugin
*
* See the README.txt file for copyright information and how to reach the author(s).
*
* $Id$
*/
#ifndef _AtmoDefs_h_
#define _AtmoDefs_h_
#if defined(__LIBVLC__)
... |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtWebEngine module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid com... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.