code
stringlengths
2
1.05M
/** * HTML tokenizer by Marijn Haverbeke * http://codemirror.net/ * @constructor * @memberOf __xmlParseDefine * @param {Function} require * @param {Underscore} _ */ emmet.define('xmlParser', function(require, _) { var Kludges = { autoSelfClosers : {}, implicitlyClosed : {}, contextGrabbers : {}, doNotIn...
/** * @module zrender/tool/color */ var kCSSColorTable = { 'transparent': [0,0,0,0], 'aliceblue': [240,248,255,1], 'antiquewhite': [250,235,215,1], 'aqua': [0,255,255,1], 'aquamarine': [127,255,212,1], 'azure': [240,255,255,1], 'beige': [245,245,220,1], 'bisque': [255,228,196,1],...
module.exports = function() { if (true) { if (true) { if (true) { return false } } } }
/*! hyperform.js.org */ 'use strict'; /* the following code is borrowed from the WebComponents project, licensed * under the BSD license. Source: * <https://github.com/webcomponents/webcomponentsjs/blob/5283db1459fa2323e5bfc8b9b5cc1753ed85e3d0/src/WebComponents/dom.js#L53-L78> */ // defaultPrevented is broken in IE...
/* Highcharts JS v5.0.7 (2017-01-17) (c) 2009-2016 Torstein Honsi License: www.highcharts.com/license */ (function(L,a){"object"===typeof module&&module.exports?module.exports=L.document?a(L):a:L.Highcharts=a(L)})("undefined"!==typeof window?window:this,function(L){L=function(){var a=window,B=a.document,A=a.naviga...
//= require_tree ./application
var http = require('http'); var cicada = require('../'); var ci = cicada('/tmp/blarg'); ci.on('commit', function (commit) { commit.run('test').on('exit', function (code) { var status = code === 0 ? 'PASSED' : 'FAILED'; console.log(commit.hash + ' ' + status); }); }); var server = http.createSe...
/** * @author alteredq / http://alteredqualia.com/ */ THREE.EffectComposer = function ( renderer, renderTarget ) { this.renderer = renderer; if ( renderTarget === undefined ) { var width = window.innerWidth || 1; var height = window.innerHeight || 1; var parameters = { minFilter: THREE.LinearFilter, magFi...
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["children", "primary", "label"]; import { createScopedElement } from "../../lib/jsxRuntime"; import Tappable from "../Tappable/Tappable"; import { getClassName }...
this.primereact = this.primereact || {}; this.primereact.menubar = (function (exports, React, core) { 'use strict'; function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } var React__default = /*#__PURE__*/_interopDefaultLegacy(React); function _clas...
/** * Auto-update the 'latest activity' widget. * * @mixin * @namespace Bolt.activity * * @param {Object} bolt - The Bolt module. * @param {Object} $ - jQuery. */ (function (bolt, $) { /** * Bolt.activity mixin container. * * @private * @type {Object} */ var activity = {}; ...
/* Copyright (C) 2012 by Samuel Ronce Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute,...
var name = "Supafly Flycatcher"; var collection_type = 0; var is_secret = 0; var desc = "Caught 501 perfectly perfect jars of Fireflies"; var status_text = "Yes! 501 perfect jars of Fireflies, making you a certifiably Supafly Flycatcher. Tell all your friends."; var last_published = 1348802871; var is_shareworthy =...
version https://git-lfs.github.com/spec/v1 oid sha256:574bbfb7c8314e96c3e7dfcb549768dc2e7fbd5859d9459c3331a3120b674923 size 5051
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
class ExplorerNavCtrl { constructor() { 'ngInject'; } } let ExplorerNav = { controller: ExplorerNavCtrl, templateUrl: 'modules/explorer/layout/nav.html' }; export default ExplorerNav;
//---------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- "use strict"; var crypto = require("crypto"); var AuthHandler = { getAuthorizationHeader: fun...
export const INCREMENT_COUNTER = 'INCREMENT_COUNTER'; export const DECREMENT_COUNTER = 'DECREMENT_COUNTER'; export function increment() { return { type: INCREMENT_COUNTER }; } export function decrement() { return { type: DECREMENT_COUNTER }; } export function incrementIfOdd() { return (dispatch,...
import { isBlank, isPresent, CONST_EXPR, isString } from 'angular2/src/facade/lang'; import { PromiseWrapper } from 'angular2/src/facade/promise'; import { ObservableWrapper } from 'angular2/src/facade/async'; import { StringMapWrapper } from 'angular2/src/facade/collection'; import { OpaqueToken } from 'angular2/c...
"use strict"; const idlUtils = require("../generated/utils"); const ElementImpl = require("./Element-impl").implementation; const MouseEvent = require("../generated/MouseEvent"); const GlobalEventHandlersImpl = require("./GlobalEventHandlers-impl").implementation; const focusing = require("../helpers/focusing.js"); c...
// Copyright 2008 The Closure Library Authors. 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 requ...
KISSY.add(function (S, Node,Demo) { var $ = Node.all; describe('tb-video-player', function () { it('Instantiation of components',function(){ var demo = new Demo(); expect(S.isObject(demo)).toBe(true); }) }); },{requires:['node','gallery/tb-video-player/1.5/']});
{ // Map BGM addAudio:[ ["map-bgm",[audioserver+"tlol-cave.mp3",audioserver+"tlol-cave.ogg"],{channel:"bgmusic",loop:true}], ], // Map graphics addImage:[ ["tiles","resources/tlol/gfx-cave.png"], ], // Map Tileset addTiles:[ {id:"tiles",image:"tiles",tileh:30,tilew:30,tilerow:10,gapx:0,gapy:0}, ], se...
'use strict'; describe('myApp.view5 module', function() { beforeEach(module('myApp.view5')); describe('view5 controller', function(){ it('should ....', inject(function($controller) { //spec body var view5Ctrl = $controller('View5Ctrl'); expect(view5Ctrl).toBeDefined(); })); }); });
/** * Created by alberto on 6/7/15. */ angular.module('routing').controller('TasksListController', TasksListController); function TasksListController($scope, $rootScope) { $scope.search = {}; $scope.taskslist = $rootScope.taskslist; }
var moment = require("../../index"); exports["America/Los_Angeles"] = { "1918" : function (t) { t.equal(moment("1918-03-31T09:59:59+00:00").tz("America/Los_Angeles").format("HH:mm:ss"), "01:59:59", "1918-03-31T09:59:59+00:00 should be 01:59:59 PST"); t.equal(moment("1918-03-31T10:00:00+00:00").tz("America/Los_An...
/*globals console, angular*/ 'use strict'; var demoApp = angular.module('isis.ui.contextmenu.demo', ['isis.ui.contextmenu']); demoApp.controller('ContextmenuCustomTemplateController', function ($scope, contextmenuService) { $scope.parameter = {}; $scope.closeClick = function () { console.log('closin...
/*! React Starter Kit | MIT License | http://www.reactstarterkit.com/ */ import 'babel-core/polyfill'; import path from 'path'; import express from 'express'; import React from 'react'; import ReactDOM from 'react-dom/server'; import Router from './routes'; import Html from './components/Html'; import assets from './a...
var a = { a: 1, b: 2, // <-- trailing comma };
var util = require("util"); var choreography = require("temboo/core/choreography"); /* GeoPoint Associates a Geo point with an existing object. */ var GeoPoint = function(session) { /* Create a new instance of the GeoPoint Choreo. A TembooSession object, containing a valid set of Temboo...
/** * Dropdown module. * @module foundation.dropdown * @requires foundation.util.keyboard * @requires foundation.util.box */ !function($, Foundation){ 'use strict'; /** * Creates a new instance of a dropdown. * @class * @param {jQuery} element - jQuery object to make into an accordion menu. * @para...
/* global QUnit */ import { RawShaderMaterial } from '../../../../src/materials/RawShaderMaterial'; export default QUnit.module( 'Materials', () => { QUnit.module( 'RawShaderMaterial', () => { // INHERITANCE QUnit.todo( "Extending", ( assert ) => { assert.ok( false, "everything's gonna be alright" ); } ...
'use strict' const assert = require('assert') const {closeWindow} = require('./window-helpers') const {remote} = require('electron') const {BrowserView, BrowserWindow} = remote describe('View module', function () { var w = null var view = null beforeEach(function () { w = new BrowserWindow({ show: f...
/*! * IE10 viewport hack for Surface/desktop Windows 8 bug * Copyright 2014-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ // See the Getting Started docs for more information: // http://getbootstrap.com/getting-started/#support-ie10-width (function () { 'use ...
import Ember from 'ember'; import { moduleForComponent, test } from 'ember-qunit'; import InputBasedMixin from 'sl-ember-components/mixins/sl-input-based'; import TooltipEnabledMixin from 'sl-ember-components/mixins/sl-tooltip-enabled'; moduleForComponent( 'sl-textarea', 'Unit | Component | sl textarea', { unit: t...
/** * MySql: https://github.com/felixge/node-mysql */ function MySql () { this.client = require('mysql'); this.connection = null; this.config = null; this.mysql = true; this.name = 'mysql'; } MySql.prototype.connect = function (options, done) { this.connection = this.client.createConnectio...
/** * @license Highmaps JS v6.1.2 (2018-08-31) * Highmaps as a plugin for Highcharts or Highstock. * * (c) 2011-2017 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; (function (factory) { if (typeof module === 'object' && module.exports) { module.exports = factory; } else if (typeof de...
CKEDITOR.plugins.setLang("flash","lt",{access:"Skripto priėjimas",accessAlways:"Visada",accessNever:"Niekada",accessSameDomain:"Tas pats domenas",alignAbsBottom:"Absoliučią apačią",alignAbsMiddle:"Absoliutų vidurį",alignBaseline:"Apatinę liniją",alignTextTop:"Teksto viršūnę",bgcolor:"Fono spalva",chkFull:"Leisti per v...
var urljoin = require('url-join'); var WinChan = require('winchan'); var urlHelper = require('../helper/url'); var assert = require('../helper/assert'); var responseHandler = require('../helper/response-handler'); var PopupHandler = require('../helper/popup-handler'); var objectHelper = require('../helper/object'); va...
hljs.registerLanguage("erlang-repl",function(){"use strict";return function(e){ return{name:"Erlang REPL",keywords:{built_in:"spawn spawn_link self", keyword:"after and andalso|10 band begin bnot bor bsl bsr bxor case catch cond div end fun if let not of or orelse|10 query receive rem try when xor" },contains:[{classNa...
/*! * QUnit 1.15.0 * http://qunitjs.com/ * * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: 2014-08-08T16:00Z */ (function( window ) { var QUnit, config, onErrorFnPrev, fileName = ( sourceFromStacktrac...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S11.13.2_A4.10_T1.2; * @section: 11.13.2, 11.10.2; * @assertion: The production x ^= y is the same as x = x ^ y; * @description: Type(x) and Type(y) vary between primitiv...
Kanboard.Screenshot = function(app) { this.app = app; this.pasteCatcher = null; }; Kanboard.Screenshot.prototype.onPopoverOpened = function() { if (this.app.hasId("screenshot-zone")) { this.initialize(); } }; // Setup event listener and workarounds Kanboard.Screenshot.prototype.initialize = fu...
/* * Copyright (c) 2014 - present Adobe Systems Incorporated. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * ...
/*! * Jade - Compiler * Copyright(c) 2010 TJ Holowaychuk <tj@vision-media.ca> * MIT Licensed */ /** * Module dependencies. */ var nodes = require('./nodes') , filters = require('./filters') , doctypes = require('./doctypes') , selfClosing = require('./self-closing') , utils = require('./utils'); // if...
#!/usr/bin/env node "use strict"; /* eslint-disable no-console */ const consoleReporter = require("./console-reporter"); const pathToSuites = require("./path-to-suites"); const benchmarks = require("."); const fs = require("fs"); const path = require("path"); const toFileUrl = require("../lib/jsdom/utils").toFileUrl; ...
var express = require('express'); var router = express.Router(); var util = require('util'); var constants = require('../util/constants'); var utils = require('../util/utils') var string = function (coverage) { var base64String = "YSBzdHJpbmcgdGhhdCBnZXRzIGVuY29kZWQgd2l0aCBiYXNlNjQ="; var base64UrlString = "YSB...
/** * @author sunag / http://www.sunag.com.br/ */ import { FloatNode } from '../inputs/FloatNode.js'; import { NodeLib } from '../core/NodeLib.js'; function TimerNode( scale, scope, timeScale ) { FloatNode.call( this ); this.scale = scale !== undefined ? scale : 1; this.scope = scope || TimerNode.GLOBAL; thi...
#!/usr/bin/env node const path = require('path'); const fs = require('fs'); const GitHubApi = require('github'); const github = new GitHubApi(); /** CONFIGURATION: change these things if you want to tweak how the runs are made. */ /** Path to the local material2. By default based on the location of this script. */ ...
/** * @fileoverview Tests for no-caller rule. * @author Nicholas C. Zakas */ "use strict"; //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ const rule = require("../../../lib/rules/no-c...
import NotFound from './NotFound' export default NotFound
/** * @author alteredq / http://alteredqualia.com/ */ import { Box3, MathUtils, MeshLambertMaterial, Object3D, TextureLoader, UVMapping, sRGBEncoding } from "../../../build/three.module.js"; import { MD2Loader } from "../loaders/MD2Loader.js"; import { MorphBlendMesh } from "../misc/MorphBlendMesh.js"; var M...
!function(t){t.LiquidDistortMaterial=function(){t.Material.apply(this,arguments)},t.LiquidDistortMaterial.prototype=Object.create(t.Material.prototype),t._extendWithGettersSetters(t.LiquidDistortMaterial.prototype,{constructor:t.LiquidDistortMaterial,init:function(){this.mainImage=[t.Assets.Shaders.Noise3D,"void mainIm...
Object_shallowCopyFrom_(Array.prototype,{ asPath: function() { return this.join("/"); } });
var api = { pageVisited: function(info) { Triggers.processRequest(info); Meteor.call('livechat:pageVisited', visitor.getToken(), info); } }; window.addEventListener('message', function(msg) { if (typeof msg.data === 'object' && msg.data.src !== undefined && msg.data.src === 'rocketchat') { if (api[msg.data.f...
var request = require('supertest'); var app = require('./index.js'); describe('Templating', function () { it('should return the template', function (done) { var html = '<!DOCTYPE html><head><html><title>Koa Templating</title></html><body><p>Hello!</p></body></head>'; request(app.listen()) .get('/') ...
"use strict"; var core_1 = require('@angular/core'); var NgTranscludeDirective = (function () { function NgTranscludeDirective(_viewRef) { this._viewRef = _viewRef; this.viewRef = _viewRef; } Object.defineProperty(NgTranscludeDirective.prototype, "ngTransclude", { get: function () { ...
dojo.provide("dojo.tests.aspect"); var aspect = dojo.require("dojo.aspect"); doh.register("tests.aspect", [ function before(t){ var order = []; var obj = { method: function(a){ order.push(a); } }; var signal = aspect.before(obj, "method", function(a){ order.push(a); return [a+1]; ...
/* This file is part of Ext JS 4.2 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact Commercial Usage Licensees holding valid commercial licenses may use this file in accordance with the Commercial Software License Agreement provided with the Software or, alternatively, in accordance with th...
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exports["jsonld"] = factory(); else root["jsonld...
/** * @ngdoc model * @name BackOfficeTreeDisplay * @function * * @description * Represents a JS version of BackOfficeTreeDisplay object */ var BackOfficeTreeDisplay = function() { var self = this; self.routeId = ''; self.parentRouteId = ''; self.title = ''; self.icon = ''; self.routePath...
/** * 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. * * @flow */ 'use strict'; module.exports = require('./src/dom/Drag');
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
import Ember from 'ember-metal/core'; import {set} from 'ember-metal/property_set'; import run from 'ember-metal/run_loop'; import {observer as emberObserver} from 'ember-metal/mixin'; import {listenersFor} from 'ember-metal/events'; import ArrayProxy from 'ember-runtime/system/array_proxy'; import SortableMixin from '...
import "rxjs"; import "rxjs/operators"; const __globalThis = "undefined" !== typeof globalThis && globalThis; const __window = "undefined" !== typeof window && window; const __self = "undefined" !== typeof self && "undefined" !== typeof WorkerGlobalScope && self instanceof WorkerGlobalScope && self; const __global...
import { typeOf } from '../../lib/type-of'; import EmberObject from '../../lib/system/object'; import { window } from '@ember/-internals/browser-environment'; import { moduleFor, AbstractTestCase } from 'internal-test-helpers'; moduleFor( 'Ember Type Checking', class extends AbstractTestCase { ['@test Ember.ty...
function makeData() { "use strict"; } function run(svg, data, Plottable) { "use strict"; d3.csv("/quicktests/overlaying/data/cities.csv").get(function(error, rows) { data = rows; var ds = new Plottable.Dataset(data); var csRange = []; for(var i = 0; i < 30; i++){ var c = "#" + Math.floor(Math.rand...
/*! * remark (http://getbootstrapadmin.com/remark) * Copyright 2016 amazingsurge * Licensed under the Themeforest Standard Licenses */ $.components.register("asRange", { mode: "default", defaults: { tip: false, scale: false } });
const Channel = require('./Channel'); const Role = require('./Role'); const PermissionOverwrites = require('./PermissionOverwrites'); const EvaluatedPermissions = require('./EvaluatedPermissions'); const Constants = require('../util/Constants'); const Collection = require('../util/Collection'); /** * Represents a gui...
/* * Metadata response has `zoomMin`/`zoomMax` properties, that currently (in most cases) are constant: `1`/`21`. * But in fact, imagery for 'Aerial*' and (deprecated) 'Road' sets may be absent at high zoom levels, * depending on location. * This addon is intended to find and apply *real* maximum available zoom (fo...
/** * Perform a jQuery selector action on the table's TR elements (from the tbody) and * return the resulting jQuery object. * @param {string|node|jQuery} sSelector jQuery selector or node collection to act on * @param {object} [oOpts] Optional parameters for modifying the rows to be included * @param {string...
; (function() { window.require(["ace/mode/text"], function(m) { if (typeof module == "object" && typeof exports == "object" && module) { module.exports = m; } }); })(); ...
/* @flow */ // These util functions are split into its own file because Rollup cannot drop // makeMap() due to potential side effects, so these variables end up // bloating the web builds. import { makeMap } from 'shared/util' export const isReservedTag = makeMap( 'template,script,style,element,content,slot,link,m...
var progressInstance = ( <Progress> <Progress now={65} label="Male" amStyle="success" key={1} /> <Progress now={15} label="Female" amStyle="warning" key={2} /> <Progress now={20} label="Other" amStyle="danger" key={3} /> </Progress> ); React.render(progressInstance, mountNode);
///import editor.js ///import core/browser.js ///import core/dom/dom.js ///import core/dom/dtd.js ///import core/dom/domUtils.js ///import core/dom/Range.js /** * @class UM.dom.Selection Selection类 */ (function () { function getBoundaryInformation( range, start ) { var getIndex = domUtils.getNodeIndex...
app.controller('mainCtrl', function($scope) { });
/* jshint -W084 */ angular.module('angular-login.mock', ['ngMockE2E']) .factory('delayHTTP', function ($q, $timeout) { return { request: function (request) { var delayedResponse = $q.defer(); $timeout(function () { delayedResponse.resolve(request); }, 700); return delayedResponse.p...
/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ import { EventEmitter } from 'events'; import ActorClient from 'utils/ActorClient'; import DialogStore from 'stores/DialogStore' import { register, waitFor } from 'dispatcher/ActorAppDispatcher'; import { ActionTypes, AsyncActionStates } from 'constants/Acto...
/** @license React v16.6.1 * react-dom-unstable-native-dependencies.development.js * * 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. */ 'use strict'; (function (global, factory) { t...
/**! * MixItUp v3.0.0 * A high-performance, dependency-free library for animated filtering, sorting and more * Build 47693865-4fa6-4558-8a21-d91e4c4dd7c8 * * @copyright Copyright 2014-2016 KunkaLabs Limited. * @author KunkaLabs Limited. * @link https://www.kunkalabs.com/mixitup/ * * @license Commerci...
// Karma configuration // Generated on Sat Dec 14 2013 01:54:41 GMT+0100 (CET) module.exports = function(config) { 'use strict'; config.set({ // base path, that will be used to resolve files and exclude basePath: '..', // frameworks to use frameworks: ['jasmine'], // list of files / pattern...
import ValidationEngine from 'ghost/mixins/validation-engine'; import NProgressSaveMixin from 'ghost/mixins/nprogress-save'; import SelectiveSaveMixin from 'ghost/mixins/selective-save'; var User = DS.Model.extend(NProgressSaveMixin, SelectiveSaveMixin, ValidationEngine, { validationType: 'user', uuid: DS.att...
/* * Spanish translation * @author Alex Vavilin <xand@xand.es> * @version 2010-09-22 */ (function($) { if (elFinder && elFinder.prototype.options && elFinder.prototype.options.i18n) elFinder.prototype.options.i18n.es = { /* errors */ 'Root directory does not exists' : 'El directorio raíz no ex...
import isBlank from 'ember-metal/is_blank'; /** A value is present if it not `isBlank`. ```javascript Ember.isPresent(); // false Ember.isPresent(null); // false Ember.isPresent(undefined); // false Ember.isPresent(''); // false Ember.isPresent([]); ...
URLs = new Mongo.Collection("urls"); if (typeof String.prototype.startsWith != 'function') { String.prototype.startsWith = function (str){ return this.slice(0, str.length) == str; }; }
(function (root, factory) { 'use strict'; if (typeof define === 'function' && define.amd) { define(['empower', 'assert'], factory); } else if (typeof exports === 'object') { factory(require('../lib/empower'), require('assert')); } else { factory(root.empower, root.assert); } ...
/** * @jsx React.DOM */ var _ = require('lodash'); var React = require('react'); var classNames = require('classnames'); var CodeSample = React.createClass({ render: function() { var panelClasses = classNames({ 'code-sample-panel': true, 'hide': this.props.hidden }); return ( <div c...
var tns = (function (){ // keys if (!Object.keys) { Object.keys = function (object) { var keys = []; for (var name in object) { if (Object.prototype.hasOwnProperty.call(object, name)) { keys.push(name); } } return keys; }; } // ChildNode.r...
/*globals describe, beforeEach, it, expect, module, inject, jQuery, moment, spyOn */ /** * @license angular-bootstrap-datetimepicker * Copyright 2013 Knight Rider Consulting, Inc. http://www.knightrider.com * License: MIT */ /** * * @author Dale "Ducky" Lotts * @since 11/8/2014 */ describe...
const logger = new Logger('steffo:meteor-accounts-saml', { methods: { updated: { type: 'info' } } }); RocketChat.settings.addGroup('SAML'); Meteor.methods({ addSamlService(name) { RocketChat.settings.add(`SAML_Custom_${ name }`, false, { type: 'boolean', group: 'SAML', section: name, i18nLabel...
/** * Module dependencies. */ var mongoose = require('./common').mongoose , MongooseArray = mongoose.Types.Array , MongooseDocumentArray = mongoose.Types.DocumentArray , EmbeddedDocument = require('../lib/types/embedded') , DocumentArray = require('../lib/types/documentarray') , Schema = mongoose.Schema ...
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js * * Copyright (c) 2009-2016 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc...
sampleTag`left${0}\u{${1}right`
'use strict'; angular.module('angularPassportApp') .factory('User', function ($resource) { return $resource('/auth/users/:id/', {}, { 'update': { method:'PUT' } }); });
/** PURE_IMPORTS_START ._AsapAction,._AsapScheduler PURE_IMPORTS_END */ import { AsapAction } from './AsapAction'; import { AsapScheduler } from './AsapScheduler'; /** * * Asap Scheduler * * <span class="informal">Perform task as fast as it can be performed asynchronously</span> * * `asap` scheduler behaves the s...
// Generated by CoffeeScript 1.8.0 var error; alert((function() { try { return nonexistent / void 0; } catch (_error) { error = _error; return "And the error is ... " + error; } })());
define("ace/mode/matlab_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules; var MatlabHighlightRules = function(...
/* This file is part of Ext JS 4 Copyright (c) 2011 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the p...
version https://git-lfs.github.com/spec/v1 oid sha256:ce3806c309ea128911ab2158c361b4ccf823043c3f6d361786d1313355454252 size 15921
var WebpackIsomorphicToolsPlugin = require('webpack-isomorphic-tools/plugin'); // see this link for more info on what all of this means // https://github.com/halt-hammerzeit/webpack-isomorphic-tools module.exports = { webpack_assets_file_path: 'webpack-stats.json', assets: { images: { extensions: [ ...