text stringlengths 9 948k |
|---|
//
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Sep 17 2017 16:24:48).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard.
//
#import "FHCellBaseModel.h"
@class NSString;
@interface FHCellNewsBattleItemModelExt : FHCellBaseModel
{
NSString *_cardIcon;
... |
#include <gmock/gmock.h>
#include <list>
#include <string>
#include <vector>
#include "src/metafs/storage/pstore/mss_disk_outofplace.h"
namespace pos
{
class MockMssDiskOutOfPlace : public MssDiskOutOfPlace
{
public:
using MssDiskOutOfPlace::MssDiskOutOfPlace;
};
} // namespace pos |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... |
/**
* Copyright (c) 2022 by Kristoffer Paulsson <kristoffer.paulsson@talenten.se>.
*
* This software is available under the terms of the MIT license. Parts are licensed
* under different terms if stated. The legal terms are attached to the LICENSE file
* and are made available on:
*
* https://opensource.org... |
// Copyright (c) 2012 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 REMOTING_PROTOCOL_CHANNEL_DISPATCHER_BASE_H_
#define REMOTING_PROTOCOL_CHANNEL_DISPATCHER_BASE_H_
#include <string>
#include "base/basictype... |
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Copyright (C) 2018 - 2019, Advanced Micro Devices, Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted prov... |
#ifndef _WIIMOTE_H_
#define _WIIMOTE_H_
#include <ardrone_tool/UI/ardrone_input.h>
#define WIIMOTE_FIND_TIMEOUT 5
extern input_device_t wiimote_device;
C_RESULT open_wiimote(void);
C_RESULT update_wiimote(void);
C_RESULT close_wiimote(void);
#endif // _WIIMOTE_H_ |
#pragma once
#include <pgt/window/gui/events/Inputmanager.h>
#include "Event.h"
namespace pgt {
class MouseButtonDownEvent : public Event {
public:
const int x;
const int y;
const PGT_KEYS button;
public:
MouseButtonDownEvent(int x, int y, PGT_KEYS button)
: ... |
//
// RKManagedObjectRequestOperation.h
// RestKit
//
// Created by Blake Watters on 8/9/12.
// Copyright (c) 2012 RestKit. 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 th... |
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, November 5, 2019 at 2:43:57 AM Mountain Standard Time
* Operating System: Version 13.0 (Build 17J586)
* Image Source: /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias... |
// LightingThread.h
// Interfaces to the cLightingThread class representing the thread that processes requests for lighting
/*
Lighting is done on whole chunks. For each chunk to be lighted, the whole 3x3 chunk area around it is read,
then it is processed, so that the middle chunk area has valid lighting, and the lig... |
/*
Copyright 2015 OpenMarket 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 agreed to in writing, softwar... |
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2003 Underbit Technologies, Inc.
*
* 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 ... |
#pragma once
#include "Scene.h"
#include "SystemPriorities.h"
class Scene;
class ISystem
{
public:
virtual void Init(Scene& scene) = 0;
virtual void Update(Scene& scene) = 0;
virtual int GetPriority()
{
return (int)SystemPriorities::GameSystems;
};
}; |
/*
* Copyright (c) Rohde & Schwarz
*
* 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 ... |
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.24 06/05/06 */
/* */
/* ... |
/*
* Copyright 2009-2017 Alibaba Cloud 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... |
/*
* 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 ... |
//
// AGSCamera.h
// AGSCamera
//
// Created by M2015_001 on 13/06/20.
// Copyright © 2020 Gowtham. All rights reserved.
//
#import <Foundation/Foundation.h>
//! Project version number for AGSCamera.
FOUNDATION_EXPORT double AGSCameraVersionNumber;
//! Project version string for AGSCamera.
FOUNDATION_EXPORT cons... |
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface MSSemVer : NSObject
/**
* Base part of the version.
*/
@property(readonly) NSString *base;
/**
* Pre-release part of the version.
*/
@property(nullable, readonly) NSString *preRelease;
/**
* Metadata part of the version.
*/
@property(nullab... |
/*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkTDArray_DEFINED
#define SkTDArray_DEFINED
#include "SkTypes.h"
template <typename T> class SkTDArray {
public:
SkTDArray() : fArray(nullpt... |
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... |
//
// ScaleImageConfig.h
// ImageBigAndStore
//
// Created by ZM on 2017/4/17.
// Copyright © 2017年 ZM. All rights reserved.
//
#ifndef ScaleImageConfig_h
#define ScaleImageConfig_h
//主屏幕的bounds、宽度、高度
#define zScreenWidth [[UIScreen mainScreen] bounds].size.width
#define zScreenHeight ( [[UIScreen mainScreen] ... |
/*
* Copyright (C) 2006 Aurelien Jacobs <aurel@gnuage.org>
*
* 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 (a... |
/*
* Copyright 1993-2021 NVIDIA Corporation. All rights reserved.
*
* NOTICE TO LICENSEE:
*
* This source code and/or documentation ("Licensed Deliverables") are
* subject to NVIDIA intellectual property rights under U.S. and
* international Copyright laws.
*
* These Licensed Deliverables contained herein is ... |
/*
* This header is generated by classdump-dyld 1.5
* on Wednesday, April 28, 2021 at 9:13:52 PM Mountain Standard Time
* Operating System: Version 14.5 (Build 18L204)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.... |
/**
* @cond doxygen-libsbml-internal
*
* @file ValidCnUnitsValue.h
* @brief Ensures units values are valid.
* @author Sarah Keating
*
* $Id$
* $HeadURL$
*
* <!--------------------------------------------------------------------------
* This file is part of libSBML. Please visit http://sbml.org for mor... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#pragma once
#include <stdint.h>
#include <vector>
#include "flashlight/lib/audio/feature/FeatureParams.h"
namespace fl {
... |
//
// Generated by classdumpios 1.0.1 (64 bit) (iOS port by DreamDevLost)(Debug version compiled Sep 26 2020 13:48:20).
//
// Copyright (C) 1997-2019 Steve Nygard.
//
#import <ProtocolBuffer/PBCodable.h>
#import "NSCopying-Protocol.h"
@class NSString;
@interface WCDProtoComplicationPing : PBCodable <NSCopying>... |
/*
Provide multidimensional arrays as a basic object type in python.
Based on Original Numeric implementation
Copyright (c) 1995, 1996, 1997 Jim Hugunin, hugunin@mit.edu
with contributions from many Numeric Python developers 1995-2004
Heavily modified in 2005 with inspiration from Numarray
by
Travis ... |
#ifndef __ROBOTS
#define __ROBOTS
#define WEAPONS_C 20
#define ROBOTS_C 20
#define WEAPON_NAME 20
#define ROBOT_NAME 50
#define USER_INPUT 50
#define CONSOLESIZE "MODE CON: COLS=100 LINES=50"
#define BORDERCOLOR 071
#define TEXTCOLOR 007
#define ROBOTCOLOR 120
#define HELPCOLOR 014
struct Weapon {
char name[WEAPON_... |
/*
* Copyright 2018- The Pixie 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 ag... |
/*
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
This file is part of Quake III Arena source code.
Quake III Arena source code is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
publish... |
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#ifdef _WIN32
#include <windows.h>
#include "win_proc.h"
#endif
#include <pthread.h>
#include <unistd.h>
#include "adb.h"
#include "input.h"
#include "log.h"
#include "version.h"
#include "scmd.h"
#include "keyboard.h"
#define LOG_HEAD "WINPROC"
#ifdef _WI... |
/* Copyright (c) 2018 Baidu, 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... |
/*
* Copyright 2020-present MongoDB, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
//
// EventInformationController.h
// MAGE
//
// Created by William Newman on 1/29/19.
// Copyright © 2019 National Geospatial Intelligence Agency. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Event+CoreDataProperties.h"
#import <MaterialComponents/MDCContainerScheme.h>
NS_ASSUME_NONNULL_BEGIN
@proto... |
/*
ChibiOS - Copyright (C) 2006..2016 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... |
//
// MetricsService.h
// CovidShield
//
// Created by Clement Janin on 2021-05-03.
//
#import <Foundation/Foundation.h>
#import <React/RCTBridge.h>
typedef NS_ENUM(NSUInteger, MetricType) {
ScheduledCheckStartedToday,
ScheduledCheckSuccessfulToday,
ActiveUser
};
NS_ASSUME_NONNULL_BEGIN
@interface MetricsS... |
// Generated by gencpp from file urg_node/Status.msg
// DO NOT EDIT!
#ifndef URG_NODE_MESSAGE_STATUS_H
#define URG_NODE_MESSAGE_STATUS_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#include <ros/message_operations.... |
/* Copyright 2015 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "byteorder.h"
#include "console.h"
#include "extension.h"
#include "link_defs.h"
#define CPRINTF(format, args...) cprintf(CC_EXTENSION, f... |
#include "Common.h"
#include "hardware.h"
#include "cm_uart.h"
#include <string.h>
void uart1_puts(char *message) {
int size = strlen(message);
int i = 0;
for (i = 0; i < size; i ++) {
uart1Tx(message[i]);
}
}
void uart1Tx(char value) {
while (U1STAbits.UTXBF == 1);
U1TXREG = valu... |
#ifndef GAME_H
#define GAME_H
#include <array>
#include <SDL2/SDL.h>
#include <box2d/box2d.h>
#include "ContactListener.h"
#include "Entity.h"
#include "game_math.h"
class Game {
public:
Game();
~Game() = default;
void render();
void update(Uint32 delta);
void set_player_landed() { player_air... |
// Copyright Nathaniel Christen 2019.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef PHR_COMMAND_RUNTIME_ROUTER__H
#define PHR_COMMAND_RUNTIME_ROUTER__H
#include <QtGlobal>
#... |
//---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2018 Pivotal Software Inc.
//
// @filename:
// CJoinOrderGreedy.h
//
// @doc:
// Cardinality-based join order generation with delayed cross joins
//-----------------------------------------------------... |
/***************************************************************************//**
* @file
* @brief PA power conversion functions provided to the customer as source for
* highest level of customization.
* @details This file contains the curves and logic that convert PA power
* levels to dBm powers.
************... |
#ifndef D3Map_h
#define D3Map_h
#include "DMap.h"
namespace ame{
template <class T,int i0,int i1,int i2>
class D3Map : DMap<T>{
public:
D3Map(){
}
~D3Map(){
}
void vector(int dimention,int pos){
if(dimention == 0){
x0 = pos;
}
if(dimention == 1){
x1 = pos;
}
if(dimention == 2... |
/*
* Copyright (c) 2011, Vicent Marti
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIM... |
// # include "dbg.h"
# define CLI_DBG_Q (DBG_Q)
# define CLI_DBG_D (DBG_D)
# define CLI_DBG_W (DBG_W)
# define CLI_DBG_B (DBG_B)
# define CLI_DBG (DBG)
// # define CLI_MONO (0x01)
# define CLI_MONO (0x00) |
// 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 SimPage_h
#define SimPage_h
#include "platform/heap/Persistent.h"
namespace blink {
class Page;
class SimPage final {
public:
explicit SimP... |
#if !defined (UNICODEHELPER_H)
#define UNICODEHELPER_H
//----------------------------------------------------------
// File defining useful unicode Macro for std::string and WinMain
// More specifically,it defines macro tstring and tostringstream for string
// and tWinMain, this makes it easier to write code tha... |
#include <stdio.h>
#include "minion.h"
extern unsigned int g_hp;
extern unsigned int g_strength;
int main(void)
{
printf("Normal minion:\n");
printf("hp: %u\n", g_hp); /* 100 */
printf("strength: %u\n", g_strength); /* 10 */
/* this does not compile */
/*printf("gold: %u\n", g_gol... |
// RUN: %clang_cc1 -flax-vector-conversions=none -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +avx512vbmi2 -emit-llvm -o - -Wall -Werror | FileCheck %s
#include <immintrin.h>
__m512i test_mm512_mask_compress_epi16(__m512i __S, __mmask32 __U, __m512i __D) {
// CHECK-LABEL: @test_mm512_mask_compress_... |
#ifndef SWAY_GLX11_WINDOWSIZE_H
#define SWAY_GLX11_WINDOWSIZE_H
#include <sway/math/size.h>
#include <sway/namespacemacros.h>
NAMESPACE_BEGIN(sway)
NAMESPACE_BEGIN(glx11)
struct WindowSize {
math::size2i_t normal; /*!< Нормальный размер окна. */
math::size2i_t min; /*!< Минимальный размер окна. */
math::size2i_t ... |
/***************************************************************************//**
* @file
* @brief CMSIS Cortex-M Peripheral Access Layer Header File
* for EFM32JG1B100F256IM32
* @version 5.8.0
*******************************************************************************
* # License
* <b>Copyright 2019 S... |
/**
******************************************************************************
* @file HTS221_Driver.h
* @author HESA Application Team
* @version V1.1
* @date 10-August-2016
* @brief HTS221 driver header file
******************************************************************************
* @attentio... |
#include <std.h>
#include "/d/dagger/marsh/tower/short.h"
inherit TROOM;
int LEVER;
void init() {
::init();
add_action("look_fun","look");
add_action("pull_fun","pull");
add_action("pour_fun","pour");
}
void create() {
::create();
set_property("light",1);
set_property("indoors",1);
set_... |
/*++
Copyright (c) 2006 Microsoft Corporation
Module Name:
ast.h
Abstract:
Expression DAG
Author:
Leonardo de Moura (leonardo) 2006-09-18.
Revision History:
--*/
#ifndef AST_H_
#define AST_H_
#include"vector.h"
#include"hashtable.h"
#include"buffer.h"
#include"symbol.h"
#include"rational.h"
#includ... |
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#include <AK/Concepts.h>
#include <AK/EnumBits.h>
#include <AK/Function.h>
#include <AK/HashMap.h>
#include <AK/IntrusiveList.h>
#include <AK/Optional.h>
#include <AK/OwnPtr.h>
#include <AK... |
//
// Copyright 2017 Asylo 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 agreed t... |
// Copyright (c) 2013 Intel Corporation. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef XWALK_RUNTIME_BROWSER_ANDROID_XWALK_WEB_CONTENTS_DELEGATE_H_
#define XWALK_RUNTIME_BROWSER_ANDROID_XWALK_WEB_CONTENTS_DELEGATE_H_
#include <jni.... |
/*
** mrb_git_clone.h - Git.clone
**
** See Copyright Notice in LICENSE
*/
#ifndef MRB_GIT_CLONE_H
#define MRB_GIT_CLONE_H
void mrb_mruby_git_clone_init(mrb_state *mrb, struct RClass *git);
#endif |
/*
+----------------------------------------------------------------------+
| Copyright (c) The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
| that is bundl... |
/*
* 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 ... |
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* FreeSNT - Free Synchrophasor Network Tools
*
* Copyright (c) The FreeSNT project. All rights reserved.
* BSD V3 License, see COPYRIGHT for details
*
* ~ry
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#... |
/**
* Marlin 3D Printer Firmware
* Copyright (c) 2021 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... |
/*-------------------------------------------------------------------------
*
* catcache.c
* System catalog cache for tuples matching a key.
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
*... |
/******************************************************************************
*
* Module Name: aslerror - Error handling and statistics
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2016, Intel Corp.
* All rights reserved.
*
* Redistribution and us... |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI
*/
@interface CAMFaceIndicatorView : UIImageView
- (void)_commonCAMFaceIndicatorViewInitialization;
- (id)initWithCoder:(id)arg1;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x_1_1_1; double x_1_1_2... |
/******************************************************************************\
Copyright (c) 2005-2018, 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:
1. Redistributions of source c... |
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <queue>
#include <memory>
#include <map>
#include "../../Common/Common.h... |
/*
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology
* Corporation. All rights reserved.
* Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Resea... |
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* 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 opt... |
/**
******************************************************************************
* @file GPIO/GPIO_EXTI/Src/main.c
* @author MCD Application Team
* @brief This example describes how to configure and use GPIOs through
* the STM32L0xx HAL API.
*************************************************... |
#ifdef D1
/*Line 3*/ #define A(x, y, z) (x)
#endif
#ifdef D2
/*Line 7*/ #define A(x, y, z) (y)
#endif
#ifdef A
/*Line 11*/ #undef A
#endif |
/**
* @file Zerocoin.h
*
* @brief Exceptions and constants for Zerocoin
*
* @author Ian Miers, Christina Garman and Matthew Green
* @date June 2013
*
* @copyright Copyright 2013 Ian Miers, Christina Garman and Matthew Green
* @license This project is released under the MIT license.
**/
// Copyr... |
/****************************************************************************
* arch/avr/src/common/up_udelay.c
*
* Copyright (C) 2010 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit... |
//
// Bridging-Header.h
// RubyChina
//
// Created by Jianqiu Xiao on 5/22/15.
// Copyright (c) 2015 Jianqiu Xiao. All rights reserved.
//
#ifndef RubyChina_Bridging_Header_h
#define RubyChina_Bridging_Header_h
#import "GoogleAnalytics/GAI.h"
#import "GoogleAnalytics/GAIFields.h"
#endif |
/*
* TI OMAP4 ISS V4L2 Driver - CSI PHY module
*
* Copyright (C) 2012 Texas Instruments, Inc.
*
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com>
*
* 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 Softwa... |
#pragma once
#include <mmstream.h>
#pragma comment(lib, "winmm.lib")
namespace cflw::多媒体 {
//==============================================================================
//mmsystem.h
//==============================================================================
typedef WAVEFORMATEX t波形格式; //行:782-792
inline DWORD ... |
/*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2012 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obta... |
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#if __has_include(<SDWebImage/SDWebImage.h>)
#import <SDWebImage/SDWebImage.h>
#else
//@im... |
/* stb_image - v2.27 - public domain image loader - http://nothings.org/stb
no warranty implied; use at your own risk
Do this:
#define STB_IMAGE_IMPLEMENTATION
before you include this file in *one* C or C++ file to create the implementation.
// i.e. it should look like... |
//------------------------------------------------------------------------------
/*
This file is part of divvyd: https://github.com/xdv/divvyd
Copyright (c) 2012, 2013 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby grant... |
// Filename: look_at_src.h
// Created by: drose (25Sep99)
//
////////////////////////////////////////////////////////////////////
//
// PANDA 3D SOFTWARE
// Copyright (c) Carnegie Mellon University. All rights reserved.
//
// All use of this software is subject to the terms of the revised BSD
// license. You should ... |
//
// FKTableViewHeaderFooterCommon.h
// Pods
//
// Created by chat on 2018/11/29.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface FKHeaderFooterCommon : UIView
@property (nonatomic, strong, readonly) UITapGestureRecognizer* tapGes;
@end
NS_ASSUME_NONNULL_END |
//
// HttpOperationManager.h
// HealthXilan
//
// Created by adtech on 16/3/11.
// Copyright © 2016年 adtech. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "Factory.h"
//@import AFNetworking;
#import <AFNetworking/AFNetworking.h>
//@class AFHTTPSessionManager;
//请求成功时的回调block
typedef void (^ge... |
//
// KKBSDKCourseExamInfoRequest.h
// KKBSDK
//
// Created by Duane on 2020/4/26.
// Copyright © 2020 KaiKeBa. All rights reserved.
//
#import <KKBSDK/KKBSDK.h>
NS_ASSUME_NONNULL_BEGIN
@interface KKBSDKCourseExamInfoRequest : KKBLearningCenterRequest
- (instancetype)initWithExamId:(uintID)examId contentId:(uin... |
/***************************************************************************
* Software License Agreement (BSD License) *
* Copyright (C) 2014 by Markus Bader <markus.bader@tuwien.ac.at> *
* *
* Redistr... |
#ifndef _UI
#define _UI
#include "gameObject.h"
#include "Animation.h"
#include <list>
#include "ModuleFonts.h"
using namespace std;
class ModuleFonts;
struct SDL_Texture;
class State;
struct Collider;
class UI : public GameObject {
public:
UI();
~UI();
bool Start();
void PreUpdate();
void Update();
void ... |
#pragma once
#include "il2cpp-appdata.h"
namespace hb {
int randomIntInRange(int minInclusive, int maxExclusive) {
return Random_1_RandomRangeInt(minInclusive, maxExclusive, nullptr);
}
} |
/** @file
Copyright 2006 - 2012 Unified EFI, Inc.<BR>
Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of th... |
/*****************************************************************
* Copyright (c) 2005 Tim de Jong *
* *
* All rights reserved. *
* Distributed under the terms of the MIT License. *
*****************************************************************/
#ifndef PR... |
/*
* NET4: Implementation of BSD Unix domain sockets.
*
* Authors: Alan Cox, <alan.cox@linux.org>
*
* 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,... |
/*
CF3
Copyright (c) 2015 ishiura-lab.
Released under the MIT license.
https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md
*/
#include<stdio.h>
#include<stdint.h>
#include<stdlib.h>
#include"test1.h"
int32_t x12 = INT32_MIN;
int32_t x15 = INT32_MAX;
int8_t x20 = INT8_MIN;
int16_t x21 = -3670;
uint8_t x24 = 1U;... |
//
// Copyright (c) 2013, Ford Motor Company
// 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... |
// This file is part of KWIVER, and is distributed under the
// OSI-approved BSD 3-Clause License. See top-level LICENSE file or
// https://github.com/Kitware/kwiver/blob/master/LICENSE for details.
/// \file
/// \brief Interface for video_input
#ifndef VITAL_ALGO_VIDEO_INPUT_H_
#define VITAL_ALGO_VIDEO_INPUT_H_
#in... |
// Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#ifndef XFA_FXFA_LAYOUT_CXFA_TRAVERSESTRATEGY_LAYOUTITEM_H_
#define XFA_FXFA_L... |
/*
#############################################################################################
# Tribes Ascend (1.4.2913.0) SDK
# Generated with TheFeckless UE3 SDK Generator v1.4_Beta-Rev.51
# ========================================================================================= #
# File: Core_f_structs.h
# =====... |
/*
* This header is generated by classdump-dyld 1.0
* on Saturday, June 1, 2019 at 6:51:33 PM Mountain Standard Time
* Operating System: Version 12.1.1 (Build 16C5050a)
* Image Source: /System/Library/PrivateFrameworks/NewsUI.framework/NewsUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limn... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.