text stringlengths 3 1.05M |
|---|
namespace YAF.Lucene.Net.Store
{
/// <summary>
/// <para>A FlushInfo provides information required for a FLUSH context.
/// It is used as part of an <see cref="IOContext"/> in case of FLUSH context.</para>
/// </summary>
public class FlushInfo
{
public int NumDocs { get; private se... |
/*!
* Copyright (c) 2018 by Contributors
* \file c_api_error.h
* \brief Error handling for C API.
*/
#include <string>
#ifndef MXNET_C_API_ERROR_H_
#define MXNET_C_API_ERROR_H_
/*!
* \brief Macros to guard beginning and end section of all functions
* every function starts with API_BEGIN()
* and finishes wit... |
#ifndef PCL_IMPL_INSTANTIATE_H_
#define PCL_IMPL_INSTANTIATE_H_
#ifdef __GNUC__
#pragma GCC system_header
#endif
#include <pcl/pcl_config.h>
//#define PCL_POINT_TYPES (bool)(int)(float)(double)
//#define PCL_TEMPLATES (Type)(Othertype)
//
// PCL_INSTANTIATE: call to instantiate template TEMPLATE for all
// POINT_... |
Shindo.tests('Fog::Compute[:vsphere] | list_hosts request', ['vsphere']) do
compute = Fog::Compute[:vsphere]
tests('The response should') do
response = compute.list_hosts(:datacenter => 'Solutions', :cluster => 'Solutionscluster')
test('be a kind of Array') { response.kind_of? Array }
test('contain Ha... |
from __future__ import unicode_literals
from django.db import models, migrations
from django.conf import settings
class Migration(migrations.Migration):
dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
('conferences', '0010_auto_20150713_2331'),
('proposals', '... |
package com.tectonica.jonix.onix2;
import java.io.Serializable;
import com.tectonica.jonix.JPU;
import com.tectonica.jonix.OnixElement;
import com.tectonica.jonix.codelist.LanguageCodes;
import com.tectonica.jonix.codelist.MeasureTypes;
import com.tectonica.jonix.codelist.RecordSourceTypes;
import com.tectonica.jon... |
package org.immutables.fixture.modifiable.nested;
import org.immutables.fixture.modifiable.Companion;
import org.immutables.value.Value;
@Value.Modifiable
@Value.Style(deepImmutablesDetection = true)
public interface ReferenceDifferentPackage {
Companion companion();
}
|
package scala.meta
package internal
import scala.language.implicitConversions
import org.scalameta.default._
import org.scalameta.unreachable
import org.scalameta.invariants._
import org.scalameta.show._
import scala.collection.mutable
import scala.{Seq => _}
import scala.collection.immutable.Seq
import scala.{meta =>... |
type: tutorial
layout: tutorial
title: "Creating Web Applications with Http Servlets"
description: "This tutorial walks us through the process of creating a simple controller using HttpServlet to display Hello World."
authors: Hadi Hariri
showAuthorInfo: true
date: 2014-08-21
---
Java EE Http servlets can be used from... |
#pragma once
namespace ArduinoJson {
namespace TypeTraits {
// A meta-function that return the type T without the const modifier
template <typename T>
struct ConstRefOrConstPtr {
typedef const T& type;
};
template <typename T>
struct ConstRefOrConstPtr<T*> {
typedef const T* type;
};
template <typ... |
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProp... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
null
#### Original name
null
### Remarks
null |
namespace extensions {
namespace GetSyncCategoriesWithoutPassphrase =
api::preferences_private::GetSyncCategoriesWithoutPassphrase;
PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction::
PreferencesPrivateGetSyncCategoriesWithoutPassphraseFunction() {}
PreferencesPrivateGetSyncCategoriesWithoutPassphrase... |
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true"
tools:context="de.wackernagel.android.... |
namespace doris {
BrokerMgr::BrokerMgr(ExecEnv* exec_env) :
_exec_env(exec_env), _thread_stop(false), _ping_thread(&BrokerMgr::ping_worker, this) {
}
BrokerMgr::~BrokerMgr() {
_thread_stop = true;
_ping_thread.join();
}
void BrokerMgr::init() {
std::stringstream ss;
ss << BackendOptions::get... |
<?php
// Check for empty fields
if(empty($_POST['name']) ||
empty($_POST['email']) ||
empty($_POST['phone']) ||
empty($_POST['message']) ||
!filter_var($_POST['email'],FILTER_VALIDATE_EMAIL))
{
echo "No arguments Provided!";
return false;
}
$name = strip_tags(htmlspecialchars($_P... |
<?php
namespace Symfony\Component\Locale\Exception;
@trigger_error('The '.__NAMESPACE__.'\NotImplementedException class is deprecated since version 2.3 and will be removed in 3.0. Use the Symfony\Component\Intl\Exception\NotImplementedException class instead.', E_USER_DEPRECATED);
use Symfony\Component\Intl\Except... |
import { module, test } from 'qunit';
import { setupRenderingTest } from 'ember-qunit';
import { render } from '@ember/test-helpers';
import hbs from 'htmlbars-inline-precompile';
module('Integration | Component | loading indicator', function (hooks) {
setupRenderingTest(hooks);
test('it renders', async function ... |
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/iteration', __FILE__)
require File.expand_path('../shared/each', __FILE__)
require File.expand_path('../../enumerable/shared/enumeratorized', __FILE__)
describe "Hash... |
module TZInfo
module Definitions
module America
module St_Kitts
include TimezoneDefinition
linked_timezone 'America/St_Kitts', 'America/Port_of_Spain'
end
end
end
end
|
package mql.model.semantic
import mql.StringFormatter.RichFormatter
object Alias {
implicit def entityToAlias[T <: Name](entity: T) = Alias(entity)
implicit def byName: Name => String = entity => entity.name
val extract = new {
def unapply(alias: Alias[_ <: Name]): Option[(_ <: Name, String)] = {
... |
/***************************************************************************\
KneeBoard.cpp
Scott Randolph
September 4, 1998
This class provides the pilots knee board notepad and map.
\***************************************************************************/
#include "stdafx.h"
#include "stdhdr.h"
#... |
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
-->
<configuration>
<!-- These properties exist in HDP 2.3 and higher. -->
<property>
<name>xasecure.audit.is.enabled</name>
<value>true</value>
<description>Is Audit enabled?</description>
<on-a... |
package tests.javax_servlet.Error;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.GenericServlet;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import java.io.IOException;
import java.io.PrintWriter;
public class ServletToHTMLErrorPageTes... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* If (Evaluate Statement).type is "continue" and (Evaluate Statement).target is in the current label set, iteration of labeled "var-loop" breaks
*
* @path ch12/12.6/12.6.3/S12.6.3_... |
/****************************************************************************************
Portions of this file are derived from the following 3GPP standard:
3GPP TS 26.073
ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec
Available from http://www.3gpp.org
(C) 2004, 3GPP Organizational Partners... |
package org.apache.camel.itest.osgi.blueprint;
import java.io.IOException;
import java.security.GeneralSecurityException;
import javax.net.ssl.SSLContext;
import org.apache.camel.util.jsse.SSLContextParameters;
public class JsseUtilTester {
private SSLContext context;
public JsseUtilTester(SSLContextP... |
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "../include/stdio.h" /* May get P_tmpdir. */
#ifdef HAVE_STDLIB_H
#include "../include/stdlib.h"
#endif
#ifdef HAVE_STRING_H
#include "../include/string.h"
#endif
/* !kawai! */
#include "../include/libiberty.h"
/* end of !kawai! */
extern char *choose_tmpdir... |
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
namespace base {
class SingleThreadTaskRunner;
}
namespace media {
class AudioTimestampHelper;
class DecoderBuffer;
class Decryptor;
// Decryptor-based AudioDecoder implementation that can decrypt and decode
// encrypted audio buffers and return decrypted and decompressed audio frames.
// All public APIs and callbac... |
/**
* @license AngularJS v1.3.6
* (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, document, undefined) {'use strict';
/**
* @description
*
* This object provides a utility for producing rich Error messages within
* Angular. It can be called as follows:
*
* var exampleMinEr... |
// this file intentionally contains non-ascii characters
// boostinspect:noascii
#define BOOST_SPIRIT_X3_UNICODE
#include <boost/detail/lightweight_test.hpp>
#include <boost/spirit/home/x3.hpp>
#include <boost/type_traits/is_same.hpp>
#include <iostream>
#include "test.hpp"
int
main()
{
using spirit_test::tes... |
#pragma once
#include <aws/sns/SNS_EXPORTS.h>
#include <aws/sns/SNSRequest.h>
namespace Aws
{
namespace SNS
{
namespace Model
{
/**
*/
class AWS_SNS_API GetSMSSandboxAccountStatusRequest : public SNSRequest
{
public:
GetSMSSandboxAccountStatusRequest();
// Service request name is the Operation ... |
package greycat.memory;
import greycatTest.internal.memory.AbstractBufferTest;
import org.junit.After;
import org.junit.Assert;
public class OffHeapBufferTest extends AbstractBufferTest {
public OffHeapBufferTest() {
super(new OffHeapMemoryFactory());
}
@After
public void tearDown() throws ... |
package com.jetbrains.python.refactoring.unwrap;
import com.intellij.psi.PsiElement;
import com.intellij.util.IncorrectOperationException;
import com.jetbrains.python.PyBundle;
import com.jetbrains.python.psi.*;
/**
* User : ktisha
*/
public class PyForUnwrapper extends PyUnwrapper {
public PyForUnwrapper() {
... |
Bitcoin-qt: Qt4 GUI for Bitcoin
===============================
Build instructions
===================
Debian
-------
First, make sure that the required packages for Qt4 development of your
distribution are installed.
On recent Ubuntu releases, the `libdb4.8++-dev` package is not in the default
repositories. Howeve... |
import { Injectable, Pipe } from '@angular/core';
import { isBlank, isString, isArray, StringWrapper } from '../../src/facade/lang';
import { ListWrapper } from '../../src/facade/collection';
import { InvalidPipeArgumentException } from './invalid_pipe_argument_exception';
export class SlicePipe {
transform(value, ... |
/**
* @private
*/
Ext.define('Ext.device.notification.Simulator', {
extend: 'Ext.device.notification.Abstract',
requires: ['Ext.MessageBox'],
// @private
msg: null,
show: function() {
var config = this.callParent(arguments),
buttons = [],
ln = config.buttons.length,
... |
package com.huawei.esdk.fusionmanager.local.impl.autogen.storage;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for QueryStorageResourceReq complex type.
*
* <p>The following schema fragment specifi... |
static void *threadentry(void*);
void (*x_cgo_inittls)(void **tlsg, void **tlsbase);
static void (*setg_gcc)(void*);
void
x_cgo_init(G *g, void (*setg)(void*), void **tlsbase)
{
pthread_attr_t attr;
size_t size;
setg_gcc = setg;
pthread_attr_init(&attr);
pthread_attr_getstacksize(&attr, &size);
g->stacklo = (u... |
using System;
using System.IdentityModel.Claims;
using System.IdentityModel.Policy;
using System.Xml;
using System.Xml.Serialization;
namespace System.ServiceModel
{
public class DnsEndpointIdentity : EndpointIdentity
{
public DnsEndpointIdentity(string dnsName)
{
if (dnsName == nul... |
/*
*
* 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, software
* distri... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Sh... |
OpenGlDirsProject
|
import alt from '../alt';
class RepositoryServerActions {
constructor () {
this.generateActions(
'reposLoading',
'resultsUpdated',
'recommendedUpdated',
'reposUpdated',
'error'
);
}
}
export default alt.createActions(RepositoryServerActions);
|
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
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 license... |
Most of the time the default Next.js server will be enough but there are times you'll want to run your own server to integrate into an existing application. Next.js provides [a custom server api](https://nextjs.org/docs/advanced-features/custom-server).
Because the Next.js server is a Node.js module you can combine it... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Open Knowledge">
<meta name="description" content="The state of government open data ... |
#include <aws/sagemaker/model/UpdateEndpointRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::SageMaker::Model;
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
UpdateEndpointRequest::UpdateEndpointRequest() :
m_endpointNameHasBeenSet(false),
... |
package com.github.j5ik2o.mydiet.domain.meal
import org.sisioh.dddbase.core.lifecycle.async.AsyncRepository
import org.sisioh.dddbase.core.lifecycle.memory.mutable.async.AbstractAsyncRepositoryOnMemory
trait FoodBrandRepository extends AsyncRepository[FoodBrandId, FoodBrand] {
}
object FoodBrandRepository {
def ... |
class X
class Y extends X
object Ambiguous {
def f(x: X) = 1
def f(ys: Y*) = 2
}
object Test extends App {
println(Ambiguous.f(new X))
println(Ambiguous.f(new Y))
}
|
package org.cocos2dx.plugin;
import java.util.Hashtable;
import java.util.UUID;
import com.nd.commplatform.NdCommplatform;
import com.nd.commplatform.NdErrorCode;
import com.nd.commplatform.NdMiscCallbackListener;
import com.nd.commplatform.entry.NdBuyInfo;
import android.app.Activity;
import android.co... |
node-zopfli
===========
Bindings for [Zopfli](http://en.wikipedia.org/wiki/Zopfli) compressing lib.
Compress gzip files 5% better than gzip.
It is considerably slower than gzip (~100x) so you may want to use it only for static content and cached resources.
[ Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.CodeAnalysis;
using Microsoft.VisualStudio.IntegrationTest.Utilities;
using Microsoft.VisualStudio.IntegrationTest.Utilities.Input;
using Ros... |
/**************************************************************************//**
* @file efm32zg110f4.h
* @brief CMSIS Cortex-M Peripheral Access Layer Header File
* for EFM32ZG110F4
* @version 5.1.2
******************************************************************************
* @section License
* <b>Copy... |
namespace content {
GamepadSharedMemoryReader::GamepadSharedMemoryReader()
: gamepad_hardware_buffer_(NULL),
ever_interacted_with_(false) {
CHECK(RenderThread::Get()->Send(new GamepadHostMsg_StartPolling(
&renderer_shared_memory_handle_)));
// If we don't get a valid handle from the browser, don't ... |
#ifndef NXOGRE_ENUMS_H
#define NXOGRE_ENUMS_H
namespace NxOgre
{
... |
<?php
/**
* @namespace
*/
namespace ZendTest\Translator\Adapter;
use Zend\Translator\Adapter;
use Zend\Translator;
use Zend\Locale;
/**
* Zend_Translator_Adapter_Qt
*/
/**
* @category Zend
* @package Zend_Translator
* @subpackage UnitTests
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc... |
package org.elasticsearch.index.fielddata;
import org.elasticsearch.action.search.SearchPhaseExecutionException;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.xcontent.XContentFactory;
import org.elasticsearch.search.aggregat... |
module SnowNasa
class Marsroverphotos
include SnowNasa
def self.cameras
fhaz = "(FHAZ)= Front Hazard Avoidance Camera- This is onboard Curiosity, Opportunity, and Spirit\n".red
rhaz = "(RHAZ)= Rear Hazard Avoidance Camera- This is onboard Curiosity, Opportunity, and Spirit\n".green
mast = "... |
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copy... |
package it.jaschke.alexandria.services;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.ImageView;
import java.io.InputStream;
/**
* Created by saj on 11/01/15.
*/
public class DownloadImage extends AsyncTask<String,... |
'use strict';throw Error("This entry point is not yet supported outside of experimental channels");
|
//
// SCFilter.h
// CoreImageShop
//
// Created by Simon CORSIN on 16/05/14.
//
//
#import <Foundation/Foundation.h>
#if TARGET_IPHONE_SIMULATOR || TARGET_OS_IPHONE
#import <CoreImage/CoreImage.h>
#else
#import <QuartzCore/QuartzCore.h>
#endif
#import "SCFilterAnimation.h"
@class SCFilter;
@protocol SCFilterDele... |
%--- help for tabular/summary ---
%
% SUMMARY Print summary of a table or a timetable.
% SUMMARY(T) prints a summary of T and the variables that it contains. If
% T is a table, then SUMMARY displays the description from
% T.Properties.Description followed by a summary of the table variables.
% If T is a tim... |
<?php defined('SYSPATH') or die('No direct access allowed.');
class Model_Auth_User_Token extends ORM {
// Relationships
protected $_belongs_to = array('user' => array());
/**
* Handles garbage collection and deleting of expired objects.
*
* @return void
*/
public function __construct($id = NULL)
{
p... |
'use strict';
var $npm = {
utils: require('./utils'),
batch: require('./ext/batch'),
page: require('./ext/page'),
sequence: require('./ext/sequence'),
stream: {
read: require('./ext/stream/read')
}
};
/**
* @module spex
* @summary Specialized Promise Extensions
* @aut... |
using System;
using System.Collections.Generic;
namespace Abp.Auditing
{
public interface IAbpAuditingDefaultOptions
{
/// <summary>
/// A list of selectors to determine conventional Auditing classes.
/// </summary>
List<Func<Type, bool>> ConventionalAuditingSelectors { get; }
... |
package com.intellij.openapi.editor.actions;
import com.intellij.openapi.actionSystem.DataContext;
import com.intellij.openapi.editor.*;
import com.intellij.openapi.editor.actionSystem.EditorAction;
import com.intellij.openapi.editor.actionSystem.EditorActionHandler;
import com.intellij.openapi.editor.ex.EditorEx;
i... |
var buildDistanceInWordsLocale = require('./build_distance_in_words_locale/index.js')
var buildFormatLocale = require('./build_format_locale/index.js')
/**
* @category Locales
* @summary Esperanto locale.
*/
module.exports = {
distanceInWords: buildDistanceInWordsLocale(),
format: buildFormatLocale()
}
|
/*
* Translated default messages for bootstrap-select.
* Locale: UA (Ukrainian; Українська)
* Region: UA (Ukraine)
*/
(function ($) {
$.fn.selectpicker.defaults = {
noneSelectedText: 'Нічого не вибрано',
noneResultsText: 'Збігів не знайдено',
countSelectedText: 'Вибрано {0} із {1}',
maxOptionsText... |
/******************************** MPEG Audio Encoder **************************
Initial author: M. Werner
contents/description: Quantizing & coding
******************************************************************************/
#ifndef _QC_MAIN_H
#define _QC_MAIN_H
#include "aacenc.h"
#include "qc_da... |
package org.apache.camel.component.flatpack;
import net.sf.flatpack.DataSet;
import org.apache.camel.EndpointInject;
import org.apache.camel.component.mock.MockEndpoint;
import org.junit.Test;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.AbstractJUnit4Sp... |
var inst = require("../index").getInstance();
inst.applyConfig({ debug: true, filter: "debug" });
module.exports = inst.use("view-node-map");
|
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Pool... |
// import '@material/web/chips/action.js';
import '../../action/link-action.js';
import {html, TemplateResult} from 'lit';
import {property} from 'lit/decorators.js';
import {classMap} from 'lit/directives/class-map.js';
import {Chip} from './chip.js';
/** @soyCompatible */
export class LinkChip extends Chip {
@p... |
using namespace llvm;
namespace {
class _readobj_error_category : public _do_message {
public:
virtual const char* name() const;
virtual std::string message(int ev) const;
virtual error_condition default_error_condition(int ev) const;
};
} // namespace
const char *_readobj_error_category::name() const {
retur... |
<?php
namespace Yosmanyga\Resource\Util;
class XmlKit
{
/**
* Copied from Symfony\Component\Config\Util\XmlUtils.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Martin Hasoň <martin.hason@gmail.com>
*
* Converts a \DomElement object to a PHP array.
*
* The foll... |
Home of the Jobbr Documentation
===============================
Thank you for your interest in Jobbr, the .NET JobServer!
You can find all the source code of the main repository and extensions over at the GitHub Organisation page: https://github.com/JobbrIO
We created a small set of articles to start with learning ... |
function print_msg {
echo -e "\n${MSG_COLOR}*** $(date): init_test_env.sh: $* ${NOCOLOR}"
}
function run_cmd {
$*
local status=$?
if [ $status -ne 0 ]; then
MSG_COLOR=$RED
print_msg "Command '$*' FAILED with status=$status"
exit $status
fi
return $status
}
function init... |
package net.community.chest.io;
import java.io.File;
import java.lang.reflect.Constructor;
import net.community.chest.reflect.ValueStringConstructor;
import net.community.chest.resources.SystemPropertiesResolver;
public class FileStringInstantiator<F extends File> extends ValueStringConstructor<F> {
public File... |
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Threading
Imports Microsoft.CodeAnalysis.ImplementAbstractClass
Imports Microsoft.CodeAnalysis.Host.Mef
Imports Microsoft.CodeAnalysis.VisualBa... |
<?php
namespace Zotlabs\Module;
class Opensearch extends \Zotlabs\Web\Controller {
function init() {
$tpl = get_markup_template('opensearch.tpl');
header("Content-type: application/opensearchdescription+xml");
$o = replace_macros($tpl, array(
'$baseurl' => z_root(),
'$nodename' => \App::ge... |
typedef CGAL::Gmpq NT;
typedef CGAL::Cartesian< NT > Kernel;
typedef CGAL::Arr_linear_traits_2< Kernel > Traits;
typedef CGAL::Arr_default_dcel< Traits > Dcel;
typedef CGAL::Arrangement_with_history_2< Traits, Dcel > Arrangement;
typedef CGAL::Arr_walk_along_line_point_location< Arrangement > WalkAlongLinePointLocation... |
cask 'version-latest-string' do
version 'latest'
sha256 :no_check
end
|
#include "curl_setup.h"
#if defined(HAVE_GSSAPI) && !defined(CURL_DISABLE_HTTP) && defined(USE_SPNEGO)
#include "urldata.h"
#include "sendf.h"
#include "curl_gssapi.h"
#include "rawstr.h"
#include "curl_base64.h"
#include "http_negotiate.h"
#include "curl_sasl.h"
#include "url.h"
#include "curl_printf.h"
/* The la... |
/**
* @author Sovann
* @date 07/11/2011
* @time 9:28:00 AM
* to help get data to work with JSON data (front End)
*/
/**
* Get data form JSON dara to ItemFileWriteStore
* @param identifier_name
* @param label_name
* @param data
* @returns {JSON data}
*/
function getDatafromJSON(identifier_n... |
/**
* @fileoverview Tests for no-bitwise rule.
* @author Nicholas C. Zakas
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
var rule = require("../../../lib/rules/no-bi... |
FROM balenalib/artik520-debian:stretch-run
ENV NODE_VERSION 14.16.0
ENV YARN_VERSION 1.22.4
RUN buildDeps='curl libatomic1' \
&& set -x \
&& for key in \
6A010C5166006599AA17F08146C2130DFD2497F5 \
; do \
gpg --batch --keyserver pgp.mit.edu --recv-keys "$key" || \
gpg --batch --keyserver keyserver.pgp.com --re... |
package com.gdxjam;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Preferences;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.audio.Sound;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.NinePatch;
import com.badlog... |
<?php
/** Error reporting */
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
date_default_timezone_set('Europe/London');
define('EOL',(PHP_SAPI == 'cli') ? PHP_EOL : '<br />');
date_default_timezone_set('Europe/London');
/**
* PHPExcel
*
* Copyright (C) 2006 - 20... |
package org.apache.harmony.jndi.tests.javax.naming.spi.mock.http;
import java.util.Hashtable;
import javax.naming.Context;
import javax.naming.Name;
import javax.naming.spi.ObjectFactory;
import org.apache.harmony.jndi.tests.javax.naming.spi.mock.MockDirContext;
import org.apache.harmony.jndi.tests.javax.naming.spi... |
using namespace SourceKit;
void IndexingConsumer::anchor() { }
void CodeCompletionConsumer::anchor() { }
void EditorConsumer::anchor() { }
void OptionsDictionary::anchor() {}
void DocInfoConsumer::anchor() { }
void TypeContextInfoConsumer::anchor() { }
void ConformingMethodListConsumer::anchor() { }
void LangSupport::... |
#include "ros/ros.h"
#include "std_msgs/String.h"
#include <sstream>
#include "math.h"
#include <vector>
#include "EventTriggerUtility.h"
#include "PerformTaskConstants.h"
#include "elderly_care_simulation/EventTrigger.h"
using namespace elderly_care_simulation;
#include "EventNode.h"
#include <unistd.h> // sleep
#d... |
svnsearch
=========
##Utility to search a SVN repository that is exposed over http
This simple script will search the files in an HTTP-hosted subversion repository for an arbitrary search string.
The search can be restricted to a comma-delimited set of file extensions and can be set up to start from a specific repo... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Xml.Linq;
using Microsoft.CodeAnalysis.CSharp.CodeStyle;
namespace Microsoft.CodeAnalysis.CodeStyle
{... |