code stringlengths 2 1.05M |
|---|
// Generated by CoffeeScript 1.3.3
(function() {
var ACCESSOR, CoffeeScript, Module, REPL_PROMPT, REPL_PROMPT_CONTINUATION, REPL_PROMPT_MULTILINE, SIMPLEVAR, Script, autocomplete, backlog, completeAttribute, completeVariable, enableColours, error, getCompletions, inspect, multilineMode, pipedInput, readline, repl, ru... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'undo', 'ar', {
redo: 'إعادة',
undo: 'تراجع'
});
|
'use strict';
var angularFiles = require('./angularFiles');
var sharedConfig = require('./karma-shared.conf');
module.exports = function(config) {
sharedConfig(config, {testName: 'AngularJS: isolated module tests (ngMock)', logFile: 'karma-ngMock-isolated.log'});
config.set({
files: angularFiles.mergeFilesFo... |
// try {
exports.BSONPure = require('./bson');
// exports.BSONNative = require('../../ext');
// } catch(err) {
// // do nothing
// }
[ './binary_parser'
, './binary'
, './code'
, './db_ref'
, './double'
, './max_key'
, './min_key'
, './objectid'
, './symbol'
, './timestamp'
, './long'].forEac... |
define({
"numPerPage": "Broj stavaka po stranici",
"scopeOptions": {
"defaultScope": "Zadani opseg pretraživanja",
"labelPlaceholder": "Neobavezna oznaka",
"MyContent": "Omogući Moj sadržaj",
"MyOrganization": "Omogući Moju organizaciju",
"ArcGISOnline": "Omogući ArcGIS Online",
"Curated": "... |
/*!
* CanJS - 1.1.5 (2013-03-27)
* http://canjs.us/
* Copyright (c) 2013 Bitovi
* Licensed MIT
*/
define(function () {
var can = window.can || {};
if (typeof GLOBALCAN === 'undefined' || GLOBALCAN !== false) {
window.can = can;
}
can.isDeferred = function (obj) {
var isFunction = this.... |
/*!
* toc - jQuery Table of Contents Plugin
* v0.3.2
* http://projects.jga.me/toc/
* copyright Greg Allen 2014
* MIT License
*/
/*!
* smooth-scroller - Javascript lib to handle smooth scrolling
* v0.1.2
* https://github.com/firstandthird/smooth-scroller
* copyright First+Third 2014
* MIT License
*/
//smooth-s... |
'use strict';
module.exports = function (grunt) {
// Show elapsed time at the end
require('time-grunt')(grunt);
// Load all grunt tasks
require('load-grunt-tasks')(grunt);
// Project configuration.
grunt.initConfig({
nodeunit: {
files: ['test/**/*_test.js']
},
jshint: {
options: {
... |
import { Matrix3 } from './Matrix3.js';
import { Vector3 } from './Vector3.js';
/**
* @author bhouston / http://clara.io
*/
function Plane( normal, constant ) {
// normal is assumed to be normalized
this.normal = ( normal !== undefined ) ? normal : new Vector3( 1, 0, 0 );
this.constant = ( constant !== undefin... |
version https://git-lfs.github.com/spec/v1
oid sha256:60c8964f55424d6ed6f53c45330e80e08815e89656b5d96695676ddd2b781450
size 6019
|
/* globals EmberDev */
import { getDebugFunction, setDebugFunction } from '@ember/debug';
import { Libraries } from '..';
import { EMBER_LIBRARIES_ISREGISTERED } from '@ember/canary-features';
import { moduleFor, AbstractTestCase } from 'internal-test-helpers';
let libs, registry;
let originalWarn = getDebugFunction('... |
import { deprecate } from '../utils/deprecate';
import isArray from '../utils/is-array';
import { createLocal } from '../create/local';
import { createInvalid } from '../create/valid';
export var prototypeMin = deprecate(
'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warni... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v15.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 ... |
/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.dialog.add( 'hiddenfield', function( editor )
{
return {
title : editor.lang.hidden.title,
minWidth : 350,
minHeight : 110,
onShow : function()
{
delet... |
module.exports={A:{A:{"1":"E B A","2":"J C G UB"},B:{"1":"D X g H L"},C:{"1":"0 1 4 5 P Q R S T U V W u Y Z a b c d e f K h i j k l m n o p q r w x v z t s","2":"2 SB","132":"F I J C G E B A D X g H L M N O QB PB"},D:{"1":"0 1 4 5 8 F I J C G E B A D X g H L M N O P Q R S T U V W u Y Z a b c d e f K h i j k l m n o p q... |
import createBlob from '../../deps/binary/blob';
function readAsBlobOrBuffer(storedObject, type) {
// In the browser, we've stored a binary string. This now comes back as a
// browserified Node-style Buffer, but we want a Blob instead.
return createBlob([storedObject.toArrayBuffer()], {type: type});
}
export de... |
/* --------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
* -------------------------------------------------------------... |
// i18next, v1.7.5
// Copyright (c)2014 Jan Mühlemann (jamuhl).
// Distributed under MIT license
// http://i18next.com
//////////////////////
// HINT
//
// you need to replace '_fetchOne' with 'fetchOne' to use this on server
// fix line 351 'sendMissing' -> 'saveMissing'
//
var i18n = require('../index')
, expect ... |
define(function() {
/*
* activate the language links in main navbar
*/
return function() {
$('a[href|=#lang]').click(function(evt) {
evt.preventDefault();
$.ajax({
url: '/api/account/lang',
type: 'PUT',
data: JSON.string... |
var findTabbable = require('../helpers/tabbable');
module.exports = function(node, event) {
var tabbable = findTabbable(node);
if (!tabbable.length) {
event.preventDefault();
return;
}
var finalTabbable = tabbable[event.shiftKey ? 0 : tabbable.length - 1];
var leavingFinalTabbable = (
finalTa... |
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* ... |
/**
* jqPlot
* Pure JavaScript plotting plugin using jQuery
*
* Version: 1.0.9
* Revision: d96a669
*
* Copyright (c) 2009-2016 Chris Leonello
* jqPlot is currently available for use in all personal or commercial projects
* under both the MIT (http://www.opensource.org/licenses/mit-license.php) and GPL
* ver... |
// Generated by CoffeeScript 1.8.0
(function() {
var $;
$ = this.jQuery;
$.fn.extend({
confirmWithReveal: function(options) {
var defaults, do_confirm, handler, settings;
if (options == null) {
options = {};
}
defaults = {
modal_class: 'medium',
title: 'Are yo... |
'use strict';
/**
* Watcher for separate Js files files
*/
module.exports = function () {
return tars.packages.chokidar.watch('markup/' + tars.config.fs.staticFolderName + '/js/separate-js/**/*.js', {
ignored: '',
persistent: true,
ignoreInitial: true
}).on('all', function (event, pat... |
// Stringifier based on css-stringify
var emit = function (str) {
return str.toString();
};
var visit = function (node, last) {
return traverse[node.type](node, last);
};
var mapVisit = function (nodes) {
var buf = "";
for (var i = 0, length = nodes.length; i < length; i++) {
buf += visit(nodes[i], i ==... |
var po = org.polymaps;
var map = po.map()
.container(document.getElementById("map").appendChild(po.svg("svg")))
.zoomRange([1, 10])
.zoom(3)
.add(po.image().url(tilestache("http://s3.amazonaws.com/info.aaronland.tiles.shapetiles/{Z}/{X}/{Y}.png")))
.add(po.interact())
.add(po.compass().pan("non... |
// Copyright 2011 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... |
version https://git-lfs.github.com/spec/v1
oid sha256:cb99cdf338f4cf391995c90fe5da7c4ca989bfc54ed7dfd0b63ebfa2cba1897e
size 1518
|
(function (root, factory) {
// Browser Global.
if(typeof root.navigator === "object") {
if (!root.Terraformer){
throw new Error("Terraformer.GeoStore.LocalStorage requires the core Terraformer library. https://github.com/esri/Terraformer");
}
if (!root.Terraformer.GeoStore){
throw new Error(... |
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information.
(function (global) {
"use strict";
if (typeof (WinJS) !== "undefined") {
WinJS.UI.Pages.define("$(TESTDATA)/FragmentControlNotSelfHost.html", {
... |
(function ($) {
$.Redactor.opts.langs['by'] = {
html: 'Код',
video: 'Відэа',
image: 'Малюнак',
table: 'Табліца',
link: 'Спасылка',
link_insert: 'Уставіць спасылку ...',
link_edit: 'Edit link',
unlink: 'Выдаліць спасылку',
formatting: 'Стылі',
paragraph: 'Звычайны тэкст... |
module.exports={title:"Infiniti",slug:"infiniti",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Infiniti icon</title><path d="M6.893 14.606C5.17 14.46 2.18 13.33 2.18 11.359c0-2.5 4.343-4.818 9.819-4.818 5.75 0 9.82 2.318 9.82 4.818 0 1.97-2.978 3.087-4.702 3.233-.475-.609-5.118-6.79... |
._1_1
|
/*!
* # Semantic UI - Dropdown
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
;(function ($, window, document, undefined) {
"use strict";
window = (typeof window != 'undefined' && window.Math == Math)
? window
: (typeof self !=... |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
class ProgressPlugin {
constructor(options) {
if(typeof options === "function") {
options = {
handler: options
};
}
options = options || {};
this.profile = options.profil... |
Clazz.declarePackage ("JSV.api");
Clazz.declareInterface (JSV.api, "JSVGraphics");
|
(function (main) {
'use strict';
/**
* Parse or format dates
* @class fecha
*/
var fecha = {},
token = /d{1,4}|M{1,4}|YY(?:YY)?|S{1,3}|Do|ZZ|([HhMsDm])\1?|[aA]|"[^"]*"|'[^']*'/g,
dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
monthNames = ['January', 'February... |
define(
"dojo/cldr/nls/zh-hk/currency", //begin v1.x content
{
"HKD_displayName": "港幣",
"HKD_symbol": "HK$",
"CAD_displayName": "加幣",
"CNY_displayName": "人民幣",
"USD_symbol": "$",
"AUD_displayName": "澳幣",
"JPY_displayName": "日圓",
"GBP_displayName": "英鎊",
"EUR_displayName": "歐元"
}
//end v1.x content
); |
import { assert, deprecate } from 'ember-metal/debug';
import { get } from 'ember-metal/property_get';
import assign from 'ember-metal/assign';
import { isGlobal } from 'ember-metal/path_cache';
import { internal, render } from 'htmlbars-runtime';
import getValue from 'ember-htmlbars/hooks/get-value';
import { isStream... |
/**
* ein validator
*
* @link http://formvalidation.io/validators/ein/
* @author https://twitter.com/nghuuphuoc
* @copyright (c) 2013 - 2015 Nguyen Huu Phuoc
* @license http://formvalidation.io/license/
*/
(function($) {
FormValidation.I18n = $.extend(true, FormValidation.I18n || {}, {
... |
'use strict';
var _interopRequireWildcard = function (obj) { return obj && obj.__esModule ? obj : { 'default': obj }; };
Object.defineProperty(exports, '__esModule', {
value: true
});
var _hexToRgb = require('./utils');
var _removeClass$getTopMargin$fadeIn$show$addClass = require('./handle-dom');
var _defaultPar... |
WYMeditor.STRINGS['de'] = {
Strong: 'Fett',
Emphasis: 'Kursiv',
Superscript: 'Text hochstellen',
Subscript: 'Text tiefstellen',
Ordered_List: 'Geordnete Liste einfügen',
Unordered_List: 'Ungeordnete Liste einfügen',
Indent: 'Einzug erhöhen',
Outdent: 'Einzug vermindern',
Undo: 'Befehle rückgän... |
/*
This file is part of Ext JS 4
Copyright (c) 2011 Sencha Inc
Contact: http://www.sencha.com/contact
GNU General Public License Usage
This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the p... |
/*
* Copyright (c) 2012 Adobe Systems Incorporated. All rights reserved.
*
* 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 ri... |
/*!
* json-schema-faker library v0.4.1
* http://json-schema-faker.js.org
* @preserve
*
* Copyright (c) 2014-2016 Alvaro Cabrera & Tomasz Ducin
* Released under the MIT license
*
* Date: 2017-02-17 19:35:15.530Z
*/
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else i... |
import utils from '../other/utils';
export default formlyUtil;
// @ngInject
function formlyUtil() {
return utils;
}
|
var _ = require('lodash');
module.exports = function createOverviewDump() {
return {
$runAfter: ['processing-docs'],
$runBefore: ['docs-processed'],
$process: function(docs) {
var overviewDoc = {
id: 'overview-dump',
aliases: ['overview-dump'],
path: 'overview-dump',
... |
/**
* @author Mat Groves http://matgroves.com/ @Doormat23
*/
/**
The interaction manager deals with mouse and touch events. Any DisplayObject can be interactive
This manager also supports multitouch.
@class InteractionManager
@constructor
@param stage {Stage}
@type Stage
*/
PIXI.InteractionManager = function(stage... |
module.exports = require('./wrapperPlant');
|
/*!
* # Semantic UI 2.1.7 - Modal
* 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";
$.fn.modal = function(parameters) {
var
$allModules... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v5.2.0
* @link http://www.ag-grid.com/
* @license MIT
*/
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() {... |
#!/usr/bin/env node
// TODO(vojta): pre-commit hook for validating messages
// TODO(vojta): report errors, currently Q silence everything which really sucks
var child = require('child_process');
var fs = require('fs');
var util = require('util');
var q = require('qq');
var GIT_LOG_CMD = 'git log --grep="%s" -E --for... |
/**
* multiscroll.js 0.1.5 Beta
* https://github.com/alvarotrigo/multiscroll.js
* MIT licensed
*
* Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
*/
(function($) {
$.fn.multiscroll = function(options) {
// Create some defaults, extending them with any options that were provided
op... |
import $ from 'jquery';
import Sortable from 'sortablejs';
import PageFilters, { Instance as PageFiltersInstance } from './filter';
import './page';
// Pages Ordering
let Ordering = null;
let orderingElement = $('#ordering');
if (orderingElement.length) {
Ordering = new Sortable(orderingElement.get(0), {
f... |
!function(n,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t(n.random={})}(this,function(n){"use strict";var t=function(n){return function(){for(var t=0,r=0;n>r;++r)t+=Math.random();return t}},r=function(n){var r=t(n);return function(){retu... |
SyncedCron.options = {
log: false,
collectionName: 'cronHistory',
utc: false,
collectionTTL: 172800
}
defaultFrequency = 7; // once a week
defaultTime = '00:00';
var getSchedule = function (parser) {
var frequency = getSetting('newsletterFrequency', defaultFrequency);
var recur = parser.recur();
var sch... |
/*!
* Fine Uploader
*
* Copyright 2015, Widen Enterprises, Inc. info@fineuploader.com
*
* Version: 5.3.0-11
*
* Homepage: http://fineuploader.com
*
* Repository: git://github.com/FineUploader/fine-uploader.git
*
* Licensed only under the Widen Commercial License (http://fineuploader.com/licensing).
*/
/*globals wind... |
/*! Native Promise Only
v0.7.5-a (c) Kyle Simpson
MIT License: http://getify.mit-license.org
*/
(function UMD(name,context,definition){
// special form of UMD for polyfilling across evironments
context[name] = context[name] || definition();
if (typeof module != "undefined" && module.exports) { module.export... |
L.DeferredLayer=L.LayerGroup.extend({options:{js:[],init:null},_script_cache:{},initialize:function(t){L.Util.setOptions(this,t),L.LayerGroup.prototype.initialize.apply(this),this._loaded=!1},onAdd:function(t){if(L.LayerGroup.prototype.onAdd.apply(this,[t]),!this._loaded){var i=function(){this._loaded=!0;var t=this.opt... |
/*!
* js-data-http
* @version 3.0.0-alpha.7 - Homepage <http://www.js-data.io/docs/dshttpadapter>
* @author Jason Dobry <jason.dobry@gmail.com>
* @copyright (c) 2014-2015 Jason Dobry
* @license MIT <https://github.com/js-data/js-data-http/blob/master/LICENSE>
*
* @overview HTTP adapter for js-data.
*/
(function webpack... |
require("../../lib/jasmine-promise");
var MockFs = require("../../../fs-mock");
var normalize = require('../../../fs').normal;
describe("link", function () {
it("should", function () {
var mock = MockFs();
// make some content
return mock.makeTree("a/b")
.then(function () {
... |
/**
* Copyright 2013-2014, 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.
*
* @emails react-co... |
YUI.add('series-histogram-base', function (Y, NAME) {
/**
* Provides core functionality for creating a bar or column series.
*
* @module charts
* @submodule series-histogram
*/
var Y_Lang = Y.Lang;
/**
* Histogram is the base class for Column and Bar series.
*
* @class Histogram
* @constructor
* @param {Obj... |
/**
* Globalize v1.0.1
*
* http://github.com/jquery/globalize
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2016-01-20T16:57Z
*/
/*!
* Globalize v1.0.1 2016-01-20T16:57Z Released under the MIT license
* http://git.io/TrdQbw
*/
... |
angular.module("uib/template/datepicker/day.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("uib/template/datepicker/day.html",
"<table role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n" +
" <thead>\n" +
" <tr>\n" +
... |
;(function(window, document, undefined) {
'use strict';
/**
* Construct a new Cleave instance by passing the configuration object
*
* @param {Object} opts
* @param {String / HTMLElement} element
*/
var Cleave = function (element, opts) {
var owner = this;
if (typeof element === 'string') {
owner... |
'use strict';
var vlq = require('vlq');
function Chunk ( start, end, content ) {
this.start = start;
this.end = end;
this.original = content;
this.intro = '';
this.outro = '';
this.content = content;
this.storeName = false;
this.edited = false;
// we make these non-enumerable, for sanity while debugging
... |
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang("uicolor","az",{title:"Panellərin rəng seçimi",options:"Color Options",highlight:"Highlight",selected:"Selected Color",predefined... |
/**
* @author mrdoob / http://mrdoob.com/
* @author supereggbert / http://www.paulbrunt.co.uk/
* @author julianwa / https://github.com/julianwa
*/
THREE.RenderableObject = function () {
this.id = 0;
this.object = null;
this.z = 0;
this.renderOrder = 0;
};
//
THREE.RenderableFace = function () {
this.id ... |
var buckets={};
(function(){buckets.defaultCompare=function(a,b){return a<b?-1:a===b?0:1};buckets.defaultEquals=function(a,b){return a===b};buckets.defaultToString=function(a){return null===a?"BUCKETS_NULL":buckets.isUndefined(a)?"BUCKETS_UNDEFINED":buckets.isString(a)?a:a.toString()};buckets.isFunction=function(a){ret... |
IntlMessageFormat.__addLocaleData({"locale":"os","pluralRuleFunction":function (n) {n=Math.floor(n);if(n===1)return"one";return"other";}}); |
/**
* API Bound Models for AngularJS
* @version v1.1.5 - 2014-12-10
* @link https://github.com/angular-platanus/restmod
* @author Ignacio Baixas <ignacio@platan.us>
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
(function(angular, undefined) {
'use strict';
/**
* Angular inflection library
*... |
/**
* @author sole / http://soledadpenades.com
* @author mrdoob / http://mrdoob.com
* @author Robert Eisele / http://www.xarg.org
* @author Philippe / http://philippe.elsass.me
* @author Robert Penner / http://www.robertpenner.com/easing_terms_of_use.html
* @author Paul Lewis / http://www.aerotwist.com/
* @autho... |
/*!
* # Semantic UI 2.1.8 - Progress
* 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";
$.fn.progress = function(parameters) {
var
$allM... |
loadIonicon('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M383.8 92.2C348.5 64.5 304.1 48 256 48c-48 0-92.3 16.5-127.6 44 41.6 44.8 64.3 103 64 164.3-.3 61-23.3 118.6-64.9 162.9 35.4 28 80.1 44.8 128.5 44.8 48.5 0 93.3-16.8 128.8-45-41.5-44.3-64.5-101.8-64.8-162.7-.3-61.2 22.3-119.3 63.8-164.1... |
var Sequence = require('./Sequence');
var Util = require('util');
var Packets = require('../packets');
var Auth = require('../Auth');
var ClientConstants = require('../constants/client');
module.exports = Handshake;
Util.inherits(Handshake, Sequence);
function Handshake(options, ca... |
//
// Dust - Asynchronous Templating v2.1.5
// http://akdubya.github.com/dustjs
//
// Copyright (c) 2010, Aleksander Williams
// Released under the MIT License.
//
var dust = {};
function getGlobal(){
return (function(){
return this.dust;
}).call(null);
}
(function(dust) {
if(!dust) {
return;
}
var NONE =... |
'use strict';
exports.__esModule = true;
exports['default'] = combineReducers;
var _createStore = require('./createStore');
var _isPlainObject = require('lodash/isPlainObject');
var _isPlainObject2 = _interopRequireDefault(_isPlainObject);
var _warning = require('./utils/warning');
var _warning2 = _interopRequire... |
module.exports={title:"Google Messages",slug:"googlemessages",svg:'<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Google Messages icon</title><path d="M.92 3.332c-.776 0-1.216.67-.692 1.383l2.537 4.403v7.86c0 2.013 1.467 3.69 3.459 3.69H20.31a3.75 3.75 0 003.69-3.69V7.043a3.723 3.723 0 00... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'format', 'fo', {
label: 'Skriftsnið',
panelTitle: 'Skriftsnið',
tag_address: 'Adressa',
tag_div: 'Vanligt (DIV)',
tag_h1: 'Yvirskrift 1',
tag_h... |
/*! Responsive 1.0.1
* 2014 SpryMedia Ltd - datatables.net/license
*/
/**
* @summary Responsive
* @description Responsive tables plug-in for DataTables
* @version 1.0.1
* @file dataTables.responsive.js
* @author SpryMedia Ltd (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
... |
x = 5, b = require('beep');
console.log(b.x * 3);
console.log(b.f(5));
|
//# sourceMappingURL=phone-be.min.js.map |
/**
* Copyright (c) 2014 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 rights
* to use, copy, modify, merge, pub... |
// Ramda v0.16.0
// https://github.com/ramda/ramda
// (c) 2013-2015 Scott Sauyet, Michael Hurley, and David Chambers
// Ramda may be freely distributed under the MIT license.
;(function() {
'use strict';
/**
* A special placeholder value used to specify "gaps" within curried functions,
* allowing p... |
'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... |
(function(){/*
MIT License (c) copyright 2010-2013 B Cavalier & J Hann */
(function(n){function m(){}function v(a,b){return 0==T.call(a).indexOf("[object "+b)}function w(a){return a&&"/"==a.charAt(a.length-1)?a.substr(0,a.length-1):a}function l(a,b){var d,c,f,g;d=1;c=a;"."==c.charAt(0)&&(f=!0,c=c.replace(U,function(a,... |
/**
* Copyright (c) 2016-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.
*
* @flow
*/... |
/*
* Validation JS
*
* - Initializes validation on selector (forms)
* - Adds/removes rules on elements contained in var types.validation
* - Checks if elements are hidden by conditionals
*
* @see WPCF_Validation::renderJsonData( $selector ) how rules are added
* Use wp_enqueue_script( 'types-validation' ) to... |
'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": [
"dimanche",
"lu... |
/**
* @author mrdoob / http://mrdoob.com/
* @author alteredq / http://alteredqualia.com/
*
* ShaderToon currently contains:
*
* toon1
* toon2
* hatching
* dotted
*/
THREE.ShaderToon = {
'toon1' : {
uniforms: {
"uDirLightPos": { value: new THREE.Vector3() },
"uDirLightColor": { value: new THREE.Co... |
/*************************************************************
*
* MathJax/fonts/HTML-CSS/TeX/png/AMS/Regular/CombDiacritMarks.js
*
* Defines the image size data needed for the HTML-CSS OutputJax
* to display mathematics using fallback images when the fonts
* are not availble to the client browser.
*
* -... |
describe('getLayers', function () {
var map, div;
beforeEach(function () {
div = document.createElement('div');
div.style.width = '200px';
div.style.height = '200px';
document.body.appendChild(div);
map = L.map(div, { maxZoom: 18 });
map.fitBounds(new L.LatLngBounds([
[1, 1],
[2, 2]
]));
});
... |
/*!
* CamanJS - Pure HTML5 Javascript (Ca)nvas (Man)ipulation
* http://camanjs.com/
*
* Copyright 2011, Ryan LeFevre
* Licensed under the new BSD License.
* See LICENSE for more info.
*
* Project Contributors:
* Ryan LeFevre - Lead Developer and Project Maintainer
* Twitter: @meltingice
* GitHub: htt... |
var ImageDialog = {
preInit : function() {
var url;
tinyMCEPopup.requireLangPack();
if (url = tinyMCEPopup.getParam("external_image_list_url"))
document.write('<script language="javascript" type="text/javascript" src="' + tinyMCEPopup.editor.documentBaseURI.toAbsolute(url) + '"></script>');
},
init : fun... |
// open websocket
var host = location.origin.replace(/^http/, 'ws'),
socket = new WebSocket(host);
socket.onopen = function(){
var message = {
clientType: 'scoreboard'
};
if (socket.readyState === 1) {
socket.send(JSON.stringify(message));
}
};
socket.onmessage = function(msg){
... |
define([
"rishson/widget/_Widget", //mixin
"rishson/util/ObjectValidator", //validate
"dijit/_TemplatedMixin", //mixin
"dijit/_WidgetsInTemplateMixin", //mixin
"dojo/text!rishson/view/simpleFooter/SimpleFooter.html", //template
"dojo/_base/declare" // declare + safeMixin
], function (_Widget, ObjectValidator, ... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _utils = require('../utils');
exports.default = () => {
const teams = new Map();
return {
forEach: callback => teams.forEach(callback),
installedTeam: async installInfo => {
let team = teams.get(installInfo.team.id... |
import { resolve } from 'path';
import Node from './Node';
import Chain from './Chain';
export function load ( file, options ) {
const { node, sourcesContentByPath, sourceMapByPath } = init( file, options );
return node.load( sourcesContentByPath, sourceMapByPath )
.then( () => node.isOriginalSource ? null : new ... |
var time = process.hrtime;
var uuid = require('uuid');
var async = require('async');
var LocalStorage = require('node-localstorage').LocalStorage;
var StorageLRU = require('storage-lru').StorageLRU;
var localStorage = new LocalStorage('./');
var cache = new StorageLRU(localStorage);
console.log('%s %s %s %s', 'Iterati... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.