text
stringlengths
9
948k
/* * Copyright 2017 Ophidian 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...
#ifndef _SCRIPT_MANAGER_H_ #define _SCRIPT_MANAGER_H_ #include "../Common/Singleton.h" class CLuaVirtualMachine; class CLuaDebugger; //------------------------------------------------------------------------------------- // ScriptManager - manager fow working with scripts //------------------------------------------...
/* * Copyright (C) 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/LICENSE-2.0 * * Unless required by app...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Mar 29 2017 23:22:24). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import "PBCoding-Protocol.h" @class NSString, SnsAction; @interface WCMsgActionGroup : NSObject <PBCoding...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
// // VCompositionInstruction.h // VideoEditor2 // // Created by Alexander on 9/25/15. // Copyright © 2015 Onix-Systems. All rights reserved. // #import <Foundation/Foundation.h> #import <AVFoundation/AVFoundation.h> @protocol VFPSTracker -(void)trackFrameRenderingDuration: (double)duration; @end @class VFrame...
// 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 UI_OZONE_PLATFORM_CACA_CACA_EVENT_FACTORY_H_ #define UI_OZONE_PLATFORM_CACA_CACA_EVENT_FACTORY_H_ #include "base/memory/ref_counted.h" #include "...
#ifndef ROXLU_KINECTRECORDERH #define ROXLU_KINECTRECORDERH #include "KinectTriangle.h" #include "ofMain.h" #include <string> #include <vector> #include <fstream> #include <iomanip> #include <roxlu/experimental/Timer.h> struct KinectRecorderFrame { KinectVertices vertices; vector<ofVec2f> outline; }; enum KinectR...
/********************************************************************** * * Copyright (c) 2012-2019 Barbara Geller * Copyright (C) 2015 The Qt Company Ltd. * * You may use this file under the terms of the 2-Clause BSD license * provided with KitchenSink or available at: * * https://opensource.org/licenses/BSD-2-Clause ...
#pragma once #include <stdint.h> uint64_t get_timer_counts_per_second(); uint64_t get_timer_counts();
// // SoundEffect.h // XNI // // Created by Matej Jan on 15.12.10. // Copyright 2010 Retronator. All rights reserved. // #import <Foundation/Foundation.h> #import <OpenAL/al.h> #import <OpenAL/alc.h> #import "Retronator.Xni.Framework.Audio.classes.h" @interface SoundEffect : NSObject { @private NSData *buffer; ...
//HEADER_GOES_HERE #ifndef __DRLG_L4_H__ #define __DRLG_L4_H__ extern int diabquad1x; // weak extern int diabquad1y; // weak extern int diabquad3x; // idb extern int diabquad3y; // idb extern int diabquad2x; // idb extern int diabquad2y; // idb extern int diabquad4x; // idb extern int diabquad4y; // idb extern int hal...
/************************************************************************* Driver for Midway V-Unit games **************************************************************************/ #include "midwunit.h" #define MIDVUNIT_VIDEO_CLOCK 33000000 /*----------- defined in video/midvunit.c -----------*/ extern UIN...
/* * 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...
/*============================================================================ CMake - Cross Platform Makefile Generator Copyright 2000-2009 Kitware, Inc., Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This softwa...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE15_External_Control_of_System_or_Configuration_Setting__w32_53b.c Label Definition File: CWE15_External_Control_of_System_or_Configuration_Setting__w32.label.xml Template File: sources-sink-53b.tmpl.c */ /* * @description * CWE: 15 External Control of System or Configu...
/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright notice appear in all copies and * that both that copyright notice and this permiss...
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-H25 */ /* * ======== GENERATED SECTIONS ======== * * PROLOGUE * INCLUDES * * INTERNAL DEFINITIONS * MODULE-WIDE CONFIGS * FUNCTION DECLARATIONS * SYSTEM FUNCTIO...
/* ----------------------------------------------------------------- * Programmer(s): Daniel R. Reynolds @ SMU * Alan C. Hindmarsh and Radu Serban @ LLNL * ----------------------------------------------------------------- * SUNDIALS Copyright Start * Copyright (c) 2002-2020, Lawrence Livermore Natio...
/* * libEtPan! -- a mail stuff library * * Copyright (C) 2001, 2005 - DINH Viet Hoa * 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 a...
#if defined(PEGASUS_OS_HPUX) # include "UNIX_FibrePortOnFCAdapterPrivate_HPUX.h" #elif defined(PEGASUS_OS_LINUX) # include "UNIX_FibrePortOnFCAdapterPrivate_LINUX.h" #elif defined(PEGASUS_OS_DARWIN) # include "UNIX_FibrePortOnFCAdapterPrivate_DARWIN.h" #elif defined(PEGASUS_OS_AIX) # include "UNIX_FibrePortOnFCAdapterP...
#pragma once #include "base/common.h" #include "common/stat.h" #include "common/protocol.h" #include "common/func_config.h" #include "utils/object_pool.h" #include "engine/tracer.h" namespace faas { namespace engine { class Engine; class FuncWorker; class Dispatcher { public: Dispatcher(Engine* engine, uint16_t...
/*********************************************************************************************************************************** Test PostgreSQL Client This test can be run two ways: 1) The default uses a libpq shim to simulate a PostgreSQL connection. This will work with all VM types. 2) Optionally use a real ...
#pragma once #include <cstdint> #include <memory> #include "envoy/network/connection.h" #include "envoy/network/filter.h" #include "envoy/network/listen_socket.h" #include "envoy/network/listener.h" #include "envoy/ssl/context.h" namespace Envoy { namespace Network { /** * Abstract connection handler. */ class Co...
#pragma once #include <QTabWidget> #include <QStackedWidget> #include <QVBoxLayout> #include <string> #include <QToolButton> //! \class VSection //! Represents a section/group to be used in the sidebar. //! Provides a consistent layout which is not supposed to be changed //! Provides a settings menu that is intended...
// Copyright 2018 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 IOS_CHROME_BROWSER_UI_READING_LIST_CONTEXT_MENU_READING_LIST_CONTEXT_MENU_DELEGATE_H_ #define IOS_CHROME_BROWSER_UI_READING_LIST_CONTEXT_MENU_READ...
/* * Copyright (c) 2016 Thomas Pornin <pornin@bolet.org> * * 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, ...
/* See LICENSE file for copyright and license details. */ /* Constants */ #define TERMINAL "alacritty" #define TERMCLASS "Alacritty" #define STTERM "st" #define STCLASS "St" /* appearance */ static unsigned int borderpx = 2; /* border pixel of windows */ static unsigned int snap = 32; /* snap pixel */ static unsi...
// Copyright (c) 2012 Christopher Lux <christopherlux@gmail.com> // Distributed under the Modified BSD License, see license.txt. #include <scm/core/memory.h>
/* Copyright © Bubi Technologies Co., Ltd. 2017 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...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef IPTABLES_DEFS_H #define IPTABLES_DEFS_H #include "macro_utils.h" #include "umock_c_prod.h" #include <libiptc/libiptc.h> #include <stdbool.h> typedef struct I...
// haibao.c #include <ansi.h>; inherit NPC; void create() { set_name("海豹", ({ "hai bao", "bao" }) ); set("race", "走獸"); set("age", 20); set("long", "一隻生活在冰海的海豹。\n"); set("attitude", "friendly"); set("shen_type", 0); set("combat_exp", 10000); set_temp("ap...
// // RCTSwiftLog.h // nativeUIModulesTest // // Created by Dominic Go on 6/27/20. // #import <Foundation/Foundation.h> @interface RCTSwiftLog : NSObject + (void)error:(NSString * _Nonnull)message file:(NSString * _Nonnull)file line:(NSUInteger)line; + (void)warn:(NSString * _Nonnull)message file:(NSString * _Non...
#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* verify that the <rpcndr.h> version is high enough to compile this file*/ #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 500 #endif /* verify that the <rpcsal.h> version is high enough to compile this file*/ #ifndef __RE...
/* * This software is distributed under BSD 3-clause license (see LICENSE file). * * Authors: Soumyajit De, Heiko Strathmann, Saurabh Mahindre, Soeren Sonnenburg, * Vladislav Horbatiuk, Yuyu Zhang, Kevin Hughes, Evgeniy Andreev, * Thoralf Klein, Fernando Iglesias, Bjoern Esser, Sergey Lisitsyn *...
/** * \file * \brief User-space messaging (UMP, formerly URPC) data transport implementation */ /* * Copyright (c) 2007-2010, ETH Zurich. * Copyright (c) 2015, Hewlett Packard Enterprise Development LP. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you ...
/*************** * PROGRAM: Modeler * NAME: project.h * DESCRIPTION: project class definition * AUTHORS: Andreas Heumann * HISTORY: * DATE NAME COMMENT * 27.05.96 ah initial release ***************/ #ifndef PROJECT_H #define PROJECT_H class PROJECT { public: char *name;...
// Auto-generated file. Do not edit! // Template: src/qs8-gemm/MRxNRc4-neondot.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <arm_neo...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2AP-Containers" * found in "/root/e2ap-v01.00.00.asn" * `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -D .` */ #ifndef _ProtocolIE_SingleContainer_H_ #define _ProtocolIE_SingleContainer_H_ ...
#ifndef _GAUSSNEWTON_H #define _GAUSSNEWTON_H #include "mathTool.h" void GaussNewtonCalibrate(Vector3f_t inputData[6],Vector3f_t* offset, Vector3f_t* scale, float length, int16_t maxIteration); #endif
/* * Broadband Forum IEEE 1905.1/1a stack * * Copyright (c) 2017, Broadband Forum * Copyright (c) 2018, prpl Foundation * * 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...
/********************************************************************* * Copyright 1993, UCAR/Unidata * See netcdf/COPYRIGHT file for copying and redistribution conditions. * $Header: /upc/share/CVS/netcdf-3/ncgen/genc.c,v 1.6 2010/05/17 23:26:44 dmh Exp $ *****************************************************...
#pragma once #include "Betweenness.h" #include "IBetweenness.h" #include "IGraphFactory.h" #include "StrengthDistribution.h" #include "WeightedBetweenness.h" #include "WeightedClusteringCoefficient.h" #include "WeightedGraphReader.h" #include "WeightedNearestNeighborsDegree.h" namespace graphpp { template <class Grap...
// // Use this file to import your target's public headers that you would like to expose to Swift. // #import <Parse/Parse.h> #import <Bolts/Bolts.h> #import <ParseFacebookUtils/PFFacebookUtils.h> #import <ParseUI/ParseUI.h> #import <FacebookSDK/FacebookSDK.h> #import <GoogleMaps/GoogleMaps.h>
/*************************************************************************/ /* script_create_dialog.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/* LUFA Library Copyright (C) Dean Camera, 2018. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2018 Dean Camera (dean [at] fourwalledcubicle [dot] com) Copyright 2018 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com) Permission to use, copy, mo...
#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 FOUNDATION_EXPORT double MithVaultSDKVersionNumber; FOUNDATION_EXPORT const unsigned char MithVaultSDKVersionString[];
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:06:01 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/Frameworks/VideoSubscriberAc...
// Copyright (c) 2009-2015 The GECH Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_QT_TEST_PAYMENTSERVERTESTS_H #define BITCOIN_QT_TEST_PAYMENTSERVERTESTS_H #include "../paymentserver.h" #inclu...
#ifndef BITCOIN_CHAINPARAMSSEEDS_H #define BITCOIN_CHAINPARAMSSEEDS_H /** * List of fixed seed nodes for the xaitencoin network * AUTOGENERATED by contrib/seeds/generate-seeds.py * * Each line contains a 16-byte IPv6 address and a port. * IPv4 as well as onion addresses are wrapped inside a IPv6 address accordingl...
/* Copyright 2014-2018 Rsyn * * 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 wr...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include "mcrouter/lib/carbon/RequestReplyUtil.h" #ifndef LIBMC_FBTRACE_DISABLE #include "mcrouter/lib/carbon/facebo...
/* * HTTP routines for CUPS. * * Copyright © 2021 by OpenPrinting. * Copyright © 2007-2021 by Apple Inc. * Copyright © 1997-2007 by Easy Software Products, all rights reserved. * * This file contains Kerberos support code, copyright 2006 by * Jelmer Vernooij. * * Licensed under Apache License v2.0. See the f...
#include <mpi.h> #include <stddef.h> #include <stdio.h> /* * tags do not agree. (line 19/23) */ int main(int argc, char *argv[]) { int myRank, numProcs; int buffer[4] = {0, 2, 3, 4}; MPI_Init(&argc, &argv); MPI_Comm_size(MPI_COMM_WORLD, &numProcs); MPI_Comm_rank(MPI_COMM_WORLD, &myRank); MPI_Request mp...
// // SDMMServiceManager.h // ShutdownMyMac-MacOSX // // Created by Jesús on 1/3/15. // Copyright (c) 2015 Jesús. All rights reserved. // #import <Foundation/Foundation.h> extern NSString *const SDMMServiceManagerErrorDomain; extern NSInteger const SDMMServiceManagerErrorCodeCommandNotFound; extern NSInteger cons...
/** * @cond doxygenLibsbmlInternal * * @file StoichiometryMathVars.h * @brief Ensures FunctionDefinitions contain no undefined variables. * @author Ben Bornstein * * <!-------------------------------------------------------------------------- * This file is part of libSBML. Please visit http://sbml.org ...
/* Generated by wayland-scanner 1.19.90 */ #ifndef POINTER_CONSTRAINTS_UNSTABLE_V1_SERVER_PROTOCOL_H #define POINTER_CONSTRAINTS_UNSTABLE_V1_SERVER_PROTOCOL_H #include <stdint.h> #include <stddef.h> #include "wayland-server.h" #ifdef __cplusplus extern "C" { #endif struct wl_client; struct wl_resource; /** * @pa...
// // AppDelegate.h // RACOCCalculator // // Created by Xaree on 5/30/16. // Copyright © 2016 Xaree Lee. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
#pragma once #include "common/buffer/buffer_impl.h" #include "extensions/filters/network/mysql_proxy/mysql_codec.h" namespace Envoy { namespace Extensions { namespace NetworkFilters { namespace MySQLProxy { class ServerGreeting : public MySQLCodec { public: // MySQLCodec DecodeStatus parseMessage(Buffer::Instanc...
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // #pragma once #include <vector> #include "DataDeserializer.h" #include <random> namespace Microsoft { namespace MSR { namespace CNTK { // Represents an i...
#ifndef GAME_CLIENT_COMPONENTS_SKINS_H #define GAME_CLIENT_COMPONENTS_SKINS_H #include <base/vmath.h> #include <game/client/component.h> class CSkins : public CComponent { public: // do this better and nicer struct CSkin { int m_OrgTexture; int m_ColorTexture; char m_aName[31]; char m_aTerm[1]; vec3 m_Blo...
// // ViewUtils.h // // Version 1.1.2 // // Created by Nick Lockwood on 19/11/2011. // Copyright (c) 2011 Charcoal Design // // Distributed under the permissive zlib License // Get the latest version from here: // // https://github.com/nicklockwood/ViewUtils // // This software is provided 'as-is', without any ...
#import <Foundation/Foundation.h> #import <MediaPlayer/MediaPlayerDefines.h> @import MediaPlayer; @import JavaScriptCore; @protocol JSBNSObject; @protocol JSBMPMediaLibrary <JSExport, JSBNSObject> #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wdeprecated-declarations" @property (nonatomic, reado...
/** ****************************************************************************** * @file TIM/TIM11_PWM_Output/main.c * @author MCD Application Team * @version V1.2.2 * @date 17-November-2021 * @brief Main program body ****************************************************************************...
/* * Copyright (C) 2006. QLogic Corporation. All Rights Reserved. */ #pragma ident "@(#) libf/fio/setbuf.c" #include <errno.h> #include <fcntl.h> #include <liberrno.h> #include <stddef.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <stdlib.h> #include <sys/stat.h> #include <cray/nassert.h> #...
/*- * BSD 2-Clause License * * Copyright (c) 2012-2018, Jan Breuer * 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 not...
// Copyright 2019 Espressif Systems (Shanghai) PTE 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 applic...
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
#ifndef KPAD_INT_H_ #define KPAD_INT_H_ #define KPAD_NOKEY_PRESSED 100 void KPAD_vidInit(void); u8 KPAD_u8GetPressedKey(void); #endif /* KPAD_INT_H_ */
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef __cplusplus # error This header can only be compiled as C++. #endif #...
// Copyright (c) 2006,2007,2009,2010,2011,2013 Tel-Aviv University (Israel). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/releases/CGAL-5.0.2/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Arr_batched_point_location_traits_2.h $ // $Id: ...
/* * Copyright (c) 2019 - 2020, Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #ifndef NRFX_CONFIG_NRF52833_H__ #define NRFX_CONFIG_NRF52833_H__ #ifndef NRFX_CONFIG_H__ #error "This file should not be included directly. Include nrfx_config.h instead." #endif // <<< Use Configuration Wizard i...
// Copyright (c) 2014-2017 The DASH Core developers // Copyright (c) 2017-2018 The Aywa Core developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef PRIVATESENDCLIENT_H #define PRIVATESENDCLIENT_H #include "maste...
/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /************************************************************************************************** *** This file was autogenerated from GrRectBlurEffect.fp; do not modify. ...
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
/* dtkComposerScene.h --- * * Author: Nicolas Niclausse * Copyright (C) 2012 - Nicolas Niclausse, Inria. * Created: 2012/01/30 10:11:39 * Version: $Id: f7332196184a6188e5be8028059ec9b5820ae484 $ * Last-Updated: Thu Apr 11 09:09:29 2013 (+0200) * By: Thibaud Kloczko * Update #: 254 */ /* Commenta...
// Copyright (c) 2009-2018 The Bitcoin Core developers // Copyright (c) 2014-2018 The Fujicoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Data for paymentservertests.cpp // // Base64/DER-encoded fake ...
/* Siconos is a program dedicated to modeling, simulation and control * of non smooth dynamical systems. * * Copyright 2021 INRIA. * * 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 * *...
#include "melon/modules/string/string_module.h" #include "melon/modules/string/format.h" #include "melon/modules/modules.h" #include "melon/core/closure.h" #include "melon/core/symbol.h" #include "melon/core/range.h" #include "melon/core/tstring.h" #include "melon/core/array.h" #include "melon/core/function.h" #includ...
// Copyright (c) 2017 Walter Kuppens // // 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...
/******************************************************************************* * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only * intended for use with Renesas products. No other uses are authorized. This * software is owned by Renesas Electronics Corporation and is protected un...
/* vi:set ts=8 sts=4 sw=4 noet: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. */ /* * This file contains various definitions of structures that are used by Vim */ /* * There is s...
/* * Copyright (C) 2013 Stefano Pigozzi <stefano.pigozzi@gmail.com> * * This file is part of libass. * * 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 permission notice appear in all copie...
// Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The THC developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SRC_MASTERNODECONFIG_H_ #define SRC_MASTERNODECONFIG_H_ #include <string> ...
#include <ansi.h> inherit ITEM; void create() { set_name(HIY "鼠仙果" NOR, ({"shuxianguo"})); set_weight(1); if (clonep()) set_default_object(__FILE__); else { set("long", HIC "傳説鼠仙果乃田鼠偷吃了蓬萊仙果後,鑽入地底死亡,經數百年生長而成。\n" + "服食(fushi shuxianguo)後...
// Copyright (c) 2016-2017, ZEON, (forked from) The Monero Project // // 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 no...
#ifndef TUNERDIALOG_H #define TUNERDIALOG_H #include <QtWidgets> #include <QVBoxLayout> #include <QPushButton> enum eTunerId {TUNER_UNDEF=-1,TUNER_QUIT=0, TUNER_DUMMY =1, TUNER_RTLTCP =2 }; class TunerDialog: public QObject { Q_OBJECT public: typedef struct _tSelectedTuner { eTunerId id; QString text...
/* cipher.c - En-/De-ciphering filter * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * * GnuPG 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; eith...
// wan.c inherit NPC; #include <ansi.h> void create() { set_name("万大平", ({ "wan daping", "daping", "wan" }) ); set("gender", "男性"); set("class", "swordsman"); set("age", 25); set("attitude", "peaceful"); set("str", 26); set("con", 30); set("dex", 30); ...
/* * halm/spinlock.h * Copyright (C) 2013 xent * Project is distributed under the terms of the MIT License */ #ifndef HALM_SPINLOCK_H_ #define HALM_SPINLOCK_H_ /*----------------------------------------------------------------------------*/ #include <halm/target.h> #include <stdint.h> /*---------------------------...
/* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software donated to Berkeley by * Jan-Simon Pendry. * * %sccs.include.redist.c% * * @(#)lofs.h 8.5 (Berkeley) 01/21/94 * * $Id: lofs.h,v 1.8 1992/05/30 10:05:43 jsp Exp jsp $ */ ...
#if !defined(_AUDIO_CLIENT_CONFIG_H_) #define _AUDIO_CLIENT_CONFIG_H_ #include <netdb.h> #include <stdint.h> typedef struct { struct addrinfo *server_info; char *audio_filename; uint16_t blocksize; unsigned long long buffer_size; unsigned long long target_buffer_occupancy; long double packets_...
// // C++ Interface: Copyright // // Description: // // // Author: Andrew J. P. Maclean, (C) 2009 // // Copyright: See COPYING file that comes with this distribution // // #ifndef NAVIGATION_COPYRIGHT_H #define NAVIGATION_COPYRIGHT_H #include "ufWin32Header.h" #include <cmath> #include <set> #include <string> #incl...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The NoirShares Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef NOIRSHARES_WALLET_WALLET_H #define NOIRSHARES_WALLET_WALLET_H #includ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:51:54 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/PrivateFrameworks/ScreenshotServices.framework/ScreenshotServices * classdump-dyld is licensed under GPLv3, Copyright ©...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/securityhub/SecurityHub_EXPORTS.h> #include <aws/securityhub/SecurityHubRequest.h> namespace Aws { namespace SecurityHub { namespace Model { /** */ class AWS_SECURI...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:16:21 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/AVConfere...
/* * Copyright (c) 2003, 2006 Matteo Frigo * Copyright (c) 2003, 2006 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 Licens...
// glr.h see license.txt for copyright and terms of use // GLR parsing algorithm /* * Author: Scott McPeak, April 2000 * * The fundamental concept in Generalized LR (GLR) parsing * is to permit (at least local) ambiguity by "forking" the * parse stack. If the input is actually unambiguous, then * all...