text
stringlengths
4
6.14k
/* Copyright 2001-2004 The Apache Software Foundation * * 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 applica...
/* * Copyright 2017 Google * * 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 w...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...
/* * Copyright 2020 Google LLC * * 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 ...
/* * Copyright 2004,2005 The Apache Software Foundation. * * 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 ap...
/* * Copyright 2010-2016 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 2014-2022 Real Logic Limited. * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
/* ============================================================================ Name : LocationEngine.h Author : Ross Savage Copyright : 2007 Buddycloud Description : Location Engine for determining the clients location through multiple resources History : 1.0 1.0 Initial Deve...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2015 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. * * WARNING: This is generated code. Modify at your own risk and without support. ...
#ifndef TASK_MANAGER_INCLUDED #define TASK_MANAGER_INCLUDED #include <Arduino.h> #define LATE_TIME_THRESHOLD (10000) #define TASK_QUEUE_SIZE (10) #define MAX_TRIGGERS (10) #define TIME_TRIGGER (0x01) class Trigger { public: // this trigger is used for debugging log virtual boolean isOn()...
#ifndef LOCACAO_H_ #define LOCACAO_H_ #include"classeItemPersistencia.h" //******************************************************************** // Construida e testeda //******************************************************************** class Locacao: public ItemPersistencia { pri...
/** * Copyright (c) 2016-2018 Netflix, 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 require...
// // RXSettledResult.h // RXPromise Libraries // // Created by Luke Melia on 5/13/14. // // #import <Foundation/Foundation.h> @interface RXSettledResult : NSObject @property (nonatomic, assign, readonly, getter=isFulfilled) BOOL fulfilled; @property (nonatomic, assign, readonly, getter=isRejected) BOOL rejected;...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2022 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...
// // VKDocs.h // // Copyright (c) 2016 VK.com // // 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...
// // EnrollInputWifiPasswordViewController.h // EnrollmentDemo // // Created by liunan on 1/9/15. // Copyright (c) 2015 honeywell. All rights reserved. // #import <UIKit/UIKit.h> #import "EnrollBaseViewController.h" #import "ATWapiNetworkInfo.h" #import "Combox.h" @interface EnrollInputWifiPasswordViewController...
// // CSFileUntil.h // ChatServer // // Created by 刘杨 on 2017/12/29. // Copyright © 2017年 Married. All rights reserved. // #import <Foundation/Foundation.h> #define CSFileManager [NSFileManager defaultManager] @interface CSFileUntil : NSObject + (NSError *)createDirectory:(NSString *)path; + (NSString *)create...
/* Copyright 2015-present the Material Components for iOS 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 re...
#include "mcu.h" #include "spi.h" #ifdef __cplusplus #include <chrono> #include <stdio.h> #include <thread> #include <chrono> using namespace std; #endif void MCU_RunProcedure(uint8_t id) { const uint16_t x0002reg = SPI_read(0x0002) & 0xFF; const uint16_t interupt6 = 0x0008; const uint16_t...
/*************************************************************** * * Copyright (C) 1990-2007, Condor Team, Computer Sciences Department, * University of Wisconsin-Madison, WI. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. Y...
// // Copyright 2016 Chris. // // 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...
/* ** my_putnbr_base.c for 42shlib in /media/data/all/projects/42sh-v1/lib/my/src/string ** ** Made by kevin labbe ** Login <labbe_k@epitech.net> ** ** Started on Tue Apr 23 14:35:03 2013 kevin labbe ** Last update Tue Apr 30 18:34:44 2013 kevin labbe */ #include "my.h" void my_putnbr_base(const int fd, int nbr,...
#pragma once #include <Engine/SceneManager/Algorithms/Validation/ValidationAlgorithm.h> #include <list> namespace Scheduler { class PerformerSkillsStopValidationAlgorithm : public StopValidationAlgorithm { public: virtual void validate(const Stop& stop, ViolationsConsumer& violations_consumer) const override; ...
// // LCDatabaseCoordinator.h // LeanCloud // // Created by Tang Tianyong on 6/1/15. // Copyright (c) 2015 LeanCloud Inc. All rights reserved. // #import <Foundation/Foundation.h> #import "LCDatabaseCommon.h" @interface LCDatabaseCoordinator : NSObject @property (readonly) NSString *databasePath; - (instancetyp...
/* * Copyright 2005-2017 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 int...
/* This source is part of UnitKit, a unit test framework for Mac OS X development. You can find more information about UnitKit at: http://unitkit.org/ Copyright ©2005 James Duncan Davidson Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with th...
/* * Copyright 2020 Google LLC * * 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 ...
// // MyView.h // 触摸 // // Created by tarena on 16/4/13. // Copyright © 2016年 tarena. All rights reserved. // #import <UIKit/UIKit.h> @interface MyView : UIView @end
// Copyright 2020 Google LLC. 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...
/* ** $Id: lgc.h,v 1.2.2.1 2015/02/04 21:32:46 martin Exp $ ** Garbage Collector ** See Copyright Notice in lua.h */ #ifndef lgc_h #define lgc_h #include "lobject.h" #include "lstate.h" /* ** Collectable objects may have one of three colors: white, which ** means the object is not marked; gray, which means the ** o...
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_apache_hadoop_io_compress_lz4_Lz4Compressor */ #ifndef _Included_org_apache_hadoop_io_compress_lz4_Lz4Compressor #define _Included_org_apache_hadoop_io_compress_lz4_Lz4Compressor #ifdef __cplusplus extern "C" { #endi...
// // LZGlobal.h // LZNetworkingProURLSession // // Created by comst on 15/10/18. // Copyright (c) 2015年 com.comst1314. All rights reserved. // #import <Foundation/Foundation.h> #import "LZUserInfo.h" @interface LZGlobal : NSObject @property (nonatomic, strong) LZUserInfo *userinfo; + (instancetype)sharedglobal; @...
// // FriendVerifyViewController.h // Clan // // Created by chivas on 15/7/17. // Copyright (c) 2015年 Youzu. All rights reserved. // #import <UIKit/UIKit.h> @interface FriendVerifyViewController : BaseViewController @property (copy, nonatomic)NSString *uid; @property (copy, nonatomic)NSString *username; @end
// // KSYPlayerOtherView.h // KSYGPUStreamerDemo // // Created by 施雪梅 on 17/7/12. // Copyright © 2016年 ksyun. All rights reserved. // /** 其他相关控制 */ #import "KSYUIView.h" @interface KSYPlayerOtherView: KSYUIView @property (nonatomic)UIButton *btnReload; //reload @property (nonatomic)UIB...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0...
// // AddViewController.h // 13-私人通讯录 // // Created by FuYu on 15/8/24. // Copyright (c) 2015年 FuYu. All rights reserved. // #import <UIKit/UIKit.h> @class AddViewController,Contact; @protocol AddViewControllerDelegate <NSObject> @optional - (void)addViewController:(AddViewController *)addVc didAddContact:(Conta...
/* * ltfsTaskManagement.h * * Created on: Aug 28, 2012 * Author: chento */ #ifndef __LTFSTASKMANAGEMENT_H__ #define __LTFSTASKMANAGEMENT_H__ #include "stdafx.h" #include "ltfsTaskLoadTape.h" #include "ltfsTaskAutoClean.h" #include "ltfsTaskCheckTape.h" #include "ltfsTaskAuditTape.h" #include...
/* * The MIT License (MIT) * * Copyright (c) 2020 Peter Lawrence * Copyright (c) 2019 Ha Thach (tinyusb.org) * * 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, in...
// nonce.h /* Copyright 2009 10gen 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 applic...
#pragma once #include <functional> namespace meshy { class ByteArray; class IStream { public: typedef std::function<void(char const* buf, size_t size)> DataIndicationHandler; /// 返回处理了多少个字节 virtual size_t receive(char* buffer, size_t bufferSize, size_t& readSize) = 0; virtual size_t send(ByteArray con...
/* * Copyright 2009 Henri Verbeet for CodeWeavers * * 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 option) any later version. * *...
/* Copyright (c) 2012 BDT Media Automation GmbH * * 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...
// // LocationServicesSettingsTableViewController.h // Mage // // #import <UIKit/UIKit.h> #import "ValuePickerTableViewController.h" #import <CoreLocation/CoreLocation.h> #import <MaterialComponents/MDCContainerScheme.h> @protocol LocationServicesDelegate - (void) openSettingsTapped; @end @interface LocationServic...
#ifndef XP_H_ #define XP_H_ #include <stdint.h> /* * Arithmetic operations on extended integers of fixed precision. */ typedef uint8_t *xp_t; /* * Compare - returns: <0 if x < y * 0 if x == y * >0 if x > y */ int xp_cmp(int n, xp_t x, xp_t y); #endif /* XP_H_ */
// // TokenValidationHelper.h // Copyright (c) 2013 Paul Meyer. All rights reserved. // #import <Foundation/Foundation.h> #import "OAuth2Client.h" #import "JWT.h" @interface TokenValidationHelper : NSObject +(BOOL)validateIDToken:(JWT *)idToken forClient:(OAuth2Client *)client validationResults:(NSArray **)results...
//===-- lib/Parser/preprocessor.h -------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Threading.Timer struct Timer_t1893171827; #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_TimeSpan413522987.h" // Sy...
// // MGRefreshContentView.h // // // Created by Mark Glagola on 5/4/13. // Copyright (c) 2013 Mark Glagola. All rights reserved. // #import <UIKit/UIKit.h> #import "SSPullToRefresh.h" #import "HFLabelBold.h" //taken from another project @interface HFRefreshContentView : UIView <SSPullToRefreshContentView> @pro...
/* initiator - re-runs a service repeatedly (because cleaning up the init code for TLS was more work.) (C)Copyright 2014-2017 Smithee,Spelvin,Agnew & Plinge, 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 obtai...
/* * Note: Currently, the backtraces must still be checked manually. Therefore, * these test cases should always pass. * Todo: Automate the checking of backtrace addresses. */ #include <stdlib.h> #include "unity.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/xtensa_api.h" #include "...
/* * Copyright 2010-2011 DIMA Research Group, TU Berlin * * 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 appl...
/* * Copyright 2016-2017 Tom van Dijk, Johannes Kepler University Linz * * 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 r...
/* $NetBSD: i82365_isa.c,v 1.34 2012/10/27 17:18:24 chs Exp $ */ /* * Copyright (c) 1997 Marc Horowitz. 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 ...
/* Copyright 2013 - 2014 Yurii Litvinov, Smirnov Mikhail, Kogutich Denis * * 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 ...
/* ============================================================================ Name : CallBackDialog.h Author : Usanov-Kornilov Nikolay (aka Kolay) Version : 1.0 Copyright : Contacts: kolayuk@mail.ru http://kolaysoft.ru (c) KolaySoft, 2010 Description : CCallBackDialog declaration ====...
/* Copyright (c) 2005-2019 Intel Corporation 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...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/finspace-data/FinSpaceData_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> namespace Aws { namespace FinSpaceData { namespace Model { enum class DatasetKind ...
/* -*- Mode: C; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ #include "config.h" #include <string.h> #include <stdio.h> #include <stdlib.h> #include <inttypes.h> #include <libcouchstore/couch_db.h> #include <snappy-c.h> #include <getopt.h> #include "internal.h" #include "util.h" #include "bitfield.h" ...
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
// // TCPServerTestSuite.h // // Definition of the TCPServerTestSuite class. // // Copyright (c) 2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // SPDX-License-Identifier: BSL-1.0 // #ifndef TCPServerTestSuite_INCLUDED #define TCPServerTestSuite_INCLUDED #include "CppUnit/TestSuite.h" ...
// // PhotoTableViewController.h // DemoStoryboard // // Created by Tekhne on 10/19/13. // Copyright (c) 2013 Tekhne. All rights reserved. // #import <UIKit/UIKit.h> #import "Photo.h" #import "DisplayViewController.h" @interface PhotoTableViewController : UITableViewController <UITableViewDataSource, UITableViewD...
// Copyright (C) 2008-2011 JWmicro. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ec2/EC2_EXPORTS.h> #include <aws/ec2/model/ResponseMetadata.h> #include <utility> namespace Aws { template<typename RESULT_TYPE> class AmazonWebServiceResult; namespace Ut...
//================================================================================ // // (c) Copyright China Digital Video (Beijing) Limited, 2016. All rights reserved. // // This code and information is provided "as is" without warranty of any kind, // either expressed or implied, including but not limited to th...
// // XZAccountTool.h // Cube // // Created by ZengChanghuan on 16/4/5. // Copyright © 2016年 ZengChanghuan. All rights reserved. // 处理所有账号相关的操作:存储账号 取出账号 验证账号 #import <Foundation/Foundation.h> #import "XZAccount.h" @interface XZAccountTool : NSObject /** * 存储账号信息 * * @param account 账号模型 */ + (void)saveAcco...
#pragma once #if _MSC_VER #define MSG_NOSIGNAL 1 #endif /** * No MSG_NOSIGNAL on OS X. * Avoid SIGPIPE by using sockopt call. */ #ifdef MSG_NOSIGNAL # define AMQP_CPP_MSG_NOSIGNAL MSG_NOSIGNAL #else # define AMQP_CPP_MSG_NOSIGNAL 0 # ifdef SO_NOSIGPIPE # define AMQP_CPP_USE_SO_NOSIGPIPE # else # error "Cannot bl...
// REQUIRES: solver // RUN: %clang -Xclang -load -Xclang %pass -O2 -mllvm %solver -emit-llvm -S -o - %s -mllvm -print-after-all 2>&1 | FileCheck %s // Check that peephole passes are registered at least twice. // CHECK: IR Dump After Souper super-optimizer pass // CHECK: IR Dump After Souper super-optimizer pass void...
#ifndef CATALANTREE_NODE_H #define CATALANTREE_NODE_H #include <gmpxx.h> /** * @class Binary tree node */ class Node { public: typedef size_t size_type; Node(); Node(const Node* other); Node(const Node& other); virtual ~Node(); Node& operator=(const Node& rhs); bool operator==(const Node& rhs) const; ...
/** * @file : grid2d.h * @brief : 2-dim. grid with spins "sitting" or "living" on top of it, header file, in C++11/14, * @details : struct with smart ptrs, unique ptrs * * @author : Ernest Yeung <ernestyalumni@gmail.com> * @date : 20171229 * @ref : M. Hjorth-Jensen, Computational Physics, Universit...
// // main.c // PBR // // Created by diguage on 14-5-24. // Copyright (c) 2014年 D瓜哥,http://www.diguage.com/. All rights reserved. // #include <stdio.h> #include <math.h> void cartesianToPolar(float x, float y, double *rPtr, double *thetaPtr) { if (rPtr) { // 将radius 存入传入函数的地址 *rPtr = sqrt(x * ...
//===----------------------------------------------------------------------===// // // Peloton // // constant_translator.h // // Identification: src/include/codegen/constant_translator.h // // Copyright (c) 2015-17, Carnegie Mellon University Database Group // //===------------------------------...
/* -------------------------------------------------------------------------- * * OpenSim: WISCO_VTKFileAdapter.h * * -------------------------------------------------------------------------- * * The OpenSim API is a toolkit for musculoskeletal modeling and simulation. ...
/* Copyright 2015 LE, Duc-Anh 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, softwar...
/************************************************************************** * Copyright 2015 John Denholm * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not us...
// // OrderPetCell.h // Beautician // // Created by dengqiang on 4/7/15. // Copyright (c) 2015 XuShi Technology Co.,Ltd. All rights reserved. // #import "BaseTableViewCell.h" @class Order; @interface OrderPetCell : BaseTableViewCell @property (nonatomic, strong) Order *order; + (CGFloat)cellHeight; @end
/* { dg-do run } */ /* PR middle-end/31448, this used to ICE during expand because reduce_to_bit_field_precision was not ready to handle constants. */ typedef struct _st { long int iIndex : 24; long int iIndex1 : 24; } st; st *next; void g(void) { st *next = 0; int nIndx; const static int constr...
/* * This source file is part of libRocket, the HTML/CSS Interface Middleware * * For the latest information, see http://www.librocket.com * * Copyright (c) 2008-2010 CodePoint Ltd, Shift Technology Ltd * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and assoc...
// Copyright (c) 2013, Juan R. García Blanco <juanrgar@gmail.com> // All rights reserved. // See LICENCE for more information. #include "gopencl.h" gint main (gint argc, gchar **argv) { GopenclPlatform *plat = NULL; gchar *str_buf; GList *platforms = NULL; GError *err = NULL; gboolean fullProfile ...
// Copyright (c) 2021 The Orbit 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 USER_SPACE_INSTRUMENTATION_ATTACH_H_ #define USER_SPACE_INSTRUMENTATION_ATTACH_H_ #include <absl/container/flat_hash_set.h> #include <sys/types....
// // PVFRequest.h // PagueVelozFramework // // Created by João Paulo Ros on 28/06/15. // Copyright (c) 2015 PremierSoft. All rights reserved. // #import <Foundation/Foundation.h> @interface PVFRequest : NSObject @property (nonatomic, strong) NSString *apiVersion; @property (nonatomic, strong) NSString *endpoi...
/* ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio 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 ap...
/********************************************************************************* * * Inviwo - Interactive Visualization Workshop * * Copyright (c) 2017-2021 Inviwo Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. /*================================================================================ LightmapResRatioAdjust.h: Lightmap Resolution Ratio Adjustment helper ================================================================================*/ #ifndef __LightmapRe...
/* | PC-LISP (C) 1984-1989 Peter J.Ashwood-Smith */ #include <stdio.h> #include <math.h> #include "lisp.h" /*************************************************************************** ** buconcat: (concat s1 s2 s3...sN) Make a new atom whose print name is ** ** formed by concatenating the print names of s1...sN...
#pragma once #include <ncs/spec/Generator.h> #include <ncs/spec/GeometryGenerator.h> namespace ncs { namespace spec { class BoxGenerator : public GeometryGenerator { public: BoxGenerator(Generator* x, Generator* y, Generator* z); virtual Geometry generate(RNG* rng); private: Gene...
/*********************************************************************************** * Copyright (c) 2012, Sepehr Taghdisian * 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...
// Copyright (c) 2016, Matthew Malensek. // Distributed under the BSD 2-Clause License (see LICENSE.txt for details) #pragma once #include <math.h> #include "VolumeTransformation.h" /// <summary> /// Transforms volume inputs to adjust for the system/hardware audio taper. /// </summary> class CurveTransformer : publ...
/* Stereo Vision Algorithm Framework, Copyright(c) 2016-2018, Peng Chao */ #pragma once #include "Layer.h" namespace svaf{ class CVPointLayer : public Layer { public: explicit CVPointLayer(LayerParameter& layer); ~CVPointLayer(); virtual bool Run(vector<Block>&, vector<Block>&, LayerParameter&, vo...
/************************************************************************** * * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas. * All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Softwa...
#include "backlight.h" EINTERN void * e_modapi_gadget_init(E_Module *m) { e_gadget_type_add("Backlight", backlight_gadget_create, NULL); return m; } EINTERN int e_modapi_gadget_shutdown(E_Module *m EINA_UNUSED) { e_gadget_type_del("Backlight"); return 1; } EINTERN int e_modapi_gadget_save(E_Module *m EIN...
/* +--------------------------------------------------------------------+ | PECL :: pq | +--------------------------------------------------------------------+ | Redistribution and use in source and binary forms, with or without | | modificatio...
void lcdinit(int io_register, int pin_register, int device); void write_pins(int value); void write_pins_append(int value); void write_pins_remove(int value); void reset_all(); void write_4_bits(int bits, int char_mode); void set_enable(int on); void set_rs(int on); void pulse_enable(); void write_char(char chr); void ...
#include <stdio.h> #include <stdint.h> #include <SDL_ttf.h> #include "fvm_shared.h" void apply_surface( int x, int y, SDL_Surface* source, SDL_Surface* destination); // This is a shared object which is written in C. // We'll call this from our VM! SDL_Color textColor = { 255, 255, 255 }; uint32_t test_function(void* a...
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #pragma once #include "HardwareInfo.h" #include "AutomationTest.h" /////////////////////////////////////////////////////////////////////// // Common Latent commands which are used across test type. I.e. Engine, Network, etc... DEFINE_LOG_CATEGORY_STATIC(L...
/* Copyright (c) 2016-2017, Vlad Meșco All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the followin...
/* * LimeSDR control interface */ #pragma once #include <QtCore> #include <QWidget> #include "sdr_device_limesdr_api_defs.h" typedef struct { quint64 rx_frequency; quint32 rx_sample_rate; quint32 rx_bandwidth; unsigned int rx_gain; size_t rx_channel; bool...
/* * sophia database * sphia.org * * Copyright (c) Dmitry Simonenko * BSD License */ #include <libss.h> #include <libsf.h> #include <libsr.h> #include <libso.h> #include <libsv.h> #include <libsl.h> #include <libsd.h> #include <libsi.h> #include <libsx.h> #include <libsy.h> #include <libse.h> int se_recoverbegi...
/* * Copyright (C) 2009 by Comm5 Tecnologia Ltda. 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...
/************************************************************************************ Filename : DebugLines.h Content : Class that manages and renders debug lines. Created : April 22, 2014 Authors : Jonathan E. Wright Copyright : Copyright 2014 Oculus VR, LLC. All Rights reserved. ********...
#ifndef MANAGED_PAGE_H_ #define MANAGED_PAGE_H_ #include "impl/managed_page.2.hpp" #endif // MANAGED_PAGE_H_