code
stringlengths
2
1.05M
repo_name
stringlengths
5
114
path
stringlengths
4
991
language
stringclasses
1 value
license
stringclasses
15 values
size
int32
2
1.05M
/** * Copyright (c) 2014, 2016, Oracle and/or its affiliates. * The Universal Permissive License (UPL), Version 1.0 */ "use strict";var l={"EU":["EU","Evropa"]};(this?this:window)['DvtBaseMapManager']['_UNPROCESSED_MAPS'][2].push(["europe","continent",l]);
JDT2016-Hackathon/hr
src/main/resources/static/js/libs/oj/v2.0.1/resources/internal-deps/dvt/thematicMap/resourceBundles/EuropeContinentBundle_cs.js
JavaScript
apache-2.0
259
Proj4js.defs["EPSG:4960"] = "";
debard/georchestra-ird
mapfishapp/src/main/webapp/lib/proj4js/lib/defs/EPSG4960.js
JavaScript
gpl-3.0
31
/** * State-based routing for AngularJS 1.x * @version v1.0.5 * @link https://ui-router.github.io * @license MIT License, http://www.opensource.org/licenses/MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('angular')) : typeof defi...
angel-94/CALIFICACIONES
src/main/resources/static/app/bower_components/angular-ui-router/release/stateEvents.js
JavaScript
apache-2.0
12,613
var searchData= [ ['pcm_5fbytes_5fwritten',['pcm_bytes_written',['../structguac__audio__stream.html#a3db3ad0af5385d4ea20daece3e4e6d05',1,'guac_audio_stream']]], ['pcm_5fdata',['pcm_data',['../structguac__audio__stream.html#a7cfb92e31f72f1748aa0b3611ffdb0c8',1,'guac_audio_stream']]], ['pipe_5fhandler',['pipe_handl...
mike-jumper/incubator-guacamole-website
doc/0.9.7/libguac/search/all_d.js
JavaScript
apache-2.0
908
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * Function's scope chain is started when it is declared * * @path ch13/13.2/S13.2.2_A19_T2.js * @description Function is declared in the object scope. Using "with" statement */ ...
hippich/typescript
tests/Fidelity/test262/suite/ch13/13.2/S13.2.2_A19_T2.js
JavaScript
apache-2.0
660
//// [objectRest2.ts] // test for #12203 declare function connectionFromArray(objects: number, args: any): {}; function rootConnection(name: string) { return { resolve: async (context, args) => { const { objects } = await { objects: 12 }; return { ...connectionFromArray(objects, args) ...
basarat/TypeScript
tests/baselines/reference/objectRest2.js
JavaScript
apache-2.0
1,307
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
darkrsw/safe
tests/parser_tests/js/src/tests/js1_6/Array/regress-352742-01.js
JavaScript
bsd-3-clause
2,528
$(function () { 'use strict'; var crossOriginImage = 'http://fengyuanchen.github.io/cropper/img/picture.jpg'; var $image = $(window.createCropperImage({ src: crossOriginImage })); $image.cropper({ built: function () { var cropper = $image.data('cropper'); QUnit.test('options.ch...
lalo6666/crm
web/public/js/cropper-2.3.0/test/options/checkCrossOrigin.js
JavaScript
mit
1,560
/* This file is part of Ext JS 4.2 Copyright (c) 2011-2013 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...
lightbase/WSCacicNeo
wscacicneo/static/ext-js/src/layout/container/Fit.js
JavaScript
gpl-2.0
15,702
var struct___m_m_v_a_d___f_l_a_g_s3 = [ [ "LargePageCreating", "struct___m_m_v_a_d___f_l_a_g_s3.html#aaf3480d49bcc87fe7d648ad6061fbc1f", null ], [ "LastSequentialTrim", "struct___m_m_v_a_d___f_l_a_g_s3.html#a2c1946858db395cb94d8686947411c33", null ], [ "PreferredNode", "struct___m_m_v_a_d___f_l_a_g_s3.html#...
dooooon/Blackbone
doc/driver/html/struct___m_m_v_a_d___f_l_a_g_s3.js
JavaScript
mit
861
/* Copyright (c) 2012-2015 LevelUP contributors * See list at <https://github.com/level/levelup#contributing> * MIT License <https://github.com/level/levelup/blob/master/LICENSE.md> */ var async = require('async') , common = require('./common') , assert = require('referee').assert , refute = require('re...
lastguest/levelup
test/binary-test.js
JavaScript
mit
6,338
var searchData= [ ['bad',['Bad',['../union___m_e_m_o_r_y___w_o_r_k_i_n_g___s_e_t___e_x___b_l_o_c_k.html#ac0dacafab231c8eb42071594bbad8732',1,'_MEMORY_WORKING_SET_EX_BLOCK']]], ['balance',['Balance',['../union______unnamed710.html#a48ec1a90037c0d8282e29d099f2423d7',1,'___unnamed710::Balance()'],['../union______unnam...
dooooon/Blackbone
doc/driver/html/search/all_2.js
JavaScript
mit
20,166
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof module&&"object"==typeof module.exports?e(require("jquery")):e(jQuery)}(function(e){e.timeago.settings.strings={prefixAgo:"for",prefixFromNow:"om",suffixAgo:"siden",suffixFromNow:"",seconds:"mindre enn et minutt",minute:"ca. et min...
extend1994/cdnjs
ajax/libs/jquery-timeago/1.6.7/locales/jquery.timeago.no.min.js
JavaScript
mit
495
import { Mixin, addListener, removeListener, hasListeners, sendEvent, } from '@ember/-internals/metal'; /** @module @ember/object */ /** This mixin allows for Ember objects to subscribe to and emit events. ```app/utils/person.js import EmberObject from '@ember/object'; import Evented from '@ember/o...
sly7-7/ember.js
packages/@ember/-internals/runtime/lib/mixins/evented.js
JavaScript
mit
3,864
var assert = require('assert'); var fs = require('fs'); var glob = require('glob'); var path = require('path'); var __root = __dirname + '/..'; var phpjsutil = new require('../lib/phpjsutil'); var PhpjsUtil = phpjsutil({ injectDependencies: ['ini_set', 'ini_get'], }); assert.deepEqualWithDiffle...
cigraphics/phpjs
test/test-phpjsutil.js
JavaScript
mit
1,439
/*! * Ajax Bootstrap Select * * Extends existing [Bootstrap Select] implementations by adding the ability to search via AJAX requests as you type. Originally for CROSCON. * * @version 1.4.1 * @author Adam Heim - https://github.com/truckingsim * @link https://github.com/truckingsim/Ajax-Bootstrap-Select * @copyr...
holtkamp/cdnjs
ajax/libs/ajax-bootstrap-select/1.4.1/js/locale/ajax-bootstrap-select.es-ES.min.js
JavaScript
mit
1,098
CKEDITOR.plugins.setLang("copyformatting","de-ch",{label:"Formatierung kopieren",notification:{copied:"Formatierung kopiert",applied:"Formatierung angewendet",canceled:"Formatierung abgebrochen",failed:"Formatierung fehlgeschlagen. Sie können Stile nicht anwenden, ohne sie zuerst zu kopieren."}});
stweil/TYPO3.CMS
typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/copyformatting/lang/de-ch.js
JavaScript
gpl-2.0
302
"use strict"; // An RFC 2822 email header parser var logger = require('./logger'); var utils = require('./utils'); var Iconv; try { Iconv = require('iconv').Iconv } catch (err) { logger.logdebug("No iconv available - install with 'npm install iconv'"); } function Header (options) { this.headers = {}; this...
lucciano/Haraka
mailheader.js
JavaScript
mit
5,423
(function () { 'use strict'; angular.module('com.module.events', []); })();
Jeff-Lewis/loopback-angular-admin
client/app/modules/events/app.events.js
JavaScript
mit
80
'use strict'; var Utils = require('./utils') , BelongsTo = require('./associations/belongs-to') , BelongsToMany = require('./associations/belongs-to-many') , InstanceValidator = require('./instance-validator') , QueryTypes = require('./query-types') , sequelizeErrors = require('./errors') , Dottie = requir...
ja-marin/Proyecto-Quiz
node_modules/sequelize/lib/instance.js
JavaScript
mit
39,117
// Copyright 2008 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...
AppScale/appinventor
war/closure-library-20120710-r2029/closure/goog/functions/functions.js
JavaScript
mit
6,887
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2012, Ajax.org B.V. * 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 so...
i5ting/mdpreview
vendor/ace-master/tool/mode.tmpl.js
JavaScript
mit
2,457
let map = new Map map.set(55, "hello") map.get(55) //: string for (let val of map.values()) val //: string for (let key of map.keys()) key //: number for (let [key, value] of map) { key //: number value //: string } for (let pair of map) { pair //: [number, string] ;[key, value] = pair key //: number ...
MarcelGerber/tern
test/cases/map.js
JavaScript
mit
412
/* * /MathJax/extensions/TeX/autobold.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 * * http://www.apache.org/licens...
zdchao/php_demo
mathjax/extensions/TeX/autobold.js
JavaScript
apache-2.0
1,297
// Copyright 2009 the Sputnik authors. All rights reserved. /** * First expression is evaluated first, and then second expression * * @path ch11/11.5/11.5.2/S11.5.2_A2.4_T2.js * @description Checking with "throw" */ //CHECK#1 var x = function () { throw "x"; }; var y = function () { throw "y"; }; try { x() / ...
Oceanswave/NiL.JS
Tests/tests/sputnik/ch11/11.5/11.5.2/S11.5.2_A2.4_T2.js
JavaScript
bsd-3-clause
762
// Copyright 2009 the Sputnik authors. All rights reserved. /** * The form (?! Disjunction ) specifies a zero-width negative lookahead. * In order for it to succeed, the pattern inside Disjunction must fail to match at the current position. * The current position is not advanced before matching the sequel * * @pa...
Oceanswave/NiL.JS
Tests/tests/sputnik/ch15/15.10/15.10.2/15.10.2.8/S15.10.2.8_A2_T2.js
JavaScript
bsd-3-clause
1,669
// Copyright 2009 the Sputnik authors. All rights reserved. /** * The production x /= y is the same as x = x / y * * @path ch11/11.13/11.13.2/S11.13.2_A4.2_T2.4.js * @description Type(x) is different from Type(y) and both types vary between Number (primitive or object) and Undefined */ //CHECK#1 x = 1; x /= unde...
Oceanswave/NiL.JS
Tests/tests/sputnik/ch11/11.13/11.13.2/S11.13.2_A4.2_T2.4.js
JavaScript
bsd-3-clause
886
ace.define("ace/snippets/scheme",["require","exports","module"],function(e,t,n){"use strict";t.snippetText=undefined,t.scope="scheme"}); (function() { ace.require(["ace/snippets/scheme"], function(m) { if (typeof module == "object" && typeof exports == "object"...
Heigvd/Wegas
wegas-resources/src/main/webapp/lib/ace/src-min-noconflict/snippets/scheme.js
JavaScript
mit
466
define( //begin v1.x content { "field-second": "秒", "field-year-relative+-1": "昨年", "field-week": "週", "field-month-relative+-1": "先月", "field-day-relative+-1": "昨日", "months-format-narrow": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], "field-day-relative+-2": "一昨日"...
algogr/Site
web/js/dojo/dojo/cldr/nls/ja/indian.js
JavaScript
mit
2,137
define([ "dojo/_base/lang", "./_PickerChooser!DatePicker" ], function(lang, DatePicker){ // module: // dojox/mobile/DatePicker // TODO: need to list all the properties/methods in the interface provided by // SpinWheelDatePicker / ValuePickerDatePicker /*===== return function(){ // summary: // A wrapp...
avz-cmf/zaboy-middleware
www/js/dojox/mobile/DatePicker.js
JavaScript
gpl-3.0
678
// META: global=window,worker // META: script=../resources/utils.js function checkFetchResponse(url, data, mime, fetchMode, method) { var cut = (url.length >= 40) ? "[...]" : ""; var desc = "Fetching " + (method ? "[" + method + "] " : "") + url.substring(0, 40) + cut + " is OK"; var init = {"method": method || ...
scheib/chromium
third_party/blink/web_tests/external/wpt/fetch/api/basic/scheme-data.any.js
JavaScript
bsd-3-clause
2,055
// ==UserScript== // @id iitc-plugin-highlight-portals-my-level@vita10gy // @name IITC plugin: highlight portals by my level // @category Highlighter // @version 0.1.2.@@DATETIMEVERSION@@ // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @updateURL ...
adostes/ingress-intel-total-conversion
plugins/portal-highlighter-portals-my-level.user.js
JavaScript
isc
2,270
/** * Get the parent template instance * @param {Number} [levels] How many levels to go up. Default is 1 * @returns {Blaze.TemplateInstance} */ Blaze.TemplateInstance.prototype.parentTemplate = function(levels) { let view = Blaze.currentView; if (typeof levels === 'undefined') { levels = 1; } while (view) { ...
pitamar/Rocket.Chat
packages/rocketchat-ui/client/lib/parentTemplate.js
JavaScript
mit
457
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * Any copyright is dedicated to the Public Domain. * http://creativecommons.org/licenses/publicdomain/ */ function obj() { var o = {all: 1, nowrite: 1, noconfig: 1, noble: 1}; Object.defineProperty(o, 'nowrite', {writable: false...
darkrsw/safe
tests/parser_tests/js/src/tests/ecma_5/strict/8.12.5.js
JavaScript
bsd-3-clause
3,022
/* */ "use strict"; exports.__esModule = true; var _defineProperty = require('../core-js/object/define-property'); var _defineProperty2 = _interopRequireDefault(_defineProperty); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : {default: obj}; } exports.default = function(obj, key, value) ...
entoj/entoj-core
test/__fixtures__/Application/Compact/entoj/jspm_packages/npm/babel-runtime@5.8.38/helpers/defineProperty.js
JavaScript
apache-2.0
541
const test = require('tap').test , testCommon = require('abstract-leveldown/testCommon') , leveldown = require('../') var db test('setUp common', testCommon.setUp) test('setUp db', function (t) { db = leveldown(testCommon.location()) db.open(t.end.bind(t)) }) test('test argument-less getProperty(...
santiagogil/mis-e-recursos
node_modules/pouchdb/node_modules/leveldown/test/getproperty-test.js
JavaScript
gpl-3.0
1,760
export default function debounce(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:166;function r(){for(var r=arguments.length,o=new Array(r),u=0;u<r;u++)o[u]=arguments[u];var a=this;clearTimeout(t),t=setTimeout(function(){e.apply(a,o)},n)}return r.clear=function(){clearTimeout(t)},r};
cdnjs/cdnjs
ajax/libs/material-ui/5.0.0-alpha.2/esm/utils/debounce.min.js
JavaScript
mit
302
/*! hyperform.js.org */ var hyperform = (function () { 'use strict'; var registry = Object.create(null); /** * run all actions registered for a hook * * Every action gets called...
extend1994/cdnjs
ajax/libs/hyperform/0.9.2/hyperform.js
JavaScript
mit
132,435
// (C) Copyright 2015 Martin Dougiamas // // 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 applicable law or agre...
bmmg888/moodlemobile2
www/addons/mod/resource/services/helper.js
JavaScript
apache-2.0
1,864
"use strict"; describe("DataService", function(){ var DataService; beforeEach(function(){ inject(function(_DataService_){ DataService = _DataService_; }); }); describe("#url", function(){ var tc = [ // Empty tests [null, null], [{}, null], // ...
EricMountain-1A/openshift-origin
assets/test/spec/services/dataServiceSpec.js
JavaScript
apache-2.0
4,308
sap.ui.define([ "sap/ui/core/util/MockServer" ], function (MockServer) { "use strict"; return { init: function () { // create var oMockServer = new MockServer({ rootUri: "/destinations/northwind/V2/Northwind/Northwind.svc/" }); var oUriParameters = jQuery.sap.getUriParameters(); // configur...
TobiasOetzel/ui5CodeJamHannover
webapp/localService/mockserver.js
JavaScript
apache-2.0
673
module["exports"] = [ "vit", "silver", "grå", "svart", "röd", "grön", "blå", "gul", "lila", "indigo", "guld", "brun", "rosa", "purpur", "korall" ];
jmsenosa/random-keyword-sender
node_modules/faker/lib/locales/sv/commerce/color.js
JavaScript
gpl-2.0
182
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors // For license information, please see license.txt /* eslint-disable */ {% include "erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.js" %} frappe.query_reports["GST Itemised Sales Register"] = frappe.query_reports["Item-wi...
emakis/erpnext
erpnext/regional/report/gst_itemised_sales_register/gst_itemised_sales_register.js
JavaScript
gpl-3.0
339
var domEach = require('../utils').domEach, _ = { pick: require('lodash/pick'), }; var toString = Object.prototype.toString; /** * Set / Get css. * * @param {String|Object} prop * @param {String} val * @return {self} * @api public */ exports.css = function(prop, val) { if (arguments.length === ...
Ronmantech/portf
webScraper/newsSearch/node_modules/cheerio/lib/api/css.js
JavaScript
gpl-3.0
2,374
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let CommunicationImportExport = (props) => ( <SvgIcon {...props}> <path d="M9 3L5 6.99h3V14h2V6.99h3L9 3zm7 14.01V10h-2v7.01h-3L15 21l4-3.99h-3z"/> </SvgIcon> ); CommunicationImportExport = pure(CommunicationImpo...
IsenrichO/mui-with-arrows
src/svg-icons/communication/import-export.js
JavaScript
mit
490
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let NotificationPersonalVideo = (props) => ( <SvgIcon {...props}> <path d="M21 3H3c-1.11 0-2 .89-2 2v12c0 1.1.89 2 2 2h5v2h8v-2h5c1.1 0 1.99-.9 1.99-2L23 5c0-1.11-.9-2-2-2zm0 14H3V5h18v12z"/> </SvgIcon> ); Notifi...
lawrence-yu/material-ui
src/svg-icons/notification/personal-video.js
JavaScript
mit
534
/*! selectize.js | https://github.com/brianreavis/selectize.js | Apache License (v2) */ (function (factory) { if (typeof exports === 'object') { factory(require('jquery')); } else if (typeof define === 'function' && define.amd) { define(['jquery'], factory); } else { factory(jQuery); } }(function ($) { "use...
hare1039/cdnjs
ajax/libs/selectize.js/0.1.7/selectize.js
JavaScript
mit
49,830
function mf_file_callback_upload(data){ if(data.error == false){ //como aun tiene jquery 1.4 aun no tiene prop var image_thumb = data.phpthumb; image_thumb += '?&w=150&h=120&zc=1&src='; image_thumb += data.file_url; //jQuery('#img_thumb_'+data.field_id).attr('src',image_thumb); jQuery(...
dactrtr/MamaisonWp
wp-content/plugins/magic-fields-2/field_types/file_field/file_field.js
JavaScript
gpl-2.0
1,810
var request = require('..') , https = require('https') , fs = require('fs') , path = require('path') , should = require('should') , express = require('express'); describe('request(url)', function(){ it('should be supported', function(done){ var app = express(); app.get('/', function(req, res){ ...
PlenipotentSS/GhostBlug
node_modules/supertest/test/supertest.js
JavaScript
mit
11,590
(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["jss"] = factory(); else root["jss"] = f...
Piicksarn/cdnjs
ajax/libs/jss/6.0.1/jss.js
JavaScript
mit
62,302
// Copyright 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. var ballImage; var ballRadius; function drawBallInit(diameter) { ballRadius = diameter / 2; ballImage = document.getElementById('ballImage'); } func...
nwjs/chromium.src
tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/bouncing_balls_draw_ball_as_image_with_shadow.js
JavaScript
bsd-3-clause
733
'use strict'; var undefsafe = require('undefsafe'); var config = require('../config'); var stripeKey = undefsafe(config, 'payment.stripe.public'); var models = require('../models'); var metrics = require('../metrics'); var customer = models.customer; var vatValidator = require('validate-vat'); var features = require('....
mlucool/jsbin
lib/handlers/upgrade.js
JavaScript
mit
16,339
odoo.define('web.kanban_benchmarks', function (require) { "use strict"; var KanbanView = require('web.KanbanView'); var testUtils = require('web.test_utils'); var createView = testUtils.createView; QUnit.module('Kanban View', { beforeEach: function () { this.data = { foo: { fi...
Aravinthu/odoo
addons/web/static/tests/views/kanban_benchmarks.js
JavaScript
agpl-3.0
2,655
/* Copyright (c) 2014, Yahoo! Inc. All rights reserved. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ (function (root, factory) { 'use strict'; var Intl = root.Intl || root.IntlPolyfill, MessageFormat = factory(Intl); // register in -all- ...
ahocevar/cdnjs
ajax/libs/intl-messageformat/0.1.0/intl-messageformat.lv.js
JavaScript
mit
27,362
/** * Functionality for drawing simple NavigationBar. */ import { __extends } from "tslib"; /** * ============================================================================ * IMPORTS * ============================================================================ * @hidden */ import { Component } from ...
cdnjs/cdnjs
ajax/libs/amcharts4/4.9.37/.internal/charts/elements/NavigationBar.js
JavaScript
mit
5,941
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.0.5 */ (function( window, angular, undefined ){ "use strict"; /** * @ngdoc module * @name material.components.radioButton * @description radioButton module! */ angular.module('material.components.radioButton', [ 'materia...
akera-io/akera-devstudio
www/libs/angular-material/modules/js/radioButton/radioButton.js
JavaScript
mit
10,669
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v6.4.0 * @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 : ...
menuka94/cdnjs
ajax/libs/ag-grid/6.4.0/lib/rowControllers/virtualPagination/virtualPageCache.js
JavaScript
mit
14,803
/* Copyright 2017 Mozilla Foundation * * 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 applicable law or agreed...
sashberd/cdnjs
ajax/libs/pdf.js/1.8.529/pdf_viewer.js
JavaScript
mit
150,295
var Pos = CodeMirror.Pos; CodeMirror.defaults.rtlMoveVisually = true; function forEach(arr, f) { for (var i = 0, e = arr.length; i < e; ++i) f(arr[i]); } function addDoc(cm, width, height) { var content = [], line = ""; for (var i = 0; i < width; ++i) line += "x"; for (var i = 0; i < height; ++i) content.pus...
snappermorgan/snapgen2
wp-content/plugins/wp-views/embedded/res/js/codemirror/test/test.js
JavaScript
gpl-2.0
66,950
/* big.js v2.4.0 https://github.com/MikeMcl/big.js/LICENCE */ ;(function ( global ) { 'use strict'; /* big.js v2.4.0 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic. https://github.com/MikeMcl/big.js/ Copyright (c) 2012 Michael Mclaughlin <M8ch88l@gmail.com...
dlueth/cdnjs
ajax/libs/big.js/2.4.0/big.js
JavaScript
mit
27,639
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v5.0.0 * @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 : ...
joeyparrish/cdnjs
ajax/libs/ag-grid/5.0.0/lib/headerRendering/bodyDropPivotTarget.js
JavaScript
mit
4,442
'use strict'; var EventEmitter = require('events').EventEmitter; var fs = require('fs'); var sysPath = require('path'); var each = require('async-each'); var anymatch = require('anymatch'); var globparent = require('glob-parent'); var isglob = require('is-glob'); var arrify = require('arrify'); var isAbsolute = require...
Socratacom/law-enforcement
wp-content/themes/sage/node_modules/browser-sync/node_modules/chokidar/index.js
JavaScript
gpl-2.0
16,466
/*! * Chai - message composition utility * Copyright(c) 2012-2013 Jake Luer <jake@alogicalparadox.com> * MIT Licensed */ /*! * Module dependancies */ var flag = require('./flag') , getActual = require('./getActual') , inspect = require('./inspect') , objDisplay = require('./objDisplay'); /** * ### .getM...
espena/terminal
test/node_modules/chai/lib/chai/utils/getMessage.js
JavaScript
mit
1,253
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
hazzik/nashorn
test/script/basic/JDK-8023368_2.js
JavaScript
gpl-2.0
1,970
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _pure = require('recompose/pure'); var _pure2 = _interopRequireDefault(_pure); var _SvgIcon = require('../../SvgIcon'); var _SvgIcon2 = _interopRequireDe...
Jorginho211/TFG
web/node_modules/material-ui/svg-icons/image/filter-drama.js
JavaScript
gpl-3.0
1,123
/** * Shopware 5 * Copyright (c) shopware AG * * According to our dual licensing model, this program can be used either * under the terms of the GNU Affero General Public License, version 3, * or under a proprietary license. * * The texts of the GNU Affero General Public License with an additional * permission...
jenalgit/shopware
themes/Backend/ExtJs/backend/article/controller/statistic.js
JavaScript
agpl-3.0
3,795
/* Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang("a11yhelp","es-mx",{title:"Instrucciones de accesibilidad",contents:"Contenidos de ayuda. Para cerrar este cuadro de diálogo pres...
YAFNET/YAFNET
yafsrc/YetAnotherForum.NET/Scripts/ckeditor/plugins/plugins/a11yhelp/dialogs/lang/es-mx.js
JavaScript
apache-2.0
4,895
!function(global, $) { 'use strict'; var i18n = ccmi18n_helpGuides['dashboard']; var steps = [{ content: '<p><span class="h5">' + i18n[0].title + '</span><br/>' + i18n[0].text + '</p>', highlightTarget: true, nextButton: false, closeButton: true, target: $('[data-guide-toolbar-action=dashboard]'), my: 't...
lifejuggler/audrey_site
updates/concrete5.7.5.6/concrete/js/build/core/app/help/guides/dashboard.js
JavaScript
mit
1,533
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v8.1.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 <...
tholu/cdnjs
ajax/libs/ag-grid/8.1.1/lib/headerRendering/headerRenderer.js
JavaScript
mit
7,315
define("ace/mode/hjson_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var HjsonHighlightRules = function() ...
chickencoder/chickencoder.github.io
yodacode/vendor/ace/mode-hjson.js
JavaScript
mit
11,012
//// [thisInSuperCall3.ts] class Base { constructor(a: any) {} } class Foo extends Base { public x: number = 0; constructor() { super(this); } } //// [thisInSuperCall3.js] var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] =...
shanexu/TypeScript
tests/baselines/reference/thisInSuperCall3.js
JavaScript
apache-2.0
724
/*! rangeslider.js - v2.3.0 | (c) 2016 @andreruffert | MIT license | https://github.com/andreruffert/rangeslider.js */ (function(factory) { 'use strict'; if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery'], factory); } else if (typeof...
guillecro/utn-abierta
web/js/rangeslider.js
JavaScript
mit
17,853
/** * Localization file for Chinese - China (zh-CN) */ (function(factory) { // Module systems magic dance. /*global require,ko.validation,define*/ if (typeof require === 'function' && typeof exports === 'object' && typeof module === 'object') { // CommonJS or Node: hard-coded dependency on 'knockout-validation' ...
Dervisevic/cdnjs
ajax/libs/knockout-validation/2.0.1/localization/zh-CN.js
JavaScript
mit
1,480
'use strict';var _getPrototypeOf = require('babel-runtime/core-js/object/get-prototype-of');var _getPrototypeOf2 = _interopRequireDefault(_getPrototypeOf);var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck');var _classCallCheck3 = _interopRequireDefault(_classCallCheck2);var _createClass2 = require('b...
rootulp/exercism
typescript/space-age/node_modules/jest-util/build-es5/NullConsole.js
JavaScript
mit
8,377
// /* // The module of the SocialCalc package for the optional popup menus in socialcalcspreadsheetcontrol.js // // (c) Copyright 2009 Socialtext, Inc. // All Rights Reserved. // // The contents of this file are subject to the Artistic License 2.0; you may not // use this file except in compliance with the License. You...
2014c2g12/c2g12
wsgi/wsgi/static/socialcalc/socialcalcpopup.js
JavaScript
gpl-2.0
41,803
/*! * froala_editor v2.1.0 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms * Copyright 2014-2016 Froala Labs */ /** * German */ $.FroalaEditor.LANGUAGE['de'] = { translation: { // Place holder "Type something": "Schreiben Sie etwas", // Basic formatting ...
ThomasZh/legend-club-wxpub
static/froala_editor_2/js/languages/de.js
JavaScript
apache-2.0
8,261
/** * 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. * * @flow * ...
gunaangs/Feedonymous
node_modules/react-native/Libraries/react-native/react-native-interface.js
JavaScript
mit
726
// enyo.js (function() { var e = "enyo.js"; enyo = window.enyo || {}, enyo.locateScript = function(e) { var t = document.getElementsByTagName("script"); for (var n = t.length - 1, r, i, s = e.length; n >= 0 && (r = t[n]); n--) if (!r.located) { i = r.getAttribute("src") || ""; if (i.slice(-s) == e) return r.located =...
webOS-ports/org.webosports.app.pdf
tools/build/enyo.js
JavaScript
gpl-3.0
134,137
/*! * jquery.inputmask.phone.extensions.js * http://github.com/RobinHerbots/jquery.inputmask * Copyright (c) 2010 - 2014 Robin Herbots * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php) * Version: 3.1.46 */ ;!function(a){"function"==typeof define&&define.amd?define(["jquery","./jquery...
tholu/cdnjs
ajax/libs/jquery.inputmask/3.1.46/inputmask/jquery.inputmask.phone.extensions.min.js
JavaScript
mit
1,186
require([ // Application. "app", // Main Router. "router" ], function(app, Router) { // Define your master router on the application namespace and trigger all // navigation from this instance. app.router = new Router(); // Trigger the initial route and enable HTML5 History API support, set the // ...
sethwhitaker/backbone-boilerplate
www/app/main.js
JavaScript
mit
1,452
var win = Titanium.UI.currentWindow; // make a transparent view that obscures another view (sits on top) // but turn off touches against the view so that it won't explicitly // handle any interaction events against it. this means that the // other view in the hiearchry should instead receive the touch event // which...
formalin14/titanium_mobile
demos/SmokeTest/Resources/examples/view_event_interaction.js
JavaScript
apache-2.0
1,308
'use strict'; var sendVerificationEmail = function(req, res, options) { req.app.utility.sendmail(req, res, { from: req.app.config.smtp.from.name +' <'+ req.app.config.smtp.from.address +'>', to: options.email, subject: 'Verify Your '+ req.app.config.projectName +' Account', textPath: 'account/verific...
pwithers/agrippa
views/app/verification/index.js
JavaScript
mit
5,554
/** * @license * Copyright Google Inc. 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 */ var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[...
mo-norant/FinHeartBel
website/node_modules/@angular/compiler/src/ml_parser/html_parser.js
JavaScript
gpl-3.0
2,386
// Copyright 2012 Google Inc. All Rights Reserved. /** * @fileoverview Context information about nodes in their nodeset. */ goog.provide('wgxpath.NodeSet'); goog.require('goog.dom'); goog.require('wgxpath.Node'); /** * A set of nodes sorted by their prefix order in the document. * * @constructor */ wgxpath....
thanhpete/selenium
third_party/js/wgxpath/nodeset.js
JavaScript
apache-2.0
7,271
/** * Satellizer * (c) 2014 Sahat Yalkabov * License: MIT */ (function(window, angular, undefined) { 'use strict'; angular.module('satellizer', []) .constant('satellizer.config', { loginOnSignup: true, loginRedirect: '/', logoutRedirect: '/', signupRedirect: '/login', loginUr...
BobbieBel/cdnjs
ajax/libs/satellizer/0.8.3/satellizer.js
JavaScript
mit
22,758
"use strict"; exports.__esModule = true; var _getIterator2 = require("babel-runtime/core-js/get-iterator"); var _getIterator3 = _interopRequireDefault(_getIterator2); exports.getStatementParent = getStatementParent; exports.getOpposite = getOpposite; exports.getCompletionRecords = getCompletionRecords; exports.getS...
Nrupesh29/Web-Traffic-Visualizer
vizceral/node_modules/babel-traverse/lib/path/family.js
JavaScript
mit
4,201
/* */ "format cjs"; /* eslint no-new-func: 0 */ "use strict"; require("./node"); var transform = module.exports = require("../transformation"); /** * Add `options` and `version` to `babel` global. */ transform.options = require("../transformation/file/options"); transform.version = require("../../package").versi...
pauldijou/outdated
test/basic/jspm_packages/npm/babel-core@5.8.9/lib/api/browser.js
JavaScript
apache-2.0
3,022
this is file 139
edyhernandez/brand-knew-wordpress
wp-content/themes/socialimpact/node_modules/gulp-if/fixture/twohundred/file139.js
JavaScript
mit
16
function bcmul (left_operand, right_operand, scale) { // http://kevin.vanzonneveld.net // + original by: lmeyrick (https://sourceforge.net/projects/bcmath-js/) // - depends on: _phpjs_shared_bc // * example 1: bcmul(1, 2); // * returns 1: 3 // @todo: implement these testcases // bcsca...
montanaflynn/phpjs
functions/bc/bcmul.js
JavaScript
mit
1,315
/** * @author Steven A. Zahm */ // Use jQuery() instead of $()for WordPress compatibility with the included prototype js library which uses $() // http://ipaulpro.com/blog/tutorials/2008/08/jquery-and-wordpress-getting-started/ // See http://chrismeller.com/using-jquery-in-wordpress jQuery(document).ready(function($...
mikenunes/atrevetepages
wp-content/plugins/connections/js/cn-admin.js
JavaScript
gpl-2.0
8,329
/** * angular-strap * @version v2.1.3 - 2014-11-06 * @link http://mgcrea.github.io/angular-strap * @author Olivier Louvignes (olivier@mg-crea.com) * @license MIT License, http://www.opensource.org/licenses/MIT */ 'use strict'; angular.module('mgcrea.ngStrap.helpers.dateParser', []) .provider('$dateParser', ["$l...
tmthrgd/pagespeed-libraries-cdnjs
packages/angular-strap/2.1.3/modules/date-parser.js
JavaScript
mit
9,192
/** * tFunk for colours/compiler */ var tfunk = require("tfunk"); /** * Lodash.clonedeep for deep cloning */ var cloneDeep = require("lodash.clonedeep"); /** * opt-merger for option merging */ var merge = require("opt-merger"); /** * Default configuration. * Can be overridden in first constructor arg */ var...
lokiiart/upali-mobile
www/frontend/node_modules/eazy-logger/index.js
JavaScript
gpl-3.0
5,199
$(function(){$("body").on("click",".page-scroll a",function(event){var $anchor=$(this);$("html, body").stop().animate({scrollTop:$($anchor.attr("href")).offset().top},1500,"easeInOutExpo");event.preventDefault()})});$(function(){$("body").on("input propertychange",".floating-label-form-group",function(e){$(this).toggle...
jonobr1/cdnjs
ajax/libs/startbootstrap-freelancer/1.0.5/js/freelancer.min.js
JavaScript
mit
748
/* * bootstrap-table - v1.10.1 - 2016-02-17 * https://github.com/wenzhixin/bootstrap-table * Copyright (c) 2016 zhixin wen * Licensed MIT License */ !function(a){"use strict";a.fn.bootstrapTable.locales["vi-VN"]={formatLoadingMessage:function(){return"Đang tải..."},formatRecordsPerPage:function(a){return a+" bản ghi mỗ...
cswanson310/buildbaron
www/www/static/content/table/locale/bootstrap-table-vi-VN.min.js
JavaScript
apache-2.0
636
/** * angular-strap * @version v2.0.0 - 2014-04-07 * @link http://mgcrea.github.io/angular-strap * @author Olivier Louvignes (olivier@mg-crea.com) * @license MIT License, http://www.opensource.org/licenses/MIT */ "use strict";angular.module("mgcrea.ngStrap.dropdown").run(["$templateCache",function(e){e.put("dropd...
tmthrgd/pagespeed-libraries-cdnjs
packages/angular-strap/2.0.0/modules/dropdown.tpl.min.js
JavaScript
mit
772
/*! * json-schema-faker library v0.3.1 * http://json-schema-faker.js.org * @preserve * * Copyright (c) 2014-2016 Alvaro Cabrera & Tomasz Ducin * Released under the MIT license * * Date: 2016-04-15 18:37:35.154Z */ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else i...
menuka94/cdnjs
ajax/libs/json-schema-faker/0.3.3/locale/en_AU.js
JavaScript
mit
507,356
/*! * Qoopido.js library v3.4.0, 2014-6-9 * https://github.com/dlueth/qoopido.js * (c) 2014 Dirk Lueth * Dual licensed under MIT and GPL */ !function(e){window.qoopido.register("support/element/canvas",e,["../../support"])}(function(e,t,o,n,s,a){"use strict";var r=e.support;return r.addTest("/element/canvas",function(...
honestree/cdnjs
ajax/libs/qoopido.js/3.4.0/support/element/canvas.js
JavaScript
mit
469
/** * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> * Build: `lodash modularize exports="node" -o ./compat/` * 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 Investiga...
tspires/personal
zillow/node_modules/xml2js/node_modules/xmlbuilder/node_modules/lodash-node/compat/arrays/lastIndexOf.js
JavaScript
mit
1,858
require('./angular-locale_lag-tz'); module.exports = 'ngLocale';
DamascenoRafael/cos482-qualidade-de-software
www/src/main/webapp/bower_components/angular-i18n/lag-tz.js
JavaScript
mit
65
/* * # Semantic UI - 2.1.4 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ /*! * # Semantic UI 2.1.4 - Site * http://github.com/semantic-org/semantic-ui/ * * * Copyright ...
david3080/BicycleRoutingApp
www/lib/semantic-ui/dist/semantic.js
JavaScript
mit
689,731