text
stringlengths
9
948k
// // ZDPay_AddBankModel.h // ZDPaySDK // // Created by FANS on 2020/4/21. // Copyright © 2020 ZhongDaoGroup. All rights reserved. // #import "ZDPayRootModel.h" NS_ASSUME_NONNULL_BEGIN @interface ZDPay_AddBankModel : ZDPayRootModel + (instancetype)sharedSingleten; - (void)setModelProcessingDic:(NSDictionary *)di...
/* +----------------------------------------------------------------------+ | Suhosin Version 1 | +----------------------------------------------------------------------+ | Copyright (c) 2006-2007 The Hardened-PHP Project | | Copyright (c)...
#include "stm32_def_build.h" #ifdef STM32F1xx #include "stm32f1xx_hal_mmc.c" #endif #ifdef STM32F2xx #include "stm32f2xx_hal_mmc.c" #endif #ifdef STM32F4xx #include "stm32f4xx_hal_mmc.c" #endif #ifdef STM32F7xx #include "stm32f7xx_hal_mmc.c" #endif
#pragma once #include <Interpreters/AggregateDescription.h> #include <Interpreters/Settings.h> #include <Core/Block.h> namespace DB { class Context; class ExpressionActions; struct ExpressionActionsChain; class Set; using SetPtr = std::shared_ptr<Set>; class Join; using JoinPtr = std::shared_ptr<Join>; class IA...
// --------------------------------------------------------------------- // // Copyright (c) 2011 - 2019 by the IBAMR developers // All rights reserved. // // This file is part of IBAMR. // // IBAMR is free software and is distributed under the 3-clause BSD // license. The full text of the license can be found in the f...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:26:28 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/PassKitCor...
#ifndef ALIANALYSISTASKTPCTOFCascade_H #define ALIANALYSISTASKTPCTOFCascade_H #include "AliAnalysisTaskSE.h" #include "AliPID.h" class AliESDEvent; class AliMCEvent; //class AliStack; class AliPhysicsSelection; class AliESDtrackCuts; class AliESDpid; class AliESDtrack; class AliESDv0; class AliESDVertex; class AliAna...
#if !defined(MODERNIZE_MACRO_TO_ENUM_H) #define MODERNIZE_MACRO_TO_ENUM_H #include "modernize-macro-to-enum2.h" #define GG_RED 0xFF0000 #define GG_GREEN 0x00FF00 #define GG_BLUE 0x0000FF // CHECK-MESSAGES: :[[@LINE-3]]:1: warning: replace macro with enum // CHECK-MESSAGES: :[[@LINE-4]]:9: warning: macro 'GG_RED' defi...
/* * super.c * * PURPOSE * Super block routines for the OSTA-UDF(tm) filesystem. * * DESCRIPTION * OSTA-UDF(tm) = Optical Storage Technology Association * Universal Disk Format. * * This code is based on version 2.00 of the UDF specification, * and revision 3 of the ECMA 167 standard [equivalent to ISO ...
/* CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at src/license_cddl-1.0.txt * or http://www.opensolaris.org...
/* * rt_hypot_snf.c * * Real-Time Workshop code generation for Simulink model "CA_CSE1_V1e_wo_LOSV2b.mdl". * * Model Version : 1.193 * Real-Time Workshop version : 7.3 (R2009a) 15-Jan-2009 * C source code generated on : Fri Sep 20 14:52:12 2013 * * Target selection: nidll.tlc * Note: GRT incl...
/***************************************************************************//** * @file * @brief EFR32FG1V_ROMTABLE register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2022 Silicon Laboratories Inc. www.silabs.com</b> *****...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_BITCOINCONSENSUS_H #define BITCOIN_BITCOINCONSENSUS_H #if define...
/* * Copyright 2009 Henri Verbeet for CodeWeavers * * 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. * *...
/* * Copyright (c) 2003, 2007-14 Matteo Frigo * Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology * * 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 ...
/** * nat API * nat API generated from nat.yang * * OpenAPI spec version: 1.0.0 * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/polycube-network/swagger-codegen.git * branch polycube */ /* Do not edit this file manually */ /* * RuleMasqueradeEnableOutputJsonObject.h...
/***************************************************************** | | AP4 - RTP Hint Objects | | Copyright 2002-2008 Axiomatic Systems, LLC | | | This file is part of Bento4/AP4 (MP4 Atom Processing Library). | | Unless you have obtained Bento4 under a difference license, | this version of Bento4 is Ben...
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % % % ...
// // Factory.h // Helios // jamesghurley<at>gmail.com // Generic Factory pattern implementation // See: https://bitbucket.org/kniht/scraps/src/6f5692c4f9d2/cpp/kniht/simple_factory.hpp // #ifndef Helios_Factory_h #define Helios_Factory_h #include <memory> namespace helios { template<typename Interface, typ...
/* * Copyright (c) 2006 Ben Dooks * Copyright 2006-2009 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * 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 <linu...
/* * Copyright (c) 2016, Freescale Semiconductor, 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: * * o Redistributions of source code must retain the above copyright notice, this list...
// Copyright 2014 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 COMPONENTS_KEYED_SERVICE_CONTENT_BROWSER_CONTEXT_KEYED_BASE_FACTORY_H_ #define COMPONENTS_KEYED_SERVICE_CONTENT_BROWSER_CONTEXT_KEYED_BASE_FACTORY...
#include <FreeRTOS/FreeRTOS.h> #include <FreeRTOS/task.h> #include <interrupt.h> #include <stdio.h> #define mainRED_TASK_PRIORITY 3 #define mainGREEN_TASK_PRIORITY 3 static void vRedTask(__unused void *data) { for (;;) { custom.color[0] = 0xf00; } } static void vGreenTask(__unused void *data) { for (;;) {...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 12:31:22 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/iWorkImport.framework/Frameworks/TSCharts.framework/TSCharts * classdump-dyld is licensed under GPLv...
#include <stdio.h> #include <string.h> int checkPassword(char* pass){ size_t length = strlen(pass); if(length != 14){ return 0; } char* correct_pass = "BTDJJ`Qmvt`1o4"; for (int i = 0; i < length; i++){ if(pass[i] != correct_pass[i]-1){ return 0; } } return 1; } int main () { char password[20]; pri...
#ifndef H_CARDANO_APP_HANDLERS #define H_CARDANO_APP_HANDLERS #include <stdint.h> // This is the function signature for a command handler. 'flags' and 'tx' are // out-parameters that will control the behavior of the next io_exchange call // in sia_main. It's common to set *flags |= IO_ASYNC_REPLY, but tx is // typical...
#ifndef __ARCH_ARM_SRC_STM32F7_STM32_USERSPACE_H #define __ARCH_ARM_SRC_STM32F7_STM32_USERSPACE_H /************************************************************************************ * Included Files ************************************************************************************/ #include <ecr/config.h> #incl...
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #import "DVTStackView_ML.h" @interface Xcode3IconListInspectorStackView : DVTStackView_ML { } - (struct CGSize)sizeForPulledSubviewMagnitude:(double)arg1; - (struct CGPoint)pus...
// Lean compiler output // Module: Lean.Elab.Tactic.Conv.Congr // Imports: Init Lean.Meta.Tactic.Simp.Main Lean.Elab.Tactic.Conv.Basic #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-label" #elif defined(__GNUC__) && !defined...
#ifndef __OPTIONS_H_ #define __OPTIONS_H_ #include "string" #include "NamesList.h" #include "synth_options.h" namespace SingNames { enum class FileSolveError {OK, AMBIGUOUS, NOT_FOUND}; class Options { NamesList packages_src_dirs_; const char *source_; const char *out_file_; const char *c_form...
#ifdef HAVE_CONFIG_H #include "../../../ext_config.h" #endif #include <php.h> #include "../../../php_ext.h" #include "../../../ext.h" #include <Zend/zend_operators.h> #include <Zend/zend_exceptions.h> #include <Zend/zend_interfaces.h> #include "kernel/main.h" #include "kernel/fcall.h" #include "kernel/memory.h" #inc...
// Copyright (c) 2015 fjz13. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. #pragma once #include "Core/Action/BaseFiniteAction.h" MEDUSA_BEGIN; class ProgressToAction:public BaseFiniteAction { public: ProgressToAction(float endPercent,floa...
// // AAAppDelegate.h // AACustomDatePicker // // Created by CocoaPods on 11/18/2014. // Copyright (c) 2014 Amit Attias. All rights reserved. // #import <UIKit/UIKit.h> @interface AAAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/* * Copyright (c) 2020, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
// Copyright (c) 2012-2014 The Bitcoin developers // Copyright (c) 2019 The PIVX developers // Copyright (c) 2021 The ISLAMIC DIGITAL COIN developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_LIMITEDMAP_H #...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:53:36 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia...
// // YWTableViewHeadView.h // YWExcelDemo // // Created by yaowei on 2018/8/16. // Copyright © 2018年 yaowei. All rights reserved. // #import <UIKit/UIKit.h> @interface YWTableViewHeadView : UITableViewHeaderFooterView @property (nonatomic, strong) UIScrollView *rightScrollView; @property (nonatomic, strong) UI...
/* Hi Emacs, please use -*- mode: C++; -*- */ /* Copyright (c) 2011-2014 ETH Zürich. 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 ...
#pragma once #include "Vertex.h" #include "Texture2D.h" enum class DrawType { None, Points, Lines, Triangles, }; class Renderable { public: std::vector<Vertex3PCT> vertices; std::vector<int> indexes; DrawType drawType = DrawType::None; std::shared_ptr<Texture2D> texture = nullptr; };
/****************************************************************************** * * Module Name: getopt * *****************************************************************************/ /* * Copyright (C) 2000 - 2016, Intel Corp. * All rights reserved. * * Redistribution and use in source and binary forms, with...
// SPDX-License-Identifier: GPL-2.0-only /* * drivers/irq/irq-nvic.c * * Copyright (C) 2008 ARM Limited, All Rights Reserved. * Copyright (C) 2013 Pengutronix * * Support for the Nested Vectored Interrupt Controller found on the * ARMv7-M CPUs (Cortex-M3/M4) */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #incl...
/********************************************************************* * * Montagne Fractale decoupage.c * ----------------- * 02.01.10 * * Bertrand CHAZOT * *********************************************************************/ #include <math.h> #include "decoupage.h" Point3d** decoupPlan(int n...
/** * Autogenerated by Thrift Compiler (0.9.3) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #ifndef gc_TYPES_H #define gc_TYPES_H #include <iosfwd> #include <thrift/Thrift.h> #include <thrift/TApplicationException.h> #include <thrift/protocol/TProtocol.h> #include <thrift...
// // WXApiManager.h // SDKSample // // Created by Jeason on 16/07/2015. // // #import <Foundation/Foundation.h> #import "WXApi.h" @protocol WXApiManagerDelegate <NSObject> @optional - (void)managerDidRecvGetMessageReq:(GetMessageFromWXReq *)request; - (void)managerDidRecvShowMessageReq:(ShowMessageFromWXReq *)...
#pragma once #include <vector> #include <memory> class EventLoop; class EventLoopThread; class EventLoopThreadPool { public: EventLoopThreadPool(EventLoop* loop); ~EventLoopThreadPool(); EventLoopThreadPool(const EventLoopThreadPool&) = delete; EventLoopThreadPool& operator=(const EventLoopThreadPoo...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:28:05 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/ProVideo.framework/ProVideo * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Lim...
/** @file @author from CrypoNote (see copyright below; Andrey N. Sabelnikov) @xcash rfree @brief the connection templated-class for one peer connection */ // Copyright (c) 2006-2013, Andrey N. Sabelnikov, www.sabelnikov.net // All rights reserved. // // Redistribution and use in source and binary forms, with or withou...
int x[1]; int y[1]; int gcd (int u, int v) { if (v == 0) return u; else return gcd(v, u - u / v * v); } int funArray (int u[], int v[]) { int a; int b; int temp; a = u[0]; b = v[0]; if (a < b) { temp = a; a = b; b = temp; } return gcd(a, b); } int ma...
/** @file Processor or compiler specific defines and types for EBC. We currently only have one EBC compiler so there may be some Intel compiler specific functions in this file. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef __PRO...
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) | +---------...
/* Bit operations. * * Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com> * 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 ...
/* ** Copyright (C) 2008-2020 by Carnegie Mellon University. ** ** @OPENSOURCE_LICENSE_START@ ** See license information in ../../LICENSE.txt ** @OPENSOURCE_LICENSE_END@ */ /* ** skipset.c ** ** skipset.c provides a data structure for maintaining IP ** addresses. The implementation uses a Radix Tree (aka Patri...
/* mbed Microcontroller Library * Copyright (c) 2019, Arm Limited and affiliates. * SPDX-License-Identifier: Apache-2.0 * * 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://...
/****************************************************************************** * * Project: MapCache * Author: Thomas Bonfort and the MapServer team. * ****************************************************************************** * Copyright (c) 1996-2011 Regents of the University of Minnesota. * * Permiss...
/* * socketcan/can/gw.h * * Definitions for CAN frame Gateway/Router/Bridge * * $Id$ * * Author: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> * Copyright (c) 2011 Volkswagen Group Electronic Research * All rights reserved. * * Send feedback to <linux-can@vger.kernel.org> * */ #ifndef CAN_GW_H #define C...
/* * Copyright (c) 2016, 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. */ #ifndef FATAL_...
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. */ #include "tomcrypt.h" #if defined(_POSIX_C_SO...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:51:32 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/AVConference.framework/AVConference * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 ...
// Copyright (c) 2011-2013 The Bitcoin developers // Copyright (c) 2017 The TWINS developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_CSVMODELWRITER_H #define BITCOIN_QT_CSVMODELWRITER_H #include <...
/*========================================================================= * * Copyright UMC Utrecht and contributors * * 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...
// // Texture2D.h // // Class for texture handling. // // Created by Jietong Chen on 2/4/2019. // #ifndef TEXTURE2D_H #define TEXTURE2D_H #include "Texture.h" namespace RayTracer { /** * Class for texture handling. */ class Texture2D : public Texture { public: /** * The format ...
#ifndef PARAMDEF_H #define PARAMDEF_H /* $Log: paramdef.h,v $ Revision 1.1 1995/12/22 16:59:09 CHRIS Initial revision */ #ifndef IOSTRING_H #include "util/iostring.h" #endif #include "stddef.h" /* Definition of parameters of an object. Used to create lists of parameters which can be used for input o...
#ifndef VP9_RTCD_H_ #define VP9_RTCD_H_ #ifdef RTCD_C #define RTCD_EXTERN #else #define RTCD_EXTERN extern #endif /* * VP9 */ #include "vpx/vpx_integer.h" #include "vp9/common/vp9_common.h" #include "vp9/common/vp9_enums.h" struct macroblockd; /* Encoder forward decls */ struct macroblock; struct vp9_variance_vt...
// Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef CORE_FXCRT_FX_EXTENSION_H_ #define CORE_FXCRT_FX_EXTENSION_H_ #includ...
/* * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
// Copyright (c) 2011 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 COURGETTE_DISASSEMBLER_WIN32_X86_H_ #define COURGETTE_DISASSEMBLER_WIN32_X86_H_ #include <stddef.h> #include <stdint.h> #include "base/macro...
// Generated by the gRPC C++ plugin. // If you make any local change, they will be lost. // source: google/pubsub/v1/pubsub.proto // Original file comments: // Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Licen...
/* Copyright (c) 2006-2008 Gordon Gremme <gremme@zbh.uni-hamburg.de> Copyright (c) 2006-2008 Center for Bioinformatics, University of Hamburg Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this ...
/* * Driver for Atmel AT91 Serial ports * Copyright (C) 2003 Rick Bronson * * Based on drivers/char/serial_sa1100.c, by Deep Blue Solutions Ltd. * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. * * DMA support added by Chip Coldwell. * * This program is free software; you can redistribu...
/******************************************************************************* * Copyright (C) 2005-2014 Alfresco Software Limited. * * This file is part of the Alfresco Mobile iOS App. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
/* * Copyright (C) 1999-2012, International Business Machines * Corporation and others. All Rights Reserved. * * file name: propname_data.h * * machine-generated by: icu/tools/unicode/c/genprops/pnamesbuilder.cpp */ #ifndef INCLUDED_FROM_PROPNAME_CPP # error This file must be #included from propname.cpp only...
/*! * \file * \brief Opto Encoder 2 Click example * * # Description * This application is used to encode motion or rotation. * * The demo application is composed of two sections : * * ## Application Init * Initializes GPIO driver and resets encoder counter to 0 (zero) * * ## Application Task * If mo...
/* * Based on examples found from the following stack overflow thread: * https://stackoverflow.com/questions/1923837/how-to-use-nan-and-inf-in-c */ #include <stdio.h> #include <math.h> int main() { #ifdef NAN /* NAN is supported */ printf("NAN supported\n"); #endif #ifdef INFINITY /* INFINITY is supporte...
#ifndef VISUALSERVERVIEWPORT_H #define VISUALSERVERVIEWPORT_H /*************************************************************************/ /* visual_server_viewport.h */ /*************************************************************************/ /* This ...
/*************************************************************************** Copyright (c) 2019, Xilinx, 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 reta...
// Lean compiler output // Module: Lean.Server.Snapshots // Imports: Init Init.System.IO Lean.Elab.Import Lean.Elab.Command #include <lean/lean.h> #if defined(__clang__) #pragma clang diagnostic ignored "-Wunused-parameter" #pragma clang diagnostic ignored "-Wunused-label" #elif defined(__GNUC__) && !defined(__CLANG__)...
#include <stdio.h> int main() { double S, i=2, j=3; S+=1; do{ S+=(j/i); i*=2; j+=2; }while(j<=39); printf("%.2lf\n", S); return 0; }
// Copyright (c) 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 UI_MESSAGE_CENTER_VIEWS_MESSAGE_POPUP_COLLECTION_H_ #define UI_MESSAGE_CENTER_VIEWS_MESSAGE_POPUP_COLLECTION_H_ #include <list> #include <map...
/* Execute compiled code */ /* XXX TO DO: XXX speed up searching for keywords by using a dictionary XXX document it! */ /* enable more aggressive intra-module optimizations, where available */ #define PY_LOCAL_AGGRESSIVE #include "Python.h" #include "pycore_abstract.h" // _PyIndex_Check() #include "pyc...
/* ** $Id: luaconf.h,v 1.82.1.7 2008/02/11 16:25:08 roberto Exp $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ #ifndef lconfig_h #define lconfig_h #include <limits.h> #include <stddef.h> /* ** ================================================================== ** Search for "@@" to find all con...
/* * Toshiba TC6393XB I/O Controller. * Found in Sharp Zaurus SL-6000 (tosa) or some * Toshiba e-Series PDAs. * * Most features are currently unsupported!!! * * This code is licensed under the GNU GPL v2. */ #include "hw.h" #include "pxa.h" #include "devices.h" #include "flash.h" #include "console.h" #include "...
#pragma once #include <boost/serialization/binary_object.hpp> #include <boost/archive/binary_iarchive.hpp> #include <boost/archive/binary_oarchive.hpp> #include <boost/serialization/vector.hpp> #include <boost/serialization/set.hpp> #include <fstream> #include <vector> #include <set> #include "util.h" #include <assert...
/* $Id: Intel_80186.h 69111 2017-10-17 14:26:02Z vboxsync $ */ /** @file * CPU database entry "Intel 80186". * Handcrafted. */ /* * Copyright (C) 2013-2017 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software;...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "XBaseDownloadHttpRequest.h" #import "XBaseHttpRequest.h" #import "XBaseHttpRequestManager.h" #import "XBaseUploadHtt...
#ifndef DECLARATIONS_H #define DECLARATIONS_H double inputValidator(); void gravitation(); void gravityChoice(); void gravitationalForce(); void potentialEnergy(); void gravitationalPotential(); void escapeVelocity(); void gravitationalAcceleration(); void workAgainstGravity(); void latitudeWeight(); void kinematics...
// Generated by gencpp from file nodelet/NodeletLoadResponse.msg // DO NOT EDIT! #ifndef NODELET_MESSAGE_NODELETLOADRESPONSE_H #define NODELET_MESSAGE_NODELETLOADRESPONSE_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits....
/************************************************* * Perl-Compatible Regular Expressions * *************************************************/ /* PCRE is a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. ...
#if defined(PEGASUS_OS_HPUX) # include "UNIX_ProcessDeps_HPUX.h" #elif defined(PEGASUS_OS_LINUX) # include "UNIX_ProcessDeps_LINUX.h" #elif defined(PEGASUS_OS_DARWIN) # include "UNIX_ProcessDeps_DARWIN.h" #elif defined(PEGASUS_OS_AIX) # include "UNIX_ProcessDeps_AIX.h" #elif defined(PEGASUS_OS_FREEBSD) # include "UNIX_...
/* * Copyright (C) 2005-2014 Junjiro R. Okajima * * This program, aufs 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...
/* * 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. * */ #i...
/*- * Copyright (c) 1992 Keith Muller. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Keith Muller of the University of California, San Diego. * * Redistribution and use in source and binary form...
/** * Copyright 2020 Huawei Technologies Co., Ltd * * 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...
#ifndef RENDERGL_H #define RENDERGL_H #include <module.h> class RenderGL : public Module { public: RenderGL (Engine *engine); ~RenderGL (); const char *description () const; const char *version () const...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class FBSDKAccessToken, NSDictionary, NSMutableDictionary, NSSet; @interface FBSDKLoginManagerLoginResult : NSObject { NSMutableDictionary *_mutableLoggi...
#include <stdio.h> main(argc,argv) int argc; char **argv; { char line[500]; char *ptr; int emit,emithidden; if (1 < argc) { if (NULL == freopen(argv[1],"r",stdin)) { perror("examples"); exit(-1); } } emit = 0; emithidden = 0; while (1) { if (NULL == gets(line)) break; ptr ...
//-***************************************************************************** // // Copyright (c) 2009-2012, // 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...
/* Total order operation on absolute values. ldbl-128ibm version. Copyright (C) 2016-2017 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 publi...
// Copyright 2017 The Fuchsia 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 SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_COMMON_TEST_HELPERS_H_ #define SRC_CONNECTIVITY_BLUETOOTH_CORE_BT_HOST_COMMON_TEST_HELPERS_H_ #include <al...
/* * Copyright (C) 2013 Realtek Semiconductor Corp. * All Rights Reserved. * * Unless you and Realtek execute a separate written software license * agreement governing use of this software, this software is licensed * to you under the terms of the GNU General Public License version 2, * available at https://www....
/* * Public Key abstraction layer: wrapper functions * * Copyright The Mbed TLS Contributors * SPDX-License-Identifier: Apache-2.0 * * 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 a...