text stringlengths 3 1.05M |
|---|
package impl
import (
"fmt"
"math"
"math/bits"
"reflect"
"unicode/utf8"
"google.golang.org/protobuf/encoding/protowire"
"google.golang.org/protobuf/internal/encoding/messageset"
"google.golang.org/protobuf/internal/flags"
"google.golang.org/protobuf/internal/genid"
"google.golang.org/protobuf/internal/strs"... |
#ifndef SVGLangSpace_h
#define SVGLangSpace_h
#if ENABLE(SVG)
#include <wtf/text/AtomicString.h>
namespace WebCore {
class Attribute;
class QualifiedName;
class SVGLangSpace {
public:
const AtomicString& xmllang() const { return m_lang; }
void setXmllang(const AtomicString& xmlLang);
const AtomicStri... |
#include "chilkatDefs.h"
#include "CkString.h"
#include "CkClassWithCallbacksW.h"
class CkByteData;
class CkTaskW;
class CkDateTimeW;
class CkBinDataW;
class CkStringBuilderW;
class CkStreamW;
class CkBaseProgressW;
#if !defined(__sun__) && !defined(__sun)
#pragma pack (push, 8)
#endif
// CLASS: CkZipEntryW
c... |
#include <config.h>
#include "poppler.h"
GQuark poppler_error_quark (void)
{
static GQuark q = 0;
if (q == 0)
q = g_quark_from_static_string ("poppler-quark");
return q;
}
/**
* poppler_get_backend:
*
* Returns the backend compiled into the poppler library.
*
* Return value: The backend used by p... |
CKEDITOR.plugins.setLang( 'contextmenu', 'bs', {
options: 'Context Menu Options' // MISSING
} );
|
<?php
namespace Propel\Tests\Issues;
use Propel\Generator\Util\QuickBuilder;
use Propel\Tests\TestCaseFixtures;
/**
* This test makes sure that DateTime as Primary Key can be inserted without a failure. It also covers that
* the toArray() method of the ObjectCollection returns a valid array when a Date(time) objec... |
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<TextView
android:id="@+id/dismiss_overlay_explain"
android:layout_gravity="center"
android:layout_height="wrap_content"
android:layout_marginBottom="32dp"
android:layout_marginLeft="16dp"
android:layo... |
require File.expand_path(File.join(
File.dirname(__FILE__), "..", "..", "..", "spec_helper"))
module Oauth2Provider
describe "oauth2_provider/user_tokens/index.html.erb" do
before :each do
@oauth_engine = double("oauth engine")
allow(view).to receive(:oauth_engine).and_return(@oauth_engine)
end... |
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
>
<stroke
android:width="2dp"
android:color="@color/gray"/>
<corners android:radius="10dp"/>
</shape> |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0) on Sun Jul 19 11:36:55 PDT 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml.jac... |
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/../..
source "${KUBE_ROOT}/cluster/gce/config-common.sh"
GCLOUD=gcloud
ZONE=${KUBE_GCE_ZONE:-us-central1-b}
RELEASE_REGION_FALLBACK=${RELEASE_REGION_FALLBACK:-false}
REGIONAL_KUBE_ADDONS=${REGIONAL_KUBE_ADDONS:-true}
NODE_SIZE=${NODE_SIZE:-n1-standard-2}
NUM_NODES=${NUM_NODES:-3}
... |
package com.hp.autonomy.searchcomponents.idol.answer.system;
import com.autonomy.aci.client.services.AciService;
import com.autonomy.aci.client.services.Processor;
import com.autonomy.aci.client.transport.AciServerDetails;
import com.hp.autonomy.types.idol.marshalling.ProcessorFactory;
import com.hp.autonomy.types.i... |
package com.intellij.openapi.compiler;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.pom.Navigatable;
import org.jetbrains.annotations.Nullable;
/**
* Describes a single compiler message that is shown in compiler message view.
*
* @see CompileContext#addMessage(CompilerMessageCategory, String, ... |
var path = require('path'),
fs = require('fs'),
sys = require('util');
var less = require('../lib/less');
var stylize = require('../lib/less/lessc_helper').stylize;
var globals = Object.keys(global);
var oneTestOnly = process.argv[2];
var totalTests = 0,
failedTests = 0,
passedTests = 0;
less.tree.... |
require File.expand_path("../../../spec_helper", __FILE__)
module Selenium
module WebDriver
module DriverExtensions
describe HasNetworkConnection do
class FakeDriver
include HasNetworkConnection
end
let(:driver) { FakeDriver.new }
describe "#network_connection" d... |
<?xml version="1.0"?>
<!--
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<properties>
</properties>
<modelVersion>4.0.0</modelVersion>
<groupId>or... |
package cmd
import (
"fmt"
"io"
"strings"
"encoding/json"
"github.com/golang/glog"
"github.com/spf13/cobra"
"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
utilerrors "k8s.io/apimachinery/pkg/util/errors"
... |
package org.apache.ignite.internal.processors.hadoop.state;
import java.util.HashMap;
import java.util.Map;
import org.apache.ignite.internal.processors.hadoop.HadoopSharedMap;
/**
* Sharead state for HadoopMapReduceEmbeddedSelfTest.
*/
public class HadoopMapReduceEmbeddedSelfTestState {
/** */
public sta... |
package org.apache.isis.core.tck.fixture.scalars;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.sql.Timestamp;
import java.util.Date;
import javax.inject.Inject;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import org.apache.isis.applib.fixtures.A... |
var program:commander.IExportedCommand = require('commander');
declare module commander {
interface IExportedCommand {
peppers:boolean;
pineapple:boolean;
bbq:boolean;
cheese:string;
}
}
program
.version('0.0.1')
.option('-p, --peppers', 'Add peppers')
.option('-P, ... |
Twig Extensions Repository
==========================
This repository hosts Twig Extensions that do not belong to the core but can
be nonetheless interesting to share with other developers.
Fork this repository, add your extension, and request a pull.
|
#ifndef HTMLBRElement_h
#define HTMLBRElement_h
#include "HTMLElement.h"
namespace WebCore {
class HTMLBRElement FINAL : public HTMLElement {
public:
static PassRefPtr<HTMLBRElement> create(Document*);
static PassRefPtr<HTMLBRElement> create(const QualifiedName&, Document*);
virtual bool canContainRan... |
namespace policy {
namespace {
const char kCacheKey[] = "data";
} // namespace
UserCloudExternalDataManager::UserCloudExternalDataManager(
const GetChromePolicyDetailsCallback& get_policy_details,
scoped_refptr<base::SequencedTaskRunner> backend_task_runner,
scoped_refptr<base::SequencedTaskRunner> io_... |
ACCEPTED
#### According to
International Plant Names Index
#### Published in
null
#### Original name
null
### Remarks
null |
<?php
namespace ZendTest\Db\Sql\Ddl\Column;
use Zend\Db\Sql\Ddl\Column\Integer;
class IntegerTest extends \PHPUnit_Framework_TestCase
{
/**
* @covers Zend\Db\Sql\Ddl\Column\Integer::__construct
*/
public function testObjectConstruction()
{
$integer = new Integer('foo');
$this->... |
// Package policybased implements a standard storage for ClusterRoleBinding that prevents privilege escalation.
package policybased
import (
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apiserver/pkg/authorization/authorizer"
generi... |
package org.apache.flink.streaming.tests;
import org.apache.flink.connector.testframe.junit.annotations.TestContext;
import org.apache.flink.tests.util.TestUtils;
import org.apache.flink.util.DockerImageVersions;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Arrays;
/** End to end test... |
<?php
/**
* @package dompdf
* @link http://dompdf.github.com/
* @author Benj Carson <benjcarson@digitaljunkies.ca>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
/**
* Create canvas instances
*
* The canvas factory creates canvas instances based on the
* availabili... |
@interface ViewController () <UITableViewDataSource>
@end
@implementation ViewController {
//定义数据源数组
NSArray *_appList;
}
- (void)viewDidLoad {
[super viewDidLoad];
[self loadJsonData];
}
#pragma mark - TableView的数据源方法
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsI... |
// +k8s:conversion-gen=k8s.io/apiserver/pkg/apis/config
// +k8s:deepcopy-gen=package
// +k8s:defaulter-gen=TypeMeta
// +groupName=apiserver.config.k8s.io
// Package v1 is the v1 version of the API.
package v1
|
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text" xml:lang="en">Chris Turner</title>
<link type="application/atom+xml" rel="self" href="http://username.github.io//atom.xml"/>
<link href="http://username.github.io//"/>
<id>http://username.github.io//</... |
/* this file has been autogenerated by vtkNodeJsWrap */
/* editing this might proof futile */
#ifndef NATIVE_EXTENSION_VTK_VTKOBSERVERMEDIATORWRAP_H
#define NATIVE_EXTENSION_VTK_VTKOBSERVERMEDIATORWRAP_H
#include <nan.h>
#include <vtkSmartPointer.h>
#include <vtkObserverMediator.h>
#include "vtkObjectWrap.h"
#inclu... |
/* ===================================================================
* Infinity - Main JS
*
* ------------------------------------------------------------------- */
(function($) {
"use strict";
var cfg = {
defAnimation : "fadeInUp", // default css animation
scrollDuration : 800, ... |
namespace chrome {
void RegisterBrowserPrefs(PrefRegistrySimple* registry) {
registry->RegisterIntegerPref(prefs::kOptionsWindowLastTabIndex, 0);
registry->RegisterBooleanPref(prefs::kAllowFileSelectionDialogs, true);
registry->RegisterIntegerPref(prefs::kShowFirstRunBubbleOption,
fi... |
try:
# check the system path first
from unittest2 import *
except ImportError:
if sys.version_info >= (2,7):
# unittest2 features are native in Python 2.7
from unittest import *
else:
# otherwise use our bundled version
from datetime import tzinfo
|
"format register";
System.register("angular2/src/upgrade/metadata", ["angular2/core"], true, function(require, exports, module) {
var global = System.global,
__define = global.define;
global.define = undefined;
var core_1 = require("angular2/core");
var COMPONENT_SELECTOR = /^[\w|-]*$/;
var SKEWER_CASE ... |
package hudson.scm;
import java.io.File;
import java.io.IOException;
import java.util.concurrent.ExecutionException;
import hudson.FilePath;
import hudson.Launcher;
import hudson.model.AbstractBuild;
import hudson.model.AbstractProject;
import hudson.model.BuildListener;
import hudson.model.FreeStyleBuild;
import hu... |
package dhob;
import java.awt.GridLayout;
import javax.swing.BorderFactory;
import javax.swing.ButtonGroup;
import javax.swing.JPanel;
import javax.swing.JRadioButton;
/**
* The BagelPanel class allows the user to select either a white or whole wheat
* bagel.
*/
public class BagelPanel extends JPanel {
// The fol... |
package com.iluwatar.flyweight;
/**
*
* PoisonPotion
*
*/
public class PoisonPotion implements Potion {
@Override
public void drink() {
System.out.println("Urgh! This is poisonous. (Potion="
+ System.identityHashCode(this) + ")");
}
}
|
/*
* 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
* distribut... |
|| (!defined(BOOST_ASIO_HAS_DEV_POLL) \
&& !defined(BOOST_ASIO_HAS_EPOLL) \
&& !defined(BOOST_ASIO_HAS_KQUEUE) \
&& !defined(BOOST_ASIO_WINDOWS_RUNTIME))
#include <boost/asio/detail/push_options.hpp>
namespace boost {
namespace asio {
namespace detail {
template <typename Time_Traits>
void select... |
/*eslint no-unused-expressions: 0*/
'use strict';
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
var _chai = require('chai');
var _sinon = require('sinon');
var _sinon2 = _interopRequireDefault(_sinon);
var _ = require('../');
var _2 = _interopRequireDefault(_);
... |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Net.Http.Headers;
using System.Reflection;
using System.Web;
using System.Web.Http;
#if Handle_PageResultOfT
using System.Web.Http.OData;
#endif
nam... |
#ifndef TENSORFLOW_LITE_CORE_API_OP_RESOLVER_INTERNAL_H_
#define TENSORFLOW_LITE_CORE_API_OP_RESOLVER_INTERNAL_H_
/// \file
/// This header op_resolver_internal.h exists so that we can have fine-grained
/// access control on the MayContainUserDefinedOps method.
#include "tensorflow/lite/core/api/op_resolver.h"
name... |
/**
* @module ol/Feature
*/
import {assert} from './asserts.js';
import {listen, unlistenByKey} from './events.js';
import EventType from './events/EventType.js';
import BaseObject, {getChangeEventType} from './Object.js';
/**
* @typedef {typeof Feature|typeof import("./render/Feature.js").default} FeatureClass
*/... |
#include <map>
#include <memory>
#include "../defines.h"
#include "../Helpers/Singleton.h"
#ifdef DESKTOP
#include <glew.h>
#else
#include "GLES/gl.h"
#endif
namespace star
{
class Texture2D;
class TextureManager final : public Singleton<TextureManager>
{
public:
friend Singleton<TextureMan... |
package org.apache.spark.network.sasl;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Arrays;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.mockito.M... |
namespace base {
class MessageLoop;
}
class BuildSettings;
class LocationRange;
class Settings;
class SourceFile;
class Toolchain;
// The loader manages execution of the different build files. It receives
// requests (normally from the Builder) when new references are found, and also
// manages loading the build conf... |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Ajuer Register</title>
<link href="../static/assets/css/bootstrap.css" rel="stylesheet">
<link href="../static/assets/css/flexslider.css" rel="stylesheet">
<link href="../static/assets/css/style.css" rel="stylesheet">
<link h... |
#ifndef BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
#define BOOST_ALIGN_ALIGNED_DELETE_FORWARD_HPP
/**
Class aligned_delete
forward declaration.
@note This header provides a forward declaration
for the `aligned_delete` class.
@file
@author Glen Fernandes
*/
/**
@cond
*/
namespace boost {
namespace alignmen... |
using System;
using System.Threading;
using System.Security.Permissions;
using System.Text;
using System.Collections;
using System.Globalization;
using System.Runtime.Versioning;
namespace System.Diagnostics {
public class TraceEventCache {
private static volatile int processId;
private static vol... |
package com.alibaba.nacos.naming.push;
import com.alibaba.nacos.naming.misc.UtilsAndCommons;
import com.alibaba.nacos.common.utils.StringUtils;
import org.codehaus.jackson.Version;
import org.codehaus.jackson.util.VersionUtil;
/**
* Client info.
*
* @author nacos
*/
public class ClientInfo {
public Ver... |
//
// UMessage.h
// UMessage
//
// Created by luyiyuan on 10/8/13.
// Copyright (c) 2013 umeng.com. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
/** String type for alias
*/
//新浪微博
UIKIT_EXTERN NSString *const kUMessageAliasTypeSina;
//腾讯微博
UIKIT_EXTERN NSString *const kUMe... |
package org.apache.drill.exec.resolver;
import java.util.List;
import org.apache.drill.common.expression.FunctionCall;
import org.apache.drill.exec.expr.fn.DrillFuncHolder;
public interface FunctionResolver {
public DrillFuncHolder getBestMatch(List<DrillFuncHolder> methods, FunctionCall call);
}
|
'use strict';
var base64 = require('./base64');
var utf8 = require('./utf8');
var utils = require('./utils');
var ZipEntries = require('./zipEntries');
module.exports = function(data, options) {
var files, zipEntries, i, input;
options = utils.extend(options || {}, {
base64: false,
checkCRC32: f... |
from copy import deepcopy
from typing import Any, Awaitable
from msrest import Deserializer, Serializer
from azure.core import AsyncPipelineClient
from azure.core.rest import AsyncHttpResponse, HttpRequest
from .. import models
from ._configuration import CommunicationNetworkTraversalClientConfiguration
from .operat... |
storage =
{
locale: "en_US", // Default values
section: "global",
locales: {},
languages: {},
initFile: "",
tile: "",
appTile: "",
adminTile: "",
certificateTile: "",
head: "",
body: "",
// Language methods
get: function(index)
{
if(!this.languages[this.locale])
... |
//-----------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="Akka.NET Project">
// Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
// Copyright (C) 2013-2015 Akka.NET project <https://github.com/akkadotnet/akka.net>
// </copyright>
//--... |
package org.openxava.test.tests;
import org.openxava.tests.*;
/**
* @author Javier Paniza
*/
public class WarehouseDetailListTest extends ModuleTestBase {
public WarehouseDetailListTest(String testName) {
super(testName, "WarehouseDetailList");
}
public void testDetailListModeController() throws Exc... |
package org.wso2.carbon.event.core.exception;
/**
* this exceptions is thrown to any problem which occures at the message processing time.
*/
public class EventBrokerException extends Exception{
public EventBrokerException() {
}
public EventBrokerException(String message) {
super(message);
... |
package http
import (
"context"
"io"
"net/http"
"github.com/moby/buildkit/session"
"github.com/moby/buildkit/session/upload"
"github.com/pkg/errors"
)
func newTransport(rt http.RoundTripper, sm *session.Manager, g session.Group) http.RoundTripper {
return &sessionHandler{rt: rt, sm: sm, g: g}
}
type sessionH... |
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Identity;
using Microsoft.AspNet.Identity.EntityFramework;
using Microsoft.AspNet.Identity.Owin;
namespace Web.Models
{
// You can add profile data for the user by adding more properties to your ApplicationUser class, pleas... |
title: Pál Elsõ Misszióútja
date: 11/08/2018
---
### E hetitanulmányunk
Apostolok cselekedetei 13; 14:1-26; Róma 3:19; 9-11; 2Korinthus 4:7-10
> <p></p>
> "Azért legyen néktek tudtotokra, atyámfiai, férfiak, hogy ez által hirdettetik néktek a bûnöknek bocsánata: És mindenekbõl, amikbõl a Mózes törvénye által meg ne... |
<?php defined('C5_EXECUTE') or die("Access Denied."); ?>
<?php
$form = Loader::helper('form');
$ih = Loader::helper("concrete/interface");
$valt = Loader::helper('validation/token');
$wfName = $workflow->getWorkflowName();
$type = $workflow->getWorkflowTypeObject();
?>
<div class="control-group">
<fieldset>
<leg... |
package org.apache.flink.table.expressions
import org.apache.flink.api.common.typeinfo.BasicTypeInfo
import org.apache.flink.table.typeutils.TimeIntervalTypeInfo
case class CurrentRow() extends PlannerExpression {
override private[flink] def resultType = BasicTypeInfo.LONG_TYPE_INFO
override private[flink] def... |
#!/usr/bin/env python
#
# Copyright 2007 Neal Norwitz
# Portions Copyright 2007 Google 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... |
<?php
namespace app\models;
use Yii;
use yii\base\Model;
use \yii\web\NotFoundHttpException;
use app\models\PermisosHelpers;
//use app\models\User;
/**
* Login form
*/
class LoginForm extends Model
{
public $username;
public $password;
public $rememberMe = true;
private $_user;
/**
* @i... |
<div class="container">
<h2>Welcome to the Spring intro training!</h2>
<p>Please use the menu to access the functionalities</p>
</div>
|
<?php
use Illuminate\Database\Seeder;
use Illuminate\Database\Eloquent\Model;
use App\Models\Role, App\Models\User, App\Models\Contact, App\Models\Post, App\Models\Tag, App\Models\PostTag, App\Models\Comment;
use App\Services\LoremIpsumGenerator;
class DatabaseSeeder extends Seeder {
/**
* Run the database seeds.... |
local json = require "cjson"
local http_client = require "kong.tools.http_client"
local spec_helper = require "spec.spec_helpers"
local send_content_types = require "spec.integration.admin_api.helpers"
describe("Admin API", function()
setup(function()
spec_helper.prepare_db()
spec_helper.start_kong()
end)... |
package com.vaadin.v7.client.renderers;
import com.vaadin.v7.client.widget.grid.RendererCellReference;
/**
* Renderer that renders text into a cell.
*
* @since 7.4
* @author Vaadin Ltd
*/
public class TextRenderer implements Renderer<String> {
@Override
public void render(RendererCellReference cell, St... |
#ifndef _NGX_MAIL_SMTP_MODULE_H_INCLUDED_
#define _NGX_MAIL_SMTP_MODULE_H_INCLUDED_
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_mail.h>
#include <ngx_mail_smtp_module.h>
typedef struct {
ngx_msec_t greeting_delay;
size_t client_buffer_size;
ngx_str_t capability;
ngx_... |
SYNONYM
#### According to
The Catalogue of Life, 3rd January 2011
#### Published in
J. Washington Acad. Sci. 13:406. 1923
#### Original name
null
### Remarks
null |
package com.intellij.xdebugger.impl.actions;
import com.intellij.execution.ExecutionException;
import com.intellij.execution.process.OSProcessUtil;
import com.intellij.execution.process.ProcessInfo;
import com.intellij.execution.runners.ExecutionUtil;
import com.intellij.internal.statistic.UsageTrigger;
import com.in... |
package com.commonsware.android.foredown;
import android.app.IntentService;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Intent;
import android.net.Uri;
import android.os.Environment;
import android.support.v4.app.NotificationCompat... |
cask 'atom' do
version '1.34.0'
sha256 '9fd19bd6b6f2ceaae0e5e4004f617444ae226cb896f701a151018feb07d5857a'
# github.com/atom/atom was verified as official when first introduced to the cask
url "https://github.com/atom/atom/releases/download/v#{version}/atom-mac.zip"
appcast 'https://github.com/atom/atom/relea... |
package org.wso2.carbon.discovery;
import org.apache.axis2.engine.AxisConfiguration;
import org.apache.axis2.context.ConfigurationContext;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.wso2.carbon.discovery.util.ConfigHolder;
import org.wso2.carbon.discovery.util.Uti... |
Alias for `docker container ls`.
|
using System.IO;
using System;
using Aspose.Cells;
namespace Aspose.Cells.Examples.CSharp.Worksheets.Security.Unprotect
{
public class UnprotectingPasswordProtectedWorksheet
{
public static void Run()
{
try
{
// ExStart:1
// The path to th... |
require 'rubyscriptwriter'
class RubySpecWriter < RubyScriptWriter
def put_description(thing_being_described)
puts "describe ", thing_being_described, " do"
indent
yield self
outdent
puts "end"
puts
end
def put_spec(specficiation_in_words)
puts "it '",specficiation_in_words.tr("'",... |
//
// JPushFactory.h
// YWPushFactoryDemo
//
// Created by yw on 2017/2/28.
// Copyright © 2017年 yw. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "PushProtocol.h"
#import "YWPushMethodProtocol.h"
@interface JPushFactory : NSObject<PushProtocol>
/** 代理--此处不能使用weak,因为此处的代理是动态时赋值,weak会提前释放*/
@p... |
class SensuAPIProxy::Base
get "/clients" do
begin
parameters = before_get_clients(params) || params
response = call_api {|http| http.get "/clients#{params_to_s parameters}"}
pass_through response
after_get_clients response, load_response(response)
rescue
500
end
end
de... |
#pragma checksum "C:\Users\Matt\Documents\GitHub\SpartaHack2016-Windows\SpartaHack\SpartaHack\TicketPage.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "F9857CF09B90CF08E55AD3355F42B3EF"
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated ... |
<?xml version="1.0" encoding="UTF-8"?>
<!--
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, Ver... |
<?php
// Start session
session_start();
// Include required functions file
require_once('include/functions.inc.php');
// Check login status... if not logged in, redirect to login screen
if (check_login_status() == false) {
redirect('login.php');
}
/... |
CKEDITOR.plugins.setLang( 'blockquote', 'bn', {
toolbar: 'Block Quote' // MISSING
});
|
import time
# A cache of channel and repository info to allow users to install multiple
# packages without having to wait for the metadata to be downloaded more
# than once. The keys are managed locally by the utilizing code.
_channel_repository_cache = {}
def clear_cache():
global _channel_repository_cache
... |
$DOTFILES=$HOME/.dotfiles
echo "Installing nginx"
# first, make sure apache is off
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
# run nginx when osx starts
sudo cp /usr/local/opt/nginx/homebrew.mxcl.nginx.plist /Library/LaunchDaemons
launchctl load -w ~/Library/LaunchAgents/homebrew.... |
using System;
using System.IO;
using System.Windows.Forms;
using Tamir.SharpSsh.jsch;
/* Shell.cs
* ====================================================================
* The following example was posted with the original JSch java library,
* and is translated to C# to show the usage of SharpSSH JSch API
... |
(function(global) {
Ember.libraries.register('Ember Simple Auth', '0.7.0');
var define, requireModule;
(function() {
var registry = {}, seen = {};
define = function(name, deps, callback) {
registry[name] = { deps: deps, callback: callback };
};
requireModule = function(name) {
if (seen.hasOwnProper... |
#ifndef __TMASTERSERVER_H
#define __TMASTERSERVER_H
#include <vector>
#include "network/network_error.h"
namespace heron {
namespace tmaster {
class TMasterServer : public Server {
public:
TMasterServer(EventLoop* eventLoop, const NetworkOptions& options,
const sp_string& _topology_name, const s... |
---
external help file: Microsoft.Azure.Commands.ApiManagement.ServiceManagement.dll-Help.xml
Module Name: AzureRM.ApiManagement
ms.assetid: 466AFB8C-C272-4A4F-8E13-A4DBD6EE3A85
online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.apimanagement/remove-azurermapimanagementpolicy
schema: 2.0.0
---
... |
<div id="status">
<div id="dump">
<button id="dump-status">Dump status</button>
<input type="checkbox" id="include-ids">
Include Identifiers
</input>
</div>
<div id="import">
<button id="import-status">Import status</button>
</div>
<div id="status-data">
<textarea rows="10" cols="30"... |
package org.apache.camel.processor.routingslip;
import java.util.EventObject;
import org.apache.camel.CamelContext;
import org.apache.camel.ContextTestSupport;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.management.event.ExchangeSendingEvent;
import org.apache.camel.management.event.Exchang... |
@interface ShowcaseFilterListController : UITableViewController
@end
|
<!-- Good morning, Mr. Phelps. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>or-tools/src/base/timer.cc File Reference - Doxy</title>
<link rel="shortcut icon" href="../../../favicon.ico">
<!-- Both stylesheets are supplied by Doxygen, with maybe minor twe... |
package org.dada.core;
import java.io.Serializable;
public class Update<V> implements Serializable {
private final V oldValue;
private final V newValue;
public Update(V oldValue, V newValue) {
this.oldValue = oldValue;
this.newValue = newValue;
}
public V getOldValue() {
return oldValue;
}
public V ... |
package com.google.security.zynamics.binnavi.ZyGraph.Updaters.CodeNodes;
import com.google.common.base.Preconditions;
import com.google.common.collect.Sets;
import com.google.security.zynamics.binnavi.Exceptions.MaybeNullException;
import com.google.security.zynamics.binnavi.Gui.GraphWindows.CommentDialogs.Interfaces... |
{-# LANGUAGE ImplicitParams, TypeSynonymInstances, FlexibleInstances #-}
-- Similar to tc024, but cross module
module TcRun025_B where
import Data.List( sort )
-- This class has no tyvars in its class op context
-- One uses a newtype, the other a data type
class C1 a where
fc1 :: (?p :: String) => a;
clas... |
package com.fsck.k9.search;
import android.os.Parcel;
import android.os.Parcelable;
public interface SearchSpecification extends Parcelable {
/**
* Get all the uuids of accounts this search acts on.
* @return Array of uuids.
*/
public String[] getAccountUuids();
/**
* Returns the sea... |