text
stringlengths
3
1.05M
package libcontainer import ( "errors" ) // newConsole returns an initalized console that can be used within a container by copying bytes // from the master side to the slave that is attached as the tty for the container's init process. func newConsole(uid, gid int) (Console, error) { return nil, errors.New("libcon...
#include "config.h" #if ENABLE(WEB_AUDIO) #include "HRTFDatabaseLoader.h" #include "HRTFDatabase.h" #include <wtf/MainThread.h> namespace WebCore { // Singleton HRTFDatabaseLoader::LoaderMap* HRTFDatabaseLoader::s_loaderMap = 0; PassRefPtr<HRTFDatabaseLoader> HRTFDatabaseLoader::createAndLoadAsynchronouslyIfNec...
cask :v1 => 'routebuddy' do version '4.2.1' sha256 '95d979d775ebfbd5c835150d50c809fdb8f5e29823b54a13deec73b6df21c643' # dreamhost.com is the official download host per the vendor homepage url "https://objects.dreamhost.com/routebuddy/download/apps/RouteBuddy_#{version}.dmg" name 'RouteBuddy' homepage 'http...
/** * @license Angulartics v0.17.2 * (c) 2013 Luis Farzati http://luisfarzati.github.io/angulartics * Google Tag Manager Plugin Contributed by http://github.com/danrowe49 * License: MIT */ !function(a){"use strict";a.module("angulartics.google.tagmanager",["angulartics"]).config(["$analyticsProvider",function(a){a...
(function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Bitte wählen...', noneResultsText: 'Keine Ergebnisse für {0}', countSelectedText: '{0} von {1} ausgewählt', maxOptionsText: ['Limit erreicht ({n} {var} max.)', 'Gruppen-Limit erreicht ({n} {var} max.)', ['Eintrag', 'Einträge']], mu...
module Puppet::Util::NetworkDevice::Cisco_ios::PossibleFacts end
package org.apache.accumulo.core.clientImpl; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.apache.accumulo.core.client.TableNotFoundException; import org.apache.accumulo.core.client.admin.ActiveScan; import org.apache.accumulo.core.client.admin.ScanState; import org.apache.accum...
'use strict'; // B.2.3.2 String.prototype.anchor(name) require('./_string-html')('anchor', function(createHTML){ return function anchor(name){ return createHTML(this, 'a', 'name', name); } });
package com.ocdsoft.bacta.swg.server.game.controller.object.command; import com.google.inject.Inject; import com.ocdsoft.bacta.soe.connection.SoeUdpConnection; import com.ocdsoft.bacta.swg.server.game.controller.object.CommandQueueController; import com.ocdsoft.bacta.swg.server.game.controller.object.QueuesCommand; im...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Timestamp Microservice</title> <link rel="stylesheet" type="text/css" href="style.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> </head> <body> <div class='container'> <h1>...
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Sync\V1\Service\SyncList; use Twilio\Options; use Twilio\Values; /** * PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution. */ a...
/** @file tasks.h @author Alejandro Ambroa @date 1 Oct 2017 @brief Tasks for all game logic. */ #include "tasks.h" #include "pong3d.h" #include "renderer.h" #include "screens.h" #include "sound.h" #include <math.h> #include <stdbool.h> #include <stdlib.h> #include <time.h> float to_position[2] = { 0, 0 }; ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <title>absolute</title> <style type="text/css" media="screen"> body { margin: 1px; padding: 5px; } div...
Decimal128: [basx001] conform to rules and exponent will be in permitted range). --DESCRIPTION-- Generated by scripts/convert-bson-corpus-tests.php DO NOT EDIT THIS FILE --FILE-- <?php require_once __DIR__ . '/../utils/tools.php'; $canonicalBson = hex2bin('180000001364000000000000000000000000000000403000'); $canonic...
// Versatile string utility -*- C++ -*- // Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published...
package main import "fmt" type LinkedList struct { value interface{} next *LinkedList } func (oldNode *LinkedList) prepend(value interface{}) *LinkedList { return &LinkedList{value, oldNode} } func tail(value interface{}) *LinkedList { return &LinkedList{value, nil} } func traverse(ll *LinkedList) { if ll ...
import pyaf.Bench.TS_datasets as tsds import tests.artificial.process_artificial_dataset as art art.process_dataset(N = 1024 , FREQ = 'D', seed = 0, trendtype = "MovingAverage", cycle_length = 0, transform = "Logit", sigma = 0.0, exog_count = 20, ar_order = 0);
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using FluentAssertions; using JSONAPI.Attributes; using JSONAPI.Core; using JSONAPI.Tests.Models; using Microsoft.VisualStudio.TestTools.UnitTesting; using Newtonsoft.Json; namespace JSONAPI.Tests.Core ...
'use strict'; var async = require('grunt').util.async; var grunt = require('grunt'); var ArgUtil = require('flopmang'); module.exports = function (task, exec, done) { var options = task.options({ prop: 'gitapply.' + task.target + '.result' }); var argUtil = new ArgUtil(task, [ { ...
namespace sandbox { SyncDispatcher::SyncDispatcher(PolicyBase* policy_base) : policy_base_(policy_base) { static const IPCCall create_params = { {IPC_CREATEEVENT_TAG, WCHAR_TYPE, ULONG_TYPE, ULONG_TYPE}, reinterpret_cast<CallbackGeneric>(&SyncDispatcher::CreateEvent) }; static const IPCCall open_par...
<a href='https://github.com/angular/angular.js/edit/master/src/ng/directive/a.js?message=docs(a)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/master/src/ng/directive/a.j...
import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; import _extends from "@babel/runtime/helpers/esm/extends"; import styled from '@material-ui/styled-engine'; import { propsToClassKey } from '@material...
"use strict"; require("foo"); console.log(function () { throw new Error("The CommonJS '" + "exports" + "' variable is not available in ES6 modules." + "Consider setting setting sourceType:script or sourceType:unambiguous in your " + "Babel config for this file."); }()); console.log(function () { throw new Error("...
[![NPM version][npm-image]][npm-url] [![NPM downloads][downloads-image]][downloads-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] Title case a string. Supports Unicode (non-ASCII characters) and non-string entities, such as objects with a `toString` property, numbe...
namespace blink { class WebFrame; } namespace content { // Implementation of gin::Runner that forwards Runner functions to WebFrame. class WebUIRunner : public gin::Runner { public: // Does not take ownership of ContextHolder. WebUIRunner(blink::WebFrame* frame, gin::ContextHolder* context_holder); virtual ~We...
<?php namespace DigitalOceanV2\Api; use DigitalOceanV2\Entity\DomainRecord as DomainRecordEntity; /** * @author Yassir Hannoun <yassir.hannoun@gmail.com> */ class DomainRecord extends AbstractApi { /** * @param string $domainName * @return DomainRecordEntity[] */ public func...
// This is linked into the UnitTests test executable #include <boost/test/unit_test.hpp> #include "thrift/concurrency/Exception.h" #include "thrift/concurrency/Mutex.h" using boost::unit_test::test_suite; using boost::unit_test::framework::master_test_suite; using namespace apache::thrift::concurrency; struct LF...
/** * @class Ext.form.Checkbox * @extends Ext.form.Field * Single checkbox field. Can be used as a direct replacement for traditional checkbox fields. * @constructor * Creates a new Checkbox * @param {Object} config Configuration options * @xtype checkbox */ Ext.form.Checkbox = Ext.extend(Ext.form.F...
import React from 'react'; import ReactDOM from 'react-dom'; import _ from 'lodash'; import PropertyEditor from 'react-property-editor'; import Binder from 'react-binding'; import Json from 'react-json-fork'; import WidgetFactory from './WidgetFactory.js'; import WidgetRenderer from './WidgetRenderer.js'; var options ...
package testclient import ( "k8s.io/kubernetes/pkg/api" "k8s.io/kubernetes/pkg/apis/experimental" "k8s.io/kubernetes/pkg/fields" "k8s.io/kubernetes/pkg/labels" "k8s.io/kubernetes/pkg/watch" ) // FakeDeployments implements DeploymentsInterface. Meant to be embedded into a struct to get a default // implementati...
// Copyright © 2012 onwards, Andrew Whewell // All rights reserved. // // Redistribution and use of this software 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, th...
package flavors import ( "github.com/gophercloud/gophercloud" ) func getURL(client *gophercloud.ServiceClient, id string) string { return client.ServiceURL("flavors", id) } func listURL(client *gophercloud.ServiceClient) string { return client.ServiceURL("flavors", "detail") } func createURL(client *gophercloud....
%!TEX root = ../NeuralNets.tex \chapter{Unsupervised Vector Quantization}\label{chapter:clustering} Also called \emph{Clustering}. Notation used in this chapter: \begin{itemize} \item $N$ observations/training examples, $x_1, \dots, x_N$ \item fixed number of clusters/classes $K$ \item $C(i) = K$ assigns o...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="15dp"> <TextView android:id="@+id/date_text" android:layout_width="0dp"...
// 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.Reflection.Internal; using System.Threading; namespace System.Reflection.Metadata.Ecma335 { inter...
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("JG...
using System; using System.Runtime.InteropServices; public abstract partial class ctype : msvcrt { } partial class ctype { [DllImport(ModuleName, CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static extern int isalnum(int c); [DllImport(ModuleName, CallingConvention = Callin...
/** * Initialize a `Node`. * * @api public */ var Node = module.exports = function Node(){}; /** * Clone this node (return itself) * * @return {Node} * @api private */ Node.prototype.clone = function(){ return this; };
<?php /** * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 * * Generated from xml/schema/CRM/Core/MailSettings.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen */ require_once 'CRM/Core/DAO.php'; require_once 'CRM/Utils/Type.php'; class CRM_Core_DAO_MailSettings extends CRM_Core_DAO { /** * static ins...
package mustella; import utils.*; import utils.FileUtils; import java.io.File; import java.util.regex.*; import java.io.BufferedReader; import java.io.FileReader; import java.io.BufferedWriter; import java.io.FileWriter; import java.io.FileInputStream; import java.io.BufferedInputStream; import java.io.BufferedOutpu...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>log4javascript</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- Make IE8 behave like IE7,...
@charset "UTF-8"; /* Cubic Bezier Transition */ @media print { body { background-color: #fff !important; } .page-header { display: none; } .theme-panel { display: none; } .hidden-print { display: none; } .page-prefooter { display: none; } .page-footer { display: none; } .page-head ...
//----------------------------------------------------------------------- // <copyright file="MonoConcurrentQueue.cs" company="Akka.NET Project"> // Copyright (C) 2009-2016 Lightbend Inc. <http://www.lightbend.com> // Copyright (C) 2013-2016 Akka.NET project <https://github.com/akkadotnet/akka.net> // </copyri...
<!DOCTYPE html> <div style="width: 200px; height: 200px; background-color: lightgreen"></div> <div style="position: relative; top: -50px; left: 50px; width: 200px; height: 200px; background-color: blue"> <div id="child" style="background-color: green; width: 100px; height: 100px;"></div> </div>
[#]: collector: (lujun9972) [#]: translator: (MjSeven) [#]: reviewer: (wxy) [#]: publisher: (wxy) [#]: url: (https://linux.cn/article-11158-1.html) [#]: subject: (Getting help for Linux shell built-ins) [#]: via: (https://www.networkworld.com/article/3410350/getting-help-for-linux-shell-built-ins.html) [#]: author: (Sa...
ACCEPTED #### According to Index Fungorum #### Published in null #### Original name Lecanora paschana B. de Lesd. ### Remarks null
(function($) { // Picker object var smartPhone = (window.orientation != undefined); var DateTimePicker = function(element, options) { this.id = dpgId++; this.init(element, options); }; var dateToDate = function(dt) { if (typeof dt === 'string') { return new Date(dt); } return dt;...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Tue Feb 04 13:29:26 EST 2014 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface storm.trident.s...
// Copyright 2008 The Closure Library 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 requ...
package flocker import ( "fmt" "os" "testing" "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/types" utiltesting "k8s.io/client-go/util/testing" "k8s.io/kubernetes/pkg/util/mount" "k8s.io/kubernetes/pkg/volume" volumetest "k8s.io/kubernetes/pkg/volume/testing" flockerapi "github.com/clusterhq/flocker-go" ...
package ru.job4j; /** * Calculate. * * @author Maxim Malnev (mazular@ya.ru) * @version $Id$ * @since 0.1 */ public class Calculate { /** * Main. * @param args - args. */ public static void main(String[] args) { System.out.println("Hello World"); } }
var webdriverio = require('../index'); var helper = require('./webdriverio.externalAddCommandHelper') var options = { desiredCapabilities: { browserName: 'chrome' } }; client = webdriverio.remote(options); client.addCommand('searchGoogle',helper.searchGoogle.bind(client)); var SearchString = 'webdrive...
<?php namespace Hoa\Iterator; /** * Class \Hoa\Iterator\Mock. * * Extending the SPL EmptyIterator class. * * @copyright Copyright © 2007-2015 Hoa community * @license New BSD License */ class Mock extends \EmptyIterator { }
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Navigation Example - About</title> <!-- The CSS theme for the site. --> <link rel="stylesheet" href="theme.css" /> </head> <body> <!-- Navigation links --> <div id="navbar"> <a href="index.html">Home</a> <a class="a...
package org.apache.geode.test.dunit.examples; import static org.assertj.core.api.Assertions.assertThat; import java.util.concurrent.TimeUnit; import org.junit.ClassRule; import org.junit.Test; import org.junit.experimental.categories.Category; import org.apache.geode.test.dunit.AsyncInvocation; import org.apache.g...
from flask import Blueprint from . import v0 bp = Blueprint('api', __name__) v0.api.init_app(bp) def errorpage(e): return v0.api.handle_error(e)
Pattern: No space after cast Issue: - ## Description Ensures there is no space after cast tokens. ## Further Reading * [PHP_CodeSniffer - Generic.Formatting.NoSpaceAfterCast](https://github.com/squizlabs/PHP_CodeSniffer/blob/master/src/Standards/Generic/Sniffs/Formatting/NoSpaceAfterCastSniff.php)
class Test<T> { Test<String> test = new Test<String>();<caret> }
package com.example.customtopbar; import android.content.Context; import android.content.res.TypedArray; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.view.Gravity; import android.view.View; import android.widget.Button; import android.widget.RelativeLayout; import android...
/* PAGING */ .pagination.pagination-centered { margin: auto ; text-align: center ; } .pagination ul { display: inline-block ; } .pagination ul li { list-style-type: none ; float: left ; } .pagination ul li:first-child a { padding-left: 8px ; border-top-left-radius: 4px ; border-bottom-left-radius: 4px ; } ...
<!-- @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 blink { class WebFileWriterClient; class WebURL; } namespace content { class CONTENT_EXPORT WebFileWriterBase : public NON_EXPORTED_BASE(blink::WebFileWriter) { public: WebFileWriterBase(const GURL& path, blink::WebFileWriterClient* client); ~WebFileWriterBase() override; // WebFileWriter implem...
// Warning: This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if the // code is regenerated. package com.microsoft.azure.management.network.models; import com.microsoft.windowsazure.core.LazyArrayList; import com.microsoft.windowsazure.core.OperationRespons...
<!DOCTYPE html> <html id='root' lang='en'> <head> <meta charset='utf-8'> <meta content='IE=edge' http-equiv='X-UA-Compatible'> <title>Sportsman's Warehouse</title> <meta content="Find all your hunting, fishing &amp; camping gear at Sportsman's Warehouse! Shop our huge selection of ammo, fishing rods &...
function ProgrammeUnit(object) { if (typeof object != "undefined" && object.hasOwnProperty('id')) { this.setId(object.id); } if (typeof object != "undefined" && object.hasOwnProperty('name')) { this.setName(object.name); } else { this.setName(""); } if (typeof object !=...
<?php namespace PhpParser; class Error extends \RuntimeException { protected $rawMessage; protected $attributes; /** * Creates an Exception signifying a parse error. * * @param string $message Error message * @param array|int $attributes Attributes of node/token where error occu...
package limmen.business.representations.entity_representation; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import limmen.integration.entities.MediaTypeEntity; import org.springframework.hateoas.ResourceSupport; /** * JSON-Representation of a MediaType en...
var config = global.config = require(__dirname + '/config.js'); var util = require('util'); var should = require('should'); var async = require('async'); var needle = require('needle'); var google_calendar = require(__dirname +'/../GoogleCalendar.js'); function getAccessToken(callback){ var url = 'https://...
/*** Autogenerated by WIDL 1.1.44 from downloadmgr.idl - Do not edit ***/ #include <rpc.h> #include <rpcndr.h> #ifndef __WIDL_DOWNLOADMGR_H #define __WIDL_DOWNLOADMGR_H #ifdef __cplusplus extern "C" { #endif /* Headers for imported files */ #include <unknwn.h> #include <ocidl.h> #include <oleidl.h> #include <oaidl...
Huginn Docker images ==================== Huginn is packaged in two docker images. #### [huginn/huginn](multi-process/README.md) multiple process image This image runs all processes needed by Huginn in one container, when the database is not linked it will also start MySQL internally. This is great to try huginn wit...
package com.google.security.zynamics.reil.translators.mips; import com.google.security.zynamics.reil.OperandSize; import com.google.security.zynamics.reil.ReilHelpers; import com.google.security.zynamics.reil.ReilInstruction; import com.google.security.zynamics.reil.translators.IInstructionTranslator; import com.goog...
/** * * 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 * distr...
package alien4cloud.model.components.constraints; import javax.validation.constraints.NotNull; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Setter; import alien4cloud.tosca.normative.IPropertyType; import alien4cloud.tosca.properties.constraints.exception.ConstraintValueDoNotMatchPropertyTypeE...
package zap // import "go.uber.org/zap"
id: 587d78a6367417b2b2512adc title: Usar a propriedade skewY de transformação do CSS para distorcer um elemento ao longo do eixo Y challengeType: 0 videoUrl: 'https://scrimba.com/c/c2MZ2uB' forumTopicId: 301075 dashedName: use-the-css-transform-property-skewy-to-skew-an-element-along-the-y-axis --- # --description-- ...
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>basic_stream_socket::send</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="../../../index.html" title="Asio"> ...
#include "jsb_cocos2dx_ui_manual.h" #include "ScriptingCore.h" #include "cocos2d_specifics.hpp" #include "ui/CocosGUI.h" using namespace cocos2d; using namespace cocos2d::ui; class JSStudioEventListenerWrapper: public JSCallbackWrapper { public: JSStudioEventListenerWrapper(); virtual ~JSStudioEventListener...
module Gitlab module ChatCommands module Presenters class Deploy < Presenters::Base def present(from, to) message = "Deployment started from #{from} to #{to}. [Follow its progress](#{resource_url})." in_channel_response(text: message) end def no_actions ...
package client const ( CONTAINER_TYPE = "container" ) type Container struct { Resource AccountId string `json:"accountId,omitempty" yaml:"account_id,omitempty"` AgentId string `json:"agentId,omitempty" yaml:"agent_id,omitempty"` AllocationState string `json:"allocationState,omitempty" yaml:"allocation_state,o...
using System; using System.Collections.Generic; using System.Composition; using System.Linq; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.CodeGeneration; using Microsoft.CodeAnalysis.CSharp.Extensions; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.Editing...
RSpec.configure do |config| config.before(:suite) do DatabaseRewinder.clean_all # or # DatabaseRewinder.clean_with :any_arg_that_would_be_actually_ignored_anyway end config.after(:each) do DatabaseRewinder.clean end end
package com.intellij.lang.java.parser.annotationParsing; import com.intellij.lang.java.parser.JavaParsingTestCase; /** * @author ven */ public class AnnotationDeclarationParsingTest extends JavaParsingTestCase { public AnnotationDeclarationParsingTest() { super("parser-full/annotationParsing/declaration"); ...
: ${LOCALE_FR=fr_FR} if test $LOCALE_FR = none; then if test -f /usr/bin/localedef; then echo "Skipping test: no traditional french locale is installed" else echo "Skipping test: no traditional french locale is supported" fi exit 77 fi LC_ALL=$LOCALE_FR \ ./test-mbsrtowcs${EXEEXT} 1
CLOUDKIT_EXPORT_CLASS @interface CKQueryCursor : NSObject <NSCopying, NSSecureCoding> @end
import { combineReducers } from 'redux'; import { reducer as formReducer } from 'redux-form'; import R from 'ramda'; import { NAVIGATE, CREW_NAVIGATE, PERFORMANCE_NAVIGATE, EVENT_NAVIGATE, GOT_USER, REQUEST_EDIT_USER, CHANGE_LANGUAGE, RESPONSE_LINKTYPES, RESPONSE_COUNTRIES, REQUEST_ADD_USERPROFILEI...
'use strict'; var ColorPropType = require('ColorPropType'); var React = require('React'); var StyleSheet = require('StyleSheet'); var TabBarItemIOS = require('TabBarItemIOS'); var View = require('View'); var requireNativeComponent = require('requireNativeComponent'); var TabBarIOS = React.createClass({ statics: {...
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/layout" android:duplicateParentState="true" android:paddingTop="10dp" android:paddingBottom="1...
package oauth2 import ( "math" "net/http" "os" "path/filepath" "code.gitea.io/gitea/modules/log" "code.gitea.io/gitea/modules/setting" "github.com/gorilla/sessions" "github.com/markbates/goth" "github.com/markbates/goth/gothic" "github.com/markbates/goth/providers/bitbucket" "github.com/markbates/goth/pro...
#include "config.h" #include "WebInspectorClient.h" #if ENABLE(INSPECTOR) #include "WebInspector.h" #include "WebPage.h" #include <WebCore/InspectorController.h> #include <WebCore/Page.h> using namespace WebCore; namespace WebKit { void WebInspectorClient::inspectorDestroyed() { closeInspectorFrontend(); ...
(function () { var imagetools = (function () { 'use strict'; var Cell = function (initial) { var value = initial; var get = function () { return value; }; var set = function (v) { value = v; }; var clone = function () { return Cell(get()); }; return { get: ge...
'''Imports event data obtained from the inspector's timeline.''' from telemetry.core.timeline import importer import telemetry.core.timeline.thread as timeline_thread class InspectorTimelineImporter(importer.TimelineImporter): def __init__(self, model, event_data): super(InspectorTimelineImporter, self).__init_...
#include <QWidget> #include "mythread.h" namespace Ui { class Widget; } class Widget : public QWidget { Q_OBJECT public: explicit Widget(QWidget *parent = 0); ~Widget(); private: Ui::Widget *ui; MyThread *thread; private slots: void myslot(); void on_pushButto...
<?php namespace Symfony\Component\Security\Core\Tests\Encoder; use Symfony\Component\Security\Core\Encoder\BCryptPasswordEncoder; /** * @author Elnur Abdurrakhimov <elnur@elnur.pro> */ class BCryptPasswordEncoderTest extends \PHPUnit_Framework_TestCase { const PASSWORD = 'password'; const BYTES = '012345...
#ifndef __CCX_PROTOCOL_ANALYTICS_H__ #define __CCX_PROTOCOL_ANALYTICS_H__ #include "PluginProtocol.h" #include <map> #include <string> namespace cocos2d { namespace plugin { typedef std::pair< std::string, std::string > LogEventParamPair; typedef std::map< std::string, std::string > LogEventParamMap...
package com.microsoft.azure.management.network.v2018_12_01; import rx.Observable; import com.microsoft.azure.management.network.v2018_12_01.implementation.NetworkInterfaceIPConfigurationsInner; import com.microsoft.azure.arm.model.HasInner; /** * Type representing NetworkInterfaceIPConfigurations. */ public inter...
/** @file */ /* * ratools: Router Advertisement Tools * * Copyright 2013-2014 Dan Luedtke <mail@danrl.de> * * 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.or...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link rel="stylesheet" href="style.css" type="text/css"> <meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type"> <link rel="Start" href="index.html"> <link rel="previous" href="Pretty.html"> <link rel="next" href="Clist.html"...
YUI.add('arraylist-filter', function(Y) { /** * Collection utilities beyond what is provided in the YUI core * @module collection * @submodule arraylist-filter */ /* * Adds filter method to ArrayList prototype */ Y.mix(Y.ArrayList.prototype, { /** * <p>Create a new ArrayList (or augmenting class insta...
<?php // skip conditions if (!static::tableExists(Tag::$tableName)) { printf("Skipping migration because table `%s` does not exist yet\n", Tag::$tableName); return static::STATUS_SKIPPED; } // migration printf("Removing prefixes from tag titles\n"); DB::nonQuery( 'UPDATE `%s` SET Title = SUBSTRING(Title,...
<?php namespace Predis\Pipeline; use \PHPUnit_Framework_TestCase as StandardTestCase; use SplQueue; use Predis\ResponseError; use Predis\ResponseObjectInterface; use Predis\Profile\ServerProfile; /** * */ class StandardExecutorTest extends StandardTestCase { /** * @group disconnected */ public...