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
/*! angular-deckgrid (v0.1.1) - Copyright: 2013, André König (andre.koenig@posteo.de) - MIT */ /* * angular-deckgrid * * Copyright(c) 2013 Andre Koenig <akoenig@posteo.de> * MIT Licensed * */ /** * @author André König (akoenig@posteo.de) * */ angular.module('akoenig.deckgrid', []); angular.module('akoenig.d...
maruilian11/cdnjs
ajax/libs/angular-deckgrid/0.1.1/angular-deckgrid.js
JavaScript
mit
7,829
/** * fullpage.js * * Copyright 2009, Moxiecode Systems AB * Released under LGPL License. * * License: http://tinymce.moxiecode.com/license * Contributing: http://tinymce.moxiecode.com/contributing */ (function() { tinyMCEPopup.requireLangPack(); var defaultDocTypes = 'XHTML 1.0 Transitiona...
Timathom/timathom.github.io
xsltforms/scripts/tinymce_3.4.6/plugins/fullpage/js/fullpage.js
JavaScript
gpl-3.0
8,164
/*! /support/test/element/video/mp4 1.0.5 | http://nucleus.qoopido.com | (c) 2016 Dirk Lueth */ !function(e){"use strict";function c(c,n){var t=c.defer();return n.then(function(){var c=e.createElement("video");c.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"')?t.resolve():t.reject()},t.reject),t.pledge}provide...
vvo/jsdelivr
files/qoopido.nucleus/1.0.5/support/test/element/video/mp4.js
JavaScript
mit
398
'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_en-fk.js
JavaScript
mit
2,280
// add new post notification callback on post submit postAfterSubmitMethodCallbacks.push(function (post) { var adminIds = _.pluck(Meteor.users.find({'isAdmin': true}, {fields: {_id:1}}).fetch(), '_id'); var notifiedUserIds = _.pluck(Meteor.users.find({'profile.notifications.posts': 1}, {fields: {_id:1}}).fetch(), ...
Accentax/betanyheter
packages/telescope-notifications/lib/notifications.js
JavaScript
mit
4,092
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _pure = require('recompose/pure'); var _pure2 = _interopRequireDefault(_pure); var _SvgIcon = require('../../SvgIcon'); var _SvgIcon2 = _interopRequireDe...
Jorginho211/TFG
web/node_modules/material-ui/svg-icons/communication/present-to-all.js
JavaScript
gpl-3.0
1,020
var cssbeautify = require('gulp-cssbeautify'); var gulp = require('gulp'); var imagemin = require('gulp-imagemin'); var jsprettify = require('gulp-jsbeautifier'); var path = require('path'); var pngcrush = require('imagemin-pngcrush'); var ROOT = path.join(__dirname, '..'); gulp.task('format-css', function() { va...
dsanz/alloy-ui
tasks/format.js
JavaScript
bsd-3-clause
1,356
/** * @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ /** * This file was added automatically by CKEditor builder. * You may re-use it at any time to build CKEditor again. * * If you would like to bu...
pipedot/pipecode
www/lib/ckeditor/build-config.js
JavaScript
agpl-3.0
2,692
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ 'use strict...
WPDreamMelody/react-native
packager/react-packager/src/Activity/index.js
JavaScript
bsd-3-clause
3,730
(function( factory ) { if ( typeof define === "function" && define.amd ) { define( ["jquery", "../jquery.validate"], factory ); } else if (typeof module === "object" && module.exports) { module.exports = factory( require( "jquery" ) ); } else { factory( jQuery ); } }(function( $ ) { /* * Translated default ...
danryan/jquery-validation-rails
vendor/assets/javascripts/jquery.validate.localization/messages_zh.js
JavaScript
mit
1,401
/*! * Ext JS Library 3.4.0 * Copyright(c) 2006-2011 Sencha Inc. * licensing@sencha.com * http://www.sencha.com/license */ (function() { Ext.override(Ext.list.Column, { init : function() { var types = Ext.data.Types, st = this.sortType; if...
x-meta/xworker
xworker_web_extjs/webroot/js/extjs/ux/treegrid/TreeGridColumns.js
JavaScript
apache-2.0
1,301
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('position', v); }, get: function () { return this.getPropertyValue('position'); }, enumerable: true, configurable: true };
ElvisLouis/code
work/js/node_modules/jsdom/node_modules/cssstyle/lib/properties/position.js
JavaScript
gpl-2.0
246
/* babelfish 1.0.2 nodeca/babelfish */!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.Babelfish=e()}}...
maruilian11/cdnjs
ajax/libs/babelfish/1.0.2/babelfish.js
JavaScript
mit
44,580
openerp.gamification = function(instance) { var QWeb = instance.web.qweb; instance.gamification.Sidebar = instance.web.Widget.extend({ template: 'gamification.UserWallSidebar', init: function (parent, action) { var self = this; this._super(parent, action); th...
diogocs1/comps
web/addons/gamification/static/src/js/gamification.js
JavaScript
apache-2.0
5,832
/*syn@0.1.4#typeable*/ var syn = require('./synthetic.js'); var typeables = []; var __indexOf = [].indexOf || function (item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) { return i; } } return -1; }; syn.typeable = function (fn) { if (_...
ahocevar/cdnjs
ajax/libs/syn/0.2.0/cjs/typeable.js
JavaScript
mit
845
description("This tests from-by-animations adding to previous underlying values"); embedSVGTestCase("resources/svglength-additive-from-by-1.svg"); // Setup animation test function sample1() { shouldBeCloseEnough("rect.width.animVal.value", "10"); shouldBe("rect.width.baseVal.value", "10"); } function sample2(...
js0701/chromium-crosswalk
third_party/WebKit/LayoutTests/svg/animations/script-tests/svglength-additive-from-by-1.js
JavaScript
bsd-3-clause
1,316
/* * Globalize Culture zh-HK * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * This file was generated by the Globalize Culture Generator * Translation: bugs found in this file need t...
sneakers3/listener
tizen-web-ui-fw/latest/js/cultures/globalize.culture.zh-HK.js
JavaScript
mit
1,960
function diff( now, props ) { //noinspection FallthroughInSwitchStatementJS switch ( util.ntype( now ) ) { case 'number' : case 'string' : if ( valid( new Type( now ) ) ) now = new Type( now ); else { if ( !props ) props = now; now = Type.now(); break; } ...
zendey/Zendey
zendey/platforms/browser/cordova/node_modules/cordova-serve/node_modules/d8/src/diff.js
JavaScript
gpl-3.0
3,814
/* * jQuery UI Progressbar 1.8.2 * * Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://docs.jquery.com/UI/Progressbar * * Depends: * jquery.ui.core.js * jquery.ui.widget.js */ (function( $ ) { $.wi...
delfernan/CLEiM
web/js/ui/jquery.ui.progressbar.js
JavaScript
gpl-3.0
2,204
Meteor.methods({ 'livechat:removeCustomField'(_id) { if (!Meteor.userId() || !RocketChat.authz.hasPermission(Meteor.userId(), 'view-livechat-manager')) { throw new Meteor.Error('error-not-allowed', 'Not allowed', { method: 'livechat:removeCustomField' }); } check(_id, String); var customField = RocketChat...
abduljanjua/TheHub
packages/rocketchat-livechat/server/methods/removeCustomField.js
JavaScript
mit
614
/*-------------------------------------------------------------------------- * linq-vsdoc.js - LINQ for JavaScript * ver 2.2.0.2 (Jan. 21th, 2011) * * created and maintained by neuecc <ils@neue.cc> * licensed under Microsoft Public License(Ms-PL) * http://neue.cc/ * http://linqjs.codeplex.com/ *-----------------------...
HackerDom/qctf-starter-2015
tasks/transl/src/scripts/linq-vsdoc.js
JavaScript
mit
42,857
Object.is(1, 1); Object.is(1, 2); Object.is(1, {}); Object.is(1, NaN); Object.is(0, 0); Object.is(0, -0); Object.is(NaN, NaN); Object.is({}, {}); var emptyObject = {}; var emptyArray = []; Object.is(emptyObject, emptyObject); Object.is(emptyArray, emptyArray); Object.is(emptyObject, emptyArray); var squared = x => x ...
kidaa/kythe
third_party/flow/tests/object_is/object_is.js
JavaScript
apache-2.0
506
'use strict' /* global * describe, it, beforeEach, afterEach, expect, spyOn, * loadFixtures, Waypoint */ describe('Waypoints debug script', function() { var waypoint, element beforeEach(function() { loadFixtures('standard.html') }) afterEach(function() { waypoint.destroy() }) describe('displ...
marcoprolog/marcoprolog.github.io
wedding/node_modules/waypoints/test/debug-spec.js
JavaScript
apache-2.0
1,733
(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...
bootcdn/cdnjs
ajax/libs/forerunnerdb/1.3.29/fdb-legacy.js
JavaScript
mit
346,425
/* Plugin Name: amCharts Data Loader Description: This plugin adds external data loading capabilities to all amCharts libraries. Author: Martynas Majeris, amCharts Version: 1.0.2 Author URI: http://www.amcharts.com/ Copyright 2015 amCharts Licensed under the Apache License, Version 2.0 (the "License"); you ...
abhikalotra/Salon-Solutions
theme/backend/assets/global/plugins/amcharts/ammap/plugins/dataloader/dataloader.js
JavaScript
mit
16,824
loadIonicon('<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M64 64v384h384V64H64zm80 304c-8.836 0-16-7.164-16-16s7.164-16 16-16 16 7.164 16 16-7.164 16-16 16zm0-96c-8.836 0-16-7.164-16-16s7.164-16 16-16 16 7.164 16 16-7.164 16-16 16zm0-96c-8.836 0-16-7.164-16-16s7.164-16...
holtkamp/cdnjs
ajax/libs/ionicons/4.0.0-5/ionicons/svg/ios-list-box.js
JavaScript
mit
450
module("Options"); (function () { test("classPrefix", function () { /* Initialization */ $('#t').append('<img id="test-img" src="data/elephant.jpg" />'); stop(); $('#test-img').imgAreaSelect({ classPrefix: 'test', x1: 50, y1: 50, x2: 150, y2: 150, onInit: function (img, ...
angrycactus/dkan
webroot/profiles/dkan/libraries/jquery.imgareaselect/test/unit/options.js
JavaScript
gpl-2.0
20,730
/// <reference path="/umbraco_client/Application/NamespaceManager.js" /> /// <reference path="/umbraco_client/Application/HistoryManager.js" /> /// <reference path="/umbraco_client/ui/jquery.js" /> /// <reference path="/umbraco_client/Tree/UmbracoTree.js" /> /// <reference name="MicrosoftAjax.js"/> Umbraco.Sys.regist...
khm1985/kennethhein.dk
umbraco_client/Application/UmbracoClientManager.js
JavaScript
mit
12,388
//// [constructorsWithSpecializedSignatures.ts] // errors declare class C { constructor(x: "hi"); constructor(x: "foo"); constructor(x: number); } // ok declare class C2 { constructor(x: "hi"); constructor(x: "foo"); constructor(x: string); } // errors class D { constructor(x: "hi"); ...
yukulele/TypeScript
tests/baselines/reference/constructorsWithSpecializedSignatures.js
JavaScript
apache-2.0
970
/*! * froala_editor v1.1.8 (http://editor.froala.com) * Copyright 2014-2014 Froala */ /** * English spoken in Canada */ $.Editable.LANGS['en_ca'] = { translation: { "Bold": "Bold", "Italic": "Italic", "Underline": "Underline", "Strikethrough": "Strikethrough", "Font Size": "Font Size", ...
plusonedev/pliant
public/plugins/froala/js/langs/en_ca.js
JavaScript
gpl-2.0
2,664
(function() { var ATTACHMENT, Evented, Shepherd, Step, addClass, createFromHTML, extend, matchesSelector, parseShorthand, removeClass, uniqueId, _ref, __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { fo...
danut007ro/cdnjs
ajax/libs/shepherd/0.2.1/shepherd.js
JavaScript
mit
12,600
define( "dojox/atom/widget/nls/ja/FeedEntryEditor", ({ doNew: "[新規]", edit: "[編集]", save: "[保存]", cancel: "[キャンセル]" }) );
Caspar12/zh.sw
zh.web.site.admin/src/main/resources/static/js/dojo/dojox/atom/widget/nls/ja/FeedEntryEditor.js.uncompressed.js
JavaScript
apache-2.0
148
//>>built define("dojox/grid/enhanced/nls/it/Pagination",({"descTemplate":"${2} - ${3} di ${1} ${0}","firstTip":"Prima pagina","lastTip":"Ultima pagina","nextTip":"Pagina successiva","prevTip":"Pagina precedente","itemTitle":"elementi","singularItemTitle":"elemento","pageStepLabelTemplate":"Pagina ${0}","pageSizeLabelT...
ISTang/sitemap
web/public/libs/dojo/1.8.3/dojox/grid/enhanced/nls/it/Pagination.js
JavaScript
gpl-2.0
622
/* 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/Control.js * @requires OpenLayers/Han...
savchukoleksii/beaversteward
www/settings/tools/mysql/js/openlayers/src/openlayers/lib/OpenLayers/Control/WMTSGetFeatureInfo.js
JavaScript
mit
13,040
function f() { /* infinite */ while (true) { } /* bar */ var each; }
Jazzling/jazzle-parser
test/test-esprima/fixtures/comment/migrated_0035.js
JavaScript
mit
68
describe('uiValidate', function ($compile) { var scope, compileAndDigest; var trueValidator = function () { return true; }; var falseValidator = function () { return false; }; var passedValueValidator = function (valueToValidate) { return valueToValidate; }; beforeEach(mod...
spawashe/poc-mango-cad
www/lib/bower_components/angular-ui/modules/directives/validate/test/validateSpec.js
JavaScript
mit
6,308
/* 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("specialchar","es",{euro:"Símbolo de euro",lsquo:"Comilla simple izquierda",rsquo:"Comilla simple derecha",ldquo:"Comilla doble i...
YAFNET/YAFNET
yafsrc/YetAnotherForum.NET/Scripts/ckeditor/plugins/specialchar/dialogs/lang/es.js
JavaScript
apache-2.0
4,963
"use strict";angular.module("ngParallax",[]).directive("ngParallax",["$timeout",function(){return{restrict:"AE",scope:{pattern:"=",speed:"=",offset:"=",reverse:"="},link:function(e,t){function n(){var t=void 0!==window.pageYOffset?window.pageYOffset:(document.documentElement||document.body.parentNode||document.body).sc...
sreym/cdnjs
ajax/libs/ng-parallax/1.0.1/ngParallax.min.js
JavaScript
mit
721
/** * angular-drag-and-drop-lists v1.4.0 * * Copyright (c) 2014 Marcel Juenemann marcel@juenemann.cc * Copyright (c) 2014-2016 Google Inc. * https://github.com/marceljuenemann/angular-drag-and-drop-lists * * License: MIT */ angular.module('dndLists', []) /** * Use the dnd-draggable attribute to make your ...
kurideja/pizza-diagram
www/libs/angular-drag-and-drop-lists/angular-drag-and-drop-lists.js
JavaScript
mit
29,810
/* @license textAngular Author : Austin Anderson License : 2013 MIT Version 1.3.0-17 See README.md or https://github.com/fraywing/textAngular/wiki for requirements and use. */ (function(){ // encapsulate all variables so they don't become global vars "Use Strict"; // IE version detection - http://stackoverflow.c...
gogoleva/cdnjs
ajax/libs/textAngular/1.3.0-17/src/textAngular.js
JavaScript
mit
107,500
//On page load // TODO - remove nonconflict stuff once prototype is gone for good var $j = jQuery.noConflict(); replace_ids = function(s){ var new_id = new Date().getTime(); return s.replace(/NEW_RECORD/g, new_id); } $j(function() { $j('a[id*=nested]').click(function() { var template = $j(this).attr('hre...
rafarubert/loja
vendor/spree/vendor/extensions/theme_default/public/javascripts/nested-attribute.js
JavaScript
bsd-3-clause
660
/* * jQuery Textarea Characters Counter Plugin v 2.0 * Examples and documentation at: http://roy-jin.appspot.com/jsp/textareaCounter.jsp * Copyright (c) 2010 Roy Jin * Version: 2.0 (11-JUN-2010) * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://w...
cypherjones/lazy-j-ranch
wp-content/wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js
JavaScript
gpl-2.0
4,961
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/jax/output/HTML-CSS/autoload/ms.js * * Implements the HTML-CSS output for <ms> elements. * * --------------------------------...
AndrewSyktyvkar/Math
wysivig/MathJax/unpacked/jax/output/HTML-CSS/autoload/ms.js
JavaScript
bsd-3-clause
2,124
//// Copyright (c) Microsoft Corporation. All rights reserved (function () { "use strict"; var sampleTitle = "Adaptive Streaming"; var scenarios = [ { url: "/html/scenario1.html", title: "Basic HLS/DASH Playback" }, { url: "/html/scenario2.html", title: "Configuring HLS/DASH Playback" },...
jdegraft/Windows-universal-samples
Samples/AdaptiveStreaming/js/js/sample-configuration.js
JavaScript
mit
634
YUI.add('moodle-mod_quiz-repaginate', function (Y, NAME) { // 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, o...
soonsystems/moodle
mod/quiz/yui/build/moodle-mod_quiz-repaginate/moodle-mod_quiz-repaginate.js
JavaScript
gpl-3.0
2,532
export default function isPlainFunction(test) { return typeof test === 'function' && test.PrototypeMixin === undefined; }
nipunas/ember.js
packages/ember-debug/lib/is-plain-function.js
JavaScript
mit
124
(function() { var MaxmertkitEvent, MaxmertkitHelpers, MaxmertkitReactor, _eventCallbacks, _globalRotation, _reactorEvents, _version; _eventCallbacks = []; _reactorEvents = []; _globalRotation = { x: 0, y: 0, z: 0 }; _version = "0.0.1"; MaxmertkitEvent = (function() { function Maxmertk...
gregorypratt/jsdelivr
files/maxmertkit/1.0.0/js/maxmertkit.js
JavaScript
mit
51,646
/* * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ * * Uses the built in easing capabilities added In jQuery 1.1 * to offer multiple easing options * * TERMS OF USE - jQuery Easing * * Open source under the BSD License. * * Copyright © 2008 George McGinley Smith * All rights re...
amit0773/manaslake
wp-content/plugins/mapplic/js/jquery.easing.js
JavaScript
gpl-2.0
6,632
videojs.addLanguage("da",{ "Play": "Afspil", "Pause": "Pause", "Current Time": "Aktuel tid", "Duration Time": "Varighed", "Remaining Time": "Resterende tid", "Stream Type": "Stream-type", "LIVE": "LIVE", "Loaded": "Indlæst", "Progress": "Status", "Fullscreen": "Fuldskærm", "Non-Fullscreen": "Luk fuldskærm", ...
hoenirvili/EDeC
src/html/plugins/videojs/dist/lang/da.js
JavaScript
gpl-2.0
1,406
define([ 'jquery', 'underscore', 'common/js/spec_helpers/template_helpers', 'js/spec/edxnotes/helpers', 'js/edxnotes/collections/notes', 'js/edxnotes/collections/tabs', 'js/edxnotes/views/tabs/course_structure', 'js/spec/edxnotes/custom_matchers', 'jasmine-jquery' ], function( $, _, TemplateHelpers,...
Semi-global/edx-platform
lms/static/js/spec/edxnotes/views/tabs/course_structure_spec.js
JavaScript
agpl-3.0
2,601
// 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...
sameertechworks/wpmoodle
moodle/lib/editor/atto/plugins/fontcolor/yui/src/button/js/button.js
JavaScript
gpl-2.0
2,604
/*! Select2 4.0.0-rc.2 | https://github.com/select2/select2/blob/master/LICENSE.md */ (function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/az",[],function(){return{inputTooLong:function(e){var t=e.input.length-e.maximum;return t+" simvol s...
arterli/CmsWing
www/static/assets/plugins/select2/js/i18n/az.js
JavaScript
mit
706
//// Copyright (c) Microsoft Corporation. All rights reserved (function () { "use strict"; var page = WinJS.UI.Pages.define("/html/crossfade.html", { ready: function (element, options) { runAnimation.addEventListener("click", runCrossfadeAnimation, false); element2.style.opacit...
oldnewthing/Windows-universal-samples
archived/AnimationLibrary/js/js/crossfade.js
JavaScript
mit
791
import "../arrays/map"; import "../core/array"; import "../core/identity"; import "../math/trigonometry"; var d3_ease_default = function() { return d3_identity; }; var d3_ease = d3.map({ linear: d3_ease_default, poly: d3_ease_poly, quad: function() { return d3_ease_quad; }, cubic: function() { return d3_ease_...
angrycactus/dkan
webroot/profiles/dkan/libraries/d3/src/interpolate/ease.js
JavaScript
gpl-2.0
2,583
module.exports = []
MatteoGabriele/vue-i18n-manager
webpack/plugins.js
JavaScript
mit
20
var mdeps = require('../'); var test = require('tape'); var JSONStream = require('JSONStream'); var packer = require('browser-pack'); var concat = require('concat-stream'); var path = require('path'); test('global transforms', function (t) { t.plan(1); var p = mdeps({ transform: [ 'tr-c', 'tr-d' ]...
bpatters/eservice
ui/node_modules/browserify/node_modules/module-deps/test/tr_global.js
JavaScript
apache-2.0
877
'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": [ "\u13cc\u13be\u13b4", "\u13d2\u13af\u13f1\u13a2\u13d7\u13e...
marcoR80/simple-app-mobile
www/vendor/angular-1.3.9/i18n/angular-locale_chr-us.js
JavaScript
mit
2,554
var Types = require('../constants/types'); var Charsets = require('../constants/charsets'); var Field = require('./Field'); var IEEE_754_BINARY_64_PRECISION = Math.pow(2, 53); module.exports = RowDataPacket; function RowDataPacket() { } Object.definePr...
bestlingna/test
极客学院任务学习/任务九/nodeBaiduNews/node_modules/mysql/lib/protocol/packets/RowDataPacket.js
JavaScript
apache-2.0
4,159
/**! * TableSorter 2.17.7 - 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 * *...
asward/PaInstDb
public/js/tablesorter/js/jquery.tablesorter.js
JavaScript
bsd-3-clause
68,454
!function($){$.fn.datepicker.dates["sw"]={days:["Jumapili","Jumatatu","Jumanne","Jumatano","Alhamisi","Ijumaa","Jumamosi","Jumapili"],daysShort:["J2","J3","J4","J5","Alh","Ij","J1","J2"],daysMin:["2","3","4","5","A","I","1","2"],months:["Januari","Februari","Machi","Aprili","Mei","Juni","Julai","Agosti","Septemba","Okt...
tmthrgd/pagespeed-libraries-cdnjs
packages/bootstrap-datepicker/1.2.0/js/locales/bootstrap-datepicker.sw.min.js
JavaScript
mit
454
YUI.add("lang/datatype-date-format_zh-Hans-CN",function(a){a.Intl.add("datatype-date-format","zh-Hans-CN",{"a":["周日","周一","周二","周三","周四","周五","周六"],"A":["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],"b":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],"B":["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月"...
khasinski/cdnjs
ajax/libs/yui/3.4.0pr2/datatype/lang/datatype_zh-Hans-CN.js
JavaScript
mit
812
export {foo, bar};
sebmck/espree
tests/fixtures/ecma-features/modules/export-named-specifiers.src.js
JavaScript
bsd-2-clause
19
var convert = require('./convert'); module.exports = convert('chunk', require('../chunk'));
migua1204/jikexueyuan
极客学院/极客学院首页/jkxy/node_modules/grunt-legacy-util/node_modules/lodash/fp/chunk.js
JavaScript
apache-2.0
92
define( "dojo/cldr/nls/fr/islamic", //begin v1.x content { "dateFormatItem-yM": "M/yyyy", "dateFormatItem-yyyyMMMEd": "E d MMM y G", "dateFormatItem-yQ": "'T'Q y", "dateFormatItem-MMMEd": "E d MMM", "dateFormatItem-hms": "h:mm:ss a", "dateFormatItem-yQQQ": "QQQ y", "dateFormatItem-MMdd": "dd/MM", "days-standAlo...
ISTang/sitemap
web/public/libs/dojo/1.8.3/dojo/cldr/nls/fr/islamic.js.uncompressed.js
JavaScript
gpl-2.0
3,944
/* Slovenian locals for flatpickr */ var flatpickr = flatpickr || { l10ns: {} }; flatpickr.l10ns.sl = {}; flatpickr.l10ns.sl.weekdays = { shorthand: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"], longhand: ["Nedelja", "Ponedeljek", "Torek", "Sreda", "Četrtek", "Petek", "Sobota"] }; flatpickr.l10ns.sl.months = {...
spohlenz/trestle
vendor/assets/bower_components/trestle/flatpickr/dist/l10n/sl.js
JavaScript
lgpl-3.0
770
/** * angular-strap * @version v2.2.1 - 2015-05-15 * @link http://mgcrea.github.io/angular-strap * @author Olivier Louvignes <olivier@mg-crea.com> (https://github.com/mgcrea) * @license MIT License, http://www.opensource.org/licenses/MIT */ 'use strict'; angular.module('mgcrea.ngStrap.affix', [ 'mgcrea.ngStrap.h...
dlueth/cdnjs
ajax/libs/angular-strap/2.2.2/modules/affix.js
JavaScript
mit
7,104
;(function($){ /** * jqGrid Danish Translation * Aesiras A/S * http://www.aesiras.dk * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ $.jgrid = $.jgrid || {}; $.extend($.jgrid,{ defaults : { recordtext: "Vis {0} - {1...
zxinStar/footshop
zxAdmin/assets/js/jqGrid/i18n/grid.locale-da.js
JavaScript
agpl-3.0
4,406
(function(angular) { 'use strict'; angular.module('nonStringSelect', []) .run(function($rootScope) { $rootScope.model = { id: 2 }; }) .directive('convertToNumber', function() { return { require: 'ngModel', link: function(scope, element, attrs, ngModel) { ngModel.$parsers.push(functio...
LearnNavi/Naranawm
www/assets/library/angular-1.6.5/docs/examples/example-select-with-non-string-options/app.js
JavaScript
agpl-3.0
505
YUI.add('swf', function (Y, NAME) { /** * Embed a Flash applications in a standard manner and communicate with it * via External Interface. * @module swf */ var Event = Y.Event, SWFDetect = Y.SWFDetect, Lang = Y.Lang, uA = Y.UA, Node = Y.Node, Escape = Y.Escape, ...
pcarrier/cdnjs
ajax/libs/yui/3.9.0pr3/swf/swf.js
JavaScript
mit
7,203
// FILE H TWO module.exports = 2
frangucc/gamify
www/sandbox/pals/node_modules/cordova/node_modules/cordova-lib/node_modules/cordova-js/node_modules/browserify/test/hash_instance_context/two/dir/h.js
JavaScript
mit
33
/** * The YUI module contains the components required for building the YUI seed * file. This includes the script loading mechanism, a simple queue, and * the core utilities for the library. * @module yui * @submodule yui-base */ if (typeof YUI != 'undefined') { YUI._YUI = YUI; } /** The YUI global namespac...
sympmarc/cdnjs
ajax/libs/yui/3.4.0/yui-rls/yui-rls-debug.js
JavaScript
mit
160,222
var setDesc = require('./$').setDesc , createDesc = require('./$.property-desc') , has = require('./$.has') , FProto = Function.prototype , nameRE = /^\s*function ([^ (]*)/ , NAME = 'name'; // 19.2.4.2 name NAME in FProto || require('./$.support-desc') && setDesc(FProto, NAME, { conf...
sammyboy45467/Portfolio
wp-content/themes/themer/node_modules/core-js/modules/es6.function.name.js
JavaScript
gpl-2.0
525
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
dggriffin/react-native-mariomakely
node_modules/react-native/Libraries/Picker/PickerIOS.ios.js
JavaScript
mit
3,519
/** * Form Validation * @module Ink.UI.FormValidator_2 * @version 2 */ Ink.createModule('Ink.UI.FormValidator', '2', [ 'Ink.UI.Common_1','Ink.Dom.Element_1','Ink.Dom.Event_1','Ink.Dom.Selector_1','Ink.Dom.Css_1','Ink.Util.Array_1','Ink.Util.I18n_1','Ink.Util.Validator_1'], function( Common, Element, Event, Selecto...
jdarling/radxa-rock
examples/web/web/src/vendor/ink/js/ink.formvalidator-2.js
JavaScript
mit
36,630
'use strict'; /** * Module dependencies. */ var mongoose = require('mongoose'), Schema = mongoose.Schema; /** * <%= model.pascalCaseSingular %> Schema */ var <%= model.pascalCaseSingular %>Schema = new Schema({<% model.elements.forEach(function(element) { %> <% if ( ['Schema.Types.ObjectId', 'File'].indexOf(elem...
niranjan22/generator-seeki
generators/app/templates/server.model.js
JavaScript
isc
1,333
import { Card, } from '@card-game/core'; class Suits extends Enum {} Suits.initEnum(['RED', 'GREEN', 'BLUE', 'YELLOW']); class Ranks extends Enum {} Ranks.initEnum(['ZERO', 'ONE', 'TWO', 'THREE', 'FOUR', 'FIVE', 'SIX', 'SEVEN', 'EIGHT', 'NINE', 'SKIP', 'DRAW_TWO', 'REVERSE']); class Wilds extends Enum {} Wilds.init...
lellimecnar/js-card-game
packages/deck-uno/src/card/index.js
JavaScript
isc
590
var jfs = require('json-schema-faker'); var mout = require('mout'); var Joi = require('joi'); var bluebird = require('bluebird'); var HapiFaker = function(options) { if (!(this instanceof HapiFaker)) return new HapiFaker(options); var result = Joi.validate(options, Joi.object({ schemas: Joi.array().items(...
alanhoff/node-hapi-faker
lib/hapi-faker.js
JavaScript
isc
2,992
/** * Created by Guoliang Cui on 2015/5/5. */ var utility=require('../lib/utility'); var ConfigInfo=require("../../config/baseConfig") exports.getVersion=function(req,res){ var params=utility.parseParams(req).query; var resultObj; resultObj=utility.jsonResult(false,"OK",{version:ConfigInfo.basicSettings[p...
yjpgfwxf/angularjs_recruitment
services/controller/version.js
JavaScript
isc
360
/* eslint-env mocha */ import path from 'path'; import fs from 'fs'; import assert from 'assert'; import {transformFileSync} from 'babel-core'; function trim(str) { return str.replace(/^\s+|\s+$/, ''); } describe('Transpile ES7 async/await to vanilla ES6 Promise chains -', function () { // sometimes 2000 isn't e...
marten-de-vries/kneden
test/index.js
JavaScript
isc
958
#!/usr/bin/env node "use strict"; var setupThrobber = require("../../throbber") , throbber = setupThrobber(process.stdout.write.bind(process.stdout), 200); process.stdout.write("START"); throbber.start(); setTimeout(throbber.stop, 1100);
medikoo/cli-color
test/__playground/throbber.js
JavaScript
isc
248
import { Constants, Feature } from 'alpheios-data-models' import Morpheme from '@lib/morpheme.js' import Form from '@lib/form.js' import Table from '@views/lib/table.js' import GreekView from '../greek-view.js' import GroupFeatureType from '../../../lib/group-feature-type.js' export default class GreekNumeralView ext...
alpheios-project/inflection-tables
views/lang/greek/numeral/greek-numeral-view.js
JavaScript
isc
3,833
const Packages = [ { id: 'book', title: 'The Book', price: 1000, desc: ` - The Book - 14 chapters - 100s of examples - Access to GitHub Repo + Source ` }, { id: 'bookAndVideos', title: 'The Book and Videos', price: 1000, desc: ` - The book - Screencasts on - Building this sit...
ThinkingInReact/ThinkingInReact.xyz
src/common/content/Packages.js
JavaScript
isc
697
var socket = io() var app = angular.module('alcohol', ['ui.router', 'ui.router.grant', 'ngStorage']) app.run(['grant', 'authService', function (grant, authService) { grant.addTest('auth', function () { console.log(authService.isLoggedIn()) return authService.isLoggedIn() }) }]) app.config(['$stateProvide...
MadMartians/alcohol
public/js/bundle.js
JavaScript
mit
3,585
version https://git-lfs.github.com/spec/v1 oid sha256:0f37b0ed995928892d2a7c5d05dbecd85b0d4d248931074f5f228f0c14bf5909 size 11378
yogeshsaroya/new-cdnjs
ajax/libs/yui/3.4.0/event-delegate/event-delegate-debug.js
JavaScript
mit
130
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S15.10.2.15_A1_T23; * @section: 15.10.2.15; * @assertion: The internal helper function CharacterRange takes two CharSet parameters A and B and performs the * followin...
Diullei/Storm
Storm.Test/SputnikV1/15_Native_ECMA_Script_Objects/15.10_RegExp_Objects/15.10.2_Pattern_Semantics/15.10.2.15_NonemptyClassRanges/S15.10.2.15_A1_T23.js
JavaScript
mit
824
/* jshint -W030 */ 'use strict'; describe('Controller: MainMenuController', function () { // load the controller's module beforeEach(module('ftiApp.mainMenu')); var controller; var menuEntry = {name: 'test', state: 'test.main'}; var mainMenuMock = { getMenu: function () { return [menuEntry] } }; var $m...
acnrecife/Front-End-Test-Interview
client/app/components/main-menu/main-menu.controller.spec.js
JavaScript
mit
929
'use strict'; /* lib/encode.js * Encode WebSocket message frames. * * */
jamen/rela
lib/encode.js
JavaScript
mit
76
// Avoid `console` errors in browsers that lack a console. (function() { var method; var noop = function () {}; var methods = [ 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 'markTimeline', 'profile',...
Wolfhergang/crodeWeb
js/plugins.js
JavaScript
mit
4,534
var twilio = require('twilio'), Player = require('../models/Player'), Question = require('../models/Question'); // Handle inbound SMS and process commands module.exports = function(request, response) { var twiml = new twilio.TwimlResponse(); var body = request.param('Body').trim(), playerP...
kwhinnery/trivia
controllers/sms.js
JavaScript
mit
6,553
(function () { 'use strict'; angular.module('openSnap') .constant('CONFIG', { menuItems: [{ state: 'home', icon: 'home' }, { state: 'codes', icon: 'code' }, { state: 'create', icon: 'create' }, { ...
peterhalasz/opensnap-frontend
app/template_constants.js
JavaScript
mit
416
define(function (require) { 'use strict'; /** * Module dependencies */ var defineComponent = require('flight/lib/component'); /** * Module exports */ return defineComponent(switcher); /** * Module function */ function switcher() { this.defaultAttrs({ onClass: 'btn-primar...
angus-c/flight-exercise
app/js/component/switcher.js
JavaScript
mit
816
const other = { something: 'here' }; const other$1 = { somethingElse: 'here' };
corneliusweig/rollup
test/form/samples/no-treeshake-conflict/_expected/es.js
JavaScript
mit
83
var mongoose = require('mongoose'); var u = require('../utils'); var autorizadaSchema = new mongoose.Schema({ nome: String, cpf: { type: String, unique: true }, celular: String, dtInicial: Date, dtFinal: Date, autorizador: String, apto: Number, bloco: String, contato: String }); va...
paidico/condominio-api
app/models/autorizada.js
JavaScript
mit
745
'use strict'; // MODULES // var ctor = require( './ctor.js' ); // VARIABLES // var CACHE = require( './cache.js' ).CTORS; // GET CTOR // /** * FUNCTION: getCtor( dtype, ndims ) * Returns an ndarray constructor. * * @param {String} dtype - underlying ndarray data type * @param {Number} ndims - view dimensions * ...
dstructs/ndarray
lib/getCtor.js
JavaScript
mit
800
var elt; var canvas; var gl; var program; var NumVertices = 36; var pointsArray = []; var normalsArray = []; var colorsArray = []; var framebuffer; var flag = true; var color = new Uint8Array(4); var vertices = [ vec4( -0.5, -0.5, 0.5, 1.0 ), vec4( -0.5, 0.5, 0.5, 1.0 ), vec4( 0.5, ...
llucbrell/WebGL
Chap7/pickCube3.js
JavaScript
mit
8,258
import classnames from 'classnames'; import PropTypes from 'prop-types'; import React, { Component } from 'react'; import telephonyStatuses from 'ringcentral-integration/enums/telephonyStatus'; import callDirections from 'ringcentral-integration/enums/callDirections'; import CloseIcon from '../../assets/images/CloseIco...
ringcentral/ringcentral-js-widget
packages/ringcentral-widgets/components/NotificationSectionV2/index.js
JavaScript
mit
3,818
/************************************************************************************************************ JS Calendar Copyright (C) September 2006 DTHMLGoodies.com, Alf Magne Kalleland This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Li...
vlnpractice/master
lessons/files/calendar.js
JavaScript
mit
48,487
import Resolver from 'ember/resolver'; var resolver = Resolver.create(); resolver.namespace = { modulePrefix: 'map-app' }; export default resolver;
jsanchez034/CrowdSourceWeather
tests/helpers/resolver.js
JavaScript
mit
153
'use strict'; module.exports = function (t, a) { var foo = 'raz', bar = 'dwa', fn = function fn(a, b) { return this + a + b + foo + bar; }, result; result = t(fn, 3); a(result.call('marko', 'el', 'fe'), 'markoelferazdwa', "Content"); a(result.length, 3, "Length"); a(result.prototype, fn.prototy...
patelsan/fetchpipe
node_modules/es5-ext/test/function/_define-length-compiled.js
JavaScript
mit
393
var tag, tag_text; var name, name_jp; var labeltags = document.getElementsByTagName("label"); for (var i = 0; i < labeltags.length; i++) { tag = labeltags[i]; tag_text = tag.innerText; for (var j=0; j<skill_replace_list.length; j++) { name = skill_replace_list[j]["name"]; name_jp = skill_rep...
bd4/chrome_mhx_translate
translate_armor_search.js
JavaScript
mit
566