code
stringlengths
2
1.05M
/* Copyright (c) 2006-2015 by OpenLayers Contributors (see authors.txt for * full list of contributors). Published under the 2-clause BSD license. * See license.txt in the OpenLayers distribution or repository for the * full text of the license. */ /** * @requires OpenLayers/Format/WFSCapabilities/v1.js */ /** ...
/** @license * @pnp/logging v1.0.0-beta.11 - pnp - light-weight, subscribable logging framework * MIT (https://github.com/pnp/pnp/blob/master/LICENSE) * Copyright (c) 2018 Microsoft * docs: http://officedev.github.io/PnP-JS-Core * source: https://github.com/pnp/pnp * bugs: https://github.com/pnp/pnp/issues */ (f...
define( //begin v1.x content { "field-quarter-short-relative+0": "ce trim.", "field-quarter-short-relative+1": "le trim. proch.", "field-tue-relative+-1": "mardi dernier", "field-year": "année", "field-wed-relative+0": "ce mercredi", "field-wed-relative+1": "mercredi prochain", "field-minute": "minute", "field-...
/**************************************************************************** Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in th...
yepnope([ // Libs '../lib/bean-min.js', '../lib/underscore-min.js', { test : (navigator.appVersion.indexOf("MSIE") != -1 && parseFloat(navigator.appVersion.split("MSIE")[1]) < 9), // Load for IE < 9 yep : [ '../lib/excanvas.js', '../lib/base64.js', '../lib/canvastext.js' ] }, ...
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ko",[],function(){return{errorLoading:function(){return"결과를 불러올 수 없습니다."},inputTooLong:function(n){return"너무 깁니다. "+(n.input.length-n.maximum)+" 글자 지워주세요."},inputTooShort:function(n){return"너무 짧...
function excluded() { return null; }
/** * @author Mat Groves http://matgroves.com/ @Doormat23 */ PIXI.blendModes = {}; PIXI.blendModes.NORMAL = 0; PIXI.blendModes.SCREEN = 1; /** @class Sprite @extends DisplayObjectContainer @constructor @param texture {Texture} @type String */ PIXI.Sprite = function(texture) { PIXI.DisplayObjectContainer.call( thi...
/*! * grunt-jslint * https://github.com/stephenmathieson/grunt-jslint * * Copyright (c) 2013 Stephen Mathieson * Licensed under the WTFPL license. */ 'use strict'; var jslint = require('..'); var pkg = require('../package.json'); /** * Register the `jslint` task * * @api private * @param {Object} grunt */...
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("react"), require("react-dom")); else if(typeof define === 'function' && define.amd) define(["react", "react-dom"], factory); else if(typeof exports === 'obje...
jQuery(function($){$.ui.dialog.wiquery.regional.is={okButton:"Ókei",cancelButton:"Hætta",questionTitle:"Spurning",waitTitle:"BÃddu",errorTitle:"Villa",warningTitle:"Viðvörun"}});
/*! p5.sound.js v0.2.15 2015-10-21 */ (function (root, factory) { if (typeof define === 'function' && define.amd) define('p5.sound', ['p5'], function (p5) { (factory(p5));}); else if (typeof exports === 'object') factory(require('../p5')); else factory(root['p5']); }(this, function (p5) { /** * p5...
var _createPredicateIndexFinder = require('./_createPredicateIndexFinder.js'); // Returns the first index on an array-like that passes a truth test. var findIndex = _createPredicateIndexFinder(1); module.exports = findIndex;
// @flow // $WithVersion >=0.0.0 (123: string); // should be suppressed // $WithVersion >=1000000.0.0 (123: string); // should not be suppressed
/*! * FileInput Chinese 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 * @author kangqf <kangqingfei@gmail.com> * * NOTE: thi...
var assert = require('assert'); var versionChecker = require('..'); var lodash = require('lodash'); describe('ember-cli-version-checker', function() { function FakeAddonAtVersion(version, projectProperties) { this.name = 'fake-addon'; this.project = lodash.assign({}, { emberCLIVersion: function() { ...
/*! * @atlassian/aui - Atlassian User Interface Framework * @version v7.6.0 * @link https://docs.atlassian.com/aui/latest/ * @license SEE LICENSE IN LICENSE.md * @author Atlassian Pty Ltd. */ // src/js-vendor/jquery/jquery-ui/jquery.ui.datepicker.js (typeof window === 'undefined' ? global : window).__38fc196a0b1b...
'use strict'; const chai = require('chai'), expect = chai.expect, Support = require(__dirname + '/../support'), DataTypes = require(__dirname + '/../../../lib/data-types'), Sequelize = Support.Sequelize, dialect = Support.getTestDialect(), sinon = require('sinon'), Promise = require('bluebird'); describ...
/* Highcharts JS v4.0.4 (2014-09-02) Solid angular gauge module (c) 2010-2014 Torstein Honsi License: www.highcharts.com/license */ (function(a){var k=a.getOptions().plotOptions,q=a.pInt,r=a.pick,l=a.each,n;k.solidgauge=a.merge(k.gauge,{colorByPoint:!0});n={initDataClasses:function(b){var h=this,e=this.chart,c,m...
'use strict'; /*jshint asi: true*/ var testLib = require('./utils/test-lib') , test = require('tap').test , baseUrl = 'https://raw.github.com/documentcloud/underscore/master/' // Not necessary to shim underscore, but serves as a good test case since it tries very hard to interface with commonJS test('underscore m...
'use strict'; var fs = require('fs'); var React = require('react'); var ReactBin = require('../ReactBin'); var Markdown = require('../utils').Markdown; var Doc = require('../utils').Doc; var examples = { default: fs.readFileSync(__dirname + '/01-default.js', 'utf-8'), defaultThumb: fs.readFileSync(__dirname + '/01...
// @flow import clamp from "clamp-js"; clamp(new HTMLInputElement()); clamp(new HTMLInputElement(), {}); clamp(new HTMLInputElement(), {useNativeClamp: true}); // $ExpectError clamp(new HTMLInputElement(), {useNativeClamp: "nope!"});
define("ace/ext/modelist",["require","exports","module"], function(require, exports, module) { "use strict"; var modes = []; function getModeForPath(path) { var mode = modesByName.text; var fileName = path.split(/[\/\\]/).pop(); for (var i = 0; i < modes.length; i++) { if (modes[i].supportsFile(fil...
var assert = require("assert"); var file = require('../file-system'); var fs = require('fs'); var path = require('path'); function getPath(filepath) { return path.join(__dirname, filepath); } function checkPermission(filepath, mask) { var stat = fs.statSync(filepath); var mode = mask & parseInt((stat.mode & par...
module("Exhibit.Database._RangeIndex"); test("prototype", function() { //expect(); }); test("getCount", function() { //expect(); }); test("getMin", function() { //expect(); }); test("getMax", function() { //expect(); }); test("getRange", function() { //expect(); }); test("getSubjectsInRange", ...
module.exports = { env: { es6: true }, parserOptions: { ecmaVersion: 6, sourceType: 'module' }, plugins: [ 'import' ], settings: { 'import/resolver': { node: { extensions: ['.js', '.json'] } }, 'import/extensions': [ '.js', '.jsx', ], 'i...
'use strict'; //basic configuration object used by gulp tasks module.exports = { port: 3000, uiPort: 3001, tmp: 'build/tmp', dist: 'build/dist', base: 'client', tpl: 'client/src/**/*.tpl.html', mainScss: 'client/src/scss/main.scss', scss: 'client/src/scss/**/*.scss', js: [ 'client/src/**/*.js', ...
"use strict"; /** * @license * Copyright 2017 Palantir Technologies, 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 * * Unle...
(function ($) { // register namespace $.extend(true, window, { "Slick": { "CellSelectionModel": CellSelectionModel } }); function CellSelectionModel(options) { var _grid; var _canvas; var _ranges = []; var _self = this; var _selector = new Slick.CellRangeSelector({ "sel...
var BASIC = [ { }, { "image": [ {"shape": "rect", "fill": "#333", "stroke": "#999", "x": 0.5, "y": 0.5, "width": 47, "height": 47} ], "jumpable": 3, "solid": { "1": [2,4], "2": [], "3": [2,6], "4": [], "5": [2,8,1,3,7,9,4,6], "6": [], "7": [4,8], ...
// resources(89): // [FunctionExpression] ../../src/basis/data/dataset/Merge.js -> 1m.js // [FunctionExpression] ../../src/basis/devpanel.js -> 0.js // [FunctionExpression] ../../src/basis/ui.js -> 2.js // [FunctionExpression] ../../src/basis/event.js -> 3.js // [FunctionExpression] ../../src/basis/template/h...
SVG.Defs = SVG.invent({ // Initialize node create: 'defs' // Inherit from , inherit: SVG.Container })
/******/ (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...
!function($) { var Selectpicker = function(element, options, e) { if (e ) { e.stopPropagation(); e.preventDefault(); } this.$element = $(element); this.$newElement = null; this.button = null; //Merge defaults, options and data-attrib...
var require = { baseUrl : '[BASEURL]', // We only support AMD modules with an explicit define() statement. enforceDefine: true, skipDataMain: true, waitSeconds : 0, paths: { jquery: '[JSURL]lib/jquery/jquery-1.12.1.min[JSEXT]', jqueryui: '[JSURL]lib/jquery/ui-1.11.4/jquery-ui.mi...
/* flatpickr v4.0.3, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.hi = {}))); }(this, (function (exports) { 'use strict'; var fp = typeof wi...
/** * ag-grid-community - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v21.2.2 * @link http://www.ag-grid.com/ * @license MIT */ "use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extend...
!function(_,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e(require("dayjs")):"function"==typeof define&&define.amd?define(["dayjs"],e):_.dayjs_locale_am=e(_.dayjs)}(this,function(_){"use strict";_=_&&_.hasOwnProperty("default")?_.default:_;var e={name:"am",weekdays:"እሑድ_ሰኞ_ማክሰኞ_ረቡዕ_ሐሙስ_አርብ_ቅዳሜ...
function waitsFor (test, fn) { if (test()) { fn(); } else { setTimeout(function () { waitsFor(test, fn); }, 10); } }
/** * Created by azu on 2014/03/25. * LICENSE : MIT */ "use strict"; var assert = require("power-assert"); var sinon = require("sinon"); var racer = require("../src/promise-race-other"); describe("promise-race-other", function () { it("should call both promise", function (done) { var count = 0; v...
exports.BattlePokedex = { bulbasaur:{num:1,species:"Bulbasaur",types:["Grass","Poison"],genderRatio:{M:0.875,F:0.125},baseStats:{hp:45,atk:49,def:49,spa:65,spd:65,spe:45},abilities:{0:"Overgrow",H:"Chlorophyll"},heightm:0.7,weightkg:6.9,color:"Green",evos:["ivysaur"],eggGroups:["Monster","Grass"]}, ivysaur:{num:2,speci...
AmCharts.mapTranslations.tt = {"Russia":"Россия"};
/* */ (function(process) { var validator = require("./validator"); module.exports = (function() { var sameValue = function(val1, val2) { return val1 === val2; }; var compactOverrides = function(tokens, processable, Token, compatibility) { var result, can, token, ...
/*! * Knockout ES5 plugin - https://github.com/SteveSanderson/knockout-es5 * Copyright (c) Steve Sanderson * MIT license */ !function(a,b){"use strict"; // Model tracking // -------------- // // This is the central feature of Knockout-ES5. We augment model objects by converting properties // into ES5 getter/setter ...
/*! * jQuery Password Strength plugin for Twitter Bootstrap * Version: 2.1.1 * * Copyright (c) 2008-2013 Tane Piper * Copyright (c) 2013 Alejandro Blanco * Dual licensed under the MIT and GPL licenses. */ (function (jQuery) { // Source: src/i18n.js var i18n = {}; (function (i18n, i18next) { 'use strict'; ...
// Copyright (c) 2016, Frappe Technologies and contributors // For license information, please see license.txt frappe.ui.form.on('Address Template', { refresh: function(frm) { if(frm.is_new() && !frm.doc.template) { // set default template via js so that it is translated frappe.call({ method: 'frappe.cont...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) : typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) : (factory((global.styled = global.styled || {}),global.React)); }(this, (function (exports,React) { 'us...
/** * @author alteredq / http://alteredqualia.com/ * @author mrdoob / http://mrdoob.com/ */ THREE.Math = { generateUUID: function () { // http://www.broofa.com/Tools/Math.uuid.htm var chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split( '' ); var uuid = new Array( 36...
var chai = require('chai'); var expect = chai.expect; var request = require('supertest'); var app; var errorMessage = 'Parameter is not an integer'; // There are three ways to pass parameters to express: // - as part of the URL // - as GET parameter in the querystring // - as POST parameter in the body // ...
run_spec(__dirname, ["babel", "flow"]);
var plugin = function(options){ return function(style){ var nodes = this.nodes; style.define('add', function(a, b) { return a.operate('+', b); }); style.define('something', function() { return new nodes.Ident('foobar'); }); style.define('set_red', function(color, value) { ...
/** * * Apply left click on an element. If selector is not provided, click on the last * moved-to location. * * @param {String} selector element to click on * @uses protocol/element, protocol/buttonPress * @type action * */ var handleMouseButtonCommand = require('../helpers/handleMouseButtonCommand'); module...
/** * Copyright 2013-present, 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. * * @providesModu...
/** * @fileoverview Main Espree file that converts Acorn into Esprima output. * * This file contains code from the following MIT-licensed projects: * 1. Acorn * 2. Babylon * 3. Babel-ESLint * * This file also contains code from Esprima, which is BSD licensed. * * Acorn is Copyright 2012-2015 Acorn Contributor...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v7.2.1 * @link http://www.ag-grid.com/ * @license MIT */ "use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c <...
'use strict'; if (mejs.i18n.ca !== undefined) { mejs.i18n.ca['mejs.speed-rate'] = 'Velocitat'; } if (mejs.i18n.cs !== undefined) { mejs.i18n.cs['mejs.speed-rate'] = 'Rychlost'; } if (mejs.i18n.de !== undefined) { mejs.i18n.de['mejs.speed-rate'] = 'Geschwindigkeitsrate'; } if (mejs.i18n.es !== undefined) { mejs.i18...
Ext.define('KitchenSink.view.button.LinkButtons', { extend: 'Ext.Container', xtype: 'link-buttons', layout: 'vbox', //<example> exampleDescription: [ '<p>This example shows how to create buttons that act as a link and navigate to ', 'a url when clicked. This is achieved using the <co...
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v6.2.0 * @link http://www.ag-grid.com/ * @license MIT */ var utils_1 = require("../utils"); var gridRow_1 = require("./gridRow"); var GridCell = (function () { function GridCell(rowIndex, float...
/* Lithuanian (UTF-8) initialisation for the jQuery UI date picker plugin. */ /* @author Arturas Paleicikas <arturas@avalon.lt> */ (function($) { $.datepick.regional['lt'] = { clearText: 'Išvalyti', clearStatus: '', closeText: 'Uždaryti', closeStatus: '', prevText: '&#x3c;Atgal', prevStatus: '', prevBigText: ...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.preact = global.preact || {}))); }(this, function (exports) { 'use strict'; function VNode(nodeName, attri...
 Type.registerNamespace("_u"); _u.ExtensibilityStrings = function() { }; _u.ExtensibilityStrings.registerClass("_u.ExtensibilityStrings"); _u.ExtensibilityStrings.l_DeleteAttachmentDoesNotExist_Text = "No se pueden eliminar los datos adjuntos porque no se encuentran los datos adjuntos con el índice de datos adjuntos."...
/*! jQuery UI - v1.11.3 - 2015-02-13 * http://jqueryui.com * Copyright jQuery Foundation and other contributors; Licensed MIT */ (function(t){"function"==typeof define&&define.amd?define(["jquery","./effect"],t):t(jQuery)})(function(t){return t.effects.effect.drop=function(e,i){var s,n=t(this),o=["position","top","bott...
/** * @license Highcharts JS v6.0.1 (2017-10-05) * GridAxis * * (c) 2016 Lars A. V. Cabrera * * --- WORK IN PROGRESS --- * * License: www.highcharts.com/license */ 'use strict'; (function(factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else { f...
/* * @author Interactive agency «Central marketing» http://centralmarketing.ru * @copyright Copyright (c) 2015, Interactive agency «Central marketing» * @license http://opensource.org/licenses/MIT The MIT License (MIT) * @version 3.1.6 at 30/09/2015 (19:35) * * goodshare.js * * Useful jQuery plugin t...
/** * Select2 Norwegian translation. * * Author: Torgeir Veimo <torgeir.veimo@gmail.com> */(function(e){"use strict";e.extend(e.fn.select2.defaults,{formatNoMatches:function(){return"Ingen treff"},formatInputTooShort:function(e,t){var n=t-e.length;return"Vennligst skriv inn "+n+(n>1?" flere tegn":" tegn til")},form...
define(['../lang/toString', './WHITE_SPACES', './ltrim', './rtrim'], function(toString, WHITE_SPACES, ltrim, rtrim){ /** * Remove white-spaces from beginning and end of string. */ function trim(str, chars) { str = toString(str); chars = chars || WHITE_SPACES; return ltrim(rtrim...
/* axios v0.8.0 | (c) 2015 by Matt Zabriskie */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exp...
/* * SystemJS v0.11.3 */ (function($__global) { $__global.upgradeSystemLoader = function() { $__global.upgradeSystemLoader = undefined; // indexOf polyfill for IE var indexOf = Array.prototype.indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) if (this[i] === item) ret...
var Ap = AccountsCommon.prototype; var defaultRateLimiterRuleId; // Removes default rate limiting rule Ap.removeDefaultRateLimit = function () { const resp = DDPRateLimiter.removeRule(defaultRateLimiterRuleId); defaultRateLimiterRuleId = null; return resp; } // Add a default rule of limiting logins, creating new...
/** * @preserve EventEmitter v1.1.2 * * Copyright 2011, Oliver Caldwell (flowdev.co.uk) * Dual licensed under the MIT or GPL Version 2 licenses. * https://github.com/Wolfy87/EventEmitter */ // Initialise the class function EventEmitter() { // Initialise the storage variables this._events = {}; this._listeners...
// Copyright 2015 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...
// All properties we can use to start a query chain // from the `knex` object, e.g. `knex.select('*').from(...` module.exports = [ 'select', 'as', 'columns', 'column', 'from', 'into', 'table', 'distinct', 'join', 'innerJoin', 'leftJoin', 'leftOuterJoin', 'rightJoin', 'rightOuterJoin', 'out...
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exports["cellx"] = factory(); else root["cellx"]...
/* @preserve * The MIT License (MIT) * * Copyright (c) 2013-2015 Petka Antonov * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the...
/** * Copyright (c) 2015-present, 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. */ 'use strict...
import foo { bar } from "bar";
/** * @license RequireJS Copyright (c) 2004-2010, The Dojo Foundation All Rights Reserved. * Available via the MIT, GPL or new BSD license. * see: http://github.com/jrburke/requirejs for details */ //laxbreak is true to allow build pragmas to change some statements. /*jslint plusplus: false, laxbreak: true */ /*glo...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'blockquote', 'en-au', { toolbar: 'Block Quote' });
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'preview', 'uk', { preview: 'Попередній перегляд' });
var reduce = require("./reduce"); var add = require("./add"); function sum(list){ return reduce(list, add, 0); }; module.exports = sum;
YUI.add("lang/datatype-date-format_pt",function(a){a.Intl.add("datatype-date-format","pt",{"a":["dom","seg","ter","qua","qui","sex","sáb"],"A":["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],"b":["jan","fev","mar","abr","mai","jun","jul","ago","set","out","nov","dez"],"B":...
/* =========================================================== * fi.js * Finnish translation for Trumbowyg * http://alex-d.github.com/Trumbowyg * =========================================================== * Author : Teppo Koivula (teppokoivula) * Github : https://github.com/teppokoivula */ jQuery.trumb...
/** * @license Highmaps JS v4.2.3 (2016-02-08) * * (c) 2011-2016 Torstein Honsi * * License: www.highcharts.com/license */ /*eslint no-unused-vars: 0 */ // @todo: Not needed in HC5 (function (root, factory) { if (typeof module === 'object' && module.exports) { module.exports = root.document ? ...
/*! * is-extendable <https://github.com/jonschlinkert/is-extendable> * * Copyright (c) 2015, Jon Schlinkert. * Licensed under the MIT License. */ 'use strict'; module.exports = function isExtendable(val) { return typeof val !== 'undefined' && val !== null && (typeof val === 'object' || typeof val === 'func...
timing_test(function() { at(0 * 1000, function() { assert_styles(".anim", [ {'transform':'none'}, {'transform':'matrix(0.5, 0, 0, 0.5, 0, 0)'}, {'transform':'matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0)'}, {'transform':'matrix(0.7071, 0.7071, -0.7071, 0.7071, 70.7107, 70.7107)'}, {'...
/*! * Qoopido.js library v3.2.7, 2014-5-19 * https://github.com/dlueth/qoopido.js * (c) 2014 Dirk Lueth * Dual licensed under MIT and GPL */ !function(e){window.qoopido.register("support/element/video/mp4",e,["../../../support","../video"])}(function(e,o,t,n,i,p){"use strict";var d=e.support;return d.addTest("/element...
//! moment.js locale configuration //! locale : Spanish [es] //! author : Julio Napurí : https://github.com/julionc import moment from '../moment'; var monthsShortDot = 'ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.'.split('_'), monthsShort = 'ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic'.split('...
add(...numbers);
tinyMCE.addI18n('de.umbraco',{ style_select:"Format", font_size:"Schriftgr\u00F6\u00DFe", fontdefault:"Schriftart", block:"Vorlage", paragraph:"Absatz", div:"Zusammenh\u00E4ngender Bereich", address:"Addresse", pre:"Rohdaten", h1:"\u00DCberschrift 1", h2:"\u00DCberschrift 2", h3:"\u00DCberschrift 3", h4:"\u00DCberschri...
(function(global) { var define = global.define; var require = global.require; var Ember = global.Ember; if (typeof Ember === 'undefined' && typeof require !== 'undefined') { Ember = require('ember'); } Ember.libraries.register('Ember Simple Auth Cookie Store', '0.8.0-beta.3'); define("simple-auth-cookie...
/* YUI 3.16.0 (build 76f0e08) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('console-filters', function (Y, NAME) { /** * <p>Provides Plugin.ConsoleFilters plugin class.</p> * * <p>This plugin adds the ability to control which Console entr...
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
YUI.add("intl-base",function(B){var A=/[, ]/;B.mix(B.namespace("Intl"),{lookupBestLang:function(G,H){var F,I,C,E;function D(K){var J;for(J=0;J<H.length;J+=1){if(K.toLowerCase()===H[J].toLowerCase()){return H[J];}}}if(B.Lang.isString(G)){G=G.split(A);}for(F=0;F<G.length;F+=1){I=G[F];if(!I||I==="*"){continue;}while(I.len...
/* * Date Format 1.2.3 * (c) 2007-2009 Steven Levithan <stevenlevithan.com> * MIT license * * Includes enhancements by Scott Trenda <scott.trenda.net> * and Kris Kowal <cixar.com/~kris.kowal/> * * Accepts a date, a mask, or a date and a mask. * Returns a formatted version of the given date. * The date default...
/* Translators (2009 onwards): * - City-busz * - Glanthor Reviol */ /** * @requires OpenLayers/Lang.js */ /** * Namespace: OpenLayers.Lang["hu"] * Dictionary for Magyar. Keys for entries are used in calls to * <OpenLayers.Lang.translate>. Entry bodies are normal strings or * strings formatted for...
/* YUI 3.17.1 (build 0eb5a52) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add("base-pluginhost",function(e,t){var n=e.Base,r=e.Plugin.Host;e.mix(n,r,!1,null,1),n.plug=r.plug,n.unplug=r.unplug},"3.17.1",{requires:["base-base","pluginhost"]});
"use strict"; import I from "immutable"; import IPropTypes from "react-immutable-proptypes"; import React, { Component, PropTypes } from "react"; import Preset from "./Preset"; import FilterInput from "./FilterInput"; import MultiSelect from "./MultiSelect"; import PaginationInfo from "./PaginationInfo"; import DateSel...
var ShitList = require('./shitList.js'); var shitList = new ShitList(); shitList.getAll().then(function (shitList) { if (shitList.length <= 0) { shitList = ["Your shit list is empty."]; } shitList.forEach(function (hostname) { var $item = $('<li>').text(hostname); $('.list').append($item); }); });...
'use strict' const helpers = require('../apps/helpers') const log = helpers.remoteLog let logMeta = { js: 'userManager.js' } const inspect = require('util').inspect let addUserManager = (processObjects) => { log('info', 'Adding User Management Module', logMeta) return new Promise((resolve, reject) => { ...