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 2013 Marco Martin <mart@kde.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2, or * (at your option) any later version. * * This ...
cmacq2/plasma-desktop
containments/panel/contents/code/LayoutManager.js
JavaScript
gpl-2.0
5,877
var searchData= [ ['saveusuario',['saveUsuario',['../classDatabase.html#add8b6ccae20d7ff0d75236140c87f7d7',1,'Database']]], ['serialize',['serialize',['../structBroadcastLine.html#aef301b1a45f42f6480626d358525327a',1,'BroadcastLine::serialize()'],['../structBroadcast.html#a32f48c2376cd0ca4cec40a227624d147',1,'Broad...
jmartty/taller2server
docs/doxygen/html/search/functions_e.js
JavaScript
gpl-2.0
1,028
showWord(["","kontraksyon pou A(yo ap@.<br>"])
georgejhunt/HaitiDictionary.activity
data/words/yap.js
JavaScript
gpl-2.0
46
showWord(["n. "," Metye moun ki travay nan fòj. Fòjon sa a fè bon travay.<br>"])
georgejhunt/HaitiDictionary.activity
data/words/f~ojon_f~ojwon_.js
JavaScript
gpl-2.0
83
/* * Copyright (C) 2015 Annie Zhou * 2016 Sean Burke * 2016 Ben Ockmore * * 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, o...
bookbrainz/bookbrainz-site
src/client/components/forms/registration-details.js
JavaScript
gpl-2.0
4,815
// +-------------------------------------------------+ // © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net) // +-------------------------------------------------+ // $Id: driver.js,v 1.8 2012-11-23 14:02:37 ngantier Exp $ var f_empr_client; var f_expl_client; var f_ack_write; v...
Gambiit/pmb-on-docker
web_appli/pmb/javascript/rfid/ident/driver.js
JavaScript
gpl-2.0
11,104
showWord(["v fr","Koule, disparèt nan dlo. Lanmè a te vin sitan move, bato a fè fon." ])
georgejhunt/HaitiDictionary.activity
data/words/f~efon.js
JavaScript
gpl-2.0
91
Ext.define('Form.store.queryoutput.FBC.NS_7EEFCEADE9112062D7B36FD6A5D72D51.Store', { extend: 'Ext.data.Store', model: 'Form.model.queryoutput.FBC.NS_7EEFCEADE9112062D7B36FD6A5D72D51.Model', remoteFilter: true, remoteSort: true, simpleSortMode: true, autoLoad: false, autoSave: true, autoSync: true, sorters: [...
leonelllagumbay/bdg
app/store/queryoutput/FBC/NS_7EEFCEADE9112062D7B36FD6A5D72D51/Store.js
JavaScript
gpl-2.0
1,316
showWord(["","Lekòl pou fòme pwofesè espesyalize.<br>"])
georgejhunt/HaitiDictionary.activity
data/words/ek~oln~omalsipery~e.js
JavaScript
gpl-2.0
59
/*! * FullCalendar v1.6.1 * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ /* * Use fullcalendar.css for basic styling. * For event drag & drop, requires jQuery UI draggable. * For event resizing, requires jQuery UI resizable. */ (function($, undefined) { ;; var defaults = { // ...
kaydwithers/crossfittanjongpagar
wp-content/plugins/calendarize-it/fullcalendar/fullcalendar/fullcalendar.custom.old.js
JavaScript
gpl-2.0
132,624
const syscoinClient = require('../index').syscoinClient; const methodGenerator = require('./util/methodGenerator'); module.exports = { offerinfo: methodGenerator.generateGenericSyscoinMethod([ { prop: 'guid' } ], syscoinClient.offerInfo, 'offerinfo', 'GET'), offerlink: methodGenerator.generateGenericSyscoi...
syscoin/syscoin-api
server/nodejs/controllers/OffersService.js
JavaScript
gpl-2.0
1,727
// 关注微信 define(['jquery','config','ajax'],function($,config,AjaxFunUtils){ //关注微信检测 var gzweixin = function(opt){ if(isweixin != 1){ return false; } var settings = { callback:null, errcallback:null }; $.extend(true,settings,opt); AjaxFunUtils.ajaxInit({ "url":'/user/weixin_isguanzhu.html', ...
38695248/require-gulp
moblie/require/js/comm/gzweixin.js
JavaScript
gpl-2.0
1,484
import Q from 'q'; var Geo = function() { }; Geo.prototype.getLocation = function() { var dfd = Q.defer(); navigator.geolocation.getCurrentPosition( function(position) { dfd.resolve(position); }, function(error) { dfd.reject(error); } ); return d...
Ta4i/vas
client/js/components/Geo.js
JavaScript
gpl-2.0
356
/** * Expose `plugin`. */ module.exports = plugin; /** * Plugin to highlight go code. * * @param {Highlight} highlight */ function plugin(highlight){ highlight.language('go', grammar); } /** * Grammar. */ var grammar = {}; /** * Strings. */ grammar.string = /(("|')(\\?.)*?\2)/; /** * Comments. */...
AndyKrivovjas/tanks-battle
node_modules/highlight-go/lib/index.js
JavaScript
gpl-3.0
1,231
Ext.define('Siteeditor.view.UrlCreator', { extend : 'Ext.window.Window', requires : [ 'Siteeditor.controller.UrlCreator', 'Siteeditor.view.UrlField', 'Siteeditor.controller.UrlCreator' ], controller : 'Siteeditor.controller.UrlCreator', modal: true, resizable: false, constr...
togucms/Admin-Interface
packages/Siteeditor/src/view/UrlCreator.js
JavaScript
gpl-3.0
813
/*jslint node: true */ /*global Log, httpClient, Future, checkResult, libPath */ var AuthManager = require(libPath + "AuthManager.js"); var CalDav = (function () { "use strict"; function endsWith(str, suffix) { return str.indexOf(suffix, str.length - suffix.length) !== -1; } function getValue(obj, field, noD...
webOS-ports/org.webosports.service.contacts.carddav
service/javascript/utils/CalDav.js
JavaScript
gpl-3.0
27,045
var avgActivity = ""; $(document).ready(function () { if (document.documentElement.lang == 'sq') { avgActivity = "Kultivimi i drith\xebrave (p\xebrveç orizit), i bim\xebve bishtajore dhe i far\xebrave vajore"; $('.avg-capital-selected-value').html(avgActivity); } else { avgActivity ...
opendatakosovo/open-arbk
app/static/js/activityAvgCapitalYears.js
JavaScript
gpl-3.0
8,005
/** * Created by kib357 on 15/10/15. */ import React from "react"; import EditorBase from "../forms/EditorBase"; import ItemHeader from "./ItemHeader"; import Loader from "../misc/Loader"; import SimpleForm from "../forms/SimpleForm"; import appState from "../../stores/appStateStore"; import credentialsStore from "....
getblank/blank-web-app
src/js/components/item/ItemView.js
JavaScript
gpl-3.0
13,921
module.exports = function(app,serverInfo) { var api = require('./api.js')(); app.get('/', function (req, res){ console.log("from /"); res.render('index'); }); app.get('/partials/:name', function (req, res) { var name = req.params.name; console.log("Route ...
kailash-cd/CustomAdCreator
app/routes.js
JavaScript
gpl-3.0
1,128
/** * Created by lijian on 16/4/11. */ function setCookie(c_name, value, expiredays) { var exdate = new Date() exdate.setDate(exdate.getDate() + expiredays) document.cookie = c_name + "=" + escape(value) + ((expiredays == null) ? "" : ";expires=" + exdate.toGMTString()) } function getCookie(c_na...
827992983/yue
commonstatic/js/common.js
JavaScript
gpl-3.0
1,769
/** * Copyright 2016-present Telldus Technologies AB. * * This file is part of the Telldus Live! app. * * Telldus Live! app is free : 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 *...
telldus/telldus-live-mobile-v3
js/App/Components/GeoFence/InAppDisclosureScreen.js
JavaScript
gpl-3.0
5,404
function Gluu () { this.standardShader = null; this.lineShader = null; this.selectionShader = null; this.mvMatrix = mat4.create(); this.objStrMatrix = mat4.create([1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1]); this.mvMatrixStack = []; this.pMatrix = mat4.create(); } Gluu.prototype.initGL = func...
GokuMK/MCA
public_html/webgl/gluu.js
JavaScript
gpl-3.0
7,718
'use strict'; const EventEmitter = require('events').EventEmitter; const util = require('util'); const i18n = require('i18next'); const sprintf = require('i18next-sprintf-postprocessor'); const attributesHelper = require('./DynamoAttributesHelper'); const responseHandlers = require('./response'); const _StateString = ...
tartanguru/alexa-assistant
node_modules/alexa-sdk/lib/alexa.js
JavaScript
gpl-3.0
8,705
exports.run = async (client, message, args) => { if(!message.member.roles.some(r=>["Staff"].includes(r.name)) ) return message.channel.send({embed: { color: 3447003, fields: [{ name: ":octagonal_sign: First of all, permissions.\n", value: "\n\nYou don't have permissions. You need `Sta...
ECC9/symfoxbot
commands/ban.js
JavaScript
gpl-3.0
2,266
/** This file is part of AnyData Server. AnyData Server 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. AnyData Server is distributed...
jasonhenderson/anydata
controllers/sheets.js
JavaScript
gpl-3.0
6,696
var CollectableModel = require('./../models/collectableModel.js') // CollectableCollection - PUBLIC var CollectableCollection = function (levelId) { this.items = new Array() if (levelId) { this.items = getScaledCollectablesForLevel(levelId) } }; CollectableCollection.prototype.addCollectable = function (co...
creative-media-berlin/cm.mp.3d-audio
server-game-logic/data/collections/collectableCollection.js
JavaScript
gpl-3.0
4,056
'use strict'; const promise = require('promise'); const user = require('./user.class.js'); const database = require('../database.js'); var SQL = "SELECT * FROM `posts` WHERE `postid` = ? LIMIT 1"; class post{ constructor(){ this.m_PostID = 0; this.m_Title = "#NO_TITLE_DEFINED"; this.m_Author = new user()...
JamesxX/CleanWebsite
server/classes/post.class.js
JavaScript
gpl-3.0
1,645
/* global QUnit */ /* eslint global-strict: 0, strict: 0, no-console: 0, no-unused-vars: [2, {"vars": "local", "args": "none"}] */ "use strict"; // Tests for tardis/tardis_portal/static/js/main.js QUnit.module("tardis_portal.main", { beforeEach: function(assert) { $.ajaxSetup({ async: false }); }, ...
wettenhj/mytardis
js_tests/jquery/main.test.js
JavaScript
gpl-3.0
644
/** * Global Page Controller */ LibreMail.Pages.Global = (function (Const, Emitter, Components) { // Returns a new instance return function () { 'use strict'; // Components used var Accounts; var StatusMessage; var Notifications; /** * Attach events and instantiate Components *...
mikegioia/libremail
sync/client/src/js/pages/global.js
JavaScript
gpl-3.0
3,277
/* Trigger.js * * copyright (c) 2010-2016, Christian Mayer and the CometVisu contributers. * * 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 3 of the License, or (at your...
starwarsfan/CometVisu
src/structure/pure/Trigger.js
JavaScript
gpl-3.0
2,921
jQuery(() => { const menuToggleChildren = function (item) { jQuery(item).siblings('.menu__list--indented').toggle(); if (jQuery(item).find('svg').attr('class') === 'fa-icon fa-icon-angle-double-down') { jQuery(item).find('svg').attr('class', 'fa-icon fa-icon-angle-double-right'); jQuery(item).fi...
subugoe/typo3-tmpl_ipoa
Resources/Private/JavaScript/menu.js
JavaScript
gpl-3.0
3,880
/** * advocate status */ const status = { ACTIVE: 'active', SUSPENDED: 'suspended', REMOVED: 'removed', }; export const checkStatus = (value) => (Object.values(status).includes(value) ? value : status.ACTIVE); export const statusMsg = { [status.ACTIVE]: 'status.active', [status.SUSPENDED]: 'stat...
datoszs/czech-lawyers
frontend/model/status.js
JavaScript
gpl-3.0
402
'use strict'; angular.module('mobilisign').service('Api', function($http, EntityBuilder) { function getAllElements() { return $http.get('/objects.json') .then(function(response) { var entities = response.data.entities.map(EntityBuilder.build); EntityBuilder.con...
fmobus/mobilisign
app/scripts/services/api.js
JavaScript
gpl-3.0
478
/* * Ext JS Library 3.0 Pre-alpha * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.onReady(function(){ var xd = Ext.data; var store = new Ext.data.JsonStore({ url: 'get-images.php', root: 'images', fields: ['name', 'u...
ducbo/extbind
ext/examples/view/data-view.js
JavaScript
gpl-3.0
2,096
/** * this module is made to handle command cooldowns for discord. * */ (function() { var defaultCooldownTime = $.getSetIniDbNumber('discordCooldownSettings', 'defaultCooldownTime', 5), defaultCooldowns = [], cooldowns = []; /* * @class Cooldown * * @param {String} command ...
stachu540/PhantomBot
javascript-source/discord/core/commandCooldown.js
JavaScript
gpl-3.0
7,633
/** * NssCoreFiscalYear * * @module :: Model * @description :: A short summary of how this model works and what it represents. * */ module.exports = { tableName:"nss_core_fiscalyear", autoCreatedAt:false, autoUpdatedAt:false, autoPK:false, migrate:'safe', connection: ['nss'], attr...
appdevdesigns/opstool-mpdReport
api/models/NssCoreFiscalYear.js
JavaScript
gpl-3.0
536
(function() { var G_LINK = { textEditor : '', tempLayer : '', __start : '[@:', __division : '|', __end : ']', }; /** * 사용자 프로필 레이어 팝업을 출력한다. */ jQuery.layer_link = function(params){ G_LINK.textEditor = params.textEditor; G_LINK.tempLayer = params.tempLayer; var resourceHtml = [ ...
gliderwiki/glider
WebContent/resource/glider/wiki/customer/fn-layer-link.js
JavaScript
gpl-3.0
6,318
"use strict"; var weddingControllers = angular.module('weddingControllers', []); weddingControllers .controller('HomeController', ['$scope', '$location', function ($scope, $location) { $scope.welcome = "Invite you to celebrate at their wedding" } ]) .controller('RsvpController'...
aqualad/brevie-wedding
public/app/controllers/controllers.js
JavaScript
gpl-3.0
3,253
///////////////////////////////////////////////////////////////////// // // Map1.js - Defines the first map for the game. // // Load Dependencies - MapBase // Use Dependencies - <none> // (function() { var map = new Map("\n\ ==============================~~~~~~~~~~~~~~==============-------===========================...
TheModMaker/TCSS491_DMBJ
Scripts/Map6.js
JavaScript
gpl-3.0
5,844
Ext.define('Voyant.data.store.TSNEAnalysisMixin', { mixins: ['Voyant.data.store.VoyantStore'], embeddable: ['Voyant.panel.ScatterPlot'], model: 'Voyant.data.model.StatisticalAnalysis', constructor : function(config) { this.mixins['Voyant.data.store.VoyantStore'].constructor.apply(this, [config, { 'proxy.ext...
sgsinclair/Voyant
src/main/webapp/app/data/store/TSNEAnalysis.js
JavaScript
gpl-3.0
1,193
define([ 'jquery', 'backbone', 'text!template/commodities/ListTemplate.html', 'views/commodities/CommodityGridView', 'views/commodities/CommodityDetailsView' ], function ($, Backbone, template, Grid, Details) { var view = Backbone.View.extend({ initialize: function (options) { ...
FENIX-Platform-Projects/amis-ui-policy
src/main/webapp/js/views/commodities/ListView.js
JavaScript
gpl-3.0
1,369
import React, { Component, PropTypes } from 'react'; import ReactDOM from 'react-dom/server'; import serialize from 'serialize-javascript'; import DocumentMeta from 'react-document-meta'; import { BodyClass }from '../components/shared'; /** * Wrapper component containing HTML metadata and boilerplate tags. * Used in ...
castiron/manifold
client/src/helpers/Html.js
JavaScript
gpl-3.0
2,235
// ELASTIC TERRAIN MAP // Copyright (C) 2015 Jonas Buddeberg <buddebej * mailbox.org>, // Bernhard Jenny <jennyb * geo.oregonstate.edu> // 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 Softwa...
buddebej/elasticterrain
map/src/js/init.js
JavaScript
gpl-3.0
1,873
import '../App/ObservableImports'; import mockery from 'mockery'; import m from 'module'; // inject __DEV__ as it is not available when running through the tests global.__DEV__ = true; // We enable mockery and leave it on. mockery.enable(); // Silence the warnings when *real* modules load... this is a change from //...
BALEHOK/motodo
Tests/Setup.js
JavaScript
gpl-3.0
1,090
// ------------------------------------------------- // ------------------ Utils ------------------------ // ------------------------------------------------- function SendToMaster(command, data) { postMessage( { "command" : command, "data" : data } ); } function DebugMessage(message) ...
kripken/jor1k
js/worker/utils.js
JavaScript
gpl-3.0
2,128
var Reports = {}; Reports.authorSearch = function(listAll) { var params = {}; if (!listAll) { params = $('#author_search_box :input:enabled:not(button)').getFormValues(); } params['thisPage'] = 'reports'; params['submitButton'] = 'search_authors'; Reports.authorSearchSubm...
Biblivre/Biblivre-3
web/scripts/reports.js
JavaScript
gpl-3.0
1,455
var searchData= [ ['vao_5ftarget_5farray',['vao_target_array',['../glvertarray_8hpp.html#a3da5b4b081540c89e728fa083e5c6cd8',1,'sh3_gl']]] ];
Palm-Studios/Palm-Studios.github.io
sh3-redux/doc/html/search/typedefs_4.js
JavaScript
gpl-3.0
143
import React from 'react'; import PropTypes from 'prop-types'; import Button from '../../../components/Button'; import ButtonGroup from '../../../components/ButtonGroup'; import H1 from '../../../components/typography/H1'; import InputGroup from '../../../components/InputGroup'; import Modal from '../../../components/M...
ruebel/synth-react-redux
src/modules/Presets/components/AddPreset/index.js
JavaScript
gpl-3.0
1,884
/** * jscolor - JavaScript Color Picker * * @link http://jscolor.com * @license For open source use: GPLv3 * For commercial use: JSColor Commercial License * @author Jan Odvarko * @version 2.0.4 * * See usage examples at http://jscolor.com/examples/ */ "use strict"; if (!windo...
JoseTfg/booked3
Web/scripts/jscolor-2.0.4/jscolor.js
JavaScript
gpl-3.0
53,747
M.mod_dialogue = M.mod_dialogue || {}; M.mod_dialogue.clickredirector = { /** params **/ cmid : null, modroot : M.cfg.wwwroot + '/mod/dialogue/', init: function(cmid) { this.cmid = cmid; /* todo - check cmid*/ var redirects = Y.all('.conversation-list tr'); redirec...
nitro2010/moodle
mod/dialogue/yui/src/clickredirector/js/clickredirector.js
JavaScript
gpl-3.0
1,841
jQuery( document ).ready( function( $ ) { $("button[id^='edit-button-'], button[id^='cancel-button-']").click( function() { var method_number = $(this).attr('id').charAt($(this).attr('id').length - 1); // Toggle buttons $("button[id='edit-button-" + method_number + "']" ).toggle(); ...
inspire/woocommerce-gateway-value.io
js/edit_billing_details.js
JavaScript
gpl-3.0
1,185
/* * Copyright (C) 2015 Biospex * biospex@gmail.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 3 of the License, or * (at your option) any later version. * * This...
iDigBio/Biospex
resources/js/jqgrid.js
JavaScript
gpl-3.0
11,825
////////// // MAIN // ////////// // standard global variables var container, scene, camera, renderer, controls, stats; //JSON data saved here var json_data; //var keyboard = new THREEx.KeyboardState(); var clock = new THREE.Clock(); var TIMER; // custom global variables var projector, mouse = { x: 0, y: 0 }, INTE...
adrianalonsoba/THREEDC
demo8/script.js
JavaScript
gpl-3.0
13,400
var Extension; if (imports.misc.extensionUtils.extensions) { Extension = imports.misc.extensionUtils.extensions["paperwm@hedning:matrix.org"]; } else { Extension = imports.ui.main.extensionManager.lookup("paperwm@hedning:matrix.org"); } var { Gdk, GLib, Clutter, Meta, GObject } = imports.gi; var workspaceManag...
paperwm/PaperWM
utils.js
JavaScript
gpl-3.0
9,830
var searchData= [ ['operator_28_29',['operator()',['../a00021.html#a9ed5026743a8f9832009669df8f58288',1,'gaml::linear::lars::Learner::operator()()'],['../a00022.html#ab162d4f066caeab75e080938db8acde2',1,'gaml::linear::lasso::Learner::operator()()'],['../a00023.html#aefa0233d067d3b9e247b0575b3dbdbbd',1,'gaml::linear::...
HerveFrezza-Buet/gaml
doc/gaml-linear/html/search/functions_3.js
JavaScript
gpl-3.0
675
var __v=[ { "Id": 1420, "Panel": 778, "Name": "重要的类", "Sort": 0, "Str": "" } ]
zuiwuchang/king-document
data/panels/778.js
JavaScript
gpl-3.0
106
import React, {PureComponent} from 'react'; import PropTypes from 'prop-types'; import IconButton from '@neos-project/react-ui-components/src/IconButton/'; export default class AddNode extends PureComponent { static propTypes = { className: PropTypes.string, onClick: PropTypes.func.isRequired, ...
dimaip/neos-ui
packages/neos-ui/src/Containers/LeftSideBar/NodeTreeToolBar/Buttons/AddNode/index.js
JavaScript
gpl-3.0
963
import Vuex from 'vuex' const store = () => new Vuex.Store({ state: { auth_token: null, username: null, private_key: null }, mutations: { save_key (state, key) { state.private_key = key }, save_username (state, username) { state.username = username }, login (state, pay...
baguette-io/baguette-web
store/index.js
JavaScript
gpl-3.0
651
import React from "react"; import styles from "./AddBillFAB.scss"; import { Button } from "react-toolbox/lib/button"; import withNavigation from "components/hoc/withNavigation"; import LocationBuilder from "../../modules/navigation/LocationBuilder"; // TODO: Use a real FAB library here that allows to hide the button o...
thomaseizinger/frontend
src/routes/App/components/AddBillFAB/AddBillFAB.js
JavaScript
gpl-3.0
615
var classfr_1_1iessa_1_1vue_1_1_panel_tableau_de_bord = [ [ "PanelTableauDeBord", "d3/df2/classfr_1_1iessa_1_1vue_1_1_panel_tableau_de_bord.html#a7250492aa8b04873b12b1c112e00f494", null ], [ "update", "d3/df2/classfr_1_1iessa_1_1vue_1_1_panel_tableau_de_bord.html#a257bf918c98da8a61e02cef12189b052", null ], ...
avaret/simuroul
doxydoc/html/d3/df2/classfr_1_1iessa_1_1vue_1_1_panel_tableau_de_bord.js
JavaScript
gpl-3.0
572
/************************************************************************ * This file is part of EspoCRM. * * EspoCRM - Open Source CRM application. * Copyright (C) 2014-2021 Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko * Website: https://www.espocrm.com * * EspoCRM is free software: you can redistribute...
ayman-alkom/espocrm
client/src/views/email/fields/from-address-varchar.js
JavaScript
gpl-3.0
15,542
( function (broker) { var UserActions = actions.Action.extend({ events: { "add-list" : "addList", "remove-list" : "removeList", "follow-user" : "followUser", "unfollow-user" : "unfollowUser", "follow-list" : "followList", ...
urlist/urlist
webclient/src/app/actions/user.js
JavaScript
gpl-3.0
5,723
/** * Tests util.defineSecureProp * * Copyright (C) 2014 Free Software Foundation, Inc. * * This file is part of GNU ease.js. * * ease.js 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 ve...
mikegerwitz/easejs
test/Util/DefineSecurePropTest.js
JavaScript
gpl-3.0
5,509
/* @flow */ import _ from 'lodash'; import { $ } from '../vendor'; import { Module } from '../core/module'; import { Alert, formatDate, formatDateDiff, getUserInfo, loggedInUser } from '../utils'; import { ajax, multicast, i18n } from '../environment'; import * as BetteReddit from './betteReddit'; import * as CommandL...
corylulu/Reddit-Enhancement-Suite
lib/modules/accountSwitcher.js
JavaScript
gpl-3.0
12,190
function ValidarLogin() { //alert("Login"); var email=$("#email").val(); var recordar=$("#recordarme").is(':checked'); //alert(email); //alert(recordar); var funcionAjax=$.ajax({ url:"partes/guardarUsuario.php", type:"post", data:{ recordarme:recordar, email:email } }); funcionAjax.done(functio...
martinsimonetti/ABM_Personas
js/funcionesLogin.js
JavaScript
gpl-3.0
440
// @flow import { connect } from 'react-redux' import { Button } from 'react-native-elements' import { goToLeaderboard } from '../action/Navigator' const mapDispatchToProps = dispatch => ({ onPress: () => dispatch(goToLeaderboard()), }) export default connect(null, mapDispatchToProps)(Button)
HaxZz/react-native-minesweeper
src/container/LeaderboardButton.js
JavaScript
gpl-3.0
300
/* global rainlog, __config */ "use strict"; const _ = require('lodash'); const nester = require('./nest'); const hooks = require('./hooks'); module.exports = { /** * packageData (String, params Object, Module Object [, String Args]) * * Packages arguments into a data object. If called for commands, also...
wolfchase/rainbot.js
lib/hookhandler/helpers.js
JavaScript
gpl-3.0
1,136
/* * * Copyright (c) 2007 e-nova technologies pvt. ltd. (kevin.muller@enova-tech.net || http://www.enova-tech.net) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * __ ___ ___ ...
iametza/ikuslang-app
www/lib/jMyPuzzle.iametza.js
JavaScript
gpl-3.0
16,362
Ext.define('Carrot.controller.Main', { extend: 'Ext.app.Controller' });
JohnnyFee/carrot
src/Carrot/src/main/webapp/WEB-INF/s/Web/app/controller/Main.js
JavaScript
gpl-3.0
76
/* globals jQuery, ajaxurl */ (function($){ $(document).on('ready', function(){ $('div.notice.is-dismissible[data-source="fw-themefuse-update"] button.notice-dismiss').on('click', function(){ $.ajax({ type: 'POST', url: ajaxurl, data: { action: 'fw_ext_themefuse_update_dismiss_notice', ...
NitaAlexandr/park-circle
the-core-parent/framework-customizations/extensions/themefuse-update/static/js/scripts.js
JavaScript
gpl-3.0
419
"use strict"; /** * Copyright 2012 Google Inc. 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 req...
scottmiller2/FCSV
functions/node_modules/google-auth-library/build/src/auth/oauth2client.js
JavaScript
gpl-3.0
34,495
import Markdown from "./Markdown"; import Resources from "./Resources"; import TableOfContents from "./TableOfContents"; import Texts from "./Texts"; import Metadata from "./Metadata"; import RecentActivity from "./RecentActivity"; export default { Markdown, Resources, TableOfContents, Texts, Metadata, Rec...
ManifoldScholar/manifold
client/src/backend/components/content-block/TypeForm/types/index.js
JavaScript
gpl-3.0
335
/*#region license // GNU General Public License (GNU GPLv3) // Copyright © 2016 Odense Bys Museer // Author: Andriy Volkov // 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 3...
HistoriskAtlas/HistoriskAtlas5.API
Web/scripts/ng/directives/deletesrc.js
JavaScript
gpl-3.0
992
/** * @alias ProtoBuf.Reflect * @expose */ ProtoBuf.Reflect = (function(ProtoBuf) { "use strict"; /** * Reflection types. * @exports ProtoBuf.Reflect * @namespace */ var Reflect = {}; //? include("Reflect/T.js"); /** * @alias ProtoBuf.Reflect.T ...
Seris/MumbleJS
node_modules/protobufjs/src/ProtoBuf/Reflect.js
JavaScript
gpl-3.0
2,052
var error500 = 'Internal Server Error !!!'; var adminResetPassword = 'AdminResetPassword.html'; function tryLogin(e) { if (e.keyCode == 13) { doAdminLogin(); return false; } } function adminForgotPassword() { var errorList = []; errorList.push(getLocalMessage("admin.login.forgotPass.proccess.ms...
abmindiarepomanager/ABMOpenMainet
Mainet1.0/MainetServiceParent/MainetServiceWeb/src/main/webapp/js/eip/admin/adminLoginForm.js
JavaScript
gpl-3.0
995
var files = [ [ "Containers", "dir_640d20f064e60e9a443920846e688e54.html", "dir_640d20f064e60e9a443920846e688e54" ], [ "Controls", "dir_7abcc4c3ac92a5007738d08d3481a43b.html", "dir_7abcc4c3ac92a5007738d08d3481a43b" ], [ "Util", "dir_d4f7a754e06480f800a6fab4b04999ce.html", "dir_d4f7a754e06480f800a6fab4b04999...
KateAdams/kateadams.eu
static/*.kateadams.eu/Consor/Doxygen/files.js
JavaScript
gpl-3.0
2,935
const expect = require('chai').expect; const MemStore = require('../../store/memstore'); var memStore = new MemStore(); describe('Memstore', function () { it('could save without error', function(done) { memStore.set('foo', 'bar', function (err, result) { expect(err).to.be.oneOf([null, undefined]); done(); ...
vimer/VI.test
nodeJs/easysns/test/store/memstore.test.js
JavaScript
gpl-3.0
1,151
import express from 'express'; /** * @apiDefine 5xx Error 5xx */ export function routingFunc(args) { let request = express(); let requestCtrl = args.requestCtrl; let authCtrl = args.authCtrl; request.get('/list/sent', authCtrl.authenticate.bind(authCtrl), requestCtrl.getSentRequestList.bind(reque...
cuponthetop/gachi_back
lib/routes/v1/request.js
JavaScript
gpl-3.0
1,775
/* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'iframe', 'is', { border: 'Show frame border', // MISSING noUrl: 'Please type the iframe URL', // MISSING scrolling: 'Enable scr...
ernestbuffington/PHP-Nuke-Titanium
includes/wysiwyg/ckeditor/plugins/iframe/lang/is.js
JavaScript
gpl-3.0
416
/*! * Webogram v0.5.6 - messaging web application for MTProto * https://github.com/zhukov/webogram * Copyright (C) 2014 Igor Zhukov <igor.beatle@gmail.com> * https://github.com/zhukov/webogram/blob/master/LICENSE */ 'use strict' /* global Config, location, templateUrl, onContentLoaded, tsNow, cancelEvent, safeRep...
bartist/webogram
app/js/controllers.js
JavaScript
gpl-3.0
170,198
MODX Evolution 1.1 = 39dc41bc9908469863c43f59decff068
gohdan/DFC
known_files/hashes/assets/plugins/tinymce/tiny_mce/plugins/autosave/langs/fr.js
JavaScript
gpl-3.0
54
const express = require('express') const cookieParser = require('cookie-parser') var app = express() app.listen(3000) // 使用 cookieParser 中间件,cookieParser(secret, options) // 其中 secret 用来加密 cookie 字符串 // options // path:表示 cookie 影响到的路径,匹配该路径才发送这个 cookie。 // expires 和 maxAge:告诉浏览器这个 cookie 什么时候过期,expires 是 UTC 格式时间,ma...
sghuangrihuang/practiceProject
node/20171204/cookie-session/cookie.js
JavaScript
gpl-3.0
1,344
// ----------------------------------------------------------------------------------------------------------------- // // Nano Defender - An anti-adblock defuser // Copyright (C) 2016-2019 Nano Defender contributors // // This program is free software: you can redistribute it and/or modify // it under the terms of t...
jspenguin2017/uBlockProtector
src/content/core.js
JavaScript
gpl-3.0
55,268
"use strict"; var util = require("util"); var netutil = require("../cloud9.core/netutil"); var c9util = require("../cloud9.core/util"); var NodeDebugProxy = require("./nodedebugproxy"); /** * debug node scripts with restricted user rights */ var exports = module.exports = function (url, pm, sandbox, runNode, usePo...
Phara0h/cloud9
plugins-server/cloud9.run.node-debug/node_debug-runner.js
JavaScript
gpl-3.0
5,197
/* dia 4: Hi! ejer 5 */ function mapEj5(names, fnhi) { var listHi = []; for (var i = 0; i < names.length; i++) { listHi.push(fnhi(names[i])); } return listHi; }
adelatorrefoss/curso-js-kaleidos
exercises/js/ej5Hi.js
JavaScript
gpl-3.0
193
/** * GaiaEHR (Electronic Health Records) * Copyright (C) 2013 Certun, LLC. * * 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 3 of the License, or * (at your option) any la...
chithubco/doctorapp
app/view/patient/encounter/SOAP.js
JavaScript
gpl-3.0
15,900
/* Copyright 2013 Steven Pledger <steev@yourewinner.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 3 of the License, or * (at your option) any later version. * * Th...
steevp/djsteevbot
djsteevbot.js
JavaScript
gpl-3.0
3,698
/** * Generates a GUI for a template entry from the SCM. */ function _setItemField(variable, vKey, item, iKey, fn) { var val = variable[vKey]; if (val !== undefined) { if (fn !== undefined) { val = fn(val); } item[iKey] = val; } } Ext.define('ScriptBuilder.templates....
joshvote/ANVGL-Portal
src/main/webapp/js/ScriptBuilder/templates/DynamicTemplate.js
JavaScript
gpl-3.0
5,908
Ext.BLANK_IMAGE_URL = 'ext/resources/images/default/s.gif'; Ext.onReady(function() { /////////////////////////////////////////////////////////////////// //カスタムイベント /////////////////////////////////////////////////////////////////// MyEvent = Ext.extend(Ext.util.Observable, { constructor: function() { this.ad...
recruitcojp/WebHive
app/webroot/js/ui_guest.js
JavaScript
gpl-3.0
7,760
'use strict'; /* Controllers */ app.controller('SocialEngagementController', ['$scope', '$http', '$state', '$window', function($scope, $http, $state, $window) { var graph = "[ { data: [###data###], points: { show: true, radius: 6}, splines: { show: true, tension: 0.45, lineWidth: 5, fill: 0 } } ], { colors: ['#23b...
aboieriu/concord
ui/src/js/app/social/controller/social-engagement-controller.js
JavaScript
gpl-3.0
1,536
var class_team_speak3___node___channel = [ [ "__construct", "class_team_speak3___node___channel.html#a7e20bbf057d5934b61e5c024240204d9", null ], [ "subChannelList", "class_team_speak3___node___channel.html#a3305e870508db6fc6346ac326d843f89", null ], [ "subChannelGetById", "class_team_speak3___node___channel...
seyon/Teamspeak3Framework
docs/html/class_team_speak3___node___channel.js
JavaScript
gpl-3.0
8,541
// Translate functions function human2cat() { var humanSentence = document.getElementById("human").value; var catWord = ""; var catSentence= ""; for (var i = 0; i < humanSentence.length; i++) { var letterCode = humanSentence.charCodeAt(i); letterBinary= ("00000000" + letterCode.toString(2)).slice(-8); ...
sd65/Human2Cat-Website
js/translate.js
JavaScript
gpl-3.0
2,183
/* Copyright (C) 2015 Aliaksandr Aliashkevich 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 3 of the License, or (at your option) any later version. ...
poorlymac/sqltabs
src/Actions.js
JavaScript
gpl-3.0
9,773
/* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'colordialog', 'et', { clear: 'Eemalda', highlight: 'Näidis', options: 'Värvi valikud', selected: 'Valitud värv', title: 'Värv...
ernestbuffington/PHP-Nuke-Titanium
includes/wysiwyg/ckeditor/plugins/colordialog/lang/et.js
JavaScript
gpl-3.0
341
let EventEmitter = require('events').EventEmitter module.exports = class extends EventEmitter { constructor(params) { super(); var self = this; self.connection = params.connection; self.id = self.connection.generateId(); self.is_closed = false; self.info = null; ...
wedancedalot/browser-net-relay
client/protocol/udp.js
JavaScript
gpl-3.0
2,840
import React from 'react'; import ReactDOM from 'react-dom'; ReactDOM.render(<div>IXEbelle v.0.0.1</div>, document.getElementById('app'));
jloi/ixebelle
index.js
JavaScript
gpl-3.0
139
var searchData= [ ['zombie',['ZOMBIE',['../namespacePrecoSat.html#acba3b1a28994a5db489e79684a758a40a367bf33bc0d47172eb8ab435097f136c',1,'PrecoSat']]], ['zombies',['zombies',['../structPrecoSat_1_1Stats.html#a050ca715c23d9bc3a26de0d2218a6ef0',1,'PrecoSat::Stats::zombies()'],['../structPrecoSat_1_1Stats.html#ad335c3e...
MORZorg/SemOptRZ
docs/html/search/all_7a.js
JavaScript
gpl-3.0
384
jQuery(document).ready(function($) { $( ".add_insurance").click(function(event) { //cancel the default button event event.preventDefault(); jQuery.ajax({ type: "POST", url: "../add-insurance-backend-page", dataType: "html", data: "insurance_id=" + $(this).attr("data-product-id") , success: fu...
flyingwip/woocommerce_cart_product_offer
assets/insurance.js
JavaScript
gpl-3.0
645
/* eslint-disable react/prefer-stateless-function */ import React, { PropTypes } from 'react'; import { Cell, CellBody, CellFooter, Panel, PanelHeader, PanelBody } from 'react-weui'; class EduHistory extends React.Component { static propTypes = { history: PropTypes.array.isRequired, }; render() { re...
nagucc/jkef-wxe
src/routes/acceptors/detail/EduHistory.js
JavaScript
gpl-3.0
778
<!-- Start of StatCounter Code --> <script type="text/javascript"> var sc_project=6218986; var sc_invisible=1; var sc_security="054f9168"; </script> <script type="text/javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><div class="statcounter"><a title="custom counter" href="http://s...
julienbedard/browsersploit
xpl/dep/fakestats.js
JavaScript
gpl-3.0
529