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
var hotspots = (function () { var exports = {}; exports.show = function (hotspot_list) { $('.hotspot').hide(); for (var i = 0; i < hotspot_list.length; i += 1) { $("#hotspot_".concat(hotspot_list[i])).show(); } }; exports.initialize = function () { exports.show(page_params.hotspots); }; func...
christi3k/zulip
static/js/hotspots.js
JavaScript
apache-2.0
1,556
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyrigh...
hippich/typescript
tests/Fidelity/test262/suite/ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-195.js
JavaScript
apache-2.0
935
/** * Visual Blocks Editor * * Copyright 2012 Google Inc. * http://blockly.googlecode.com/ * * 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/LICEN...
carloszuluaga/drl-blockly
blocks/colour.js
JavaScript
apache-2.0
3,106
/// Copyright (c) 2012 Ecma International. All rights reserved. /// Ecma International makes this code available under the terms and conditions set /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the /// "Use Terms"). Any redistribution of this code must retain the above /// copyrigh...
hippich/typescript
tests/Fidelity/test262/suite/ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-3-141-1.js
JavaScript
apache-2.0
1,000
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: let P be the empty string if pattern is undefined es5id: 15.10.4.1_A3_T2 description: RegExp is new RegExp(void 0) ---*/ var __re = new RegExp(void 0); //CHECK#2 if (__re.mu...
sebastienros/jint
Jint.Tests.Test262/test/built-ins/RegExp/S15.10.4.1_A3_T2.js
JavaScript
bsd-2-clause
721
/** * 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. * * @providesModule ...
michaelchum/relay
src/network-layer/default/RelayDefaultNetworkLayer.js
JavaScript
bsd-3-clause
5,927
vde.App.controller('DataCtrl', function($scope, $rootScope, $http, timeline, Vis, vg, d3) { $scope.dMdl = { src: {}, formats: ['json', 'csv', 'tsv'], parsings: ['string', 'number', 'boolean', 'date'] }; $scope.finishedLoading = function() { var src = $scope.dMdl.src; src.format.parse = {}; ...
jasongrout/lyra
src/js/app/ctrls/data.js
JavaScript
bsd-3-clause
1,986
// Copyright 2020 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('cellular_setup', function() { /** @implements {ash.cellularSetup.mojom.ESimProfile} */ class FakeProfile { constructor(eid, iccid, fak...
chromium/chromium
chrome/test/data/webui/cr_components/chromeos/cellular_setup/fake_esim_manager_remote.js
JavaScript
bsd-3-clause
10,555
// Generated by CoffeeScript 1.9.3 var Block, Layout, SpecialString, fn, i, len, object, prop, ref, terminalWidth; Block = require('./layout/Block'); object = require('utila').object; SpecialString = require('./layout/SpecialString'); terminalWidth = require('./tools').getCols(); module.exports = Layout = (functio...
mo-norant/FinHeartBel
website/node_modules/renderkid/lib/Layout.js
JavaScript
gpl-3.0
2,395
; (function() { var app = angular.module('dashboardApp', [ 'ngRoute', 'dashboard' ]); var dashboard = angular.module('dashboard', []); dashboard.run(function($rootScope, invocationUtils, stringUtils, api, urls) { $rootScope.invocationUtils = invocationUtils; $rootScope...
brendankowitz/azure-webjobs-sdk
src/Dashboard/app/main.js
JavaScript
mit
3,603
/** * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> * Build: `lodash modularize exports="amd" -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 Investigat...
Solid-Interactive/masseuse-todomvc
app/vendor/lodash-amd/compat/arrays/indexOf.js
JavaScript
mit
1,826
version https://git-lfs.github.com/spec/v1 oid sha256:44bac44ffbed21920407278ce3bc7678e40959a50ea1544d0cb61289445b900e size 3181
yogeshsaroya/new-cdnjs
ajax/libs/yui/3.3.0/event/event-key.js
JavaScript
mit
129
/* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); y...
jonathanmz34/ztransfert
node_modules/ionic/node_modules/cordova-js/src/legacy-exec/windows/platform.js
JavaScript
mit
2,625
describe('zoom normal animation', function() { var prefixes = { '-webkit-transform': true, '-moz-transform': true, '-o-transform': true, 'transform': true }; var transform; beforeEach(module('ngAnimate')); beforeEach(module('ngAnimateMock')); beforeEach(module('fx.animations')); it("shoul...
ChrisPTsang/ngFx
specs/animations/zooms/zoom-normalSpec.js
JavaScript
mit
4,066
/** * Original shader from http://glsl.heroku.com/e#4122.10 * Tweaked, uniforms added and converted to Phaser/PIXI by Richard Davey */ Phaser.Filter.LightBeam = function (game) { Phaser.Filter.call(this, game); this.uniforms.alpha = { type: '1f', value: 1 }; this.uniforms.thickness = { type: '1f'...
ottohernandezgarzon/tanks-colored-of-war
programar/node_modules/phaser-ce/filters/LightBeam.js
JavaScript
mit
3,239
/** @ngdoc directive @name umbraco.directives.directive:umbIcon @restrict E @scope @description Use this directive to show an render an umbraco backoffice svg icon. All svg icons used by this directive should use the following naming convention to keep things consistent: icon-[name of icon]. For example <pre>icon-alert...
umbraco/Umbraco-CMS
src/Umbraco.Web.UI.Client/src/common/directives/components/umbicon.directive.js
JavaScript
mit
3,145
module.exports={title:"Craft CMS",slug:"craftcms",svg:'<svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>Craft CMS icon</title><path d="M21.474 0H2.526A2.516 2.516 0 0 0 0 2.526v18.948A2.516 2.516 0 0 0 2.526 24h18.948A2.534 2.534 0 0 0 24 21.474V2.526A2.516 2.516 0 0 0 21.474 0m-9.516 14.62...
cdnjs/cdnjs
ajax/libs/simple-icons/4.16.0/craftcms.min.js
JavaScript
mit
740
function ProductoUtil() { var URL_BASE = "/productos"; this.agregar = function(p, callback) { $.ajax(URL_BASE, { type: "post", data: JSON.stringify(p), contentType: "application/json" }).done(callback) .fail(function() { window.alert("Error al agregar"); }); }; this.modificar = function(p, ca...
camposer/curso_angularjs
ejercicio3/public/javascripts/ProductoUtil.js
JavaScript
gpl-2.0
890
function $(id) { return document.getElementById(id); } function retrieve_mbts() { g.network.simple_request('FM_MBTS_RETRIEVE.authoritative',[ses(),g.mbts_id], function(req) { try { g.mbts = req.getResultObject(); $('mbts_id').value = g.mbts.id(); ...
kidaa/Evergreen
Open-ILS/xul/staff_client/server/patron/bill_wizard.js
JavaScript
gpl-2.0
9,261
'use strict'; var _ = require('lodash'); var Request = function(opts) { opts = opts || {}; this.method = opts.method || this.ANY; this.url = opts.url || this.ANY; this.auth = opts.auth || this.ANY; this.params = opts.params || this.ANY; this.data = opts.data || this.ANY; this.headers = opts.headers || ...
together-web-pj/together-web-pj
node_modules/twilio/lib/http/request.js
JavaScript
gpl-3.0
1,907
/* globals describe, beforeEach, $fixture, qq, assert, it, qqtest, helpme, purl */ if (qq.supportedFeatures.imagePreviews && qqtest.canDownloadFileAsBlob) { describe("identify.js", function() { "use strict"; function testPreviewability(expectedToBePreviewable, key, expectedMime, done) { ...
TeamDeltaQuadrant/fine-uploader
test/unit/identify.js
JavaScript
gpl-3.0
1,855
/// Copyright (c) 2009 Microsoft Corporation /// /// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// that the following conditions are met: /// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// ...
youfoh/webkit-efl
LayoutTests/ietestcenter/Javascript/TestCases/15.4.4.15-5-20.js
JavaScript
lgpl-2.1
2,205
/* Copyright JS Foundation and other contributors, http://js.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 r...
jerryscript-project/jerryscript
tests/jerry/parser-postfix-exp-assign.js
JavaScript
apache-2.0
4,993
var helper = require("../../specRuntime/testHelper"), Browser = require("zombie"); describe("A redirect page", () => { helper.startServerBeforeAll(__filename, [ "./TemporaryRedirectPage", "./TemporaryRedirectWithDocumentPage", "./PermanentRedirectPage", "./PermanentRedirectWithDocumentPage", "./FinalPage"...
doug-wade/react-server
packages/react-server-integration-tests/src/__tests__/redirectForward/RedirectForwardSpec.js
JavaScript
apache-2.0
5,209
var app = require('app'); var BrowserWindow = require('browser-window'); var mainWindow = null; app.on('ready', function() { mainWindow = new BrowserWindow({width: 400, height: 360}); mainWindow.loadUrl('file://' + __dirname + '/manager.html'); });
EdZava/electron-sample-apps
cookies/main.js
JavaScript
apache-2.0
255
/** * * Search for multiple elements on the page, starting from an element. The located * elements will be returned as a WebElement JSON objects. The table below lists the * locator strategies that each server should support. Elements should be returned in * the order located in the DOM. * * @param {String} ID I...
isabela-angelo/scratch-tangible-blocks
scratch-blocks/node_modules/webdriverio/lib/protocol/elementIdElements.js
JavaScript
bsd-3-clause
1,771
; define('views/courses/CoursesView', ['appframework', 'mustache', 'controllers/Courses', 'i18n!nls/courses', 'routers/coursesrouter'], (function ($, mustache, controller, courses, router) { var courseTemplate, currentSearch; var $coursesSearch, $courses; var doInit = function (data) { router.init(); ...
wesley1001/mobile-1
www/js/views/courses/CoursesView.js
JavaScript
bsd-3-clause
2,939
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = timeoutsAsyncScript; var _ErrorHandler = require('../utils/ErrorHandler'); var _depcrecationWarning = require('../helpers/depcrecationWarning'); var _depcrecationWarning2 = _interopRequireDefault(_depcrecationWarning); ...
isabela-angelo/scratch-tangible-blocks
scratch-blocks/node_modules/webdriverio/build/lib/protocol/timeoutsAsyncScript.js
JavaScript
bsd-3-clause
1,392
/** * @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 */ import { isBlank, isPresent, isPrimitive, isStrictStringMap } from './facade/lang'; import * as o from './output/outp...
gabrieldamaso7/innocircle
node_modules/@angular/compiler/src/util.js
JavaScript
mit
3,455
import { AudioEncoder } from './audioEncoder'; const getUserMedia = ((navigator) => { if (navigator.mediaDevices) { return navigator.mediaDevices.getUserMedia.bind(navigator.mediaDevices); } const legacyGetUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || naviga...
Sing-Li/Rocket.Chat
app/ui/client/lib/recorderjs/audioRecorder.js
JavaScript
mit
2,047
version https://git-lfs.github.com/spec/v1 oid sha256:1668f227ab9bbb326809d8430e0c9d1105688b38b177ab927f0528eb9593a652 size 7357
yogeshsaroya/new-cdnjs
ajax/libs/dojo/1.8.9/touch.js.uncompressed.js
JavaScript
mit
129
import mdDialog from './mdDialog.vue'; import mdDialogTitle from './mdDialogTitle.vue'; import mdDialogContent from './mdDialogContent.vue'; import mdDialogActions from './mdDialogActions.vue'; import mdDialogAlert from './presets/mdDialogAlert.vue'; import mdDialogConfirm from './presets/mdDialogConfirm.vue'; import m...
jaceks-iRonin/vue-material-test
src/components/mdDialog/index.js
JavaScript
mit
880
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S10.2.2_A1.1_T3; * @section: 10.2.2; * @assertion: The scope chain is initialised to contain the same objects, * in the same order, as the calling context's scope chain;...
seraum/nectarjs
tests/ES3/Conformance/10_Execution_Contexts/10.2_Entering_An_Execution_Context/10.2.2_Eval_Code/S10.2.2_A1.1_T3.js
JavaScript
mit
630
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S12.14_A2; * @section: 12.14; * @assertion: Throwing exception with "throw" and catching it with "try" statement; * @description: Checking if execution of "catch" catches...
seraum/nectarjs
tests/ES3/Conformance/12_Statement/12.14_The_try_Statement/S12.14_A2.js
JavaScript
mit
983
/* Karma configuration for standalone build */ 'use strict'; module.exports = function (config) { console.log(); console.log('Browser (Standalone) Tests'); console.log(); config.set({ basePath: '.', frameworks: ['mocha'], files: [ {pattern: 'swagger-tools-standalone.js', watch: false, inclu...
connected-rcheung/swagger-tools
test/browser/karma-standalone.conf.js
JavaScript
mit
745
"use strict"; var inherits = require('util').inherits , f = require('util').format , formattedOrderClause = require('./utils').formattedOrderClause , handleCallback = require('./utils').handleCallback , ReadPreference = require('./read_preference') , MongoError = require('mongodb-core').MongoError , Readab...
csdinos/TODO-List-APIServer
node_modules/mongodb/lib/cursor.js
JavaScript
mit
40,139
(function($) { "use strict"; // Return true for float value, false otherwise function is_float (mixed_var) { return +mixed_var === mixed_var && (!(isFinite(mixed_var))) || Boolean((mixed_var % 1)); } // Return number of integers after the decimal point. function decimalCount(res){ ...
ChristosKon/tech-in-life
wp-content/themes/virtue/themeoptions/inc/fields/slider/field_slider.js
JavaScript
gpl-2.0
7,911
( function( $ ) { "use strict"; // Extend etCorePortability since it is declared by localization. window.etCore.portability = $.extend( etCorePortability, { cancelled: false, boot: function( $instance ) { var $this = this; var $customizeHeader = $( '#customize-header-actions' ); var $customizePortab...
kirsley/repobase
wp-content/themes/Divi/core/admin/js/portability.js
JavaScript
gpl-2.0
21,145
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var prefix = 'far'; var iconName = 'save'; var width = 448; var height = 512; var ligatures = []; var unicode = 'f0c7'; var svgPathData = 'M433.941 129.941l-83.882-83.882A48 48 0 0 0 316.118 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 ...
cstrassburg/smarthome
modules/http/webif/gstatic/fontawesome/advanced-options/use-with-node-js/free-regular-svg-icons/faSave.js
JavaScript
gpl-3.0
1,142
$(document).ready(function () { //selecting supplier // $('body').off('click','supplier_id.select_popup').on('click','supplier_id.select_popup' ,function () { // void window.open('select.php?class_name=supplier', '_blank', // 'width=1200,height=1000,TOOLBAR=no,MENUBAR=no,SCROLLBARS=yes,RESIZABLE=yes,LOCATION...
kkassed/inoERP
inoerp/modules/ap/supplier/supplier.js
JavaScript
mpl-2.0
1,319
import { useBackend, useSharedState } from '../backend'; import { Box, Button, Dimmer, Icon, LabeledList, Section, Tabs } from '../components'; import { Window } from '../layouts'; export const Limbgrower = (props, context) => { const { act, data } = useBackend(context); const { reagents = [], total_reagen...
Bawhoppen/-tg-station
tgui/packages/tgui/interfaces/Limbgrower.js
JavaScript
agpl-3.0
2,874
var myTabOption = [ {optionValue:"Default", optionText:"Default", addClass:"", url:"index.html"}, {optionValue:"scriptTab", optionText:"Script Tab", addClass:"", url:"scriptTab.html"} //{optionValue:"script2Depth", optionText:"Script 2Depth", addClass:"", url:"script2DepthTab.html"} ]; var pageTabChange = function...
thomasJang/axisj
samples/AXTabs/pageTab.js
JavaScript
lgpl-2.1
631
function(doc) { if(doc.tags.length > 0) { for(var idx in doc.tags) { emit(doc.tags[idx], null); } } }
Arcticwolf/Ektorp
org.ektorp/src/test/resources/org/ektorp/support/map.js
JavaScript
apache-2.0
119
#!/usr/bin/env node var fs = require('fs'), path = require('path'); //kansorc = require('kanso/kansorc'); //kansorc.load(function (err, cfg) { var commands = { 'clear-cache': null, 'create': null, 'createdb': null, 'deletedb': null, 'listdb': null, 'replicate': null, 'help': [{li...
kanso/kanso
scripts/autocomp.js
JavaScript
apache-2.0
4,694
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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....
mcvidanagama/app-cloud
modules/jaggeryapps/appmgt/src/site/themes/default/templates/home/js/dashboard.js
JavaScript
apache-2.0
3,475
/** * Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ /** * Explains a computed value by displaying a hierarchy of its inputs. */ (function($) { /** @constructor */ function DepGraphViewer(_$container, _parentGridName, rowId, ...
McLeodMoores/starling
projects/web/web-engine/analytics/js/depGraphViewer.js
JavaScript
apache-2.0
6,149
//// [test.tsx] export class C { factory() { return <div></div>; } } //// [test.js] "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.C = void 0; class C { factory() { return factory.createElement("div", null); } } exports.C = C;
Microsoft/TypeScript
tests/baselines/reference/jsxFactoryMissingErrorInsideAClass.js
JavaScript
apache-2.0
312
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ return installedModu...
MrRaindrop/incubator-weex
android/playground/app/src/main/assets/showcase/minesweeper.js
JavaScript
apache-2.0
8,825
define(["Ti/_", "Ti/_/declare", "Ti/_/lang", "Ti/_/Evented", "Ti/Network", "Ti/Blob", "Ti/_/event"], function(_, declare, lang, Evented, Network, Blob, event) { var is = require.is, on = require.on; return declare("Ti.Network.HTTPClient", Evented, { constructor: function() { var xhr = this._xhr = new XMLHt...
lpaulger/gitTogether
build/mobileweb/titanium/Ti/Network/HTTPClient.js
JavaScript
apache-2.0
4,635
jQuery(document).ready(function($){ //check if the .cd-image-container is in the viewport //if yes, animate it checkPosition($('.cd-image-container')); $(window).on('scroll', function(){ checkPosition($('.cd-image-container')); }); //make the .cd-handle element draggable and modify...
yakunichkin/portfolio-diana
web/comparison/js/main.js
JavaScript
bsd-3-clause
3,722
/*! * @package yii2-grid * @author Kartik Visweswaran <kartikv2@gmail.com> * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015 * @version 3.0.1 * * Client actions for yii2-grid CheckboxColumn * * Author: Kartik Visweswaran * Copyright: 2015, Kartik Visweswaran, Krajee.com * For m...
yoganurdani/yiibi
web/assets/ea577e1c/js/kv-grid-checkbox.js
JavaScript
bsd-3-clause
1,234
function nextLevel(nodeList, startIndex, hlevel, prefix, tocString) { var hIndex = 1; var i = startIndex; while (i < nodeList.length) { var currentNode = nodeList[i]; if (currentNode.tagName != "H"+hlevel) break; if (currentNode.className == "no-toc...
mxOBS/deb-pkg_trusty_chromium-browser
third_party/webgl/src/resources/generateTOC.js
JavaScript
bsd-3-clause
1,688
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2008-2009, The KiWi Project (http://www.kiwi-project.eu) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: *...
StexX/KiWi-OSE
view/widgets/tags/widget.tags.js
JavaScript
bsd-3-clause
5,551
/*! ========================================================= * bootstrap-slider.js * * Maintainers: * Kyle Kemp * - Twitter: @seiyria * - Github: seiyria * Rohit Kalkur * - Twitter: @Rovolutionary * - Github: rovolution * * ========================================================= * * Licens...
mithundas79/angularTemplateSample
vendor/bootstrap-slider/bootstrap-slider.js
JavaScript
mit
37,391
/* YUI 3.5.0 (build 5089) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add("lang/datatype-date-format_fr",function(a){a.Intl.add("datatype-date-format","fr",{"a":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"A":["dimanche","lundi","mardi","m...
sitron/scrum-toolbox
src/Sitronnier/SmBoxBundle/Resources/public/js/yui/datatype-date-format/lang/datatype-date-format_fr.js
JavaScript
mit
677
version https://git-lfs.github.com/spec/v1 oid sha256:ecdcfeb6d9c10e04bf103e6105698af7bda97180bfc3c7545cce74ce2a73f5eb size 4291
yogeshsaroya/new-cdnjs
ajax/libs/dojo/1.9.7/cldr/nls/persian.js
JavaScript
mit
129
/** * @ngdoc service * @name merchello.models.extendedDataDisplayBuilder * * @description * A utility service that builds ExtendedDataBuilder models */ angular.module('merchello.models') .factory('extendedDataDisplayBuilder', ['genericModelBuilder', 'ExtendedDataDis...
BluefinDigital/Merchello
src/Merchello.Web.UI.Client/src/common/models/factories/extendedDataDisplayBuilder.factory.js
JavaScript
mit
1,198
import Ember from 'ember-metal/core'; // reexports import Test from 'ember-testing/test'; import Adapter from 'ember-testing/adapters/adapter'; import setupForTesting from 'ember-testing/setup_for_testing'; import require from 'require'; import 'ember-testing/support'; // to handle various edge cases import 'embe...
bmac/ember.js
packages/ember-testing/lib/index.js
JavaScript
mit
774
CKEDITOR.plugins.setLang( 'html5audio', 'de', { button: 'HTML5 Audio einfügen', title: 'HTML5 Audio', infoLabel: 'Audio Infos', urlMissing: 'Sie haben keine URL zur Audio-Datei angegeben.', audioProperties: 'Audio-Einstellungen', upload: 'Hochladen', btnUpload: 'Zum Server senden', advan...
bachnxhedspi/web_tieng_anh_1
xcrud/editors/ckeditor/plugins/html5audio/lang/de.js
JavaScript
mit
442
function foo() { console.log('foo'); }
jimenglish81/ember-suave
tests/fixtures/rules/require-spaces-in-function/good/function-declaration.js
JavaScript
mit
41
/** @license * @pnp/logging v1.0.3 - pnp - light-weight, subscribable logging framework * MIT (https://github.com/pnp/pnp/blob/master/LICENSE) * Copyright (c) 2018 Microsoft * docs: http://officedev.github.io/PnP-JS-Core * source: https://github.com/pnp/pnp * bugs: https://github.com/pnp/pnp/issues */ /** * Cl...
jonobr1/cdnjs
ajax/libs/pnp-logging/1.0.3/logging.js
JavaScript
mit
5,231
/** @module ember @submodule ember-runtime */ import { get } from "ember-metal/property_get"; import { set } from "ember-metal/property_set"; import { required } from "ember-metal/mixin"; import { Freezable } from "ember-runtime/mixins/freezable"; import { Mixin } from 'ember-metal/mixin'; import { fmt } from "ember-...
g13013/ember.js
packages_es6/ember-runtime/lib/mixins/copyable.js
JavaScript
mit
1,883
/* * Atari Arcade SDK * Developed by gskinner.com in partnership with Atari * Visit http://atari.com/arcade/developers for documentation, updates and examples. * * Copyright (c) Atari Interactive, Inc. All Rights Reserved. Atari and the Atari logo are trademarks owned by Atari Interactive, Inc. * * Distributed under th...
tom-christie/tom-christie.github.io
stimulus_js/js/libs/gamelibs/PerformanceMonitor.js
JavaScript
gpl-2.0
3,738
/* * @author RocketTheme http://www.rockettheme.com * @copyright Copyright (C) 2007 - 2013 RocketTheme, LLC * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only */ ((function(){var a={instances:{}};if(typeof this.RokSprocket=="undefined"){this.RokSprocket=a;}else{Object.merge(this.RokSprocket,{in...
C3Style/appuihec
tmp/install_5141d25be0783/com_roksprocket/site/assets/js/roksprocket.js
JavaScript
gpl-2.0
1,163
var searchData= [ ['error_2eh',['error.h',['../error_8h.html',1,'']]] ];
sherman5/MeleeModdingLibrary
docs/search/files_2.js
JavaScript
gpl-3.0
75
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. * global ko */ //var viewmodelraw= //{ // Name:"David", // LastName:"Desmaisons", // Local:{ City:'Florianopolis', Region:'SC'...
David-Desmaisons/MVVM.CEF.Glue
Examples/Example.ChromiumFX.Ko.UI/src/src/js/main.js
JavaScript
lgpl-3.0
514
/* * Copyright (c) 2011-2014 YY Digital Pty Ltd. All Rights Reserved. * Please see the LICENSE file included with this distribution for details. */ var jshint = require("jshint").JSHINT, logger = require("../../server/logger"), fs = require("fs"), path =require("path"); exports.checkContent = function...
cb1kenobi/TiShadow
cli/support/jshint_runner.js
JavaScript
apache-2.0
828
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor * license agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. The ASF licenses this file to * You under the Apache License, Version 2.0 (the "License"); you may ...
apache/drill
exec/java-exec/src/main/resources/rest/static/js/graph.js
JavaScript
apache-2.0
15,966
__zl([{"1":0,"2":0,"3":0,"20":1,"23":2,"24":3,"25":4,"26":5,"27":6,"28":7,"29":8,"30":9,"31":10,"32":11,"34":12,"35":13,"36":14,"40":15,"43":16,"44":17,"45":18,"46":19,"47":20,"49":21,"50":22,"60":23,"61":24,"63":25,"64":26,"65":27,"70":28,"72":29,"73":30,"74":31,"80":32,"81":33,"82":34,"83":35},["Columbus","Brownstown...
andrefyg/ziplookup
public/ziplookup/db/us/472.js
JavaScript
apache-2.0
729
import Map from '../src/ol/Map.js'; import View from '../src/ol/View.js'; import {defaults as defaultControls, ZoomToExtent} from '../src/ol/control.js'; import TileLayer from '../src/ol/layer/Tile.js'; import OSM from '../src/ol/source/OSM.js'; const map = new Map({ controls: defaultControls().extend([ new Zoo...
fredj/ol3
examples/navigation-controls.js
JavaScript
bsd-2-clause
605
// 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. 'use strict'; /** * This object encapsulates everything related to tasks execution. * * TODO(hirono): Pass each component instead of the entire Fi...
boundarydevices/android_external_chromium_org
ui/file_manager/file_manager/foreground/js/file_tasks.js
JavaScript
bsd-3-clause
26,503
/*! * @package yii2-grid * @author Kartik Visweswaran <kartikv2@gmail.com> * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2016 * @version 3.1.3 * * Grid Export Validation Module for Yii's Gridview. Supports export of * grid data as CSV, HTML, or Excel. * * Author: Kartik Visweswara...
Lucianoj/puro_perro
web/assets/4a9d339f/js/kv-grid-export.js
JavaScript
bsd-3-clause
17,047
var Example = function Example() { "use strict"; babelHelpers.classCallCheck(this, Example); var _Example; }; var t = new Example();
Skillupco/babel
packages/babel-plugin-transform-classes/test/fixtures/spec/constructor-binding-collision/output.js
JavaScript
mit
142
'use strict'; module.exports = function (math, config) { var util = require('../../util/index'), Matrix = math.type.Matrix, Unit = require('../../type/Unit'), collection = math.collection, isBoolean = util['boolean'].isBoolean, isInteger = util.number.isInteger, isNumber = util....
MonoHearted/Flowerbless
node_modules/mathjs/lib/function/bitwise/rightLogShift.js
JavaScript
mit
1,895
import defaults from './defaults.js'; import _ from './underscore.js'; import './templateSettings.js'; // When customizing `_.templateSettings`, if you don't want to define an // interpolation, evaluation or escaping regex, we need one that is // guaranteed not to match. var noMatch = /(.)^/; // Certain characters ne...
ealbertos/dotfiles
vscode.symlink/extensions/ms-mssql.mssql-1.11.1/node_modules/underscore/modules/template.js
JavaScript
mit
3,283
var _ref = /*#__PURE__*/ <foo />; function render() { return _ref; } var _ref2 = /*#__PURE__*/ <div className="foo"><input type="checkbox" checked={true} /></div>; function render() { return _ref2; }
samwgoldman/babel
packages/babel-plugin-transform-react-constant-elements/test/fixtures/constant-elements/html-element/output.js
JavaScript
mit
207
exports.forward = require('./forward'); exports.respond = require('./respond');
umissthestars/nproxy
lib/middlewares/index.js
JavaScript
mit
80
'use strict'; /* globals generateInputCompilerHelper: false */ describe('ngModel', function() { describe('NgModelController', function() { /* global NgModelController: false */ var ctrl, scope, element, parentFormCtrl; beforeEach(inject(function($rootScope, $controller) { var attrs = {name: 'tes...
mosoft521/angular.js
test/ng/directive/ngModelSpec.js
JavaScript
mit
60,818
/* flatpickr v4.4.2, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.ms = {}))); }(this, (function (exports) { 'use strict'; var f...
jonobr1/cdnjs
ajax/libs/flatpickr/4.4.2/l10n/ms.js
JavaScript
mit
1,160
/** * This file is part of the TYPO3 CMS project. * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the full copyright and license information, please read the * LICENSE.txt file...
demonege/sutogo
typo3/js/extjs/backendcontentiframe.js
JavaScript
gpl-2.0
1,655
/*! jQuery UI - v1.10.0 - 2013-02-06 * http://jqueryui.com * Includes: jquery.ui.datepicker-de.js * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ jQuery(function(e){e.datepicker.regional.de={closeText:"schließen",prevText:"&#x3C;zurück",nextText:"Vor&#x3E;",currentText:"heute",monthNames:["Ja...
dxSpikes/discoverfun
wp-content/plugins/discoverfun/js/jquery-ui-1.10.0.custom/development-bundle/ui/minified/i18n/jquery.ui.datepicker-de.min.js
JavaScript
gpl-2.0
852
jQuery(document).ready(function($){ // Pricing Tables Deleting $('.uds-pricing-admin-table .pricing-delete').click(function(){ if(!confirm("Really delete table?")) { return false; } }); // products $('#uds-pricing-products form').submit(function(){ $('#uds-pricing-products .product').each(function(i, el...
How2ForFree/development
wp-content/themes/Superb_v1.0.1/Superb/uPricing/js/pricing-admin.js
JavaScript
gpl-2.0
3,075
elementResizeEvent = require('../index.js'); element = document.getElementById("resize"); window.p = p = document.getElementById("width"); console.log(p); console.log(elementResizeEvent); console.log(elementResizeEvent(element, function() { console.log("resized!"); console.log(element.offsetWidth); console.log(p...
Jorginho211/TFG
web/node_modules/element-resize-event/example/index.js
JavaScript
gpl-3.0
425
OC.L10N.register( "updatenotification", { "Update notifications" : "Обновяване на известията", "{version} is available. Get more information on how to update." : "{version} е излязла. Прочетете повече как да обновите до нея. ", "Updated channel" : "Обновен канал", "ownCloud core" : "ownCloud cor...
jacklicn/owncloud
apps/updatenotification/l10n/bg_BG.js
JavaScript
agpl-3.0
2,010
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
twalpole/selenium
javascript/node/selenium-webdriver/test/lib/input_test.js
JavaScript
apache-2.0
43,613
(function(){ // Back to Top - by CodyHouse.co var backTop = document.getElementsByClassName('js-cd-top')[0], offset = 300, // browser window scroll (in pixels) after which the "back to top" link is shown offsetOpacity = 1200, //browser window scroll (in pixels) after which the "back to top" link opacity is red...
wso2/siddhi
docs/assets/lib/backtotop/js/main.js
JavaScript
apache-2.0
1,223
var gulp = require('gulp'); var config = require('../config').markup; var browserSync = require('browser-sync'); var taskDef = function () { return gulp.src(config.src) .pipe(gulp.dest(config.dest)) .pipe(browserSync.reload({ stream: true })); }; module.exports = taskDef; gulp...
artbychenko/bootstrap-marionette-gulp-starter
gulp/tasks/markup.js
JavaScript
mit
346
/*global jasmine*/ var excludes = [ "map_events.html", "map_lazy_init.html", "map-lazy-load.html", "marker_with_dynamic_position.html", "marker_with_dynamic_address.html", "marker_with_info_window.html", "places-auto-complete.html" ]; function using(values, func){ for (var i = 0, cou...
ionicthemes/building-a-complete-mobile-app-with-ionic-framework
www/lib/ngmap/spec/e2e/testapp_spec.js
JavaScript
mit
1,856
module.exports = { description: 'does not include called-in-unused-code import' };
Victorystick/rollup
test/form/unused-called-with-side-effects/_config.js
JavaScript
mit
84
////////////////////////////////////////////////////////////////////////// // // // This is a generated file. You can view the original // // source in your browser if your browser supports source maps. // // Source maps are s...
SFII/equip
src/.meteor/local/build/programs/web.browser/packages/session.js
JavaScript
mit
5,959
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors // MIT License. See license.txt frappe.ui.form.Grid = Class.extend({ init: function(opts) { $.extend(this, opts); this.fieldinfo = {}; this.doctype = this.df.options; this.template = null; if(this.frm.meta.__form_grid_templates && t...
gangadharkadam/shfr
frappe/public/js/frappe/form/grid.js
JavaScript
mit
16,815
// The translations in this file are added by default. 'use strict'; module.exports = { counterpart: { names: require('date-names/en'), pluralize: require('pluralizers/en'), formats: { date: { default: '%a, %e %b %Y', long: '%A, %B %o, %Y', ...
TimCliff/steemit.com
src/app/locales/counterpart/zh.js
JavaScript
mit
699
module.exports={A:{A:{"2":"J C G E B VB","132":"A"},B:{"132":"D Y g H L"},C:{"2":"0 1 3 4 5 6 TB z F I J C G E B A D Y g H L M N O P Q R S T U V W X v Z a b c d e f K h i j k l m n o p q r s x y u t RB QB"},D:{"2":"0 1 3 4 5 6 F I J C G E B A D Y g H L M N O P Q R S T U V W X v Z a b c d e f K h i j k l m n o p q r s x...
hellokidder/js-studying
微信小程序/wxtest/node_modules/caniuse-lite/data/features/hevc.js
JavaScript
mit
791
/*! * OOjs UI v0.25.0 * https://www.mediawiki.org/wiki/OOjs_UI * * Copyright 2011–2018 OOjs UI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * * Date: 2018-01-10T00:26:02Z */ ( function ( OO ) { 'use strict'; /** * @class * @extends OO.ui.Theme * * @construct...
extend1994/cdnjs
ajax/libs/oojs-ui/0.25.0/oojs-ui-wikimediaui.js
JavaScript
mit
2,323
/* eZ Online Editor MCE popup : common js code used in popups Created on: <06-Feb-2008 00:00:00 ar> Copyright (c) 1999-2014 eZ Systems AS Licensed under the GPL 2.0 License: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt */ var eZOEPopupUtils = { embedObject: {}, settings: { ...
imadkaf/aYaville
ezpublish_legacy/extension/ezoe/design/standard/javascript/ezoe/popup_utils.js
JavaScript
gpl-2.0
39,510
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/localization/fi/FontWarnings.js * * Copyright (c) 2009-2013 The MathJax Consortium * * Licensed under the Apache License, Versi...
shayzluf/lazoozweb
wiki/extensions/Math/modules/MathJax/unpacked/localization/fi/FontWarnings.js
JavaScript
gpl-2.0
1,060
var mkdirp = require('mkdirp'); var path = require('canonical-path'); module.exports = { create: function(config) { var currentVersion = config.get('currentVersion'); var docsBase = path.join(config.get('basePath'), config.get('rendering.outputFolder'), 'docs'); var versionDir = path.join(docsBase, currentVers...
cloud-envy/famous-angular
docs-generation/processors/create-folders.js
JavaScript
mpl-2.0
408
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'indent', 'bn', { indent: 'ইনডেন্ট বাড়াও', outdent: 'ইনডেন্ট কমাও' } );
nttuyen/task
task-management/src/main/resources/org/exoplatform/task/management/assets/ckeditorCustom/plugins/indent/lang/bn.js
JavaScript
lgpl-3.0
300
jQuery(function($){ $.supersized({ // Functionality slideshow : 1, // Slideshow on/off autoplay : 1, // Slideshow starts playing automatically start_slide : 1, // Start slide (0 is random) stop_loop : 0, // Pauses slideshow on last sl...
sphrcl/murrayhillsuites.com
wp-content/themes/ic/scripts/supersized.images.js
JavaScript
mit
4,420
var expect = require("chai").expect; var sinon = require("sinon"); var chalk = require("chalk"); var ReadlineStub = require("../../helpers/readline"); var Base = require("../../../lib/prompts/base"); describe("`base` prompt (e.g. prompt helpers)", function() { beforeEach(function() { this.rl = new ReadlineStu...
ehealthafrica-ci/Inquirer.js
test/specs/prompts/base.js
JavaScript
mit
1,519