code
stringlengths
2
1.05M
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js (function(global) { global...
var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { ext...
export const a = 1; export const b = 2; export default 42;
define([ 'dojo/_base/declare', 'dojo/_base/lang', 'dojo/on', 'dojo/topic', 'dijit/popup', 'dijit/TooltipDialog', './IDMappingGrid', './GridContainer' ], function ( declare, lang, on, Topic, popup, TooltipDialog, IDMappingGrid, GridContainer ) { return declare([GridContainer], { gridCtor: IDMappingGri...
(function(){ module('data-method', { setup: function() { $('#qunit-fixture').append($('<a />', { href: '/echo', 'data-method': 'delete', text: 'destroy!' })); }, teardown: function() { $(document).unbind('iframe:loaded'); } }); function submit(fn, options) { $(document).bind('iframe:loaded...
console.warn("warn -",`Imports like "const rarible = require('simple-icons/icons/rarible');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siRarible } = require('simple-icons/icons');" instead`),module.exports={title:"Rarible",slug:"rarible",get svg(){return'<svg role="img" viewBox="0...
const fs = require('fs'); const _ = require('lodash'); const cache = require('./state/cache'); const broadcast = cache.get('broadcast'); const apiKeysFile = __dirname + '/../SECRET-api-keys.json'; // on init: const noApiKeysFile = !fs.existsSync(apiKeysFile); if(noApiKeysFile) fs.writeFileSync( apiKeysFile, ...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var locale = { placeholder: 'Zeit auswählen' }; exports['default'] = locale; module.exports = exports['default'];
$(document).ready(function() { $('#servicio_ingreso').select2({ width: '60%', placeholder:'Seleccione...', allowClear:true }); $("#fecha_inicio").datepicker().mask("99-99-9999"); $("#fecha_fin").datepicker().mask("99-99-9999"); $("#emitir_informe").click(function() { if...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); /** * * Take a screenshot of the current viewport. To get the screenshot of the whole page * use the action command `saveScreenshot` * * @returns {String} screenshot The screenshot as a base64 encoded PNG. * * @see https://w3c.git...
/* This file is part of Ext JS 4.2 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact Commercial Usage Licensees holding valid commercial licenses may use this file in accordance with the Commercial Software License Agreement provided with the Software or, alternatively, in accordance with th...
function substr(str, start, len) { // discuss at: http://phpjs.org/functions/substr/ // version: 909.322 // original by: Martijn Wieringa // bugfixed by: T.Wild // improved by: Onno Marsman // improved by: Brett Zamir (http://brett-zamir.me) // revised by: Theriault // note: Handles rare Un...
var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; (function (factory) { if (typeof module === 'object' && ty...
/* 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/XML/VersionedOGC.js */ /** * ...
/* * 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. */ '...
/** * @author MPanknin / http://www.redplant.de/ * @author alteredq / http://alteredqualia.com/ */ THREE.AreaLight = function ( color, intensity ) { THREE.Light.call( this, color ); this.type = 'AreaLight'; this.normal = new THREE.Vector3( 0, - 1, 0 ); this.right = new THREE.Vector3( 1, 0, 0 ); this.intens...
/*! * ui-grid - v4.4.0 - 2018-03-15 * Copyright (c) 2018 ; License: MIT */ (function () { 'use strict'; /** * @ngdoc overview * @name ui.grid.treeBase * @description * * # ui.grid.treeBase * * <div class="alert alert-warning" role="alert"><strong>Beta</strong> This feature is ready for te...
'use strict'; const chalk = require('chalk'); module.exports = function(message, test) { if (test) { console.log(chalk.yellow(`DEPRECATION: ${message}`)); } }; module.exports.deprecateUI = function(ui) { return function(message, test) { ui.writeDeprecateLine('The deprecateUI utility has been deprecated...
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["children", "align", "controlSize", "mode", "stretched", "before", "className", "style", "getRef", "getRootRef", "onClick"]; import { createScopedElement } from ...
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'clipboard', 'bg', { copy: 'Копирай', copyError: 'Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни запаметяването. За ...
var BrowserBuffer = require('../').Buffer // (this module) var util = require('./util') var suite = util.suite() var LENGTH = 160 var browserBuffer = new BrowserBuffer(LENGTH * 8) var typedarray = new Uint8Array(LENGTH * 8) var dataview = new DataView(typedarray.buffer) var nodeBuffer = new Buffer(LENGTH * 8) ;[brow...
function getTrimmedAttribute(sourceAttribute) { return sourceAttribute.substring(8); }
/* * Copyright 2014-2015 Guy Bedford (http://guybedford.com) * * 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...
/* flatpickr v4.2.0, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.mn = {}))); }(this, (function (exports) { 'use strict'; var fp = typeof wi...
QUnit.test( 'pixel rounding', function( assert ) { var container = document.querySelector('#pixel-rounding'); var msnry = new Masonry( container, { gutter: '.gutter-sizer', itemSelector: '.item', transitionDuration: 0 }); var lastItem = msnry.items[2]; var containerWidth = 170; while ( contain...
var specify = require('specify') , helpers = require('../helpers') , timeout = helpers.timeout , nano = helpers.nano , nock = helpers.nock ; var mock = nock(helpers.couch, "shared/headers") , db = nano.use("shared_headers") ; specify("shared_headers:setup", timeout, function (assert) { ...
/* AngularJS v1.3.1 (c) 2010-2014 Google, Inc. http://angularjs.org License: MIT */ (function(N,U,t){'use strict';function w(b){return function(){var a=arguments[0],c;c="["+(b?b+":":"")+a+"] http://errors.angularjs.org/1.3.1/"+(b?b+"/":"")+a;for(a=1;a<arguments.length;a++){c=c+(1==a?"?":"&")+"p"+(a-1)+"=";var d=enco...
module.exports={A:{A:{"2":"H E G C WB","260":"B A"},B:{"260":"D u g I J"},C:{"1":"0 1 2 3 4 5 6 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","2":"UB x SB","260":"F L H E G C B A D u g I J Y O e P Q R S T U V W RB"},D:{"1":"0 1 2 3 4 5 6 h i j k l m n o p q r s t y K GB AB CB VB DB EB","2":"F L","260":"u g I J Y O...
/// <binding Clean='clean' ProjectOpened='watch' /> var gulp = require("gulp"), rimraf = require("rimraf"), concat = require("gulp-concat"), cssmin = require("gulp-cssmin"), ts = require('gulp-typescript'), fs = require('fs'); // https://www.npmjs.com/package/gulp-typescript // http://weblogs.asp....
const bluebird = require('bluebird'); const crypto = bluebird.promisifyAll(require('crypto')); const nodemailer = require('nodemailer'); const passport = require('passport'); const User = require('../models/User'); /** * GET /login * Login page. */ exports.getLogin = (req, res) => { if (req.user) { return res...
/** * mixin authorization * * Copyright 2012 Cloud9 IDE, Inc. * * This product includes software developed by * Cloud9 IDE, Inc (http://c9.io). * * Author: Mike de Boer <info@mikedeboer.nl> **/ "use strict"; var error = require("./../../error"); var Util = require("./../../util"); var authorization = m...
/* Copyright (c) 2012-2013 LevelUP contributors * See list at <https://github.com/rvagg/node-levelup#contributing> * MIT +no-false-attribs License <https://github.com/rvagg/node-levelup/blob/master/LICENSE> */ var errors = require('../lib/errors.js') , async = require('async') , common = require('./common')...
describe('timepicker directive', function () { var $rootScope, element; beforeEach(module('ui.bootstrap.timepicker')); beforeEach(module('template/timepicker/timepicker.html')); beforeEach(inject(function(_$compile_, _$rootScope_) { $compile = _$compile_; $rootScope = _$rootScope_; $rootScope.time ...
/*! * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2017 Froala Labs */ (function (factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery'], factory)...
/* DOM Level2 Events implemented as described here: * * http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html * */ var core = require("./core").dom.level2.core, utils = require("../utils"), defineGetter = utils.defineGetter, defineSetter = utils.defineSetter, inheritFrom = utils.inhe...
el.addEventListener(eventName, eventHandler);
var _ = require('lodash'), util = require('util'), errors = require('ghost-ignition').errors; function GhostError(options) { options = options || {}; this.value = options.value; errors.IgnitionError.call(this, options); } // jscs:disable var ghostErrors = { DataExportError: function DataExpor...
{ "VALIDATOR.FIELDREQUIRED": "Completare il campo \"%s\", che è obbligatorio.", "HASMANYFILEFIELD.UPLOADING": "Invio file... %s", "TABLEFIELD.DELETECONFIRMMESSAGE": "Si è sicuri di voler eliminare questo elemento?", "LOADING": "caricamento...", "UNIQUEFIELD.SUGGESTED": "Cambiare il valore di '%s': %...
"use strict"; exports.__esModule = true; exports.bar = exports.foo = void 0; var foo, bar; exports.bar = bar; exports.foo = foo;
var helpers = require('./helpers'), should = require('should'), needle = require('./../'), server; var port = 7707; describe('Basic Auth', function() { before(function(done) { server = helpers.server({ port: port }, done); }) after(function(done) { server.close(done); }) ///////////...
/// Copyright (c) 2009 Microsoft Corporation /// /// 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 list of conditions and /// ...
var structblackbone_1_1___c_o_n_t_e_x_t___t_3_01_d_w_o_r_d_01_4 = [ [ "ContextFlags", "structblackbone_1_1___c_o_n_t_e_x_t___t_3_01_d_w_o_r_d_01_4.html#a09846f6f5a11420035387033fb27f60a", null ], [ "Dr0", "structblackbone_1_1___c_o_n_t_e_x_t___t_3_01_d_w_o_r_d_01_4.html#a9a3e08f9c5539bddf00b0438dc69b367", null ...
/** * Lo-Dash 2.3.0 (Custom Build) <http://lodash.com/> * Build: `lodash modularize modern exports="npm" -o ./npm/` * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Invest...
/** * Copyright 2014 Google Inc. 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 required by appli...
$(document).ready(function() { pre_content = $("#jalpc_site_pv").html(); $("#jalpc_site_pv").html(pre_content); $.ajax({ type: "get", async: false, url: "https://vps.jack003.com:8443/api/v1.0/jalpc/pv_count", dataType: "jsonp", jsonp: "callback", jsonpCallback...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v12.0.2 * @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 ...
version https://git-lfs.github.com/spec/v1 oid sha256:0b4fbf0fb52fb83da41c6260b4a892ed640289c3aeea37becbf67d4337683b10 size 2424
// Tests that a library wrapper has to pass module("Library wrapper"); test("can.trim", function () { }); test("can.makeArray", function () { deepEqual([], can.makeArray(null), "Empty argument creates empty array"); var array = ['one', 'two', 'three']; var made = can.makeArray(array); notEqual(array, can.makeAr...
module.exports={title:"Sentry",slug:"sentry",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Sentry icon</title><path d="M13.91 2.505c-.873-1.448-2.972-1.448-3.844 0L6.904 7.92a15.478 15.478 0 0 1 8.53 12.811h-2.221A13.301 13.301 0 0 0 5.784 9.814l-2.926 5.06a7.65 7.65 0 0 1 4.435 5.8...
/** * @author sunag / http://www.sunag.com.br/ */ THREE.FloatNode = function( value ) { THREE.InputNode.call( this, 'fv1', { share: false } ); this.value = [ value || 0 ]; }; THREE.FloatNode.prototype = Object.create( THREE.InputNode.prototype ); THREE.FloatNode.prototype.constructor = THREE.Float...
/**************************************************************************** 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...
/** * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'button', 'it', { selectedLabel: '%1 (selezionato)' } );
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v11.0.0 * @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"; var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var async_1 = require('../scheduler/async'); var...
/** * @author yamahigashi https://github.com/yamahigashi * * This loader loads FBX file in *ASCII and version 7 format*. * * Support * - mesh * - skinning * - normal / uv * * Not Support * - material * - texture * - morph */ ( function() { THREE.FBXLoader = function ( showStatu...
// IE8 doesn't like using var dnnModule = dnnModule || {} if (typeof dnnModule === "undefined" || dnnModule === null) { dnnModule = {}; }; dnnModule.DigitalAssetsSearchBox = function ($, $scope, servicesFramework) { var onSearchFunction = null; function search() { var newPattern = $("#dnnModuleDigit...
/*! * CanJS - 2.0.3 * http://canjs.us/ * Copyright (c) 2013 Bitovi * Tue, 26 Nov 2013 18:21:22 GMT * Licensed MIT * Includes: CanJS default build * Download from: http://canjs.us/ */ define(["can/util/library", "can/util/string", "can/util/object"], function (can) { // Get the URL from old Steal root, new Ste...
/*! * Module dependencies. */ var readPref = require('./drivers').ReadPreference; var EventEmitter = require('events').EventEmitter; var VirtualType = require('./virtualtype'); var utils = require('./utils'); var MongooseTypes; var Kareem = require('kareem'); var async = require('async'); var PromiseProvider = requi...
'use strict'; var warn = require('./lib/warning'); var hasLocalStorage = 'localStorage' in global; var ls, testKey; if (hasLocalStorage) { testKey = 'react-localstorage.mixin.test-key'; try { // Access to global `localStorage` property must be guarded as it // fails under iOS private session mode. ls =...
/* 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/. */ 'use strict'; module.metadata = { "stability": "experimental", "engines": { "Firefox": "*" } }; const ...
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'gu', { button: 'પેસ્ટ (ટેક્સ્ટ)', title: 'પેસ્ટ (ટેક્સ્ટ)' } );
/*! * froala_editor v2.4.0-rc.1 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2016 Froala Labs */ /** * Indonesian */ $.FE.LANGUAGE['id'] = { translation: { // Place holder "Type something": "Ketik sesuatu", // Basic formatting "Bo...
(function(w,t,J){function D(a,b){function e(){}e.prototype=a;var c=new e,E;for(E in b)c[E]=b[E];b.toString!==Object.prototype.toString&&(c.toString=b.toString);return c}function d(a,b){if(null==b)return null;null==b.__id__&&(b.__id__=K++);var e;null==a.hx__closures__?a.hx__closures__={}:e=a.hx__closures__[b.__id__];nul...
var Plates = (typeof process !== 'undefined' && typeof process.title !== 'undefined') ? exports : {}; !function(exports) { var _toString = Object.prototype.toString, isArray = Array.isArray || function (o) { return _toString.call(o) === "[object Array]"; }; var Merge = function Merge() {}; ...
!function(a){a.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre",...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v5.0.2 * @link http://www.ag-grid.com/ * @license MIT */ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : ...
(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);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
/*! * isobject <https://github.com/jonschlinkert/isobject> * * Copyright (c) 2014-2015, Jon Schlinkert. * Licensed under the MIT License. */ 'use strict'; var isArray = require('isarray'); module.exports = function isObject(o) { return o != null && typeof o === 'object' && !isArray(o); };
/** * Tabby v7.4.6 * Simple, mobile-first toggle tabs., by Chris Ferdinandi. * http://github.com/cferdinandi/tabby * * Free to use under the MIT License. * http://gomakethings.com/mit/ */ /* * classList.js: Cross-browser full element.classList implementation. * 2014-01-31 * * By Eli Grey, http://eligrey.co...
module.exports={title:"NetApp",slug:"netapp",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>NetApp</title><path d="M0 2v20h9.33V10h5.34v12H24V2Z"/></svg>',get path(){return this.svg.match(/<path\s+d="([^"]*)/)[1]},source:"http://www.netapp.com/",hex:"0067C5",guidelines:"https://www.n...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v4.0.2 * @link http://www.ag-grid.com/ * @license MIT */ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : ...
(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);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
var sliced = require('../') var assert = require('assert') describe('sliced', function(){ it('exports a function', function(){ assert.equal('function', typeof sliced); }) describe('with 1 arg', function(){ it('returns an array of the arg', function(){ var o = [3, "4", {}]; var r =...
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * * @format */ /* eslint no-bitwise: 0 */ 'use strict'; exports.__esModule = true; exports.default = void 0; var _AnimatedNode = _i...
function Gdn_Queue() { this.Queue = []; this.ActiveItem = false; Gdn_Queue.prototype.Add = function(QueueObject) { this.Queue.push(QueueObject); } Gdn_Queue.prototype.Length = function() { return this.Queue.length; } Gdn_Queue.prototype.Get = function() { if (!this.Le...
process.env.NODE_ENV = process.env.NODE_ENV || 'development' const { environment } = require('@rails/webpacker') module.exports = environment.toWebpackConfig()
'use strict'; var util = require('util'); function AbortError (obj) { Error.captureStackTrace(this, this.constructor); Object.defineProperty(this, 'message', { value: obj.message || '', configurable: true, writable: true }); for (var keys = Object.keys(obj), key = keys.pop(); k...
/* Copyright (c) 2006-2013 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/Geometry.js */ /** * Class: OpenLaye...
/** * API Bound Models for AngularJS * @version v0.18.0 - 2014-08-26 * @link https://github.com/angular-platanus/restmod * @author Ignacio Baixas <ignacio@platan.us> * @license MIT License, http://www.opensource.org/licenses/MIT */ !function(a,b){"use strict";a.module("restmod").factory("PagedModel",["restmod",fu...
angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": { "0": "a.m.", "1": "p.m." }, "DAY": { "0": "doming...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.shave = factory()); }(this, (function () { 'use strict'; function shave(target, maxHeight, opts) { if (!maxHeight) thr...
export default function() { var callback = arguments[0]; arguments[0] = this; callback.apply(null, arguments); return this; }
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "AM", "PM" ], "DAY": [ "\u0627\u062a\u0648\u...
var _filter = require('./_filter'); /** * @private * @param {Function} fn The strategy for extracting function names from an object * @return {Function} A function that takes an object and returns an array of function names. */ module.exports = function _functionsWith(fn) { return function(obj) { return _fi...
// SpryUtils.js - version 0.2 - Spry Pre-Release 1.6 // // Copyright (c) 2007. Adobe Systems Incorporated. // 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 ...
export{default}from"./FormHelperText";
"use strict"; exports.__esModule = true; // istanbul ignore next function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj["default"] = obj;...
export{default}from"./Snackbar";
/*! * inferno-server vundefined * (c) 2016 Dominic Gannaway * Released under the MPL-2.0 License. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.InfernoServer = ...
jQuery.keyboard.language.he={language:"עברית (Hebrew)",display:{a:"✔:אישור (Shift+Enter)",accept:"אישור:אישור (Shift+Enter)",alt:"Alt:תווים נוספים",b:"←:Backspace",bksp:"Bksp:Backspace",c:"✖:ביטול (Esc)",cancel:"ביטול:ביטול (Esc)",clear:"C:ניקוי",combo:"ö:Toggle Combo Keys",dec:".:נקודה עשרונית",e:"↵:Enter",enter:"Ente...
// Copyright 2009-2012 by contributors, MIT License // vim: ts=4 sts=4 sw=4 expandtab (function () { setTimeout(function(){ webshims.isReady('es5', true); }); /** * Brings an environment as close to ECMAScript 5 compliance * as is possible with the facilities of erstwhile engines. * * Annotated ES5: http://e...
//// Copyright (c) Microsoft Corporation. All rights reserved (function () { "use strict"; })();
var B = require('../').Buffer var test = require('tape') if (process.env.OBJECT_IMPL) B.TYPED_ARRAY_SUPPORT = false test('modifying buffer created by .slice() modifies original memory', function (t) { if (!B._useTypedArrays) return t.end() var buf1 = new B(26) for (var i = 0 ; i < 26 ; i++) { buf1[i] = i +...
(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["Redux"] = factory(); else root["Redux"]...
/*! * TableSorter 2.1.13 - Client-side table sorting with ease! * @requires jQuery v1.2.6+ * * Copyright (c) 2007 Christian Bach * Examples and docs at: http://tablesorter.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * ...
/******************************************************************************* * 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 *******************************...
/*! * URI.js - Mutating URLs * URI Template Support - http://tools.ietf.org/html/rfc6570 * * Version: 1.16.0 * * Author: Rodney Rehm * Web: http://medialize.github.io/URI.js/ * * Licensed under * MIT License http://www.opensource.org/licenses/mit-license * GPL v3 http://opensource.org/licenses/GPL-3.0 *...
define( "dojo/cldr/nls/ja/buddhist", //begin v1.x content { "dateFormatItem-yM": "y/M", "dateFormatItem-yyyyMMMEd": "Gy年M月d日(EEE)", "dateFormatItem-yQ": "y/Q", "dayPeriods-format-wide-pm": "午後", "dateFormatItem-GGGGyMd": "GGGGy年M月d日", "dateFormatItem-MMMEd": "M月d日(E)", "dateTimeFormat-full": "{1}{0}", "dateForm...
/*! * Documentation Content * Copyright (c) 2009 Packt Publishing, http://packtpub.com/ * Copyright (c) 2012 jQuery Foundation, http://jquery.org/ * * This software consists of voluntary contributions made by many * individuals. For exact contribution history, see the revision history * and logs, available at h...
var path = require('path'); var srcPath = path.join(__dirname, '../../src/'); module.exports = { devtool: 'eval', module: { loaders: [ { test: /\.(png|jpg|gif|woff|woff2|md|css|sass|scss|less|styl)$/, loader: 'null-loader' }, { test: /\.(js|jsx)$/, loader: 'bab...