text
stringlengths
9
948k
#ifndef __WRAP_DIRECT3DSWAPCHAIN9__ #define __WRAP_DIRECT3DSWAPCHAIN9__ #include "GameServer.h" #include "../LibCore/Opcode.h" class WrapperDirect3DSwapChain9 : public IDirect3DSwapChain9 #ifdef MULTI_CLIENTS , public IdentifierBase #endif { private: IDirect3DSwapChain9* m_chain; public: #ifdef MULTI_CLIENTS virt...
/* array type * * Unlike GArray, this has fixed length, tracks a GType for elements, and has * a per-element free function. * * 27/10/11 * - from header.c * 16/7/13 * - leakcheck VipsArea * 16/8/17 * - validate strings as utf-8 on set */ /* This file is part of VIPS. VIPS is free software;...
#include <stdio.h> int main(int argc, char** argv) { printf("hello, world\n"); return 0; }
/* Copyright 2016 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
/* * Copyright 2008 Google Inc. * Copyright 2006 Nintendo 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 r...
/* * New exceptions.c written in Iceland by Richard Jones and Georg Brandl. * * Thanks go to Tim Peters and Michael Hudson for debugging. */ #define PY_SSIZE_T_CLEAN #include <Python.h> #include "structmember.h" #include "osdefs.h" /* Compatibility aliases */ PyObject *PyExc_EnvironmentError = NULL; PyObject *Py...
// Copyright 2018 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_OVERNET_OVERNETSTACK_UDP_NUB_H_ #define SRC_CONNECTIVITY_OVERNET_OVERNETSTACK_UDP_NUB_H_ #include <lib/async-loop/cpp/loop.h> #in...
// SPDX-License-Identifier: GPL-2.0-or-later /* * Freescale eSPI controller driver. * * Copyright 2010 Freescale Semiconductor, Inc. */ #include <linux/delay.h> #include <linux/err.h> #include <linux/fsl_devices.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/mm.h> #include <linux/of.h> #i...
/* * pgp-s2k.c * OpenPGP string2key functions. * * Copyright (c) 2005 Marko Kreen * 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 ...
/* * 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...
/* Copyright 2017 Balz Guenat 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 ...
// // DADetailViewController.h // DACollectionView // // Created by Alessandro Benvenuti on 15/11/12. // Copyright (c) 2012 Alessandro Benvenuti. All rights reserved. // #import <UIKit/UIKit.h> @interface DADetailViewController : UIViewController - (IBAction)dismiss:(id)sender; @end
/* ReadConType.h */ //---------------------------------------------------------------------------------------- // // Project: CCore 3.00 // // Tag: Applied // // License: Boost Software License - Version 1.0 - August 17th, 2003 // // see http://www.boost.org/LICENSE_1_0.txt or the local copy // // Copyri...
/* * Copyright (c) 2019 - 2021 Pedro Falcato * This file is part of Onyx, and is released under the terms of the MIT License * check LICENSE at the root directory for more information * * SPDX-License-Identifier: MIT */ #ifndef _CARBON_X86_EFLAGS_H #define _CARBON_X86_EFLAGS_H #define EFLAGS_CARRY (...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: flyteidl/core/workflow_closure.proto #ifndef PROTOBUF_INCLUDED_flyteidl_2fcore_2fworkflow_5fclosure_2eproto #define PROTOBUF_INCLUDED_flyteidl_2fcore_2fworkflow_5fclosure_2eproto #include <limits> #include <string> #include <google/protobuf/port_...
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * (C) 2017 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #ifndef HYDRA_TREE_H_INCLUDED #define HYDRA_TREE_H_INCLUDED #define HYD_TREE_DEFAULT_WIDTH (16) int HYD_tree_start(int num_nodes, int idx, int tree_width...
// dear imgui: Renderer Backend for OpenGL2 (legacy OpenGL, fixed pipeline) // This needs to be used along with a Platform Backend (e.g. GLFW, SDL, Win32, custom..) // Implemented features: // [X] Renderer: User texture binding. Use 'GLuint' OpenGL texture identifier as void*/ImTextureID. Read the FAQ about ImTexture...
#ifndef _ANTLR3_ENCODINGS_H #define _ANTLR3_ENCODINGS_H // [The "BSD licence"] // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC // http://www.temporal-wave.com // http://www.linkedin.com/in/jimidle // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification...
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
/* * sysctl.c * * Created on: 2017-10-04 * Author: Lorenzo Cipriani <lorenzo1974@gmail.com> * Website: https://www.linkedin.com/in/lorenzocipriani */ #include <stdio.h> #include <stdlib.h> #include <string.h> /* #include <unistd.h> */ #include <sys/sysctl.h> int main(int argc, char **argv) { /* Hold...
//---------------------------------------------------------- -*- Mode: C++ -*- // $Id: DiskIo.h 1575 2011-01-10 22:26:35Z sriramr $ // // Created 2009/01/17 // // Copyright 2009 Quantcast Corp. // // This file is part of Kosmos File System (KFS). // // Licensed under the Apache License, Version 2.0 // (the "License"); ...
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2011 EMC Corp. // // @filename: // CJobGroup.h // // @doc: // Superclass of group jobs //--------------------------------------------------------------------------- #ifndef GPOPT_CJobGroup_H #define GP...
/* * Copyright (c) 2003,2004,2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project * by Matthew Dillon <dillon@backplane.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
/// \file /// \brief Router plugin. Allows you to send to systems you are not directly connected to, and to route those messages /// /// This file is part of RakNet Copyright 2003 Kevin Jenkins. /// /// Usage of RakNet is subject to the appropriate license agreement. /// Creative Commons Licensees are subject to the /...
// // ArchiveFile.h // 果动校园 // // Created by     songguolin on 15/11/25. // Copyright © 2015年 GDSchool. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> @interface ArchiveFile : NSObject /** * 获取沙盒Library的文件目录。 */ + (NSString *)LibraryDirectory; /** * 获取沙盒Document的文件目录。 */ ...
/*!The Graphic Box Library * * 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...
///////////////////////////////////////////////////////////////////////////// // Name: wx/toolbar.h // Purpose: wxToolBar interface declaration // Author: Vadim Zeitlin // Modified by: // Created: 20.11.99 // RCS-ID: $Id: toolbar.h 42645 2006-10-29 19:12:52Z VZ $ // Copyright: (c) Vadim Zeitl...
// NOTE: This file was generated by the ServiceGenerator. // ---------------------------------------------------------------------------- // API: // Apigee API (apigee/v1) // Description: // Use the Apigee API to programmatically develop and manage APIs with a set // of RESTful operations. Develop and secure API...
// 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 NET_SOCKET_CLIENT_SOCKET_POOL_MANAGER_IMPL_H_ #define NET_SOCKET_CLIENT_SOCKET_POOL_MANAGER_IMPL_H_ #include <map> #include <memory> #include...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:43:45 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by...
/* * 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 ...
/******************************************************************************* * * (C) COPYRIGHT AUTHORS, 2017 * * TITLE: SUP.H * * VERSION: 1.10 * * DATE: 10 May 2017 * * Common header file for the program support routines. * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF *...
//===- StandardInstrumentations.h ------------------------------*- 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 // //===---------------------------...
#pragma once #include <vector> #include <string> #include <memory> #include "Simulation/Schematic.h" #include "Simulation/Chunk.h" class Workspace { std::vector<Schematic*> schematics; Chunk workingChunk; int workingChunkId; public: Workspace(); Schematic* getSchematic(int i); Schematic* getSchematic(); C...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:20:45 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/PDS.frame...
#ifndef C0P_PARAM_OBJECTS_SURFER__US_0O8__SURFTIMECONST_1O5_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_SENSOR_DIRECTION_ACCURATE_PARAMETERS_H #define C0P_PARAM_OBJECTS_SURFER__US_0O8__SURFTIMECONST_1O5_GROUP_HOMOGENEOUS_MEMBER_AGENT_BEHAVIOUR_SENSOR_DIRECTION_ACCURATE_PARAMETERS_H #pragma once // app includes #include "...
#include <stdio.h> int main(void) { printf("====================\r\n"); printf("%s:%s\r\n", __DATE__, __TIME__); printf("====================\r\n"); printf("Hello World!\r\n"); return 0; }
// // DOFlowerFactory.h // FlyweightPatternDemo // // Created by 魏欣宇 on 2018/4/8. // Copyright © 2018年 Dino. All rights reserved. // #import <Foundation/Foundation.h> #import "DOFlower.h" typedef NS_ENUM(NSInteger) { FlowerType_Red, FlowerType_Blue, FlowerType_Yellow, FlowerType_Total }FlowerType;...
// Copyright (C) <2018> Intel Corporation // // SPDX-License-Identifier: Apache-2.0 #ifndef OWT_BASE_CUSTOMIZEDAUDIODEVICEMODULE_H_ #define OWT_BASE_CUSTOMIZEDAUDIODEVICEMODULE_H_ #include <memory> #include "webrtc/api/task_queue/default_task_queue_factory.h" #include "webrtc/api/scoped_refptr.h" #include "webrtc/modu...
/* * driver/irq-h2-gpio.c * * Copyright(c) 2007-2018 Jianjun Jiang <8192542@qq.com> * Official site: http://xboot.org * Mobile phone: +86-18665388956 * QQ: 8192542 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwa...
/** ****************************************************************************** * @file system_stm32f10x.c * @author MCD Application Team * @version V3.6.1 * @date 09-March-2012 * @brief CMSIS Cortex-M3 Device Peripheral Access Layer System Source File. * * 1. This file provides two functi...
/* * Copyright 2017-present Facebook, 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 a...
// // BSHDataAccessManager.h // Bushel // // Created by Paul Wood on 12/3/14. // Copyright (c) 2014 paulwoodiii. All rights reserved. // #import <Foundation/Foundation.h> static const NSUInteger kDefaultPageSize; @interface BSHDataAccessManager : NSObject - (void)fetchTop100ArtworkWithPage:(NSInteger)page compl...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/unittest_mset_wire_format.proto #ifndef PROTOBUF_google_2fprotobuf_2funittest_5fmset_5fwire_5fformat_2eproto__INCLUDED #define PROTOBUF_google_2fprotobuf_2funittest_5fmset_5fwire_5fformat_2eproto__INCLUDED #include <string> #inclu...
// // BCNavigationControlelr.h // IB Checker // // Created by Thanh on 5/20/15. // Copyright (c) 2015 Puganda_Mac. All rights reserved. // #import <UIKit/UIKit.h> #import "SlideNavigationController.h" #import <CoreData/CoreData.h> @interface BCNavigationControlelr : UINavigationController<SlideNavigationControlle...
// Copyright (C) 2002-2008 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __I_GUI_TOOL_BAR_H_INCLUDED__ #define __I_GUI_TOOL_BAR_H_INCLUDED__ #include "IGUIElement.h" namespace irr { namespace video { class IText...
#ifndef LVP_SEMAPHORE_H_ #define LVP_SEMAPHORE_H_ #include "lvp_core.h" #ifdef LVP_WIN32 typedef void* lvp_semaphore; #endif // LVP_WIN32 #ifdef LVP_LINUX typedef long int lvp_semaphore; #endif // LVP_LINUX lvp_semaphore lvp_semaphore_create(int initCount,int maxCount); LVP_BOOL lvp_semaphore_free(lvp_semaphore sem...
// ____ ______ __ // / __ \ / ____// / // / /_/ // / / / // / ____// /___ / /___ PixInsight Class Library // /_/ \____//_____/ PCL 02.01.11.0938 // ---------------------------------------------------------------------------- // pcl/ProcessImplementation.h - Released 2019-01-21T12:06:07Z // ------...
// // YPLiveModel.h // Wuxianda // // Created by MichaelPPP on 16/7/11. // Copyright © 2016年 michaelhuyp. All rights reserved. // 直播模型 #import <Foundation/Foundation.h> #import "YPLiveOwnerModel.h" #import "YPLiveCoverModel.h" @interface YPLiveModel : NSObject /** 直播作者模型 */ @property (nonatomic, strong) YPLiveO...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:08:49 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/AccessibilityBundles/UIKit.a...
/* * Copyright 2011-2013 Gregory Banks * * 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...
/* * FreeRTOS V202107.00 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 * the Software without restriction, including ...
/* Copyright (C) 1996-1997 Id Software, 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 2 of the License, or (at your option) any later version. This program is distributed in th...
/* Copyright 2011-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or 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 copies. THIS SOFTWARE IS PROVIDED "AS IS" AND THE ...
/* * Copyright (C) 2004, 2005, 2007, 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the abov...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: protos/perfetto/trace/ftrace/thermal.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fftrace_2fthermal_2eproto #define GOOGLE_PROTOBUF_INCLUDED_protos_2fperfetto_2ftrace_2fftrace_2fthermal_2eproto #include <limits> #include <stri...
/* * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
// Copyright 2019 The Dawn Authors // // 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 t...
/******************************************************************************* * Copyright 2016, 2018 MINRES Technologies GmbH * * 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 * * ...
/******************************************************* HIDAPI - Multi-Platform library for communication with HID devices. Alan Ott Signal 11 Software 8/22/2009 Copyright 2009, All Rights Reserved. At the discretion of the user of this library, this software may be licensed under the terms of the GNU Ge...
/** * ============================================================================ * * Copyright (C) 2018, Hisilicon Technologies Co., Ltd. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * ...
/****************************************************************************** * Copyright 2020 The Firmament 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 ...
// SPDX-License-Identifier: GPL-2.0 /* * This file contains work-arounds for many known PCI hardware bugs. * Devices present only on certain architectures (host bridges et cetera) * should be handled in arch-specific code. * * Note: any quirks for hotpluggable devices must _NOT_ be declared __init. * * Copyright...
#ifndef __ModulePlayer2_H__ #define __ModulePlayer2_H__ #include "Module.h" #include "Animation.h" #include "p2Point.h" struct SDL_Texture; struct Collider; enum bullet_type; class ModulePlayer2 : public Module { public: ModulePlayer2(); ~ModulePlayer2(); bool Start(); update_status Update(); bool CleanUp(); ...
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:41:41 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomEvaluator.framework/SymptomEvaluator * classdump-dyld is licensed u...
// // 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 NSMutableDictionary; @interface _DKObjectFromMOCache : NSObject { NSMutableDictionary *_cache; NSMutableDictionary *_cacheEntries; NSMutabl...
/* * (C) Copyright 2016-2021 Intel Corporation. * * SPDX-License-Identifier: BSD-2-Clause-Patent */ /** * \file * * ds_pool: Target Operations * * This file contains the server API methods and the RPC handlers that are both * related target states. * * Data structures used here: * * Pool ...
#include <stdlib.h> #include <string.h> #include <stdio.h> #include "v1beta1_network_policy_list.h" v1beta1_network_policy_list_t *v1beta1_network_policy_list_create( char *api_version, list_t *items, char *kind, v1_list_meta_t *metadata ) { v1beta1_network_policy_list_t *v1beta1_network_poli...
#ifndef _BASIC_SHAPE_SHAPE_H_ #define _BASIC_SHAPE_SHAPE_H_ typedef unsigned int uint; #include <vector> #include <array> namespace CppUtil { namespace Basic { class Shape { public: Shape(uint vertexNum, uint triNum = 0); float * GetPosArr(); uint GetVertexNum() { return vertexNum; } uint GetTriNum(...
/** * By downloading, copying, installing or using the software you agree to this license. * If you do not agree to this license, do not download, install, * copy or use the software. * * * License Agreement * For Open Source Computer Vision Library * ...
/* * Copyright (C) 2018-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once #include "shared/source/command_stream/command_stream_receiver_hw.h" #include "shared/source/helpers/hw_helper.h" #include "shared/test/unit_test/cmd_parse/hw_parse.h" #include "shared/test/unit_test/mocks/mock_devic...
// Copyright (c) YugaByte, 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...
#ifndef TARGET_ENDIAN_DEFAULT # define TARGET_ENDIAN_DEFAULT 0 #endif #ifdef IN_GCC /* Provide three core typedefs used by everything, if we are compiling GCC. These used to be found in rtl.h and tree.h, but this is no longer practical. Providing these here rather that system.h allows the typedefs to be used...
// Saved registers for kernel context switches. struct context { uint64 ra; uint64 sp; // callee-saved uint64 s0; uint64 s1; uint64 s2; uint64 s3; uint64 s4; uint64 s5; uint64 s6; uint64 s7; uint64 s8; uint64 s9; uint64 s10; uint64 s11; }; // Per-CPU state. struct cpu { struct proc *pr...
/* * This file Copyright (C) 2007-2008 Charles Kerr <charles@transmissionbt.com> * * This file is licensed by the GPL version 2. Works owned by the * Transmission project are granted a special exemption to clause 2(b) * so that the bulk of its code can remain under the MIT license. * This exemption does not exte...
// 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 BASE_DEBUG_PROFILER_H_ #define BASE_DEBUG_PROFILER_H_ #include <stddef.h> #include <string> #include "base/base_export.h" // The Profiler ...
// // CollectionViewCell.h // testTX // // Created by hackxhj on 15/9/7. // Copyright (c) 2015年 hackxhj. All rights reserved. // #import <UIKit/UIKit.h> @class GroupConSearchModel; @interface CollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UILabel *mem; @property (weak, nonatomic) I...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:08:05 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/Frameworks/GameplayKit.frame...
/** @file * * Copyright (c) 2007-2016, Allwinner Technology Co., Ltd. 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...
// core.h - vital pieces, small mathematical bits #ifndef PHYSICS_C4_CORE_H #define PHYSICS_C4_CORE_H #define M_PI 3.14159265358979323846 constexpr double PI = M_PI; namespace physics { struct Vec2 { Vec2(float x, float y); Vec2(); float x, y; Vec2 operator+(Vec2 b) const; ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, June 1, 2019 at 6:50:21 PM Mountain Standard Time * Operating System: Version 12.1.1 (Build 16C5050a) * Image Source: /System/Library/AccessibilityBundles/StoreKitUI.axbundle/StoreKitUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by ...
/********************************************************************** * LeechCraft - modular cross-platform feature rich internet client. * Copyright (C) 2006-2014 Georg Rudoy * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE or copy at https://www.boost.org/LICENSE...
// // Created by andromeda on 1/13/21. // #ifndef ENCRYPTION_ALGORITHMS_ROWTRANSPOSITION_H #define ENCRYPTION_ALGORITHMS_ROWTRANSPOSITION_H void generate_permutations(char* key, int* p, int* ip); void apply_padding(char* plain_text, size_t final_length); void encrypt_rowtransposition(char* plain_text, char* cipher_te...
// 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_COMPAT_H #define BITCOIN_COMPAT_H #if defined(HAVE_CONFIG_H) #in...
namespace MEMORY { uint8_t buffer[2048]; uint32_t GetBufferSize() { return sizeof(buffer); } uint32_t GetBufferPtr() { return (uint32_t)buffer; } int hex(char ch) { if (ch >= '0' && ch <= '9') return ch - '0'; if (ch >= 'A' && ch <= 'F') return ch - 'A' + 10; if ...
#ifndef REBECCA_FRAMEWORK_AIML_H #define REBECCA_FRAMEWORK_AIML_H /* * RebeccaAIML, Artificial Intelligence Markup Language * C++ api and engine. * * Copyright (C) 2005 Frank Hassanabad * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Publi...
/****************************************************************************** Copyright 2020 Evgeny Gorodetskiy 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...
/* mbed EasyDec_WavCnv2ch Library * Copyright (C) 2017 dkato * * 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...
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_MOBILE_LCDC_H__ #define __ASM_SH_MOBILE_LCDC_H__ #include <linux/fb.h> #include <video/sh_mobile_meram.h> /* Register definitions */ #define _LDDCKR 0x410 #define LDDCKR_ICKSEL_BUS (0 << 16) #define LDDCKR_ICKSEL_MIPI (1 << 16) #define LDDCKR_ICKSEL_HDMI (2 <<...
// ----------------------------------------------------------------------------- // // Copyright (C) 2021 CERN & University of Surrey for the benefit of the // BioDynaMo collaboration. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compl...
// | / | // ' / __| _` | __| _ \ __| // . \ | ( | | ( |\__ ` // _|\_\_| \__,_|\__|\___/ ____/ // Multi-Physics // // License: BSD License // Kratos default license: kratos/license.txt // // Main authors: Miguel Maso Sotomayor // #ifn...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 12:25:56 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ // //=============================================================================// #ifndef WINLITE_H #define WINLITE_H #pragma once #ifdef _WIN32 // // Prevent tons of unused windows definit...
#pragma once #ifndef ATTRIBUTES_DECORATOR_H #define ATTRIBUTES_DECORATOR_H #include "attributes.h" #include <memory> class attributes_decorator : public attributes { public: attributes_decorator(std::shared_ptr<base_attributes> base_attributes, std::shared_ptr<attributes> parent_attributes); virtual ~attributes_dec...
// Copyright (c) 2019 PaddlePaddle 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...
/* BFD library support routines for MMIX. Copyright 2001, 2002, 2005, 2007 Free Software Foundation, Inc. Contributed by Hans-Peter Nilsson (hp@bitrange.com) This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the t...
/* * Copyright (C) 2019 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...
// // FSEntity.h // FSAutoAdjust-cellHeightDemo // // Created by 冯顺 on 2017/7/31. // Copyright © 2017年 shunFSKi. All rights reserved. // #import <Foundation/Foundation.h> @interface FSEntity : NSObject - (instancetype)initWithDictionary:(NSDictionary *)dictionary; @property (nonatomic, copy, readonly) NSString *...
/* * Copyright (c) 2016, Linear Technology. All rights reserved. */ #pragma once #include "common.h" #include "StatDelaysCalc.h" #include "APCProto.h" #include "public/APCError.h" #include "APCSerializer.h" #include "logging/Logger.h" #include <string> #include <boost/asio.hpp> #include <boost/enable_shared_from_thi...