text
stringlengths
9
948k
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. #pragma once #ifndef R...
/* +------------------------------------------------------------------------+ | Phalcon Framework | +------------------------------------------------------------------------+ | Copyright (c) 2011-2014 Phalcon Team (http://www.phalconphp.com) | +------...
// // UNColumnViewFlowLayout.h // TVOnline // // Created by universe on 2016/12/27. // Copyright © 2016年 universe. All rights reserved. // #import <UIKit/UIKit.h> @interface UNColumnViewFlowLayout : UICollectionViewFlowLayout @end
/* * Copyright (C) 2018 CFS Engineering * * Created: 2018 Malo Drougard <malo.drougard@protonmail.com> * * 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/L...
#ifndef __CURL_CURLBUILD_H #define __CURL_CURLBUILD_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| ...
/* * Copyright (C) 1999 Lars Knoll (knoll@kde.org) * (C) 2004-2005 Allan Sandfeld Jensen (kde@carewolf.com) * Copyright (C) 2006, 2007 Nicholas Shanks (webkit@nickshanks.com) * Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Apple Inc. All rights reserved. * Copyright (C) 2007 Alexey P...
#ifndef LMI_DEFINES_H #define LMI_DEFINES_H // TODO ARM NEON namespace lmi { const int simd_alignment = #if defined(__SSE4_1__) && !defined(__AVX__) //&& !defined(__AVX512__) 16; #elif defined(__AVX__) //&& !defined(__AVX512__) 32; #elif /*defined(__AVX512__) ||*/ defined(__MIC__) 64; #else 0; #endif } #end...
//{{BLOCK(DoubleJumpSign) //====================================================================== // // DoubleJumpSign, 32x32@2, // + 15 tiles (t|f reduced) not compressed // + regular map (flat), not compressed, 4x4 // Total size: 256 + 32 = 288 // // Exported by Cearn's GBA Image Transmogrifier, v0.8.6 // ( http:...
/* * This file and its contents are licensed under the Timescale License. * Please see the included NOTICE for copyright information and * LICENSE-TIMESCALE for a copy of the license. */ #include <postgres.h> #include <access/htup_details.h> #include <access/htup.h> #include <access/xact.h> #include <nodes/memnodes...
/* 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 not...
// SPDX-License-Identifier: Apache-2.0 /* * Copyright 2016 Ingrasys. * Copyright 2016-2019 IBM Corp. */ #include <skiboot.h> #include <device.h> #include <console.h> #include <chip.h> #include <ipmi.h> #include "astbmc.h" static const struct slot_table_entry barreleye_phb0_0_slot[] = { { .etype = st_pluggable_...
// -*- C++ -*- //============================================================================= /** * @file Pluggable_Messaging_Utils.h * * Pluggable_Messaging_Utils.h,v 1.15 2001/07/06 04:39:18 bala Exp * * Utility classes for the TAO pluggable messaging framework. * * * @author Balachandran Nataraja...
/* lzo1c_8.c -- main internal configuration file for the the LZO library This file is part of the LZO real-time data compression library. Copyright (C) 2008 Markus Franz Xaver Johannes Oberhumer Copyright (C) 2007 Markus Franz Xaver Johannes Oberhumer Copyright (C) 2006 Markus Franz Xaver Johannes Oberhum...
/*------------------------------------------------------------------------- * * sequence.h * prototypes for sequence.c. * * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/commands/sequence.h * *----...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:16:57 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/PhotosP...
// // Sparkle.h // Sparkle // // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) // Copyright 2006 Andy Matuschak. All rights reserved. // #ifndef SPARKLE_H #define SPARKLE_H // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless // there are n...
#ifndef GUARD_PACKMAN_WALL #define GUARD_PACKMAN_WALL #include <SFML/Graphics.hpp> #include "system/gamelogic/inc/Tile.h" #include "system/GUI/inc/Resource_manager.h" #include "system/GUI/inc/Draw_event.h" #include "library/events/inc/Listener.h" #include "library/geom2d/inc/Vector.h" namespace packman { cla...
/* * Copyright (c) 2003, 2007-14 Matteo Frigo * Copyright (c) 2003, 2007-14 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the ...
/* * Copyright 2003 Niels Provos <provos@citi.umich.edu> * 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, ...
/** * @file CoinSpend.h * * @brief CoinSpend class for the Zerocoin library. * * @author Ian Miers, Christina Garman and Matthew Green * @date June 2013 * * @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green * @license This project is released under the MIT license...
/******************************************************************************/ /* */ /* Copyright (c) 1990-2016, KAIST */ /* All rights reserved. ...
#ifndef STB_IMAGE_INTERFACE_H #define STB_IMAGE_INTERFACE_H #define STBI_NO_PSD #define STBI_NO_TGA #define STBI_NO_GIF #define STBI_NO_PIC #define STBI_NO_PNM #ifdef __arm__ #define STBI_NEON #endif #include "stb_image.h" #endif
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Copyright (c) 2017 The Marlin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MARLIN_HASH_H #define MA...
/* * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All Rights reserved * * The Universal Permissive License (UPL), Version 1.0 * * Subject to the condition set forth below, permission is hereby granted to any person obtaining a copy of this software, * associated documentation and/or data (collectivel...
/* main_tools.h - Copyright 2019/2021 Utrecht University 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 la...
#import "SimplyE-Swift.h" @interface NYPLSettingsEULAViewController : UIViewController <UIWebViewDelegate> - (instancetype)initWithAccount:(Account *)account; - (instancetype)initWithNYPLURL; @end
/* Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * only version 2 as published by the Free Software Foundation. * * This program is distributed in the...
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
#include <stdio.h> #include <stdbool.h> #include <assert.h> #include <string.h> struct Person { char *name; int age; int height; int weight; }; struct Person *Person_create(char *name, int age, int height, int weight) { struct Person *who = malloc(sizeof(struct Person)); assert(who != NULL); ...
/* * This header is generated by classdump-dyld 1.0 * on Saturday, August 24, 2019 at 9:46:47 PM Mountain Standard Time * Operating System: Version 12.4 (Build 16M568) * Image Source: /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Eli...
/* * 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...
/** * \file * * \copyright * Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * */ #pragma once #include "MaterialLib/MPL...
// // 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 conditions and the following disclaimer. // * Redistributions in bin...
#pragma once /** @file opus_types.h @brief Opus reference implementation types */ #ifndef CONFIG_H #define CONFIG_H #define USE_ALLOCA 1 /* Comment out the next line for floating-point code */ /*#define FIXED_POINT 1 */ #define OPUS_BUILD 1 #if defined(_M_IX86) || defined(_M_X...
/* ../netlib/zlantb.f -- translated by f2c (version 20100827). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the en...
/*---[KTruth.h]------------------------------------------------m(._.)m--------*\ | | Project : KnoRBA C++ Library | Declares : knorba::type::KTruth::* | Implements: - | | Copyright (c) 2013, 2014, 2015, RIKEN (The Institute of Physical and | Chemial Research) All rights reserved. | | Author: Hamed KHA...
#ifndef PCRE_INTERNAL #define PCRE_INTERNAL /************************************************* * Perl-Compatible Regular Expressions * *************************************************/ /* This is a library of functions to support regular expressions whose syntax and semantics are as close as possible to ...
// // sidescrollerViewController.h // animation // // Created by developer on 24.09.10. // Copyright 2010 TURBO D3 GMBH. All rights reserved. // #define degreesToRadian(x) (M_PI * (x) / 180.0) #import <UIKit/UIKit.h> #import "sidescrollerView.h" @interface sidescrollerViewController : UIViewController { sides...
/* * Copyright (c) 2021, Krisna Pranav * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once // includes #include <libutils/Prelude.h> #define ELF_MAG0 0x7F #define ELF_MAG1 'E' #define ELF_MAG2 'L' #define ELF_MAG3 'F' #define ELF_IDENT_COUNT 16 #define ELF_IDENT_MAG0 0 #define ELF_IDENT_MAG1 1 #define ELF...
#ifndef UART_H_INCLUDED #define UART_H_INCLUDED #include <stdint.h> int uart3_setup(uint32_t bitrate, uint8_t data, char parity, uint8_t stop); void uart3_write(const char *text); #endif
#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_TIChatBotVersionNumber; FOUNDATION_EXPORT const unsigned char Pods_TIChatBotVersionString[];
/** * @file * @brief * * @date 13.12.12 * @author Ilia Vaprol */ #include <asm/psr.h> #include <asm/regs.h> #include <hal/mmu.h> #include <stdint.h> #define MMU_PAGE_PRESENT (1UL) #define MMU_PAGE_WRITABLE (1UL << 11) #define MMU_PAGE_USERMODE (1UL << 9) #define MMU_PAGE_CACHEABLE (1UL <...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:25:40 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/Frameworks/MediaPlayer.frame...
#include <bgbccc.h> bool BGBCC_CCXL_IsRegBasicP( BGBCC_TransState *ctx, ccxl_register reg) { if(((reg.val&CCXL_REGTY_REGMASK)==CCXL_REGTY_TEMP) && ((reg.val&CCXL_REGID_REGMASK)<16)) return(1); return(0); } bool BGBCC_CCXL_IsRegArgBasicP( BGBCC_TransState *ctx, ccxl_register reg) { if(((reg.val&CCXL_REGTY_RE...
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2015 Google, Inc */ #include <common.h> #include <cpu_func.h> #include <fdtdec.h> #include <init.h> #include <netdev.h> int arch_cpu_init(void) { return x86_cpu_init_f(); } int checkcpu(void) { return 0; } int print_cpuinfo(void) { return default_print_cp...
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI */ @interface CNAvatarView : UIControl <CNAvatarCardControllerDelegate, CNCardTransitioning, CNContactChangesObserver> { bool _allowsAnimation; bool _asynchronousRendering; bool _autoUpdateContact; C...
/* Copyright (c) 2001 Matej Pfajfar. * Copyright (c) 2001-2004, Roger Dingledine. * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. * Copyright (c) 2007-2016, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file addressmap.c * * \brief The addressmap module manages the proc...
/* * Copyright (C) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
/*++ Module Name: nt.h Abstract: Useful declarations. Author: 90210 05-Oct-2004 --*/ #ifndef _NT_ #define _NT_ #ifdef __cplusplus extern "C" { #endif NTSYSAPI NTSTATUS NTAPI NtMapViewOfSection( IN HANDLE SectionHandle, IN HANDLE ProcessHandle, IN OUT PVOID *BaseAddress, IN ULONG Ze...
// Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #ifndef UTILS_H #define UTILS_H #include "pal.h" #define _STRINGIFY(s) _X(s) #define DOTNET_CORE_URL _X("http://go.microsoft.com/fwlink/?LinkID...
/* * Copyright (c) 2007, Novell Inc. * * This program is licensed under the BSD license, read LICENSE.BSD * for further information */ #define _GNU_SOURCE #include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <dirent.h> #include <unistd.h> #include "pool.h" #include "repo.h"...
/*- * Copyright (c) 2006 M. Warner Losh. 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 condi...
static UINT32 EA; static UINT16 EO; static UINT16 E16; static unsigned EA_000(void) { EO=I.regs.w[BW]+I.regs.w[IX]; EA=DefaultBase(DS0)+EO; return EA; } static unsigned EA_001(void) { EO=I.regs.w[BW]+I.regs.w[IY]; EA=DefaultBase(DS0)+EO; return EA; } static unsigned EA_002(void) { EO=I.regs.w[BP]+I.regs.w[IX]; EA=Defa...
/* * Copyright (c) 2018 IOTA Stiftung * https://github.com/iotaledger/iota_common * * Refer to the LICENSE file for licensing information */ #include <stdlib.h> #include "utils/containers/hash/hash6561_stack.h" retcode_t hash6561_stack_push(hash6561_stack_t *const stack, flex_trit_t const *const hash) { hash6...
/* * mono-debug.c: * * Author: * Mono Project (http://www.mono-project.com) * * Copyright 2001-2003 Ximian, Inc (http://www.ximian.com) * Copyright 2004-2009 Novell, Inc (http://www.novell.com) * Copyright 2011 Xamarin Inc (http://www.xamarin.com) */ #include <config.h> #include <mono/metadata/assembly.h> #i...
/* * Copyright 2009-2017 Alibaba Cloud 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...
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2011 Greenplum, Inc. // // @filename: // CDXLLogicalJoin.h // // @doc: // Class for representing DXL logical Join operators // //----------------------------------------------------------------------...
/* Copyright 2015 Kai Huebl (kai@huebl-sgh.de) Lizenziert gemäß Apache Licence Version 2.0 (die „Lizenz“); Nutzung dieser Datei nur in Übereinstimmung mit der Lizenz erlaubt. Eine Kopie der Lizenz erhalten Sie auf http://www.apache.org/licenses/LICENSE-2.0. Sofern nicht gemäß geltendem Recht vorgeschri...
// // Copyright (c) 2008-2019 the Urho3D project. // // 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, m...
#ifndef _PLATFORM_H_ #define _PLATFORM_H_ #include "driver/uart.h" #include <stdint.h> #include <stdbool.h> #include <stdio.h> #include "sdkconfig.h" #include "cpu_esp32.h" #include "esp_task.h" #define PLATFORM_ALIGNMENT __attribute__((aligned(4))) #define PLATFORM_ALIGNMENT_PACKED __attribute__((aligned(4),packed...
/* * Copyright (c) 1988, 1990 Regents of the University of California. * 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 ...
/* Copyright (c) 2018 Joshua L Ervin. All rights reserved. */ /* Licensed under the MIT License. See the LICENSE file in the project root for full license information. */ #include <limits.h> #include <math.h> #include <stdbool.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <...
/*============================================================================ ** ** Source: test1.c ** ** Purpose: Calls qsort to sort a buffer, and verifies that it has done ** the job correctly. ** ** ** Copyright (c) 2006 Microsoft Corporation. All rights reserved. ** ** The use and distribution term...
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the plugins of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid commercial Qt...
// // Copyright (C) 2013 Brno University of Technology (http://nes.fit.vutbr.cz/ansa) // // This program 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 3 // of the License, or (at your...
/* * http://gaiger-programming.blogspot.com/2015/03/control-usb-camera-in-linux.html * http://blog.csdn.net/shaolyh/article/details/6583226 * http://blog.csdn.net/zgyulongfei/article/details/7526249 */ #include <errno.h> #include <fcntl.h> #include <linux/videodev2.h> #include <signal.h> #include <stdio.h> #include...
/* Copyright (c) 2007 Scott Lembcke * * 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,...
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// // Arcane-FX for MIT Licensed Open Source version of Torque 3D from GarageGames // Copyright (C) 2015 Faust Logic, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and 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...
/*************************************************************************************************/ /*! * \file * * \brief Stack initialization for dats. * * Copyright (c) 2016-2017 ARM Ltd. All Rights Reserved. * ARM Ltd. confidential and proprietary. * * IMPORTANT. Your use of this file is governed by ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:42:34 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/EventKitUI.framework/EventKitUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Li...
/*! * \file main.c * * \brief Performs a periodic uplink * * \copyright Revised BSD License, see section \ref LICENSE. * * \code * ______ _ * / _____) _ | | * ( (____ _____ ____ _| |_ _____ ____| |__ * ...
// Copyright 2020 The XLS 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...
/* sprintf() returns char *, not int, on SunOS 4.1.x */ #define SPRINTF_CHAR #ifndef BIG_ENDIAN #define BIG_ENDIAN 4321 #endif #ifndef LITTLE_ENDIAN #define LITTLE_ENDIAN 1234 #endif #ifndef PDP_ENDIAN #define PDP_ENDIAN 3412 #endif #ifndef BYTE_ORDER #define BYTE_ORDER BIG_ENDIAN #endif
#ifndef QTMVVMDATASYNCCORE_PLUGIN_H #define QTMVVMDATASYNCCORE_PLUGIN_H #include <QtQml/QQmlExtensionPlugin> class QtMvvmDataSyncCoreDeclarativeModule : public QQmlExtensionPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid) public: QtMvvmDataSyncCoreDeclarativeModule(QObject *parent = nullptr); ...
// // VariFlightAnimationView.h // LH_Animation // // Created by lh on 2017/4/7. // Copyright © 2017年 李欢. All rights reserved. // #import <UIKit/UIKit.h> @interface VariFlightAnimationView : UIView @end
/* Copyright 2015 The TensorFlow 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 by applicable law or a...
#ifndef NX_PHYSICS_NXRAYCAST #define NX_PHYSICS_NXRAYCAST #include "Nxp.h" class NxShape; enum NxShapesType { NX_STATIC_SHAPES = (1<<0), //!< Hits static shapes NX_DYNAMIC_SHAPES = (1<<1), //!< Hits dynamic shapes NX_ALL_SHAPES = NX_STATIC_SHAPES|NX_DYNAMIC_SHAPES //!< Hits both static & dynamic...
#include "tommath_private.h" #ifdef MP_GET_MAG_U64_C /* LibTomMath, multiple-precision integer library -- Tom St Denis */ /* SPDX-License-Identifier: Unlicense */ MP_GET_MAG(mp_get_mag_u64, uint64_t) #endif
/* Generated by re2c 0.13.5 */ #line 1 "ext/standard/var_unserializer.re" /* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) ...
// -*- Mode: c++; c-basic-offset: 4; tab-width: 4; -*- /****************************************************************************** * * file: StandardTraits.h * * Copyright (c) 2007, Daniel Aarno, Michael E. Smoot . * All rights reverved. * * See the file COPYING in the top directory of this distributio...
/* ---------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 15. July 2011 * $Revision: V1.0.10 * * Project: CMSIS DSP Library * Title: arm_fill_q7.c * * Description: Fills a constant value into a Q7 ve...
// // TKEntityPropertyGroupEditorsView.h // TelerikUI // // Copyright (c) 2015 Telerik. All rights reserved. // #import <UIKit/UIKit.h> #import "TKLayout.h" /** @discussion A class that represents editors container. */ @interface TKEntityPropertyGroupEditorsView : UIView /** A layout used to arrange the editor...
#ifndef ILLUMESTIMATORS_BASELINE_MEANESTIMATOR_H #define ILLUMESTIMATORS_BASELINE_MEANESTIMATOR_H #include "illuminantestimator.h" namespace illumestimators { /** The MeanEstimator provides a simple baseline illuminant estimator. * It always estimates the illuminant as the mean illuminant computed * on the train...
#include <std.h> #include "../area_stuff.h" inherit ELINH; void create() { ::create(); set_exits(([ //"north" : ELROOMSD+"129", //"east" : ELROOMSD+"119", //"south" : ELROOMSD+"101", "west" : ELROOMSD+"118", ])); }
// Copyright 2021 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 GPU_COMMAND_BUFFER_SERVICE_SHARED_IMAGE_BACKING_FACTORY_GL_COMMON_H_ #define GPU_COMMAND_BUFFER_SERVICE_SHARED_IMAGE_BACKING_FACTORY_GL_COMMON_H_ ...
/* * This file is part of the Sofia-SIP package * * Copyright (C) 2008 Nokia Corporation. * * Contact: Pekka Pessi <pekka.pessi@nokia.com> * * 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 F...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 14, 2021 at 2:37:49 PM Mountain Standard Time * Operating System: Version 14.4 (Build 18K802) * Image Source: /System/Library/PrivateFrameworks/UIKitCore....
/* ********************************************************************** * Copyright (C) 2002-2011, International Business Machines * Corporation and others. All Rights Reserved. ********************************************************************** * file name: uconfig.h * encoding: US-ASCII * tab siz...
/** * @file lv_tabview.h * */ #ifndef LV_TABVIEW_H #define LV_TABVIEW_H #ifdef __cplusplus extern "C" { #endif /********************* * INCLUDES *********************/ #ifdef LV_CONF_INCLUDE_SIMPLE #include "lv_conf.h" #else #include "../../../lv_conf.h" #endif #if LV_USE_TABVIEW != 0 /*Testing of depend...
/* * Copyright © 2008 Kristian Høgsberg * * 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, pub...
/* * Backpack - Skyscanner's Design System * * Copyright 2018 Skyscanner 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 * * Un...
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <F...
/* -*- mode: C -*- */ /* IGraph library. Copyright (C) 2008-2012 Gabor Csardi <csardi.gabor@gmail.com> 334 Harvard street, Cambridge, MA 02139 USA 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 S...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:47:17 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
#pragma once namespace fast_io { template<std::integral ch_type,std::size_t buffer_size=4096u> requires (buffer_size>=64u) struct basic_http_header_buffer { using char_type = ch_type; std::size_t header_length{}; std::size_t http_request_end_location{}; std::size_t http_status_code_start_location{}; std::size_t ...
/* * ModSecurity, http://www.modsecurity.org/ * Copyright (c) 2015 Trustwave Holdings, Inc. (http://www.trustwave.com/) * * 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 * * If any of the files rela...
#include <std.h> inherit ARMOUR; void create(){ ::create(); set_name("shoes"); set_id(({"shoes","fine shoes"})); set_short("fine shoes"); set_long("These are sturdy shoes, made by the fine shoemakers "+ "of Seneca. They provide your feet with protection while "+ "walking but are not...
/** * Common formatted printing utilities. * * Format specifier := %[special][width][.precision][length]<type>. Only * limited features are provided (documented in the wiki page). */ #include <stdarg.h> #include <stdbool.h> #include <float.h> /** For DBL_MAX. */ #include <Lib/types.h> #include <Lib/string....
/** @file This library will parse the coreboot table in memory and extract those required information. Copyright (c) 2014 - 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <PiPei.h> #include <Guid/GraphicsInfoHob.h> #include <Guid/MemoryMapInfoGuid.h...