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
/** * @author yamahigashi https://github.com/yamahigashi * * This loader loads FBX file in *ASCII and version 7 format*. * * Support * - mesh * - skinning * - normal / uv * * Not Support * - material * - texture * - morph */ ( function() { THREE.FBXLoader = function ( showStatu...
masterfish2015/my_project
半导体物理/js/three/examples/js/loaders/FBXLoader.js
JavaScript
mit
61,101
var esc = Handlebars.Utils.escapeExpression; Discourse.BBCode.register('quote', {noWrap: true, singlePara: true}, function(contents, bbParams, options) { var params = {'class': 'quote'}, username = null; if (bbParams) { var paramsSplit = bbParams.split(/\,\s*/); username = paramsSplit[0]; params...
fs/open-core
spec/dummy/app/assets/javascripts/discourse/dialects/quote_dialect.js
JavaScript
gpl-2.0
1,579
(function(){tinymce.PluginManager.requireLangPack("example");tinymce.create("tinymce.plugins.ExamplePlugin",{init:function(a,b){a.addCommand("mceExample",function(){a.windowManager.open({file:b+"/dialog.htm",width:320+parseInt(a.getLang("example.delta_width",0)),height:120+parseInt(a.getLang("example.delta_height",0)),...
vivo-project/Vitro
webapp/src/main/webapp/js/tiny_mce/plugins/example/editor_plugin.js
JavaScript
bsd-3-clause
861
/*! * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015 * @package yii2-widgets * @subpackage yii2-widget-datepicker * @version 1.3.3 * * Extension to bootstrap datepicker to use noconflict approach * so that the plugin does not conflict with other jquery plugins * of similar name * * Built for...
ThreePeple/xjqjsjpgldjkkuiloojjloj
vendor/kartik-v/yii2-widget-datepicker/assets/js/datepicker-kv.js
JavaScript
bsd-3-clause
1,390
define([ "../core", "../core/init", "../deferred" ], function( jQuery ) { // The deferred used on DOM ready var readyList; jQuery.fn.ready = function( fn ) { // Add the callback jQuery.ready.promise().done( fn ); return this; }; jQuery.extend({ // Is the DOM ready to be used? Set to true once it occurs. isR...
morreene/tradenews
tradenews/static/libs/jQuery/src/core/ready.js
JavaScript
bsd-3-clause
2,339
// IE8 doesn't like using var dnnModule = dnnModule || {} if (typeof dnnModule === "undefined" || dnnModule === null) { dnnModule = {}; }; dnnModule.DigitalAssetsSearchBox = function ($, $scope, servicesFramework) { var onSearchFunction = null; function search() { var newPattern = $("#dnnModuleDigit...
HotcakesCommerce/core
Website/DesktopModules/DigitalAssets/ClientScripts/dnn.DigitalAssets.SearchBox.js
JavaScript
mit
3,384
/*! * CanJS - 2.0.3 * http://canjs.us/ * Copyright (c) 2013 Bitovi * Tue, 26 Nov 2013 18:21:22 GMT * Licensed MIT * Includes: CanJS default build * Download from: http://canjs.us/ */ define(["can/util/library", "can/util/string", "can/util/object"], function (can) { // Get the URL from old Steal root, new Ste...
shiftplanning/foxydb
public/js/lib/can/util/fixture.js
JavaScript
mit
27,820
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'fas'; var iconName = 'beer'; var width = 448; var height = 512; var ligatures = []; var unicode = 'f0fc'; var svgPathData = 'M368 96h-48V56c0-13.255-10.745-24-24-24H24C10.745 32 0 42.745 0 56v400c0 13.255 10.745 24 24 24h272c13.2...
taudinpurkauspeli/taudinpurkauspeli
vendor/assets/bower_components/font-awesome/js-packages/@fortawesome/free-solid-svg-icons/faBeer.js
JavaScript
gpl-3.0
1,107
/*! jQuery UI styling wrapper for Select * ©2018 SpryMedia Ltd - datatables.net/license */ (function( factory ){ if ( typeof define === 'function' && define.amd ) { // AMD define( ['jquery', 'datatables.net-jqui', 'datatables.net-select'], function ( $ ) { return factory( $, window, document ); } ); } el...
yafp/monoto
www/js/datatables/Select-1.2.6/js/select.jqueryui.js
JavaScript
gpl-3.0
833
/** * jQuery EasyUI 1.5 * * Copyright (c) 2009-2016 www.jeasyui.com. All rights reserved. * * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php * To use it on other terms please contact us: info@jeasyui.com * */ (function($){ function _1(_2){ $(_2).addClass("progressbar"); $(_2)...
Cray-Bear/openwms
src/main/webapp/v3/static/plugin/plugins/jquery.progressbar.js
JavaScript
mpl-2.0
2,183
var wasDefinedAlready = (com["trolltech"] != undefined); __setupPackage__("com.trolltech"); com.trolltech.wasDefinedAlready = wasDefinedAlready; com.trolltech.name = __extension__; com.trolltech.level = com.level + 1; com.trolltech.postInitCallCount = 0; com.trolltech.originalPostInit = __postInit__; __postInit__ = fu...
Distrotech/qtscript
tests/auto/qscriptengine/script/com/trolltech/__init__.js
JavaScript
lgpl-3.0
369
/* Copyright spdx-correct.js contributors 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 to in writing, s...
GoogleCloudPlatform/prometheus-engine
third_party/prometheus_ui/base/web/ui/react-app/node_modules/spdx-correct/index.js
JavaScript
apache-2.0
9,658
/* * Copyright 2005 Shinya Kasatani * * 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 agree...
mojwang/selenium
ide/main/src/content/selenium-runner.js
JavaScript
apache-2.0
18,969
/*! * Module dependencies. */ var readPref = require('./drivers').ReadPreference; var EventEmitter = require('events').EventEmitter; var VirtualType = require('./virtualtype'); var utils = require('./utils'); var MongooseTypes; var Kareem = require('kareem'); var async = require('async'); var PromiseProvider = requi...
mgcox/nomopromo
server/node_modules/mongoose/lib/schema.js
JavaScript
mit
31,922
/************************************************************************* * tranSMART - translational medicine data mart * * Copyright 2008-2012 Janssen Research & Development, LLC. * * This product includes software developed at Janssen Research & Development, LLC. * * This program is free software: you can...
thehyve/heim-transmartApp
web-app/help/userHelp/Modules/3/AKLinks/TL_57.js
JavaScript
gpl-3.0
1,410
(function() { "use strict"; $(function() { if ($('#admin-validation').length) { initAdminValidation($('#admin-validation')); } }); function initAdminValidation(doc) { var $elem = $('#id_application', doc), statInterval, incompleteJobs = {}; $elem.change(function(e) { ...
muffinresearch/addons-server
static/js/zamboni/admin_validation.js
JavaScript
bsd-3-clause
6,331
'use strict'; var warn = require('./lib/warning'); var hasLocalStorage = 'localStorage' in global; var ls, testKey; if (hasLocalStorage) { testKey = 'react-localstorage.mixin.test-key'; try { // Access to global `localStorage` property must be guarded as it // fails under iOS private session mode. ls =...
dakshshah96/cdnjs
ajax/libs/react-localstorage/0.3.1/react-localstorage.js
JavaScript
mit
4,908
// ******* Annotation MANAGER ******** // $axure.internal(function($ax) { var NOTE_SIZE = 10; var _annotationManager = $ax.annotation = {}; var _updateLinkLocations = $ax.annotation.updateLinkLocations = function(textId) { var diagramObject = $ax.getObjectFromElementId(textId); var rotati...
dsrichard/quoteball
www/resources/scripts/axure/annotation.js
JavaScript
apache-2.0
6,353
// Knockout Mapping plugin v2.1.2 // (c) 2012 Steven Sanderson, Roy Jacobs - http://knockoutjs.com/ // License: MIT (http://www.opensource.org/licenses/mit-license.php) (function (e) { "function" === typeof require && "object" === typeof exports && "object" === typeof module ? e(require("knockout"), exports) : "funct...
rtanner22/iusedautoparts
wp-content/themes/iusedautoparts/js/jqwidgets/scripts/knockout-mapping-2.0.0.js
JavaScript
gpl-2.0
10,038
module["exports"] = [ "Agrigento", "Alessandria", "Ancona", "Aosta", "Arezzo", "Ascoli Piceno", "Asti", "Avellino", "Bari", "Barletta-Andria-Trani", "Belluno", "Benevento", "Bergamo", "Biella", "Bologna", "Bolzano", "Brescia", "Brindisi", "Cagliari", "Caltanissetta", "Campobass...
together-web-pj/together-web-pj
node_modules/faker/lib/locales/it/address/state.js
JavaScript
gpl-3.0
1,530
// Copyright 2006 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in wr...
operasoftware/devopera
src/articles/3d-games-with-canvas-and-raycasting-part-2/excanvas.js
JavaScript
apache-2.0
23,801
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 'use strict'; module.metadata = { "stability": "experimental", "engines": { "Firefox": "*" } }; const ...
willium/browser-extension
tools/addon-sdk-1.16/lib/sdk/places/utils.js
JavaScript
mit
6,726
//@tag foundation,core //@define Ext.ClassManager //@require Ext.Class /** * @class Ext.ClassManager * * @author Jacky Nguyen <jacky@sencha.com> * @aside guide class_system * @aside video class-system * * Ext.ClassManager manages all classes and handles mapping from string class name to * actual class objects...
hackathon-3d/team-gryffindor-repo
www/touch/src/core/class/ClassManager.js
JavaScript
gpl-2.0
50,762
/** * jqPlot * Pure JavaScript plotting plugin using jQuery * * Version: 1.0.1 * Revision: 1096 * * Copyright (c) 2009-2011 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 * versio...
hodorogandrei/contesteasyplatform
tplugins/jqPlot/plugins/jqplot.canvasAxisTickRenderer.js
JavaScript
gpl-2.0
9,604
/** * Simple wrapper class that represents a set of records returned by a Proxy. */ Ext.define('Ext.data.ResultSet', { /** * @property {Boolean} isResultSet * Identifies this class as a result set. */ isResultSet: true, $configPrefixed: false, config: { /** *...
Kolbaskin/janusjs
static/admin/ext/packages/sencha-core/src/data/ResultSet.js
JavaScript
lgpl-2.1
1,846
/*! * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 * @version 3.0.0 * * Additional enhancements for Select2 widget extension for Yii 2.0. * * Author: Kartik Visweswaran * Copyright: 2014, Kartik Visweswaran, Krajee.com * For more JQuery plugins visit http://plugins.krajee.com * For more Yi...
yoganurdani/yiibi
web/assets/85f6e71c/select2-kv.min.js
JavaScript
bsd-3-clause
941
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js * * Copyright (c) 2009-2013 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with ...
shayzluf/lazoozweb
wiki/extensions/Math/modules/MathJax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js
JavaScript
gpl-2.0
5,287
// 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 to in writing, software // distributed un...
Odyl/couchdb
share/www/script/test/erlang_views.js
JavaScript
apache-2.0
4,798
var DOM = require('../dom'); var utils = require('../utils'); module.exports = (function() { var canvas = DOM.newEl('canvas'); var ctx = null; return function(sceneGraph) { if (ctx == null) { ctx = canvas.getContext('2d'); } var dpr = utils.canvasRatio(); var r...
drxos/kuiqblog
weblog/static/weblog/libs/holderjs/src/lib/renderers/canvas.js
JavaScript
bsd-3-clause
2,527
// Copyright (c) 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. cr.define('print_preview', function() { 'use strict'; /** * Creates a PrintHeader object. This object encapsulates all the elements * and l...
espadrine/opera
chromium/src/chrome/browser/resources/print_preview/print_header.js
JavaScript
bsd-3-clause
8,351
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastetext', 'gu', { button: 'પેસ્ટ (ટેક્સ્ટ)', title: 'પેસ્ટ (ટેક્સ્ટ)' } );
gregmoser/muracon2016
www/requirements/ckeditor/plugins/pastetext/lang/gu.js
JavaScript
mit
300
!function(a){"use strict";Drupal.behaviors.omegaBrowserWidth={attach:function(b){a("body",b).once("omega-browser-width",function(){var b=a('<div class="omega-browser-width" />').appendTo(this);a(window).bind("resize.omega-browser-width",function(){b.text(a(this).width()+"px")}).trigger("resize.omega-browser-width")})}}...
sgurlt/drupal-sandbox
www/sites/all/themes/omega/omega/js/omega.indicator.min.js
JavaScript
gpl-2.0
330
var Immutable = require("immutable"); module.exports.init = function (ui) { var optPath = ["network-throttle"]; var serverOptPath = optPath.concat(["servers"]); ui.servers = {}; ui.setOptionIn(optPath, Immutable.fromJS({ name: "network-throttle", title: "Network Throttle", ac...
puyanLiu/LPYFramework
前端练习/autoFramework/gulp-demo/node_modules/browser-sync-ui/lib/plugins/network-throttle/network-throttle.js
JavaScript
apache-2.0
4,392
/*! * froala_editor v2.4.0-rc.1 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2016 Froala Labs */ /** * Indonesian */ $.FE.LANGUAGE['id'] = { translation: { // Place holder "Type something": "Ketik sesuatu", // Basic formatting "Bo...
sashberd/cdnjs
ajax/libs/froala-editor/2.4.0-rc.1/js/languages/id.js
JavaScript
mit
7,734
(function(w,t,J){function D(a,b){function e(){}e.prototype=a;var c=new e,E;for(E in b)c[E]=b[E];b.toString!==Object.prototype.toString&&(c.toString=b.toString);return c}function d(a,b){if(null==b)return null;null==b.__id__&&(b.__id__=K++);var e;null==a.hx__closures__?a.hx__closures__={}:e=a.hx__closures__[b.__id__];nul...
kennynaoh/cdnjs
ajax/libs/waud.js/0.7.7/waud.min.js
JavaScript
mit
31,207
var Plates = (typeof process !== 'undefined' && typeof process.title !== 'undefined') ? exports : {}; !function(exports) { var _toString = Object.prototype.toString, isArray = Array.isArray || function (o) { return _toString.call(o) === "[object Array]"; }; var Merge = function Merge() {}; ...
extend1994/cdnjs
ajax/libs/plates/0.4.6/plates.js
JavaScript
mit
10,809
// Copyright 2014 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 error; function testGetDescriptor() { if (error !== undefined) { chrome.test.sendMessage('fail'); chrome.test.fail(error); } chrome.tes...
jaruba/chromium.src
chrome/test/data/extensions/api_test/bluetooth_low_energy/get_descriptor/runtest.js
JavaScript
bsd-3-clause
2,752
!function(a){a.fn.datepicker.dates.it={days:["Domenica","Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato"],daysShort:["Dom","Lun","Mar","Mer","Gio","Ven","Sab"],daysMin:["Do","Lu","Ma","Me","Gi","Ve","Sa"],months:["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre",...
arterli/CmsWing
www/static/assets/plugins/bootstrap.datepicker/locales/bootstrap-datepicker.it.min.js
JavaScript
mit
506
// --------------------------------------- // Test Environment Setup // --------------------------------------- import sinon from 'sinon' import chai from 'chai' import sinonChai from 'sinon-chai' import chaiAsPromised from 'chai-as-promised' import chaiEnzyme from 'chai-enzyme' chai.use(sinonChai) chai.use(chaiAsProm...
stranbury/react-miuus
tests/test-bundler.js
JavaScript
apache-2.0
1,246
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v5.0.2 * @link http://www.ag-grid.com/ * @license MIT */ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : ...
nolsherry/cdnjs
ajax/libs/ag-grid/5.0.2/lib/rowControllers/inMemory/sortStage.js
JavaScript
mit
4,683
/*! * FileInput Estonian Translations * * This file must be loaded after 'fileinput.js'. Patterns in braces '{}', or * any HTML markup tags in the messages must not be converted or translated. * * @see http://github.com/kartik-v/bootstrap-fileinput * * NOTE: this file must be saved in UTF-8 encoding. */ (funct...
DanielForthman/YouPHPTube
view/js/bootstrap-fileinput/js/locales/et.js
JavaScript
agpl-3.0
4,637
Clazz.declarePackage("java.text"); c$=Clazz.decorateAsClass(function(){ this.pattern=null; Clazz.instantialize(this,arguments); },java.text,"MessageFormat"); Clazz.makeConstructor(c$, function(pattern){ this.pattern=pattern; },"~S"); Clazz.makeConstructor(c$, function(pattern,locale){ this.pattern=pattern; ...
davidbuzatto/CryProteinModelsComparisonLab
web/j2s/java/text/MessageFormat.js
JavaScript
gpl-3.0
672
(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...
Amomo/cdnjs
ajax/libs/forerunnerdb/1.3.794/fdb-all.js
JavaScript
mit
998,809
require('../lib/node_loader'); var AWS = require('../lib/core'); var Service = require('../lib/service'); var apiLoader = require('../lib/api_loader'); apiLoader.services['discovery'] = {}; AWS.Discovery = Service.defineService('discovery', ['2015-11-01']); Object.defineProperty(apiLoader.services['discovery'], '2015-...
edeati/alexa-translink-skill-js
test/node_modules/aws-sdk/clients/discovery.js
JavaScript
apache-2.0
521
/*! * isobject <https://github.com/jonschlinkert/isobject> * * Copyright (c) 2014-2015, Jon Schlinkert. * Licensed under the MIT License. */ 'use strict'; var isArray = require('isarray'); module.exports = function isObject(o) { return o != null && typeof o === 'object' && !isArray(o); };
yuyang545262477/Resume
项目二电商首页/node_modules/gulp-uglify/node_modules/isobject/index.js
JavaScript
mit
300
/** * Tabby v7.4.6 * Simple, mobile-first toggle tabs., by Chris Ferdinandi. * http://github.com/cferdinandi/tabby * * Free to use under the MIT License. * http://gomakethings.com/mit/ */ /* * classList.js: Cross-browser full element.classList implementation. * 2014-01-31 * * By Eli Grey, http://eligrey.co...
froala/cdnjs
ajax/libs/tabby/7.4.6/js/classList.js
JavaScript
mit
4,260
module.exports={title:"NetApp",slug:"netapp",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>NetApp</title><path d="M0 2v20h9.33V10h5.34v12H24V2Z"/></svg>',get path(){return this.svg.match(/<path\s+d="([^"]*)/)[1]},source:"http://www.netapp.com/",hex:"0067C5",guidelines:"https://www.n...
cdnjs/cdnjs
ajax/libs/simple-icons/5.9.0/netapp.min.js
JavaScript
mit
383
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v4.0.2 * @link http://www.ag-grid.com/ * @license MIT */ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : ...
jonobr1/cdnjs
ajax/libs/ag-grid/4.0.2/lib/columnController/balancedColumnTreeBuilder.js
JavaScript
mit
8,512
(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...
tonytomov/cdnjs
ajax/libs/forerunnerdb/1.3.662/fdb-core.js
JavaScript
mit
274,397
var sliced = require('../') var assert = require('assert') describe('sliced', function(){ it('exports a function', function(){ assert.equal('function', typeof sliced); }) describe('with 1 arg', function(){ it('returns an array of the arg', function(){ var o = [3, "4", {}]; var r =...
p9kim/OpenGym
static/node_modules/mongoose/node_modules/sliced/test/index.js
JavaScript
mit
2,450
/** * @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/forms/src/directives/reactive_directives/form_control_directive.js
JavaScript
gpl-3.0
7,424
/*! * jQuery Compat JavaScript Library v3.0.0-alpha1 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2015-07-13T19:20Z */ (function( global, factory ) { if ( ty...
Holaever/holaever.com
public/vendor/jquery_series_3/jquery-compat-3.0.0-alpha1.js
JavaScript
apache-2.0
282,732
var Drupal = Drupal || { 'settings': {}, 'behaviors': {}, 'locale': {} }; // Allow other JavaScript libraries to use $. jQuery.noConflict(); (function ($) { /** * Attach all registered behaviors to a page element. * * Behaviors are event-triggered actions that attach to page elements, enhancing * default non-Ja...
ToddRuehmer/trinity
xtrinity/misc/drupal.js
JavaScript
gpl-2.0
13,465
/* * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js * * Copyright (c) 2009-2018 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 * * ...
xwiki-labs/cryptpad
www/pad/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js
JavaScript
agpl-3.0
1,616
/** * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * * @format */ /* eslint no-bitwise: 0 */ 'use strict'; exports.__esModule = true; exports.default = void 0; var _AnimatedNode = _i...
cdnjs/cdnjs
ajax/libs/react-native-web/0.14.9/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js
JavaScript
mit
11,533
function Gdn_Queue() { this.Queue = []; this.ActiveItem = false; Gdn_Queue.prototype.Add = function(QueueObject) { this.Queue.push(QueueObject); } Gdn_Queue.prototype.Length = function() { return this.Queue.length; } Gdn_Queue.prototype.Get = function() { if (!this.Le...
sorrowgrave/NothingToSeeHere
vanilla/js/queue.js
JavaScript
mit
404
process.env.NODE_ENV = process.env.NODE_ENV || 'development' const { environment } = require('@rails/webpacker') module.exports = environment.toWebpackConfig()
eileencodes/rails
railties/test/isolation/assets/config/webpack/test.js
JavaScript
mit
160
'use strict'; var util = require('util'); function AbortError (obj) { Error.captureStackTrace(this, this.constructor); Object.defineProperty(this, 'message', { value: obj.message || '', configurable: true, writable: true }); for (var keys = Object.keys(obj), key = keys.pop(); k...
EinoVirtanen/futuwear
server/node_modules/redis/lib/customErrors.js
JavaScript
mit
1,156
/* Copyright (c) 2006-2013 by OpenLayers Contributors (see authors.txt for * full list of contributors). Published under the 2-clause BSD license. * See license.txt in the OpenLayers distribution or repository for the * full text of the license. */ /** * @requires OpenLayers/Geometry.js */ /** * Class: OpenLaye...
pjhooker/monferratopaesaggi
trunk/php/openlayers-master/lib/OpenLayers/Geometry/Collection.js
JavaScript
mit
18,680
/** * API Bound Models for AngularJS * @version v0.18.0 - 2014-08-26 * @link https://github.com/angular-platanus/restmod * @author Ignacio Baixas <ignacio@platan.us> * @license MIT License, http://www.opensource.org/licenses/MIT */ !function(a,b){"use strict";a.module("restmod").factory("PagedModel",["restmod",fu...
hare1039/cdnjs
ajax/libs/angular-restmod/0.18.0/plugins/paged.min.js
JavaScript
mit
593
angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": { "0": "a.m.", "1": "p.m." }, "DAY": { "0": "doming...
kkostadinov/TonusMC
umbraco/lib/angular/1.1.5/i18n/angular-locale_es-sv.js
JavaScript
mit
2,273
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.shave = factory()); }(this, (function () { 'use strict'; function shave(target, maxHeight, opts) { if (!maxHeight) thr...
holtkamp/cdnjs
ajax/libs/shave/0.1.8/shave.js
JavaScript
mit
2,467
// Generated by CoffeeScript 1.8.0 var ConnectApp, connect, es, fs, http, https, liveReload, lr, opt, path, server, tiny_lr, util; path = require("path"); es = require("event-stream"); util = require("gulp-util"); http = require("http"); https = require("https"); fs = require("fs"); connect = require("connect");...
andrescabsi14/educo
wp-content/themes/eduCo/node_modules/gulp-connect/index.js
JavaScript
gpl-2.0
5,133
module.exports = require('../package.json').version;
ahackl/EccoZ
www/lib/pouchdb/lib/version.js
JavaScript
gpl-2.0
52
// Copyright (c) 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. chrome.test.runTests([ function content_test() { window.addEventListener('message', function(event) { var msg = event.data; if (...
ric2b/Vivaldi-browser
chromium/chrome/test/data/extensions/api_test/content_scripts/other_extensions/victim/test.js
JavaScript
bsd-3-clause
1,059
/*global describe, it, before, beforeEach, after, afterEach, browser: true, chai, selectnav*/ var assert = chai.assert; var sandbox = document.createElement('div'); sandbox.setAttribute('id', 'sandbox'); document.body.appendChild(sandbox); describe('selectnav', function () { var result; beforeEach(function () ...
LenLamberg/LenEntire_June_5
winkler/profiles/commerce_kickstart/libraries/selectnav.js/test/selectnav.spec.js
JavaScript
gpl-2.0
3,522
export default function() { var callback = arguments[0]; arguments[0] = this; callback.apply(null, arguments); return this; }
rhoon/thesis
work/analysis/node_modules/d3/node_modules/d3-selection/src/selection/call.js
JavaScript
mit
134
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "AM", "PM" ], "DAY": [ "\u0627\u062a\u0648\u...
CrystalZYH/amazing-works
works/ng-BookStore/src/framework/angular-1.3.0.14/i18n/angular-locale_pa-arab.js
JavaScript
mit
2,768
var _filter = require('./_filter'); /** * @private * @param {Function} fn The strategy for extracting function names from an object * @return {Function} A function that takes an object and returns an array of function names. */ module.exports = function _functionsWith(fn) { return function(obj) { return _fi...
concertcoder/leaky-ionic-app
www/lib/ramda/src/internal/_functionsWith.js
JavaScript
mit
401
const SemVer = require('../classes/semver') const parse = require('./parse') const {re, t} = require('../internal/re') const coerce = (version, options) => { if (version instanceof SemVer) { return version } if (typeof version === 'number') { version = String(version) } if (typeof version !== 'stri...
BigBoss424/portfolio
v8/development/node_modules/gatsby-transformer-sharp/node_modules/sharp/node_modules/semver/functions/coerce.js
JavaScript
apache-2.0
1,497
// SpryUtils.js - version 0.2 - Spry Pre-Release 1.6 // // Copyright (c) 2007. Adobe Systems Incorporated. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of ...
ramda/jsdelivr
files/spry/1.6/js/spryutils.js
JavaScript
mit
5,088
/* YUI 3.9.1 (build 5852) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */ YUI.add('datatable-formatters', function (Y, NAME) { /** Adds predefined cell formatters to `Y.DataTable.BodyView`. @module datatable @submodule datatable-formatters @since 3.8.0 **/ var Lang = Y.Lang, isValue = Lang.isValue, ...
berkmancenter/spectacle
web/js/app/editor/node_modules/grunt-contrib/node_modules/grunt-contrib-yuidoc/node_modules/yuidocjs/node_modules/yui/datatable-formatters/datatable-formatters.js
JavaScript
gpl-2.0
12,495
export{default}from"./FormHelperText";
cdnjs/cdnjs
ajax/libs/material-ui/5.0.0-alpha.9/esm/FormHelperText/index.min.js
JavaScript
mit
38
// This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle is dis...
cbradley456/moodle
admin/tool/lp/amd/src/grade_dialogue.js
JavaScript
gpl-3.0
4,182
"use strict"; exports.__esModule = true; // istanbul ignore next function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj["default"] = obj;...
yuyang545262477/Resume
项目三jQueryMobile/node_modules/babel-core/lib/transformation/transformers/es7/comprehensions.js
JavaScript
mit
2,452
/*! * content-type * Copyright(c) 2015 Douglas Christopher Wilson * MIT Licensed */ 'use strict' /** * RegExp to match *( ";" parameter ) in RFC 7231 sec 3.1.1.1 * * parameter = token "=" ( token / quoted-string ) * token = 1*tchar * tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" * ...
ChrisChenSZ/code
表单注册验证/node_modules/content-type/index.js
JavaScript
apache-2.0
4,692
export{default}from"./Snackbar";
cdnjs/cdnjs
ajax/libs/material-ui/5.0.0-alpha.9/esm/Snackbar/index.min.js
JavaScript
mit
32
/*! * inferno-server vundefined * (c) 2016 Dominic Gannaway * Released under the MPL-2.0 License. */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global.InfernoServer = ...
pombredanne/cdnjs
ajax/libs/inferno/0.5.13/inferno-server.js
JavaScript
mit
19,971
jQuery.keyboard.language.he={language:"עברית (Hebrew)",display:{a:"✔:אישור (Shift+Enter)",accept:"אישור:אישור (Shift+Enter)",alt:"Alt:תווים נוספים",b:"←:Backspace",bksp:"Bksp:Backspace",c:"✖:ביטול (Esc)",cancel:"ביטול:ביטול (Esc)",clear:"C:ניקוי",combo:"ö:Toggle Combo Keys",dec:".:נקודה עשרונית",e:"↵:Enter",enter:"Ente...
wenszxc/Thesis
web/bower_components/keyboard/dist/languages/he.min.js
JavaScript
mit
657
/*! * Copyright (c) 2015, Salesforce.com, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of ...
andrescabsi14/educo
wp-content/themes/eduCo/node_modules/gulp-less/node_modules/less/node_modules/request/node_modules/tough-cookie/test/parsing_test.js
JavaScript
gpl-2.0
13,234
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js * * Copyright (c) 2009-2015 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licen...
AndrewSyktyvkar/Math
wysivig/MathJax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js
JavaScript
bsd-3-clause
4,264
// Copyright 2009-2012 by contributors, MIT License // vim: ts=4 sts=4 sw=4 expandtab (function () { setTimeout(function(){ webshims.isReady('es5', true); }); /** * Brings an environment as close to ECMAScript 5 compliance * as is possible with the facilities of erstwhile engines. * * Annotated ES5: http://e...
bsquochoaidownloadfolders/cdnjs
ajax/libs/webshim/1.14.3-RC3/dev/shims/combos/20.js
JavaScript
mit
124,930
//// Copyright (c) Microsoft Corporation. All rights reserved (function () { "use strict"; })();
peterpy8/Windows-universal-samples
customusbdeviceaccess/js/js/constants.js
JavaScript
mit
110
var B = require('../').Buffer var test = require('tape') if (process.env.OBJECT_IMPL) B.TYPED_ARRAY_SUPPORT = false test('modifying buffer created by .slice() modifies original memory', function (t) { if (!B._useTypedArrays) return t.end() var buf1 = new B(26) for (var i = 0 ; i < 26 ; i++) { buf1[i] = i +...
sekys/ivda
web/libs/vis/node_modules/webpack/node_modules/node-libs-browser/node_modules/buffer/test/slice.js
JavaScript
mit
950
'use strict'; module.exports.definition = { set: function (v) { this.setProperty('border-image-repeat', v); }, get: function () { return this.getPropertyValue('border-image-repeat'); }, enumerable: true, configurable: true };
netpocket/os
vendor/raspbian_hardfloat/node_modules/sockjs-client-node/node_modules/jsdom/node_modules/cssstyle/lib/properties/borderImageRepeat.js
JavaScript
bsd-2-clause
267
import "interpolate"; d3.interpolateObject = d3_interpolateObject; function d3_interpolateObject(a, b) { var i = {}, c = {}, k; for (k in a) { if (k in b) { i[k] = d3_interpolate(a[k], b[k]); } else { c[k] = a[k]; } } for (k in b) { if (!(k in a)) { c[k] = b[k]; ...
MoonApps/barelyalive
www/js/vendor/d3-master/src/interpolate/object.js
JavaScript
gpl-2.0
406
/* * jQuery UI Widget 1.9.1+amd * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * * http://api.jqueryui.com/jQuery.widget/ */ (function (factory) { if (typeof define === "f...
submitconsulting/backenddj
static/js/jquery/ui/jquery.ui.widget.js
JavaScript
bsd-3-clause
15,729
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exports["Redux"] = factory(); else root["Redux"]...
MacroLin/practice
webpack+react(练习)/node_modules/.3.6.0@redux/dist/redux.js
JavaScript
mit
30,811
/*! * TableSorter 2.1.13 - Client-side table sorting with ease! * @requires jQuery v1.2.6+ * * Copyright (c) 2007 Christian Bach * Examples and docs at: http://tablesorter.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * * ...
tonytomov/cdnjs
ajax/libs/jquery.tablesorter/2.1.13/js/jquery.tablesorter.js
JavaScript
mit
30,046
var convert = require('./convert'); module.exports = convert('overEvery', require('../overEvery'));
migua1204/jikexueyuan
极客学院/极客学院首页/jkxy/node_modules/grunt-legacy-util/node_modules/lodash/fp/overEvery.js
JavaScript
apache-2.0
100
'use strict'; var _ = require('lodash'); function init (ctx) { var allPlugins = [] , enabledPlugins = []; function plugins(name) { if (name) { return _.find(allPlugins, {name: name}); } else { return plugins; } } plugins.base = require('./pluginbase'); var clientDefaultPlugin...
tmwolf/loop
plugins/index.js
JavaScript
agpl-3.0
5,219
/*! * http-errors * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2016 Douglas Christopher Wilson * MIT Licensed */ 'use strict' /** * Module dependencies. * @private */ var deprecate = require('depd')('http-errors') var setPrototypeOf = require('setprototypeof') var statuses = require('statuses') var inheri...
ChrisChenSZ/code
表单注册验证/node_modules/http-errors/index.js
JavaScript
apache-2.0
5,758
/******************************************************************************* * KindEditor - WYSIWYG HTML Editor for Internet * Copyright (C) 2006-2011 kindsoft.net * * @author Roddy <luolonghao@gmail.com> * @site http://www.kindsoft.net/ * @licence http://www.kindsoft.net/license.php *******************************...
pengqinglan/EnterpriseServerPlatform
中小企业/js/kindeditor/lang/en.js
JavaScript
mit
7,747
var exec = require('child_process').exec , path = require('path') ; /** * open a file or uri using the default application for the file type. * * @return {ChildProcess} - the child process object. * @param {string} target - the file/uri to open. * @param {string} appName - (optional) the application to be us...
craftercms/studio3
ui/node_modules/grunt-bower-task/node_modules/bower/node_modules/open/lib/open.js
JavaScript
gpl-3.0
1,520
/*! * URI.js - Mutating URLs * URI Template Support - http://tools.ietf.org/html/rfc6570 * * Version: 1.16.0 * * Author: Rodney Rehm * Web: http://medialize.github.io/URI.js/ * * Licensed under * MIT License http://www.opensource.org/licenses/mit-license * GPL v3 http://opensource.org/licenses/GPL-3.0 *...
jmwenda/feedbunch
vendor/assets/bower_components/URIjs/src/URITemplate.js
JavaScript
mit
14,811
define( "dojo/cldr/nls/ja/buddhist", //begin v1.x content { "dateFormatItem-yM": "y/M", "dateFormatItem-yyyyMMMEd": "Gy年M月d日(EEE)", "dateFormatItem-yQ": "y/Q", "dayPeriods-format-wide-pm": "午後", "dateFormatItem-GGGGyMd": "GGGGy年M月d日", "dateFormatItem-MMMEd": "M月d日(E)", "dateTimeFormat-full": "{1}{0}", "dateForm...
tmthrgd/pagespeed-libraries-cdnjs
packages/dojo/1.7.8/cldr/nls/ja/buddhist.js.uncompressed.js
JavaScript
mit
2,204
/// <reference path='m1.ts'/> var a1 = 10; var c1 = /** @class */ (function () { function c1() { } return c1; }()); var instance1 = new c1(); function f1() { return instance1; } //# sourceMappingURL=test.js.map
weswigham/TypeScript
tests/baselines/reference/project/sourcerootUrlSimpleSpecifyOutputDirectory/node/outdir/simple/test.js
JavaScript
apache-2.0
237
/*! * Documentation Content * Copyright (c) 2009 Packt Publishing, http://packtpub.com/ * Copyright (c) 2012 jQuery Foundation, http://jquery.org/ * * This software consists of voluntary contributions made by many * individuals. For exact contribution history, see the revision history * and logs, available at h...
sdgdsffdsfff/DaQin
代码/DaQin/packages/jQuery.1.7.1.1/Tools/jquery-1.7.1.intellisense.js
JavaScript
mit
150,571
var path = require('path'); var srcPath = path.join(__dirname, '../../src/'); module.exports = { devtool: 'eval', module: { loaders: [ { test: /\.(png|jpg|gif|woff|woff2|md|css|sass|scss|less|styl)$/, loader: 'null-loader' }, { test: /\.(js|jsx)$/, loader: 'bab...
ThinkingInReact/ThinkingInReact.xyz
cfg/client/webpack.test.js
JavaScript
isc
1,186
var methodAliases = require('./method-map'); module.exports = function getMethodName(categoryName, methodAlias) { return methodAliases[categoryName] && methodAliases[categoryName][methodAlias]; };
itsjoesullivan/digital-ocean-wrench
lib/getMethodName.js
JavaScript
isc
199