text
stringlengths
4
6.14k
// NOTE: This file was generated by the ServiceGenerator. // ---------------------------------------------------------------------------- // API: // Chrome Verified Access API (verifiedaccess/v1) // Description: // API for Verified Access chrome extension to provide credential verification // for chrome devices ...
#include<iostream> #include<conio.h> #include<stdlib.h> #include <windows.h> #include <stdio.h> #include <tchar.h> #include<fstream> using namespace std; #define BUFFERSIZE 81
// Copyright 2015 Project Vogue. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ELANG_VM_OBJECT_FACTORY_H_ #define ELANG_VM_OBJECT_FACTORY_H_ #include <array> #include <unordered_map> #include <string> #include "base/basictypes.h" ...
#include <sys/time.h> #include <getopt.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <bp_util.h> size_t start, stop; // // Time sampling // size_t bp_sample_time(void) { struct timeval tv; gettimeofday(&tv, NULL); return tv.tv_usec + tv.tv_sec * 1000000; } size_t bp_start(void) ...
/* * Copyright 2016 Facebook, 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...
/* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ #ifndef __dj_include_ctype_h_ #define __dj_include_ctype_h_ #ifdef __cplusplus extern "C" { #endif #define _UPPER 0x0001 #define _LOWER 0x0002 #define _DIGIT 0x0004 #define _SPACE 0x0008 /* HT LF VT FF CR SP */ #define _PUNCT 0x0010 #define _CON...
/* * 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...
// // Copyright 2011 Jeff Verkoeyen // // 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...
// // Use this file to import your target's public headers that you would like to expose to Swift. // #import "LYTLayoutFailingTestSnapshotRecorder.h"
// Copyright 2022 The Google Research 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...
/*--------------------------------------------------------------------------- knnclass_mex.c: MEX-file code K-NN classifier. Compile: knnclass_mex.c Synopsis: [tst_labels,dfce] = knnclass_mex(tst_data,trn_data,trn_labels, k) Input:...
/* ozdevguy | C General Libraries Copyright 2016 Bobby Crawford (ozdevguy) 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...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2017 ArangoDB GmbH, Cologne, Germany /// /// 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...
/**************************************************************************** * * Copyright 2020 Samsung Electronics 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...
/*! * Copyright (c) 2017 by Contributors * \file cuda/extern.h * \brief CUDA schedule for extern followed by injective operations */ #ifndef TOPI_CUDA_EXTERN_H_ #define TOPI_CUDA_EXTERN_H_ #include "topi/tags.h" #include "topi/detail/fuse.h" #include "tvm/tvm.h" #include "tvm/build_module.h" namespace topi { using n...
#ifndef FORMAT_H #define FORMAT_H typedef unsigned char byte; typedef unsigned int u8; #define NUM_ELEMS(x) (sizeof(x) / sizeof((x)[0])) #define INT2HEX(i) (i <= 9 : '0' + i ? 'A' - 10 + i) //@input 303130323537 //@output "303130323537" void dec2string(u8 in, byte * out); //@input "303130323537" //@output 30313032...
#ifndef MESSAGE_DECODER_H #define MESSAGE_DECODER_H #include "Message.h" #include "Parameter.h" #include <vector> #include <string> class MessageDecoder{ private: public: MessageDecoder(); ~MessageDecoder(); static std::string encodeIpPort(sockaddr_in raw); static sockaddr_in decodeIpPort(std::strin...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2011 by gauth, 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. */ #ifd...
/* * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * ===================================================================================== * * Filename: EnvelopFinder.h * * Description: Class for generating list of envelops. * * Version: 1.0 * Created: 9/6/2012 4:26:45 PM * Revision: none * Compiler: msvc * * ...
/* Copyright 2017 R. Thomas * Copyright 2017 Quarkslab * * 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 appli...
// Copyright 2022 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
#ifndef COMPLETIONINFO_H #define COMPLETIONINFO_H #include <QMap> #include <QVector> #include <QString> class CompletionInfo; class FunctionCompletionInfo { public: FunctionCompletionInfo(){ name = "<error func>";} FunctionCompletionInfo(QString name, bool isProcNotFunc, ...
/* * Copyright 2011 VMWare, 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 restriction, including * without limitation the rights to use, copy, m...
/* ioctl.c --- wrappers for Windows ioctl function Copyright (C) 2008-2013 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 3 of the License,...
/* * Info/funciones usada por el servidor * * * * * */ //va acumulando la cantidad de procesos que se van abriendo para manejar las conexiones concurrentes int cantidad_de_clientes; //se ejecuta cuando en el cliente corro el comando "bajarservidor" //capturando ctrl+c void bajarServidor(); void bannerDeBienvenid...
#include <stdio.h> #include <unistd.h> #include <pthread.h> extern pthread_rwlock_t rwlock; void print1(size_t count) { int i; for (i = 0; i < count; i++) { fprintf(stderr, "1"); } fprintf(stderr, "\n"); } void *thread1(void *cmd) { while(1) { pthread_rwlock_rdlock(&rwl...
// // NSMutableArray+Extension.h // Pods // // Created by 李晓 on 16/9/18. // // #import <Foundation/Foundation.h> @interface NSMutableArray (Extension) /** * 将数组中元素按照 “,” 分割成字符串 * 支持 string int double 等基础数据类型 * @[1,2,3] * @return @“1,2,3” */ - (NSString *) toStringSeparatedByComma; @end
/** * Appcelerator Titanium - licensed under the Apache Public License 2 * see LICENSE in the root folder for details on the license. * Copyright (c) 2009 Appcelerator, Inc. All Rights Reserved. */ #ifndef _PROCESS_H_ #define _PROCESS_H_ #include <kroll/kroll.h> #include <Poco/Process.h> #include <Poco/Pipe.h> #i...
#warning rom/bigint.h is deprecated, please use esp32/rom/bigint.h instead #include "esp32/rom/bigint.h"
/* * 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 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...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "PKIX1Explicit88" * found in "asn1/rfc3280-PKIX1Explicit88.asn1" * `asn1c -S asn1c/skeletons -pdu=all -pdu=Certificate -fwide-types` */ #ifndef _TeletexPersonalName_H_ #define _TeletexPersonalName_H_ #include <asn_application.h> /*...
/** * entropy_hardware_poll.c * * override the software entropy generation (which only provides a weak entropy source) * with the built in hardware RNG on the discovery board (which provides a much stronger * source of entropy). * * this is heavily based on the example from https://www2.keil.com/iot/32f746gdisco...
/** @file A brief file description @section license License 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 und...
/* vi:set ts=4 sw=4 expandtab: * * Copyright 2016, Chris Leishman (http://github.com/cleishm) * * 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/LI...
/* * 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) 2014 Limit Point Systems, 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 ...
/* * Copyright (c) 2005-2006 Institute for System Programming * Russian Academy of Sciences * 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://w...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/keyspaces/Keyspaces_EXPORTS.h> #include <aws/keyspaces/KeyspacesRequest.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/core/utils/memory/stl/AWSVector.h> ...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/customer-profiles/CustomerProfiles_EXPORTS.h> #include <aws/customer-profiles/model/AppflowIntegrationWorkflowStep.h> #include <utility> namespace Aws { namespace Utils { n...
#include "nit.common.h" #define COLOR_nit__mdoc__MDoc___content 0 extern const char FILE_nit__mdoc[]; #define COLOR_nit__mdoc__MDoc___original_mentity 1 #define COLOR_nit__mdoc__MEntity___mdoc 0 #define COLOR_nit__mdoc__MEntity___deprecation 1 #define COLOR_nit__mdoc__MDeprecationInfo___mdoc 0
/* Editor: http://www.visualmicro.com visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a pr...
// Copyright 2021 gRPC 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 to i...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2011 by GDS, 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. */ #incl...
//****************************************************************************** // Simple and generic functions header -- tools.h // // by: Daniel Commins (danielcommins@atacmd.com) // //****************************************************************************** //---------------------------------[DEFINES]--------...
/** * Author: Claude Abounegm */ #ifndef SHADOW_OBJECT_H #define SHADOW_OBJECT_H #include <standard/String.h> #include <standard/Class.h> #include <standard/ULong.h> #include <standard/MethodTable.h> typedef struct { shadow_ulong_t ref_count; shadow_Class_t* class_ref; shadow_MethodTable_t* methods; } shadow_Ob...
#ifndef FORMLOGIN_H #define FORMLOGIN_H #include <QWidget> namespace Ui { class FormLogin; } class FormLogin : public QWidget { Q_OBJECT public: explicit FormLogin(QWidget *parent = 0); ~FormLogin(); private: Ui::FormLogin *ui; }; #endif // FORMLOGIN_H
/* * Copyright (c) 1999 * Boris Fomitchev * * This material is provided "as is", with absolutely no warranty expressed * or implied. Any use is at your own risk. * * Permission to use or copy this software for any purpose is hereby granted * without fee, provided the above notices are retained on all ...
// // Created by Georges Alkhouri // Copyright (c) 2015 Georges Alkhouri. All rights reserved. // #import <Foundation/Foundation.h> #import "TripleStoreQueryProtocols.h" @interface TripleStoreQueryInteractor : NSObject <TripleStoreQueryInteractorInputProtocol> @property (nonatomic, weak) id <TripleStoreQueryInterac...
// // Entity.h // NYUCodebase // // Created by Marcus Williams on 4/14/15. // Copyright (c) 2015 Ivan Safrin. All rights reserved. // #ifndef NYUCodebase_Entity_h #define NYUCodebase_Entity_h #include <SDL.h> #include <SDL_opengl.h> #include <SDL_image.h> class Entity { public: Entity (float x, float y, flo...
/* * Copyright (c) 2015-2021 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by * The Perl Foundation. * * This source is distributed in the hope that it will be useful, * but WITHOUT...
#include "tag.h" #include "util/buffer.h" #include "util/yml.h" extern nbt_tag *nbt_parse(const unsigned char *data, size_t size); extern nbt_tag *nbt_parse_yml(struct yaml_object *obj); extern bedrock_buffer *nbt_write(nbt_tag *tag); extern void nbt_free(nbt_tag *tag); extern void nbt_clear(nbt_tag *tag); extern nbt...
//***************************************************************************** // // pins.h - Defines the board-level pin connections. // // Copyright (c) 2008-2012 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software for us...
/* Copyright (c) 2013, William Magato 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...
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documen...
#pragma once #include <botan/certstor.h> #include <botan/credentials_manager.h> namespace yael { namespace network { class ClientCredentials : public Botan::Credentials_Manager { public: std::vector<Botan::Certificate_Store*> trusted_certificate_authorities( const std::string& type, cons...
#include<stdarg.h> #include<stdio.h> #include<stdlib.h> #include<stdbool.h> #include<string.h> #include<unistd.h> #include<dlfcn.h> static int (*orig_isatty)(int) = 0; static char* env = NULL; static int env_len = 0; static bool should_fake(int fd){ if(fd != 1 && fd != 2) return false; if(env_len >= 2){ ...
#ifdef ENABLE_QAC_TEST #pragma PRQA_MESSAGES_OFF 0292 #endif /********************************************************************************************************************* * File Name : $Source: r_typedefs.h $ * Mod. Revision : $Revision: 1.6 $ * Mod. Date : $Date: 2014/09/10 11:53:29MESZ $ * De...
#pragma once #include "afxwin.h" class Cmd5dlg : public CDialog { public: Cmd5dlg(CWnd* pParent = NULL); enum { IDD = IDD_MD5_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); virtual void OnOk(); virtual void OnCancel(); private: void ShowLastError(CString FileName); BOOL MD5SUM(CString F...
/*- * Copyright (c) 2006 Verdens Gang AS * Copyright (c) 2006-2010 Linpro 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. Red...
int srv_pid = sfd_spawn("disk0", /* Server instance name */ "/mnt/disk0", /* New server root directory */ "/run", /* UNIX socket directory -> /mnt/disk0/run */ 100, /* Maximum number of concurrent transfers */ 10000)...
/* * Copyright (C) Igor Sysoev * Copyright (C) NGINX, Inc. */ #ifndef _NXT_TYPES_H_INCLUDED_ #define _NXT_TYPES_H_INCLUDED_ /* * off_t is 32 bit on Linux, Solaris and HP-UX by default. * Must be before <sys/types.h>. */ #define _FILE_OFFSET_BITS 64 /* u_char, u_int, int8_t, int32_t, int64_t, size_t, off_t. ...
#ifndef CVSIMPLEVIEWER_H #define CVSIMPLEVIEWER_H #include "simpleimageviewer.h" #include "cvwidgets_config.h" namespace cv { class Mat; } class CV_WIDGET_LIBSHARED_EXPORT CVSimpleViewer : public SimpleImageViewer { Q_OBJECT public: CVSimpleViewer(QWidget *parent = 0); void setCVMat(const cv::Mat &image, bool c...
/* Copyright (c) 2013, Project OSRM, Dennis Luxen, others All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions ...
// // MPLogging.h // HelloMixpanel // // Created by Alex Hofsteede on 7/11/14. // Copyright (c) 2014 Mixpanel. All rights reserved. // #ifndef HelloMixpanel_MPLogging_h #define HelloMixpanel_MPLogging_h static inline void MPLog(NSString *format, ...) { __block va_list arg_list; va_start (arg_list, format)...
/* -------------------------------------------------------------------------- * Name: bsearch.h * Purpose: Searching arrays * ----------------------------------------------------------------------- */ #ifndef APPENGINE_BSEARCH_H #define APPENGINE_BSEARCH_H #include <stddef.h> /* Binary search an array 'nelems'...
// Copyright (c) 2020 The Orbit 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 ORBIT_SSH_SSH_CREDENTIALS_H_ #define ORBIT_SSH_SSH_CREDENTIALS_H_ #include <filesystem> #include <string> #include "OrbitSsh/AddrAndPort.h" na...
/**************************************************************************** * configs/mcu123-lpc214x/src/lpc2148_usbmsc.c * * Copyright (C) 2008-2010 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Configure and register the LPC214x MMC/SD SPI block driver. * * Redistributi...
#ifndef MIST32_IO_H #define MIST32_IO_H /* FIFO remaining */ #define FIFO_USED(start, end, size) ((end + size - start) % size) /* io.c */ void io_init(void); void io_close(void); void *io_addr_get(Memory addr); void io_load(Memory addr); void io_store(Memory addr); #endif /* MIST32_IO_H */
/************************************************************************* * Copyright (c) 2015, Synopsys, Inc. * * All rights reserved. * * * * Redistribution and...
/* * Copyright 2016, Data61, CSIRO (ABN 41 687 119 230) * * SPDX-License-Identifier: BSD-2-Clause */ #include "../../common.h" #include "../../state.h" #include "pagedir.h" #include <sel4utils/mapping.h> /*! @file @brief Static page directory allocator. This procserv module is responsible for allocation ...
// // ViewController.h // notion // // Created by Seppo on 5/22/15. // Copyright (c) 2015 seppo0010. All rights reserved. // #import <UIKit/UIKit.h> @interface ViewController : UIViewController { NSString* _clue; } - (void) viewModeAnimated:(BOOL)animated; - (IBAction)viewMode; - (IBAction)editMode; @proper...
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "sqlite3ext.h" #include "callnumber.h" #include "lccn_patterns.h" SQLITE_EXTENSION_INIT1 static void normalize_callnumber_sqlite( sqlite3_context* ctx, int n_vals, sqlite3_value** vals ){ const char* val = sqlite3_value_text(v...
// Copyright (c) 2014, Jochen Kempfle // 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 foll...
/** * \file modelconv.h * \brief Class to handle parsing and converting 3D model data. * \author Gregory Gluszek. */ #ifndef _MODEL_CONV_ #define _MODEL_CONV_ #include <stdint.h> #include <string> #include <vector> #include <list> #include <unordered_map> #include <math.h> class ModelConv { public: ModelConv(co...
// Copyright 2020 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 COMPONENTS_SYNC_ENGINE_SYNC_STATUS_OBSERVER_H_ #define COMPONENTS_SYNC_ENGINE_SYNC_STATUS_OBSERVER_H_ #include "components/sync/engine/sync_statu...
// Copyright 2014 The Cobalt Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
/*=================================================================== 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...
#define BFD_VERSION_DATE 20050612 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_string@
#ifndef HANDLE_H #define HANDLE_H #include "Object.h" #include "Thread.h" #include "Dictionary.h" #include <string.h> #define REMEMBER_SCOPE_POSITION 0 typedef struct Handle { void *object; struct Handle *prev; struct Handle *next; } Handle; typedef struct HandleScope { struct HandleScope *parent; Object handl...
#ifdef MSDOS #define JDOS 0 /* PS/55 “ú–{ŒêDOS */ #define PCDOS 1 /* PC DOS */ #define DOSVJ 2 /* DOS/V “ú–{ŒêÓ°ÄÞ */ #define DOSVE 3 /* DOS/V ‰pŒ...
// Copyright 2018 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 BASE_FUCHSIA_SCOPED_SERVICE_BINDING_H_ #define BASE_FUCHSIA_SCOPED_SERVICE_BINDING_H_ #include <lib/fidl/cpp/binding_set.h> #include "base/bind....
/************************************************************************** * * Copyright 2010 Pauli Nieminen. * 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 ...
// // WYQEditRealNameAuthViewController.h // Steward // // Created by wangyaqiang on 14-10-3. // Copyright (c) 2014年 bitcar. All rights reserved. // #import "WYQBaseViewController.h" @interface WYQEditRealNameAuthViewController : WYQBaseViewController @property(nonatomic,strong)IBOutlet UIScrollView *editScrollVi...
/* Generated by ./xlat/gen.sh from ./xlat/fcntl64cmds.in; do not edit. */ #if !(defined(F_GETLK64) || (defined(HAVE_DECL_F_GETLK64) && HAVE_DECL_F_GETLK64)) # define F_GETLK64 12 #endif #if !(defined(F_SETLK64) || (defined(HAVE_DECL_F_SETLK64) && HAVE_DECL_F_SETLK64)) # define F_SETLK64 13 #endif #if !(defined(F_SETLKW...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @generated by an internal plugin build system */ #ifdef ABI39_0_0RN_DISABLE_OSS_PLUGIN_HEADER // FB Internal: FBABI39_0_0RCTAn...
#import <Foundation/Foundation.h> @interface CAS : NSURLConnection typedef void (^CASAuthCallbackBlock)(id param); // CAS server info @property (nonatomic, strong) NSString *casServer; @property (nonatomic, strong) NSString *restletPath; // User info @property (nonatomic, strong) NSString *username; @property (nona...
/*- * Copyright (c) 2001 Alexey Zelkin <phantom@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...
#include <stdlib.h> #include <assert.h> #include <stdio.h> #include <netdb.h> #include "dns_message.h" #include "md_array.h" static int largest = 0; int opcode_indexer(const void *vp) { const dns_message *m = vp; int i = (int) m->opcode; if (m->malformed) return -1; if (i > largest) largest = i; ...
/***************************************************************************** * * * OpenNI 1.0 Alpha * * Copyright (C) 2010 PrimeSense Ltd. * ...
/* * Copyright (C) 2011 Apple Inc. All rights reserved. * Copyright (C) 2008 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: * 1. Redistributions of source code must retain the ...
/* * Tally Mark Daemon - An aggregated time-based counter for disparate systems * Copyright (c) 2014, Bindle Binaries * All rights reserved. * * @BINDLE_BINARIES_BSD_LICENSE_START@ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follow...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE758_Undefined_Behavior__double_pointer_alloca_use_16.c Label Definition File: CWE758_Undefined_Behavior.alloc.label.xml Template File: point-flaw-16.tmpl.c */ /* * @description * CWE: 758 Undefined Behavior * Sinks: alloca_use * GoodSink: Initialize then ...
#ifndef INCLUDE_jrv_mj_binary_operation_h__ #define INCLUDE_jrv_mj_binary_operation_h__ #include "ast.h" /** * Represents a binary operation (such as +,-,*,< etc.) node in the AST */ typedef struct { /** The type of the node */ nodetype type; /** The left operand to the operation */ ast *left_operan...
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. =================...
/**************************************************************************** * hn70ap/apps/libhn70ap/tun.c * * Copyright (C) 2018 Sebastien Lorquet. All rights reserved. * Author: Sebastien Lorquet <sebastien@lorquet.fr> * * Redistribution and use in source and binary forms, with or without * modification, ...
#ifndef HTTPU_PARSE_HTTP_RESPONSE_H #define HTTPU_PARSE_HTTP_RESPONSE_H #include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "HTTPU/http_export.h" class HTTPU_Export Parse_HTTP_Response { public: Parse_HTTP_Response (const char *response = 0); ...
#pragma once #ifndef INFOVIEWER_H #define INFOVIEWER_H #include <memory> #include "toonzqt/dvdialog.h" #undef DVAPI #undef DVVAR #ifdef TOONZQT_EXPORTS #define DVAPI DV_EXPORT_API #define DVVAR DV_EXPORT_VAR #else #define DVAPI DV_IMPORT_API #define DVVAR DV_IMPORT_VAR #endif class TLevelP; class TFilePath; class ...
/* Copyright Joyent, Inc. and other Node contributors. 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 restriction, including without limitation the * righ...