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 |
|---|---|---|---|---|---|
/**
* name : updateStream.js
* Location : /norris/test/businessLayer/tableController
*
* History :
* Version Date Programmer
* =================================================
* 0.0.1 2015/05/13 Cardin Andrea
* -------------------------------------------------
* Codifica modulo
* ... | FlameTech/Norris-rtbi | test/lib/businessLayer/tableController/updateStream.js | JavaScript | mit | 6,961 |
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><path d="M18 13h-.68l-2 2h1.91L19 17H5l1.78-2h2.05l-2-2H6l-3 3v4c0 1.1.89 2 1.99 2H19c1.1 0 2-.89 2-2v-4l-3-3zm1 7H5v-1h14v1z" /><path d="M11.34 15.02c.3... | Kagami/material-ui | packages/material-ui-icons/src/HowToVoteOutlined.js | JavaScript | mit | 548 |
import { shallow, mount } from 'enzyme'
import { compData } from '../../mock/breadcrumb'
import Breadcrumb from '../../../src/Breadcrumb.js'
describe('Breadcrumb Spec', () => {
describe('Default', () => {
const defaultWrapper1 = shallow(<Breadcrumb />)
const defaultWrapper2 = mount(<Breadcrumb data={compDat... | Lobos/react-ui | test/components/Layout/BreadcrumbSpec.js | JavaScript | mit | 2,386 |
var staticURL="./js/";require.config({baseUrl:staticURL,paths:{jquery:"libs/jquery-1.8.2",easySwitch:"utils/slider/easySwitch",slider:"utils/slider/slider",lazyload:"utils/lazyload/jquery.lazyload"}}),requirejs.config({baseUrl:staticURL,shim:{jquery:{exports:"jQuery"},lazyload:{deps:["jquery"]}}}); | xiaomingming/easySwitch | build/js/requirejs-config.js | JavaScript | mit | 299 |
var lightBox = angular.module('angular.lightbox', []);
lightBox.directive('lightbox', [function() {
return {
restrict: 'A',
transclude: true,
scope: {},
link: function(scope, element) {
var src = angular.element(element).attr('src'),
template = document.createElement('div'),
... | padsbanger/angular-lightbox | src/js/angular-lightbox.js | JavaScript | mit | 637 |
// Generated by Haxe 3.4.0
(function () { "use strict";
var Main = function() { };
Main.main = function() {
if(Meteor.isClient) {
Session.setDefault("counter",0);
Template["hello"].helpers({ counter : function() {
return Session.get("counter");
}});
Template["hello"].events({ 'click button' : function() {
... | tiagolr/hxmeteor | examples/helloworld/www/main.js | JavaScript | mit | 467 |
import _curry1 from './internal/_curry1';
import _has from './internal/_has';
/**
* Converts an object into an array of key, value arrays. Only the object's
* own properties are used.
* Note that the order of the output array is not guaranteed to be consistent
* across different JS platforms.
*
* @func
* @memb... | kedashoe/ramda | source/toPairs.js | JavaScript | mit | 865 |
/**
* bottom-form.js
*
* Moving reply form to the bottom of the screen.
*
* Usage:
* $config['additional_javascript'][] = 'js/jquery.min.js';
* $config['additional_javascript'][] = 'js/settings.js';
* $config['additional_javascript'][] = 'js/bottom-form.js';
*
*/
$(document).ready(function(){
if (s... | 2Rainbow/fukuro | js/bottom-form.js | JavaScript | mit | 548 |
requirejs(['app/global', 'app/tools'], function(global, tools) {
console.log(global, tools);
});
| tomek-f/shittets | gulp/gulp-test/static/js/app/main.js | JavaScript | mit | 104 |
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define('simple-filedrop', ["jquery",
"simple-module"], function ($, SimpleModule) {
return (root.returnExportsGlobal = factory($, SimpleModule));
});
} else if (typeof expor... | ichord/simple-filedrop | lib/filedrop.js | JavaScript | mit | 5,433 |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ValidationContext = undefined;
exports.validate = validate;
exports.visitUsingRules = visitUsingRules;
var _invariant = require('../jsutils/invariant');
var _invariant2 = _interopRequireDefault(_invariant);
var _error = require('... | sutani/tryout-02 | reactjs/node_modules/graphql/validation/validate.js | JavaScript | mit | 8,303 |
Package.describe({
name: 'simple:rest-bearer-token-parser',
version: '0.0.1',
// Brief, one-line summary of the package.
summary: 'Parse standard bearer token via request headers, query params ' +
'or body (REST middleware)',
// URL to the Git repository containing the source code for this package.... | nooitaf/meteor-rest | packages/rest-bearer-token-parser/package.js | JavaScript | mit | 984 |
app.controller('RecipePublicListCtrl', function($scope, $ionicSideMenuDelegate, Recipe, BrewHelper, $state, $ionicLoading, $ionicPopup, $rootScope) {
$scope.config = {
name: 'recipes.public',
filterOrder: ['[STYLE.NAME]'],
filterColSpan: 6,
plural: 'Recetas',
... | cesardmoro/brewapp | www/core/recipe/RecipePublicListCtrl.js | JavaScript | mit | 4,208 |
define(['lodash', 'guid','text!./email.txt', 'app','factories/mongo-storage', 'directives/file', 'utilities/workflows', 'utilities/km-storage','directives/google-address','directives/on-focus-helper'], function(_, guid,email) { 'use strict';
return ['$scope', '$http', '$q', 'locale', 'realm', 'workflows', 'user', ... | scbd/undb-portal | app/views/resources/submit-waiver.js | JavaScript | mit | 5,050 |
'use strict';
const getChannelURL = require('ember-source-channel-url');
const { embroiderSafe, embroiderOptimized } = require('@embroider/test-setup');
module.exports = async function () {
return {
scenarios: [
{
name: 'ember-lts-3.20',
npm: {
devDependencies: {
'emb... | froala/ember-froala-editor | config/ember-try.js | JavaScript | mit | 1,776 |
'use strict';
var gulp = require('gulp');
var gutil = require('gulp-util');
var mocha = require('gulp-spawn-mocha');
// runs the tests
gulp.task('test', function() {
return gulp.src(['test/**/*.spec.js'], { read: false })
.pipe(mocha({
istanbul: true
}))
.on('error', gutil.log);
});
// quick test... | rdorck/ResponsiveCSS | components/bower_components/bower_components/vega-lite/gulp/tests.js | JavaScript | mit | 487 |
describe('LengthCounter', function() {
var $fieldHtml, $warningHtml, field, long_text;
beforeEach(function() {
$fieldHtml = $("<textarea class='short-textarea js-length-counter length-input'" +
"cols='40' data-count-message-selector='.summary-length-info'" +
"data-count-message-thr... | ministryofjustice/specialist-publisher | spec/javascripts/length_counter_spec.js | JavaScript | mit | 2,293 |
// Config panel
Acko.Effect.Config = function () {
Acko.Effect.call(this);
this.order = Infinity;
this.group = null;
this.opacity = 0;
this.renderer = 'webgl';
this.skip = 0;
this.last = Infinity;
}
Acko.Effect.Config.prototype = _.extend(new Acko.Effect(), {
build: function (exports) {
var bg... | unconed/fuse10 | js/fx/config.js | JavaScript | mit | 4,950 |
define(
//begin v1.x content
{
"field-second-relative+0": "nu",
"field-weekday": "Veckodag",
"field-wed-relative+0": "onsdag denna vecka",
"dateFormatItem-GyMMMEd": "E d MMM y G",
"dateFormatItem-MMMEd": "E d MMM",
"field-wed-relative+1": "onsdag nästa vecka",
"field-tue-relative+-1": "tisdag förra veckan",
"da... | cdnjs/cdnjs | ajax/libs/dojo/1.16.2/cldr/nls/sv/generic.js | JavaScript | mit | 3,394 |
/*!
* lightgallery | 2.4.0 | January 29th 2022
* http://www.lightgalleryjs.com/
* Copyright (c) 2020 Sachin Neravath;
* @license GPLv3
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? d... | cdnjs/cdnjs | ajax/libs/lightgallery/2.5.0-beta.1/plugins/autoplay/lg-autoplay.umd.js | JavaScript | mit | 10,762 |
$(window).load(function() {
$(".admin-widget").each(function() {
var widget = $(this);
if (widget.hasClass("widget-hidden")) {
widget.trigger("widget-hidden");
} else {
widget.trigger("widget-shown");
}
});
});
$(document).ready(function() {
var admi... | atagar/ReviewBoard | reviewboard/static/rb/js/admin.js | JavaScript | mit | 1,621 |
var isArray = require('./isArray')
module.exports = function find(items, fn) {
if (!items) { return null }
if (isArray(items)) {
for (var i=0; i<items.length; i++) {
if (fn(items[i], i)) { return items[i] }
}
} else {
for (var key in items) {
if (fn(items[key], key)) { return items[key] }
}
}
retu... | marcuswestin/std.js | find.js | JavaScript | mit | 329 |
'use strict';
var renderSettings = function(req, res, next, oauthMessage) {
var outcome = {};
var getAccountData = function(callback) {
req.app.db.models.Account.findById(req.user.roles.account.id, 'name company phone zip').exec(function(err, account) {
if (err) {
return callback(err, null);
... | adickson311/dsg-blocks | views/account/settings/index.js | JavaScript | mit | 11,049 |
/*
Highcharts JS v8.2.0 (2020-08-20)
(c) 2009-2019 Torstein Honsi
License: www.highcharts.com/license
*/
(function(a){"object"===typeof module&&module.exports?(a["default"]=a,module.exports=a):"function"===typeof define&&define.amd?define("highcharts/themes/grid",["highcharts"],function(b){a(b);a.Highcharts=b;retu... | cdnjs/cdnjs | ajax/libs/highcharts/8.2.0/themes/grid.js | JavaScript | mit | 1,915 |
module.exports={A:{A:{"2":"J C G E B A TB"},B:{"1":"X g H L","16":"D"},C:{"1":"1 2 S T U V W t Y Z a b c d e f K h i j k l m n o p q v w x y z s r","2":"3 RB F I J C G E B A D X g H L M N O P Q R PB OB"},D:{"1":"1 2 7 9 T U V W t Y Z a b c d e f K h i j k l m n o p q v w x y z s r DB SB AB BB","2":"F I J C G E B A D X ... | asrar7787/Test-Frontools | node_modules/caniuse-lite/data/features/childnode-remove.js | JavaScript | mit | 789 |
/**
* jqGrid English Translation
* Tony Tomov tony@trirand.com
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
**/
/*global jQuery, define */
(function( factory ) {
"use strict";
if ( typeof d... | cdnjs/cdnjs | ajax/libs/jqgrid/5.7.0/js/i18n/grid.locale-kr.js | JavaScript | mit | 6,091 |
//>>built
define({"dijit/_editor/nls/commands":{bold:"Lihavointi",copy:"Kopioi",cut:"Leikkaa","delete":"Poista",indent:"Sisenn\u00e4",insertHorizontalRule:"Vaakasuuntainen viiva",insertOrderedList:"Numeroitu luettelo",insertUnorderedList:"Numeroimaton luettelo",italic:"Kursivointi",justifyCenter:"Tasaus keskelle",justi... | pjdohertygis/MapSAROnline | Web Mapping Application/widgets/Splash/setting/nls/Setting_fi.js | JavaScript | cc0-1.0 | 4,062 |
module.exports = require('../models/entries'); | davidmerfield/Blot | app/node_modules/entries.js | JavaScript | cc0-1.0 | 46 |
if (!ORYX.Plugins)
ORYX.Plugins = {};
if (!ORYX.Config)
ORYX.Config = {};
ORYX.Plugins.ActiveNodesHighlighter = Clazz.extend({
construct: function(facade){
this.facade = facade;
this.facade.registerOnEvent(ORYX.CONFIG.EVENT_LOADED, this.highlightnodes.bind(this));
},
highlightnode... | asantoya/jbpm | src/main/webapp/org.jbpm.designer.jBPMDesigner/js/Plugins/activenodeshighlighter.js | JavaScript | epl-1.0 | 2,177 |
/**
* Created by Tom on 3/21/14.
*/
/**
* Created by Tom on 3/20/14.
*/
(function (scope) {
function Intro() {
this.initialize();
}
Intro.prototype = {
// Passed in via initialize
view: null,
initialize: function () {
//Text / event pairs
this... | tom-christie/tom-christie.github.io | _old/stimulus_js_MRI/js/game/Intro.js | JavaScript | gpl-2.0 | 1,390 |
var logger = require(__dirname + '/../../../../lib/logger'),
db = require(__dirname + '/../../../lib/mysql'),
utils = require(__dirname + '/../../../../lib/utils');
exports.getStudents = function(req,res,next){
db.query("SELECT student._id,grade,units FROM student,grade,course,section where studen... | 2015firstcmsc100/galadhrim | gil-galad/controllers/api/students/honor.js | JavaScript | gpl-2.0 | 959 |
function d3Gauge(selection, data, options){
var opt = {
width: selection[0][0].offsetWidth,
margin: {top: 10, right: 10, bottom: 50, left: 50},
height: 500,
dur: 750,
};
data = {value: 33, avg: 62, max:100};
//Elements & etc.
//=======
var gauge;
function create(){
... | clustermapping/cmp | data/web/viz/hbs_viz/js/charts/d3Gauge.js | JavaScript | gpl-2.0 | 1,578 |
var class_c_a_r_m_a_1_1binary_s_m_b_h =
[
[ "binarySMBH", "class_c_a_r_m_a_1_1binary_s_m_b_h.html#a6cf6e0bede1d58f798da6273750cd90d", null ],
[ "binarySMBH", "class_c_a_r_m_a_1_1binary_s_m_b_h.html#a9c99af3de599e42901364675ecebe49f", null ],
[ "aGW", "class_c_a_r_m_a_1_1binary_s_m_b_h.html#ad32a6f86c4460c3d... | AstroVPK/kali | doc/html/class_c_a_r_m_a_1_1binary_s_m_b_h.js | JavaScript | gpl-2.0 | 2,647 |
/**
* @license
* Copyright 2016 Palantir Technologies, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... | Planigle/planigle | node_modules/tslint/lib/rules/strictBooleanExpressionsRule.js | JavaScript | gpl-2.0 | 6,798 |
// DSS Object
var dss = (function(){
// Store reference
var _dss = function(){};
// Default detect function
_dss.detect = function(){
return true;
};
/*
* Modify detector method
*
* @param (Function) The callback to be used to detect variables
*/
_dss.detector = function(callback){
... | alexsmander/alexmattorr | wp-content/themes/portfolio/node_modules/dss/dss.js | JavaScript | gpl-2.0 | 11,217 |
/* jshint browser: true */
/* global YoastSEO: true */
YoastSEO = ( "undefined" === typeof YoastSEO ) ? {} : YoastSEO;
/**
* defines the variables used for the scoreformatter, runs the outputScore en overallScore
* functions.
*
* @param {YoastSEO.App} args
* @constructor
*/
YoastSEO.ScoreFormatter = function( ar... | nandoalvarado022/colombianime | sites/all/libraries/yoast_seo/js/scoreFormatter.js | JavaScript | gpl-2.0 | 4,318 |
import React from 'react';
import PropTypes from 'prop-types';
import './Switch.css';
export const Switch = (props) => {
const {isOn, showLabels, offLabel, onLabel, ...inputProps} = {...props};
return (
<div styleName={'container' + (props.disabled ? ' isDisabled' : '')}>
{showLabels && <span styleName="offLab... | physiii/home-gateway | src/views/components/Switch.js | JavaScript | gpl-2.0 | 845 |
/**
* Simple event bindings for form state
*
* In general, access through CFState.events() not directly.
*
* @since 1.5.3
*
* @param state {CFState} State object to subscribe to
* @constructor
*/
function CFEvents(state) {
var events = {};
/**
* Attach an event (add_action)
*
* @since 1.5.3
*
* @p... | Desertsnowman/Caldera-Forms | assets/js/state/events.js | JavaScript | gpl-2.0 | 1,872 |
function GeometryEditor() {
this.svgElement = null;
this.canvas = null;
this.resetAccomulatedChanges();
}
GeometryEditor.ANCHOR_SIZE = 4;
GeometryEditor.configDoc = Dom.loadSystemXml("chrome://pencil/content/editor/geometryEditor.config.xml");
GeometryEditor.prototype.resetAccomulatedChanges = function ()... | nathanielw/pencil | app/content/pencil/editor/geometryEditor.js | JavaScript | gpl-2.0 | 27,950 |
(function ($) {
/**
* Update the summary for the module's vertical tab.
*/
Backdrop.behaviors.vertical_tabs_exampleFieldsetSummaries = {
attach: function (context) {
// Use the fieldset class to identify the vertical tab element
$('fieldset#edit-vertical-tabs-example', context).backdropSetSummary(function ... | backdrop-contrib/examples | vertical_tabs_example/vertical_tabs_example.js | JavaScript | gpl-2.0 | 796 |
/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'uicolor', 'nl', {
title: 'UI Kleurenkiezer',
preview: 'Live voorbeeld',
config: 'Plak deze tekst in jouw config.js bestand',
p... | christopherhuntley/daphnedixon | sites/all/modules/ckeditor/includes/uicolor/lang/nl.js | JavaScript | gpl-2.0 | 367 |
var PN_ADVANCED_WP_POPUP_MDF = function() {
var self = {
zindex: 9900,
popup_li: null,
params: null,
init: function() {
jQuery('body').prepend('<div id="pn_advanced_wp_popup_mdf"></div>');
jQuery('body').prepend('<div id="alert_advanced_wp_popup"></div>');
... | hikaram/wee | wp-content/plugins/meta-data-filter/js/pn_popup/pn_advanced_wp_popup.js | JavaScript | gpl-2.0 | 6,759 |
/**
* SRF DataTables JavaScript Printer using the SMWAPI
*
* @see http://datatables.net/
*
* @since 1.9
* @version 0.2.5
*
* @file
* @ingroup SRF
*
* @licence GNU GPL v2 or later
* @author mwjames
*/
( function( $, mw, srf ) {
'use strict';
/* Private methods and objects */
/**
* Helper objects
*
... | tuxun/smw-funwiki | extensions/SemanticResultFormats/formats/datatables/resources/ext.srf.formats.datatables.js | JavaScript | gpl-2.0 | 22,474 |
//var _ = require('underscore');
//global._ = _;
//require('./mixins/underscore');
var Log = require('./log');
global.Log = Log;
var config = require('./config');
global.config = config; | udayvashisht/hello-world-nodejs | globals.js | JavaScript | gpl-2.0 | 186 |
define(['taoQtiItem/qtiCreator/widgets/states/factory'], function(stateFactory){
return stateFactory.create('correct', ['answer', 'active'], function(){
throw new Error('state "correct" prototype init method must be implemented');
},function(){
throw new Error('state "correct" prototype exit met... | oat-sa/extension-tao-itemqti | views/js/qtiCreator/widgets/states/Correct.js | JavaScript | gpl-2.0 | 358 |
/* +-----------------------------------------------------------------------------+
* OpenEMR - Open Source Electronic Medical Record
* Copyright (C) 2013 Z&H Consultancy Services Private Limited <sam@zhservices.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the term... | visolve-openemr/Openemr_features_enhancements | interface/modules/zend_modules/public/js/application/sendTo.js | JavaScript | gpl-3.0 | 16,102 |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'elementspath', 'nb', {
eleLabel: 'Element-sti',
eleTitle: '%1 element'
} );
| Mediawiki-wysiwyg/WYSIWYG-CKeditor | WYSIWYG/ckeditor_source/plugins/elementspath/lang/nb.js | JavaScript | gpl-3.0 | 248 |
import cloneDeep from 'lodash/cloneDeep'
import {makeInstanceAction} from '#/main/app/store/actions'
import {combineReducers, makeReducer} from '#/main/app/store/reducer'
import {FORM_SUBMIT_SUCCESS} from '#/main/app/content/form/store/actions'
import {RESOURCE_LOAD} from '#/main/core/resource/store/actions'
import ... | claroline/Distribution | plugin/claco-form/Resources/modules/resources/claco-form/store/reducer.js | JavaScript | gpl-3.0 | 4,110 |
/*
@license
dhtmlxGantt v.3.1.0 Stardard
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
(c) Dinamenta, UAB.
*/
gantt.locale = {
date: {
month_full: ["... | kplian/pxp | lib/gantt/codebase/sources/locale/locale_no.js | JavaScript | gpl-3.0 | 1,792 |
/**
* File customizer.js.
*
* Theme Customizer enhancements for a better user experience.
*
* Contains handlers to make Theme Customizer preview reload changes asynchronously.
*/
( function( $ ) {
// Site title and description.
wp.customize( 'blogname', function( value ) {
value.bind( function( to ) {
$(... | cristian-ungureanu/imma | js/customizer.js | JavaScript | gpl-3.0 | 1,536 |
/* ************************************************************************
qooxdoo - the new era of web development
http://qooxdoo.org
Copyright:
2004-2008 1&1 Internet AG, Germany, http://www.1und1.de
License:
LGPL: http://www.gnu.org/licenses/lgpl.html
EPL: http://www.eclipse.org/org/d... | 09zwcbupt/undergrad_thesis | ext/poxdesk/qx/application/demobrowser/source/class/demobrowser/demo/layout/ManualLayout.js | JavaScript | gpl-3.0 | 1,791 |
/*!
* d3-node-editor v0.7.4
* (c) 2018 Vitaliy Stoliarov
* Released under the MIT License.
*/
/**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
!(function(global) {
"use strict";
va... | ckramp/structr | structr-ui/src/main/resources/structr/js/flow-editor/src/lib/d3-node-editor/d3-node-editor.js | JavaScript | gpl-3.0 | 172,864 |
"use strict";
const conversions = require("webidl-conversions");
const utils = require("./utils.js");
const impl = utils.implSymbol;
const HTMLElement = require("./HTMLElement.js");
class HTMLDListElement extends HTMLElement.interface {
constructor() {
throw new TypeError("Illegal constructor");
}
get com... | hhkaos/awesome-arcgis | node_modules/jsdom/lib/jsdom/living/generated/HTMLDListElement.js | JavaScript | gpl-3.0 | 3,231 |
/* YUI 3.9.0pr1 (build 202) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
if (typeof _yuitest_coverage == "undefined"){
_yuitest_coverage = {};
_yuitest_coverline = function(src, line){
var coverage = _yuitest_coverage[src];
if (!coverage.lines[line]){
coverage.calledL... | rochestb/Adventurly | node_modules/grunt-contrib-yuidoc/node_modules/yuidocjs/node_modules/yui/json-parse/json-parse-coverage.js | JavaScript | gpl-3.0 | 2,109 |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("devtools","ro",{title:"Informația elementului",dialogName:"Numele ferestrei de dialog",tabName:"Denumire de tab",elementId:"ID Element",elementType:"... | digirati-co-uk/omeka-s | application/asset/vendor/ckeditor/plugins/devtools/lang/ro.js | JavaScript | gpl-3.0 | 342 |
//
// hpool-stratum - stratum protocol module for hpool-server
// Copyright (C) 2013 - 2014, hpool project
// http://www.hpool.org - https://github.com/int6/hpool-stratum
//
// This software is dual-licensed: you can redistribute it and/or modify
// it under the terms of the GNU General Public Li... | raistlinthewiz/hpool-stratum | lib/errors.js | JavaScript | gpl-3.0 | 3,714 |
/* ----------------------------------------------------------------------
* js/ca/ca.labelbundle.js
* ----------------------------------------------------------------------
* CollectiveAccess
* Open-source collections management software
* ----------------------------------------------------------------------
*
... | ideesculture/providence | assets/ca/ca.labelbundle.js | JavaScript | gpl-3.0 | 9,694 |
/*
* Copyright (c) 2017 OBiBa. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*... | kazoompa/opal | opal-gwt-client/src/main/java/org/obiba/opal/web/gwt/ace/client/js/normal/keybinding-vim.js | JavaScript | gpl-3.0 | 57,797 |
/*
* Copyright (c) 2017 OBiBa. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*... | kazoompa/opal | opal-gwt-client/src/main/java/org/obiba/opal/web/gwt/ace/client/js/noconflict/theme-tomorrow_night_blue.js | JavaScript | gpl-3.0 | 3,917 |
/* exported formatColumn */
/**
* Modify behaviour of specified column cells in the Data Table component
* @param {string} column - column name
* @param {string} cell - cell content
* @param {arrray} rowData - array of cell contents for a specific row
* @param {arrray} rowHeaders - array of table headers (column ... | HogeLab/loris | modules/examiner/jsx/columnFormatter.js | JavaScript | gpl-3.0 | 1,613 |
'use strict';
var debug = require('debug')('mem');
var hex = require('../hexstring')
var assert = require('assert')
/*
* Memory structur looks similar to this:
*
* +---------------------+ | ~0xffffff (upper address)
* | The Stack | |
* | | |
* |---------------------| \/... | thlorenz/visulator | lib/x86/memory.js | JavaScript | gpl-3.0 | 3,807 |
(function (window, console, Encryptr, undefined) {
"use strict";
console = console || {};
console.log = console.log || function() {};
var Backbone = window.Backbone,
_ = window._,
$ = window.Zepto;
var EditView = Backbone.View.extend({
events: {
"submit form": "form_sub... | devgeeks/Encryptr | src/views/EditView.js | JavaScript | gpl-3.0 | 7,457 |
var class_qwt_plot_picker =
[
[ "QwtPlotPicker", "class_qwt_plot_picker.html#ab63357cd493d0fa388193d515cb8bd38", null ],
[ "~QwtPlotPicker", "class_qwt_plot_picker.html#a0a13f683558c0e3bdb796a3b508be159", null ],
[ "QwtPlotPicker", "class_qwt_plot_picker.html#ae8ae9704219d3874a4a20cb27cbe0665", null ],
... | PTDreamer/loraRC | configurator/loraapp/qwt/doc/html/class_qwt_plot_picker.js | JavaScript | gpl-3.0 | 2,377 |
// ==UserScript==
// @name MyFreeFarm LP Turkey
// @namespace https://github.com/BastianKanaan/GMscripts_MyFreeFarm
// @author BastianKanaan
// @description Language pack "Swedish" for MyFreeFarm Scripts
// @date 28.03.2017
// @version 1.0.8
// @license GPL version 3 or any later version; ... | MoeLa/GMscripts_MyFreeFarm | Language Packs/MyFreeFarm_LP_Turkey.user.js | JavaScript | gpl-3.0 | 57,595 |
/**
* Created by elastetic.dev on 10/06/2017.
* copyright 2017 elastetic.dev
* See the COPYRIGHT file at the top-level directory of this distribution
*/
'use strict';
const winston = require('winston');
const auth = require.main.require('../api/libs/auth');
const connectionsLib = require.main.require('../api/libs/... | deebobo/deebobo | api/controllers/connections.js | JavaScript | gpl-3.0 | 7,126 |
if (typeof(Letter) === "undefined") {
Letter = module.exports = function(app) {
var letter = require("../models/letter.js")(app)
, utils = require("../../sinergis/controller/utils.js")(app)
, cUtils = require("../../simaya/controller/utils.js")(app)
, modelUtils = require("../models/utils.js")(app)
, ... | blackmonk88/simaya | simaya/controller/letter.js | JavaScript | gpl-3.0 | 84,616 |
(function(){'use strict';
var a=sl(2,30);
var c=sl(2,5);
var fn=fn_zadan({
slag:[ ''+a+'x', '-\\ln('+a+'x)' ],
minx: (100/a).isZ() ? (1/a) : undefined,
miny: 1,
prkb:sl1(),
prnb:sl1(),
prnz:sl1() ? sl(1,c-1) .frac(c*a) : undefined,
prkz:sl1() ? (3+sl(1,10)) .frac(c*a) : undefined,
});
window.vopr.txt=fn.txt;
... | DrMGC/chas-ege | zdn/mat2014/B15/25.js | JavaScript | gpl-3.0 | 430 |
/*global document: false, $: false, alert: false, saveAs: false, Enumize: false*/
var Instrument = {
validate: function () {
"use strict";
var names = [],
table = document.getElementById("workspace"),
name,
type,
question,
i,
ro... | karolinamara/Loris | modules/instrument_builder/js/instrument_builder.instrument.js | JavaScript | gpl-3.0 | 11,927 |
/**
* jQuery scripting for the group management page
*
* moodletxt is distributed as GPLv3 software, and is provided free of charge without warranty.
* A full copy of this licence can be found @
* http://www.gnu.org/licenses/gpl.html
* In addition to this licence, as described in section 7, we add the following... | ASG-ULINK/moodle | blocks/moodletxt/js/addressbook_groups.js | JavaScript | gpl-3.0 | 2,623 |
/***************************************************************************
* Function : setInnerDiv *
* Parameters: (1) the id string of the target <div> to replace innerHTML *
* (2) the new innerHTML text of the target <div> *
* This ... | Hackworth/FOG | src/sshtools/res/detectjvm.js | JavaScript | gpl-3.0 | 2,804 |
import { moduleFor, test } from 'ember-qunit';
moduleFor('controller:dc/acls/policies/edit', 'Unit | Controller | dc/acls/policies/edit', {
// Specify the other units that are required for this test.
needs: ['service:dom', 'service:form'],
});
// Replace this with your real tests.
test('it exists', function(asser... | youhong316/consul | ui-v2/tests/unit/controllers/dc/acls/policies/edit-test.js | JavaScript | mpl-2.0 | 389 |
"use strict";
module.exports = {
"extends": [
"../../../testing/mochitest/chrome.eslintrc.js"
]
};
| Yukarumya/Yukarum-Redfoxes | toolkit/profile/test/.eslintrc.js | JavaScript | mpl-2.0 | 108 |
(function (globals) {
var django = globals.django || (globals.django = {});
django.pluralidx = function (n) {
var v=(n > 1);
if (typeof(v) == 'boolean') {
return v ? 1 : 0;
} else {
return v;
}
};
/* gettext library */
django.catalog = {
" learner does not exist ... | prarthitm/edxplatform | lms/static/js/i18n/fr/djangojs.js | JavaScript | agpl-3.0 | 148,781 |
/*
* Copyright (C) 2012-2013 B3Partners B.V.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This ... | B3Partners/flamingo | viewer/src/main/webapp/viewer-html/components/DirectSearch-config.js | JavaScript | agpl-3.0 | 3,034 |
// Category View
// =============
// Includes file dependencies
define([
"jquery",
"backbone",
"parse",
"../helpers/Progress",
"../helpers/PromiseFailReport",
"../helpers/DescriptionFetcher"
], function( $, Backbone, Parse, Progress, PromiseFailReport, DescriptionFetcher ) {
// Extends Backbone.... | gnu-lorien/twistedvines | public/scripts/app/views/SimpleTextNewView.js | JavaScript | agpl-3.0 | 3,594 |
/*
* Cross Domain VDM utilities
* ... primarily to and from FM form
* ... builds on dmUtils
* ... peer of mvdmUtils
*
* (c) 2016 VISTA Data Project
*/
'use strict';
var util = require('util');
var _ = require('lodash');
var moment = require('moment');
var fileman = require('./fileman');
var fmql = require('./f... | vistadataproject/MVDM | vdmUtils.js | JavaScript | agpl-3.0 | 9,258 |
//
// Copyright (C) 2012 - present Instructure, Inc.
//
// This file is part of Canvas.
//
// Canvas is free software: you can redistribute it and/or modify it under
// the terms of the GNU Affero General Public License as published by the Free
// Software Foundation, version 3 of the License.
//
// Canvas is distribut... | venturehive/canvas-lms | app/coffeescripts/jquery/offsetFrom.js | JavaScript | agpl-3.0 | 1,151 |
OC.L10N.register(
"files_sharing",
{
"Server to server sharing is not enabled on this server" : "Das Server-zu-Server-Teilen ist auf diesem Server nicht aktiviert",
"The mountpoint name contains invalid characters." : "Der Name des Einhängepunktes enthält ungültige Zeichen.",
"Not allowed to create ... | IljaN/core | apps/files_sharing/l10n/de_DE.js | JavaScript | agpl-3.0 | 9,197 |
/*
* Copyright (C) 2016 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distribut... | djbender/canvas-lms | app/jsx/shared/__tests__/LoadMore.test.js | JavaScript | agpl-3.0 | 1,325 |
/*
* Copyright (C) 2016 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distribut... | djbender/canvas-lms | app/jsx/conditional_release_stats/components/student-ranges-view.js | JavaScript | agpl-3.0 | 3,001 |
/*
* Copyright (C) 2019 - present Instructure, Inc.
*
* This file is part of Canvas.
*
* Canvas is free software: you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License as published by the Free
* Software Foundation, version 3 of the License.
*
* Canvas is distribut... | djbender/canvas-lms | packages/canvas-rce/src/rce/plugins/instructure_documents/components/Link.js | JavaScript | agpl-3.0 | 5,469 |
/* @flow */
import createContainer from '../../../modules/store/createContainer';
import DiscussionDetails from '../views/Discussion/DiscussionDetails';
const mapSubscriptionToProps = ({ thread }) => ({
thread: {
type: 'entity',
id: thread,
},
});
export default createContainer(mapSubscriptionToProps)(Discussi... | scrollback/pure | src/ui/components/containers/DiscussionDetailsContainer.js | JavaScript | agpl-3.0 | 332 |
// --
// Core.UI.IE7Fixes.js - provides IE7 specific functions
// Copyright (C) 2001-2011 OTRS AG, http://otrs.org/
// --
// $Id: Core.UI.IE7Fixes.js,v 1.4 2011/02/17 21:30:59 en Exp $
// --
// This software comes with ABSOLUTELY NO WARRANTY. For details, see
// the enclosed file COPYING for license information (AGPL).... | jelu/otrs | var/httpd/htdocs/js/Core.UI.IE7Fixes.js | JavaScript | agpl-3.0 | 3,349 |
import { ReactApp } from '../GlobalUI'
const TopicCard = {
openTopic: null,
showCard: function(node) {
TopicCard.openTopic = node.getData('topic')
ReactApp.render()
},
hideCard: function() {
TopicCard.openTopic = null
ReactApp.render()
}
}
export default TopicCard
| metamaps/metamaps_gen002 | frontend/src/Metamaps/Views/TopicCard.js | JavaScript | agpl-3.0 | 293 |
module.exports = [
{
'id': 1,
'title': 'Management Dashboard: National Indicators',
'region_level': 1,
'indicators': [
{ 'type': 'section-header', 'title': 'Resources' },
{ 'id': 44 },
{ 'id': 43 },
{ 'id': 32 },
{ 'id': 31 }
]
},
{
'id': 3,
'title': 'Management Da... | unicef/polio | webapp/src/view/entry-form/structure/indicator_sets.js | JavaScript | agpl-3.0 | 7,064 |
const path = require('path');
const webpack = require('webpack');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const devPath = path.resolve(__dirname, 'dev');
const devPathJoin = path.join(__dirname, 'dev');
const externalPathJoin = path.join(__dirname, 'dev', 'External');
const loose = true;
const babel... | robertol/rainloop-webmail | webpack.config.builder.js | JavaScript | agpl-3.0 | 3,174 |
/**
* Batch Processor JS Object
*/
function NinjaBatchProcessor( settings ) {
var that = this;
var modalData = {
closeOnClick: false,
closeOnEsc: true,
useProgressBar: true
};
/**
* If we haven't been passed any content, make sure we pass an empty content var.
*/
if ( 'undefine... | akvo/akvo-sites-zz-template | code/wp-content/plugins/ninja-forms/assets/js/lib/batch-processor.js | JavaScript | agpl-3.0 | 4,238 |
/**
* PrimeFaces Tooltip Widget
*/
$(function() {
$.widget("primeui.puitooltip", {
options: {
showEvent: 'mouseover',
hideEvent: 'mouseout',
showEffect: 'fade',
hideEffect: null,
showEffectSpeed: 'normal',
hideEffectSpeed: 'n... | echinopsii/net.echinopsii.ariane.community.core.portal | wresources/src/main/webapp/ariane/test/ajs/primeui-0.9.6/development/js/tooltip/tooltip.js | JavaScript | agpl-3.0 | 4,383 |
const ActionLogger = require("../util/ActionLogger");
exports.postAPIDeactivate = (req, res, next) => {
if (!req.body.password) return res.status(400).json({success: false, error: {message: "The password field is required.", code: "invalid_parameters"}});
req.user.comparePassword(req.body.password, (error, mat... | dynastic/place | controllers/DeactivateAccountController.js | JavaScript | agpl-3.0 | 1,288 |
//
// Hatch.js is a CMS and social website building framework built in Node.js
// Copyright (C) 2013 Inventures Software Ltd
//
// This file is part of Hatch.js
//
// Hatch.js is free software: you can redistribute it and/or modify it under the terms of the
// GNU Affero General Public License as published by the Fr... | yilab/hatchjs | app/models/Activity.js | JavaScript | agpl-3.0 | 4,032 |
/***************************************************************************************************
* WINGS.SCROLLBAR -- contains: scrollbar related functions
**************************************************************************************************/
// Create module namespace
wingS.namespace("scrollbar")... | exxcellent/wings3 | wings/src/res/org/wings/js/wings/modules/scrollbar.js | JavaScript | lgpl-2.1 | 5,785 |
var FILE = require("file");
var sprintf = require("printf").sprintf;
var OS = require("os");
var window = exports.window = require("browser/window");
if (system.engine === "rhino")
{
window.__parent__ = null;
window.__proto__ = global;
}
// setup OBJJ_HOME, OBJJ_INCLUDE_PATHS, etc
window.OBJJ_HOME = exports... | cappuccino/cappuccino | Objective-J/CommonJS/lib/objective-j.js | JavaScript | lgpl-2.1 | 10,650 |
/*
* This file is part of Cockpit.
*
* Copyright (C) 2014 Red Hat, Inc.
*
* Cockpit is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any l... | kkaempf/cockpit | pkg/shell/debug.js | JavaScript | lgpl-2.1 | 2,012 |
/**
* Class: OpenLayers.Editor.Control.DragFeature
*
* Displays bounding box around clicked features along with handles to scale and rotate geometries.
* Also allows to move features by dragging them.
*
* Inherits from:
* - <OpenLayers.Control.TransformFeature>
*/
OpenLayers.Editor.Control.Transform... | nhvu1988/SharpMap | Examples/SharpMap.Demo.Wms/lib/Editor/Control/TransformFeature.js | JavaScript | lgpl-2.1 | 11,743 |
steal('steal/browser/phantomjs', './utils.js', function(){
FuncUnit.loader.phantomjs = function(page){
FuncUnit._loadSettingsFile(page);
FuncUnit.funcunitPage = page;
FuncUnit.browser = new steal.browser.phantomjs({
// print: true
});
FuncUnit.bindEvents(FuncUnit.browser)
FuncUnit.browser.open(FuncUn... | newmediamedicine/indivo_ui_server_1_0 | ui/jmvc/funcunit/commandline/phantomjs.js | JavaScript | lgpl-3.0 | 342 |
module.exports.Client = require('./client').Client
module.exports.Service = require('./service').Service
var argv = require('optimist').argv
exports.Locator = require('../client/locator').Locator
exports.Worker = require('../worker/worker').Worker
Object.defineProperty(exports,'http',{
get:function(){return re... | diunko/no-cocaine | lib/compat/index.js | JavaScript | lgpl-3.0 | 598 |
var WaFrontendForgotPassword = ( function($) {
var WaFrontendForgotPassword = function(options) {
this.init(options);
};
var Self = WaFrontendForgotPassword;
Self.className = 'WaFrontendForgotPassword';
var Parent = WaLoginAbstractForgotPasswordForm;
WaLoginAbstractForm.inherit(Self,... | WinterSilence/webasyst-framework | wa-content/js/login/non-minified/frontendForgotPassword.js | JavaScript | lgpl-3.0 | 5,755 |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.6.0-rc1-master-57f10f7
*/
(function() {
'use strict';
/**
* @ngdoc module
* @name material.components.swipe
* @description Swipe module!
*/
angular.module('material.components.swipe',[])
.factory('$mdSwipe', MdSwipeFact... | ipmobiletech/keepass-node | public/js/lib/angular-material/modules/js/swipe/swipe.js | JavaScript | apache-2.0 | 5,416 |
(function() {
'use strict';
angular.module('singApp.error')
.controller('ErrorSearchController', ErrorSearchController)
;
ErrorSearchController.$inject = ['$scope', '$state'];
function ErrorSearchController ($scope, $state) {
$scope.searchResult= function(){
$state.go('app.extra-sear... | seniya2/reference_webui_template | src/main/resources/static/app/modules/extra-error-page/extra-error-page.js | JavaScript | apache-2.0 | 348 |
(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... | celada/botbot1 | node_modules/ciscospark/node_modules/@ciscospark/plugin-phone/node_modules/webrtc-adapter/out/adapter_no_edge_no_global.js | JavaScript | apache-2.0 | 37,631 |