text
stringlengths
9
948k
// Copyright 2016 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_FPDFTEXT_CPDF_TEXTPAGEFIND_H_ #define CORE_FPDFTEXT_CPDF_TEXTPAGE...
// // Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20). // // Copyright (C) 1997-2019 Steve Nygard. // #import "InAppPromotionDatabaseSession.h" #import "SQLiteDatabaseTransaction-Protocol.h" @class NSString, SQLiteConnection; @interface InAppProm...
/* * Copyright 1995, Russell King. * Various bits and pieces copyrights include: * Linus Torvalds (test_bit). * Big endian support: Copyright 2001, Nicolas Pitre * reworked by rmk. * * bit 0 is the LSB of an "unsigned long" quantity. * * Please note that the code in this file should never be included * from...
// Interface library for a connection between an STM32F030 and an NRF905 radio module typedef struct { uint8_t Status; uint8_t Register[10]; } NRF905; void TXEnHigh(); void TXEnLow(); void CELow(); void CEHigh(); void CSNLow(); void CSNHigh(); void PwrHigh(); void PwrLow(); void initNRF905(); void writeRegist...
#ifndef Filter_H #define Filter_H #include <stdint-gcc.h> #include <Vector3f.h> /////////////////////////////////////////////////////////////////////////// // basic filter items /////////////////////////////////////////////////////////////////////////// struct FilterItem{ bool available = false; float deltaT...
#include "routing.h" #include <arpa/inet.h> #include <bitcoin/block.h> #include <bitcoin/script.h> #include <ccan/array_size/array_size.h> #include <ccan/endian/endian.h> #include <ccan/mem/mem.h> #include <ccan/tal/str/str.h> #include <common/features.h> #include <common/memleak.h> #include <common/pseudorand.h> #incl...
#pragma once void ChangeHidemaruIcon(const HICON hIcon);
#include "esp_pm.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "camera.h" #define CAM_PIN_PWDN 32 #define CAM_PIN_RESET -1 //software reset will be performed #define CAM_PIN_XCLK 0 #define CAM_PIN_SIOD 26 #define CAM_PIN_SIOC 27 #define CAM_PIN_D7 35 #define CAM_PIN_D6 ...
// SPDX-License-Identifier: LGPL-2.1-or-later /* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2012-2014 Intel Corporation. All rights reserved. * * */ #ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #include <unistd.h> #include <string.h> #include <sys/socket.h> #inclu...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/MessageUI.framework/MessageUI */ @interface _MFAddressBookSearchOperation : MFContactsSearchOperation - (struct __CFArray { }*)copyArrayOfUIDsMatchingText:(id)arg1 addresses:(const struct __CFArray {}**)arg2 identifiers:(const struct __CFArray {}**)...
#pragma once #include <vector> #include <memory> struct ExpressionExecutionEngine; struct ExpressionIR; /** * Represents an optimizer for expression IR */ class ExpressionIROptimizer { private: using InstructionsIterator = std::vector<std::unique_ptr<ExpressionIR>>::iterator; ExpressionExecutionEngine& mExecutio...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:10:01 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/Frameworks/CoreServices.fram...
/* $OpenBSD: queue.h,v 1.32 2007/04/30 18:42:34 pedro Exp $ */ /* $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $ */ /* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, a...
// // AppDelegate.h // App // // Created by 聂高涛 on 2022/2/3. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (nonatomic, strong) UIWindow *window; @end
static const char *colors[SchemeLast][2] = { /* fg bg */ [SchemeNorm] = { "#f8f8f2", "#282a36" }, [SchemeSel] = { "#000000", "#ff79c6" }, [SchemeSelHighlight] = { "#50fa7b", "#282a36" }, [SchemeNormHighlight] = { "#507a7b", "#282a36" }, [SchemeOut] = { "#000000", "#8be9fd" }, [SchemeMid] = { "#...
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by resource.rc // #define IDD_POPUP 101 #define IDD_CONFIRMATION 102 #define IDC_STATIC_TEXT 1001 #define IDC_POPUP_PROGRESS 1002 #define IDC_POPUP_ICON 1003 #...
#ifndef OPENTISSUE_CORE_CONTAINERS_MESH_COMMON_UTIL_MESH_COMPUTE_FACE_PLANE_H #define OPENTISSUE_CORE_CONTAINERS_MESH_COMMON_UTIL_MESH_COMPUTE_FACE_PLANE_H // // OpenTissue Template Library // - A generic toolbox for physics-based modeling and simulation. // Copyright (C) 2008 Department of Computer Science, University...
#include "first.h" /* mod_authn_gssapi * * - provides http_auth_backend_t "gssapi" for HTTP auth Basic realm="Kerberos" * - provides http_auth_scheme_t "Negotiate" * - (does not provide http_auth_backend_t for HTTP auth Digest) * * Note: Credentials cache (KRB5CCNAME) is exported into CGI and SSI environment * ...
/* * v1_job.h * * Job represents the configuration of a single job. */ #ifndef _v1_job_H_ #define _v1_job_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include "v1_job_spec.h" #include "v1_job_status.h" #include "v1_object_meta.h" typed...
// Copyright 2021 the V8 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. #ifndef V8_TORQUE_CPP_BUILDER_H_ #define V8_TORQUE_CPP_BUILDER_H_ #include <stack> #include "src/torque/ast.h" #include "src/torque/types.h" namespac...
// // License type: BSD 3-Clause License // License copy: https://github.com/Telecominfraproject/wlan-cloud-ucentralgw/blob/master/LICENSE // // Created by Stephane Bourque on 2021-03-04. // Arilia Wireless Inc. // #ifndef UCENTRAL_RESTAPI_COMMAND_H #define UCENTRAL_RESTAPI_COMMAND_H #include "RESTAPI_handler.h" cla...
/* FreeRTOS V8.2.3 - Copyright (C) 2015 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the terms of...
/* * Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved. * Copyright (c) 2015-2018 Research Organization for Information Science * and Technology (RIST). All rights reserved. * * Copyright (c) 2018 FUJITSU LIMITED. All rights reserved. * $COPYRIGHT$ * * This file prov...
#ifndef ODYSSEY_H #define ODYSSEY_H /* * Odyssey. * * Scalable PostgreSQL connection pooler. */ #include "sources/macro.h" #include "sources/build.h" #include "sources/atomic.h" #include "sources/util.h" #include "sources/error.h" #include "sources/list.h" #include "sources/pid.h" #include "sources/daemon.h" #incl...
/***************************************************************************** * Copyright(C)2009-2022 by VSF Team * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * ...
/* mbed Microcontroller Library * Copyright (c) 2006-2019 ARM Limited * * 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://www.apache.org/lic...
/* Copyright 2004,2007,2008,2010-2012,2014 IPB, Universite de Bordeaux, INRIA & CNRS ** ** This file is part of the Scotch software package for static mapping, ** graph partitioning and sparse matrix ordering. ** ** This software is governed by the CeCILL-C license under French law ** and abiding by the rules of distri...
// Copyright (c) 2019 The PIVX developers // Copyright (c) 2020 The PWRDev developers // Copyright (c) 2020 The powerbalt developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MYADDRESSROW_H #define MYADDRESSROW_H ...
#pragma once #include "core/ft/config/ftfastconfig.h" #include "core/ft/ft_fast/dataholder.h" #include "core/ft/ft_fast/dataprocessor.h" #include "core/ft/typos.h" #include "core/selectfunc/ctx/ftctx.h" #include "indextext.h" namespace reindexer { using std::pair; using std::unique_ptr; template <typename T> class F...
// // Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // // This software is supplied under the terms of the MIT License, a // copy of which should be located in the distribution where this // file was obtained (LICENSE.txt). A copy of the license may...
// SPDX-License-Identifier: GPL-2.0-or-later /* */ /** * Both AR2315 and AR2316 chips have PCI interface unit, which supports DMA * and interrupt. PCI interface supports MMIO access method, but does not * seem to support I/O ports. * * Read/write operation in the region 0x80000000-0xBFFFFFFF causes * a memory r...
/* ldapexop.c -- a tool for performing well-known extended operations */ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software <http://www.openldap.org/>. * * Copyright 2005-2018 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificat...
// 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_CLIENTVERSION_H #define BITCOIN_CLIENTVERSION_H #if defined(HAVE_CONFIG_H) #include "config/dash-config.h" #...
/* * linux/drivers/video/fbmem.c * * Copyright (C) 1994 Martin Schaller * * 2001 - Documented with DocBook * - Brad Douglas <brad@neruo.com> * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more detail...
#pragma once #include <GLFW/glfw3.h> class GlfwUtils { public: static bool IsKeyPressed(GLFWwindow *window, const int key); };
/* Top of the source */ #include <yuniffi/stub/yunitypes.h> #include <yuniffi/stub/yunidefs.h> #include <yuniffi/stub/templates.h>
//===-- SymbolFileDWARFDebugMap.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 // //===----------------------------...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> @class GFBFeedbackConfigurationsManager, NSMutableArray, SUPReceiverConfig, SUPSupportContentService; @inte...
// hdjiudai.c 花雕酒袋 inherit ITEM; inherit F_LIQUID; void create() { set_name("花雕酒袋", ({"jiudai", "skin", "huadiao"})); set_weight(700); if (clonep()) set_default_object(__FILE__); else { set("long", "一个用来装高级花雕酒的大酒袋。\n"); set("unit", "个"); set("value", 120); set("max_liquid", 20); } // because a conta...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:41:50 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/PrivateFrameworks/VideoSubscriberAccountUI.framework/VideoSubscriberAccountUI * classdump-dyld is licensed under GPLv3, Co...
#pragma once #include "BasePage.h" class CCustomPage : public CBasePage { public: CCustomPage(OControlManager* pManager); ~CCustomPage(void); public: virtual void Create(); virtual BOOL OnCommand(WORD command); virtual bool CanShowNext() const; protected: OLabel* m_pTitle; OEdit* m_pP...
/******************************************************************************* * Copyright (C) 2005-2020 Alfresco Software Limited. * * This file is part of the Alfresco Mobile SDK. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
/*************************************************************************/ /* editor_audio_buses.h */ /*************************************************************************/ /* This file is part of: */ /* ...
/*============================================================================== Program: 3D Slicer Copyright (c) Kitware Inc. See COPYRIGHT.txt or http://www.slicer.org/copyright/copyright.txt for details. Unless required by applicable law or agreed to in writing, software distributed under the License...
/* * Copyright (C) 2010 Google Inc. All rights reserved. * Copyright (C) 2011 Apple Inc. All rights reserved. * Copyright (C) 2012 Samsung Electronics. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions a...
#pragma once #include <map> #include <string> #include "source/extensions/filters/network/common/factory_base.h" #include "contrib/envoy/extensions/filters/network/sip_proxy/v3alpha/sip_proxy.pb.h" #include "contrib/envoy/extensions/filters/network/sip_proxy/v3alpha/sip_proxy.pb.validate.h" #include "contrib/sip_pro...
#ifndef TRANSACTIONVIEW_H #define TRANSACTIONVIEW_H #include "guiutil.h" #include <QWidget> #include <QKeyEvent> class TransactionFilterProxy; class WalletModel; QT_BEGIN_NAMESPACE class QComboBox; class QDateTimeEdit; class QFrame; class QLineEdit; class QMenu; class QModelIndex; class QSignalMapper; class QTableV...
#ifndef _SQUARE_H__ #define _SQUARE_H__ #include "Shape.h" class Cube : public Shape { public: Cube(); protected: void DrawShape() override; private: const static float vertexData[]; const static unsigned int indiciesData[]; }; #endif
/* getopt_long and getopt_long_only entry points for GNU getopt. Copyright (C) 1987-1994, 1996-2020 Free Software Foundation, Inc. NOTE: The canonical source of this file is maintained with the GNU C Library. Bugs can be reported to bug-glibc@gnu.org. GNU Make is free software; you can redistribute it and/or modify i...
#pragma once #include "../capstone.h" class ARM32Lifter { public: ARM32Lifter() = delete; static void lift(const Capstone* capstone, rd_address address, const RDBufferView* view, RDILFunction* il); private: static RDILExpression* liftOperand(const Capstone* capstone, rd_address addres...
/***************************************************************************** Copyright (c) 2014, Intel Corp. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source cod...
#ifndef GP_NO_SPARK #pragma once #include "../sparkparticles/SparkUtility.h" #include "../sparkparticles/SparkBaseRenderer.h" #include "../sparkparticles/SparkQuadRenderer.h" #endif
/* -*- mode:C++; c-basic-offset:4 -*- Shore-kits -- Benchmark implementations for Shore-MT Copyright (c) 2007-2009 Data Intensive Applications and Systems Labaratory (DIAS) Ecole Polytechnique Federale de Lausanne All Rights Reserved. ...
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2017 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
/*========================================================================= Program: ParaView Module: ChartSetupDialog.h Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc. All rights reserved. ParaView is a free software; you can redistribute it and/or modify it under the terms of the Para...
/* * Auto generated Run-Time-Environment Component Configuration File * *** Do not modify ! *** * * Project: 'ble_app_blinky_c_pca10028_s130' * Target: 'nrf51422_xxac' */ #ifndef RTE_COMPONENTS_H #define RTE_COMPONENTS_H /* * Define the Device Header File: */ #define CMSIS_device_header "nrf.h" #e...
/* The Forgotten Client Copyright (C) 2020 Saiyans King This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, in...
// Copyright (c) 2021 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...
// https://github.com/leerichardson/tree-swdft-2D #pragma once #include <math.h> #include <complex> #define M_PI 3.14159265358979323846 //#define max(a, b) (((a) > (b)) ? (a) : (b)) /* Declare all C programs in this package */ /* The 2D Radix-2 Tree Sliding Window Discrete Fourier Transform */ //void swap(doub...
/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrSurface_DEFINED #define GrSurface_DEFINED #include "GrTypes.h" #include "GrGpuObject.h" #include "SkRect.h" class GrTexture; class GrRenderTarget; struct SkImageI...
// Copyright 2016 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_GL_INIT_GL_FACTORY_H_ #define UI_GL_INIT_GL_FACTORY_H_ #include <memory> #include <string> #include <vector> #include "base/memory/ref_counte...
/* * FreeRTOS Kernel V10.1.0 * Copyright (C) 2018 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, includ...
/* * tclCkalloc.c -- * * Interface to malloc and free that provides support for debugging * problems involving overwritten, double freeing memory and loss of * memory. * * Copyright (c) 1991-1994 The Regents of the University of California. * Copyright (c) 1994-1997 Sun Microsystems, Inc. * Copyright ...
/** ****************************************************************************** * @file stm32l4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroele...
/** @author Shin'ichiro Nakaoka */ #ifndef CNOID_BASE_ARCHIVE_H #define CNOID_BASE_ARCHIVE_H #include <cnoid/ValueTree> #include <cnoid/Referenced> #include <boost/function.hpp> #include <string> #include "exportdecl.h" namespace cnoid { class Item; typedef ref_ptr<Item> ItemPtr; class View; class ViewManager; ...
/* * linux/fs/nfs/inode.c * * Copyright (C) 1992 Rick Sladkey * * nfs inode and superblock handling functions * * Modularised by Alan Cox <Alan.Cox@linux.org>, while hacking some * experimental NFS changes. Modularisation taken straight from SYS5 fs. * * Change to nfs_read_super() to permit NFS mounts ...
// // PDFZoomView.h // XMCommon // // Created by rgshio on 2017/8/15. // Copyright © 2017年 rgshio. All rights reserved. // #import <UIKit/UIKit.h> @interface PDFZoomView : UIScrollView <UIScrollViewDelegate> @end
//===- SPIRVType.h - Class to represent a SPIR-V Type -----------*- C++ -*-===// // // The LLVM/SPIRV Translator // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // // Copyright (c) 2014 Advanced Micro Devices, Inc. All rights reser...
/* $Id: format.c 4087 2012-04-26 03:39:24Z ming $ */ /* * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publishe...
/* * This header is generated by classdump-dyld 1.0 * on Monday, September 28, 2020 at 5:54:48 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/PhotosUI.framewo...
// Copyright (c) 2006-2013, Andrey N. Sabelnikov, www.sabelnikov.net // 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...
// // GMSPanoramaLink.h // Google Maps SDK for iOS // // Copyright 2013 Google Inc. // // Usage of this SDK is subject to the Google Maps/Google Earth APIs Terms of // Service: https://developers.google.com/maps/terms // /** Links from a GMSPanorama to neighboring panoramas. */ @interface GMSPanoramaLink : NSObje...
/***************************************************************************** * McPAT * SOFTWARE LICENSE AGREEMENT * Copyright 2015 Hewlett-Packard Development Company, L.P. * All Rights Reserved * * Redistribution and use in...
/*! * This file defines a macro to remove a known node from a tree. * * @author Louis Dionne */ #ifndef JOY_TREE_REMOVE_NODE_H #define JOY_TREE_REMOVE_NODE_H #include <joy/bnode.h> #include <joy/tree/max.h> #include <joy/tree/remove_max.h> #include <chaos/preprocessor/recursion/expr.h> #include <chaos/preprocess...
#ifndef _ALLOCA_H #include <stdlib/alloca.h> #include <stackinfo.h> #undef __alloca /* Now define the internal interfaces. */ extern void *__alloca (size_t __size); #ifdef __GNUC__ # define __alloca(size) __builtin_alloca (size) #endif /* GCC. */ extern int __libc_use_alloca (size_t size) __attribute__ ((const))...
// Copyright (c) 2019 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef FLS_CORE_NEW_GUI_PRUNNABLE_H #define FLS_CORE_NEW_GUI_PRUNNABLE_H class Runnable { public: virtual void run(int type) = 0; ...
/* * Copyright 2014 MongoDB, 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 ...
// // VGGeometry.h // example_gl3 // // Created by Isaac on 2018/5/7. // #ifndef VGGeometry_h #define VGGeometry_h #include "VGDefine.h" #include <stdbool.h> VG_BEGIN struct VGPoint { float x; float y; }; typedef struct VGPoint VGPoint; static inline VGPoint VGPointMake(float x, float y) { VGPoint ...
/* $NetBSD: misc.c,v 1.3 1997/10/13 02:18:30 lukem Exp $ */ /* * misc.c Phantasia miscellaneous support routines */ #include "include.h" void movelevel() { struct charstats *statptr; /* for pointing into Stattable */ double new; /* new level */ double inc; /* increment between new and old levels */ Chan...
/* slabs memory allocation */ #ifndef SLABS_H #define SLABS_H /** Init the subsystem. 1st argument is the limit on no. of bytes to allocate, 0 if no limit. 2nd argument is the growth factor; each slab will use a chunk size equal to the previous slab's chunk size times this factor. 3rd argument specifies if...
/* * 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 ...
/* * SSL client with certificate authentication * * 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 at * ...
//===-- Types.h - API Notes Data Types --------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
#include <timelib.h> #include <GLFW/glfw3.h> static int time_get_seconds_lua(lua_State *L) { lua_pushnumber(L, glfwGetTime()); return 1; } const luaL_Reg time_lib[] = { {"seconds", time_get_seconds_lua}, {NULL, NULL} };
// // MomentListAPI.h // NewStock // // Created by 王迪 on 2016/12/19. // Copyright © 2016年 Willey. All rights reserved. // #import "APIListRequest.h" @interface MomentListAPI : APIListRequest @property (nonatomic, copy) NSString *count; @property (nonatomic, copy) NSString *res_code; @property (nonatomic, copy) N...
/* * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <AK/Assertions.h> #include <AK/StdLibExtras.h> #include <AK/Types.h> #ifdef KERNEL # include <Kernel/VirtualAddress.h> #endif namespace AK { template<typename T> concept Poin...
/* * %CopyrightBegin% * * Copyright Ericsson AB 1999-2009. 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 ...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "WXPBGeneratedMessage.h" @class BaseRequest; @interface PstnRedirectRequest : WXPBGeneratedMessage { } + (void)initialize; // Remaining properties @property(retain, nona...
#include "config.h" #include <assert.h> #include "alMain.h" #include "alu.h" #include "alSource.h" #include "alAuxEffectSlot.h" static inline ALfloat point32(const ALfloat *vals, ALuint UNUSED(frac)) { return vals[0]; } static inline ALfloat lerp32(const ALfloat *vals, ALuint frac) { return lerp(vals[0], vals[1], f...
#pragma once #include <winnt.h> #include <type_traits> #pragma region InterlockedAnd #undef InterlockedAnd template <class Int, typename std::enable_if_t<std::is_integral<Int>::value && sizeof(Int) == sizeof(SHORT), int> = 0> Int InterlockedAnd(volatile Int* a_destination, SHORT a_value) { return static_cast<Int>...
/* * * Copyright 2015, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
// SPDX-License-Identifier: BSD-2-Clause // // Copyright (c) 2016-2020, NetApp, Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the abo...
// // NSAttributedString.h // UIKit // // Copyright (c) 2011-2015, Apple Inc. All rights reserved. // #import <Foundation/NSAttributedString.h> #import <UIKit/UIKitDefines.h> @class NSFileWrapper; @class NSURL; NS_ASSUME_NONNULL_BEGIN /************************ Attributes ************************/ // Predefined ch...
/** * helper_functions.h * Some helper functions for the 2D particle filter. * * Created on: Dec 13, 2016 * Author: Tiffany Huang */ #ifndef HELPER_FUNCTIONS_H_ #define HELPER_FUNCTIONS_H_ #include <math.h> #include <fstream> #include <sstream> #include <string> #include <vector> #include "map.h" // for portab...
#include <std.h> inherit OBJECT; void create(){ ::create(); set_long( @STYX This is a series of posters, each with a name by topic for easy reference. They have been designed to help guide new Sundering Shadows players through learning commands and how to make a memorable character. A little time spent now wi...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/lixh/enb_folder/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/lixh/enb_folder/cmake_targets/lte...
// // ConcordiumWallet-Briding-Header-File.h // ConcordiumWallet // // Created by Concordium on 12/02/2020. // Copyright © 2020 concordium. All rights reserved. // #ifndef ConcordiumWallet_Briding_Header_File_h #define ConcordiumWallet_Briding_Header_File_h #import "mobile_wallet.h" #endif /* ConcordiumWallet_Br...
/* * Copyright (c) 2012 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...
/* * Copyright (C) 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
// 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.0 (the // "License"); you may...