text stringlengths 4 6.14k |
|---|
/*
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... |
/*
* Copyright 2013 Giulio Camuffo <giuliocamuffo@gmail.com>
*
* 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 ve... |
// 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 2010, 2011 Tarik Sekmen.
All Rights Reserved.
Written by Tarik Sekmen <tarik@ilixi.org>.
This file is part of ilixi.
ilixi 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 vers... |
/*
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... |
#include "vahttool.h"
#include <stdlib.h>
int vt_convert_PLST_write(struct vt_options* opt, vaht_resource* res, char* path)
{
vaht_plst* plst = vaht_plst_open(res);
if (plst == NULL)
{
vt_error(opt, "PLST resource could not be converted: %04i", vaht_resource_id(res));
return 1;
}
... |
#ifndef V4LTEST_H
#define V4LTEST_H
void F4Ltest();
#endif // V4LTEST_H
|
#ifndef TABBUTTON_H
#define TABBUTTON_H
#include "Button.h"
class TabButton : public Button
{
Q_OBJECT
public:
TabButton(const QString &text, QWidget *pParent = NULL);
protected:
virtual void paintEvent(QPaintEvent *);
protected slots:
virtual void ButtonClicked();
private:
QString m_Text;
};
... |
/// @author Alexander Rykovanov 2013
/// @email rykovanov.as@gmail.com
/// @brief Internal Server wich is used by addons.
/// @license GNU LGPL
///
/// Distributed under the GNU LGPL License
/// (See accompanying file LICENSE or copy at
/// http://www.gnu.org/licenses/lgpl.html)
///
#pragma once
#include <opc/common/... |
/********************************************************************
* Copyright © 2016 Computational Molecular Biology Group, *
* Freie Universität Berlin (GER) *
* *
* This file is part of ReaDDy. ... |
// Created file "Lib\src\Svcguid\iid"
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, b5, ... |
// Created file "Lib\src\sensorsapi\X64\sensorsapi"
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, ... |
#ifndef DEVICEDIALOG_H
#define DEVICEDIALOG_H
#include <QDialog>
#include <QMap>
namespace Ui {
class DeviceDialog;
}
#if defined( VIDEOCAPTURE_SUPPORTED )
#include <videocapture/Capture.h>
#else
namespace ca { typedef int Capture; }
#endif
class DeviceDialog : public QDialog
{
Q_OBJECT
public:
explicit DeviceDi... |
/******************************************************************************
* Copyright (C) 2014 by Ralf Kaestner *
* ralf.kaestner@gmail.com *
* *
... |
/*
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... |
// Created file "Lib\src\Uuid\fwpapi"
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, b5, ... |
/*
* vim:expandtab:shiftwidth=8:tabstop=8:
*/
/**
*
* \file fsal_truncate.c
* \author $Author: leibovic $
* \date $Date: 2005/07/29 09:39:05 $
* \version $Revision: 1.4 $
* \brief Truncate function.
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "fsal.h"
#include "fsal_internal.h"
#i... |
// -*-c++-*-
/***************************************************************************
pcombuilder.h
Interface for building a player command message
-------------------
begin : 16-FEB-2002
copyright : (C) 2... |
#ifndef UTILS_H
#define UTILS_H
#include <vector>
#include <string>
#include "ta-lib-rt/ta_libc.h"
#include "ta-lib-rt/ta_abstract.h"
using namespace std;
inline void check_ret_code(const TA_RetCode& ret)
{
if (ret != TA_SUCCESS)
throw ret;
}
typedef void (*string_callback)(const char* str, void* arg);
... |
//
// C++ Interface: NindLexiconFile
//
// Description: La gestion du lexique en fichier
// Étude et maquette d'un lexique complet ANT2012.JYS.R357 revA
//
// Cette classe donne la correspondance entre un mot et son identifiant
// utilise dans le moteur
//
// Author: jys <jy.sage@orange.fr>, (C) LATECON 2014
//
// Copy... |
/*
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... |
// 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... |
#include <math.h>
typedef struct AHRS{
float _omega_I[3];
float _omega_P[3];
float _omega_yaw_P[3];
float _omega[3];
float _omega_bias[3];
float _omega_I_sum_time;
float _quaternion[4];
float _euler[3];
float cbn11, cbn12, cbn13;
float cbn21, cbn22, cbn23;
float cbn31, cb... |
//HappyEngine Copyright (C) 2011 - 2014 Evil Interactive
//
//This file is part of HappyEngine.
//
// HappyEngine 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 Lice... |
#include "SDL2/SDL.h"
#include "SDL2_image/SDL_image.h"
#include "graphics.h"
#include <stdio.h>
void graphics_init(graphics_t *graphics, int width, int height, int bpp, void *args)
{
SDL_Window *window;
SDL_Init( SDL_INIT_EVERYTHING);
window = SDL_CreateWindow( "SDL Tutorial", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOW... |
/*****************************************************************************
The Dark Mod GPL Source Code
This file is part of the The Dark Mod Source Code, originally based
on the Doom 3 GPL Source Code as published in 2011.
The Dark Mod Source Code is free software: you can redistribute it
... |
// GetFileSystem.h : main header file for the GetFileSystem application
//
#if !defined(AFX_GetFileSystem_H__40AE9467_1071_4D9F_8097_A2254431EB2D__INCLUDED_)
#define AFX_GetFileSystem_H__40AE9467_1071_4D9F_8097_A2254431EB2D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFX... |
/* libhs - public domain
Niels Martignène <niels.martignene@protonmail.com>
https://koromix.dev/libhs
This software is in the public domain. Where that dedication is not
recognized, you are granted a perpetual, irrevocable license to copy,
distribute, and modify this file as you see fit.
See the LIC... |
//
// KeyboardAvoider.h
// Baccarat
//
// Created by Chicago Team on 1/18/15.
// Copyright (c) 2015 AutoBetic. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface KeyboardAvoider : UIViewController <UITextFieldDelegate>
@end
|
/*****************************************************************************
* Product: "Blinky" on MSP-EXP430G2, preemptive QK kernel
* Last Updated for Version: 5.4.0
* Date of the Last Update: 2015-04-04
*
* Q u a n t u m L e a P s
* ---------------------------
* ... |
#pragma once
#ifndef _UTIL_OGRE_
#define _UTIL_OGRE_
namespace util
{
/// <summary> Creates a new material based on the information given, this can then be used by entities. </summary>
/// <param name="materialName"> The name the material should be referenced by. </param>
/// <param name="textureName"> T... |
/*
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, for any
purpose, commercial or non-commercial, and by any means.
In jurisdictions that reco... |
#ifndef SETOFINTS1_H_
#define SETOFINTS1_H_
class SetOfInts1 {
// Conjuntos de enteros representados como vectores no ordenados y con repeticiones
private:
static const int MAXSIZE = 5;
int elems[MAXSIZE];
int size;
bool isFull() const;
void linSearch(int x, int left, int right, bool& found, int& pos) c... |
/*
* cdfa_minimisation_intern.h
*
* Created on: 22 oct. 2017
* Author: juven
*/
#ifndef CDFA_MINIMISATION_INTERN_H_
#define CDFA_MINIMISATION_INTERN_H_
#include "../cdfa_edition_interface.h"
unsigned int **cdfa__new_matrix(const unsigned int height, const unsigned int width);
void cdfa__free_matrix(unsi... |
#ifndef __CHARACTER_H__
#define __CHARACTER_H__
#include <vector>
#include <string>
#include <map>
#include "system.h"
#include "inventory.h"
#include "money.h"
std::string nameList();
typedef enum {
OUTGOINGS,
INCOME,
CHECK
} UseType;
class Character : public Inventory, public Money {
public:
std::string name;... |
//
// Executive.h
// TestProject
//
// Created by Денис Аверин on 2013-10-24
// Copyright (c) 2013 Denis Averin. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "EmployeeBase.h"
@interface Executive : EmployeeBase <NSCoding>
@property (nonatomic, strong) NSString *officeHours;
@property (nonat... |
/*
MIT License
Copyright (c) 2017-2021 Mark E Sowden <hogsy@oldtimes-software.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 ... |
#ifndef _GAINRATIOSPLITCRIT_
#define _GAINRATIOSPLITCRIT_
#include "EntropyBasedSplitCrit.h"
#include <string>
#include <limits>
// Forward class declarations:
class Distribution;
/**
* Class for computing the gain ratio for a given distribution.
*
*/
class GainRatioSplitCrit : public EntropyBasedSp... |
//
// MapViewController.h
// ZTCircleAnnotationView
//
// Created by Zacks Tsang on 13-8-23.
// Copyright (c) 2013年 www.aiysea.com. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "ZTMapView.h"
@interface MapViewController : UIViewController<MKMapViewDelegate>{
ZTMapView *_mapView;
}
@end
|
#pragma once
void InsertionSortTestCases();
void PrintArray(int* pList, int cElements);
void InsertionSort(int* pList, int cElements);
|
#include <stdio.h>
int main()
{
float height;
printf("Qual a altura da pessoa? ");
scanf("%f", &height);
if(height < 1.3f)
{
puts("Essa pessoa é baixíssima.");
}
else if(height < 1.6f)
{
puts("Essa pessoa é baixa.");
}
else if(height < 1.75f)
{
puts(... |
#pragma once
#include "synth.h"
#define PLUCK_ACC_LEN 0x600
#define PLUCK_ACC_FREQ_LIMIT ((float)SAMPLE_RATE / (float)PLUCK_ACC_LEN)
typedef struct {
float acc[PLUCK_ACC_LEN]; // ~28.71 Hz lowest freq
float gain;
float dcOffset;
float variation;
float damping;
float smoothA;
float smoothB... |
/*
* Copyright (c) 2016 Freescale Semiconductor, Inc.
* Copyright (c) 2018 Foundries.io
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <errno.h>
#include <device.h>
#include <pinmux.h>
#include <fsl_common.h>
#include <fsl_clock.h>
struct pinmux_rv32m1_config {
clock_ip_name_t clock_ip_name;
PORT_Type *b... |
/* $NetBSD: resolve_local.c,v 1.1.1.2 2013/01/02 18:59:00 tron Exp $ */
/*++
/* NAME
/* resolve_local 3
/* SUMMARY
/* determine if domain resolves to local mail system
/* SYNOPSIS
/* #include <resolve_local.h>
/*
/* void resolve_local_init()
/*
/* int resolve_local(domain)
/* const char *domain;
/* DESCRIPTION
/* reso... |
/*
* 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... |
/* 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
*
*... |
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2010 by SIM, 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.
*/
#if defined... |
#ifndef _MZ_APPLICATION_H
#define _MZ_APPLICATION_H
#include "mz_common.h"
#include "mz_option_parser.h"
#include "mz_daemon.h"
#ifdef _WIN32
#include "windows.h"
#endif
namespace Meizhi
{
//app slot
typedef struct {
//init
pFunc g_app_pre_init;
pFunc g_app_init;
pFunc g_app_post_init;
... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Threading.ManualResetEvent
struct ManualResetEvent_t924017833;
// System.IO.Stream
struct Stream_t1561764144;
// Mono.Security.Protocol.Tls.Context
struct Context_t658806145... |
/**
* @license Apache-2.0
*
* Copyright (c) 2021 The Stdlib Authors.
*
* 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 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... |
// Copyright 2019 DeepMind Technologies 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable l... |
// Copyright 2010-2014, Google 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:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of condit... |
//============================================================
// <T>¹²Í¨¶¨Òå¡£</T>
//============================================================
#ifndef __MO_FG_PUBLIC_H__
#define __MO_FG_PUBLIC_H__
#ifndef __MO_COMMON_H__
#include <MoCommon.h>
#endif // __MO_COMMON_H__
#ifndef __MO_CORE_H__
#include <MoCore.h>
#en... |
/*
* Copyright 2014 Scott Logic 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 agre... |
// #include <stdio.h>
int f() {
/* local variable definition */
int a = 10;
/* while loop execution */
while( a < 20 ) {
printf("value of a: %d\n", a);
a++;
if( a > 15) {
/* terminate the loop using break statement */
break;
}
}
return a;
}
|
#ifndef __DFG_SOCIALSERVICE__
#define __DFG_SOCIALSERVICE__
#include "service.h"
/** @brief Social service.
*/
class SocialService : public Service, public gameplay::SocialSessionListener
{
friend class ServiceManager;
public:
static const char * getTypeName() { return "SocialService"; }
gameplay::... |
/*
* Copyright (C) 2012 BMW Car IT 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 law or a... |
#pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_t2327671059;
// System.IAsyncResult
struct IAsyncResult_t2754620036;
// System.AsyncCallback
struct AsyncCallback_t13691... |
/*
* \copyright Copyright 2014
* \license @{
* Licensed under the Apache License, Version 2.0 (the "License");
* @}
*/
#ifndef TEMPLATEMETHOD_CAFFEINE_BEVERAGE_H_
#define TEMPLATEMETHOD_CAFFEINE_BEVERAGE_H_
namespace templatemethod {
class CaffeineBeverage {
public:
virtual ~CaffeineBeverage();
void prepare... |
/**
* \file entropy_poll.h
*
* \brief Platform-specific and custom entropy polling functions
*/
/*
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the Licens... |
/* Copyright 2018-2021 Prebid.org, 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 in writing,... |
/*
* 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... |
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the Lic... |
typedef void (TestPrototype) (void);
typedef struct {
int x[30];
} TestClass;
void test1(void)
{
int *x = ((TestClass *) pointcut_ptr())->x;
int i;
for (i = 1; i <= 10; i += 1) {
x[2 * i] = x[2 * i + 1] + 2;
}
}
void test2(void)
{
int *x = ((TestClass *) pointcut_ptr())->x;
int i;
for (i = 1; i <= 10; i ... |
/*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrRenderTargetPriv_DEFINED
#define GrRenderTargetPriv_DEFINED
#include "GrRenderTarget.h"
#include "GrGpu.h"
class GrStencilSettings;
/** Class that adds methods to... |
/*
* 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... |
/*
* Copyright (c) 2016-2017 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @brief Board configuration macros for EM Starter kit board
*
* This header file is used to specify and describe board-level
* aspects for the target.
*/
#ifndef _SOC__H_
#define _SOC__H_
#includ... |
/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/quicksight/QuickSight_EXPORTS.h>
#include <aws/quicksight/model/ThemeAlias.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
template<t... |
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
#include "sw/device/lib/crypto/drivers/otbn.h"
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include "sw/device/lib/base/bitfield.h"
#include "sw/device... |
// Copyright 2016 The Draco Authors.
//
// 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... |
//
// Pack API
//
//
// Copyright (C) 2016 Peter Niekamp
//
#pragma once
#include "api.h"
#include "documentapi.h"
#include <fstream>
#if defined(PACKPLUGIN)
# define PACKPLUGIN_EXPORT Q_DECL_EXPORT
#else
# define PACKPLUGIN_EXPORT Q_DECL_IMPORT
#endif
namespace Studio
{
struct PackerState
{
uint32_t id;
... |
//===--- RefactoringOperationState.h - Serializable operation state -------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
#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.Array
struct Il2CppArray;
// System.Object
struct Il2CppObject;
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Array... |
/* -------------------------------------------------------------------------- */
/* Copyright 2002-2020, OpenNebula Project, OpenNebula Systems */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); you may ... |
#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.Security.Cryptography.X509Certificates.X500DistinguishedName
struct X500DistinguishedName_t2501850825;
// System.Byte[]
struct ByteU... |
/*
* Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
*/
#ifndef __IFMAP_STATE_MACHINE_H__
#define __IFMAP_STATE_MACHINE_H__
#include <boost/asio/deadline_timer.hpp>
#include <boost/statechart/state_machine.hpp>
#include "base/queue_task.h"
namespace sc = boost::statechart;
class IFMapChannel;
clas... |
/*
Copyright 2011-2012 StormMQ 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... |
editCreateWorkout: editorButtons: deleteIcon
Set Variable [ $delete; Value:Right ( Get ( ActiveLayoutObjectName ) ; 2 ) ]
Go to Object [ Object Name: "segment" & $delete ]
If [ Get ( ActiveFieldContents ) = "" ]
Go to Field [ ]
Set Variable [ $delete ]
Refresh Window
Exit Script [ ]
End If
Show Custom Dialog [ Message:... |
#pragma once
#include "cocos2d.h"
|
//
// OOHttpRequestConfig.h
// 链式网络请求
//
// Created by feng on 2017/9/15.
// Copyright © 2017年 皮蛋. All rights reserved.
//
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSInteger, OORequestMethod) {
/** GET */
OORequestMethodGET = 1,
/** POST */
OORequestMethodPOST,
/** UPLOAD */
OOReq... |
//******************************************************************
//
// Copyright 2014 Intel Corporation.
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// ... |
/*!The Treasure Box Library
*
* 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 wr... |
//
// YT_ResponseModel.h
// interview
//
// Created by 于波 on 16/3/31.
// Copyright © 2016年 于波. All rights reserved.
//
#import <Foundation/Foundation.h>
@class YT_DataModel;
@interface YT_ResponseModel : NSObject
YT_Singleton_H(Model)
@property (nonatomic,copy)NSString *code;
@property (nonatomic,copy)NSString *ms... |
// Copyright 2017 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 in w... |
//
// LFPayTipView.h
// LaFeng
//
// Created by 阮明森 on 15/12/8.
// Copyright © 2015年 rms. All rights reserved.
//
#import <UIKit/UIKit.h>
@class LFPayTipView;
@protocol LFPayTipViewDelegate<NSObject>
-(void)LFPayTipView:(UIView *)payTipView closeBtnDidClick:(UIButton *)closeBtn;
@end
@interface LFPayTipView : U... |
//
// PurchaseViewController.h
// FootGame
//
// Created by Owyn Richen on 12/5/12.
//
//
#import <UIKit/UIKit.h>
#import "PromotionCodeManager.h"
#import "InAppPurchaseManager.h"
@protocol PurchaseViewDelegate <NSObject>
@optional
-(BOOL) cancelClicked: (BOOL) buying;
-(BOOL) purchaseFinished: (BOOL) success;
... |
/* src/config.h. Generated from config.h.in by configure. */
/* src/config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if ... |
// Copyright 2014 Technical Machine, Inc. See the COPYRIGHT
// file at the top-level directory of this distribution.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
/... |
//
// DataTransform.h
// cordova-iot-button: esp8266
//
// Copyright © 2017 - Roberto Osses - Chile. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface DataTransform : NSObject
- (NSData *)little_intToByteWithData:(int)i andLength:(int)len;
- (int)little_bytesToInt:(NSData *)bytes;
- (NSData *... |
//===-- sanitizer_thread_registry.h -----------------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... |
#undef DLIB_BROWSER_ABSTRACh_
#ifdef DLIB_BROWSER_ABSTRACh_
namespace dlib
{
// Function which is called when there is data available.
// Return false to stop the download process...
typedef bool (*fnOnDownload)(long already_downloaded, long total_to_download, void * userInfo);
// -----... |
//
// Copyright 2011-2015 Jeff Bush
//
// 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 agr... |
/*
* 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... |
/* for stpcpy on linux; possibly other functions */
// #define _GNU_SOURCE
#define _XOPEN_SOURCE 700
// the prefix SEC_ is an acronym for SektionEins Cryptoki
// #define SEC_DEBUG
#define SEC_LOG "/tmp/ck_log.txt"
#define SEC_MAJOR_VERSION 0
#define SEC_MINOR_VERSION 0
/* ---- */
#ifndef HAVE_UCHAR
typedef unsign... |
/*
* @file SLTCells.h
* Saltr
*
* Copyright Teoken LLC. (c) 2014. All rights reserved.
* Copying or usage of any piece of this source code without written notice from Teoken LLC is a major crime.
* Այս կոդը Թեոկեն ՍՊԸ ընկերության սեփականությունն է:
* Առանց գրավոր թույլտվության այս կոդի պատճենահանումը կամ օգտագոր... |
// Copyright 2021 The Pigweed Authors
//
// 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 agre... |
/*
ESP8266WiFiAP.h - esp8266 Wifi support.
Based on WiFi.h from Arduino WiFi shield library.
Copyright (c) 2011-2014 Arduino. All right reserved.
Modified by Ivan Grokhotkov, December 2014
Reworked by Markus Sattler, December 2015
This library is free software; you can redistribute it and/or
modify it under th... |
/* -*- 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... |
/*
* Copyright (C) 2015 University of Oregon
*
* You may distribute under the terms of either the GNU General Public
* License or the Apache License, as specified in the LICENSE file.
*
* For more information, see the LICENSE file.
*/
/*
*/
#ifndef PARMLIST_H
#define PARMLIST_H
#define PL_INT 1
#define PL_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.