text
stringlengths
9
948k
/* * mysqlnd.c * * Created by Bun Wong on 17-9-3. */ #ifdef HAVE_CONFIG_H #include "../../config.h" #endif #ifdef WITH_MYSQLND #include "php.h" #include "php_azalea.h" #include "azalea/namespace.h" #include "azalea/azalea.h" #include "azalea/config.h" #include "azalea/model.h" #include "azalea/object.h" #include...
/* * kernel/power/main.c - PM subsystem core functionality. * * Copyright (c) 2003 Patrick Mochel * Copyright (c) 2003 Open Source Development Lab * * This file is released under the GPLv2 * */ #include <linux/module.h> #include <linux/suspend.h> #include <linux/kobject.h> #include <linux/string.h> #include <...
/* * HMAC_DRBG implementation (NIST SP 800-90) * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * 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 License. * You may obtain a copy ...
// Copyright 2019 Espressif Systems (Shanghai) PTE 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 applic...
/* Copyright (c) 2008 Gordon Gremme <gremme@zbh.uni-hamburg.de> 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 ...
/* * This file is part of the Chelsio T4 PCI-E SR-IOV Virtual Function Ethernet * driver for Linux. * * Copyright (c) 2009-2010 Chelsio Communications, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GN...
#ifndef DECLARATIONS_AST_ATTRIBUTE #define DECLARATIONS_AST_ATTRIBUTE #include <string> #include <vector> #include <rosetollvm/StringSet.h> #include <rose.h> #include <rosetollvm/RootAstAttribute.h> class DeclarationsAstAttribute : public RootAstAttribute { public: DeclarationsAstAttribute(SgClassType *n = NUL...
#ifndef _KMYTH_ENCLAVE_TRUSTED_H_ #define _KMYTH_ENCLAVE_TRUSTED_H_ #ifdef __cplusplus extern "C" { #endif #ifndef _KMYTH_LOCALE_TRUSTED_ #define _KMYTH_LOCALE_TRUSTED_ #endif #include "kmyth_enclave_memory_util.h" #include "sgx_retrieve_key_impl.h" #include "kmyth_enclave_common.h" #include "sgx_urts.h" #includ...
// Copyright (c) 2017 Evan S Weinberg // Transpose free QMR (TFQMR) inverter // Solves lhs = A^(-1) rhs with tfqmr // Makes no assumptions about the matrix. // Based on MATLAB code from // https://www.mathworks.com/matlabcentral/fileexchange/2198-iterative-methods-for-linear-and-nonlinear-equations?focused=6124557&tab...
/******************************************************************************* * * Software License Agreement (BSD License) * * Copyright (c) 2015 Marina Kollmitz * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fol...
/** -------------------------------------------------------------------------------------------------------------------- * <copyright company="Aspose" file="unlock_test.h"> * Copyright (c) 2022 Aspose.Cells for Cloud * </copyright> * <summary> * Permission is hereby granted, free of charge, to any person obtaining...
// Copyright 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_BROWSER_DOM_STORAGE_DOM_STORAGE_TASK_RUNNER_H_ #define CONTENT_BROWSER_DOM_STORAGE_DOM_STORAGE_TASK_RUNNER_H_ #include "base/memory/ref_c...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr_fd.c :+: :+: :+: ...
/* * Copyright (c) 2012 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
#include "f2c-bridge.h" #include "blas_enum.h" void BLAS_dgemm_s_s(enum blas_order_type order, enum blas_trans_type transa, enum blas_trans_type transb, int m, int n, int k, double alpha , const float *a, int lda, const float *b, int ldb, double beta , double *c, int ldc); extern void FC_F...
/* * Copyright (c) 2012, Texas Instruments Incorporated - http://www.ti.com/ * Copyright (c) 2015, Zolertia - http://www.zolertia.com * 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....
/* * 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 Thomson Reuters 2015. All rights reserved. */ #include "rtr/wlBase.h" RsslUInt32 wlStreamAttributesHashSum(void *pKey)...
/***************************************************************************/ /* */ /* ftbbox.c */ /* */ /* Fr...
// SPDX-License-Identifier: GPL-2.0-only /* * Driver for the Atmel Extensible DMA Controller (aka XDMAC on AT91 systems) * * Copyright (C) 2014 Atmel Corporation * * Author: Ludovic Desroches <ludovic.desroches@atmel.com> */ #include <asm/barrier.h> #include <dt-bindings/dma/at91.h> #include <linux/clk.h> #inclu...
/*- * Copyright (c) 2004 Robert N. M. Watson * 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...
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <PassKitCore/PKWebService.h> #import "NSURLSessionTaskDelegate.h" @class NSMutableDictionary, NSObject<OS_dispatch_queue>, NSString, NSURL, PKPaymentDevice, PKPeerPaymentS...
/* * Copyright (c) 1985, 1986 Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% * * @(#)ns_cksum.c 7.6 (Berkeley) 12/16/90 */ #include "sys/param.h" #include "sys/mbuf.h" /* * Checksum routine for Network Systems Protocol Packets (VAX Version). * * This routine is ...
// Netable differences vs. the default firmware for the ErgoDox EZ: // 1. The Cmd key is now on the right side, making Cmd+Space easier. // 2. The media keys work on OSX (But not on Windows). // Wanted to map default layer of my EZ to my existing Kinesis Mapping. // Only default layer was remapped all others layers are...
/* Copyright (c) 2006-2017 by Jakob Schröter <js@camaya.net> This file is part of the gloox library. http://camaya.net/gloox This software is distributed under a license. The full license agreement can be found in the file LICENSE in this distribution. This software may not be copied, modified, sold or distr...
// // 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 <objc/NSObject.h> #import "MCInteractionClientDelegate-Protocol.h" @class MCProfile, NSArray, NSMutableArray, NSMutableDictionary; @inte...
// Geometric Tools, LLC // Copyright (c) 1998-2011 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // // File Version: 5.0.1 (2010/10/01) #ifndef WM5INTRBOX3SPHERE3_H #define WM5INTRBOX3SPHERE3_H #incl...
#include<stdio.h> #include<string.h> #include<stdlib.h> #include <dirent.h> #include"headerfile.h" int countOfTestCases; char s1[100],s2[100],s3[100],s4[100]; /** * Used for show correct test cases */ int correct_testcase; /**judge function read output files describe and compare this two file groups : * 1) ref_output...
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2010-2015 Intel Corporation */ #ifndef _RTE_HASH_H_ #define _RTE_HASH_H_ /** * @file * * RTE Hash Table */ #include <stdint.h> #include <stddef.h> #ifdef __cplusplus extern "C" { #endif /** Maximum size of hash table that can be created. */ #define RTE_...
// // SCSession.h // SCAudioVideoRecorder // // Created by Simon CORSIN on 27/03/14. // Copyright (c) 2014 rFlex. All rights reserved. // #import <Foundation/Foundation.h> #import <AVFoundation/AVFoundation.h> #import "SCRecordSessionSegment.h" #define kRecordSessionDefaultVideoCodec AVVideoCodecH264 #define kRec...
/* Additional preamble ***************************************************** * * This is a modified version of the original source found in h5py * Copyright (C) 2021 Mike L Smith * License: BSD (See /src/LICENSES/LZF.txt for full license) * *****************************************************************************...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2020 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...
/************************************************************************************************** ******* **************************************************************************************************/ /************************************************************** Module Name: key File name: key.h ...
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ #pragma once #include "thrift/compiler/test/fixtures/refs/gen-cpp/module2_types.h" struct module2_constants { };
/**************************************************************************** ** ** Copyright (C) 2016 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtXmlPatterns module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees holding valid ...
#include "all.h" #include "io.h" #include "mem.h" static struct { uchar *ram; RTCdev *rtc; } ioaddr; #define bcd2dec(bcd) (((((bcd)>>4) & 0x0F) * 10) + ((bcd) & 0x0F)) #define dec2bcd(dec) ((((dec)/10)<<4)|((dec)%10)) void toyinit(void) { KMap *k; k = kmappa(NVRAM, PTENOCACHE|PTEIO); ioaddr.ram = (uchar*)k->va...
/** ****************************************************************************** * @file rtl8711b_clk.h * @author * @version V1.0.0 * @date 2016-05-17 * @brief This file provides firmware functions to manage the following * functionalities of clock control: * - NCO32K clock...
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. /** * Thumbnail information for assets that need a scene */ #pragma once #include "Runtime/Engine/Classes/EditorFramework/ThumbnailInfo.h" #include "SceneThumbnailInfo.generated.h" UCLASS(MinimalAPI) class USceneThumbnailInfo : public UThumbnailInfo { ...
/* ISC license. */ #include <sys/stat.h> #include <errno.h> #include <skalibs/allreadwrite.h> #include <skalibs/djbunix.h> int writenclose_unsafe_internal (int fd, char const *s, size_t len, dev_t *dev, ino_t *ino, int dosync) { struct stat st ; if (allwrite(fd, s, len) < len) return 0 ; if ((dev || ino) && (fs...
/* * Host Resources MIB - other device implementation - hr_other.c * */ #include "hr_other.h" #include <net-snmp/net-snmp-config.h> #include "host_res.h" #if HAVE_UNISTD_H #include <unistd.h> #endif void Init_HR_CoProc(void); int Get_Next_HR_CoProc(void); const char* describe_coproc(int); void init_hr_other(v...
// Filename: pgItem.h // Created by: drose (13Mar02) // //////////////////////////////////////////////////////////////////// // // 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 have ...
/**************************************************************************** * * Copyright (c) 2015 PX4 Development Team. 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. Redistri...
#pragma once #include "../base/copyable.h" #include <string> #include <netinet/in.h> namespace irono { /// sockaddr_in的封装 /// 标量类型,值语义 class InetAddress : public copyable { public: /// Constructs an endpoint with given port number. /// Mostly used in TcpServer listening. explicit InetAddress(uint16_t p...
/** * Copyright (c) 2021 Darius Rückert * Licensed under the MIT License. * See LICENSE file for more information. */ #pragma once #include "saiga/vision/util/Optimizer.h" #include "saiga/vision/scene/PoseGraph.h" namespace Saiga { /** * @brief The BABase class * * Base class and interface for all BA implem...
// // OEXDownloadViewController.h // edXVideoLocker // // Created by Rahul Varma on 13/06/14. // Copyright (c) 2014-2016 edX. All rights reserved. // #import <UIKit/UIKit.h> #import "OEXCustomNavigationView.h" NS_ASSUME_NONNULL_BEGIN @interface OEXDownloadViewController : UIViewController <UITableViewDelegate> ...
/* * Copyright 2009 Red Hat Inc. * * 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, d...
#ifndef __LAPACK_WRAPPER_H__ #define __LAPACK_WRAPPER_H__ #include <stdint.h> #include <complex> #include <complex.h> #include <algorithm> #include "Type.hpp" #ifdef UNI_MKL #include <mkl.h> #else extern "C" { // BLAS functions void dgemm_(const char *transa, const char *transb, const int32_t *m...
/* * Copyright (c) 2015-2016, Freescale Semiconductor, Inc. * Copyright 2016 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "usb_host_config.h" #include "usb_host.h" const unsigned char wav_data[] = { 0x84, 0xFF, 0x84, 0xFF, 0x40, 0xFF, 0x40, 0xFF, 0x1F, 0xFF, 0x1F, 0xFF, 0x...
/** @file Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Base.h> #include <Library/BaseLib.h> #include <Library/IoLib.h> #include <Library/PlatformHookLib.h> //--------------------------------------------- // UART Register Offset...
// Copyright (c) 2012-2014 The Bitcoin developers //Copyright (c) 2019 The PIVX developers //Copyright (c) 2020 The emrals developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_LIMITEDMAP_H #define BITCOIN_L...
#include <rexo.h> #include <uuki/base/macros.h> #include <uuki/base/status.h> #include <uuki/base/platform.h> #include <uuki/lang/token.h> #include <stddef.h> #define TEST_TOKEN_SCANNING(expr, expected_id, expected_error_msg) \ do ...
/* * Copyright (C) 2016 The Android Open Source Project * * 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 app...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef WESCOIN_WALLET_FEES_H #define WESCOIN_WALLET_FEES_H #include <amount.h> ...
/****************************************************************************** * Copyright (C) 2008 - Ikaro Games www.ikarogames.com * * * * This program is free software; you can redistribute it and/or * ...
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: sw=4 ts=4 et : * 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/. */ #ifndef mozil...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The WiFicoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef WIFICOIN_SCRIPT_STANDARD_H #define WIFICOIN_SCRIPT_STANDARD_H #include ...
/* * This implements the various checks for CONFIG_HARDENED_USERCOPY*, * which are designed to protect kernel memory from needless exposure * and overwrite under many unintended conditions. This code is based * on PAX_USERCOPY, which is: * * Copyright (C) 2001-2016 PaX Team, Bradley Spengler, Open Source * Secur...
/* ********************************************************************************************************* * uC/TCP-IP * The Embedded TCP/IP Suite * * Copyright 2004-2021 Silicon Laboratories Inc. www.silabs.com * * ...
/**************************************************************************** * Copyright (C) 2021 by NQMCyber Ltd * * * * This file is part of EDGESec. * * ...
// Copyright (c) 2015-2018 LG Electronics, 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...
/* * * Copyright (C) 2015-2018, Open Connections GmbH * All rights reserved. See COPYRIGHT file for details. * * This software and supporting documentation are maintained by * * OFFIS e.V. * R&D Division Health * Escherweg 2 * D-26121 Oldenburg, Germany * * * Module: dcmseg * * Author:...
#ifndef _MACROS_H_ #define _MACROS_H_ #ifndef NDEBUG # define _EZLOG_ASSERT(expr) assert(expr) #else # define _EZLOG_ASSERT(expr) \ while (!(expr)) \ { ...
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2017-2020 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
// Copyright 2019 Yuming Meng. 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 applicabl...
typedef struct { int *values; int front; int size; int length; } MyCircularDeque; /** Initialize your data structure here. Set the size of the deque to be k. */ MyCircularDeque *myCircularDequeCreate(int k) { MyCircularDeque *d = malloc(sizeof(*d)); d->values = malloc(k * sizeof(int)); d->size = k; d->...
#ifndef CPTPRELABEL_H #define CPTPRELABEL_H #include <QObject> #include <QWidget> #include <QLabel> #include <QPaintEvent> #include <QMouseEvent> #include <QPainter> #define RESPONSERANGERECTEDIT 20 class CptPreLabel : public QLabel { Q_OBJECT public: typedef enum{ LeftTop = 0, RightBottom,...
/* * Copyright 2004, 2005, 2006 PathScale, Inc. All Rights Reserved. */ /* Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. 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 S...
// // SDCALayer.h // 06-26CALayers // // Created by sj_imy on 15-6-26. // Copyright (c) 2015年 盛东. All rights reserved. // #import <QuartzCore/QuartzCore.h> #import <UIKit/UIKit.h> @interface SDCALayer : CALayer @property (nonatomic ,copy)NSString *text; - (instancetype)initWithText:(NSString *)string andWithTex...
/* * VS_Profile.h * VectorStorm * * Created by Trevor Powell on 22/07/2017 * Copyright 2017 Trevor Powell. All rights reserved. * */ // This profiling library is based upon VSProfileLib: // // http://www.lighthouse3d.com/very-simple-libs/vspl/ // // It contains several bug fixes (primarily to cope with not...
//========================================================================= // Copyright (C) 2012 The Elastos Open Source Project // // 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 // // ...
struct OggVorbis_File;
/* * (C) Copyright 2001 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * 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 S...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:12:09 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/PineBoardS...
// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em // with input from deepracer_interfaces_pkg:srv/SoftwareUpdateCheckSrv.idl // generated code does not contain a copyright notice #ifndef DEEPRACER_INTERFACES_PKG__SRV__DETAIL__SOFTWARE_UPDATE_CHECK_SRV__ROSIDL_TY...
// helper file to test requirements for ps command #ifdef CS333_P2 #include "types.h" #include "user.h" void forktest(int N) { int n, pid; printf(1, "starting fork test\n"); for(n=0; n<N; n++){ pid = fork(); if(pid < 0) break; if(pid == 0) { sleep(10*TPS); exit(); } } ...
//***************************************************************************** // // mpu_fault.c - MPU example. // // Copyright (c) 2012-2013 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software for use solely and // exclusively on...
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2020 UniPro <ugene@unipro.ru> * http://ugene.net * * 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 * ...
/* RNGs in the mediocre directory are not intended for real world use only for research; as such they may get pretty sloppy in some areas This set is of RNGs that: 1. use multiplication 2. don't use much indirection, flow control, variable shifts, etc 3. have only a few words of state 4. are likely to have easily dete...
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef SHIABIT_WALLET_WALLET_H #define SHIABIT_WALLET_WALLET_H #include "amount...
#ifndef SiStripConfigParser_H #define SiStripConfigParser_H /** \class SiStripConfigParser * * * Class that handles the SiStrip Quality Tests * * \author Suchandra Dutta */ #include "DQMServices/ClientConfig/interface/DQMParserBase.h" #include <vector> #include <fstream> #include <string> #include <map> cl...
/*------------------------------------------------------------------------ * * geqo_pool.c * Genetic Algorithm (GA) pool stuff * * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $PostgreSQL: pgsql/src/backend/opt...
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2019-2020 Baldur Karlsson * Copyright (c) 2014 Crytek * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
/**************************************************************************** * boards/arm/imxrt/imxrt1060-evk/src/imxrt_flexcan.c * * 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 re...
/*========================================================================= Program: Visualization Toolkit Module: vtkJSONImageWriter.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software...
/********************************************************************** Copyright (c) 2016 Advanced Micro Devices, Inc. All rights reserved. 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...
/* Copyright (c) 2013-2017 Mahmoud Fayed <msfclipper@yahoo.com> */ #include "ring.h" /* Keywords */ const char * RING_KEYWORDS[] = {"IF","TO","OR","AND","NOT","FOR","NEW","FUNC", "FROM","NEXT","LOAD","ELSE","SEE","WHILE","OK","CLASS","RETURN","BUT", "END","GIVE","BYE","EXIT","TRY","CATCH","DONE","SWITCH","ON","OTHE...
//-------------------------------------------------------------------------------------------------- // Copyright (c) YugaByte, Inc. // Portions Copyright (c) 2021 Futurewei Cloud // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except // in compliance with the License. Y...
/* * jmemmgr.c * * Copyright (C) 1991-1998, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * * This file contains the JPEG system-independent memory management * routines. This code is usable across a wid...
// // UIColor+NNExtension.h // NNCore // // Created by XMFraker on 2017/11/10. // #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN /* Create UIColor with a hex string. Example: NNColorHex(0xF0F), NNColorHex(66ccff), NNColorHex(#66CCFF88) Valid format: #RGB #RGBA #RRGGBB #RRGGBBAA 0xRGB ... The `#` or "0x" si...
/* Copyright (c) 2013 The WebM 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
/* 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...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "/home/user/openairinterface5g/openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.5.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cmake_targ...
// // BuildingAPatternImage.h // XFCrystalKitExample // // Created by 付星 on 16/8/19. // Copyright © 2016年 yizzuide. All rights reserved. // #import <UIKit/UIKit.h> @interface BuildingAPatternImage : UIView @end
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2016-2019 Baldur Karlsson * * 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...
/* * Copyright (c) 2018-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #pragma once #include <fizz/client/ClientProtocol.h> #include <fizz/client/FizzClientContext.h> #inclu...
/** * Copyright (C) 2013-2015 * * @author jxfengzi@gmail.com * @date 2013-11-19 * * @file IID.h * * @remark * */ #ifndef __IID_H__ #define __IID_H__ #define IID_1_DeviceInformation 1 #define IID_1_1_Manufacturer 1 #def...
/* * WPA Supplicant - command line interface for wpa_supplicant daemon * Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "includes.h" #ifdef CONFIG_CTRL_IFACE #ifdef CONFIG_CTRL_IFACE_UNIX #incl...
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, April 28, 2021 at 9:10:24 PM Mountain Standard Time * Operating System: Version 14.5 (Build 18L204) * Image Source: /System/Library/PrivateFrameworks/ATVLegacyC...
/* * Copyright (C) International Business Machines Corp., 2000-2003 * Portions Copyright (C) Christoph Hellwig, 2001-2002 * * 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; eithe...
/* * Copyright (c) 2017, Arm Limited and affiliates. * 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 License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
// Base16 Edge Light dark - simple terminal color setup // cjayross (https://github.com/cjayross) static const char *colorname[] = { /* Normal colors */ "#fafafa", /* 0: Base 00 - Black */ "#db7070", /* 1: Base 08 - Red */ "#7c9f4b", /* 2: Base 0B - Green */ "#d69822", /* 3: Base 0A - Yellow */ "#658...