text
stringlengths
9
948k
// summary: Declares the functions class // The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the TCUBESTEPPER_EXPORTS // symbol defined on the command line. This symbol should not be defined on any project // that u...
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributi...
// Copyright (c) 2006-2013, Andrey N. Sabelnikov, www.sabelnikov.net // 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 // not...
#include <ultra64.h> #include "sm64.h" #include "behavior_data.h" #include "model_ids.h" #include "seq_ids.h" #include "segment_symbols.h" #include "level_commands.h" #include "game/level_update.h" #include "levels/scripts.h" #include "actors/common1.h" #include "make_const_nonconst.h" #include "levels/bowser_2/hea...
/*------------------------------------------------------------------------- * * partdesc.h * * Copyright (c) 1996-2018, PostgreSQL Global Development Group * * src/include/utils/partdesc.h * *------------------------------------------------------------------------- */ #ifndef PARTDESC_H #define PARTDESC_H #i...
/*------------------------------------------------------------------------- * * checksum.c * Checksum implementation for data pages. * * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION * src/back...
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2001 Free Software Foundation, 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 * ...
#ifndef Example_Bridging_Header_h #define Example_Bridging_Header_h #import <React/RCTBridgeModule.h> #import <React/RCTEventEmitter.h> #import <React/RCTViewManager.h> #import <React/RCTBundleURLProvider.h> #import <React/RCTRootView.h> #endif
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:52:09 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/CoverSheet.framework/CoverSheet * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by E...
/* * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch_helpers.h> #include <common/bl_common.h> #include <lib/xlat_tables/xlat_tables_v2.h> #include <tegra_def.h> #include <tegra_private.h> /************************************...
/* This algorithm is designed for finding higher order paths among different words from different categories and different texts. Implemented by Tuna Cinsoy, 04.11.2019 */ # include <stdio.h> # include <string.h> # include <locale.h> # include <math.h> struct Node { char word[50]; // Variable which holds the word...
/*++ Copyright (c) Microsoft Corporation Licensed under the MIT license. Module Name: - ColorScheme.hpp Abstract: - A color scheme is a single set of colors to use as the terminal colors. These schemes are named, and can be used to quickly change all the colors of the terminal to another scheme. Author(s): -...
/** * Copyright 2019-2020 Huawei Technologies 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 applicabl...
// // main.c // NO1030 // // Created by wanyakun on 2020/11/17. // #include <stdio.h> #include <stdlib.h> #include "NO1030.h" int main(int argc, const char * argv[]) { // insert code here... int R = 1, C = 2, r0 = 0, c0 = 0; int returnSize; int* returnColumnSizes; int** res = allCellsDistOrder(...
// // IJSFNSArray.h // IJSMapView // // Created by shange on 2017/9/11. // Copyright © 2017年 shange. All rights reserved. // #import <Foundation/Foundation.h> /** 数组处理类 */ @interface IJSFNSArray : NSObject /** 拆分数组 @param array 原始数组 @param subSize 拆分间距 @return 拆分完成的数组 */ + (NSMutableArray *)splitArray:(...
/* * This is sample code generated by rpcgen. * These are only templates and you can use them * as a guideline for developing your own functions. */ #include "calculette.h" void calculette_1(char *host) { CLIENT *clnt; int *result_1; int calculerdouble_1_arg = 1; int *result_2; struct calcul calculerso...
/* * Copyright 2017 Shannon F. Stewman * * See LICENCE for the full copyright terms. */ #include <assert.h> #include <stddef.h> #include <stdlib.h> #include <limits.h> #include <errno.h> #include <adt/alloc.h> #include <adt/set.h> #include <adt/stateset.h> #include <adt/edgeset.h> #include <adt/tupleset.h> #incl...
#ifndef z72cbb58499 #define z72cbb58499 #include "kdrive/knx/Config.h" #include <string> namespace kdrive{namespace knx{struct z91680f515b zba36969226{enum zd6a7f12a7e{ Unknown=(0x80a+1651-0xe7d),None=(0xf9d+1359-0x14ec),Link=(0x11b8+2226-0x1a69), z1340d1c626=(0x66a+6524-0x1fe4),Raw=(0xab0+5919-0x21cb),Transport= (0x75...
#ifndef RENDER_ENGINE_RENDER_SHADER_MODULE_H_ #define RENDER_ENGINE_RENDER_SHADER_MODULE_H_ #include <array> #include <map> #include "vulkan/vulkan.h" #include "render/object_base.h" #include "render/descriptor_set.h" #include "render/descriptor_set_layout.h" namespace render { class ShaderModule : public RenderOb...
/****************************************************************************** * ** Copyright (c) 2016, Intel Corporation ** * ** All rights reserved. ** * ** ...
// Copyright (c) 2018, The Remix Project // // 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 // c...
#import <React/RCTBridgeModule.h> @interface DemoYp : NSObject <RCTBridgeModule> @end
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // //===========================================================================// #ifndef PLAYER_H #define PLAYER_H #ifdef _WIN32 #pragma once #endif #include "basecombatcharacter.h" #include "usercmd.h" #include "playerloca...
/* * See LICENSE file for copyright and license details. */ #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> int main(int argc, char *argv[]) { char *xembed; int tty; pid_t pgrp, tcpgrp; if (argc < 3) { fprintf(stderr, "usage: %s flag cmd ...\n", argv[0]); return 2; }...
/* * Copyright (c) 2021, Arm Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * */ #include "test_database.h" static int g_handler = 0; static uint8_t *ptr; /** * Incase PM injects data abort to lower EL, * Handles the data abort at EL1. */ static bool exception_hand...
// // SupplyConfirmViewController.h // CMClient // // Created by 凯东源 on 17/3/29. // Copyright © 2017年 城马联盟. All rights reserved. // #import <UIKit/UIKit.h> @interface SupplyConfirmViewController : UIViewController @end
/*|----------------------------------------------------------------------------- *| This source code is provided under the Apache 2.0 license -- *| and is provided AS IS with no warranty or guarantee of fit for purpose. -- *| See the project's LICENSE.md for details. --...
/* Copyright (c) 2008-2011, Gabriel Kerneis <kerneis@pps.univ-paris-diderot.fr> Copyright (c) 2004-2005, Juliusz Chroboczek <jch@pps.univ-paris-diderot.fr> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal...
#pragma once #include "Dummy.g.h" namespace WINML_EXPERIMENTALP { struct Dummy : DummyT<Dummy> { Dummy() = default; void Test(); }; } namespace WINML_EXPERIMENTAL::factory_implementation { struct Dummy : DummyT<Dummy, implementation::Dummy> { }; }
//***************************************************************************** // // lm3s2608.h - LM3S2608 Register Definitions // // Copyright (c) 2007-2008 Luminary Micro, Inc. All rights reserved. // // Software License Agreement // // Luminary Micro, Inc. (LMI) is supplying this software for use solely and // e...
/////////////////////////////////////////////////////////////////////////////// // BSD 3-Clause License // // Copyright (c) 2019, Nefelus 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: //...
#pragma once // this is "interface" to scenes // actual implementation is generated with psd slice tool (or from code) #include "render.h" #include "render_text.h" #include "render_9slice.h" typedef font_t (*scene_load_font_t)(const char * name); // TODO temporarely solution typedef struct scene_entity_t scene_enti...
/******************************************************************************* Samsung S3C2440 *******************************************************************************/ #ifndef __S3C2440_H__ #define __S3C2440_H__ /******************************************************************************* MACRO...
#include <math.h> #include <stdio.h> #include <stdlib.h> #include "linear.h" #define group_id_size 281 #define local_size 58 /* OpenCL structures */ static cl_device_id device; static cl_context context; static cl_program program; static cl_command_queue queue; static cl_int err; int cpu_offset; static const char* ...
/* ProDy: A Python Package for Protein Dynamics Analysis * * Copyright (C) 2010-2012 Ahmet Bakan * * 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 3 of the License, or * (...
// // UIView+NTES.h // NIMDemo // // Created by ght on 15-1-31. // Copyright (c) 2015年 Jenaral. All rights reserved. // #import <UIKit/UIKit.h> @interface UIView (NTES) @property (nonatomic) CGFloat left; /** * Shortcut for frame.origin.y * * Sets frame.origin.y = top */ @property (nonatomic) CGFloat top; ...
#ifdef __OBJC__ #import <UIKit/UIKit.h> #else #ifndef FOUNDATION_EXPORT #if defined(__cplusplus) #define FOUNDATION_EXPORT extern "C" #else #define FOUNDATION_EXPORT extern #endif #endif #endif #import "JRBase64Tool.h" #import "UIColor+DH.h" #import "NSDate+JRAdditional.h" #import "NSMutableDictionary+JRAdditional.h" ...
#pragma once #include "TriplerExecuteEventHandler.h" class TriplerPreviewEventHandler : public TriplerExecuteEventHandler { public: TriplerPreviewEventHandler(); ~TriplerPreviewEventHandler(); };
/*!The Treasure Box Library * * 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 ...
// CorePaycoin by Oleg Andreev <oleganza@gmail.com>, WTFPL. #import <Foundation/Foundation.h> // A collection of routines dealing with parsing and writing various protocol messages. @interface XPYProtocolSerialization : NSObject // This implementation of variable-length integer is known as "CompactSize" in Satoshi c...
// // Copyright (c) 2013-2014 The ANGLE Project Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // // ShaderVars.h: // Types to represent GL variables (varyings, uniforms, etc) // #ifndef GLSLANG_SHADERVARS_H_ #define GLSLANG_SHADER...
#pragma once namespace assignment1 { class MyString { public: MyString(const char* s); MyString(const MyString& other); ~MyString(); unsigned int GetLength() const; const char* GetCString() const; void Append(const char* s); MyString operator+(const MyString& other) const; int IndexOf(const char* s...
/* * This header is generated by classdump-dyld 1.0 * on Sunday, June 7, 2020 at 11:17:09 AM Mountain Standard Time * Operating System: Version 13.4.5 (Build 17L562) * Image Source: /System/Library/Frameworks/EventKit.framework/EventKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. *...
/* * ST M48T86 / Dallas DS12887 RTC driver * Copyright (c) 2006 Tower Technologies * * Author: Alessandro Zummo <a.zummo@towertech.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Fou...
/**************************************************************************/ /* */ /* Copyright (c) Microsoft Corporation. All rights reserved. */ /* */ /* Thi...
/*---------------------------------------------------------------------------- * File: ooaofooa_TM_BUILD_class.h * * Class: build (TM_BUILD) * Component: ooaofooa * * your copyright statement can go here (from te_copyright.body) *-------------------------------------------------------------------------...
/*- * Copyright (c) 2014-2018 MongoDB, Inc. * Copyright (c) 2008-2014 WiredTiger, Inc. * All rights reserved. * * See the file LICENSE for redistribution information. */ #include "wt_internal.h" /* * Walking backwards through skip lists. * * The skip list stack is an array of pointers set up by a search. It...
// TODO(benh): consider moving into 'stout-undefined' repository. #pragma once //////////////////////////////////////////////////////////////////////// namespace eventuals { //////////////////////////////////////////////////////////////////////// struct Undefined final {}; template <typename> struct IsUndefined :...
andreas := 0; andreas := andeas + 1; register i := 3+andreas; register i := 3+5; register andreas := 0; for andreas := 0 to 5 do write('test'); write(true * false)
/* Copyright (C) 2014, The University of Texas at Austin This file is part of libflame and is available under the 3-Clause BSD license, which can be found in the LICENSE file at the top-level directory, or at http://opensource.org/licenses/BSD-3-Clause */ #include "FLAME.h" FLA_Error FLA_Trsm_rlc( ...
/* * Copyright (c) 2011 Nicira, Inc. * Copyright (c) 2012 Cisco Systems, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope t...
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by StartWinpache.rc // #define IDD_STARTWINPACHE_DIALOG 102 #define IDR_MAINFRAME 128 #define IDI_ICON2 131 #define IDC_Winpache 1000 #define IDC_WinpachePro 10...
#pragma once #include "Animation.h" #include "../util/ExtendedMath.h" /** * @brief Base class of every animation, based on transformations of textures */ class ObjectAnimation : public Animation { public: /** * Default constructor */ ObjectAnimation(); /** * @brief Constructor settings all variables of a...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:17:47 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/NotesUI...
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2020-2021, The Monero Project. #ifndef SENDWIDGET_H #define SENDWIDGET_H #include <QWidget> #include "appcontext.h" #include "widgets/ccswidget.h" namespace Ui { class SendWidget; } class SendWidget : public QWidget { Q_OBJECT public: explicit SendW...
/* * ======== ti_devices_config.c ======== * Customer Configuration for CC26XX and CC13XX devices. * * DO NOT EDIT - This file is generated by the SysConfig tool. * */ //##################################### // Force VDDR high setting (Higher output power but also higher power consumption) // This is also cal...
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #pragma once #include "datastore.h" #include "entryref.h" #include "unique_store_add_result.h" #include "unique_store_entry.h" #include "i_compactable.h" #include <cassert> #include <string> namespace sea...
/* Copyright 2009-2015 Urban Airship 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the f...
#ifndef ColorDetectorModule_H_ #define ColorDetectorModule_H_ #include "ModuleParent.h" //Function Id #define GRID_SETTING 0x01 #define COLOR_CALCULATION_TYPE 0x02 // for Dominant or average #define COLOR_SCHEME 0x03 // bit size of color #define COLOR_DATA 0x04 //Liter...
#ifndef IUFLIBRARY_IUFRECEIVECHANNELMAPDICTADT_H #define IUFLIBRARY_IUFRECEIVECHANNELMAPDICTADT_H // ADT #include <hashmap.h> #include <iufReceiveChannelMap.h> struct HashableReceiveChannelMap { iurcm_t receiveChannelMap; char key[256]; }; typedef struct HashableReceiveChannelMap HashableReceiveChannelMap; struct...
#define NPY_NO_DEPRECATED_API NPY_API_VERSION #define _MULTIARRAYMODULE #define PY_SSIZE_T_CLEAN #include <Python.h> #include <structmember.h> #include "numpy/arrayobject.h" #include "numpy/arrayscalars.h" #include "numpy/npy_math.h" #include "npy_config.h" #include "npy_ctypes.h" #include "npy_pycompat.h" #includ...
/* File: externs.h */ /* * Copyright (c) 1997 Ben Harrison * * * This work is free software; you can redistribute it and/or modify it * under the terms of either: * * a) the GNU General Public License as published by the Free Software * Foundation, version 2, or * * b) the "Angband licence": * This so...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "NSObject.h" @class HSUserDM, NSError; @protocol HSSyncUserListener <NSObject> - (void)syncStateChangedFrom:(unsigned long long)arg1 to:(unsigned long long)arg2 forUser:(H...
// kandao.c #include <weapon.h> inherit BLADE; void create() { set_name("砍刀", ({ "kan dao", "dao", "blade" })); set_weight(7000); if (clonep()) set_default_object(__FILE__); else { set("unit", "柄"); set("long", "这是一柄很粗笨的砍刀,大概砍柴砍竹笋还凑合。\n"); set("value", 10); set("material", "steel"); set("wield_msg", "...
/* * 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...
#include <stdio.h> float circuloArea(int raio){ float area; area = 3.14 * (raio*raio); return area; } int main(){ int raio; printf("Digite o raio: "); scanf("%d",&raio); printf("A area é: %.2f",circuloArea(raio)); }
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008 Gael Guennebaud <gael.guennebaud@inria.fr> // Copyright (C) 2006-2009 Benoit Jacob <jacob.benoit.1@gmail.com> // Copyright (C) 2010-2013 Hauke Heibel <hauke.heibel@gmail.com> // // This Source Code Form is ...
#include <iostream> using namespace std; struct ListNode { int val; struct ListNode *next; ListNode(int x) : val(x), next(NULL) { } };
/* * Backlight driver for Maxim MAX8925 * * Copyright (C) 2009 Marvell International Ltd. * Haojian Zhuang <haojian.zhuang@marvell.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Softwa...
/* SIP extension for IP connection tracking. * * (C) 2005 by Christian Hentschel <chentschel@arnet.com.ar> * based on RR's ip_conntrack_ftp.c and other modules. * (C) 2007 United Security Providers * (C) 2007, 2008 Patrick McHardy <kaber@trash.net> * * This program is free software; you can redistribute it and/o...
// // NSObject+WQExtension.h // TestAddtions // // Created by 吴强 on 2017/4/27. // Copyright © 2017年 ChongqingWirelessOasisCommunicationTechnology. All rights reserved. // #import <Foundation/Foundation.h> @interface NSObject (WQExtension) #pragma mark - Runtime /** 使用字典数组创建当前类对象的数组 @param array 字典数组 @retur...
/** shadowvpn.h Copyright (C) 2015 clowwindy 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 3 of the License, or (at your option) any later version. This program is di...
/* Copyright 2017-2019 Siemens AG 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, merge, publish, distribute, sub...
/* * Copyright (C) 2006, 2007, 2008, 2009 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, thi...
/* Created by King on 2021 Copyright © 2021年 King. All rights reserved. */ #import <UIKit/UIKit.h> #import "WYJBaseView.h" NS_ASSUME_NONNULL_BEGIN @interface WYJNavigationView : WYJBaseView /// 左侧钮 /// @param size 大小 /// @param image 图片 /// @param title 文本 - (void)setLeftItemWithSize:(CGSize *)size image:(UIImag...
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin developers // Copyright (c) 2015-2020 The PIVX developers // Copyright (c) 2021 The INFAQCOIN developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-li...
#pragma once #include "Common.h" namespace SparCraft { class PlayerProperties { enum { NUM_UPGRADES = 63, NUM_TECHS = 47 }; int upgradeLevel[NUM_UPGRADES]; bool hasResearched[NUM_TECHS]; static PlayerProperties props[2]; public: PlayerProperties(); PlayerProperties(const BWAPI::P...
/* Copyright 2013-2015. The Regents of the University of California. * Copyright 2015-2018. Martin Uecker. * Copyright 2017. University of Oxford. * Copyright 2017-2018. Damien Nguyen * All rights reserved. Use of this source code is governed by * a BSD-style license which can be found in the LICENSE file. * * A...
/* * (C) Copyright 2004 Texas Insturments * * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Marius Groeger <mgroeger@sysgo.de> * * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * * See file CREDITS for list of people who contributed to this * projec...
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞══════════════════════════════════════════════════════════════════════════════╡ │ Copyright 2020 Justine Alexandra Roberts Tunney ...
// // ApplicationCell.h // XQDoctors // // Created by 潘金强 on 16/6/28. // Copyright © 2016年 li. All rights reserved. // #import <UIKit/UIKit.h> #import "ApplicationModel.h" @interface ApplicationCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *check; @property (nonatomic,strong)ApplicationModel ...
// Copyright NVIDIA Corporation 2007 -- Ignacio Castano <icastano@nvidia.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 r...
#ifndef _MDOLPHIN_PROPSHEET_H #define _MDOLPHIN_PROPSHEET_H HWND my_create_new_window(const char* url, DWORD styles, int x, int y, int width, int height); void my_close_tab_window(HWND hWnd); HWND get_current_mdolphin_hwnd(void); void view_page_in_source_mode(HWND hWnd); #endif
// Copyright (c) 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_RENDERER_GPU_INPUT_HANDLER_WRAPPER_H_ #define CONTENT_RENDERER_GPU_INPUT_HANDLER_WRAPPER_H_ #include "base/memory/scoped_ptr.h" #incl...
// SPDX-License-Identifier: GPL-2.0 #include <dirent.h> #include <errno.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <linux/capability.h> #include <linux/kernel.h> #include <linux/mman.h> #include <linux/string.h> #include <linux/time64.h> #include <sys/types.h> #include <sys/stat.h> #include ...
/* * Mach Operating System * Copyright (c) 1993-1988 Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * ...
../../../../.symlinks/plugins/flutter_image_compress/ios/Classes/SYPictureMetadata/SYMetadataDNG.h
/*- * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org> * 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 * noti...
// // UIView+CJShake.h // CJUIKitDemo // // Created by ciyouzen on 2017/5/11. // Copyright © 2017年 dvlproad. All rights reserved. // #import <UIKit/UIKit.h> typedef NS_ENUM(NSUInteger, CJShakeType) { CJShakeTypeNever = 0, /** 从来不需要抖动(默认值) */ CJShakeTypeMoving, /** 抖动中 */ CJShakeTypeEnd, ...
/* * 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 (c) 2009-2016 BlueQuartz Software, LLC * * 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...
/** * openapi-ipify * OpenAPI client for ipify, a simple public IP address API * * OpenAPI spec version: 0.9.0 * Contact: blah@cliffano.com * * NOTE: This class is auto generated by OpenAPI-Generator 3.2.1-SNAPSHOT. * https://openapi-generator.tech * Do not edit the class manually. */ /* * DefaultApi.h * ...
/*- * Copyright (c) 2008-2015 Varnish Software AS * All rights reserved. * * Author: Poul-Henning Kamp <phk@phk.freebsd.dk> * * 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 ...
// // Created by moqi on 2018/11/8. // #ifndef CICADA_PLAYER_VIDEODECODERFACTORY_H #define CICADA_PLAYER_VIDEODECODERFACTORY_H #include <deque> #include "IDecoder.h" namespace Cicada{ typedef struct IVideoDecoderFactory_t { bool (*isSupport)(enum AFCodecID codec); IDecoder *(*create)(enum AFCod...
/*============================================================================= Copyright (c) 2013, Naoto Uegaki 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 re...
/* * $Id: node_texture_valToRgb.c 39944 2011-09-05 22:04:30Z gsrb3d $ * * ***** BEGIN GPL LICENSE BLOCK ***** * * 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 ...
/* See LICENSE file for copyright and license details. */ /* appearance */ static const unsigned int snap = 32; /* snap pixel */ static const double inactiveopacity = 0.80; static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; static const ...
// 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 CHROME_BROWSER_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGESTIONS_INTERNALS_UI_HANDLER_H_ #define CHROME_BROWSER_UI_WEBUI_SUGGESTIONS_INTERNALS_SUGGES...
/** @file Copyright 2006 - 2012 Unified EFI, Inc.<BR> Copyright (c) 2010 - 2018, 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...