text
stringlengths
9
948k
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #pragma once namespace Common...
// Copyright (c) 2011 The LevelDB Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. See the AUTHORS file for names of contributors. // // An Env is an interface used by the leveldb implementation to access // operating system functional...
/* Copyright 2012 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in ...
#define PLUG_MFR "OliLarkin" #define PLUG_NAME "IPlugMaxi" #define PLUG_CLASS_NAME IPlugMaxi #define BUNDLE_MFR "OliLarkin" #define BUNDLE_NAME "IPlugMaxi" #define PLUG_ENTRY IPlugMaxi_Entry #define PLUG_VIEW_ENTRY IPlugMaxi_ViewEntry #define PLUG_ENTRY_STR "IPlugMaxi_Entry" #define PLUG_VIEW_ENTRY_STR "IPlugMaxi_V...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2021 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
/* * Copyright 2011-2017 Branimir Karadzic. All rights reserved. * License: https://github.com/bkaradzic/bgfx#license-bsd-2-clause */ #ifndef SHADERC_H_HEADER_GUARD #define SHADERC_H_HEADER_GUARD namespace bgfx { extern bool g_verbose; } #define _BX_TRACE(_format, ...) \ BX_MACRO_BLOCK_BEGIN \ if (bgfx:...
#ifndef PID_H #define PID_H class PID { public: /* * Errors */ double p_error; double i_error; double d_error; /* * Coefficients */ double Kp; double Ki; double Kd; /* * Constructor */ PID(); /* * Destructor. */ virtual ~PID(); /* * Initialize PID. */ void Init(doub...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/ashchauhan/Desktop/SampleApp/OnePoint/Player/Web/WebBrowser.java // // Created by ashchauhan on 3/11/14. // //#ifndef _OnePointPlayerWebWebBrowser_H_ //#define _OnePointPlayerWebWebBrowser_H_ #import <Foundation/Foundation.h> @interface Web...
#pragma once #include "../../game/GamePlayer.h" #include <string> #include <vector> namespace player { namespace ai { class Evaluator; } } namespace player { namespace ai { using GamePlayer = game::GamePlayer; class AIPlayerRealtime : public GamePlayer { private: int searchDepth = 0; Evaluator *e...
@import Foundation; #pragma mark Braintree-Payments Errors /// BTPaymentAuthorization NSError Domain extern NSString *const BTPaymentProviderErrorDomain; /// BTPaymentAuthorization NSError Codes NS_ENUM(NSInteger, BTPaymentProviderErrorCode) { /// An unknown error related to creatingi a Braintree Payment Method ...
// 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...
/* * VC-1 and WMV3 decoder * Copyright (c) 2011 Mashiat Sarker Shakkhar * Copyright (c) 2006-2007 Konstantin Shishkov * Partly based on vc9.c (c) 2005 Anonymous, Alex Beregszaszi, Michael Niedermayer * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under ...
inherit "/std/room"; #include <std.h> void create() { ::create(); set_light(2); set_indoors(1); set_travel(DIRT_ROAD); set_terrain(STONE_BUILDING); set_short("Escape from the oubliette"); set_long(" %^BLUE%^ This is the portal that can carry you from the horrible oubliette! ...
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * (C) 2013 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include <stdio.h> #include "mpi.h" #include "mpitest.h" int key = MPI_KEYVAL_INVALID; char a[100]; int delete_fn (MPI_Comm, int, void *, void *); int...
/* LUFA Library Copyright (C) Dean Camera, 2021. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2021 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
// This file is made available under Elastic License 2.0. // This file is based on code available under the Apache license here: // https://github.com/apache/incubator-doris/blob/master/be/src/util/thrift_client.h // Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements...
/******************************************************************************* System Initialization File File Name: initialization.c Summary: This file contains source code necessary to initialize the system. Description: This file contains source code necessary to initialize the system. It ...
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.15.1 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ***************************************...
/********************************************************************* * SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * ********************************************************************** * ...
/**************************************************************************** * * Copyright 2016 Samsung Electronics 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...
/* * Copyright (c) 2018 Sean Nyekjaer * * SPDX-License-Identifier: Apache-2.0 */ #include <init.h> #include <drivers/pinmux.h> #include <soc.h> static int board_pinmux_init(const struct device *dev) { const struct device *muxa = device_get_binding(DT_LABEL(DT_NODELABEL(pinmux_a))); const struct device *muxb = d...
/* SharpIR Arduino library for retrieving distance (in cm) from the analog GP2Y0A21Y and GP2Y0A02YK From an original version of Dr. Marcal Casas-Cartagena (marcal.casas@gmail.com) Version : 1.0 : Guillaume Rico Version : 1.2 : Archery2000 https://github.com/guillaume-rico/SharpIR */ #ifndef Sha...
// Copyright (c) 2014 GitHub, Inc. // Use of this source code is governed by the MIT license that can be // found in the LICENSE file. #ifndef ATOM_APP_ATOM_CONTENT_CLIENT_H_ #define ATOM_APP_ATOM_CONTENT_CLIENT_H_ #include <set> #include <string> #include <vector> #include "content/public/common/content_client.h" ...
#pragma once #include <random> #include <map> #include <string.h> #include <iostream> #include <sstream> #include <fstream> #include "individual.h" #include <thread> #include <future> #include <mutex> #include <unordered_map> #include <algorithm> #include <chrono> #include <set> std::mutex mtx; double bestAl...
#ifndef UDPPORT_H_ #define UDPPORT_H_ #include <string> #include "iodevice.h" class UDPPort: public IODevice { public: UDPPort(const std::string& name); virtual ~UDPPort(); bool open() override; int fileno() override { return m_fd; } ssize_t read(char* buf, size_t len) override; ssize_t write(char* buf, size_t...
/* * This header is generated by classdump-dyld 1.0 * on Tuesday, November 5, 2019 at 2:38:56 AM Mountain Standard Time * Operating System: Version 13.0 (Build 17J586) * Image Source: /System/Library/PrivateFrameworks/AppStoreKit.framework/AppStoreKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* * Map.h * * Created on: Oct 9, 2020 * Author: luis */ #ifndef SOURCE_MAP_H_ #define SOURCE_MAP_H_ #include <iostream> #include <vector> #include <string> #define WALL '#' #define EMPTY_SPACE ' ' #define INITIAL_P '@' #define PATH 'o' #define DESTINATION 'X' class Map { std::vector<std::vector<char>> ...
// -*-c++-*- /* $Id: tame.h 2077 2006-07-07 18:24:23Z max $ */ #ifndef _LIBTAME_AUTOCB_H_ #define _LIBTAME_AUTOCB_H_ #include "async.h" #include "callback.h" template<class B1=void, class B2=void, class B3=void, class B4=void> class autocb_t; template<> class autocb_t<> { public: autocb_t (callback<void>::ref cb...
#ifndef UTIL_H #define UTIL_H #define TASK_STACK_SIZE (4096u) #define TASK_PRIORITY (5u) #define LOG(str) printf(str "\n") #define LOGF(str, args...) printf(str "\n", args) #define CREATE_TASK_HANDLER(handler, task_handler_name) \ static void task_handler_name() { \ uint32_t ul_notification_value; \ ...
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QGLWidget> #include <mgl2/mgl.h> class MainWindow : public QGLWidget { Q_OBJECT protected: mglGraph *gr; // pointer to MathGL core class void resizeGL(int nWidth, int nHeight); // Method called after each window resize void paintGL(); // Method to display th...
/* * Copyright (C) 2016 Rob Clark <robclark@freedesktop.org> * Copyright © 2018 Google, Inc. * * 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 lim...
#pragma once // impl header, should not be included on its own #include<scalable/_Collect.h> #include<scalable/_CollectMap.h> #include<scalable/_traits.h> namespace scalable { template<typename Value, template<typename, typename...> class Container, typename... Args> template<typename Q, typename MapType> CollectMap...
/* * Copyright (C) 2005,2006 National Association of REALTORS(R) * * 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 without li...
// // FMLayoutFooter.h // FMLayoutKit // // Created by 周发明 on 2020/3/20. // Copyright © 2020 ZhouFaMing. All rights reserved. // #import "FMSupplementary.h" NS_ASSUME_NONNULL_BEGIN @interface FMLayoutFooter : FMSupplementary /// 距离最后Item的距离 纵向-上方 横向-左边 @property(nonatomic, assign)CGFloat topMargin; @end NS_ASSU...
/* * 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, software * distribut...
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "Interfaces/VoiceInterface.h" #include "Net/VoiceDataCommon.h" #include "OnlineSubsystemTypes.h" #include "OnlineSubsystemSteamPrivate.h" #include "OnlineSubsystemSteamTypes.h" #include "UObject/GCObject.h" #in...
// SPDX-License-Identifier: GPL-2.0 /* Copyright(c) 1999 - 2018 Intel Corporation. */ /* ethtool support for ixgbe */ #include <linux/interrupt.h> #include <linux/types.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/pci.h> #include <linux/netdevice.h> #include <linux/ethtool.h> #include <linux/v...
#import "U512Class.h" #ifndef Transfer_h #define Transfer_h /**Class built for storing Transfer information */ @interface Transfer:NSObject @property NSString * deploy_hash; @property NSString * from; @property NSString * to;//optional @property NSString * source; @property NSString * target; @property U512Class * a...
// // ladSightListView.h // Ladenburg // // Created by Tim Hartl on 15.05.14. // Copyright (c) 2014 DHBW Mannheim. All rights reserved. // #import <UIKit/UIKit.h> #import <CoreLocation/CoreLocation.h> #import "HomeModel.h" #import <QuartzCore/QuartzCore.h> #import "Sight.h" #import "ladBeaconTracker.h" @interface...
/* * Copyright 2002-2003 Jason Edmeades * Raphael Junqueira * * 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 Foundation; either * version 2.1 of the License, or (at your o...
#import <LegacyComponents/LegacyComponents.h> #import "TGCollectionMenuSectionList.h" #import "TGCollectionMenuLayout.h" #import "TGCollectionItemView.h" #import "TGCollectionMenuView.h" @class TGPresentation; @interface TGCollectionMenuController : TGViewController @property (nonatomic, strong) TGCollectionMenuSec...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/neptune/Neptune_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSStreamFwd.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace...
/* * This header is generated by classdump-dyld 1.5 * on Tuesday, November 10, 2020 at 10:11:46 PM Mountain Standard Time * Operating System: Version 14.2 (Build 18K57) * Image Source: /System/Library/PrivateFrameworks/ContactsF...
/**************************************************************************** ** ** Copyright (C) 2014 Klaralvdalens Datakonsult AB (KDAB). ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt3D module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holdin...
/*- * Public Domain 2014-2018 MongoDB, Inc. * Public Domain 2008-2014 WiredTiger, Inc. * * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or * distribute this software, either in source code form or as a compiled * binary,...
#pragma once #if defined(__INT_LEAST8_TYPE__) typedef __INT_LEAST8_TYPE__ int_least8_t; #else # error #endif
// // TripDiaryStateMachine.h // CFC_Tracker // // Created by Kalyanaraman Shankari on 1/31/15. // Copyright (c) 2015 Kalyanaraman Shankari. All rights reserved. // #import <Foundation/Foundation.h> #import <CoreLocation/CoreLocation.h> #import <UIKit/UIKit.h> #import <CoreMotion/CoreMotion.h> /* * public static...
#ifndef CONDITION_PLUGINS_SPEED_CONDITION_H_INCLUDED #define CONDITION_PLUGINS_SPEED_CONDITION_H_INCLUDED #include <scenario_conditions/condition_base.h> #include <scenario_intersection/intersection_manager.h> #include <scenario_logger/logger.h> #include <scenario_utility/scenario_utility.h> #include <sstream> namesp...
/* * 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 ...
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ #if !defined(_items_h_) #define _items_h_ #include <netinet/in.h> // bit flag for do_item_unlink. #define UNLINK_NORMAL 0x000000000 #define UNLINK_IS_EVICT 0x000000001 #define UNLINK_IS_EXPIRED 0x000000002 #define UNL...
// // NIPAlbumCell.h // NSIP // // Created by Eric on 2016/11/25. // Copyright © 2016年 netease. All rights reserved. // #import <UIKit/UIKit.h> @class NIPAlbumInfo; @interface NIPAlbumCell : UITableViewCell @property (nonatomic, strong) NIPAlbumInfo *albumInfo; @end
#include "../includes/Skip_Lists.h" #include "../includes/CommonStructures.h" //if it returns 1 then we keep going up a level at insertion. //If it returns 0 we break and we dont go up a level static int coin_toss(){ return rand()%2; } skiplist *skiplist_init(int height) { skiplist *list=malloc(sizeof(*list))...
// Copyright (c) 2011-present, Facebook, Inc. All rights reserved. // This source code is licensed under both the GPLv2 (found in the // COPYING file in the root directory) and Apache 2.0 License // (found in the LICENSE.Apache file in the root directory). // // This file implements the callback "bridge" between Ja...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "/home/user/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R14/x2ap-14.6.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cmake_targ...
#ifndef DIALOGREMOVEPLUG_H #define DIALOGREMOVEPLUG_H #include <QDialog> namespace Ui { class DialogRemovePlug; } class DialogRemovePlug : public QDialog { Q_OBJECT public: explicit DialogRemovePlug(QWidget *parent = 0); void setPlugin(QString); ~DialogRemovePlug(); private slots: void on_pushB...
// // BNCCommerceEvent.h // Branch-SDK // // Created by Edward Smith on 12/14/16. // Copyright (c) 2016 Branch Metrics. All rights reserved. // #import "BNCServerRequest.h" #import "BNCAvailability.h" #pragma mark BNCProductCategory typedef NSString*const BNCProductCategory NS_STRING_ENUM; FOUNDATION_EXPORT BN...
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtDeclarative module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** ...
#ifndef ATLAS_CBLASZALIAS_H #define ATLAS_CBLASZALIAS_H #define cblas_dotc_sub cblas_zdotc_sub #define cblas_dotu_sub cblas_zdotu_sub #define cblas_axpy cblas_zaxpy #define cblas_copy cblas_zcopy #define cblas_scal cblas_zscal #define cblas_swap cblas_zswap #define cblas_ger2c cblas_zger2c #defin...
/* * ID3v1 header parser * Copyright (c) 2003 Fabrice Bellard * * 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...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:08:33 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/ProVideo.f...
// Auto-generated file. Do not edit! // Template: src/f32-dwconv/up-avx.c.in // Generator: tools/xngen // // Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <immintrin.h> ...
// // NetworkTools.h // Tools // // Created by 戴庆 on 16/12/11. // Copyright © 2016年 Apple. All rights reserved. // #import <AFNetworking/AFNetworking.h> // 网络请求类型 typedef enum : NSUInteger { GET, POST, } RequestType; @interface NetworkTools : AFHTTPSessionManager // 单例创建 + (instancetype)sharedNetworkToo...
/* * Copyright (c) 2006 Hyperic, 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 agre...
#ifdef HAVE_INTTYPES_H #include <inttypes.h> #endif #include <net-snmp/net-snmp-config.h> #include <net-snmp/net-snmp-includes.h> #include <net-snmp/agent/net-snmp-agent-includes.h> #include <net-snmp/agent/hardware/sensors.h> #include "hardware/sensors/hw_sensors.h" #include "ucd-snmp/lmsensorsMib.h" netsnmp_contain...
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * File: rt_nonfinite.c * * Code generated for Simulink model 'Exp4_2_SquareWaveA'. * * Model version ...
#include <algorithm> #include <clipper/clipper.h> #include <vector> int exclude_non_standart_from_mmcif( char *c_mmcif_in_file_name, char *c_mmcif_out_file_name ); float import_xmap_from_mtz( clipper::Xmap<float> *xmap, char *c_mtz_fi...
// 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 CONTENT_BROWSER_MEDIA_SESSION_MEDIA_SESSION_CONTROLLER_H_ #define CONTENT_BROWSER_MEDIA_SESSION_MEDIA_SESSION_CONTROLLER_H_ #include "base/compil...
#ifndef WINFILE_H #define WINFILE_H /* * SPDX-License-Identifier: Apache-2.0 * Copyright (C) 2020 Raspberry Pi (Trading) Limited */ #include <QObject> #include <QIODevice> #include <windows.h> class WinFile : public QObject { Q_OBJECT public: explicit WinFile(QObject *parent = nullptr); virtual ~WinFi...
/****************************************************************************** * Xen selfballoon driver (and optional frontswap self-shrinking driver) * * Copyright (c) 2009-2011, Dan Magenheimer, Oracle Corp. * * This code complements the cleancache and frontswap patchsets to optimize * support for Xen Transcen...
/* * FTGL - OpenGL font library * * Copyright (c) 2001-2004 Henry Maddocks "FTGL@opengl.geek.nz> * Copyright (c) 2008 Sam Hocevar <sam@zoy.org> * Copyright (c) 2008 Sean Morrison <learner@brlcad.org> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associat...
/*************************************************************************/ /* */ /* SNU-RT Benchmark Suite for Worst Case Timing Analysis */ /* ===================================================== */ /* ...
/* The MIT License (MIT) Copyright (c) 2015 Douglas J. Bakkum 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, mod...
/** * I was thinking that the generator should create 26 tasks named A through Z. This * should make the wavedrom managable and readable. The tasks do not need to be sorted * in any order when they are converted to json, the simulator takes care of that. */ struct sim_task { char name[128]; // name of the task ...
#ifndef NRFX_CONFIG_H__ #define NRFX_CONFIG_H__ // <<< Use Configuration Wizard in Context Menu >>>\n // <h> nRF_Drivers // <e> NRFX_CLOCK_ENABLED - nrfx_clock - CLOCK peripheral driver //========================================================== #ifndef NRFX_CLOCK_ENABLED #define NRFX_CLOCK_ENABLED 1 #endif // <o> ...
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
/** @file PCI Root Bridge Io Protocol code. Copyright (c) 1999 - 2018, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "PciHostBridge.h" #include "PciRootBridge.h" #include "PciHostResource.h" #define NO_MAPPING (VOID *) (UINTN) -1 #define RESOURCE_VALID(Re...
// // XYPerformanceView.h // Walle // // Created by hongru qi on 07/07/2017. // #import <UIKit/UIKit.h> @class XYPerformanceLabel; @interface XYPerformanceView : UIView //@property (strong, nonatomic) XYPerformanceLabel * fpsLabel; // //@property (strong, nonatomic) XYPerformanceLabel * memoryLabel; // //@proper...
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h> #include <zlib.h> typedef struct { ngx_flag_t enable; ngx_flag_t no_buffer; ngx_hash_t types; ngx_bufs_t bufs; size_t ...
#pragma once #include "AtOvlReader.h" namespace At { class HandleReader : virtual public OvlReader { public: HandleReader() = default; HandleReader(HANDLE h) : m_h(h) {} void SetHandle(HANDLE h) { EnsureThrow(m_h == INVALID_HANDLE_VALUE); m_h = h; m_offset = 0; m_setOffset = (GetFileType(h) == FILE_TYPE_D...
/******************************************************************************* * Copyright (C) 2016 Maxim Integrated Products, Inc., 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 d...
/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be use...
/* * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
#pragma once #include <optional> #include <string> #include <folly/dynamic.h> namespace Microsoft::ReactNative { /* * Search for a child item in a folly::dynamic container. * * If the child exists, return a pointer to it. Otherwise, return nullptr. */ const folly::dynamic* FindDynamicChild(const folly::dynamic&...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once /* Private dependencies *****************************************************************************/ #include "CoreUObject.h" #include "AssetToolsModule.h" #include "SlateBasics.h" #include "Engine.h" #include "SlateStyle.h" #include "Edit...
// Copyright 2021 The IREE Authors // // Licensed 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 #ifndef IREE_COMPILER_INPUTCONVERSION_MHLO_PASSDETAIL_H_ #define IREE_COMPILER_INPUTCONVERSION_MH...
/* * 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 (at your option) any later version. * * FFmpeg is distributed...
// // Created by kganguly on 5/15/18. // #pragma once #include<string> #include <iostream> #include <map> #include <vector> #include <Eigen/Dense> extern "C" { #include "extApi.h" #include "extApiPlatform.h" } namespace vrep_path { float _percent_of_path; std::string _path_name; std::string _path_funct...
#pragma once #include "PerspectiveCamera.h" #include "IKeyboardListener.h" #include "ICursorListener.h" #include "IFrameListener.h" namespace Lag { class Scene; class RenderWindow; class PerspectiveCamera; class SceneNode; /* * Utility class for a classic free movement camera using WASD and...
/* * RELIC is an Efficient LIbrary for Cryptography * Copyright (C) 2007-2011 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file * for contact information. * * RELIC is free software; you can redistribute...
/** \file mirror_profile.c * * * Internal MIRROR profile functionality for DNX. \n * This file handles mirror profiles (allocation, creation, retrieval, destruction, etc..) */ /* * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file....
/** RTSP dissector decoder: parsing and classification of traffic Copyright (C) 2016-2019 Michele Campus <michelecampus5@gmail.com> Based on code from https://github.com/moonlight-stream/moonlight-common-c/blob/master/src/RtspParser.c This file is part of decoder. decoder is free software: you can...
/* * zkey-cryptsetup - Re-encipher or validate volume keys of volumes * encrypted with LUKS2 and the paes cipher. * * Copyright IBM Corp. 2018 * * s390-tools is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #define _LARGEFILE64_SOURCE ...
/* * MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * (c) 2015 Tomofumi Hayashi * * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution. */ #include <stdio.h> #include <stdlib.h> #include <inttypes.h> #include <time.h> #includ...
//**************************************************************************\ //* This file is property of and copyright by the ALICE Project *\ //* ALICE Experiment at CERN, All rights reserved. *\ //* *\ //* Prim...
#ifndef HEADER_CURL_HOSTCHECK_H #define HEADER_CURL_HOSTCHECK_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * ...
/* * 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 or a...
//***************************************************************************** // //! @file simhei16pt8b.c // //***************************************************************************** //***************************************************************************** // // Copyright (c) 2021, Ambiq Micro, Inc. // A...
/* * Copyright (c) 2006-2009 Erin Catto http://www.box2d.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 granted to anyone to use this software for any purpose, * i...
#ifndef __PMS7003T__H__ #define __PMS7003T__H__ #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "driver/uart.h" #include "driver/gpio.h" typedef struct pms7003t_data pms7003t_data; typedef struct pms7003t_data { uint8_t uart_num; int...
/* * Driver for Atmel SAMA5D4 Watchdog Timer * * Copyright (C) 2015 Atmel Corporation * * Licensed under GPLv2. */ #include <linux/interrupt.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_irq.h> #include <linux/platform_device.h> #include <li...