text
stringlengths
6
1.35M
#ifndef __CCINTEGER_H__ #define __CCINTEGER_H__ #include "CCObject.h" NS_CC_BEGIN /** * @addtogroup data_structures * @{ * @js NA */ class CC_DLL CCInteger : public CCObject { public: CCInteger(int v) : m_nValue(v) {} int getValue() const {return m_nValue;} static CCInteger* create(int v) ...
/************************************************************************** * * Copyright 2010 Luca Barbieri * * 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, inclu...
#ifndef __CURL_CURLBUILD_H #define __CURL_CURLBUILD_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * |...
/* 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"; }
/*============================================================================ CMake - Cross Platform Makefile Generator Copyright 2000-2009 Kitware, Inc., Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This softwa...
/* * 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 Licen...
#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...
/* * 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...
// 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 (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 co...
#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) 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...
// 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...
// // 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 "NSObject-Protocol.h" @class CPLFileWatcher; @protocol CPLFileWatcherDelegate <NSObject> - (void)fileWatcherFileDidDisappear:(CPLFileWatc...
// // 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; /// 曲线线宽,默...
/***************************************************************************** * * 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...
/* * Copyright 1993-2011 NVIDIA Corporation. All rights reserved. * * NOTICE TO LICENSEE: * * This source code and/or documentation ("Licensed Deliverables") are * subject to NVIDIA intellectual property rights under U.S. and * international Copyright laws. * * These Licensed Deliverables contained herein is ...
#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...
/* * 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...
// 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...
/* * 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...
const char dtlib[] = "DS2490";
#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...
/* 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...
#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
// // 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...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* file_handlers_3.c :+: :+: :+: ...
// 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 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,...
#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...
#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) 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...
#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...
// // 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...
/** * 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 ...
/* * 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...
// // 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
/** * 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...
#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%^Sta...
#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 */ #...
/* * 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 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 "....
/* // 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 (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...
/* * 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: ...
#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...
// // 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 ...
/* * 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...
#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++]=...
/*! * \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 ...
/* * 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...
#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...
// 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...
// // 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...
// 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...
/** @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...
#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(...
// // 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...
#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...
#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...
#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...
#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...
#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...
// // 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...
//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", "...
#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
/** * * |_ _ _ * |_)| (/_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: /** * Definiti...
/* * 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...
/* * 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 ...
/* 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...
/* 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...
// // 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...
/* * 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 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...
/* * 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 ...
/***************************************************************************//** * @file * @brief Universal UART veneer driver. ******************************************************************************* * # License * <b>Copyright 2022 Silicon Laboratories Inc. www.silabs.com</b> *****************************...
#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) 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,...
/* * 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 ...
/* 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...
#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...
/**************************************************************************//** * * @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 * *****************************...
// 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...
/* * (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...
/* * 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...
#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 ...
/*========================================================================= 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...
/* pxCore Copyright 2005-2017 John Robinson 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 agree...
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2011 EMC Corp. // // @filename: // IDatumInt4.h // // @doc: // Base abstract class for int4 representation //--------------------------------------------------------------------------- #ifndef GPNAUCRA...
// SPDX-License-Identifier: GPL-2.0-or-later /* * Copyright (c) International Business Machines Corp., 2006 * Copyright (c) Nokia Corporation, 2006, 2007 * * Author: Artem Bityutskiy (Битюцкий Артём) */ /* * This file includes volume table manipulation code. The volume table is an * on-flash table containing vo...
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/Memories.framework/Memories */ @interface MiroContentEditorNavigationController : UINavigationController - (unsigned long long)supportedInterfaceOrientations; @end