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
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S12.10_A1.4_T4; * @section: 12.10; * @assertion: The with statement adds a computed object to the front of the * scope chain of the current execution context; * @descrip...
rustoscript/js.rs
sputnik/12_Statement/12.10_The_with_Statement/S12.10_A1.4_T4.js
JavaScript
mit
3,319
frappe.ui.form.ControlCurrency = frappe.ui.form.ControlFloat.extend({ format_for_input: function(value) { var formatted_value = format_number(value, this.get_number_format(), this.get_precision()); return isNaN(parseFloat(value)) ? "" : formatted_value; }, get_precision: function() { // always round based on ...
vjFaLk/frappe
frappe/public/js/frappe/form/controls/currency.js
JavaScript
mit
697
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
oliviertassinari/material-ui
packages/mui-icons-material/lib/SignalCellularNoSimRounded.js
JavaScript
mit
704
describe('ngThrottleSpec', function() { var $animate, body, $rootElement, $throttle, $timeout; beforeEach(module('material.services.throttle', 'material.animations')); beforeEach(inject(function(_$throttle_, _$timeout_, _$animate_, _$rootElement_, $document ){ $throttle = _$throttle_; $timeout = _$time...
Hotell/ng-material-demo
src/services/throttle/throttle.spec.js
JavaScript
mit
11,313
//Libraries const React = require("react"); const _ = require("lodash"); const DataActions = require("../actions/data_actions"); const DataStore = require("../stores/data_store"); const FilterStore = require("../stores/filter_store"); const ColumnsStore = require("../stores/columns_store"); //Mixins const...
djforth/walkabout-jobs-search
src/vanilla_components/searchfilter.js
JavaScript
mit
3,083
/* State * @class * @classdesc This class reprensent an automata state, a sub-type of a generic Node */ k.data.State = (function(_super) { 'use strict'; /* jshint latedef:false */ k.utils.obj.inherit(state, _super); /* * Constructor Automata State * * @constructor * @param {[ItemRule]} options.items Arra...
Mictian/kappa
src/data/state.js
JavaScript
mit
8,200
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function (mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define....
Kipsora/KitJudge
utility/js/mode/dylan/dylan.js
JavaScript
mit
12,442
$(document).ready(function() { $("#frmChangePass").submit(function() { //get the url for the form AJAX.post( $("#frmChangePass").attr("action"), { _password_current : $("#currentPass").val(), _password : $("#newPass").val(), _password_confirm : $("#newPass2").val() }, $("#msgbox_changepas...
c4d3r/mcsuite-application-eyeofender
src/Maxim/Theme/EOEBundle/Resources/public/theme/js/changepassword.js
JavaScript
mit
425
/** * Created by joonkukang on 2014. 1. 16.. */ var math = require('./utils').math; let optimize = module.exports; optimize.hillclimb = function(options){ var domain = options['domain']; var costf = options['costf']; var i; var vec = []; for(i=0 ; i<domain.length ; i++) vec.push(math.ran...
pulipulichen/blog-pulipuli-info-data-2017
06/generative_path/machine_learning-master/machine_learning-master/lib/optimize.js
JavaScript
mit
4,797
System.register(['@angular/core', '@angular/router', '../user/user.service', './login.service', '../shared/alert/dtalert.component', '../shared/spinner/dtspinner.component'], function(exports_1, context_1) { "use strict"; var __moduleName = context_1 && context_1.id; var __decorate = (this && this.__decorat...
alphaCoder/DollarTracker.Web
app/login/login.component.js
JavaScript
mit
4,925
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
oliviertassinari/material-ui
packages/mui-icons-material/lib/SaveOutlined.js
JavaScript
mit
632
/*global module:false*/ module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: '<json:jquery-disqus.jquery.json>', meta: { banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' + '<%= grunt.template.today("yyyy-mm-dd") %>\n' + '<%= pkg.homep...
jhnlsn/jquery-disqus
grunt.js
JavaScript
mit
1,490
define(['../lib/circle', '../lib/aura', './collision', '../lib/vector', '../lib/dictionary'],function(Circle, Aura, collision, Vector, Dictionary){ var Particle = function(world, options) { var options = options || {} Circle.call(this, options); //TODO: implement singleton for the world this.world = world;...
dayllanmaza/particles
game/particle.js
JavaScript
mit
2,363
/* Copyright 2013-2015 ASIAL CORPORATION Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
nocommon/ecbook_app
www/lib/onsenui/core-src/elements/ons-splitter/push-animator.js
JavaScript
mit
2,549
config.$inject = [ '$stateProvider' ]; function config ($stateProvider) { $stateProvider .state('main.admin-dashboard', { url: '/inicio', templateUrl: 'templates/components/main/dashboard/admin-dashboard.html', controller: 'AdminDashboardController as vm', onEnter: onStateEnter }) .state('main.s...
Tribu-Anal/Vinculacion-Front-End
dev/app/components/main/dashboard/dashboard.config.js
JavaScript
mit
929
;modjewel.define("weinre/target/SqlStepper", function(require, exports, module) { // Generated by CoffeeScript 1.3.3 var Binding, SqlStepper, executeSql, ourErrorCallback, runStep; Binding = require('../common/Binding'); module.exports = SqlStepper = (function() { function SqlStepper(steps) { var context; ...
junlonghuo/ak47
weinre/web/weinre/target/SqlStepper.amd.js
JavaScript
mit
2,660
import {test} from '../qunit'; import {localeModule} from '../qunit-locale'; import moment from '../../moment'; localeModule('hu'); test('parse', function (assert) { var tests = 'január jan_február feb_március márc_április ápr_május máj_június jún_július júl_augusztus aug_szeptember szept_október okt_november nov_...
Oire/moment
src/test/locale/hu.js
JavaScript
mit
13,562
// Break out the application running from the configuration definition to // assist with testing. require(['config'], function() { // Kick off the application. require(['app', 'router'], function(app, Router) { // Define your master router on the application namespace and trigger all // navigation from this...
nagyistoce/newedenfaces
app/main.js
JavaScript
mit
812
const dec = () => {}; class Foo { @dec #x() {} bar() { ([...this.#x] = this.baz); } }
babel/babel
packages/babel-plugin-proposal-decorators/test/fixtures/2021-12-misc/setting-private-method-via-rest/input.js
JavaScript
mit
98
(function () { $(function () { var _userService = abp.services.app.user; var _$modal = $('#UserCreateModal'); var _$form = _$modal.find('form'); _$form.validate({ rules: { Password: "required", ConfirmPassword: { equa...
zchhaenngg/IWI
src/ImproveX.Web/Views/Users/Index.js
JavaScript
mit
2,949
//>>built define({nomatchMessage:"Die Kennw\u00f6rter stimmen nicht \u00fcberein.",badPasswordMessage:"Ung\u00fcltiges Kennwort."});
ycabon/presentations
2020-devsummit/arcgis-js-api-road-ahead/js-api/dojox/form/nls/de/PasswordValidator.js
JavaScript
mit
132
(function(){ if(!window.Prism) { return; } function $$(expr, con) { return Array.prototype.slice.call((con || document).querySelectorAll(expr)); } var CRLF = crlf = /\r?\n|\r/g; function highlightLines(pre, lines, classes) { var ranges = lines.replace(/\s+/g, '').split(','), offset = +pre.getAttribute('data-...
inergex/meetups
2014Q2/bower_components/prismjs/plugins/line-highlight/prism-line-highlight.js
JavaScript
mit
2,089
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict"; var path = require("path"); var fs = require("fs"); var minify = require("jsonminify"); var js_beaut...
micahwood/linux-dotfiles
sublime/Packages/HTML-CSS-JS Prettify/scripts/run.js
JavaScript
mit
4,755
module.exports = { ignorePatterns: ['bin', 'commitlint.config.js'], extends: [ 'plugin:@typescript-eslint/recommended', 'prettier', 'prettier/@typescript-eslint', 'plugin:prettier/recommended', ], parser: '@typescript-eslint/parser', parserOptions: { project: ['./tsconfig.json', './test/ts...
HospitalRun/hospitalrun-server
.eslintrc.js
JavaScript
mit
1,063
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; import _extends from "@babel/runtime/helpers/esm/extends"; import * as React from 'react'; import PropTypes from 'prop-types'; import clsx from 'clsx'; import { deepmerge } from '@material-ui/utils'; import { unstable_c...
cdnjs/cdnjs
ajax/libs/material-ui/5.0.0-alpha.27/modern/Drawer/Drawer.js
JavaScript
mit
9,817
/** * simple */ var mysinleton = { property1 : 'something', property2 : 'something else', method1 : function() { console.log("hello world"); } } /*** * encapsulation like java get、set */ var mysinleton2 = function() { var privateVariable = 'something private'; function showPrivate(...
tianzx/design-patterns
js/app/singleton/singleton.js
JavaScript
mit
2,161
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @emails oncall+relay * @flow strict-local * @format */ // flowlint ambiguous-object-type:error 'use strict'; const useRelay...
iamchenxin/relay
packages/relay-experimental/useFragmentNode.js
JavaScript
mit
6,025
/** * @providesModule Fabric */ 'use strict'; module.exports.Crashlytics = require('./Crashlytics'); module.exports.Answers = require('./Answers');
lrettig/react-native-fabric
index.js
JavaScript
mit
150
'use strict'; describe('LoginController', function () { // Load the parent app beforeEach(module('demoSite')); var $controller; var $scope, controller, $window; beforeEach(inject(function (_$controller_) { $controller = _$controller_; $scope = {}; $window = { location: {}...
privakey/privakey-nodejs
sample/assets/js/angular/login/login.module.spec.js
JavaScript
mit
3,904
/* ========================================================= * bootstrap-datepicker.js * http://www.eyecon.ro/bootstrap-datepicker * ========================================================= * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * * Licensed under the Apache License, Version 2.0 (the "Lic...
andrepires/mymoney
Presentation/WebAPI/MyMoney.Presentation.WebAPI/scripts/angular-bootstrap-datepicker.js
JavaScript
mit
90,258
// Insert your JS here
Malander/ReneJade
app/scripts/main.js
JavaScript
mit
22
'use strict'; const path = require('path'); // This is a custom Jest transformer turning file imports into filenames. // https://facebook.github.io/jest/docs/en/webpack.html module.exports = { process(src, filename) { const assetFilename = JSON.stringify(path.basename(filename)); if (filename.match(/\.svg...
lgollut/material-ui
examples/preact/config/jest/fileTransform.js
JavaScript
mit
816
var colors = require('colors'); colors.enabled = true; exports.config = { seleniumAddress: 'http://localhost:4444/wd/hub', specs: ['../nodejs/jasmine-custom-message.spec.js', './test-jasmine-custom-message.js'] };
damianfarina/jasmine-custom-message
specs/protractor/conf.js
JavaScript
mit
218
import { Increment, Decrement } from '../actions' export default (state = 0, action) => { switch (action.constructor) { case Increment: return state + 1 case Decrement: return state - 1 default: return state } }
jas-chen/typed-redux
examples/counter/src/reducers/index.js
JavaScript
mit
247
import { RECEIVE_ALL_JOBS, RECEIVE_JOB, REQUEST_ALL_JOBS, REQUEST_JOB, RECEIVE_FILTERED_JOBS, REQUEST_FILTERED_JOBS, CREATE_JOBS, PAGINATE_JOBS, UPDATE_JOB, DELETE_JOB } from './constants' const initialState = { fetchingSelected: false, selected: null, fetchingAll: false, all: null, filteredJobs: null,...
jackson-/colorforcode
src/reducers/jobsReducer.js
JavaScript
mit
3,987
module.exports = { createUser: require('./create-user') };
larsbs/graysql
examples/simple/schema/types/user/mutations/index.js
JavaScript
mit
61
/* global logger, processWebhookMessage */ import moment from 'moment'; RocketChat.integrations.triggerHandler = new class RocketChatIntegrationHandler { constructor() { this.vm = Npm.require('vm'); this.successResults = [200, 201, 202]; this.compiledScripts = {}; this.triggers = {}; RocketChat.models.Inte...
mwharrison/Rocket.Chat
packages/rocketchat-integrations/server/lib/triggerHandler.js
JavaScript
mit
23,767
'use strict'; module.exports = function (t, a) { t(document.createElement('p')); };
medikoo/site-tree
test/lib/fix-dynamic-style-sheets.js
JavaScript
mit
86
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path d="M11 17h10v-2H11v2zm-8-5l4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z" /></React.Fragment> , 'FormatIndentDecreaseSharp');
Kagami/material-ui
packages/material-ui-icons/src/FormatIndentDecreaseSharp.js
JavaScript
mit
285
import { Button } from './button'; export { Button }; export default null;
rs3d/fuse-box
playground/react_ssr_csr/src/client/components/button/index.js
JavaScript
mit
77
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2019 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ var imageHeight = 0; /** * @function addFrame * @private * @since 3.0.0 */ var addFrame = function (texture, sourceIndex, name, frame) { ...
mahill/phaser
src/textures/parsers/UnityYAML.js
JavaScript
mit
3,910
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><path d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M1...
Kagami/material-ui
packages/material-ui-icons/src/PersonOutlineRounded.js
JavaScript
mit
509
'use strict'; var element = require('../element'); module.exports = function(node) { var el = element('phpdbg'); el.innerHTML = node.nodeValue; return el; };
ralt/phpdbg-ext
src/phpdbg/commands/phpdbg.js
JavaScript
mit
172
$(function () { // Prepare demo data var data = [ { "hc-key": "dm-lu", "value": 0 }, { "hc-key": "dm-ma", "value": 1 }, { "hc-key": "dm-pk", "value": 2 }, { "hc-key": "dm-...
Oxyless/highcharts-export-image
lib/highcharts.com/samples/mapdata/countries/dm/dm-all/demo.js
JavaScript
mit
1,719
/*global require: false, module: false, process: false */ "use strict"; var mod = function( _, Promise, Options, Logger ) { var Log = Logger.create("AppContainer"); var WebAppContainer = function() { this.initialize.apply(this, arguments); }; _.extend(WebAppContainer.prototype, { initialize:...
maseb/thicket
src/web/thicket/appkit/web-app-container.js
JavaScript
mit
963
"use strict"; const Base = require('yeoman-generator'); const generatorArguments = require('./arguments'); const generatorOptions = require('./options'); const generatorSteps = require('./steps'); module.exports = class ResponseGenerator extends Base { constructor(args, options) { super(args, options); Obj...
italoag/generator-sails-rest-api
generators/response/index.js
JavaScript
mit
1,039
var _extend = function(obj, source) { for (var prop in source) { obj[prop] = source[prop]; } return obj; }; var STATUS = { blank: 'blank', booked: 'booked', overflowing: 'overflowing' }; var ACTION = { initialBook: 'initialBook', book: 'book' }; /** * SequenceObject */ var S...
henryleu/mysequence
src/sequence.js
JavaScript
mit
5,414
'use strict'; const _ = require('lodash'); const moment = require('moment-timezone'); module.exports = BaseTypes => { BaseTypes.ABSTRACT.prototype.dialectTypes = 'https://mariadb.com/kb/en/library/resultset/#field-types'; /** * types: [buffer_type, ...] * @see documentation : https://mariadb.com/kb/en/libr...
yjwong/sequelize
lib/dialects/mariadb/data-types.js
JavaScript
mit
3,315
module.exports = function () { var faker = require('faker'); var _ = require('lodash'); var getUserInfo = require('./mocks/getUserInfo.js'); var productName = function () { return faker.commerce.productAdjective() + ' ' + faker.commerce.productMaterial() + ' Widget'; }; var productIm...
matt-newell/generator-force
generators/ng/templates/api/generate.js
JavaScript
mit
1,333
/*jshint esversion: 6 */ import Service from '@ember/service'; export default Service.extend({ createCustomBlock(name, options, callback_to_change_block) { options.colour = options.colour || '#4453ff'; if (Blockly.Blocks[name]) { //console.warn(`Redefiniendo el bloque ${name}`); } Blockly.Bl...
hugoruscitti/ember-blockly
addon/services/blockly.js
JavaScript
mit
3,914
webpackJsonp([0],{ /***/ 109: /***/ (function(module, exports) { function webpackEmptyAsyncContext(req) { // Here Promise.resolve().then() is used instead of new Promise() to prevent // uncatched exception popping up in devtools return Promise.resolve().then(function() { throw new Error("Cannot find module '" + ...
marcusasplund/ionic2-camera-demo
www/build/main.js
JavaScript
mit
18,319
mf.include("chat_commands.js"); mf.include("assert.js"); mf.include("arrays.js"); /** * Example: * var id; * var count = 0; * task_manager.doLater(new task_manager.Task(function start() { * id = mf.setInterval(function() { * mf.debug("hello"); * if (++count === 10) { * task_mana...
crazy2be/mineflayer
mineflayer-script/lib/task_manager.js
JavaScript
mit
3,848
/** * Adds a new plugin to plugin.json, based on user prompts */ (function(){ var fs = require("fs"), inquirer = require("inquirer"), chalk = require("chalk"), plugins = require("../plugins.json"), banner = require("./banner.js"), tags = require("./tags.js"...
admdh/postcss-plugins
scripts/addNewPlugin.js
JavaScript
mit
3,398
$(function() { /* We're going to use these elements a lot, so let's save references to them * here. All of these elements are already created by the HTML code produced * by the items page. */ var $orderPanel = $('#order-panel'); var $orderPanelCloseButton = $('#order-panel-close-button'); var $itemName =...
zyz29/yzhou9-webapps
hw4/api/js/items.js
JavaScript
mit
4,719
// @flow /* eslint-disable react/no-danger */ // $FlowMeteor import { find, propEq } from "ramda"; import { Link } from "react-router"; import Split, { Left, Right, } from "../../../components/@primitives/layout/split"; import Meta from "../../../components/shared/meta"; import AddToCart from "../../../components/...
NewSpring/apollos-core
imports/pages/give/campaign/Layout.js
JavaScript
mit
2,414
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
oliviertassinari/material-ui
packages/mui-icons-material/lib/TaskAltSharp.js
JavaScript
mit
749
var API_PHP ="http://devtucompass.tk/pici/BackEnd/Clases/chatAdmin.php"; var API_REST = "http://devtucompass.tk/pici/API/"; $.support.cors = true; $.mobile.allowCrossDomainPages = true; function enviarInfo(){ $("#enviarInfo").click(function(){ $.ajax({ type: "POST", url: API_PHP, dat...
estigio/pici_prueba
js/chat.js
JavaScript
mit
2,859
(function(jiglib) { var MaterialProperties = jiglib.MaterialProperties; var CachedImpulse = jiglib.CachedImpulse; var PhysicsState = jiglib.PhysicsState; var RigidBody = jiglib.RigidBody; var HingeJoint = jiglib.HingeJoint; var BodyPair = jiglib.BodyPair; var PhysicsSystem = jiglib.PhysicsSystem; ...
charlieschwabacher/Walking
public/JigLibJS2/physics/PhysicsController.js
JavaScript
mit
871
/* * SameValue() (E5 Section 9.12). * * SameValue() is difficult to test indirectly. It appears in E5 Section * 8.12.9, [[DefineOwnProperty]] several times. * * One relatively simple approach is to create a non-configurable, non-writable * property, and attempt to use Object.defineProperty() to set a new v...
andoma/duktape
ecmascript-testcases/test-conv-samevalue.js
JavaScript
mit
4,217
/** * marked - a markdown parser * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/chjj/marked */ (function () { var block = { newline: /^\n+/, code: /^( {4}[^\n]+\n*)+/, fences: noop, hr: /^( *[-*_]){3,} *(?:\n+|$)/, heading: /^ *(#{1,6}...
songziming/webmail
static/js/lib/marked.min.js
JavaScript
mit
30,419
/* * @name शेक बॉल बाउंस * @description एक बॉल क्लास बनाएं, कई ऑब्जेक्ट्स को इंस्टेंट करें, इसे स्क्रीन के चारों ओर घुमाएं, और कैनवास के किनारे को छूने पर बाउंस करें। * त्वरणX और त्वरण में कुल परिवर्तन के आधार पर शेक घटना का पता लगाएं और पता लगाने के आधार पर वस्तुओं को गति दें या धीमा करें। */ let balls = []; ...
processing/p5.js-website
src/data/examples/hi/35_Mobile/03_Shake_Ball_Bounce.js
JavaScript
mit
3,037
import { removeFromArray } from '../../../utils/array'; import fireEvent from '../../../events/fireEvent'; import Fragment from '../../Fragment'; import createFunction from '../../../shared/createFunction'; import { unbind } from '../../../shared/methodCallers'; import noop from '../../../utils/noop'; import resolveRef...
magicdawn/ractive
src/view/items/shared/EventDirective.js
JavaScript
mit
5,387
module.exports={"title":"TYPO3","hex":"FF8700","source":"https://typo3.com/fileadmin/assets/typo3logos/typo3_bullet_01.svg","svg":"<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>TYPO3 icon</title><path d=\"M18.08 16.539c-.356.105-.64.144-1.012.144-3.048 0-7.524-10.652-7.524-14.197 0...
cdnjs/cdnjs
ajax/libs/simple-icons/1.11.0/typo3.js
JavaScript
mit
962
!function(){"use strict";!function(){if(void 0===window.Reflect||void 0===window.customElements||window.customElements.polyfillWrapFlushCallback)return;const t=HTMLElement;window.HTMLElement={HTMLElement:function(){return Reflect.construct(t,[],this.constructor)}}.HTMLElement,HTMLElement.prototype=t.prototype,HTMLEleme...
cdnjs/cdnjs
ajax/libs/webcomponentsjs/2.5.0/custom-elements-es5-adapter.min.js
JavaScript
mit
400
//>>built define({"widgets/Splash/nls/strings":{_widgetLabel:"\u0e40\u0e01\u0e23\u0e34\u0e48\u0e19\u0e19\u0e33",welcomeMessage:"\u0e22\u0e34\u0e19\u0e14\u0e35\u0e15\u0e49\u0e2d\u0e19\u0e23\u0e31\u0e1a\u0e2a\u0e39\u0e48 ArcGIS Web Application!",licenceAgree:"\u0e09\u0e31\u0e19\u0e15\u0e01\u0e25\u0e07",licenceTerm:"\u0e4...
pjdohertygis/MapSAROnline
Web Mapping Application/widgets/Splash/nls/Widget_th.js
JavaScript
cc0-1.0
1,012
/******************************************************************************* * Copyright (c) 2019 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
OpenLiberty/open-liberty
dev/com.ibm.ws.security.openidconnect.server/resources/WEB-CONTENT/tokenManager/js/apiUtils.js
JavaScript
epl-1.0
6,782
/*! * Copyright 2010 - 2015 Pentaho Corporation. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
SteveSchafer-Innovent/innovent-pentaho-birt-plugin
js-lib/expanded/common-ui/visual/ccc/wrapper/charts/BarLineChart.js
JavaScript
epl-1.0
4,152
var deps = [ 'common-ui/angular', 'test/karma/unit/angular-directives/templateUtil', 'common-ui/angular-ui-bootstrap', 'angular-mocks', 'common-ui/angular-directives/recurrence/recurrence' ]; define(deps, function (angular, templateUtil) { describe('weeklyRecurrence', function () { var...
SteveSchafer-Innovent/innovent-pentaho-birt-plugin
js-lib/expanded/common-ui/test/karma/unit/angular-directives/weeklyRecurrenceSpec.js
JavaScript
epl-1.0
11,930
/** * Metis - Bootstrap-Admin-Template v2.2.7 * Author : onokumus * Copyright 2014 * Licensed under MIT (https://github.com/onokumus/Bootstrap-Admin-Template/blob/master/LICENSE.md) */ window.fakeStorage = { _data: { }, setItem: function (id, val) { return this._data[id] = String(val); }, g...
simtsit/gtasks
dist/assets/js/style-switcher.js
JavaScript
gpl-2.0
14,257
/* Copyright (c) 2004-2005 The Dojo Foundation, Licensed under the Academic Free License version 2.1 or above */dojo.provide("dojo.reflect"); /***************************************************************** reflect.js v.1.5.0 (c) 2003-2004 Thomas R. Trenka, Ph.D. Derived from the reflection functions of ...
BradNeuberg/hyperscope
prototype_1_basic_outline_viewspecs/trunk/src/client/lib/dojo/src/reflect/reflection.js
JavaScript
gpl-2.0
5,393
$(window).load(function(){FusionCharts.ready(function () { var revenueChart = new FusionCharts({ type: 'column2d', renderAt: 'chart-container', width: '500', height: '300', dataFormat: 'json', dataSource: { "chart": { "caption": "Monthly Re...
sguha-work/fiddletest
fiddles/Chart/Data-Labels/Configuring-x-axis-data-labels-display---staggered-mode_468/demo.js
JavaScript
gpl-2.0
1,780
/* * --------- * |.##> <##.| Open Smart Card Development Platform (www.openscdp.org) * |# #| * |# #| Copyright (c) 1999-2006 CardContact Software & System Consulting * |'##> <##'| Andreas Schwier, 32429 Minden, Germany (www.cardcontact.de) * --------- * * This file is part of OpenSC...
wesee/scsh-scripts
eGK/cvc.js
JavaScript
gpl-2.0
7,514
/* * Simplified Chinese translation * By DavidHu * 09 April 2007 */ Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">加载中...</div>'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.Grid){ Ext.grid.Grid.prototype.ddText = "{0} 选择行"; } if(Ext.TabPanelItem){ Ext.Tab...
jreadstone/zsyproject
WebRoot/resource/commonjs/ext-lang-zh_CN.js
JavaScript
gpl-2.0
4,293
/* Copyright (c) 2004-2008, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/book/dojo-book-0-9/introduction/licensing */ if(!dojo._hasResource["dijit.form.Tim...
btribulski/girlsknowhow
sites/all/modules/civicrm/packages/dojo/dijit/form/TimeTextBox.js
JavaScript
gpl-2.0
623
var searchData= [ ['queuefree',['queueFree',['../struct_ticker_state.html#a942a4c5388669138ad9518b3e14c3cb4',1,'TickerState']]], ['queueused',['queueUsed',['../struct_ticker_state.html#a99d84731b9512a573efd4d40d1ce6b07',1,'TickerState']]] ];
Code-Forge-Lab/Arduino
arduino library/libraries/SSD1306Ascii-SmallSize10/doc/html/search/functions_a.js
JavaScript
gpl-2.0
246
// JavaScript Document jQuery(document).ready(function(){ var ap_methods = { load_sub_items: function(type){ jQuery.post(ajaxurl, {action: 'ap_tax_types',"type":type}, function(response) { response = jQuery.parseJSON(response); if(response.msg){ var data = response.data; ...
inobrega/brasilprofissoes
wp-content/plugins/alphabetic-pagination/scripts.js
JavaScript
gpl-2.0
1,009
/**** MarketPress Checkout JS *********/ jQuery(document).ready(function($) { //coupon codes $('#coupon-link').click(function() { $('#coupon-link').hide(); $('#coupon-code').show(); $('#coupon_code').focus(); return false; }); //payment method choice $('input.mp_choose_gatewa...
RomainGoncalves/Vmall
wp-content/plugins/marketpress/marketpress-includes/js/store.js
JavaScript
gpl-2.0
1,665
/* * Copyright © 2020 Luciano Iam <oss@lucianoiam.com> * * This program 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 2 of the License, or * (at your option) any later version. * * Thi...
Ardour/ardour
share/web_surfaces/shared/components/mixer.js
JavaScript
gpl-2.0
1,925
/*! * VisualEditor MediaWiki Initialization class. * * @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ /** * Initialization MediaWiki Target Analytics. * * @class * * @constructor * @param {ve.init.mw.Target} target Target class to log ...
tbs-sct/gcpedia
extensions/VisualEditor/modules/ve-mw/init/ve.init.mw.TargetEvents.js
JavaScript
gpl-2.0
7,477
diamondApp.service('scrollSvc', function () { this.scrollTo = function (eID) { // This scrolling function // is from http://www.itnewb.com/tutorial/Creating-the-Smooth-Scroll-Effect-with-JavaScript var startY = currentYPosition(); var stopY = elmYPosition(eID); var distance ...
leadershipdiamond/leadershipdiamond
wp-content/themes/leadership-diamond-theme/js/app/services/scrollSvc.js
JavaScript
gpl-2.0
2,069
/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licensing, see: http://dojotoolkit.org/community/licensing.shtml */ dojo.provide("dojo.logging.Logger"); dojo.p...
smee/elateXam
taskmodel/taskmodel-core-view/src/main/webapp/dojo/src/logging/Logger.js
JavaScript
gpl-3.0
15,366
/** * @class Ext.sparkline.Shape * @private */ Ext.define('Ext.sparkline.Shape', { constructor: function (target, id, type, args) { this.target = target; this.id = id; this.type = type; this.args = args; }, append: function () { this.target.appendShape(this); ...
tlaitinen/sms
frontend/ext/src/sparkline/Shape.js
JavaScript
gpl-3.0
346
/** * @package omeka * @subpackage neatline * @copyright 2014 Rector and Board of Visitors, University of Virginia * @license http://www.apache.org/licenses/LICENSE-2.0.html */ Neatline.module('Editor.Exhibit.Records', function(Records) { Records.Controller = Neatline.Shared.Controller.extend({ ...
elotroalex/devlib
plugins/Neatline/views/shared/javascripts/src/editor/exhibit/records/records.controller.js
JavaScript
gpl-3.0
1,675
/** * OpenEyes * * (C) Moorfields Eye Hospital NHS Foundation Trust, 2008-2011 * (C) OpenEyes Foundation, 2011-2013 * This file is part of OpenEyes. * OpenEyes 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,...
openeyesarchive/eyedraw
src/ED/Doodles/Oph/CutterPI.js
JavaScript
gpl-3.0
3,009
function loadText() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "K\u00E4lla"; txtLang[1].innerHTML = "Alternativ text"; txtLang[2].innerHTML = "Mellanrum"; txtLang[3].innerHTML = "Placering"; txtLang[4].innerHTML = "\u00D6verst"; txtLang[5].innerHTML = "...
Alex-Bond/Core-package
tests/editors/iseditor2/scripts/language/finnish/image.js
JavaScript
gpl-3.0
1,371
/*! jQuery UI - v1.10.4 - 2014-01-17 * http://jqueryui.com * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ jQuery(function(t){t.datepicker.regional.it={closeText:"Chiudi",prevText:"&#x3C;Prec",nextText:"Succ&#x3E;",currentText:"Oggi",monthNames:["Gennaio","Febbraio","Marzo","Aprile","Maggio"...
guatajuk/sirUSI
includes/jquery-ui-1.10.4/development-bundle/ui/minified/i18n/jquery.ui.datepicker-it.min.js
JavaScript
gpl-3.0
825
/* Global variables */ var _languagesHashOld = new Array(); var _languagesHash = new Array(); var _languagesRegexHash = new Array(); /* Initialize the languages arrays */ /* Order alphabetically by _languagesHash key */ /* Based in ISO 639-3 codes */ /* source: http://www-01.sil.org/iso639-3/iso-639-3.tab */ /* alt so...
kiwix/kiwix_mirror
kiwix/chrome/content/main/js/languages.js
JavaScript
gpl-3.0
16,530
/* YUI 3.9.0pr1 (build 202) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */ YUI.add('dataschema-json', function (Y, NAME) { /** Provides a DataSchema implementation which can be used to work with JSON data. @module dataschema @submodule dataschema-json **/ /** Provides a DataSchema implementation which ...
rochestb/Adventurly
node_modules/grunt-contrib-yuidoc/node_modules/yuidocjs/node_modules/yui/dataschema-json/dataschema-json-debug.js
JavaScript
gpl-3.0
16,312
import React, { Component, PropTypes } from 'react'; import { View, Image, Text, StyleSheet } from 'react-native'; import LinearGradient from 'react-native-linear-gradient'; const glassPrimary = '#d5d2da'; const glassSecondary = '#bb2130'; class ProfilePicture extends Component { render() { const profi...
TekkenChicken/t7-chicken-native
src/components/CharacterProfile/ProfilePicture.js
JavaScript
gpl-3.0
1,316
function helloWorld() { return 'Hello World'; }
hacktoberfest17/programming
hello_world/js/Hello-world.js
JavaScript
gpl-3.0
50
(function(E,B){function ka(a,b,d){if(d===B&&a.nodeType===1){d=a.getAttribute("data-"+b);if(typeof d==="string"){try{d=d==="true"?true:d==="false"?false:d==="null"?null:!c.isNaN(d)?parseFloat(d):Ja.test(d)?c.parseJSON(d):d}catch(e){}c.data(a,b,d)}else d=B}return d}function U(){return false}function ca(){return true}func...
mzemel/kpsu.org
public/javascripts/production.js
JavaScript
gpl-3.0
346,421
/* Copyright 2010, Google Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following dis...
WGBH/AMS
OpenRefine/extensions/gdata/module/scripts/gdata-extension.js
JavaScript
gpl-3.0
2,422
module.exports = { 'code': 1100, 'type': 'UserExtTokenAlreadyRegistered', 'message': 'The provided external authentification is already used', 'http': 400 };
Tuxkowo/api.life.tl
wrappers/LifeErrors/UserExtTokenAlreadyRegistered.js
JavaScript
gpl-3.0
178
/************************************************************************ * This file is part of EspoCRM. * * EspoCRM - Open Source CRM application. * Copyright (C) 2014-2015 Yuri Kuznetsov, Taras Machyshyn, Oleksiy Avramenko * Website: http://www.espocrm.com * * EspoCRM is free software: you can redistribute it...
onerinas/espocrm-3.4.2
frontend/client/src/views/email/record/detail-quick.js
JavaScript
gpl-3.0
1,356
/*global module */ module.exports = function(grunt) { 'use strict'; grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), concat: { options: { //define the string to go between each file in the concat'd output separator: ';' }, ...
fredericksilva/Mobile-Dropbox-Website-Builder
Gruntfile.js
JavaScript
gpl-3.0
1,990
dojo.provide("dojo.widget.DropdownTimePicker"); dojo.require("dojo.widget.*"); dojo.require("dojo.widget.DropdownContainer"); dojo.require("dojo.widget.TimePicker"); dojo.require("dojo.event.*"); dojo.require("dojo.html.*"); dojo.require("dojo.date.format"); dojo.require("dojo.date.serialize"); dojo.require("dojo.i18n...
idega/org.chiba.web
resources/javascript/dojo-0.4.4/src/widget/DropdownTimePicker.js
JavaScript
gpl-3.0
8,387
var debug = require('debug')('openframe:model:Frame'); module.exports = function(Frame) { Frame.disableRemoteMethodByName('createChangeStream'); // Remove sensitive data from Artworks being returned // in public frames // Frame.afterRemote('**', function(ctx, resultInstance, next) { // debug('...
OpenframeProject/Openframe-API
common/models/frame.js
JavaScript
gpl-3.0
9,543
define( [ 'views/AlertMessageView', 'lib/Mediator' ], function (AlertMessageView, Mediator) { describe('AlertMessageView', function () { var resultsCollection, view, mediator; beforeEach(function () { resultsCollection = new Backbone.Collection(); mediator = new Mediator(...
nsidc/search-interface
spec/views/AlertMessageView_spec.js
JavaScript
gpl-3.0
1,079
(function (angular) { 'use strict'; describe('adminStoreApi', function () { var $firebaseObjectMock; var firebaseObjectResult; var firebaseRef; var adminStoreApi; beforeEach(module('movieClub')); beforeEach(function () { firebaseObjectResult = {'$l...
BrandonCKrueger/movie-club
src/adminStore/adminStoreApi.service.spec.js
JavaScript
gpl-3.0
1,129
//= require ./map
cloudtm/geograph
geograph/app/assets/javascripts/map_lib/index.js
JavaScript
gpl-3.0
17