text
stringlengths
4
6.14k
#ifndef org_apache_lucene_search_PrefixFilter_H #define org_apache_lucene_search_PrefixFilter_H #include "org/apache/lucene/search/MultiTermQueryWrapperFilter.h" namespace org { namespace apache { namespace lucene { namespace index { class Term; } namespace search { class Prefi...
#import <Foundation/Foundation.h> @interface Event : NSObject { } @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSString *code; @property (nonatomic, copy) NSString *date; @property (nonatomic, copy) NSString *location; @property (nonatomic, retain) UIImage *image; @property (nonatomic, reta...
#ifndef _MODEL_H_ #define _MODEL_H_ #include <map> #include <assimp/Importer.hpp> #include <assimp/scene.h> #include <assimp/postprocess.h> #include "mesh.h" #include "texture.h" /* * ´ú±íÒ»¸öÄ£ÐÍ Ä£ÐÍ¿ÉÒÔ°üº¬Ò»¸ö»ò¶à¸öMesh */ class Model { public: void draw(const Shader& shader) const { for (std::vector<Mesh>::c...
/* * Copyright (c) 2014-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #im...
#import "UIAlertView+SHAlertViewBlocks.h"
/* * Copyright (C) 2010 Gautier Hattenberger, 2013 Tobias Münch * * This file is part of paparazzi. * * paparazzi 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) ...
/* ----------------------------------------------------------------------- * * * Copyright 2007-2008 H. Peter Anvin - All Rights Reserved * * 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 th...
#ifndef __TEMPNAME_H__ #define __TEMPNAME_H__ #define __need_size_t #include <stddef.h> #include <sys/types.h> /* Disable support for $TMPDIR */ extern int ___path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx /*, int try_tmpdir */) attribute_hidden; #define __path_search(tmpl, tmpl_l...
#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...
/* * This file is part of the coreboot project. * * Copyright 2015 Google 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 Foundation; version 2 of the License. * * This program is distribute...
/* 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 ...
/* * INTEL CONFIDENTIAL * * Copyright 2014 * Intel Corporation All Rights Reserved. * * The source code contained or described herein and all documents related to * the source code ("Material") are owned by Intel Corporation or its suppliers * or licensors. Title to the Material remains with Intel Corporation o...
/* Copyright (C) 2004-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
#ifndef _TBSQBOX2CI_H_ #define _TBSQBOX2CI_H_ #define DVB_USB_LOG_PREFIX "tbsqbox2ci" #include "dvb-usb.h" #define deb_xfer(args...) dprintk(dvb_usb_tbsqbox2ci_debug, 0x02, args) #endif
#include "f2c.h" #undef abs #include <math.h> double r_log (real * x) { return (log (*x)); }
/******************************************************************************* Intel PRO/1000 Linux driver Copyright(c) 1999 - 2008 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms and conditions of the GNU General Public License, version 2, as pub...
/* * Copyright (c) 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that: (1) source code distributions * retain the above copyright notice and this paragraph in its entirety, (2)...
/* Simple DirectMedia Layer Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> 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 u...
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2010,2011,2012 TELEMATICS LAB, Politecnico di Bari * * This file is part of LTE-Sim * * LTE-Sim is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as ...
// // ID Engine // ID_IN.h - Header file for Input Manager // v1.0d1 // By Jason Blochowiak // #ifndef __ID_IN__ #define __ID_IN__ #ifdef __DEBUG__ #define __DEBUG_InputMgr__ #endif #define MaxPlayers 4 #define MaxKbds 2 #define MaxJoys 2 #define NumCodes 128 typedef byte ScanCode; #define sc...
/* * Author: * Guido Draheim <guidod@gmx.de> * * Copyright (c) 2002,2003 Guido Draheim * All rights reserved * use under the restrictions of the * Lesser GNU General Public License * or alternatively the restrictions * of the Mozilla Public License 1.1 * * the interfaces for...
/* * * D-Bus++ - C++ bindings for D-Bus * * Copyright (C) 2005-2007 Paolo Durante <shackan@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...
/* * Copyright (C) 2015 Freie Universität Berlin * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup cpu_ezr32wg * @ingroup drivers_periph_gpio * @{ * * @file * @b...
/* This file is part of the WebKit open source project. This file has been generated by generate-bindings.pl. DO NOT MODIFY! 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...
#ifndef _CCB_CCBMEMBERVARIABLEASSIGNER_H_ #define _CCB_CCBMEMBERVARIABLEASSIGNER_H_ #include "cocos2d.h" #include "CCBValue.h" NS_CC_EXT_BEGIN #define CCB_MEMBERVARIABLEASSIGNER_GLUE(TARGET, MEMBERVARIABLENAME, MEMBERVARIABLETYPE, MEMBERVARIABLE) \ if (pTarget == TARGET && 0 == strcmp(pMemberVariableName, (MEMBE...
/* * Header for misc.c. */ #ifndef PUTTY_MISC_H #define PUTTY_MISC_H #include "puttymem.h" #include <stdio.h> /* for FILE * */ #include <stdarg.h> /* for va_list */ #include <time.h> /* for struct tm */ #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE 1 #endif t...
/*========================================================================= * * 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...
// Copyright 2017 The TensorFlow Authors. 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 b...
/*++ Copyright (c) 2004, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at ...
/* * Copyright 1999-2006 University of Chicago * * 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...
#pragma once class CGSHandler; class CGsPacketMetadata; struct DRAWINGKICK_INFO; class IFrameDebuggerTab { public: virtual ~IFrameDebuggerTab() {} virtual void UpdateState(CGSHandler*, CGsPacketMetadata*, DRAWINGKICK_INFO*) = 0; };
/* Copyright (C) 1991, 1995, 1996, 1997, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2018, Image Engine Design 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: // // * Re...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Feb 20 2016 22:04:40). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <MobileDeviceKit/MDKAFCOperation.h> @interface MDKAFCRemovePathOperation : MDKAFCOperation { } - (id)initWithPath:(id)arg1 re...
/***************************************************************************** Copyright (c) 2014, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source cod...
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file physxCloth.h * @author...
// Copyright 2019 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 ASH_SERVICES_CELLULAR_SETUP_CELLULAR_SETUP_IMPL_H_ #define ASH_SERVICES_CELLULAR_SETUP_CELLULAR_SETUP_IMPL_H_ #include <memory> #include "ash/se...
#ifndef SSU_H__ #define SSU_H__ #include <inttypes.h> #include <string.h> #include <map> #include <list> #include <set> #include <thread> #include <mutex> #include <boost/asio.hpp> #include "crypto/aes.h" #include "util/I2PEndian.h" #include "Identity.h" #include "RouterInfo.h" #include "I2NPProtocol.h" #include "SSUS...
/* -*- mode: C -*- */ /* IGraph library. Copyright (C) 2006-2012 Gabor Csardi <csardi.gabor@gmail.com> 334 Harvard st, Cambridge MA, 02139 USA 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 Softw...
/* * Copyright (C) 2009 Google 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: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
/* Copyright (c) by respective owners including Yahoo!, Microsoft, and individual contributors. All rights reserved. Released under a BSD (revised) license as described in the file LICENSE. */ #pragma once #include "vw.h" #include "vw_clr.h" #include "vw_prediction.h" namespace VW { ref class VowpalWabbitExample; ...
//===--- StringFindStartswithCheck.h - clang-tidy----------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
#include "../../src/corelib/io/qbuffer.h"
//-***************************************************************************** // // Copyright (c) 2013, // Sony Pictures Imageworks, Inc. and // Industrial Light & Magic, a division of Lucasfilm Entertainment Company Ltd. // // All rights reserved. // // Redistribution and use in source and binary forms, with or w...
#ifndef GUIUTIL_H #define GUIUTIL_H #include <QString> #include <QObject> #include <QMessageBox> QT_BEGIN_NAMESPACE class QFont; class QLineEdit; class QWidget; class QDateTime; class QUrl; class QAbstractItemView; QT_END_NAMESPACE class SendCoinsRecipient; /** Utility functions used by the Bitcoin Qt UI. */ namesp...
/* libs/graphics/svg/SkSVGGroup.h ** ** Copyright 2006, The Android Open Source Project ** ** 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...
/* Hardware ports. Copyright (C) 1998-2019 Free Software Foundation, Inc. Contributed by Andrew Cagney and Cygnus Solutions. This file is part of GDB, the GNU debugger. 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 F...
/* Copyright (c) 2007 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 writ...
// This file was generated based on 'C:\ProgramData\Uno\Packages\FuseCore\0.19.3\Input\$.uno'. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Fuse.Input.FocusGainedArgs.h> #include <Fuse.Input.FocusGainedHandler.h> #include <Fuse.NodeEvent-2.h> namespace g{namespace Fuse{names...
// Copyright 2014-2015 Ben Trask // MIT licensed (see LICENSE for details) #include "../../deps/uv/include/uv.h" #include "../async/async.h" #include "HTTPServer.h" struct HTTPServer { HTTPListener listener; void *context; uv_tcp_t socket[1]; struct tls *secure; }; static void connection_cb(uv_stream_t *const so...
#ifndef __SIMPLE_LOGGER__ #define __SIMPLE_LOGGER__ /** * simple_logger * @license The MIT License (MIT) * @copyright Copyright (c) 2015 EngineerOfLies * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to d...
/* $Id: tif_flush.c,v 1.9 2010-03-31 06:40:10 fwarmerdam Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * th...
/* drivers/motor/dcmotor.c * Copyright (C) 2015 Samsung Electronics Co. Ltd. All Rights Reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This ...
/* * Static NHT code. * Copyright (C) 2018 Cumulus Networks, Inc. * Donald Sharp * * 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 yo...
#pragma once #include <Project64-core/N64System/N64Types.h> #include <Project64-core/Settings/DebugSettings.h> #include <Project64-core/Multilanguage.h> class CN64Rom : protected CDebugSettings { public: CN64Rom(); ~CN64Rom(); bool LoadN64Image(const char * FileLoc, bool LoadBootCodeOnly...
// --------------------------------------------------------------------------- // This file is part of reSID, a MOS6581 SID emulator engine. // Copyright (C) 2004 Dag Lem <resid@nimrod.no> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public Li...
/* $Id: group.h 26450 2014-04-08 21:09:06Z peter1138 $ */ /* * This file is part of OpenTTD. * OpenTTD 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, version 2. * OpenTTD is distributed in the hope that it wi...
/* * Copyright (C) 2015 MediaTek Inc. * * 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. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WA...
/* Copyright (C) 1994,1997,1999-2003, 2004, 2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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 ...
// Copyright 2014 Dolphin Emulator Project // Licensed under GPLv2 // Refer to the license.txt file included. #pragma once #include <list> #include <SDL.h> #include "InputCommon/ControllerInterface/Device.h" #if SDL_VERSION_ATLEAST(1, 3, 0) #define USE_SDL_HAPTIC #endif #ifdef USE_SDL_HAPTIC #include <SDL_hapt...
/*! * @file coreconfigsimulator.h * @brief * @author * @sa coreconfigsimulator.c * @date 1 Mar 2012 * @version 1.0 */ #ifndef CORECONFIGSIMULATOR_H #define CORECONFIGSIMULATOR_H extern WILC_Sint32 CoreConfigSimulatorInit (void); extern WILC_Sint32 CoreConfigSimulatorDeInit (void); #endif
#ifndef MTL_BLOCK1D_H #define MTL_BLOCK1D_H #include "linalg_vec.h" #include "fast.h" #include "dense1D.h" namespace mtl { //: Blocked View of a Vector // // This presents a vector (must be dense) as if it is a vector of // subvectors, where each subvector is of equal length (specified // statically with template ar...
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
/* * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without eve...
/* * This file is part of the coreboot project. * * Copyright (C) 2011 Advanced Micro Devices, 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 Foundation; version 2 of the License. * * This ...
/* Copyright: © Copyright 2005 Apple Computer, Inc. All rights reserved. Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this Apple software ...
/* GIMP - The GNU Image Manipulation Program * Copyright (C) 1995 Spencer Kimball and Peter Mattis * * gimpoperationthreshold.c * Copyright (C) 2007 Michael Natterer <mitch@gimp.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as...
// Copyright 2019-2020 CERN and copyright holders of ALICE O2. // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. // All rights not expressly granted are reserved. // // This software is distributed under the terms of the GNU General Public // License v3 (GPL Version 3), copied verbatim...
#import <UIKit/_UIVisualEffectLayerConfig.h> @interface _UIVisualEffectTintLayerConfig : _UIVisualEffectLayerConfig @property (nonatomic,readonly) UIColor *tintColor; //@synthesize tintColor=_tintColor - In the implementation block +(instancetype)layerWithTintColor:(UIColor *)arg1 filterType:(NSString...
// // dwhciframeschednper.h // // USPi - An USB driver for Raspberry Pi written in C // Copyright (C) 2014 R. Stange <rsta2@o2online.de> // // 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, e...
/*===-- llvm/config/llvm-config.h - llvm configure variable -------*- C -*-===*/ /* */ /* The LLVM Compiler Infrastructure */ /* ...
///////////////////////////////////////////////////////////////////////////// // Name: file.h // Purpose: File protocol // Author: Guilhem Lavaux // Modified by: // Created: 1997 // RCS-ID: $Id: file.h,v 1.10 2004/05/23 20:51:44 JS Exp $ // Copyright: (c) 1997, 1998 Guilhem Lavaux // Licence:...
/* Copyright (c) [2014 Baidu]. 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 a...
/* The OpenTRV project licenses this file to you under the Apache Licence, Version 2.0 (the "Licence"); you may not use this file except in compliance with the Licence. You may obtain a copy of the Licence at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
// // LCCKBaseConversationViewController.h // LeanCloudChatKit-iOS // // v0.8.5 Created by ElonChan on 16/3/21. // Copyright © 2016年 LeanCloud. All rights reserved. // #if __has_include(<MJRefresh/MJRefresh.h>) #import <MJRefresh/MJRefresh.h> #else #import "MJRefresh.h" #endif @interface LCCKConversationR...
/* * Copyright 2012 Utkin Dmitry * * 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 agr...
/* * Copyright (C) 2012 Google 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 condition...
/*- * Copyright (c) 2003-2007 Tim Kientzle * 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 c...
///////////////////////////////////////////////////////////////////////////// // Name: pile.h // Purpose: Forty Thieves patience game // Author: Chris Breeze // Modified by: // Created: 21/07/97 // Copyright: (c) 1993-1998 Chris Breeze // Licence: wxWindows licence //--------------------------...
// 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_EXTENSIONS_API_APP_APP_API_H_ #define CHROME_BROWSER_EXTENSIONS_API_APP_APP_API_H_ #include "chrome/browser/extensions/extensi...
// Copyright 2021 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 UI_BASE_WIN_WIN_CURSOR_H_ #define UI_BASE_WIN_WIN_CURSOR_H_ #include "base/component_export.h" #include "base/win/windows_types.h" #include "ui/b...
/* 20080614: In a definition ... */ struct c; /* .. is a forward decl. */ struct c { }; /* .. is an empty struct def. */ /* They must not be represented using the same AST */
// Copyright 2021 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 THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_INTERPOLABLE_ASPECT_RATIO_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_ANIMATION_INTERPOLABLE_ASPECT_RATIO...
#define SHMLBA 4096 struct shmid_ds { struct ipc_perm shm_perm; size_t shm_segsz; unsigned long __shm_atime_lo; unsigned long __shm_dtime_lo; unsigned long __shm_ctime_lo; pid_t shm_cpid; pid_t shm_lpid; unsigned long shm_nattch; unsigned short __shm_atime_hi; unsigned short __shm_dtime_hi; unsigned short _...
/* SPDX-License-Identifier: MIT * * 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, publish, ...
// // FKFlickrGalleriesCreate.h // FlickrKit // // Generated by FKAPIBuilder. // Copyright (c) 2013 DevedUp Ltd. All rights reserved. http://www.devedup.com // // DO NOT MODIFY THIS FILE - IT IS MACHINE GENERATED #import "FKFlickrAPIMethod.h" typedef NS_ENUM(NSInteger, FKFlickrGalleriesCreateError) { FKFlickrG...
/* { dg-do compile { target { powerpc*-*-* } } } */ /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power8" } } */ /* { dg-require-effective-target powerpc_p9vector_ok } */ /* { dg-skip-if "" { powerpc*-*-aix* } } */ /* { dg-options "-mcpu=power8" } */ /* This test should succeed on bot...
/* * linux/arch/arm/common/cortexm3.c * * (C) Copyright 2011, 2012 * Emcraft Systems, <www.emcraft.com> * Alexander Potashev <aspotashev@emcraft.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under...
/* This file is part of VK/KittenPHP-DB-Engine Library. VK/KittenPHP-DB-Engine 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 License, or (at your optio...
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2017-10-10 Tanek first version */ #include <rtthread.h> #include <rtdevice.h> #include "drv_gpio.h" /* USER_LED_G,GPIO_IO01,GPIO_AD_B0_10 */ #defin...
/* Copyright (C) 1993-2017 Free Software Foundation, Inc. This file is part of GDB. 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...
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2015 - ROLI Ltd. Permission is granted to use this software under the terms of either: a) the GPL v2 (or any later version) b) the Affero GPL v3 Details...
/* This testcase is part of GDB, the GNU debugger. Copyright 2007-2017 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 Foundation; either version 3 of the License, or ...
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://kodi.tv * * 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 later vers...
#pragma once /* * Copyright (C) 2005-2013 Team XBMC * http://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 later ver...
/* * * 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 distributed in the hope that it ...
#ifndef CGCONTEXT_H_ #define CGCONTEXT_H_ #include "CGGeometry.h" #include <CoreFoundation/CFBase.h> BEGIN_EXTERN_C struct __CGContext; typedef struct __CGContext *CGContextRef; CGContextRef CGContextRetain(CGContextRef c); void CGContextRelease(CGContextRef c); CFTypeID CGContextGetTypeID(void); void CGContextSave...
#ifndef AVAHI_H #define AVAHI_H #include "zeroconf.h" class Avahi : public Zeroconf { protected: virtual void PublishInternal( const QString& domain, const QString& type, const QByteArray& name, quint16 port); }; #endif // AVAHI_H
/* * Copyright (C) 2008-2009 Martin Willi * Hochschule fuer Technik Rapperswil * * 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...