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
import _ from 'underscore'; import path from 'path'; import Promise from 'bluebird'; import fs from 'fs'; import util from './Util'; import resources from './ResourcesUtil'; var DockerMachine = { command: function () { return resources.dockerMachine(); }, name: function () { return 'default'; }, isov...
virajkanwade/kitematic
src/utils/DockerMachineUtil.js
JavaScript
apache-2.0
5,705
/// <reference path="jquery-1.8.2.js" /> /// <reference name="MicrosoftAjax.js" /> /// <reference path="~/_layouts/15/init.js" /> /// <reference path="~/_layouts/15/SP.Core.js" /> /// <reference path="~/_layouts/15/SP.Runtime.js" /> /// <reference path="~/_layouts/15/SP.UI.Dialog.js" /> /// <reference path="~/_layouts...
andrewconnell/pres-sp15workflow-restapi
demo/CreateListWorkflow/Scripts/_references.js
JavaScript
mit
336
'use strict'; exports.__esModule = true; var _keys = require('babel-runtime/core-js/object/keys'); var _keys2 = _interopRequireDefault(_keys); var _typeof2 = require('babel-runtime/helpers/typeof'); var _typeof3 = _interopRequireDefault(_typeof2); var _reduce2 = require('lodash/reduce'); var _reduce3 = _interopR...
chagn/chagn.github.com
node_modules/knex/lib/query/compiler.js
JavaScript
mit
21,572
/* * EJS Embedded JavaScript templates * Copyright 2112 Matthew Eernisse (mde@fleegix.org) * * 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/L...
february29/Learning
web/vue/AccountBook-Express/node_modules/ejs/lib/utils.js
JavaScript
mit
3,803
/*jshint node:true*/ var ModelBlueprint = require('../model'); var testInfo = require('../../lib/utilities/test-info'); module.exports = { description: 'Generates a model unit test.', locals: function(options) { var result = ModelBlueprint.locals.apply(this, arguments); result.friendlyDescription = test...
waddedMeat/ember-proxy-example
test-app/node_modules/ember-cli/blueprints/model-test/index.js
JavaScript
mit
403
var assert = require('assert'); var R = require('..'); describe('divide', function() { it('divides two numbers', function() { assert.strictEqual(R.divide(28, 7), 4); }); it('is curried', function() { var into28 = R.divide(28); assert.strictEqual(into28(7), 4); }); it('behaves right curried wh...
kairyan/ramda
test/divide.js
JavaScript
mit
457
/**************************************************************************** Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2011-2012 cocos2d-x.org Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of t...
darkoverlordofdata/demo-cocos2d-tsc
web/frameworks/cocos2d-html5/cocos2d/core/CCDirectorWebGL.js
JavaScript
mit
12,922
define({ "de":true, "en":true });
bradryan13/Base-Files-for-WP-Sports
wp-content/plugins/front-end-editor/lib/aloha-editor/plugins/extra/cite/nls/i18n.js
JavaScript
gpl-2.0
35
'use strict'; var AddonNodeConfig = require('js/addonNodeConfig').AddonNodeConfig; var url = window.contextVars.node.urls.api + 'box/config/'; new AddonNodeConfig('Box', '#boxScope', url, '#boxGrid', { onPickFolder: function(evt, item) { evt.preventDefault(); var name = item.data.path === 'All File...
jmcarp/osf.io
website/addons/box/static/node-cfg.js
JavaScript
apache-2.0
567
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'toolbar', 'sv', { toolbarCollapse: 'Dölj verktygsfält', toolbarExpand: 'Visa verktygsfält', toolbarGroups: { document: 'Dokument', clipboard: ...
sharpfuryz/ckeditor
vendor/assets/javascripts/ckeditor/plugins/toolbar/lang/sv.js
JavaScript
mit
588
import path from 'path'; // Filters out non .js files. Prevents // accidental inclusion of possible hidden files export default function(name) { return /(\.(js)$)/i.test(path.extname(name)); };
Rhadammanthis/BreadScraps
page/gulp/util/scriptFilter.js
JavaScript
mit
198
import eq from './eq.js'; /** * This function is like `assignValue` except that it doesn't assign * `undefined` values. * * @private * @param {Object} object The object to modify. * @param {string} key The key of the property to assign. * @param {*} value The value to assign. */ function assignMergeValue(objec...
xzzw9987/Memos
project/Ismorphic/node_modules/lodash-es/_assignMergeValue.js
JavaScript
mit
537
/* Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang("devtools","cs",{title:"Informace o prvku",dialogName:"Název dialogového okna",tabName:"Název karty",elementId:"ID prvku",element...
stweil/TYPO3.CMS
typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/Contrib/plugins/devtools/lang/cs.js
JavaScript
gpl-2.0
344
var _ = require("underscore"); var request = require("request"); var qs = require("querystring"); var uuid = require("node-uuid"); var should = require("should"); var sinon = require("sinon"); var url = require("url"); var ua = require("../lib/index.js"); var utils = require("../lib/utils.js") var config = require("....
annefried/discanno
src/main/webapp/node_modules/universal-analytics/test/_enqueue.js
JavaScript
gpl-2.0
3,617
module.exports = function method(matchMethod) { if (typeof matchMethod === 'string') { matchMethod = [ matchMethod ] } if (!matchMethod) { matchMethod = [ 'GET' ] } return function method(req, res, next) { var notMatches = !~matchMethod.indexOf(req.method) next(null, notMatches) } }
alihalabyah/toxy
lib/rules/method.js
JavaScript
mit
314
"use strict"; var chai = require("chai"); var expect = chai.expect; var config = require("../lib/config"); var spawn = require("../lib/spawn"); var disposeAll = require("../lib/disposeAll"); var phridge = require("../lib/main.js"); require("./helpers/setup.js"); describe("phridge", function () { describe(".conf...
alexburrows/dcl2018
web/themes/custom/dcl2018/node_modules/phridge/test/main.test.js
JavaScript
gpl-2.0
823
/*! * Ext JS Library 3.3.1 * Copyright(c) 2006-2010 Sencha Inc. * licensing@sencha.com * http://www.sencha.com/license */ /** * @class Ext.Editor * @extends Ext.Component * A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic. * @constructor * Crea...
jkburges/aodn-portal
web-app/js/ext-3.3.1/src/widgets/Editor.js
JavaScript
gpl-3.0
13,726
'use strict'; var CreateDataProperty = require('es-abstract/2019/CreateDataProperty'); var IsCallable = require('es-abstract/2019/IsCallable'); var RequireObjectCoercible = require('es-abstract/2019/RequireObjectCoercible'); var ToObject = require('es-abstract/2019/ToObject'); var callBound = require('es-abstract/help...
BigBoss424/portfolio
v8/development/node_modules/object.getownpropertydescriptors/implementation.js
JavaScript
apache-2.0
1,204
/* * Copyright (C) 2007, 2008 Apple 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 ...
guorendong/iridium-browser-ubuntu
third_party/WebKit/Source/devtools/front_end/source_frame/FontView.js
JavaScript
bsd-3-clause
5,865
import React from 'react'; import TransitionEvents from './utils/TransitionEvents'; import deprecationWarning from './utils/deprecationWarning'; const CollapsibleMixin = { propTypes: { defaultExpanded: React.PropTypes.bool, expanded: React.PropTypes.bool }, getInitialState() { const defaultExpanded...
jontewks/react-bootstrap
src/CollapsibleMixin.js
JavaScript
mit
4,318
import React, { PropTypes, Component } from 'react'; import { DropTarget } from 'react-dnd'; const style = { height: '12rem', width: '12rem', marginRight: '1.5rem', marginBottom: '1.5rem', color: 'white', padding: '1rem', textAlign: 'center', fontSize: '1rem', lineHeight: 'normal', float: 'left' };...
nagaozen/react-dnd
examples/01 Dustbin/Stress Test/Dustbin.js
JavaScript
mit
1,570
/* AngularJS v1.6.7 (c) 2010-2017 Google, Inc. http://angularjs.org License: MIT */ (function(U,a){'use strict';function L(m,f){f=f||{};a.forEach(f,function(a,d){delete f[d]});for(var d in m)!m.hasOwnProperty(d)||"$"===d.charAt(0)&&"$"===d.charAt(1)||(f[d]=m[d]);return f}var B=a.$$minErr("$resource"),Q=/^(\.[a-zA-Z_...
minddistrict/js.angular
js/angular/resources/angular-resource.min.js
JavaScript
mit
4,508
module["exports"] = [ "Aguascalientes", "Baja California Norte", "Baja California Sur", 'Estado de México', "Campeche", "Chiapas", "Chihuahua", "Coahuila", "Colima", "Durango", "Guanajuato", "Guerrero", "Hidalgo", "Jalisco", "Michoacan", "Morelos", "Nayarit", 'Nuevo León', "Oaxaca"...
together-web-pj/together-web-pj
node_modules/faker/lib/locales/es_MX/address/state.js
JavaScript
gpl-3.0
505
"use strict"; var browserSync = require("../../../"); var assert = require("chai").assert; describe("E2E script with/without async attribute", function () { it("serves with async", function (done) { browserSync.reset(); var config = {open: false}; browserSync(config, function (err, bs) {...
felixdae/browser-sync
test/specs/e2e/e2e.options.script.async.js
JavaScript
apache-2.0
847
/** * @file loader.js */ import Component from '../component.js'; import Tech from './tech.js'; import window from 'global/window'; import toTitleCase from '../utils/to-title-case.js'; /** * The Media Loader is the component that decides which playback technology to load * when the player is initialized. * * @pa...
SINTEF-SIT/stedr
www/lib/video.js/src/js/tech/loader.js
JavaScript
apache-2.0
1,783
/** * Language Generator */ const fs = require('fs'); const exec = require('child_process').exec; function languageIsSupported(language) { try { fs.accessSync(`app/translations/${language}.json`, fs.F_OK); return true; } catch (e) { return false; } } module.exports = { description: 'Add a langua...
glandre/prototypes
zoho-experiments/internals/generators/language/index.js
JavaScript
mit
2,811
({ huePickerTitle: "محدد تدرج اللون", saturationPickerTitle: "محدد درجة التشبع" })
conjoon/webmail
vendor/zendframework/externals/dojo/dojox/widget/nls/ar/ColorPicker.js
JavaScript
agpl-3.0
111
/** * All possible browser keycodes, in one file. * * @file * @copyright 2020 Aleksej Komarov * @license MIT */ export const KEY_BACKSPACE = 8; export const KEY_TAB = 9; export const KEY_ENTER = 13; export const KEY_SHIFT = 16; export const KEY_CTRL = 17; export const KEY_ALT = 18; export const KEY_PAUSE = 19; e...
erwgd/-tg-station
tgui/packages/common/keycodes.js
JavaScript
agpl-3.0
2,249
(function(define, undefined) { 'use strict'; define([ 'underscore', 'annotator_1.2.9' ], function(_, Annotator) { /** * Modifies Annotator.Plugin.Store.annotationCreated to make it trigger a new * event `annotationFullyCreated` when annotation is fully created and has * an id. ...
eduNEXT/edx-platform
lms/static/js/edxnotes/plugins/events.js
JavaScript
agpl-3.0
7,558
/*! * Module dependencies. */ var EmbeddedDocument = require('./embedded'); var Document = require('../document'); var ObjectId = require('./objectid'); var utils = require('../utils'); var isMongooseObject = utils.isMongooseObject; /** * Mongoose Array constructor. * * ####NOTE: * * _Values always have to be...
heliumsoule/Notr
node_modules/mongoose/lib/types/array.js
JavaScript
mit
18,474
'use strict'; var lint = require('./_lint'); ////////////////////////////// // SCSS syntax tests ////////////////////////////// describe('placeholder in extend - scss', function () { var file = lint.file('placeholder-in-extend.scss'); it('enforce', function (done) { lint.test(file, { 'placeholder-in-ex...
grshane/monthofmud
web/themes/custom/mom/node_modules/sass-lint/tests/rules/placeholder-in-extend.js
JavaScript
mit
820
/*! UIkit 2.18.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ (function(core) { if (typeof define == "function" && define.amd) { // AMD define("uikit", function(){ var uikit = window.UIkit || core(window, window.jQuery, window.document); uikit.load = function(res...
xshwy/itranswarp.js
www/static/js/uikit/uikit.js
JavaScript
apache-2.0
94,547
// KUTE.js v1.6.1 | © dnp_theme | jQuery Plugin | MIT-License !function(e,t){if("function"==typeof define&&define.amd)define(["./kute.js","jquery"],function(e,n){return t(n,e),e});else if("object"==typeof module&&"function"==typeof require){var n=require("./kute.js"),r=require("jquery");module.exports=t(r,n)}else{if("u...
Asaf-S/jsdelivr
files/kute.js/1.6.1/kute-jquery.min.js
JavaScript
mit
783
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("react"), require("react-dom")); else if(typeof define === 'function' && define.amd) define(["react", "react-dom"], factory); else if(typeof exports === 'obje...
dakshshah96/cdnjs
ajax/libs/react-data-grid/1.0.75/react-data-grid.js
JavaScript
mit
249,794
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let MapsLocalPizza = (props) => ( <SvgIcon {...props}> <path d="M12 2C8.43 2 5.23 3.54 3.01 6L12 22l8.99-16C18.78 3.55 15.57 2 12 2zM7 7c0-1.1.9-2 2-2s2 .9 2 2-.9 2-2 2-2-.9-2-2zm5 8c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2...
IsenrichO/mui-with-arrows
src/svg-icons/maps/local-pizza.js
JavaScript
mit
506
// // Copyright (c) Microsoft and contributors. 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 requi...
iwate/azure-sdk-for-node
test/common/hmacsha256sign-tests.js
JavaScript
apache-2.0
1,250
/*! selectize.js - v0.6.7 | 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 ($)...
Amomo/cdnjs
ajax/libs/selectize.js/0.6.7/selectize.js
JavaScript
mit
77,145
(function () { "use strict" // Array.prototype.forEachAsync(next, item, i, collection) require('futures/forEachAsync'); var fs = require('fs'), EventEmitter = require('events').EventEmitter; // 2010-11-25 jorge@jorgechamorro.com function create(pathname, cb) { var emitter = new EventEmitter(), ...
JustinLek/ryanoosterling
wp-content/themes/ryanoosterling/node_modules/gulp-bower/node_modules/walk/old/lib/walk-jqueue-2.js
JavaScript
gpl-2.0
1,951
/* -*- 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...
Distrotech/qtscript
tests/auto/qscriptjstestsuite/tests/ecma_3/RegExp/regress-223535.js
JavaScript
lgpl-3.0
3,900
/************************************************************* * * MathJax/jax/output/SVG/fonts/TeX/svg/Main/Bold/MiscSymbols.js * * Copyright (c) 2011-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 Lic...
matias-pierobon/sid-server
web/dist/fonts/TeX/Main/Bold/MiscSymbols.js
JavaScript
gpl-3.0
5,120
var gulp = require('gulp'); var $ = require('gulp-load-plugins')(); var sassPaths = [ 'bower_components/foundation-sites/scss', 'bower_components/motion-ui/src' ]; gulp.task('sass', function() { return gulp.src('scss/app.scss') .pipe($.sass({ includePaths: sassPaths }) .on('error', $.sass...
jgcopple/GarySchwantz
wp-content/themes/square-child/foundation/gulpfile.js
JavaScript
gpl-2.0
540
/** * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @package Joomla * @subpackage JavaScript Tests * @since 3.6.3 * @version 1.0.0 */ define(['jquery', 'testsRoot/highlighter/sp...
schnuti/joomla-cms
tests/javascript/highlighter/spec.js
JavaScript
gpl-2.0
2,995
/* Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add('basicstyles',{requires:['styles','button'],init:function(a){var b=function(e,f,g,h){var i=new CKEDITOR.style(h);a.attachStyleStateChange(i,function(j){...
mksmbrtsh/BugTrackerNet
www/ckeditor/plugins/basicstyles/plugin.js
JavaScript
gpl-3.0
1,139
/* Embed.CDN Extend the basic 'embed' functionality with Google Analytics tracking and url parsing to support URLs created with the Timeline generator form. */ /* CodeKit Import http://incident57.com/codekit/ ================================================== */ // @codekit-append "Embed.js"; /* REPLACE THIS WIT...
gilesbradshaw/knockout-timeline
timelinejs/source/js/Core/Embed/Embed.CDN.js
JavaScript
mpl-2.0
2,120
/* */ (function(process) { "use strict"; var _Symbol = require("../core-js/symbol")["default"]; var _Symbol$iterator = require("../core-js/symbol/iterator")["default"]; var _Object$create = require("../core-js/object/create")["default"]; var _Promise = require("../core-js/promise")["default"]; !(function(g...
pauldijou/outdated
test/basic/jspm_packages/npm/babel-runtime@5.8.9/regenerator/runtime.js
JavaScript
apache-2.0
14,160
/*istanbul ignore next*/"use strict"; var /*istanbul ignore next*/_index = require("../index"); /*istanbul ignore next*/ var t = _interopRequireWildcard(_index); var /*istanbul ignore next*/_constants = require("../constants"); var /*istanbul ignore next*/_index2 = require("./index"); /*istanbul ignore next*/ var ...
aintnorest/ubiquitous-spoon
server/node_modules/babel-types/lib/definitions/core.js
JavaScript
mit
23,917
/*! Copyright (C) 2014-2015 by WebReflection Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist...
menuka94/cdnjs
ajax/libs/document-register-element/1.0.3/document-register-element.max.js
JavaScript
mit
32,354
/*! JointJS v1.0.2 (2016-10-27) - JavaScript diagramming library 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/. */ joint.shapes.uml = {}; joint.shapes.uml.Class = joint.sh...
him2him2/cdnjs
ajax/libs/jointjs/1.0.2/joint.shapes.uml.js
JavaScript
mit
9,058
// Used for various iterations, e.g. id'ing css elements var i = 0; /*------------------------------------------------------------------------------ Add a dropdown option: used by the dropbox and multiselect fields. @param string target_id: target CSS id @param string delete_label: the translated label for the delete...
Stuff90/blog
wp-content/plugins/custom-content-type-manager/js/dropdown.js
JavaScript
gpl-2.0
2,765
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. /* global intellisense, window, document, setTimeout, WinJS */ (function () { "use strict"; var redirect = intellisense.redirectDefinition; function ma...
winjs/TrailRater_SampleApp
winjs/js/WinJS.intellisense.js
JavaScript
mit
8,473
import { Subscriber } from '../Subscriber'; import { tryCatch } from '../util/tryCatch'; import { errorObject } from '../util/errorObject'; /* tslint:enable:max-line-length */ /** * Returns an Observable that emits all items emitted by the source Observable that are distinct by comparison from the previous item. * *...
rospilot/rospilot
share/web_assets/nodejs_deps/node_modules/rxjs/_esm2015/operators/distinctUntilChanged.js
JavaScript
apache-2.0
3,300
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
marcoR80/simple-app-mobile
www/vendor/angular-1.3.9/i18n/angular-locale_ha-latn-ng.js
JavaScript
mit
2,291
/** @name: aping @version: 0.8.1 (11-01-2016) @author: Jonathan Hornung <jonathan.hornung@gmail.com> @url: https://github.com/JohnnyTheTank/apiNG#readme @license: MIT */ "use strict"; var apingApp = angular.module('jtt_aping', ['jtt_aping_jsonloader', 'jtt_aping_ng_array']) .config(['$provi...
froala/cdnjs
ajax/libs/aping/0.8.1/aping.js
JavaScript
mit
31,320
'use strict'; var _ = require('lodash'); var levels = require('../levels'); var times = require('../times'); function init() { var bwp = { name: 'bwp' , label: 'Bolus Wizard Preview' , pluginType: 'pill-minor' }; function checkMissingInfo (sbx) { var errors = []; if (!sbx.data.profile || !...
aidandevine/cgm-remote-monitor
lib/plugins/boluswizardpreview.js
JavaScript
agpl-3.0
10,282
/* * Translated default messages for bootstrap-select. * Locale: RO (Romanian) * Region: RO (Romania) * Alex Florea <alecz.fia@gmail.com> */ (function ($) { $.fn.selectpicker.defaults = { doneButtonText: 'Închide', noneSelectedText: 'Nu a fost selectat nimic', noneResultsText: 'Nu există niciun rezul...
parammehta/TravLendar
www/bower_components/bootstrap-select/js/i18n/defaults-ro_RO.js
JavaScript
apache-2.0
642
define( //begin v1.x content { "field-sat-relative+0": "tuto sobotu", "field-sat-relative+1": "příští sobotu", "field-dayperiod": "AM/PM", "field-sun-relative+-1": "minulou neděli", "field-mon-relative+-1": "minulé pondělí", "field-minute": "Minuta", "field-day-relative+-1": "včera", "field-weekday": "Den v týd...
avz-cmf/zaboy-middleware
www/js/dojo/cldr/nls/cs/roc.js
JavaScript
gpl-3.0
1,949
var util = require('../util'); var hammerUtil = require('../hammerUtil'); var moment = require('../module/moment'); var Component = require('./component/Component'); var DateUtil = require('./DateUtil'); /** * @constructor Range * A Range controls a numeric range with a start and end value. * The Range adjusts the ...
mcking49/apache-flask
static/vis/lib/timeline/Range.js
JavaScript
mit
24,116
describe('c3 api data', function () { 'use strict'; var chart; var args = { data: { columns: [ ['data1', 30, 200, 100, 400, 150, 250], ['data2', 5000, 2000, 1000, 4000, 1500, 2500] ], names: { data1: 'Data Name 1',...
LeyluIAA/weather
www/lib/c3-0.4.10/spec/api.data-spec.js
JavaScript
bsd-3-clause
5,364
//>>built define("dojox/highlight/languages/django", ["dojox/main", "../_base", "./xml", "./html"], function(dojox){ var dh = dojox.highlight, dhc = dh.constants, dhl = dh.languages, x = dhl.xml, h = dhl.html; dhl.django = { defaultMode: { contains: ['tag', 'comment', 'doctype', 'template_comment', 'template_ta...
marcbuils/WorkESB
www/admin/lib/dojo/dojox/highlight/languages/django.js.uncompressed.js
JavaScript
lgpl-3.0
2,891
/** * @license Highcharts JS v5.0.11 (2017-05-04) * Solid angular gauge module * * (c) 2010-2017 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; (function(factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else { factory(Hig...
Pawamoy/django-meerkat
src/meerkat/static/meerkat/highcharts/js/modules/solid-gauge.src.js
JavaScript
isc
12,827
var Datastore = require('../lib/datastore') , benchDb = 'workspace/loaddb.bench.db' , fs = require('fs') , path = require('path') , async = require('async') , commonUtilities = require('./commonUtilities') , execTime = require('exec-time') , profiler = new execTime('LOADDB BENCH') , d = new Datastore(be...
Phalanstere/WritersStudio
writers_studio-win32-ia32/resources/app/node_modules/nedb/benchmarks/loadDatabase.js
JavaScript
mit
1,203
/* ========================================================== * GitGraph v1.1.3 * https://github.com/nicoespeon/gitgraph.js * ========================================================== * Copyright (c) 2016 Nicolas CARLO (@nicoespeon) ٩(^‿^)۶ * Copyright (c) 2016 Fabien BERNARD (@fabien0102) ✌...
honestree/cdnjs
ajax/libs/gitgraph.js/1.1.3/gitgraph.js
JavaScript
mit
42,857
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("react")); else if(typeof define === 'function' && define.amd) define(["react"], factory); else if(typeof exports === 'object') exports["ReduxForm"] = facto...
redmunds/cdnjs
ajax/libs/redux-form/2.3.1/redux-form.js
JavaScript
mit
90,088
/** * jquery.calendario.js v1.0.0 * http://www.codrops.com * * Licensed under the MIT license. * http://www.opensource.org/licenses/mit-license.php * * Copyright 2012, Codrops * http://www.codrops.com */ ;( function( $, window, undefined ) { 'use strict'; $.Calendario = function( options, element ) { ...
annegrundhoefer/qga
wp-content/themes/qga/js/jquery.calendario.js
JavaScript
gpl-2.0
9,902
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * The contents of this file are subject to the Netscape Public * License Version 1.1 (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.mozilla.org/NP...
danialbehzadi/Nokia-RM-1013-2.0.0.11
webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/FunExpr/fe-001-n.js
JavaScript
gpl-3.0
1,196
(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["echarts"] = factory(); else root["echar...
nagerenxiong/ChromeExtension
shangzheng/node_modules/echarts/dist/echarts.simple.js
JavaScript
gpl-2.0
804,344
import Ember from 'ember'; const {Mixin} = Ember; export default Mixin.create({ transitionAuthor() { return (user) => { if (user.get('isAuthor')) { return this.transitionTo('team.user', user); } return user; }; }, transitionEditor() { ...
benstoltz/Ghost
core/client/app/mixins/current-user-settings.js
JavaScript
mit
497
(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...
dakshshah96/cdnjs
ajax/libs/forerunnerdb/1.3.376/fdb-core+persist.js
JavaScript
mit
793,991
// A test node that exports a function module.exports = function(RED) { function TestNode(n) {} RED.nodes.registerType("should-not-load-2",TestNode); }
mw75/node-red
test/unit/@node-red/registry/lib/resources/local/NestedDirectoryNode/NestedNode/node_modules/ShouldNotLoad.js
JavaScript
apache-2.0
160
/* * /MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/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/IntegralsD/Regular/All.js
JavaScript
agpl-3.0
1,632
// This worker is meant to test range requests where the responses come from // multiple origins. It forwards the first request to a cross-origin URL // (generating an opaque response). The server is expected to return a 206 // Partial Content response. Then the worker lets subsequent range requests // fall back to ne...
scheib/chromium
third_party/blink/web_tests/external/wpt/service-workers/service-worker/resources/range-request-to-different-origins-worker.js
JavaScript
bsd-3-clause
1,552
 Type.registerNamespace("Strings"); Strings.OfficeOM = function() { }; Strings.OfficeOM.registerClass("Strings.OfficeOM"); Strings.OfficeOM.L_InvalidNamedItemForBindingType = "Navedeni tip povezivanja nije kompatibilan sa navedenom imenovanom stavkom."; Strings.OfficeOM.L_EventHandlerNotExist = "Navedeni tip događaja ...
marcoscheel/SPUGFFMforOutlook
src/SPUGFFM for OutlookWeb/Scripts/Office/1.1/sr-latn-cs/office_strings.debug.js
JavaScript
mit
10,442
'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; function getDecimals(n) { n = n + ''; var i = n.indexOf('.'); return (i == -1) ? 0 : n.length - i - 1; } function getVF(n, opt_pre...
prostudy/kit
xenon/xenon-files/angular/app/js/angular/i18n/angular-locale_ks-arab-in.js
JavaScript
gpl-2.0
3,428
/*! * iCheck v1.0.1, http://git.io/arlzeA * =================================== * Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization * * (c) 2013 Damir Sultanov, http://fronteed.com * MIT Licensed */ (function($) { // Cached vars var _iCheck = 'iCheck', _iCheckHelper = _iCh...
merqwaardig/autototaalhaarlem
web_old/bundles/autoplancms/assets/js/icheck/icheck.js
JavaScript
mit
14,136
var vows = require('vows'), assert = require('assert'), fs = require('fs'), stripColorCodes = require('..'); vows.describe('Srtip color codes').addBatch({ 'Given a colorized string': { topic: fs.readFileSync(__dirname + '/fixture/with-colors').toString(), 'When stripping colors': { topic: functi...
garethFuller/bits
wp-content/themes/gareth/node_modules/grunt-shell/node_modules/stripcolorcodes/test/stripcolorcodes-test.js
JavaScript
gpl-2.0
621
import { Observable } from '../Observable'; import { isArray } from '../util/isArray'; import { isFunction } from '../util/isFunction'; import { map } from '../operators/map'; export function fromEventPattern(addHandler, removeHandler, resultSelector) { if (resultSelector) { return fromEventPattern(addHandl...
BigBoss424/portfolio
v8/development/node_modules/rxjs/_esm2015/internal/observable/fromEventPattern.js
JavaScript
apache-2.0
926
/*! jQuery UI - v1.11.4 - 2016-02-09 * http://jqueryui.com * Includes: core.js, widget.js, mouse.js, position.js, draggable.js, droppable.js, resizable.js, selectable.js, sortable.js, accordion.js, autocomplete.js, button.js, datepicker.js, dialog.js, menu.js, progressbar.js, selectmenu.js, slider.js, spinner.js, tabs....
Elhuyar/Moodmap
src/behagunea/behagunea_app/static/js/jquery-ui.js
JavaScript
gpl-3.0
470,591
/** * @fileoverview Enforce no accesskey attribute on element. * @author Ethan Cohen */ // ---------------------------------------------------------------------------- // Rule Definition // ---------------------------------------------------------------------------- import { getProp, getPropValue } from 'jsx-ast-u...
grshane/monthofmud
web/themes/custom/mom/node_modules/eslint-plugin-jsx-a11y/src/rules/no-access-key.js
JavaScript
mit
1,026
/** * API Bound Models for AngularJS * @version v1.1.6 - 2015-01-06 * @link https://github.com/angular-platanus/restmod * @author Ignacio Baixas <ignacio@platan.us> * @license MIT License, http://www.opensource.org/licenses/MIT */ !function(a){"use strict";a.module("restmod").factory("restmod.Preload",["restmod",...
maruilian11/cdnjs
ajax/libs/angular-restmod/1.1.6/plugins/preload.min.js
JavaScript
mit
1,194
(function (global, factory) { if (typeof define === "function" && define.amd) { define('element/locale/tr-TR', ['module', 'exports'], factory); } else if (typeof exports !== "undefined") { factory(module, exports); } else { var mod = { exports: {} }; factory(mod, mod.exports); global...
ATM-Christal/VR-final
node_modules/element-ui/lib/umd/locale/tr-TR.js
JavaScript
mit
3,102
/*! UIkit 2.26.2 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ /* * Based on Nestable jQuery Plugin - Copyright (c) 2012 David Bushell - http://dbushell.com/ */ (function(addon) { var component; if (window.UIkit) { component = addon(UIkit); } if (typeof define == "function"...
michaelbontyes/ekogito
wp-content/themes/ekogito/vendor/uikit/js/components/nestable.js
JavaScript
mit
22,083
/* * * Date.addLocale(<code>) adds this locale to Sugar. * To set the locale globally, simply call: * * Date.setLocale('zh-CN'); * * var locale = Date.getLocale(<code>) will return this object, which * can be tweaked to change the behavior of parsing/formatting in the locales. * * locale.addFormat adds a date...
highflying/heroku-oauthd
plugins/slashme/node_modules/sugar/lib/locales/zh-CN.js
JavaScript
apache-2.0
3,082
/** * Copyright 2013-2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @emails react-co...
ianb/react
src/isomorphic/classic/element/__tests__/ReactElement-test.js
JavaScript
bsd-3-clause
9,376
/* ***** 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 License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
premii/chrome-app-samples
text-editor/lib/ace/theme/chrome.js
JavaScript
apache-2.0
5,101
/* * bootstrap-table - v1.8.1 - 2015-05-29 * https://github.com/wenzhixin/bootstrap-table * Copyright (c) 2015 zhixin wen * Licensed MIT License */ !function(a){"use strict";a.fn.bootstrapTable.locales["uk-UA"]={formatLoadingMessage:function(){return"Завантаження, будь ласка, зачекайте..."},formatRecordsPerPage:functio...
wilxsv/contratos
web/assets/plugins/bower_components/bootstrap-table/dist/locale/bootstrap-table-uk-UA.min.js
JavaScript
gpl-3.0
865
'use strict'; var yaml = require('js-yaml'); var fs = require('hexo-fs'); var pathFn = require('path'); function configConsole(args){ /* jshint validthis: true */ var key = args._[0]; var value = args._[1]; var self = this; if (!key){ console.log(this.config); return; } if (!value){ value ...
KobeGong/blog
node_modules/hexo/lib/plugins/console/config.js
JavaScript
apache-2.0
1,742
/* * rdoc.js * * Copyright (C) 2009-11 by RStudio, Inc. * * The Initial Developer of the Original Code is * Ajax.org B.V. * Portions created by the Initial Developer are Copyright (C) 2010 * the Initial Developer. All Rights Reserved. * * Distributed under the BSD license: * * Copyright (c) 2010, Ajax.org B...
lisalj/nextm_stage
wp-content/themes/parallelus-vellum/data-types/code-editor/js/ace/src-noconflict/mode-rdoc.js
JavaScript
gpl-2.0
7,478
var getTag = require('./_getTag'), isObjectLike = require('./isObjectLike'); /** `Object#toString` result references. */ var setTag = '[object Set]'; /** * Checks if `value` is classified as a `Set` object. * * @static * @memberOf _ * @category Lang * @param {*} value The value to check. * @returns {boolea...
migua1204/jikexueyuan
极客学院/极客学院首页/jkxy/node_modules/grunt-legacy-util/node_modules/lodash/isSet.js
JavaScript
apache-2.0
593
'use strict'; /** * Module dependencies. */ var passport = require('passport'), LinkedInStrategy = require('passport-linkedin').Strategy, config = require('../config'), users = require('../../app/controllers/users.server.controller'); module.exports = function() { // Use linkedin strategy passport.use(new Link...
NathanNguyen345/firstMeanApp
node_modules/grunt-protractor-coverage/config/strategies/linkedin.js
JavaScript
mit
1,264
function override(target, key, descriptor) { descriptor.initializer = function () { return "lol"; }; } var obj = { @override foo: "bar", bar: "heh" }; assert.equal(obj.foo, "lol"); assert.equal(obj.bar, "heh");
kevinb7/6to5
test/core/fixtures/transformation/es7.decorators/object/exec.js
JavaScript
mit
228
/** * @author mikael emtinger / http://gomo.se/ */ THREE.ShaderFlares = { 'lensFlareVertexTexture': { vertexShader: [ "uniform lowp int renderType;", "uniform vec3 screenPosition;", "uniform vec2 scale;", "uniform float rotation;", "uniform sampler2D occlusionMap;", "attribute vec2 positio...
BlueAppleRedBanana/GoogleTheftAuto
threejs/extras/shaders/ShaderFlares.js
JavaScript
apache-2.0
3,925
/*! UIkit 2.14.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ (function($, UI) { "use strict"; var scrollpos = {x: window.scrollX, y: window.scrollY}, $win = UI.$win, $doc = UI.$doc, $html = UI.$html, Offcanvas = { show: function(element...
HatMedia/Micro
themes/system/assets/uikit/js/core/offcanvas.js
JavaScript
apache-2.0
5,097
function pug_escape(e) { var a = "" + e, t = pug_match_html.exec(a); if (!t) return e; var r, c, n, s = ""; for (r = t.index, c = 0; r < a.length; r++) { switch (a.charCodeAt(r)) { case 34: n = "&quot;"; break; case 38: n = "&amp;"; ...
february29/Learning
web/vue/AccountBook-Express/node_modules/pug/test/output/case-blocks.js
JavaScript
mit
1,236
/* https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Object_Manipulation_Statements https://developer.mozilla.org/en/Core_JavaScript_1.5_Reference/Statements/for_each...in */ for each (var item in obj) { sum += item; }
daslicht/TimberExperiments
wp-content/themes/mwt/node_modules/grunt-contrib-nodeunit/node_modules/nodeunit/deps/ejs/node_modules/expresso/deps/jscoverage/tests/javascript/javascript-foreach.js
JavaScript
gpl-2.0
231
/* Copyright © 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C® Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY; wi...
scheib/chromium
third_party/blink/web_tests/dom/legacy_dom_conformance/xhtml/level1/core/hc_nodeelementnodetype.js
JavaScript
bsd-3-clause
2,844
// This methods allows the killing of built-in functions, // so the shim can take over with that implementation var HLP = (function() { "use strict"; var kill; kill = function(_class, methods) { /*if(!Array.isArray(methods)) return;*/ if(!_class.originals) _class.ori...
emwalpole/thoughtful-banana
www/lib/angular-ui-tree/demo/bower_components/es5-shim/tests/helpers/h-kill.js
JavaScript
gpl-2.0
1,572
/** * Copyright (c) 2014, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * https://raw.github.com/facebook/regenerator/master/LICENSE file. An * additional grant of patent rights can be found in the PATENTS file in * the same directory. */ "use s...
emineKoc/WiseWit
wisewit_front_end/node_modules/babel-plugin-transform-regenerator/lib/leap.js
JavaScript
gpl-3.0
4,267
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'stylescombo', 'hr', { label: 'Stil', panelTitle: 'Stilovi formatiranja', panelTitle1: 'Block stilovi', panelTitle2: 'Inline stilovi', panelTitle...
hgabka/KunstmaanBundlesCMS
src/Kunstmaan/AdminBundle/Resources/public/default-theme/ckeditor/plugins/stylescombo/lang/hr.js
JavaScript
mit
346
/* Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'codemirror', 'ca', { toolbar: 'Codi font', searchCode: 'Search Source', autoFormat: 'Format Selection', commentSelectedRange: 'Comment Selectio...
TristanTong/bbsWirelessTag
yafsrc/YetAnotherForum.NET/Scripts/ckeditor/plugins/codemirror/lang/ca.js
JavaScript
apache-2.0
438
import {lineBreakG} from "./whitespace" // These are used when `options.locations` is on, for the // `startLoc` and `endLoc` properties. export class Position { constructor(line, col) { this.line = line this.column = col } offset(n) { return new Position(this.line, this.column + n) } } export cl...
hellokidder/js-studying
微信小程序/wxtest/node_modules/acorn-jsx/node_modules/acorn/src/locutil.js
JavaScript
mit
1,055