code stringlengths 2 1.05M |
|---|
var assert = require('assert');
var jsan = require('../');
describe('jsan', function() {
describe('has a stringify method', function() {
it('behaves the same as JSON.stringify for simple jsonable objects', function() {
var obj = {
a: 1,
b: 'string',
c: [2,3],
d: null
... |
/* jshint expr:true */
import { expect } from 'chai';
import {
describeComponent,
it
} from 'ember-mocha';
import hbs from 'htmlbars-inline-precompile';
import Ember from 'ember';
import Pretender from 'pretender';
import wait from 'ember-test-helpers/wait';
const {run} = Ember;
const stubSuccessfulUpload = f... |
module.exports={A:{A:{"2":"gB","8":"K D G","129":"E A B"},B:{"1":"H I","129":"1 C d J M"},C:{"1":"0 1 2 3 5 6 7 8 9 F N K D G E A B C d J M H I O P Q R S T U V W X Y Z a b c e f g h i j k l m n o L q r s t u v w x y z GB AB CB DB","8":"dB EB XB WB"},D:{"1":"0 1 2 3 5 6 7 8 9 D G E A B C d J M H I O P Q R S T U V W X Y ... |
/*
YUI 3.8.0pr2 (build 154)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
YUI.add('yql', function (Y, NAME) {
/**
* This class adds a sugar class to allow access to YQL (http://developer.yahoo.com/yql/).
* @module yql
*/
/**
* Utility Class used u... |
"use strict";
var Stream = require("stream").Stream,
utillib = require("util"),
net = require("net"),
tls = require("tls"),
oslib = require("os"),
xoauth2 = require("xoauth2"),
crypto = require("crypto"),
fs = require('fs');
// expose to the world
module.exports = function(port, host, opti... |
define([], function() { return [
{'id':'todo-001','startDate':'2013-03-30','title':'Create an initial project with 200 TODO items.', 'description':'todo-001'},
{'id':'todo-002','startDate':'2013-03-30','title':'Make the demo eye candy.', 'description':'todo-002'},
{'id':'todo-003','startDate':'2013-03-30','title':'Depl... |
define(["exports"], function (exports) {
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.foo7 = foo7;
var foo = exports.foo = 1;
var foo = exports.foo = 1,
bar = exports.bar = 2;
var foo2 = exports.foo2 = function () {};
var foo3 = exports.foo3 = undefin... |
System.register(['@angular/core', "@angular/forms"], function(exports_1, context_1) {
"use strict";
var __moduleName = context_1 && context_1.id;
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? de... |
define([
'dojo/_base/declare',
'dijit/_WidgetBase',
'dijit/_TemplatedMixin',
'dijit/_WidgetsInTemplateMixin',
'dojo/_base/lang',
'dijit/DropDownMenu',
'dijit/MenuItem',
'dojo/_base/array',
'dojox/lang/functional',
'dojo/text!./Basemaps/templates/Basemaps.html',
'esri/dijit/Ba... |
import faker from 'faker'
import React from 'react'
import StepTitle from 'src/elements/Step/StepTitle'
import * as common from 'test/specs/commonTests'
describe('StepTitle', () => {
common.isConformant(StepTitle)
common.rendersChildren(StepTitle)
describe('description prop', () => {
it('renders child text... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'save', 'bn', {
toolbar: 'সংরক্ষন কর'
});
|
// use a already existing formater or fallback to the default v8 formater
var defaultFormater = require('./format.js');
// public define API
function stackChain() {
this.extend = new TraceModifier();
this.filter = new TraceModifier();
this.format = new StackFormater();
this.version = require('./package.json')... |
/*
8. Write an expression that calculates trapezoid's
area by given sides a and b and height h.
*/
taskName = "8. Calculate trapezoid area";
function Main(bufferElement) {
var a = ReadLine("a = ", GetRandomFloat(0, 10, 3));
var b = ReadLine("b = ", GetRandomFloat(0, 10, 3));
var height = ReadLine... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: >
If Result(3).type is not normal, then Result(3).type must be throw.
Throw Result(3).value as an exception
es5id: 15.1.2.1_A3.3_T2
description: Break statement
---*/
... |
'use strict'
module.exports = options => options && options.Promise || require('bluebird')
|
angular.module('umbraco.services')
.factory('userService', function ($rootScope, eventsService, $q, $location, $log, securityRetryQueue, authResource, assetsService, dialogService, $timeout, angularHelper, $http, javascriptLibraryService) {
var currentUser = null;
var lastUserId = null;
... |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
var Stylis = _interopDefault(require('stylis/stylis.min'));
var _insertRulePlugin = _interopDefault(require('stylis-rule-shee... |
/*
Highcharts JS v7.1.0 (2019-04-01)
Variable Pie module for Highcharts
(c) 2010-2019 Grzegorz Blachliski
License: www.highcharts.com/license
*/
(function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/modules/variable-pie"... |
'use strict';
import React from 'react';
import ReactTransitionEvents from 'react/lib/ReactTransitionEvents';
import {getTrackCSS, getTrackLeft, getTrackAnimateCSS} from './trackHelper';
import assign from 'object-assign';
var helpers = {
initialize: function (props) {
var slideCount = React.Children.count(prop... |
/**
* ag-grid-community - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v19.1.2
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.leng... |
/* *
*
* Copyright (c) 2019-2019 Highsoft AS
*
* Boost module: stripped-down renderer for higher performance
*
* License: highcharts.com/license
*
* */
'use strict';
import H from '../../parts/Globals.js';
import U from '../../parts/Utilities.js';
var isNumber = U.isNumber;
import '../../parts/Color.js';... |
/**
* 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";
Object.defineProperty(exports, "__esModule", { value: true });
// class returns a unique id to use for the column. ... |
import Stylis from 'stylis/stylis.min';
import _insertRulePlugin from 'stylis-rule-sheet';
import React, { cloneElement, createContext, Component, createElement } from 'react';
import { isElement, isValidElementType, ForwardRef } from 'react-is';
import memoize from 'memoize-one';
import stream from 'stream';
import Pr... |
/*
Highcharts JS v2.3.0 (2012-08-24)
Exporting module
(c) 2010-2011 Torstein H?nsi
License: www.highcharts.com/license
*/
(function(){function x(a){for(var b=a.length;b--;)typeof a[b]==="number"&&(a[b]=Math.round(a[b])-0.5);return a}var g=Highcharts,y=g.Chart,z=g.addEvent,B=g.removeEvent,r=g.createElement,u=g.dis... |
// Domain Public by Eric Wendelin http://eriwen.com/ (2008)
// Luke Smith http://lucassmith.name/ (2008)
// Loic Dachary <loic@dachary.org> (2008)
// Johan Euphrosine <proppy@aminche.com> (2008)
// Øyvind Sean Kinsey http://kinsey.no/blog (2010)
//
// ... |
declare module "trim-left" {
declare module.exports: string => string
}
|
import counterpart from "counterpart";
import typesCheck from "./types";
/** * * * *
*
* MESSAGES
*
* * * * * */
export const Messages = {
Required: (name = "") => {
if (name)
return counterpart.translate("validation.messages.requiredNamed", {
name: name
});
... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'stylescombo', 'km', {
label: 'រចនាបថ',
panelTitle: 'ទ្រង់ទ្រាយរចនាបថ',
panelTitle1: 'រចនាបថប្លក់',
panelTitle2: 'រចនាបថក្នុងជួរ',
panelTit... |
/**
* @license Angular v3.4.9
* (c) 2010-2017 Google, Inc. https://angular.io/
* License: MIT
*/(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@angular/common/testing'), require('@angular/core'), require('@angula... |
var through = require('through2');
// Consts
const PLUGIN_NAME = 'gulp-buffer';
function gulpBuffer() {
var stream = through.obj(function(file, enc, callback) {
// keep null files as-is
if (file.isNull()) {
this.push(file);
return callback();
}
// keep buffer files as-is
if (file.i... |
/*───────────────────────────────────────────────────────────────────────────*\
│ Copyright (C) 2014 eBay Software Foundation │
│ │
│hh ,'""`. ... |
/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.13.0
* @homepage http://bootstrap-table.wenzhixin.net.cn
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @l... |
var ios = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
var chrome = /Chrome/i.test(navigator.userAgent);
var touchDevice = (function() {
try {
document.createEvent('TouchEvent');
return true;
} catch (e) {
return false;
}
})();
var describeSkipIf = function(bool, title, callback... |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/
... |
version https://git-lfs.github.com/spec/v1
oid sha256:36bfa2037643bd1511cbb46471b2ce24b78c1a6953e67fa59bbc4ec3fefead90
size 1891
|
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _commaListsAnd = require('./commaListsAnd');
var _commaListsAnd2 = _interopRequireDefault(_commaListsAnd);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _commaLists... |
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
* extensions: https://github.com/lukaskral/bootstrap-table-filter
*/
!function($) {
'use strict';
$.extend($.fn.bootstrapTable.defaults, {
showFilter: false
});
var BootstrapTable = $.fn.bootstrapTable.Constructor,
_... |
import { Directive, ElementRef, EventEmitter, Input, Output } from '@angular/core';
import { isPresent, isTrueProperty } from '../../util/util';
/**
* \@name Option
* \@description
* `ion-option` is a child component of `ion-select`. Similar to the native option element, `ion-option` can take a value and a selected ... |
//
// Copyright (c) 2016 Cisco Systems
// Licensed under the MIT License
//
/*
* a Cisco Spark webhook that leverages node-sparkbot function: webhook.onCommand().
* note : this example requires that you've set a SPARK_TOKEN env variable
*/
var SparkBot = require("node-sparkbot");
// Starts your Webhook with d... |
'use strict';
const path = require('path');
const fs = require('fs');
const noop = () => {};
before('initialization', function () {
// Load and override configuration before starting the server
let config;
try {
require.resolve('../config/config');
} catch (err) {
if (err.code !== 'MODULE_NOT_FOUND') throw e... |
import React, { Component, PropTypes } from "react";
import { getStyles } from "../utils/base";
import Radium from "radium";
@Radium
export default class Quote extends Component {
render() {
return (
<span className={this.props.className} style={[this.context.styles.components.quote, getStyles.call(this), ... |
module.exports = require('./dist/'); |
//-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//------------------------------------------------------... |
var nightwatch = require('../index.js');
module.exports = {
init : function(callback) {
return nightwatch.client({
seleniumPort : 10195,
silent : true,
output : false,
globals : {
myGlobal : 'test'
}
}).start().once('error', function() {
if (callback) {
cal... |
/**
* Bind the file upload when editing content, so it works and stuff
*
* @param {string} key
*/
function bindFileUpload(key) {
// Since jQuery File Upload's 'paramName' option seems to be ignored,
// it requires the name of the upload input to be "images[]". Which clashes
// with the non-fancy fallbac... |
const path = require('path');
const webpack = require('webpack');
const HtmlWebpackPlugin = require('html-webpack-plugin');
const OpenBrowserPlugin = require('open-browser-webpack-plugin');
module.exports = {
// 这里应用程序开始执行
// webpack 开始打包
// 本例中 entry 为多入口
entry: {
// App 入口
main: "./app/index",
},
... |
version https://git-lfs.github.com/spec/v1
oid sha256:a2f4d816a8f0394b3c29ab86771ad1f3194f169d06b343e67dc7ab8810ee95b5
size 1161
|
import Ember from 'ember';
import BoundsPathLayer from 'ember-leaflet/layers/bounds-path';
import { module, test } from 'qunit';
var geometry, locations;
var n = [-15.780148, -47.92917],
w = [-15.782102, -47.936869],
s = [-15.786108, -47.931933],
e = [-15.783423, -47.924638];
module('BoundsPathLayer with ... |
define("dojox/mobile/Slider", [
"dojo/_base/array",
"dojo/_base/connect",
"dojo/_base/declare",
"dojo/_base/lang",
"dojo/_base/window",
"dojo/sniff",
"dojo/dom-class",
"dojo/dom-construct",
"dojo/dom-geometry",
"dojo/dom-style",
"dojo/keys",
"dojo/touch",
"dijit/_WidgetBase",
"dijit/form/_FormValueMixin"
... |
'use strict';
module.exports = /*@ngInject*/
function fooService(/* inject dependencies here, i.e. : $rootScope */) {
return {
// Do something awesome
};
};
|
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.0.2
*/
(function( window, angular, undefined ){
"use strict";
/**
* @ngdoc module
* @name material.components.autocomplete
*/
/*
* @see js folder for autocomplete implementation
*/
angular.module('material.components.auto... |
'use strict';
var fs = require('fs');
var assert = require('assert');
var lex = require('../');
var checkLexerFunctions = require('./check-lexer-functions');
checkLexerFunctions();
var dir = __dirname + '/cases/';
fs.readdirSync(dir).forEach(function (testCase) {
if (/\.pug$/.test(testCase)) {
console.dir(test... |
import m from 'mithril';
import postgrest from 'mithril-postgrest';
import adminRadioAction from '../../src/c/admin-radio-action';
describe('AdminRadioAction', () => {
const testModel = postgrest.model('reward_details'),
testStr = 'updated',
errorStr = 'error!';
let error = false,
item... |
'use strict';
Connector.playerSelector = '.miniplayer';
Connector.artistSelector = '.current-series-link';
Connector.trackSelector = '.current-episode-link';
Connector.playButtonSelector = '.play';
|
let express = require('express');
let app = express();
let bodyParser = require('body-parser');
let router = require('./app/routes/router');
const port = 8888;
app.use(express.static('public'));
app.use( bodyParser.json() ); // to support JSON-encoded bodies
app.use(bodyParser.urlencoded({ // to support URL-... |
var _ = require("lodash");
var path = require("path");
// -----------------------------------------------------------------------------
// Finds the has value for a given entry point in the provided webpack stats
// -----------------------------------------------------------------------------
function getHashed(web... |
import Ember from 'ember';
import RectangleLayer from 'ember-leaflet/layers/rectangle';
import { moduleForComponent, test } from 'ember-qunit';
import locationsEqual from '../../helpers/locations-equal';
import locations from '../../helpers/locations';
var content, rectangle, component;
moduleForComponent('leaflet-ma... |
version https://git-lfs.github.com/spec/v1
oid sha256:e0df7ef4477a586c6ae794531832f50280056854e009af0ea8ccc253877bdd2c
size 15357
|
// Generated by LiveScript 1.4.0
var LiveScript, path, fs, util, prelude, each, breakList, ref$, parseOptions, generateHelp, nameFromPath, SourceNode, version, slice$ = [].slice, toString$ = {}.toString;
LiveScript = require('..');
path = require('path');
fs = require('fs');
util = require('util');
prelude = require('p... |
module.exports={title:"Verdaccio",slug:"verdaccio",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Verdaccio</title><path d="'+this.path+'"/></svg>'},path:"M17.376 9.84L18.72 7.2h-4.8v.566h.864l-.192.377H12.96v.566h1.344l-.288.565H12v.566h1.728zm-4.255 8.64l3.68-7.265h-3.6... |
/*!
* # Semantic UI 2.0.0 - Visit
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2015 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
;(function ($, window, document, undefined) {
"use strict";
$.visit = $.fn.visit = function(parameters) ... |
var searchData=
[
['window',['Window',['../class_window.html',1,'']]]
];
|
'use strict';
const co = require('co');
const RSVP = require('rsvp');
const ember = require('../helpers/ember');
const fs = require('fs-extra');
const path = require('path');
let remove = RSVP.denodeify(fs.remove);
let root = process.cwd();
let tmproot = path.join(root, 'tmp');
const Blueprint = require('../../lib/mod... |
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define("loose/module-name/input", [], factory);
} else if (typeof exports !== "undefined") {
factory();
} else {
var mod = {
exports: {}
};
factory();
global.looseModuleNameInput = mod.exports;
}
})(thi... |
/*
* jQuery Foundation Magellan 0.0.1
* http://foundation.zurb.com
* Copyright 2012, ZURB
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/*jslint unparam: true, browser: true, indent: 2 */
;(function ($, window, undefined) {
'use strict';
$.fn.foundationMagellan... |
var _ = require('lodash');
var util = require('../../core/util.js');
var log = require(`${util.dirs().core}log`);
var handle = require('./handle');
var mongoUtil = require('./util');
var Reader = function Reader () {
_.bindAll(this);
this.db = handle;
this.collection = this.db.collection(mongoUtil.set... |
///////////////////////////////////////////////////////////////////////////
// Copyright © 2014 - 2016 Esri. 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
//
// h... |
/*
MAPSTRACTION vtimemap http://www.mapstraction.com
Copyright (c) 2011 Tom Carden, Steve Coast, Mikel Maron, Andrew Turner, Henri Bergius, Rob Moran, Derek Fowler, Gary Gale
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the... |
function Open(command, params/*, item*/) {
var room, subscription, type;
if (command !== 'open' || !Match.test(params, String)) {
return;
}
room = params.trim();
if (room.indexOf('#') !== -1) {
type = 'c';
}
if (room.indexOf('@') !== -1) {
type = 'd';
}
room = room.replace('#', '');
room = room.replace(... |
/**
* EventUtils.js
*
* Copyright, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
/*jshint loopfunc:true*/
/*eslint no-loop-func:0 */
/**
* This class wraps the browsers native event logic with more conven... |
/**
* @name ui-course-infor.js
* @description 课程详情页
*
* @author alexliu
* @modify 2013-07-12 16:52:31
* @links https://github.com/xueAlex/
*/
// 课程详情页头像切换封装函数
var xue = xue || {};
xue.avatar = xue.avatar || {};
(function () {
var a = xue.avatar;
a.box = {
pic: null,
list: null,
... |
// this should not get included
var fluff = true;
|
// Since the code for most chapter in Eloquent JavaScript isn't
// written with node's module system in mind, this kludge is used to
// load dependency files into the global namespace, so that the
// examples can run on node.
module.exports = function() {
for (var i = 0; i < arguments.length; i++)
(1,eval)(requi... |
var React = require('react')
module.exports = React.createClass({
getInitialState: function() {
return { text: '', ok: false }
},
handleSubmit: function(e) {
e.preventDefault()
if (this.props.onAdd(this.state.text)) {
this.setState({text: '', ok: false})
}
},
onChange: function(e) {... |
module.exports = require("npm:des.js@1.0.0/lib/des.js"); |
/**
@license
* @pnp/sp-taxonomy v1.1.2-0 - pnp - Provides a fluent API to work with SharePoint taxonomy
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)
* Copyright (c) 2018 Microsoft
* docs: https://pnp.github.io/pnpjs/
* source: https://github.com/pnp/pnp
* bugs: https://github.com/pnp/pnp/issues
*/
(f... |
"use strict";
var platform_browser_dynamic_1 = require("@angular/platform-browser-dynamic");
var app_module_1 = require("./app.module");
platform_browser_dynamic_1.platformBrowserDynamic().bootstrapModule(app_module_1.AppModule);
//# sourceMappingURL=main.js.map |
import { get } from 'ember-metal/property_get';
import { set } from 'ember-metal/property_set';
import run from 'ember-metal/run_loop';
import { computed } from 'ember-metal/computed';
import Controller from 'ember-runtime/controllers/controller';
import jQuery from 'ember-views/system/jquery';
import View from 'ember-... |
// vim:ts=4:sts=4:sw=4:
/*!
*
* Copyright 2009-2012 Kris Kowal under the terms of the MIT
* license found at http://github.com/kriskowal/q/raw/master/LICENSE
*
* With parts by Tyler Close
* Copyright 2007-2009 Tyler Close under the terms of the MIT X license found
* at http://www.opensource.org/licenses/mit-lice... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.tippy = factory());
}(this, (function () { 'use strict';
var Browser = {};
if (typeof window !== 'undefined') {
Browser.... |
import Route from 'ember-route';
export default Route.extend({
beforeModel() {
this._super(...arguments);
this.transitionTo('editor.new');
}
});
|
describe("module:ng.directive:ngPluralize", function() {
var rootEl;
beforeEach(function() {
rootEl = browser.rootEl;
browser.get("./examples/example-example40/index-jquery.html");
});
it('should show correct pluralized string', function() {
var withoutOffset = element.all(by.css('ng-pluralize'))... |
ace.define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
"use strict";
var oop = require("../lib/oop");
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
var XmlHighlightRules = function(no... |
import Ember from 'ember';
export default Ember.Route.extend({
});
|
'use strict';
var path = require('path');
var which = require('which').sync;
// TODO(markus): Needs some refactoring
// Try to implement these not as functions but as attributes of the object and set it at each sane call
// BUG: projectRoot changes when we do a cd() command
var self = {
binaryPath: function binaryP... |
var Utils = require(__dirname + '/../../src/utils/Utils');
exports.appendArray = function(test){
// STUB
test.done();
};
exports.splice = function(test){
// STUB
test.done();
};
exports.extend = function(test){
// STUB
test.done();
};
exports.defaults = function(test){
// STUB
test.d... |
/*
* extsprintf.js: extended POSIX-style sprintf
*/
var mod_assert = require('assert');
var mod_util = require('util');
/*
* Public interface
*/
exports.sprintf = jsSprintf;
/*
* Stripped down version of s[n]printf(3c). We make a best effort to throw an
* exception when given a format string we ... |
/*! p5.dom.js v0.4.0 August 9, 2018 */
/**
* <p>The web is much more than just canvas and p5.dom makes it easy to interact
* with other HTML5 objects, including text, hyperlink, image, input, video,
* audio, and webcam.</p>
* <p>There is a set of creation methods, DOM manipulation methods, and
* an extended <a hre... |
(function (undefined) {
// Shortcuts
var C = CryptoJS;
var C_lib = C.lib;
var CipherParams = C_lib.CipherParams;
var C_enc = C.enc;
var Hex = C_enc.Hex;
var C_format = C.format;
var HexFormatter = C_format.Hex = {
/**
* Converts the ciphertext of a cipher params object ... |
var Syncano =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/*... |
/**
* @fileoverview The event generator for AST nodes.
* @author Toru Nagashima
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const esquery = require("esquery");
con... |
frappe.listview_settings['Communication'] = {
add_fields: [
"sent_or_received","recipients", "subject",
"communication_medium", "communication_type",
"sender", "seen", "reference_doctype", "reference_name",
"has_attachment"
],
filters: [["status", "=", "Open"]],
onload: function(list_view) {
let method ... |
'use strict';
/**
* @ngdoc filter
* @name orderBy
* @kind function
*
* @description
* Orders a specified `array` by the `expression` predicate. It is ordered alphabetically
* for strings and numerically for numbers. Note: if you notice numbers are not being sorted
* as expected, make sure they are actually bei... |
module.exports={A:{A:{"2":"H E G C B A WB"},B:{"2":"D u g I J"},C:{"33":"0 1 2 3 4 5 6 F L H E G C B A D u g I J Y O e P Q R S T U V W X v Z a b c d N f M h i j k l m n o p q r s t y K","164":"UB x SB RB"},D:{"2":"0 1 2 3 4 5 6 F L H E G C B A D u g I J Y O e P Q R S T U V W X v Z a b c d N f M h i j k l m n o p q r s ... |
let $I18N_0$;
if (typeof ngI18nClosureMode !== "undefined" && ngI18nClosureMode) {
…
} else {
$I18N_0$ = $localize`Some Message`;
}
|
(function(/*! Brunch !*/) {
'use strict';
if (!this.require) {
var modules = {};
var cache = {};
var __hasProp = ({}).hasOwnProperty;
var expand = function(root, name) {
var results = [], parts, part;
if (/^\.\.?(\/|$)/.test(name)) {
parts = [root, name].join('/').split('/');
... |
// Copyright 2012 Selenium committers
// Copyright 2012 Software Freedom Conservancy
//
// 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
/... |
"use strict";
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["exports", "foo", "foo-bar", "./directory/foo-bar"], factory);
} else if (typeof exports !== "undefined") {
factory(exports, require("foo"), require("foo-bar"), require("./directory/foo-bar"));
} else {
... |
// Copyright 2008 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this li... |
/**
* @fileoverview disallow unncessary concatenation of literals or template literals
* @author Henry Zhu
* @copyright 2015 Henry Zhu. All rights reserved.
* See LICENSE file in root directory for full license.
*/
"use strict";
//------------------------------------------------------------------------------
// R... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.