code stringlengths 2 1.05M |
|---|
/**
*
* app.js
*
* This is the entry file for the application, mostly just setup and boilerplate
* code
*
*/
// Load the ServiceWorker, the Cache polyfill, the manifest.json file and the .htaccess file
import 'file?name=[name].[ext]!../serviceworker.js';
import 'file?name=[name].[ext]!../serviceworker-cache-pol... |
var express = require('express');
var router = express.Router();
var util = require('util');
var utils = require('../util/utils')
var getHttpScenarioName = function(scenario, method, code) {
var lookup = {
'Success': {
'200' : {
'head': 'HttpSuccess200Head',
'get... |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var he = require('he');
/* */
/**
* Convert a value to a string that is actually rendered.
*/
function _toString (val) {
return val == null
? ''
: typeof val === 'object'
? JSON.stringify(val, null, 2)
: String(val... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'format', 'sr', {
label: 'Формат',
panelTitle: 'Формат',
tag_address: 'Adresa',
tag_div: 'Нормално (DIV)',
tag_h1: 'Heading 1',
tag_h2... |
import UiModules from 'ui/modules';
import { words, camelCase, kebabCase } from 'lodash';
export function kbnUrlDirective(name) {
const srcAttr = kebabCase(name);
const attr = kebabCase(words(name).slice(1));
UiModules
.get('kibana')
.directive(name, function (Private, chrome) {
return {
restrict:... |
'use strict';
describe('utils', function () {
var expect = require('chai').expect;
var utils = require('../src/utils');
var dropElement = utils.dropElement;
it('can drop first element of array', function () {
expect(dropElement([0, 1, 2], 0)).to.eql([1, 2]);
});
it('can drop middle element of array', func... |
/**
@module ember
@submodule ember-application
*/
import { dictionary } from 'ember-utils';
import { ENV, environment } from 'ember-environment';
import {
assert,
debug,
libraries,
isTesting,
get,
run,
runInDebug
} from 'ember-metal';
import {
Namespace,
setNamespaceSearchDisabled,
runLoadHooks,
_... |
/*!
* Add to Homescreen v2.0.8 ~ Copyright (c) 2013 Matteo Spinelli, http://cubiq.org
* Released under MIT license, http://cubiq.org/license
*/
var addToHome = (function (w) {
var nav = w.navigator,
isIDevice = 'platform' in nav && (/iphone|ipod|ipad/gi).test(nav.platform),
isIPad,
isRetina,
isSafari,
isSta... |
var HandlebarsLayouts = require('handlebars-layouts');
var moment = require('moment');
module.exports = function(Handlebars) {
Handlebars.registerHelper(HandlebarsLayouts(Handlebars));
Handlebars.registerHelper('json', function(obj) {
return JSON.stringify(obj);
});
Handlebars.registerHelper('removeInde... |
/*!
* jQuery JavaScript Library v1.10.0 -wrap,-event-alias,-ajax,-ajax/script,-ajax/jsonp,-ajax/xhr,-offset
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
... |
var app = angular.module('perf', ['ngBench'])
.directive('noopDir', function() {
return {
compile: function($element, $attrs) {
return function($scope, $element) {
return 1;
}
}
};
})
app.directive('nativeClick', ['$parse', function($parse) {
return {
compile: function($element, $a... |
#pragma strict
var key : String;
var input : InputItem;
function UpdateInput () {
//Just get the axis value from Unity's input
input.axis = Input.GetAxisRaw(key);
}
|
define([
'bluebird',
'common/runtime',
'kb_common/html',
'common/format'
], function (
Promise,
Runtime,
html,
format
) {
var t = html.tag,
span = t('span');
function factory(config) {
var config = config || {},
container,
runtime = Runtim... |
'use strict';
var XOAuth2 = require('../../../../lib/authentication/xoauth2')
var mech = new XOAuth2()
require('should')
/* jshint -W030 */
/* jshint -W106 */
describe('XOAuth2 authentication', function() {
describe('Detect SASL mechanisms', function() {
it('Should return false if \'oauth2_auth\' prop... |
/**
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule U... |
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
var _gracefulFs;
function _load_gracefulFs() {
return (_gracefulFs = _interopRequireDefault(require('graceful-fs')));
}
var _callsites;
function _load_callsites() {
return (_callsites = _interopRequireDefault(require('callsites')));... |
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<828a9eaf11630242cd7ab3fe95dfdb7a>>
* @flow
* @lightSyntaxTransform
* @nogrep
*/
/* eslint-disabl... |
/**
* Copyright (c) 2008-2011 The Open Planning Project
*
* Published under the BSD license.
* See https://github.com/opengeo/gxp/raw/master/license.txt for the full text
* of the license.
*/
/**
* @requires plugins/Tool.js
* @requires widgets/WMSStylesDialog.js
*/
/** api: (define)
* module = gxp.plugins... |
// eslint-disable-next-line import/prefer-default-export
export { default as InjectionZone } from './InjectionZone';
|
/**
* ag-grid-community - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v19.1.4
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.leng... |
/*!
* Vue.js v2.6.1
* (c) 2014-2019 Evan You
* Released under the MIT License.
*/
/* */
const emptyObject = Object.freeze({});
// These helpers produce better VM code in JS engines due to their
// explicitness and function inlining.
function isUndef (v) {
return v === undefined || v === null
}
function isDef ... |
'use strict';
var React = require('react');
var PureRenderMixin = require('react-addons-pure-render-mixin');
var SvgIcon = require('../../svg-icon');
var HardwareTabletMac = React.createClass({
displayName: 'HardwareTabletMac',
mixins: [PureRenderMixin],
render: function render() {
return React.createElem... |
/*
Copyright (c) 2017 NAVER Corp.
@egjs/axes project is licensed under the MIT license
@egjs/axes JavaScript library
https://github.com/naver/egjs-axes
@version 2.5.10
All-in-one packaged file for ease use of '@egjs/axes' with below dependencies.
NOTE: This is not an official distribution file and is only for user c... |
!function(e,_){"object"==typeof exports&&"undefined"!=typeof module?module.exports=_(require("dayjs")):"function"==typeof define&&define.amd?define(["dayjs"],_):e.dayjs_locale_it_ch=_(e.dayjs)}(this,function(e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;var _={name:"it-ch",weekdays:"domenica_lunedì_marte... |
/**! Qoopido.demand 5.2.0-rc.5 | https://github.com/dlueth/qoopido.demand | (c) 2018 Dirk Lueth */
!function(){"use strict";provide(["/demand/abstract/handler"],function(e){function t(){}var n=".html",r=/^text\/html/,o=document.createElement("body");return t.prototype={validate:function(e){return r.test(e)},onPreReques... |
!function(e,_){"object"==typeof exports&&"undefined"!=typeof module?module.exports=_(require("dayjs")):"function"==typeof define&&define.amd?define(["dayjs"],_):e.dayjs_locale_de_ch=_(e.dayjs)}(this,function(e){"use strict";e=e&&e.hasOwnProperty("default")?e.default:e;var _={name:"de-ch",weekdays:"Sonntag_Montag_Dienst... |
/*!
* Start Bootstrap - Creative v5.1.2 (https://startbootstrap.com/template-overviews/creative)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
*/
!function(e){"use strict";e('a.js-scroll-trigger[href*="#"]:not([href="#"]... |
const ContainerBuilder = require("@enhavo/dependency-injection/container/ContainerBuilder");
class ContainerBuilderBucket
{
constructor() {
/** @type {Entry[]} */
this.entries = [];
this.current = null;
}
createBuilder(name) {
if (this.hasBuilder(name)) {
return... |
var theme_infographic = {
// 默认色板
color: [
'#C1232B','#B5C334','#FCCE10','#E87C25','#27727B',
'#FE8463','#9BCA63','#FAD860','#F3A43B','#60C0DD',
'#D7504B','#C6E579','#F4E001','#F0805A','#26C0C0'
],
// 图表标题
title: {
itemGap: 8,
textStyle: {
fontWe... |
var parent = require('../../actual/typed-array/fill');
module.exports = parent;
|
/*
* html2canvas v0.25 <http://html2canvas.hertzen.com>
* Copyright (c) 2011 Niklas von Hertzen. All rights reserved.
* http://www.twitter.com/niklasvh
*
* Released under MIT License
*/
/*
* The MIT License
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software a... |
import {Router} from 'aurelia-router';
import bootstrap from 'bootstrap';
export class App {
static inject() { return [Router]; }
constructor(router) {
this.router = router;
this.router.configure(config => {
config.title = 'Aurelia';
config.map([
{ route: ['','welcome'], moduleId: 'wel... |
import {create} from "ember-metal/platform";
import {get} from "ember-metal/property_get";
import run from "ember-metal/run_loop";
import ObjectProxy from "ember-runtime/system/object_proxy";
import PromiseProxyMixin from "ember-runtime/mixins/promise_proxy";
import EmberRSVP from "ember-runtime/ext/rsvp";
var RSVP = r... |
import Ember from 'ember';
import DroppableMixin from 'client/mixins/droppable';
const { computed } = Ember;
export default Ember.Component.extend(DroppableMixin, {
files: [],
progress: '',
filesPresent: computed('files.length', function() {
return `You have ${this.get('files.length')} file(s) re... |
describe('Image', function() {
var image
beforeEach(function() {
image = draw.image(imageUrl, 100, 100)
})
afterEach(function() {
draw.clear()
})
describe('x()', function() {
it('should return the value of x without an argument', function() {
expect(image.x()).toBe(0)
})
i... |
var docker = require('docker-browser-console')
var websocket = require('websocket-stream')
var pump = require('pump')
var url = require('url')
var u = url.parse(location.toString(), true)
var terminal = docker()
var url = (location.protocol === 'https:' ? 'wss://' : 'ws://') + location.host+'/'+(u.query.id || '')
pum... |
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(d... |
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define([], factory);
} else if (typeof exports !== "undefined") {
factory();
} else {
var mod = {
exports: {}
};
factory();
global.bootstrapTableFiFI = mod.exports;
... |
'use strict';
var YUITest = require('yuitest');
var Assert = YUITest.Assert;
var ArrayAssert = YUITest.ArrayAssert;
var path = require('path');
var fs = require('fs');
var Y = require(path.join(__dirname, '../', 'lib', 'index'));
//Move to the test dir before running the tests.
process.chdir(__dirname);
var existsSy... |
var isExist = ClipMenu.require('v8cgi/util');
if (!isExist) {
throw new Error('Could not find the library');
}
return Util.base64decode(clipText);
|
var fieldTests = require('./commonFieldTestUtils.js');
var ModelTestConfig = require('../../../modelTestConfig/PasswordModelTestConfig');
module.exports = {
// '@disabled': true, // TODO: enable after https://github.com/keystonejs/keystone/issues/3428 is fixed
before: function (browser) {
fieldTests.before(browse... |
/*! jQuery Validation Plugin - v1.18.0 - 9/9/2018
* https://jqueryvalidation.org/
* Copyright (c) 2018 Jörn Zaefferer; Licensed MIT */
!function(a){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],a):"object"==typeof module&&module.exports?module.exports=a(require("jquery")):a(jQuery)}... |
import expect, { spyOn } from 'expect'
import React, { Component } from 'react'
import { Simulate } from 'react-addons-test-utils'
import { render } from 'react-dom'
import execSteps from './execSteps'
import createHistory from 'history/lib/createMemoryHistory'
import Router from '../Router'
import Route from '../Route... |
define(["$data","$spec"],function(){
var body = document.body
describe('data', {
data: function(){
//使用了data方法的元素或对象都会添加一个叫uniqueNumber的数字属性
$.data( body,"test1",[1,2,3]);
expect(typeof body.uniqueNumber === "number").ok();
expect($.data( body,"test1")).... |
/* eslint-disable complexity */
/* eslint-env mocha */
import 'babel-polyfill';
import assert from 'assert';
import s from 'underscore.string';
import { _getURL } from './getURL';
const testPaths = (o, _processPath) => {
let processPath = _processPath;
if (o._root_url_path_prefix !== '') {
processPath = (path) =... |
/*!
* Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
(function(factory){
if (typeof define === "function" && define.amd) {
define(["jquery"], factory);
} else if (typeo... |
var parent = require('../../actual/typed-array/every');
module.exports = parent;
|
// This is (almost) directly from Node.js utils
// https://github.com/joyent/node/blob/f8c335d0caf47f16d31413f89aa28eda3878e3aa/lib/util.js
var getName = require('./getName');
module.exports = inspect;
/**
* Echos the value of a value. Trys to print the value out
* in the best way possible given the different type... |
import { DEBUG } from '@glimmer/env';
import { moduleFor, RenderingTestCase, runTask } from 'internal-test-helpers';
import { set } from '@ember/-internals/metal';
import { Component } from '../../utils/helpers';
moduleFor(
'Errors thrown during render',
class extends RenderingTestCase {
['@test it can reco... |
/*!
* jQuery UI Effects Size @VERSION
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
//>>label: Size Effect
//>>group: Effects
//>>description: Resize an element to a specified width and height.
//>>docs: http://api.j... |
/*
* Copyright (C) 2014 rafa
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed ... |
steal('can/util/can.js', 'mootools', 'can/util/event.js','can/util/fragment.js', 'can/util/deferred.js',
'can/util/array/each.js', 'can/util/object/isplain', "can/util/inserted",function(can) {
// mootools.js
// ---------
// _MooTools node list._
//
// Map string helpers.
can.trim = function(s){
return s && s.t... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.3.4_A4;
* @section: 15.3.4;
* @assertion: The Function prototype object does not have a valueOf property of its own. however, it inherits the valueOf property from the Ob... |
var auto = require('run-auto')
var DHT = require('bittorrent-dht/server')
var fs = require('fs')
var parseTorrent = require('parse-torrent')
var test = require('tape')
var WebTorrent = require('../')
var leavesPath = __dirname + '/content/Leaves of Grass by Walt Whitman.epub'
var leavesFile = fs.readFileSync(leavesPat... |
import m from 'mithril';
import projectContributions from '../../src/c/project-contributions';
describe('projectContributions', () => {
let $output, projectContribution;
describe('view', () => {
beforeAll(() => {
jasmine.Ajax.stubRequest(new RegExp("("+apiPrefix + '\/contributors)'+'(.*)')... |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*
* @providesModule SplitViewWindows
*/
'use strict';
module.exports = require('UnimplementedView');
|
(function (root, factory) {
// Node.
if(typeof module === 'object' && typeof module.exports === 'object') {
exports = module.exports = factory();
}
// AMD.
if(typeof define === 'function' && define.amd) {
define(factory);
}
// Browser Global.
if(typeof window === "object") {
if (typeof ro... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("... |
version https://git-lfs.github.com/spec/v1
oid sha256:ad571493c40a8480bfb7447020dd74ac4b0fdaefd7484c48f862997cef7fb34b
size 25608
|
/*
Highcharts JS v6.1.2 (2018-08-31)
Gantt series
(c) 2016 Lars A. V. Cabrera
--- WORK IN PROGRESS ---
License: www.highcharts.com/license
*/
(function(m){"object"===typeof module&&module.exports?module.exports=m:"function"===typeof define&&define.amd?define(function(){return m}):m(Highcharts)})(function(m){(fu... |
window.require(["ace/snippets/pgsql"],function(e){"object"==typeof module&&"object"==typeof exports&&module&&(module.exports=e)}); |
/**
* vee-validate v2.1.0-beta.6
* (c) 2018 Abdelrahman Awad
* @license MIT
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.VeeValidate = factory());
}(this, ... |
let x = {
one: 1,
two: 2
};
let y = { three: 3, four: 4 };
|
'use strict';
// check if gulp dist was called
if (process.argv.indexOf('dist') !== -1) {
// add ship options to command call
process.argv.push('--ship');
}
const path = require('path');
const gulp = require('gulp');
const build = require('@microsoft/sp-build-web');
const gulpSequence = require('gulp-sequence... |
// buffer each user's email text in a queue, then flush them in single email
Meteor.startup(() => {
Notifications.subscribe('email', (user, title, description, params) => {
// add quote to make titles easier to read in email text
const quoteParams = _.clone(params);
['card', 'list', 'oldList', 'board', 'c... |
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var strings={prefixAgo:null,prefixFromNow:null,suffixAgo:"之前",suffixFromNow:"之后",seconds:"不到1分钟",minute:"大约1分钟",minutes:"%d分钟",hour:"大约1小时",hours:"大约%d小时",day:"1天",days:"%d天",month:"大约1个月",months:"%d月",year:"大约1年",years:"%d年",wor... |
/*!
DataTables styling wrapper for Responsive
©2018 SpryMedia Ltd - datatables.net/license
*/
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-responsive"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=win... |
import Vue from '../../dist/vue.runtime.common.js'
import { createRenderer } from '../../packages/vue-server-renderer'
const { renderToStream } = createRenderer()
describe('SSR: renderToStream', () => {
it('should render to a stream', done => {
const stream = renderToStream(new Vue({
template: `
<d... |
var parent = require('../../../stable/string/virtual/pad-end');
module.exports = parent;
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'preview', 'ms', {
preview: 'Prebiu'
});
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var immutable_1 = require("immutable");
function copyCLIIgnoreToWatchOptions(incoming) {
if (!incoming.get("ignore")) {
return incoming;
}
return incoming.updateIn(["watchOptions", "ignored"], function (ignored) {
v... |
/* *
*
* (c) 2010-2019 Torstein Honsi
*
* 3D pie series
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
'use strict';
import H from '../parts/Globals.js';
import '../parts/Utilities.js';
var deg2rad = H.deg2rad, pick = H.pick, ser... |
var _obj;
function set(target, property, value, receiver) { if (typeof Reflect !== "undefined" && Reflect.set) { set = Reflect.set; } else { set = function set(target, property, value, receiver) { var base = _superPropBase(target, property); var desc; if (base) { desc = Object.getOwnPropertyDescriptor(base, property);... |
$(function(){
//convert Hex to RGBA
function convertHex(hex,opacity){
hex = hex.replace('#','');
r = parseInt(hex.substring(0,2), 16);
g = parseInt(hex.substring(2,4), 16);
b = parseInt(hex.substring(4,6), 16);
result = 'rgba('+r+','+g+','+b+','+opacity/100+')';
return result;
}
//Car... |
import React from 'react';
import RadioGroupContext from './RadioGroupContext';
export default function useRadioGroup() {
return React.useContext(RadioGroupContext);
} |
var util = require('./util');
var wrapper = util.wrapper;
var postJSON = util.postJSON;
/**
* 获取用户基本信息
* 详情请见:<http://mp.weixin.qq.com/wiki/index.php?title=获取用户基本信息>
* Examples:
* ```
* api.getUser(openid, callback);
* ```
* Callback:
*
* - `err`, 调用失败时得到的异常
* - `result`, 调用正常时得到的对象
*
* Result:
* ```
* {... |
exports.isJavaObject = function( o ) {
if (o === global){
return false;
}
if (o !== undefined && o !== null){
try {
// this throws error for java objects in jre7
if (typeof o.constructor === 'function'){
return false;
}
} catch (e){
return true;
}
try {
v... |
var types = require("utils/types");
var knownColors = require("color/known-colors");
var AMP = "#";
var Color = (function () {
function Color() {
if (arguments.length === 1) {
var arg = arguments[0];
if (types.isString(arg)) {
if (knownColors.isKnownName(arg)) {
... |
'use strict';
var React = require('react/addons');
var PureRenderMixin = React.addons.PureRenderMixin;
var SvgIcon = require('../../svg-icon');
var AvPauseCircleFilled = React.createClass({
displayName: 'AvPauseCircleFilled',
mixins: [PureRenderMixin],
render: function render() {
return React.createElemen... |
var assert = require('assert'),
vows = require('vows'),
nock = require('nock');
var apiEndpoint = nock('http://dc.api.mailchimp.com:80').get('/export/1.0/campaignSubscriberActivity/?apikey=apiKey-dc')
.reply(200, '{\"error\":\"Invalid Campaign ID: \",\"co... |
/* flatpickr v4.3.2, @license MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.sk = {})));
}(this, (function (exports) { 'use strict';
var fp = typeof wi... |
define("ace/theme/merbivore",["require","exports","module","ace/lib/dom"], function(require, exports, module) {
exports.isDark = true;
exports.cssClass = "ace-merbivore";
exports.cssText = ".ace-merbivore .ace_gutter {\
background: #202020;\
color: #E6E1DC\
}\
.ace-merbivore .ace_print-margin {\
width: 1px;\
backgroun... |
/*!
* FileInput Estonian Translations
*
* This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or
* any HTML markup tags in the messages must not be converted or translated.
*
* @see http://github.com/kartik-v/bootstrap-fileinput
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
(funct... |
/*globals casper, __utils__, url */
casper.test.begin("Settings screen is correct", 15, function suite(test) {
test.filename = "settings_test.png";
casper.start(url + "ghost/settings/", function testTitleAndUrl() {
test.assertTitle("", "Ghost admin has no title");
test.assertUrlMatch(/ghost\/s... |
import { foo } from './module';
import impA from "./helperA";
import impB from "./helperB";
import impC from "./helperC";
var notExportedAsync = function () {
var ref = impA(impB.mark(function _callee2() {
return impC.wrap(function _callee2$(_context2) {
while (1) {
switch (_context2.prev = _context2.next) {... |
App.deferReadiness();
|
/**
* Framework7 2.0.0-beta.18
* Full featured mobile HTML framework for building iOS & Android apps
* http://framework7.io/
*
* Copyright 2014-2017 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: November 30, 2017
*/
import Template7 from 'template7';
import $ from 'dom7';
/**
* h... |
require('ember-routing/ext/controller');
require('ember-routing/ext/view');
|
/* jshint -W117:false */
(function (QUnit, env) {
if (env.__quit_once_initialized) {
return;
}
env.__quit_once_initialized = true;
if (typeof QUnit !== 'object') {
throw new Error('undefined QUnit object');
}
var _module = QUnit.module;
if (typeof _module !== 'function') {
throw new Error('Q... |
/* */
require('../modules/es6.object.to-string');
require('../modules/es6.string.iterator');
require('../modules/web.dom.iterable');
require('../modules/es6.promise');
module.exports = require('../modules/_core').Promise;
|
// dna.js v1.3.4 ~~ dnajs.org ~~ MIT
// Copyright (c) 2013-2017 individual contributors to dna.js
var dna = {
// API:
// dna.clone()
// dna.cloneSub()
// dna.createTemplate()
// dna.rest.get()
// dna.getModel()
// dna.empty()
// dna.refresh()
// dna.refreshAll()
//... |
/**
* @fileoverview Rule to flag use of eval() statement
* @author Nicholas C. Zakas
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const astUtils = require("../ast-u... |
/**
* @author sunag / http://www.sunag.com.br/
*/
THREE.NodePass = function () {
THREE.ShaderPass.call( this );
this.name = "";
this.uuid = THREE.Math.generateUUID();
this.userData = {};
this.textureID = 'renderTexture';
this.fragment = new THREE.RawNode( new THREE.ScreenNode() );
this.node = new THREE.... |
/**
* React v15.4.0-rc.2
*/
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=... |
// Copyright (c) the Contributors as noted in the AUTHORS file.
// This file is part of node-ninja.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
var path ... |
/*******************************************************************************
* KindEditor - WYSIWYG HTML Editor for Internet
* Copyright (C) 2006-2011 kindsoft.net
*
* @author Roddy <luolonghao@gmail.com>
* @site http://www.kindsoft.net/
* @licence http://www.kindsoft.net/license.php
*******************************... |
// src/server/index.ts
import {executionAsyncId, createHook} from "node:async_hooks";
import {virtualSheet} from "twind/sheets";
export * from "twind";
export * from "twind/sheets";
var asyncVirtualSheet = () => {
const sheet = virtualSheet();
const initial = sheet.reset();
const store = new Map();
const asyncH... |
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModu... |
var urlService = require('../../../services/url'),
sitemapsUtils;
sitemapsUtils = {
getDeclarations: function () {
var baseUrl = urlService.utils.urlFor('sitemap_xsl', true);
baseUrl = baseUrl.replace(/^(http:|https:)/, '');
return '<?xml version="1.0" encoding="UTF-8"?>' +
... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'vi', {
button: {
title: 'Thuộc tính của nút',
text: 'Chuỗi hiển thị (giá trị)',
type: 'Kiểu',
typeBtn: 'Nút bấm',
typeSbm: 'Nút g... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.