text
stringlengths
9
948k
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
/* * 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 (c) 2011-2014 The Moneta developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MONETA_QT_SPLASHSCREEN_H #define MONETA_QT_SPLASHSCREEN_H #include <QSplashScreen> class NetworkStyle; /** Class for...
/* PR c/7776 */ /* { dg-do compile } */ /* { dg-options "" } */ int test1(char *ptr) { return ptr == "foo"; } int test2() { return "foo" != (const char*)0; } int test3() { return "foo" == (const char*)0; } int test4() { return (const char*)0 != "foo"; } int test5() { return (const char*)0 == "foo"; }
#if !defined(lint) && !defined(DOS) static char rcsid[] = "$Id: composer.c 14001 2005-03-17 19:07:47Z hubert $"; #endif /* * Program: Pine composer routines * * * Michael Seibel * Networks and Distributed Computing * Computing and Communications * University of Washington * Administration Builiding, AG-44 * Se...
/** * Copyright (c) 2013-2014 Tomas Dzetkulic * Copyright (c) 2013-2014 Pavol Rusnak * * 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 ...
#ifndef BINARYWRITER_H #define BINARYWRITER_H #include <string> #include <stdint.h> #include <vector> #include <core/Binary/SectionInfo.h> class Instruction; class BinaryWriter { public: BinaryWriter(); virtual ~BinaryWriter(); public: virtual void WriteBinaryFile(std::string filename, std::vector<Section...
// // OptionTest.h // // $Id: //poco/1.4/Util/testsuite/src/OptionTest.h#1 $ // // Definition of the OptionTest class. // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission is hereby granted, free of charge, to any person or organization // obtaining a copy ...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:40:20 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/Frameworks/CoreMotion.framework/CoreMotion * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Li...
#pragma once #include "EHEnum.h" void MiniDumpHandler(enumDumpDetectionLevel eLevel); void BugTrapHandler(enumDumpDetectionLevel eLevel); void UserDefinedHandler(enumDumpDetectionLevel eLevel); void BugTrapMixHandler(enumDumpDetectionLevel eLevel);
/* * Copyright (c) 2013-2015 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief ARM Cortex-M systick device driver * * This module implements the kernel's CORTEX-M ARM's systick device driver. * It provides the standard kernel "system clock driver" interfaces. * * The d...
#ifndef COSMOPOLITAN_LIBC_SYSV_CONSTS_AI_H_ #define COSMOPOLITAN_LIBC_SYSV_CONSTS_AI_H_ #include "libc/runtime/symbolic.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ hidden extern const long AI_ADDRCONFIG; hidden extern const long AI_ALL; hidden extern const long AI_CANONNAME; hidden extern const long...
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <omp.h> #include "idl_export.h" double double_max(double, double); int gvf_natural( long *iterations_ptr, short *x_max_ptr, short *y_max_ptr, double *dt_ptr, double *u_idl, double *v_idl, double *fx, double *fy, double *g, double *h, d...
/* * hex2bin - converts data in hexadecimal form to binary form * * Copyright (C) 2013 Jonathan Buhacoff <jonathan@buhacoff.net> * * BSD license. * * Input must contain only hex characters. Any other characters will result in an error * printed to stderr and exit code 1. On success exit code is 0. * * Would ...
/* * SGI image encoder * Xiaohui Sun <tjnksxh@hotmail.com> * * This file is part of FFmpeg. * * FFmpeg 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 (a...
// // MKBXPTHCurveView.h // MKBeaconXPlus_Example // // Created by aa on 2021/3/8. // Copyright © 2021 aadyx2007@163.com. All rights reserved. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface MKBXPTHCurveViewModel : NSObject /// 曲线颜色,默认蓝色 @property (nonatomic, strong)UIColor *lineColor; /// 曲线线宽,默...
#pragma once #include "IDrawable.h" #include "IUpdateable.h" #include "IMenuViewable.h" #include "IndexBuffer.h" #include "IBindable.h" #include "IUID.h" #include <string> #include <DirectXMath.h> namespace Bind { class IBindable; class IndexBuffer; } using namespace Bind; class Drawable { public: Drawable() = d...
/*- * Copyright (c) 2011 UCHIYAMA Yasushi. 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 con...
// // SPPostTracksToInboxOperation.h // CocoaLibSpotify // // Created by Daniel Kennett on 4/24/11. /* Copyright (c) 2011, Spotify AB All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistribu...
const char dtlib[] = "DS2490";
/***************************************************************************** * * Copyright (c) 2000 - 2014, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
/* mdbx_copy.c - memory-mapped database backup tool */ /* * Copyright 2015-2019 Leonid Yuriev <leo@yuriev.ru> * and other libmdbx authors: please see AUTHORS file. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as authorized by the...
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2015, 2017 Oracle. All rights reserved. * Copyright (c) 2003-2007 Network Appliance, Inc. All rights reserved. */ /* Lightweight memory registration using Fast Registration Work * Requests (FRWR). * * FRWR features ordered asynchronous registration and inva...
#pragma once #ifndef _WINDOWS_ #include <Windows.h> #endif #include <vector> #ifndef CONFIG_OK #include "../config.h" #endif #ifndef DISABLE_LIBRARY_INFO #ifdef CONFIG_COMPILE64 #pragma message (OUTPUT_PRIMARY "DEBUG MODE!") #else #pragma message (OUTPUT_PRIMARY "DEBUG MODE!") #endif #endif #define DEBUG_OUT #def...
#ifndef C0P_CORE_POST_OBJECTS_OBJECT_POST_PASSIVE_AXIS_PROP_H #define C0P_CORE_POST_OBJECTS_OBJECT_POST_PASSIVE_AXIS_PROP_H #pragma once // app include #include "core/post/objects/object/post/prop.h" namespace c0p { } #endif
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* file_handlers_3.c :+: :+: :+: ...
#pragma once #include <FuGPS.h> // altitude, latitude, longitude struct ObserverPosition { double altitude; double latitude; double longitude; }; struct RaDecPosition { double rightAscension; // Azimuth in case of the DirectDrive double declination; // Altitude in case of the DirectDrive }; double get_local...
/* * Copyright (C) 2012, 2016 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 condit...
#ifndef __UICONTROL_H__ #define __UICONTROL_H__ #pragma once namespace DuiLib { ///////////////////////////////////////////////////////////////////////////////////// // typedef CControlUI* (CALLBACK* FINDCONTROLPROC)(CControlUI*, LPVOID); class UILIB_API CControlUI { DECLARE_DUICONTROL (CControlUI) public:...
/* * Copyright (c) 2020 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include <stdint.h> #include <sys/byteorder.h> #include <sys/util.h> #include <bluetooth/hci.h> #include "hal/ccm.h" #include "hal/radio.h" #include "hal/ticker.h" #include "util/memq.h" #include "util/mayfly.h" #inclu...
/* * database.c * * Created on: Sep 14, 2010 * Modified on: Mar 12, 2012 * Author: Renato Vimieiro * readData assumes that the entire dataset fits in the buffer. * Improvements are required for allowing bigger datasets. * I haven't done that, since this code is for a prototype. * Mind this limitatio...
/** * YATO library * * Apache License, Version 2.0 * Copyright (c) 2016-2020 Alexey Gruzdev */ #ifndef _YATO_INVOKE_H_ #define _YATO_INVOKE_H_ #include "type_traits.h" namespace yato { /** * Abstract call of a method by pointer for an object passed by value, reference, pointer or smart pointer */ #if ...
#define PY_SSIZE_T_CLEAN #include <Python.h> #include "structmember.h" #define NPY_NO_DEPRECATED_API NPY_API_VERSION #define _MULTIARRAYMODULE #include "numpy/arrayobject.h" #include "numpy/arrayscalars.h" #include "npy_config.h" #include "npy_pycompat.h" #include "numpy/npy_math.h" #include "array_coercion.h" #inc...
#ifndef __QHYCCDCAMDEF_H__ #define __QHYCCDCAMDEF_H__ /* IMG series */ /** * Type define for IMG0S */ #define DEVICETYPE_IMG0S 1000 /** * Type define for IMG0H */ #define DEVICETYPE_IMG0H 1001 /** * Type define for IMG0L */ #define DEVICETYPE_IMG0L 1002 /** * Type define for IMG0X */ #de...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <IDEFoundation/IDELocalizationAction.h> @class IDEContainer, IDEWorkspaceTabController; @protocol IDELocalizedContainer; @int...
/* * Copyright 2004-2016 The Opentls Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (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.opentls.org/source/l...
/** * Copyright (c) 2011 - 2017, Nordic Semiconductor ASA * * 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,...
/* * Copyright (c) 2018 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...
#include <std.h> #include "/d/stella/short.h" inherit ROOM; void init(){ ::init(); if (interactive(TP)) { do_random_encounters(({MPATH"mund.c"}),5,1); do_random_encounters(({OPATH"nova.c"}),5,1); } } void create(){ ::create(); set_name("Star Maze"); set_short("%^GREEN%^Star...
/* // Licensed to DynamoBI Corporation (DynamoBI) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. DynamoBI licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may ...
/* * Copyright 2018-2019 Redis Labs Ltd. and Contributors * * This file is available under the Redis Labs Source Available License Agreement */ #include "op_update.h" #include "../../query_ctx.h" #include "../../util/arr.h" #include "../../util/rmalloc.h" #include "../../arithmetic/arithmetic_expression.h" #include "....
// SPDX-License-Identifier: GPL-2.0 /* * SuperH on-chip serial module support. (SCI with no FIFO / with FIFO) * * Copyright (C) 2002 - 2011 Paul Mundt * Copyright (C) 2015 Glider bvba * Modified to support SH7720 SCIF. Markus Brunner, Mark Jonas (Jul 2007). * * based off of the old drivers/char/sh-sci.c by:...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers // Copyright (c) 2017 The Raven Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef RAVEN_VALIDATION_H #defin...
// Copyright (c) 2009-2014 The Bitcoin Core developers // Copyright (c) 2017-2019 The Sato Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef RAVEN_COMPAT_SANITY_H #define RAVEN_COMPAT_SANITY_H bool glibc_s...
// // AnimationActions.h // AnimationActions // // Created by Franklyn on 08/06/2020. // Copyright © 2020 Franklyn. All rights reserved. // #import <Foundation/Foundation.h> //! Project version number for AnimationActions. FOUNDATION_EXPORT double AnimationActionsVersionNumber; //! Project version string for Ani...
// // MyCustomController.h // TestViewPager // // Created by user on 15/12/21. // Copyright (c) 2015年 wechat ericbluce. All rights reserved. // #import <UIKit/UIKit.h> @interface MyCustomController : UIViewController @end
#ifndef __MODULEFILESYSTEM_H__ #define __MODULEFILESYSTEM_H__ #include "Module.h" #include <vector> #include <string> struct SDL_RWops; int close_sdl_rwops(SDL_RWops* rw); struct aiFileIO; class Config; struct PathNode; class ModuleFileSystem : public Module { public: ModuleFileSystem(bool start_enabled = true);/...
/* 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 o...
#include<stdio.h> struct Array { int A[10]; int size; int length; }; void Display(struct Array arr) { int i; printf("\nElements are\n"); for(i=0;i<arr.length;i++) printf("%d ",arr.A[i]); } void Append(struct Array *arr,int x) { if(arr->length<arr->size) arr->A[arr->length++]=...
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
/* * Copyright 2013 Google 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...
/* * P1022DS board specific routines * * Authors: Travis Wheatley <travis.wheatley@freescale.com> * Dave Liu <daveliu@freescale.com> * Timur Tabi <timur@freescale.com> * * Copyright 2010 Freescale Semiconductor, Inc. * * This file is taken from the Freescale P1022DS BSP, with modifications: ...
/* * Renesas R-Car M3-W System Controller * * Copyright (C) 2016 Glider bvba * * 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; version 2 of the License. */ #include <linux/bug.h> #inclu...
// Copyright 2014 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_COMPILER_VALUE_NUMBERING_REDUCER_H_ #define V8_COMPILER_VALUE_NUMBERING_REDUCER_H_ #include "src/compiler/graph-reducer.h" namespace v8 { n...
#import "ABI34_0_0REANode.h" @interface ABI34_0_0REAClockNode : ABI34_0_0REANode @end @interface ABI34_0_0REAClockOpNode : ABI34_0_0REANode @end @interface ABI34_0_0REAClockStartNode : ABI34_0_0REAClockOpNode @end @interface ABI34_0_0REAClockStopNode : ABI34_0_0REAClockOpNode @end @interface ABI34_0_0REAClockTestN...
// Copyright 2017 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 b...
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Jun 6 2019 20:12:56). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #import <objc/NSObject.h> #import <DVTFoundation/NSCopying-Protocol.h> @class NSString; @interface DVTFileDataType : NSObject <NSCop...
/** * * |_ _ _ * |_)| (/_VV * * Copyright 2015-2018 Marcus v. Keil * * Created on: 02.01.2015 * */ #ifndef BREW_PLANE_H #define BREW_PLANE_H #include <brew/math/Vec3.h> namespace brew { /** * A class for handling planar operations. */ class Plane { public: /** * Definitions of the plane alignment...
// // rng.h // // Created by Bassham, Lawrence E (Fed) on 8/29/17. // Copyright © 2017 Bassham, Lawrence E (Fed). All rights reserved. // // Modified to use OpenSSL's AES256_ECB or a standalone implementation #ifndef rng_h #define rng_h #include <stdio.h> #include "../src/aes/aes.h" #define RNG_SUCCESS 0 #d...
#include "cxs.h" /* L = chol (A, [pinv parent cp]), pinv is optional */ cxsn *cxs_chol (const cxs *A, const cxss *S) { CXS_ENTRY d, lki, *Lx, *x, *Cx ; CXS_INT top, i, p, k, n, *Li, *Lp, *cp, *pinv, *s, *c, *parent, *Cp, *Ci ; cxs *L, *C, *E ; cxsn *N ; if (!CXS_CSC (A) || !S || !S->cp || !S->parent...
/** @file Copyright (c) 2017, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/lice...
/*! * \file TbbStorage.h * \brief <description> * \date 2011-11-3 14:29 * * Created by David Huynh on 2011/11/03. * Copyright (C) 2011 David Huynh, Inc. All Rights Reserved. * */ #ifndef LUDI_MEMORY_TBB_STORAGE_H_ #define LUDI_MEMORY_TBB_STORAGE_H_ #include "Memory.h" namespace ludi { namespace me...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 12:26:20 PM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/SiriClientFlow.framework/SiriClientFlow * classdump-dyld is licensed under GPLv3, Copyright © 2013-2...
#pragma once #include "../spmat.h" alphasparse_status_t add_d_csr(const spmat_csr_d_t *A, const double alpha, const spmat_csr_d_t *B, spmat_csr_d_t **C); alphasparse_status_t add_d_csr_trans(const spmat_csr_d_t *A, const double alpha, const spmat_csr_d_t *B, spmat_csr_d_t **C); alphasparse_status_t add_d_csr_conj(con...
//changpao.c #include <armor.h> inherit CLOTH; void create() { set_name("長袍", ({"chang pao", "cloth"})); set_weight(3000); if (clonep()) set_default_object(__FILE__); else { set("long", "一件長袍。\n"); set("material", "...
#ifndef BGLPARSER_H #define BGLPARSER_H #include <list> #include "BGL.h" #include <cstdio> #include "StreamReader.h" namespace Assimp { namespace BGL { //=========================================================================== /** BGLParser - BGL Graphics language parser. * This class is a simple parser for the B...
#if !(defined(LTM1) && defined(LTM2) && defined(LTM3)) #if defined(LTM2) # define LTM3 #endif #if defined(LTM1) # define LTM2 #endif #define LTM1 #if defined(LTM_ALL) # define BN_ERROR_C # define BN_FAST_MP_INVMOD_C # define BN_FAST_MP_MONTGOMERY_REDUCE_C # define BN_FAST_S_MP_MUL_DIGS_C # define BN_FAST...
// // 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 "APDPBGeneratedMessage.h" @class NSString; @interface COMPhrase : APDPBGeneratedMessage { } + (CDStruct_af61540b *)_fieldInf...
#include "stdinc.h" #include "dat.h" #include "fns.h" Bloom b; void usage(void) { fprint(2, "usage: fmtbloom [-s size] [-n nblocks | -N nhash] file\n"); threadexitsall(0); } void threadmain(int argc, char *argv[]) { Part *part; char *file; vlong bits, size, size2; int nhash; vlong nblocks; ventifmtinstall(...
/* * Author: Steven Barth <steven@midlink.org> * * Copyright (c) 2014-2015 cisco Systems, Inc. */ #pragma once #include "hncp.h" struct hncp_routing_struct; typedef struct hncp_routing_struct hncp_bfs_s, *hncp_bfs; hncp_bfs hncp_routing_create(hncp hncp, const char *script, bool incremental); void hncp_routing_...
/* * Copyright 2019 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Type-C port manager for Nuvoton NCT38XX. */ #include "common.h" #include "console.h" #include "hooks.h" #include "nct38xx.h" #include "task....
/* * 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...
#ifndef GLNEXUS_APPLET_UTILS_H #define GLNEXUS_APPLET_UTILS_H #include <string> #include <vector> #include <map> #include "types.h" #include "spdlog/spdlog.h" #include "RocksKeyValue.h" #include "BCFKeyValueData.h" #include "unifier.h" namespace GLnexus { namespace cli { namespace utils { bool detect_jemalloc(std::s...
/* Declarations for math functions. Copyright (C) 1991-1993,1995-1999,2001,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C 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...
#define GLI_INCLUDE_GL_AMD_PERFORMANCE_MONITOR enum Main { GL_COUNTER_TYPE_AMD = 0x8BC0, GL_COUNTER_RANGE_AMD = 0x8BC1, GL_UNSIGNED_INT64_AMD = 0x8BC2, GL_PERCENTAGE_AMD = 0x8BC3, GL_PERFMON_RESULT_AVAILABLE_AMD = 0x8BC4, GL_PERF...
/**************************************************************************//** * * @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-1-13 Wayne First version * *****************************...
/* * shoutcast.c * * Copyright (C) 2009-2011 by ipoque GmbH * Copyright (C) 2011-15 - ntop.org * * This file is part of nDPI, an open source deep packet inspection * library based on the OpenDPI and PACE technology by ipoque GmbH * * nDPI is free software: you can redistribute it and/or modify * it under the ...
/* Bullet Continuous Collision Detection and Physics Library Copyright (c) 2003-2013 Erwin Coumans http://bulletphysics.org 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 grant...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #pragma once #include "Servers.h" class EventTesting : public UnknownImpl, public IEventTesting, publi...
/* * Copyright(c) 2012-2021 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause-Clear */ #include "alru.h" #include "nop.h" #include "acp.h" #include "../metadata/metadata_superblock.h" #include "../metadata/metadata_structs.h" #include "../ocf_cache_priv.h" #include "../utils/utils_refcnt.h" struct cleaning...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #include "quote.h" #include <openenclave/internal/cert.h> #include <openenclave/internal/datetime.h> #include <openenclave/internal/ec.h> #include <openenclave/internal/raise.h> #include <openenclave/internal/sgxtypes.h> #in...
/* The MIT License (MIT) Copyright (c) 2013 Pavel Březina 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,...
#pragma once #include "CoreMinimal.h" #include "VanityItem.h" #include "SideburnsVanityItem.generated.h" class USkeletalMesh; class UVanityAnimInstance; UCLASS(EditInlineNew) class USideburnsVanityItem : public UVanityItem { GENERATED_BODY() public: protected: UPROPERTY(EditAnywhere) TSoftObjectPtr<USkele...
#pragma once #include <rosbaz/internal/nonstd/span.hpp> namespace rosbaz { namespace io { using byte = uint8_t; } // namespace io using DataSpan = nonstd::span<const rosbaz::io::byte>; } // namespace rosbaz
/* * MXF header metadata data model * * Copyright (C) 2006, British Broadcasting Corporation * All Rights Reserved. * * Author: Philip de Nier * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistr...
/* dh.h * * Copyright (C) 2006-2014 wolfSSL Inc. * * This file is part of CyaSSL. * * CyaSSL 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 ...
/* BFD back-end for SH PECOFF files. Copyright (C) 1995-2020 Free Software Foundation, Inc. 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 terms of the GNU General Public License as published by the Free So...
/* * 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 ...
/***************************************************************************//** * @file * @brief Universal UART veneer driver. ******************************************************************************* * # License * <b>Copyright 2022 Silicon Laboratories Inc. www.silabs.com</b> *****************************...
/* * (C) Copyright 2013 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an intergo...
/* http.c -- Functions dealing with http connections. * * Copyright 2012-2017 AOL Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this Software except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
#import "HIColor.h" #import "HISubtitle.h" #import "HIYAxis.h" #import "HISeries.h" #import "HIAccessibility.h" #import "HIPane.h" #import "HIResponsive.h" #import "HINoData.h" #import "HILoading.h" #import "HITitle.h" #import "HITooltip.h" #import "HIPlotOptions.h" #import "HIExporting.h" #import "HIBoost.h" #import "...
/* * Copyright (c) 2017, The OpenThread Authors. * 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 ...
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2013, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
/* Configuration file for sparc64 OpenBSD target. Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of GCC. GCC 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 3, or (at ...
/*========================================================================= Program: ParaView Module: vtkPVArrayInformation.h Copyright (c) Kitware, Inc. All rights reserved. See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details. This software is distributed WITHOUT ANY WAR...
#pragma once /// @file /// @brief Class template mbe::HandleBase #include <ostream> #include <limits> #include <MBE/Core/HandleID.h> namespace mbe { /// @brief Creates an id for the derived object and provides functionality to access it through an id /// @see HandleID template <class TDerived> class HandleBase ...
// Copyright 2013 Mirus 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 applicable law or agreed to in writing,...
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2011 EMC Corp. // // @filename: // IDatumInt4.h // // @doc: // Base abstract class for int4 representation //--------------------------------------------------------------------------- #ifndef GPNAUCRA...
///////////////////////////////////////////////////////////////////////////// // Copyright (c) Electronic Arts Inc. All rights reserved. ///////////////////////////////////////////////////////////////////////////// #pragma once #include <EASTL/internal/config.h> #include <EASTL/type_traits.h> namespace eastl { name...