text
stringlengths
4
6.14k
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 30 2020 21:18:12). // // Copyright (C) 1997-2019 Steve Nygard. // #import <AppKit/NSCarbonMenuImpl.h> @interface NSCarbonMenuImpl (DVTSwizzle) - (int)__swizzle_carbonTargetItemEvent:(struct OpaqueEventRef *)arg1 handlerCallRef:(struct OpaqueE...
/* (c) Atinea Sp z o. o. * Stamp: nianio lang */ #pragma once #include "c_rt_lib.h" void ov0__const__init(); ImmT ov0mk(ImmT ___nl__0); ImmT ov0mk0ptr(int _num, ImmT *_tab); ImmT ov0mk_val(ImmT ___nl__0,ImmT ___nl__1); ImmT ov0mk_val0ptr(int _num, ImmT *_tab); ImmT ov0has_value(ImmT ___nl__0); ImmT ov0has_value0ptr...
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2009 Sam Lantinga 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 ...
// // YKOneKeyMatchRemoteController.h // YKCenterDemo // // Created by dong on 2017/11/30. // Copyright © 2017年 Shenzhen Yaokan Technology Co., Ltd. All rights reserved. // #import <UIKit/UIKit.h> @class YKRemoteMatchDevice; @interface YKOneKeyMatchRemoteController : UITableViewController @property (nonatomic, st...
/* Copyright (c) 2009-2010 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" #include "env-util.h" #include "fdpass.h" #include "ioloop.h" #include "restrict-access.h" #include "master-service.h" #include "master-service-settings.h" #include "master-interface.h" #include "connect...
// // Created by jonno on 4/18/15. // #ifndef COLD_POTATO_PROXY_CONNECTION_H #define COLD_POTATO_PROXY_CONNECTION_H #include <thread> #include "ConnectionData.h" #include "Socket.h" class Connection { protected: ConnectionData* mConnectionData; std::unique_ptr<Socket> mSock; /** * Reads in the add...
#pragma once #include <tuple> #include <absl/types/optional.h> #include "chainerx/array.h" #include "chainerx/dtype.h" namespace chainerx { Array Dot(const Array& a, const Array& b, absl::optional<Dtype> out_dtype = absl::nullopt); Array Solve(const Array& a, const Array& b); Array Inverse(const Array& a); std:...
/* --------------------------------------------------------------------------- Open Asset Import Library (assimp) --------------------------------------------------------------------------- Copyright (c) 2006-2016, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, w...
#import <UIKit/UIKit.h> #import "AutoPropertyRelease.h" #import "MovieControlsAdaptor.h" #import "QTFileParserAppAppDelegate.h" #import "QTFileParserAppViewController.h" #import "ApngConvertMaxvid.h" #import "AV7zApng2MvidResourceLoader.h" #import "AV7zAppResourceLoader.h" #import "AVAnimatorLayer.h" #import "AVAnimat...
// // 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 // ...
#pragma once #include "SYCL/access.h" #include "SYCL/accessor.h" #include "SYCL/accessors/buffer_base.h" #include "SYCL/accessors/device_reference.h" #include "SYCL/detail/common.h" #include "SYCL/detail/data_ref.h" #include "SYCL/detail/src_handlers/register_resource.h" #include "SYCL/ranges/id.h" namespace cl { nam...
// // Copyright(c) 2015 Gabi Melman. // Distributed under the MIT License (http://opensource.org/licenses/MIT) // #pragma once #define SPDLOG_VERSION "0.17.0" #include "tweakme.h" #include <atomic> #include <chrono> #include <exception> #include <functional> #include <initializer_list> #include <memory> #include <s...
#ifndef PARTICLES_RENDERER_PLUGINS_H #define PARTICLES_RENDERER_PLUGINS_H #include "RenderEngine/Particles/ParticleSystem.h" #include "RenderEngine/Particles/Plugin.h" #include "General/Utils.h" namespace Alamo { struct CommonRendererParameters { bool m_normalRenderMode; bool m_reflectionRenderMode; bool...
// // MyArrangeTimingCollectCell.h // AllCell // // Created by Adozen12 on 13-12-25. // Copyright (c) 2013年 lanou. All rights reserved. // #import <UIKit/UIKit.h> @interface MyArrangeTimingCollectCell : UICollectionViewCell @property (nonatomic,retain) UILabel *weekToWeek; @end
#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 Pods_ICPagingManager_ExampleVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_ICPagingManag...
// // AppDelegate.h // SYHUDView // // Created by Sauchye on 8/20/15. // Copyright © 2015 sauchye.com. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
/******************************************************* * File name: peri_key.h * Author: Chongguang Li * Versions:1.0 * Description:This module is the key function module. * History: * 1.Date: * Author: * Modification: *********************************************************/ #ifndef PERI_KEY_H_...
// SKIP PARAM: --set ana.activated[+] apron --set ana.path_sens[+] threadflag extern int __VERIFIER_nondet_int(); #include <assert.h> int g; int h; void foo() { int r = __VERIFIER_nondet_int(); //rand if (r) { g = 5; h = 3; } else { g = 6; h = 4; } assert(h < g); assert(g - h == 2); ...
/* The MIT License (MIT) Copyright (c) 2014 Chandan Pawaskar (chandan.pawaskar@gmail.com) 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 t...
#pragma once #include <memory> #include <functional> #include "cinder/app/App.h" #include "cinder/app/App.h" // #include "cinder/Signals.h" using namespace std; namespace cms { class ModelBase { public: typedef void* CidType; typedef function<void(const string&, const string&)> AttrIterateF...
#ifndef CRC_H #define CRC_H #include <stdlib.h> uint32_t crc32(const void *buf, size_t size); #endif // CRC_H
// // ACTSimpleChapterNumberCell.h // UnfoldingWord // // Created by David Solberg on 6/3/15. // Copyright (c) 2015 Acts Media Inc. All rights reserved. // #import <UIKit/UIKit.h> @interface ACTSimpleChapterNumberCell : UITableViewCell @property (nonatomic, weak) IBOutlet UILabel *labelChapter; @end
// モノラルのサイン波を生成してlibaoで再生する // macOS // clang 033.c -lao // Linux // gcc 033.c -lao -ldl -lm #include <stdio.h> #include <string.h> #include <ao/ao.h> #include <math.h> #define BUF_SIZE 4096 int main(int argc, char** argv) { ao_device *device; ao_sample_format format; int default_driver; float freq = 440.0; floa...
// // ExpressionScanner.hpp // lemonscript // // Created by Donald Pinckney on 2/22/16. // Copyright © 2016 Donald Pinckney. All rights reserved. // #ifndef ExpressionScanner_hpp #define ExpressionScanner_hpp #include <stdio.h> #include <string> #include <sstream> #include "expressions.h" // "(", ",", ")", ...
#ifndef QTIPCSERVER_H #define QTIPCSERVER_H // Define KolschCoin-Qt message queue name #define BITCOINURI_QUEUE_NAME "KolschCoinURI" void ipcScanRelay(int argc, char *argv[]); void ipcInit(int argc, char *argv[]); #endif // QTIPCSERVER_H
//%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...
// // FSMediaPicker.h // Pods // // Created by Wenchao Ding on 2/3/15. // f33chobits@gmail.com // // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #ifndef LocalizedStrings #define LocalizedStrings(key) \ NSLocalizedStringFromTableInBundle(key, @"FSMediaPicker", [NSBundle bundleWithPath:[[[NSBundle mai...
// // JElasticPullToRefreshLoadingViewCircle.h // // Created by mifanJ on 16/4/6. // Copyright © 2016年 mifanJ. All rights reserved. // #import "JElasticPullToRefreshLoadingView.h" @interface JElasticPullToRefreshLoadingViewCircle : JElasticPullToRefreshLoadingView @end
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_console_w32_spawnlp_09.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-09.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: console Read input from the consol...
/* * Author : Matthew Johnson * Date : 19/Apr/2013 * Description : * Multi-type container keyed on strings. */ #pragma once namespace mage { //--------------------------------------- // DictionaryValueBase // Base for values in Dictionary //--------------------------------------- class Dicti...
/*MIT License Copyright (c) 2018 MTA SZTAKI 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, dist...
/* This test is part of pocl. * It is intended to run as the first test of the * testsuite, checking that the tests are * not run against an other installed OpenCL library. */ #include "poclu.h" #include <stdio.h> #include <string.h> #include <stdlib.h> #include "config.h" int main(void) { cl_context context; ...
#pragma once #include "NNObject.h" #include "BHDefine.h" #include "NNBird.h" //¸ó½ºÅÍÀÎ »õ¸¦ »ý¼ºÇÏ°í °ü¸®ÇØÁִ Ŭ·¡½º class NNBirdFactory : public NNObject { public: static NNBirdFactory* GetInstance(); static void ReleaseInstance(); void MakeBird( BIRD_TYPE type ); std::list< NNBird* >& GetBirdList() { r...
// // Reaction.h // ReactionSDKExample // // Created by g8y3e on 11/9/16. // Copyright © 2016 IronSource. All rights reserved. // #import <Foundation/Foundation.h> @import Google.CloudMessaging; @interface ISReaction : NSObject <GGLInstanceIDDelegate> { BOOL isDebug_; BOOL isSendedUserData_; NSSt...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Lincoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_INIT_H #define BITCOIN_INIT_H #include <string> class CWallet; ...
#ifndef _SWAY_KEY_STATE_H #define _SWAY_KEY_STATE_H #include <stdbool.h> #include <stdint.h> #include "container.h" /* Keyboard state */ typedef uint32_t keycode; // returns true if key has been pressed, otherwise false bool check_key(keycode key); // sets a key as pressed void press_key(keycode key); // unsets ...
// // FEMRelationshipMapping.h // FastEasyMapping // // Created by zen on 03/12/14. // Copyright (c) 2014 Yalantis. All rights reserved. // #import "FEMRelationship.h" /** * @discussion * FEMRelationshipMapping has been renamed to FEMRelationship */ @compatibility_alias FEMRelationshipMapping FEMRelationship;
// // YYDiscoveryViewController.h // NetEaseLottery // // Created by yuan on 15/12/31. // Copyright © 2015年 袁小荣. All rights reserved. // #import <UIKit/UIKit.h> @interface YYDiscoveryViewController : UITableViewController @end
#pragma once #include <pebble.h> typedef struct SwapMenu SwapMenu; typedef struct SwapMenuItem SwapMenuItem; typedef struct SwapMenuSection SwapMenuSection; typedef void(*SwapMenuItemCallback)(SwapMenuItem *item, void *callback_context); struct SwapMenuItem { const char *title; const char *subtitle; SwapMenu...
#pragma once #include <runic/common/Common_Lexicon.h> namespace runic_cpp { struct Keywords : public runic::Keywords { runic::Whisper Inline = "inline"; runic::Whisper Namespace = "namespace"; runic::Whisper Class = "class"; runic::Whisper Struct = "struct"; runic::Whisper Const = "co...
#ifndef GPARSE_RESPONSE #define GPARSE_RESPONSE #include <string> namespace gparse { enum ResponseCode { ResponseOk, ResponseNull }; class Response { ResponseCode code; std::string rest; public: static const Response Ok; static const Response Null; inline Response(Respons...
// // VipNotification.h // // // Created by kenney on 5/21/14. // // #import <Parse/Parse.h> @interface Notification : PFObject <PFSubclassing> +(NSString *)parseClassName; @property (nonatomic) NSString *message; @property (nonatomic) Partnership *partnership; @property (nonatomic) User *recipient; @property (...
/********************************** * SCAENA FRAMEWORK * Author: Marco Andrés Lotto * License: MIT - 2016 **********************************/ #pragma once #include "GLSLProgram.h" class Texture; typedef glm::vec2 vec2; #define MAX_ITERATIONS 5 class DepthOfFieldShader : public GLSLProgram{ private: static DepthO...
/* * viterbi27.h * * Created on: 04/11/2016 * Author: Lucas Teske */ #ifndef SATHELPER_INCLUDES_VITERBI27_H_ #define SATHELPER_INCLUDES_VITERBI27_H_ #include <cstdint> #include <SatHelper/extensions.h> namespace SatHelper { #define _VITERBI27_POLYA 0x4F #define _VITERBI27_POLYB 0x6D class Viterbi27 {...
/* * TankBotBare2.c * * Created: 8/13/2015 0.01 ndp * Author: Chip * * This is the main() file for the Tank Bot Bare ver 2 board. * It contains the initialization call and the task scheduler loop. * Other than DEBUG code, no changes should be needed to this file. */ #include <avr/io.h> #include "initializ...
#ifndef YBCONSOLE_H #define YBCONSOLE_H #include <QDialog> class QLineEdit; class QTextEdit; class YbPushButton; class YbConsole : public QDialog { Q_OBJECT public: explicit YbConsole(QWidget *parent = 0); ~YbConsole(); enum MessageClass { MC_ERROR, MC_DEBUG, CMD_REQUEST, ...
#ifndef PEGASUS_INCLUDED_PARSE_H #define PEGASUS_INCLUDED_PARSE_H #define PEGASUS_PARSE(INPUT_TEXT) \ { \ int *PEGASUS_HIDE(status) = &(int) {1}; \ pegasus_text_t *PEGASUS_HIDE(input_text) = (INPUT_TEXT); \ pegasus_text_position_t PEGASUS_HIDE(backup_position) = pegasus_text_position(PEGASU...
/******************** Copyright wisearm.com ********************************* * File Name : CrabHardware.h * Author : Îâ´´Ã÷(aleyn.wu) * Version : V1.0.0 * Create Date : 2012-06-15 * Last Update : 2016-12-31 * Description : Ó²¼þÅäÖÃÓëÉèÖà **********************************...
/* * Mesh.h * * Created on: Apr 9, 2014 * Author: edgar */ #ifndef MESH_H_ #define MESH_H_ #include <iostream> #include BOSS_OPENCV_V_opencv2__core__core_hpp //original-code:<opencv2/core/core.hpp> // --------------------------------------------------- // // TRIANGLE CLASS ...
// // AppDelegate.h // CoreDataRelationships // // Created by Zachary Davison on 20/04/2015. // Copyright (c) 2015 ZD. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
// This is an include guard. // You could alternatively use '#pragma once' // See https://en.wikipedia.org/wiki/Include_guard #if !defined(HELLO_WORLD_H) #define HELLO_WORLD_H // Include the string header so that we have access to 'std::string' #include <string> // Declare a namespace for the function(s) we are expor...
// // DYAMarvelStorySummary.h // Pods // // Created by David Yang on 28/06/2015. // // #import "DYAMarvelModel.h" @protocol DYAMarvelStorySummary @end @interface DYAMarvelStorySummary : DYAMarvelModel @property (strong, nonatomic) NSString *resourceURI; @property (strong, nonatomic) NSString *name; @property (st...
#pragma once namespace lua { template<typename Context> class stack_var { Context _ctx; int _id { 0 }; public: stack_var() = default; ~stack_var() = default; stack_var( const stack_var & ) = default; stack_var& operator=( const stack_var & ) = default; stack_var( stack_var&& ) = defa...
#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" /* This file is part of the php-ext...
#include<stdio.h> void main() { float R; int i,n; double result=1; printf("input R and n\n"); scanf("%f%d",&R,&n); for(i=0;i<n;i++) { result=result*R; } printf("%lf",result); }
#include<stdio.h> void main(){ printf("\nHello World!"); }
// // SFSSearchTVC7.h // ClusterDemo // // Created by BJ Miller on 11/6/13. // Copyright (c) 2013 Six Five Software, LLC. All rights reserved. // #import "SFSSearchTVC.h" @interface SFSSearchTVC7 : SFSSearchTVC <UISearchDisplayDelegate> @end
// // ASByrBoard.h // ASByr // // Created by andy on 16/3/9. // Copyright © 2016年 andy. All rights reserved. // #import "ASByrBase.h" @protocol ASByrBoardResponseDelegate <NSObject> @optional - (void)fetchBoardResponse:(ASByrResponse*) response; @end @protocol ASByrBoardResponseReformer <NSObject> @optional ...
// // GDLiveTableViewCell.h // SindhTV // // Created by intellisense on 11/04/16. // Copyright © 2016 intellisense. All rights reserved. // #import <UIKit/UIKit.h> @interface GDLiveTableViewCell : UITableViewCell @property (strong, nonatomic) IBOutlet UICollectionView *LiveCollectionVw; @property (strong, nonatom...
// // LFSWriteCommentView.h // CommentStream // // Created by Eugene Scherba on 10/16/13. // Copyright (c) 2013 Adobe. All rights reserved. // #import <UIKit/UIKit.h> #import "LFSResource.h" @protocol LFSWriteCommentViewDelegate; @interface LFSWriteCommentView : UIView <UITextViewDelegate> @property (nonatomic...
// // PostViewController.h // IntegratingFacebookTutorial // // Created by Amar Rao on 2/11/13. // // #import <UIKit/UIKit.h> @interface PostViewController : UIViewController @end
// // isr.h -- Interface and structures for high level interrupt service routines. // Part of this code is modified from Bran's kernel development tutorials. // Rewritten for JamesM's kernel development tutorials. // #ifndef _letkuos_isrs_h #define _letkuos_isrs_h _letkuos_isrs_h #include "paging.h" // // isr.h -- I...
#ifndef OBJECTANIMATION_H #define OBJECTANIMATION_H #include "nau/event/iListener.h" #include "nau/event/iEventData.h" #include "nau/math/vec3.h" #include "nau/scene/sceneObject.h" using namespace nau::scene; namespace nau { namespace event_ { class ObjectAnimation: public IListener { public: std::string ...
// // ViewController.h // Demo // // Created by dkhamsing on 1/31/14. // // #import <UIKit/UIKit.h> @interface ViewControllerCustom : UIViewController @end
/* * Copyright (c) 2020 Sekhar Bhattacharya * * SPDX-License-Identifier: MIT */ #include <kernel/kassert.h> #include <kernel/kmem_slab.h> #include <kernel/vfs/vfs_node.h> #include <kernel/vfs/vfs_mount.h> typedef struct { lock_t lock; // Mutex lock list_t mounts; // List of mounts } vfs_mount_list_t; v...
// 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_SCRIPT_STANDARD_H #define BITCOIN_SCRIPT_STANDARD_H #include "sc...
#ifndef CPP_DB_SQLITE_TRANSACTION_H #define CPP_DB_SQLITE_TRANSACTION_H #include "usings.h" #include "transaction_interface.h" #include "sqlite3.h" #include <memory> namespace cpp_db { class sqlite_driver; class sqlite_transaction : public transaction_interface { public: ~sqlite_transaction(); void begin...
#pragma once #include <cstdint> namespace OpenALRF { struct CapturedImage { unsigned char *Buffer; unsigned long BufferLength; unsigned int Width; unsigned int Height; unsigned int Channels; int64_t Sum; }; };
/* * Copyright (C) 2016 Stefan Roese <sr@denx.de> * * SPDX-License-Identifier: GPL-2.0+ */ #include <common.h> #include <dm.h> #include <fdtdec.h> #include <linux/libfdt.h> #include <pci.h> #include <asm/io.h> #include <asm/system.h> #include <asm/arch/cpu.h> #include <asm/arch/soc.h> #include <asm/armv8/mmu.h> D...
#ifndef MA_H #define MA_H #include "SistemasdeControle/headers/modelLibs/model.h" template <class UsedType> class MA : public Model<UsedType> { public: MA(); void setLinearVector(LinAlg::Matrix<UsedType> Input, LinAlg::Matrix<UsedType> Output); void setLinearModel(LinAlg::Matrix<UsedType> Input, LinAlg::M...
/* Copyright (c) 2014-2016 stoyan shopov 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, distribu...
#pragma once #include <Envy/EnvyBase.h> #include <vector> namespace Envy { class Vector2; class Color; struct VertexAttribute { uint count; uint type; bool normed; uint offset; }; class ENVY_API VertexBuffer { uint mID; uint m...
/* FreeRTOS V7.0.1 - Copyright (C) 2011 Real Time Engineers Ltd. *************************************************************************** * * * FreeRTOS tutorial books are available in pdf and paperback. * * ...
/** * @file EnemyData.h */ #ifndef DX12TUTORIAL_SRC_ENEMYDATA_H_ #define DX12TUTORIAL_SRC_ENEMYDATA_H_ #include "Collision.h" #include <string> /** * “Gƒf[ƒ^. */ struct EnemyData { std::string name; Collision::Shape shape; int animation; int hp; }; #endif // DX12TUTORIAL_SRC_ENEMYDATA_H_
// // NSString+Calculate.h // DDCategory // // Created by SuperDanny on 15/4/8. // Copyright © 2016年 SuperDanny ( http://SuperDanny.link/ ). All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (Calculate) ///加上bString - (NSString *)stringByAdding:(NSString *)bString; ///减去bString - (NSS...
// // RecordInterface.h // libsettingsapi // // Created by Andreoletti David on 7/24/12. // Copyright 2012 IO Stark. All rights reserved. // #ifndef INCLUDE_LOGGINGAPI_RECORDS_RECORDINTERFACE_H_ #define INCLUDE_LOGGINGAPI_RECORDS_RECORDINTERFACE_H_ #include <string> #include <vector> namespace loggingapi { names...
/* Copyright (c) 2013, The Linux Foundation. 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 ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "CDStructures.h" #import <IDEKit/IDENavigator.h> @class IDENavigatorOutlineView, NSArray, NSMutableArray; @interface IDEOutlineBasedNavigator : IDENavigator { NSArray ...
/*================================================================ * Copyright (C) 2014 All rights reserved. * * 文件名称:HttpConn.h * 创 建 者:Zhang Yuanhao * 邮 箱:bluefoxah@gmail.com * 创建日期:2014年07月29日 * 描 述: * #pragma once ================================================================*/ #ifndef...
// // GCDThrottle.h // GCDThrottle // // Created by cyan on 16/5/24. // Copyright © 2016年 cyan. All rights reserved. // #import <Foundation/Foundation.h> #define THROTTLE_MAIN_QUEUE (dispatch_get_main_queue()) #define THROTTLE_GLOBAL_QUEUE (dispatch_get_global_queue(0, 0)) typedef void (^GC...
/* pq.c */ #include <stdio.h> #include <stdlib.h> #include "pq.h" int insert(int *queue, int new_value) { int i; //¥­¥å¡¼¤ÎÂè0Í×ÁǤϥ­¥å¡¼¤ËÍ×ÁǤ¬²¿¸ÄÆþ¤Ã¤¿¤«¤ò¥«¥¦¥ó¥È¤¹¤ë¡£ queue[0]++; if(queue[0] < QueueCapacity+1) { queue[queue[0]] = new_value; return 0; } else { for(i = QueueCapacity+1/2; i ...
// // LBWaitOrdersModel.h // Universialshare // // Created by 四川三君科技有限公司 on 2017/4/26. // Copyright © 2017年 四川三君科技有限公司. All rights reserved. // #import <Foundation/Foundation.h> @interface LBWaitOrdersModel : NSObject @property (copy, nonatomic)NSString *order_id; @property (copy, nonatomic)NSString *order_numbe...
// No build information available #define BUILD_DATE "2013-11-07 23:27:08 -0500"
#ifndef TYPEISDECORATORTEMPLATEINSTANCE_H #define TYPEISDECORATORTEMPLATEINSTANCE_H #include "DataExtractor.h" class ConcreteTableColumn; class TemplateInstance; class TypeIsDecoratorTemplateInstance : public DataExtractor { public: TypeIsDecoratorTemplateInstance(DataExtractor *next, ConcreteTableColumn *prot...
#if !defined(_FILEDOUBLE_H_) #define _FILEDOUBLE_H_ #include "FileMgr.h" /* * Copyright 1991, 1998 by Abacus Research and Development, Inc. * All rights reserved. * * $Id: filedouble.h 63 2004-12-24 18:19:43Z ctm $ */ namespace Executor { typedef enum { Data_Fork_ID = 1, Resource_Fork_ID, Real_Name_I...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 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 OMNICOIN_POW_H #define OMNICOIN_POW_H #include "consensus/params.h" #in...
//====== Copyright © 1996-2014 Valve Corporation, All rights reserved. ======= // // Purpose: interface to Steam Video // //============================================================================= #ifndef ISTEAMVIDEO_H #define ISTEAMVIDEO_H #ifdef _WIN32 #pragma once #endif #include "steam_api_common.h" // call...
// // AFNProductCategoriesLoader.h // RubyGarageDemo // // Created by dodikk on 10/11/15. // Copyright © 2015 dodikk. All rights reserved. // #import <Foundation/Foundation.h> #import <RGProductsKit/RGProductsKit.h> typedef void (^AFNSuccessBlock)(NSURLSessionDataTask *task, id responseObject); typedef void (^AF...
// // LYThirdToViewController.h // test // // Created by felix on 2017/5/27. // Copyright © 2017年 forest. All rights reserved. // #import <UIKit/UIKit.h> @interface LYThirdToViewController : UIViewController @end
/* * The MIT License (MIT) * * Copyright (c) 2015 Microsoft Corporation * * -=- Robust Distributed System Nucleus (rDSN) -=- * * 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 witho...
//Copyright 2016 davevillz, https://github.com/davevill #pragma once #include "Steamworks.h" #include "OnlineSubsystemTypes.h" class FUniqueNetIdSteam : public FUniqueNetId { PACKAGE_SCOPE: /** Holds the net id for a player */ uint64 UniqueNetId; /** Hidden on purpose */ FUniqueNetIdSteam() : UniqueNetId(0...
/* * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
// // NViewController.h // NHMapViewController // // Created by Naithar on 05/28/2015. // Copyright (c) 2014 Naithar. All rights reserved. // @import UIKit; @interface NViewController : UIViewController @end
// Àâòîð: Àëåêñåé Æóðàâëåâ // Îïèñàíèå: Êëàññ, ðåàëèçóþùèé ôóíêöèîíàë ìåíåäæåðà ðàáîòû ñ ïàìÿòüþ. #include <Windows.h> #include <set> #include <vector> #include <iostream> #include <algorithm> #pragma once class CHeapManager { public: CHeapManager(); ~CHeapManager(); void Create(int minS...
// // CALayer+TPCategory.h // ShiJuRenClient // // Created by xuwk on 15/8/29. // Copyright (c) 2015年 qijuntonglian. All rights reserved. // #import <Foundation/Foundation.h> #import "QJTL_Global.h" @interface CALayer (TPCategory) - (void)setBorderColorFromUIColor:(UIColor *)color; @end
// // Created by Larry Tin on 7/9/16. // #import <UIKit/UIKit.h> #import "GDDRenderModel.h" #import "GDDBaseViewLayout.h" @interface GDDTableViewLayout : GDDBaseViewLayout - (instancetype)initWithTableView:(UITableView *)tableView withTopic:(NSString *)layoutTopic withOwner:(id)owner; @end
/* * The MIT License * * Copyright (c) 2014 GitHub, Inc * * 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, ...
#ifndef QREDISCLIENTREPLY_H #define QREDISCLIENTREPLY_H // #include <QByteArray> #include <QChar> #include <QString> #include <QVariant> // #include "QRedisClientError.h" #include "QRedisClientRequest.h" #include "QRedisProtocolToken.h" #include "QRedisClientConstants.h" // class QRedisClient; class QRedisClientReply ...
// // DescTextActionCell.h // BirdFight // // Created by 聚米 on 16/11/4. // Copyright © 2016年 聚米. All rights reserved. // #import <UIKit/UIKit.h> typedef void(^TapCaoZuoButton)(UIButton * sender); @interface DescTextActionCell : UITableViewCell @property (nonatomic, strong) TapCaoZuoButton block; @end
// // SQLiteViewController.h // demo // // Created by lw on 17/2/25. // Copyright © 2017年 lee. All rights reserved. // #import <UIKit/UIKit.h> @interface SQLiteViewController : UIViewController @end