text stringlengths 4 6.14k |
|---|
/****************************************************************************
**
** Copyright (C) 2013-2014 Andrey Bogdanov
**
** This file is part of the TeXSampleCore module of the TeXSample library.
**
** TeXSample is free software: you can redistribute it and/or modify it under
** the terms of the GNU Lesser Genera... |
/*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2015 Intel Corporation. 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 copyrigh... |
/* QEFormGroupBox.h
*
* This file is part of the EPICS QT Framework, initially developed at the
* Australian Synchrotron.
*
* Copyright (c) 2021 Australian Synchrotron
*
* The EPICS QT Framework is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public L... |
// This code contains NVIDIA Confidential Information and is disclosed to you
// under a form of NVIDIA software license agreement provided separately to you.
//
// Notice
// NVIDIA Corporation and its licensors retain all intellectual property and
// proprietary rights in and to this software and related documentation... |
// Created file "Lib\src\Uuid\X64\guids"
typedef struct _GUID
{
unsigned long Data1;
unsigned short Data2;
unsigned short Data3;
unsigned char Data4[8];
} GUID;
#define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... |
/*+@@file@@----------------------------------------------------------------*//*!
\file triedcid.h
\par Description
Extension and update of headers for PellesC compiler suite.
\par Project:
PellesC Headers extension
\date Created on Sat Sep 17 12:53:34 2016
\date Modified on Sat Sep 17... |
// This file is part of snark, a generic and flexible library
// for robotics research.
//
// Copyright (C) 2011 The University of Sydney
//
// snark 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
//... |
/*
* Copyright (C) 2019 Ondrej Starek
*
* This file is part of OTest2.
*
* OTest2 is free software: you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License,
* or (at your option) any later... |
/*
* Copyright (C): 2013-2014 Department of Software Engineering, University of Szeged
*
* Authors: David Tengeri <dtengeri@inf.u-szeged.hu>
*
* This file is part of SoDA.
*
* SoDA is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as publishe... |
/*
Copyright (c) 2006 Michael P. Thompson <mpthompson@gmail.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... |
/*!
Copyright (C) 2014, 申瑞珉 (Ruimin Shen)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed i... |
/*
Copyright (C) 2007 <SWGEmu>
This File is part of Core3.
This program is free software; you can redistribute
it and/or modify it under the terms of the GNU Lesser
General Public License as published by the Free Software
Foundation; either version 2 of the License,
or (at your option) any later version.
This progra... |
/****************************************************************************
* This file is part of Liri.
*
* Copyright (C) 2019 Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
*
* $BEGIN_LICENSE:GPL3+$
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Ge... |
/*<copyright>
* <year>1998-2007</year>
* <holder>Ericsson AB, All Rights Reserved</holder>
*</copyright>
*<legalnotice>
* The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received... |
/*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... |
/*
The zlib/libpng License
Copyright (c) 2018 Arthur Brainville
Copyright (c) 2015 Andrew Fenn
Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com)
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... |
/*
* Copyright 2009,2010,2011 Reality Jockey, Ltd.
* info@rjdj.me
* http://rjdj.me/
*
* This file is part of ZenGarden.
*
* ZenGarden 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 ... |
/*
* Jaspersoft Mobile SDK
* Copyright (C) 2011 - 2014 Jaspersoft Corporation. All rights reserved.
* http://community.jaspersoft.com/project/mobile-sdk-ios
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of Jaspersoft M... |
#ifndef FRAMEDCLOCK_H
#define FRAMEDCLOCK_H
#include <chrono>
#include <cmath>
namespace Clock {
struct Highres
{
typedef long long rep;
typedef std::nano period;
typedef std::chrono::duration<rep, period> duration;
typedef std::chrono::time_point<Highres> time_point;
static const bool is_steady =... |
#pragma once
#ifdef _MSC_VER
#pragma warning(disable:4146)
#pragma warning(disable:4800)
#endif
#include <iostream>
#include <stddef.h>
#include "Common/Defines.h"
#include "Common/Exceptions.h"
#include "mpir/mpirxx.h"
#include "mpir/mpir.h"
namespace bOPRF {
typedef mpz_class bigint;
/***********************... |
/**********************************
* solution_0058.h *
**********************************/
#pragma once
#include "solution.h"
class Solution0058 : public Solution {
protected:
virtual answer_t get_answer();
public:
Solution0058();
};
|
/*
* gucefCORE: GUCEF module providing O/S abstraction and generic solutions
* Copyright (C) 2002 - 2007. Dinand Vanvelzen
*
* 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 Foundati... |
#include "rdft.h"
plan *fftwf_mkplan_rdft2(size_t size, const plan_adt *adt, rdft2apply apply)
{
plan_rdft2 *ego;
ego = (plan_rdft2 *) fftwf_mkplan(size, adt);
ego->apply = apply;
return &(ego->super);
}
|
/*
* DataLayer.h
* WhirlyGlobeLib
*
* Created by Steve Gifford on 2/1/11.
* Copyright 2011-2013 mousebird consulting
*
* 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:/... |
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2012 EMC Corp.
//
// @filename:
// CPhysicalLeftSemiHashJoin.h
//
// @doc:
// Left semi hash join operator
//---------------------------------------------------------------------------
#ifndef GPOPT_CP... |
/*
* Copyright 2021 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 ... |
#pragma once
typedef double FlagType;
//ñòðóêòóðà äàííûõ ñòåê
struct Stack;
//ñîçäàíèå ñòåêà
Stack *createStack();
//äîáàâëåíèå ýëåìåíòà â ñòåê
void push(Stack *&stack, FlagType value);
//ïðîâåðêà ñòåêà íà ïóñòîòó
bool isEmpty(Stack *&stack);
//óäàëåíèå ýëåìåíòà èç ñòåêà
FlagType pop(Stack *&stack, bool &isEmptyS... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include "feedoperation.h"
namespace proton {
struct NoopOperation : FeedOperation {
NoopOperation() : FeedOperation(FeedOperation::NOOP) {}
NoopOperation(SerialNum serialNum);
virtual ~N... |
/* Return classification value corresponding to argument.
Copyright (C) 1997, 2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms... |
// 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
// distributed... |
#include "../src/linalg.h"
#include "../src/mem.h"
#include <assert.h>
#include <math.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#define M 11
#define N 5
const float A[M * N] = {
0.75120f, -1.60768f, -0.39993f, 0.64517f, -0.11946f,
1.05911f, 1.07633f, 0.37630f, 1.29926f, 0.36433f,
... |
//
// JZMemberModel.h
// guoxiaotong
//
// Created by zxc on 16/3/19.
// Copyright © 2016年 StenpChou. All rights reserved.
//
#import "BaseModel.h"
@interface JZMemberModel : BaseModel
@property (nonatomic, strong) NSNumber *parentId;
@property (nonatomic, strong) NSNumber *relationId;
@property (nonatomic, copy... |
/*
* Generated by asn1c-0.9.22.1409 (http://lionet.info/asn1c)
* From ASN.1 module "SPNEGO"
* found in "spnego.asn1"
* `asn1c -fnative-types -fskeletons-copy -fcompound-names`
*/
#include "asn_internal.h"
#include "NegTokenInit.h"
static asn_TYPE_member_t asn_MBR_NegTokenInit_1[] = {
{ ATF_NOFLAGS, 0, offset... |
/* OTB patches: replace "f2c.h" by "otb_6S_f2c.h" */
/*#include "f2c.h"*/
#include "otb_6S_f2c.h"
#ifdef KR_headers
double atan();
double d_atan(x) doublereal *x;
#else
#undef abs
#include "math.h"
#ifdef __cplusplus
extern "C" {
#endif
double d_atan(doublereal *x)
#endif
{
return( atan(*x) );
}
#ifdef __cplusplus
}
... |
//
// AUTLocalUserNotification.h
// Automatic
//
// Created by Eric Horacek on 9/24/15.
// Copyright © 2015 Automatic Labs. All rights reserved.
//
@import UserNotifications;
#import <AUTUserNotifications/AUTUserNotification.h>
NS_ASSUME_NONNULL_BEGIN
/// An abstract base class representing a notification that ... |
/**
******************************************************************************
* @file stm32f4xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
*
* COPYRIGHT(c) 2017 STMicroelectronics
*
* Re... |
#include <stdio.h>
int main()
{
int count = 0;
while (1)
{
printf("Target is running:%d\n", count);
count++;
sleep(10);
}
return 0;
}
|
#include "StdAfx.h"
#ifndef ACL_PREPARE_COMPILE
#include "stdlib/acl_define.h"
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#ifdef ACL_BCB_COMPILER
#pragma hdrstop
#endif
#include "stdlib/acl_stdlib.h"
#include "net/acl_net.h"
#include "aio/acl_aio.h"
#endif
#incl... |
// 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... |
/*
* Copyright 2018 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 (c) 2016 jKool, LLC. All Rights Reserved.
*
* This software is the confidential and proprietary information of
* jKool, LLC. ("Confidential Information"). You shall not disclose
* such Confidential Information and shall use it only in accordance with
* the terms of the license agreement you entered into... |
#ifndef MPOSITION_H
#define MPOSITION_H
/**
* @package 3dogs
* @file MPosition.h
* @brief Veraenderung der Perspektive
* @author Rolf Hemmerling <hemmerling@gmx.net>
* @version 1.00,
* Entwicklungswerkzeug "Dev-C ++ 4.9.9.1",
* mit GNU-C/C++ Compiler "MinGW 3.3.1"
... |
//
// RankNormalCell.h
// TRProject
//
// Created by RAYMOND on 2016/12/20.
// Copyright © 2016年 Tedu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface RankNormalCell : UITableViewCell
@property (nonatomic) UILabel *numberLabel;
@property (nonatomic) UIImageView *iconImageView;
@property (nonatomic) UI... |
// UGLineSymParam.h:
#ifndef UG_LINESYMPARAM_H
#define UG_LINESYMPARAM_H
#include "Graphics/UGGraphics.h"
namespace UGC
{
class UGLineSymbolBase;
class UGMarkerSymbolLib;
class UGPen;
class UGBrush;
class UGFont;
/** ÏßÐ͵ÄÏÔʾ²ÎÊý£¬ÆäÖаüÀ¨·ç¸ñÉèÖòÎÊý(ÑÕÉ«¡¢Ïß¿í¡¢Ëõ·ÅÂÊ)
@remarks
´ÓÍⲿ¿ÉÒÔ¶ÔÏ... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/apprunner/AppRunner_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
namespace Aws
{
namespace AppRunner
{
namespace Model
{
enum class Runtime
{
NOT_SET... |
//
// SleepingState.h
//
//
// Created by GameRisker on 2/21/16.
//
//
#import "State.h"
#import "Work.h"
#import <Foundation/Foundation.h>
@interface SleepingState : NSObject <State>
@end
|
/**
* MemoryInfo.h
*
* Copyright(c) Live2D Inc. All rights reserved.
* [[ CONFIDENTIAL ]]
*/
#pragma once
#ifndef __SKIP_DOC__
#include "../../Live2D.h"
//--------- LIVE2D NAMESPACE ------------
namespace live2d
{
class AMemoryHolder ;
#ifndef NULL
# define NULL 0
#endif
//******************... |
//
// SDCycleScrollView.h
// SDCycleScrollView
//
// Created by aier on 15-3-22.
// Copyright (c) 2015年 GSD. All rights reserved.
//
/**
*******************************************************
* *
* 感谢您的支持, 如果下载的代码在使用过程中出现BUG或者其他问题 *
* 您可以发邮件到gsdios@126... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/imagebuilder/model/ImagePipeline.h>
#include <utility>
namespace Aws
{
t... |
/*
* Copyright 2014-2020 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 ... |
/*
* Copyright (c) 2010 Yahoo! 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 a... |
/* Siconos is a program dedicated to modeling, simulation and control
* of non smooth dynamical systems.
*
* Copyright 2016 INRIA.
*
* 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
*
*... |
#include "ogl_helper.h"
void load_shader_from_file(const char *filepath, char **content)
{
FILE *fp = fopen(filepath, "rb");
long length = -1;
if (NULL == fp) {
printf("filepath: %s doesn't exist\n", filepath);
return;
}
fseek(fp, 0, SEEK_END);
length = ftell(fp);
fseek(fp, 0, SEEK_SET);
*content = (cha... |
/*
Copyright 2010-2013 SourceGear, 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 in writing, softwar... |
/**
* FreeRDP: A Remote Desktop Protocol Implementation
* OS X Server Event Handling
*
* Copyright 2012 Corey Clayton <can.of.tuna@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Lice... |
/*
* Copyright 2022 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 ... |
//
// WelcomeViewController.h
// BangBang
//
// Created by bocai on 16/11/4.
// Copyright © 2016年 bocweb. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface WelcomeViewController : UIViewController
@end
|
#ifndef RANDOM_GHOST_H
#define RANDOM_GHOST_H
#include "Ghost.h"
#include "FixedDirection.h"
#include <string>
class RandomGhost : public Ghost
{
public:
RandomGhost(int jail_time);
protected:
void UpdateDirectionVector();
FixedDirection* NextDirection();
private:
static int ghosts_created;
static string GetAlterna... |
#ifndef __LUCENE_INDEX_FIELD_INFOS__
#define __LUCENE_INDEX_FIELD_INFOS__
#import <Foundation/Foundation.h>
#import "LCDirectory.h"
#import "LCDocument.h"
#import "LCFieldInfo.h"
#import "LCIndexInput.h"
@interface LCFieldInfos: NSObject
{
NSMutableArray *byNumber;
NSMutableDictionary *byName;
}
- (id) initWi... |
//
// lmsStorePlugIn.h
// lmsmobile1
//
// Created by Macintosh User on 25/1/14.
// Copyright (c) 2014 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <Cordova/CDVPlugin.h>
#import <Cordova/CDV.h>
#import "lmsStore.h"
#import "defaults.h"
@interface LmsStorePlugIn : CDVPlugin ... |
/*
* StockAccount.h
*
* Created on: 2016年8月30日
* Author: Maibenben
*/
#ifndef GEORGE_MASTER_PLUGINS_STOCK_STOCKACCOUNT_H_
#define GEORGE_MASTER_PLUGINS_STOCK_STOCKACCOUNT_H_
#include "Observer.h"
#include "HoldingStock.h"
#include "Strategy.h"
namespace stock_logic {
class Strategy;
class StockAccount :... |
/*
Copyright 2014 Akira Midorikawa
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 2014 Andrew Bates
*
* 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 ... |
/*
* codec.h
* Copyright 2015 John Lawson
*
* 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... |
/*
* 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 2015-2016 BigML
//
// 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... |
/*=========================================================================
*
* Copyright UMC Utrecht and contributors
*
* 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... |
//
// YCHNSavedViewController.h
// Hn
//
// Created by Douglas Blaalid on 9/26/13.
// Copyright (c) 2013 Douglas Blaalid. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <CoreData/CoreData.h>
@interface YCHNSavedViewController : UITableViewController <NSFetchedResultsControllerDelegate, UITableViewDataSo... |
/*
Copyright 2016 Tommi M. Tykkälä
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... |
/* ptmacosx.c -- portable timer implementation for mac os x */
#include <stdlib.h>
#include <stdio.h>
#include <CoreAudio/HostTime.h>
#import <mach/mach.h>
#import <mach/mach_error.h>
#import <mach/mach_time.h>
#import <mach/clock.h>
#include "porttime.h"
#include "sys/time.h"
#include "pthread.h"
#d... |
/*
**********************************************************************
* Copyright (C) 2008, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
* Date Name Description
* 05/11/2008 Andy Heninger... |
/*
Copyright (c) 2011, Stig Brautaset. 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 ... |
/**
*
* Fire https://github.com/taylorwrynn/fire
*
* Copyright (C) 2017 Taylor Tang
*
* Released under the Apache license v2 http://www.apache.org/licenses/
*
*/
#import <UIKit/UIKit.h>
@interface UIViewController (TXFire)
/// Only hides navigation bar for this view controller.
@property (nonatomic, assign) ... |
#pragma once
#include "halley/ui/ui_factory.h"
#include "halley/ui/ui_widget.h"
namespace Halley {
class UIGraphNode : public UIWidget {
public:
UIGraphNode(UIFactory& factory);
};
}
|
// -------------------------------------------------------------------------
// @FileName : NFIMysqlDriverManager.h
// @Author : eliteYang
// @Date : 2014-11-10
// @Module : NFIMysqlDriverManager
//
// -----------------------------------------------------... |
//
// DRLogging.h
// DashRedirector
//
// Created by Graham Haworth on 7/4/13.
// Copyright (c) 2013 Graham Haworth. All rights reserved.
//
// This sets up the debug configuration to log using the NSLogging utility.
#import "LoggerClient.h"
typedef enum {
DRLogError = 0,
DRLogWarning = 1,
DRLogInfo = 2,
DR... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/iotevents-data/model/... |
//
// AGBoxBCell.h
// AGViewModelDemo
//
// Created by JohnnyB0Y on 2017/8/20.
// Copyright © 2017年 JohnnyB0Y. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "AGVMKit.h"
@interface AGBoxBCell : UICollectionViewCell
@end
|
//
// OnetabBarController.h
// One
//
// Created by akkelyn on 16-4-21.
// Copyright (c) 2016年 akkelyn. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface OnetabBarController : UITabBarController
@end
|
/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-m-rel-xr-osx64-bld/build/xpcom/io/nsIStringStream.idl
*/
#ifndef __gen_nsIStringStream_h__
#define __gen_nsIStringStream_h__
#ifndef __gen_nsIInputStream_h__
#include "nsIInputStream.h"
#endif
/* For IDL files that don't want to include root IDL fil... |
/* Copyright 2021 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... |
/*****************************************************************************
Copyright 2005 - 2010 The Board of Trustees of the University of Illinois.
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... |
#import <UIKit/UIKit.h>
@interface EMHintsView : UIView
{
// array positions of spotlights
NSMutableArray* _positionArray;
// array radius of spotlights
NSMutableArray* _radiusArray;
}
- (id)initWithFrame:(CGRect)frame;
- (id)initWithFrame:(CGRect)frame forViews:(NSArray*)viewArray;
- (id)initWithFra... |
//
// TDDropInAlertView.h
// Tendigi
//
// Created by Nick Lee on 1/12/16.
//
//
#import <Foundation/Foundation.h>
@class TDDropInAlertView;
@protocol TDDropInAlertViewDelegate <NSObject>
@optional
// Called when a button is clicked. The view will be automatically dismissed after this call returns
- (void)alertV... |
#ifndef IDT_H
#define IDT_H
#include <stdint.h>
struct IDTEntry {
uint16_t base_address_low;
uint16_t selector;
uint8_t reserved;
uint8_t type : 4;
uint8_t storage_segment : 1;
uint8_t privilege : 2;
uint8_t present : 1;
uint16_t base_address_high;
} __attribute__((packed));
struct IDTDescriptor {
uint16_t ... |
/*******************************************************************************
* Copyright 2015 MobileMan GmbH
* www.mobileman.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... |
/*
* 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 ... |
// SPDX-License-Identifier: Apache-2.0
// Copyright 2019 Eotvos Lorand University, Budapest, Hungary
#pragma once
#include <rte_cryptodev.h>
#include "dpdk_lib.h"
#include "dpdk_lib_conf_async.h"
#define MAX_SESSIONS 2048
#define NUM_MBUFS 2048
#define POOL_CACHE_SIZE 128
#define AES_CBC_IV_... |
/**
* \file
*
* \brief User board definition template
*
*/
/* This file is intended to contain definitions and configuration details for
* features and devices that are available on the board, e.g., frequency and
* startup time for an external crystal, external memory devices, LED and USART
* pins.
*/
/*
* ... |
/*
*
* Created on: 14/08/2011
* Author: sergio
*/
#include "stats.h"
#ifndef PROBABILITY_H_
#define PROBABILITY_H_
class Probability {
public:
Probability();
virtual double* getProbability(tp_mapint delay_fd, int **current_delay, int k) = 0;
};
#endif /* PROBABILITY_H_ */
|
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
#pragma once
#ifdef ENABLE_LOGS_PREVIEW
# include <atomic>
# include <mutex>
# include "opentelemetry/common/spin_lock_mutex.h"
# include "opentelemetry/sdk/logs/exporter.h"
# include "opentelemetry/sdk/logs/processor.h"
OPENTELEMETR... |
/*
* File: IAS-LangLib/src/lang/exception/ParseErrorException.h
*
* Copyright (C) 2015, Albert Krzymowski
*
* 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... |
#pragma once
class Model
{
public:
Model(void);
~Model(void);
void Render();
private:
unsigned int vboId,ibo_cube_elements;
};
|
/**
* 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... |
// Copyright (c) 2022 PaddlePaddle 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... |
/**
* Weather APSHTTPClient Library
* Copyright (c) 2009-2014 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.
... |
////////////////////////////////////////////////////////////////////////////////
/// 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... |
//
// TuSDKCPComponent.h
// TuSDK
//
// Created by Clear Hu on 15/1/2.
// Copyright (c) 2015年 tusdk.com. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "TuSDKCPViewController.h"
/**
* 组件回调结果
*
* @param result 处理结果
* @param error 错误信息
* @param controller 最后执行的控制器
*/
typedef vo... |
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2010 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.
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.