code
stringlengths
2
1.05M
(function () { var tabfocus = (function () { 'use strict'; var global = tinymce.util.Tools.resolve('tinymce.PluginManager'); var global$1 = tinymce.util.Tools.resolve('tinymce.dom.DOMUtils'); var global$2 = tinymce.util.Tools.resolve('tinymce.EditorManager'); var global$3 = tinymce.util.Tools.resolve('tin...
// https://github.com/openstreetmap/potlatch2/blob/master/net/systemeD/halcyon/connection/actions/DeleteNodeAction.as iD.actions.DeleteNode = function(nodeId) { var action = function(graph) { var node = graph.entity(nodeId); graph.parentWays(node) .forEach(function(parent) { ...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const denodeify = require("denodeify"); const SilentError = require('silent-error'); const PortFinder = require('portfinder'); const getPort = denodeify(PortFinder.getPort); function checkPort(port, host, basePort = 49152) { PortFinder.bas...
/** * $Id: editor_plugin_src.js 129 2006-10-23 09:45:17Z spocke $ * * @author Moxiecode * @copyright Copyright © 2004-2006, Moxiecode Systems AB, All rights reserved. */ /* Import plugin specific language pack */ if (!tinyMCE.settings['contextmenu_skip_plugin_css']) { tinyMCE.loadCSS(tinyMCE.baseURL + "/plugins/...
/* * * * License: www.highcharts.com/license * * */ 'use strict'; import H from '../parts/Globals.js'; import '../parts/Utilities.js'; var isArray = H.isArray, seriesType = H.seriesType; function populateAverage(points, xVal, yVal, i, period) { var mmY = yVal[i - 1][3] - yVal[i - period - 1][3], ...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); var _exportNames = { iconButtonClasses: true }; Object.defineProperty(exports, "default", { enumerable: true, get: function () { return _IconBu...
/* * 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. */ '...
import Ember from 'ember'; import EmberSelectizeComponent from 'ember-cli-selectize/components/ember-selectize'; export default EmberSelectizeComponent.extend({ /** * Event callback that is triggered when user creates a tag * - modified to pass the caret position to the action */ _create(input, ca...
import fooBarBaz from 'my-app/utils/foo/bar-baz'; import { module, test } from 'qunit'; module('Unit | Utility | foo/bar-baz'); // Replace this with your real tests. test('it works', function(assert) { let result = fooBarBaz(); assert.ok(result); });
'use strict'; require('../common'); const assert = require('assert'); const net = require('net'); const dgram = require('dgram'); assert.ok((new net.Server()).ref() instanceof net.Server); assert.ok((new net.Server()).unref() instanceof net.Server); assert.ok((new net.Socket()).ref() instanceof net.Socket); assert.ok(...
'use strict'; var blacklist = [ 'freelist', 'sys' ]; module.exports = Object.keys(process.binding('natives')).filter(function (el) { return !/^_|^internal|\//.test(el) && blacklist.indexOf(el) === -1; }).sort();
/*************************************************************************************************** PopupWindow - The ultimate popup/dialog/modal jQuery plugin Author : Gaspare Sganga Version : 1.0.3 License : MIT Documentation : http://gasparesganga.com/labs/jquery-popup-win...
var request = require('../support/http') , app = require('../../examples/mvc'); describe('mvc', function(){ describe('GET /', function(){ it('should redirect to /users', function(done){ request(app) .get('/') .end(function(err, res){ res.should.have.status(302); res.headers.l...
SVG.ViewBox = function(element) { var x, y, width, height , wm = 1 /* width multiplier */ , hm = 1 /* height multiplier */ , box = element.bbox() , view = (element.attr('viewBox') || '').match(/-?[\d\.]+/g) , we = element , he = element /* get dimensions of current node */ width...
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'clipboard', 'vi', { copy: 'Sao chép', copyError: 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh sao chép...
!function() { var d3 = { version: "3.5.5" }; var d3_arraySlice = [].slice, d3_array = function(list) { return d3_arraySlice.call(list); }; var d3_document = this.document; function d3_documentElement(node) { return node && (node.ownerDocument || node.document || node).documentElement; } func...
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ module.exports = function (updatedModules, renewedModules) { var unacceptedModules = updatedModules.filter(function (moduleId) { return renewedModules && renewedModules.indexOf(moduleId) < 0; }); var log = require("...
module.exports={A:{A:{"2":"J C G E B A VB"},B:{"2":"D Y g H L"},C:{"2":"TB z F I J C G E B A D Y g H L M N O P Q R S T U V W X v Z a b RB QB","516":"0 1 3 4 5 q r s x y u t","580":"c d e f K h i j k l m n o p"},D:{"2":"F I J C G E B A D Y g H L M N O P Q R S T U V W X v Z a b c d e","132":"f K h","260":"0 1 3 4 5 9 i j...
'use strict'; /** * @ngdoc overview * @name ngSanitize * @description */ /* * HTML Parser By Misko Hevery (misko@hevery.com) * based on: HTML Parser By John Resig (ejohn.org) * Original code by Erik Arvidsson, Mozilla Public License * http://erik.eae.net/simplehtmlparser/simplehtmlparser.js * * // Use like...
'use strict'; var webpack = require('webpack'); var config = require('./webpack.config.base.js'); if (process.env.NODE_ENV !== 'test') { config.entry = [ 'webpack-dev-server/client?http://localhost:3000', 'webpack/hot/dev-server' ].concat(config.entry); } config.devtool = 'cheap-module-eval-source-map'; ...
/* YUI 3.18.1 (build f7e7bcb) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('parallel', function (Y, NAME) { /** * A concurrent parallel processor to help in running several async functions. * @module parallel * @main parallel */ /** A conc...
/* Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ if(!dojo._hasResource["dojox.av.FLAudio"]){ dojo._hasResource["dojox.av.FLAudio"]=true; dojo.provide("dojox.av.FLAudio"); d...
var _ = require('lodash'), Promise = require('bluebird'), cheerio = require('cheerio'), crypto = require('crypto'), downsize = require('downsize'), RSS = require('rss'), url = require('url'), config = require('../../../config'), api = require('../../../api'), ...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v14.2.0 * @link http://www.ag-grid.com/ * @license MIT */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function QuerySelector(selector) { return querySelectorFun...
(function (window) { "use strict"; var AppEnlight = { version: '0.4.0', options: { apiKey: "" }, errorReportBuffer: [], slowReportBuffer: [], logBuffer: [], requestInfo: null, init: function (options) { var self = this; ...
declare module 'os-tmpdir' { declare module.exports: () => string; }
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'scayt', 'eu', { about: 'SCAYTi buruz', aboutTab: 'Honi buruz', addWord: 'Hitza Gehitu', allCaps: 'Ignore All-Caps Words', // MISSING ...
/* * @name Iteration * @description Iteration with a "for" structure to construct repetitive forms. */ var y; var num = 14; function setup() { createCanvas(720, 360); background(102); noStroke(); // Draw white bars fill(255); y = 60; for(var i = 0; i < num/3; i++) { rect(50, y, 475, 10); ...
/** * @author mrdoob / http://mrdoob.com/ * @author *kile / http://kile.stravaganza.org/ * @author philogb / http://blog.thejit.org/ * @author mikael emtinger / http://gomo.se/ * @author egraether / http://egraether.com/ * @author WestLangley / http://github.com/WestLangley */ THREE.Vector3 = function ( x, y, z...
ANGULAR1_TUT = [ { id: "0", title: 'Bootstrapping', seoTitle: 'Bootstrapping', route: "tutorials.angular1.bootstrapping", path: "/tutorials/angular1/bootstrapping", contentTemplate: 'tutorial.step_00.html', video: '//www.youtube.com/embed/s2RWlIrkCaE?list=PLhCf3AUOg4PgQoY_A6xWDQ70yaNtPYtZd...
/* * $Id: base64.js,v 2.15 2014/04/05 12:58:57 dankogai Exp dankogai $ * * Licensed under the BSD 3-Clause License. * http://opensource.org/licenses/BSD-3-Clause * * References: * http://en.wikipedia.org/wiki/Base64 */ (function(global) { 'use strict'; // existing version for noConflict() v...
define(["./kernel", "./lang", "./array", "./config"], function(dojo, lang, ArrayUtil, config){ var Color = dojo.Color = function(/*Array|String|Object*/ color){ // summary: // Takes a named string, hex string, array of rgb or rgba values, // an object with r, g, b, and a properties, or another `Color` object ...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _streamConfig = require('./schemas/streamConfig.json'); var _streamConfig2 = _interopRequireDefault(_streamConfig); var _tv = require('tv4'); var _tv2 = _interopRequireDefault(_tv); function _interopRequireDefault(obj) { return o...
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(d...
/* * bootstrap-table - v1.8.0 - 2015-05-22 * https://github.com/wenzhixin/bootstrap-table * Copyright (c) 2015 zhixin wen * Licensed MIT License */ !function(a){"use strict";a.fn.bootstrapTable.locales["ar-SA"]={formatLoadingMessage:function(){return"جاري التحميل, يرجى الإنتظار..."},formatRecordsPerPage:function(a){ret...
module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ ret...
tinyMCE.addI18n('zh.table_dlg',{ general_tab:"\u4E00\u822C", advanced_tab:"\u9AD8\u7D1A", general_props:"\u4E00\u822C\u5C6C\u6027", advanced_props:"\u9AD8\u7D1A\u5C6C\u6027", rowtype:"\u884C\u6240\u5728\u7684\u8868\u683C\u4F4D\u7F6E", title:"\u63D2\u5165/\u7DE8\u8F2F\u8868\u683C", width:"\u5BEC\u5EA6", height:"...
/* * ___ __ __ * ( ( / \ * ) ) )( () ) * (___(__\__/ * * a library for building user interfaces */ /* eslint-disable */ (function (factory) { if (typeof exports === 'object' && typeof module !== 'undefined') { module.exports = factory(global, typeof __webpack_require__ === 'undefined' ? require : null);...
describe('select-multiple', function() { beforeEach(function() { browser().navigateTo(mainUrl); }); it('should show options and submit new value', function() { var s = '[ng-controller="SelectMultipleCtrl"] '; expect(element(s+'a').text()).toMatch('status2'); expect(element(s+'a').text()).toMatc...
describe("module:ng.input:input[number]", function() { var rootEl; beforeEach(function() { rootEl = browser.rootEl; browser.get("./examples/example-number-input-directive/index-jquery.html"); }); var value = element(by.binding('value')); var valid = element(by.binding('myForm.input.$valid')); var...
version https://git-lfs.github.com/spec/v1 oid sha256:9aa196a5fac550c5666e19c78ddfc6391c3ff6f512e64e8c847d611d647f24a2 size 2345
version https://git-lfs.github.com/spec/v1 oid sha256:43174f11524ba5affe1bf3c72d91ab9e8610d39f6ae0fa0a80829ec2098a6f2e size 2412
/************************************************************* * * MathJax/jax/output/SVG/fonts/TeX/svg/Main/Bold/LatinExtendedA.js * * Copyright (c) 2011-2014 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the ...
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'et', { button: 'Asetamine tavalise tekstina', title: 'Asetamine tavalise tekstina' } );
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v9.0.3 * @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 <...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v9.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 <...
/*! * Angular-PDF: An Angularjs directive <ng-pdf> to display PDF in the browser with PDFJS. * @version 1.6.0 * @link https://github.com/sayanee/angular-pdf#readme * @license MIT License, http://www.opensource.org/licenses/MIT */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'o...
var List = require('../../utils/list.js'); module.exports = function disjoin(node, item, list) { var selectors = node.selector.selectors; // generate new rule sets: // .a, .b { color: red; } // -> // .a { color: red; } // .b { color: red; } // while there are more than 1 simple selector s...
var MockServer = require('mockserver'); module.exports = { setUp: function (callback) { this.client = require('../../nightwatch.js').init(); callback(); }, testCommand : function(test) { MockServer.addMock({ url : "/wd/hub/session/1352110219202/screenshot", method:'GET', response...
function xdiff_file_diff(old_file, new_file, dest, context, minimal) { // http://kevin.vanzonneveld.net // + original by: Brett Zamir (http://brett-zamir.me) // % note 1: Depends on file_put_contents which is not yet implemented // - depends on: xdiff_string_diff // - depends on: file_get_contents /...
/* @flow */ ("hi": Iterable<string>); ("hi": Iterable<*>); ("hi": Iterable<number>); // Error - string is a Iterable<string>
#pragma strict @script ExecuteInEditMode @script RequireComponent (Camera) @script AddComponentMenu ("Image Effects/Camera/Camera Motion Blur") public class CameraMotionBlur extends PostEffectsBase { // make sure to match this to MAX_RADIUS in shader ('k' in paper) static var MAX_RADIUS : int = 10.0f; public e...
var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (Object.prototype.hasOwnProp...
module.exports = function(grunt) { grunt.config.set('watch', { // Watch assets to detect changes and launch `SyncAssets` task assets: { files: ['source/_*/**/*'], tasks: ['syncAssets'] } }); grunt.loadNpmTasks('grunt-contrib-watch'); };
'use strict'; // Load modules const Any = require('./any'); const Ref = require('./ref'); const Hoek = require('hoek'); // Declare internals const internals = { precisionRx: /(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/ }; internals.Number = class extends Any { constructor() { super(); this._type ...
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'toolbar', 'it', { toolbarCollapse: 'Minimizza Toolbar', toolbarExpand: 'Espandi Toolbar', toolbarGroups: { document: 'Documento', clipboard: '...
module.exports = /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ ret...
(function (global, factory) { if (typeof define === "function" && define.amd) { define('element/locale/fi', ['module', 'exports'], factory); } else if (typeof exports !== "undefined") { factory(module, exports); } else { var mod = { exports: {} }; factory(mod, mod.exports); global.EL...
/* Lightbox for Bootstrap 3 by @ashleydw https://github.com/ashleydw/lightbox License: https://github.com/ashleydw/lightbox/blob/master/LICENSE */ (function() { "use strict"; var $, EkkoLightbox; $ = jQuery; EkkoLightbox = function(element, options) { var content, footer, header, _this = this; ...
// Copyright 2012 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...
YUI.add('datatable-sort-deprecated', function(Y) { // API Doc comments disabled to avoid deprecated class leakage into // non-deprecated class API docs. See the 3.4.1 datatable API doc files in the // download at http://yui.zenfs.com/releases/yui3/yui_3.4.1.zip for reference. /** Plugs DataTable with sorting function...
/** * 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 utils_1 = require('../utils'); var TabbedLayout = (function () { function TabbedLayout(params) { var _this = this; t...
version https://git-lfs.github.com/spec/v1 oid sha256:595a5981ebcb57d8a2c48a230e0a63ec714396ece9ea5dbbcd1009d7582705a7 size 2931
(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...
Package.describe({ name: 'rocketchat:crowd', version: '1.0.0', summary: 'Accounts login handler for crowd using atlassian-crowd-client from npm', git: '' }); Package.onUse(function(api) { api.use('rocketchat:logger'); api.use('rocketchat:lib'); api.use('ecmascript'); api.use('sha'); api.use('templating', 'cl...
/* Author: Geraint Luff and others Year: 2013 This code is released into the "public domain" by its author(s). Anybody may use, alter and distribute the code without restriction. The author makes no guarantees, and takes no liability of any kind for use of this code. If you find a bug or make an improvement, ...
(function(global) { Ember.libraries.register('Ember Simple Auth Torii', '0.6.7'); var define, requireModule; (function() { var registry = {}, seen = {}; define = function(name, deps, callback) { registry[name] = { deps: deps, callback: callback }; }; requireModule = function(name) { if (seen.hasOwn...
/*! * inferno-component v1.0.2 * (c) 2016 Dominic Gannaway * Released under the MIT License. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./inferno')) : typeof define === 'function' && define.amd ? define(['inferno'], facto...
// (c) ammap.com | SVG (in JSON format) map of Libya - Low // areas: {id:"LY-WD"},{id:"LY-BU"},{id:"LY-QB"},{id:"LY-SR"},{id:"LY-BA"},{id:"LY-WA"},{id:"LY-JA"},{id:"LY-HZ"},{id:"LY-TN"},{id:"LY-MZ"},{id:"LY-ZA"},{id:"LY-NQ"},{id:"LY-JI"},{id:"LY-SB"},{id:"LY-MI"},{id:"LY-MQ"},{id:"LY-GT"},{id:"LY-SH"},{id:"LY-MB"},{id:...
/* Language: XL Author: Christophe de Dinechin <christophe@taodyne.com> Description: An extensible programming language, based on parse tree rewriting (http://xlr.sf.net) */ function(hljs) { var BUILTIN_MODULES = 'ObjectLoader Animate MovieCredits Slides Filters Shading Materials LensFlare Mapping VLCAudioVideo ...
(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...
L.KML = L.FeatureGroup.extend({ options: { async: true }, initialize: function(kml, options) { L.Util.setOptions(this, options); this._kml = kml; this._layers = {}; if (kml) { this.addKML(kml, options, this.options.async); } }, loadXML: function(url, cb, options, async) { if (async === undefine...
'use strict'; module.exports = function (t, a) { var fn = function (raz, dwa) { return raz + dwa; }; a(t('undefined'), undefined, "Undefined"); a(t('null'), null, "Null"); a(t('"raz"'), 'raz', "String"); a(t('"raz\\"ddwa\\ntrzy"'), 'raz"ddwa\ntrzy', "String with escape"); a(t('false'), false, "Booelean"); a(Str...
import { configure } from '@storybook/react'; function loadStories() { require('../stories'); } configure(loadStories, module);
'use strict'; // Use Applicaion configuration module to register a new module ApplicationConfiguration.registerModule('articles');
this.workbox = this.workbox || {}; this.workbox.core = (function (exports) { 'use strict'; try { self['workbox:core:4.3.1'] && _(); } catch (e) {} // eslint-disable-line /* Copyright 2019 Google LLC Use of this source code is governed by an MIT-style license that can be found in the LICENSE fi...
var locale={moduleType:"locale",name:"gl",dictionary:{},format:{days:["Domingo","Luns","Martes","M\xe9rcores","Xoves","Venres","S\xe1bado"],shortDays:["Dom","Lun","Mar","M\xe9r","Xov","Ven","S\xe1b"],months:["Xaneiro","Febreiro","Marzo","Abril","Maio","Xu\xf1o","Xullo","Agosto","Setembro","Outubro","Novembro","Decembro...
var _ = require('lodash'), Promise = require('bluebird'), storage = require('../../../storage'), replaceImage, ImageImporter, preProcessPosts, preProcessTags, preProcessUsers; replaceImage = function (markdown, image) { // Normalizes to include a trailing slash if there was one ...
/* * DateJS Culture String File * Country Code: en-AU * Name: English (Australia) * Format: "key" : "value" * Key is the en-US term, Value is the Key in the current language. */ Date.CultureStrings = Date.CultureStrings || {}; Date.CultureStrings["en-AU"] = { "name": "en-AU", "englishName": "Engl...
!function(t){t.datepick.regional.lv={clearText:"Notīrīt",clearStatus:"",closeText:"Aizvērt",closeStatus:"",prevText:"Iepr",prevStatus:"",prevBigText:"&#x3c;&#x3c;",prevBigStatus:"",nextText:"Nāka",nextStatus:"",nextBigText:"&#x3e;&#x3e;",nextBigStatus:"",currentText:"Šodien",currentStatus:"",monthNames:["Janvāris","Feb...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'liststyle', 'ca', { armenian: 'Armenian numbering', bulletedTitle: 'Bulleted List Properties', circle: 'Circle', decimal: 'Decimal (1, 2, 3, etc....
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'fakeobjects', 'bn', { anchor: 'Anchor', // MISSING flash: 'Flash Animation', // MISSING hiddenfield: 'Hidden Field', // MISSING iframe: 'IFrame',...
'use strict'; describe('$compile', function() { function isUnknownElement(el) { return !!el.toString().match(/Unknown/); } function isSVGElement(el) { return !!el.toString().match(/SVG/); } function isHTMLElement(el) { return !!el.toString().match(/HTML/); } function supportsMathML() { ...
"use strict"; const conversions = require("webidl-conversions"); const utils = require("./utils.js"); const HTMLElement = require("./HTMLElement.js"); const impl = utils.implSymbol; function HTMLMediaElement() { throw new TypeError("Illegal constructor"); } HTMLMediaElement.prototype = Object.create(HTMLElement.int...
/** * jQRangeSlider * A javascript slider selector that supports dates * * Copyright (C) Guillaume Gautreau 2012 * Dual licensed under the MIT or GPL Version 2 licenses. * */ (function ($, undefined) { "use strict"; $.widget("ui.rangeSlider", { options: { bounds: {min:0, max:100}, defaultValues: {min...
// For questions about the Malayalam hyphenation patterns // ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com) Hyphenator.languages.ml={ 'leftmin' : 2, 'rightmin' : 2, 'shortestPattern' : 1, 'longestPattern' : 3, 'specialChars' : 'ആഅഇഈഉഊഋഎഏഐഒഔകഗഖഘങചഛജഝഞടഠഡഢണതഥദധനപഫബഭമയരലവശഷസഹളഴറിീാുൂൃെേൊാോൈൌൗ്ഃം‍', 'pa...
/* * /MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js * * Copyright (c) 2009-2017 The MathJax Consortium * * 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 * * ...
Package.onUse(function (api) { api.addFiles('thrower.js', 'server'); });
YUI.add("querystring-stringify",function(d){var c=d.namespace("QueryString"),b=[],a=d.Lang;c.escape=encodeURIComponent;c.stringify=function(k,o,e){var g,j,m,h,f,t,r=o&&o.sep?o.sep:"&",p=o&&o.eq?o.eq:"=",q=o&&o.arrayKey?o.arrayKey:false;if(a.isNull(k)||a.isUndefined(k)||a.isFunction(k)){return e?c.escape(e)+p:"";}if(a.i...
require('./angular-locale_ta-in'); module.exports = 'ngLocale';
// Helper function to avoid duplication of code function toDateTime(date) { if (date instanceof Date) { return date; } var intDate = Date.parse(date); if (isNaN(intDate)) { return null; } return new Date(intDate); } // Convert to date without the time component function toDate(...
// Copyright 2009 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 list of ...
var _ = require('lodash'), errors = require('../errors'), ghostBookshelf = require('./base'), Promise = require('bluebird'), i18n = require('../i18n'), Role, Roles; Role = ghostBookshelf.Model.extend({ tableName: 'roles', users: function users() ...
'use strict' const chalk = require('chalk') const semver = require('semver') const packageConfig = require('../package.json') const shell = require('shelljs') function exec (cmd) { return require('child_process').execSync(cmd).toString().trim() } const versionRequirements = [ { name: 'node', currentVersion...
YUI.add('handlebars-base', function (Y, NAME) { /*! Handlebars.js - Copyright (C) 2011 Yehuda Katz https://raw.github.com/wycats/handlebars.js/master/LICENSE */ // This file contains YUI-specific wrapper code and overrides for the // handlebars-base module. /** Handlebars is a simple template language inspired by Mus...
/*! * Jade - nodes - Each * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> * MIT Licensed */ /** * Module dependencies. */ var Node = require('./node'); /** * Initialize an `Each` node, representing iteration * * @param {String} obj * @param {String} val * @param {String} key * @param {Block} blo...
/** * @author Jason Dobry <jason.dobry@gmail.com> * @file js-data.js * @version 1.0.0-alpha.5-6 - Homepage <http://www.js-data.io/> * @copyright (c) 2014 Jason Dobry * @license MIT <https://github.com/js-data/js-data/blob/master/LICENSE> * * @overview Data store. */ !function(e){if("object"==typeof exports&&"undefined...
/*! * Qoopido.js library v3.6.5, 2015-7-1 * https://github.com/dlueth/qoopido.js * (c) 2015 Dirk Lueth * Dual licensed under MIT and GPL */ !function(t){window.qoopido.register("polyfill/string/lcfirst",t)}(function(){"use strict";return String.prototype.lcfirst||(String.prototype.lcfirst=function(){var t=this;return t...
$(window).load(function() { var lineChartData = { labels : ["January","February","March","April","May","June","July"], datasets : [ { fillColor : "rgba(220,220,220,0.5)", strokeColor : "rgba(220,220,220,1)", pointColor : "rgba(220,220,220,1)", pointStrokeColor : "#fff", data : [65,5...
/* Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built define("dojo/cldr/monetary",["../_base/kernel","../_base/lang"],function(_1,_2){ var _3={}; _2.setObject("dojo.cld...