code
stringlengths
2
1.05M
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/jax/output/SVG/autoload/ms.js * * Implements the SVG output for <ms> elements. * * ------------------------------------------...
/* * The Original Code is Mozilla Universal charset detector code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 2001 * the Initial Developer. All Rights Reserved. * * Contributor(s): * António Afonso (an...
/* Project: angular-gantt v1.3.2 - Gantt chart component for AngularJS Authors: Marco Schweighauser, Rémi Alvergnat License: MIT Homepage: https://www.angular-gantt.com Github: https://github.com/angular-gantt/angular-gantt.git */ (function(){ /* global ResizeSensor: false */ /* global ElementQueries: false */ ...
/** * Generated bundle index. Do not edit. */ export * from './public_api'; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhcnRpY3MyLmpzIiwic291cmNlUm9vdCI6Im5nOi8vYW5ndWxhcnRpY3MyLyIsInNvdXJjZXMiOlsiYW5ndWxhcnRpY3MyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FB...
/*! * Module dependencies. */ var Document = require('./document'); var MongooseError = require('./error'); var VersionError = MongooseError.VersionError; var DivergentArrayError = MongooseError.DivergentArrayError; var Query = require('./query'); var Aggregate = require('./aggregate'); var Schema = require('./schem...
//= link_tree ./alpha
/* ======================================================================== * Bootstrap: tooltip.js v3.2.0 * http://getbootstrap.com/javascript/#tooltip * Inspired by the original jQuery.tipsy by Jason Frame * ======================================================================== * Copyright 2011-2014 Twitter, I...
(function(e){var n={test:"foo"};"function"==typeof define&&define.amd?define("nodeamd",[],function(){return n}):"undefined"!=typeof module&&module.exports?module.exports=n:"undefined"==typeof ender&&(this.nodeamd=n)}).call(this);
"use strict"; exports.__esModule = true; exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _createElement = _interopRequireDefault(require("../createElement")); var _useMergeRefs = _interopRequireDefault(require("../../modules/useMergeRefs")); var _usePlatformMethods = _interopRe...
/* YUI 3.17.0 (build ce55cc9) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('selector-css3', function (Y, NAME) { /** * The selector css3 module provides support for css3 selectors. * @module dom * @submodule selector-css3 * @for Selector...
// Anytime you change the schema of one of the collection in a non-backward // compatible way you have to write a migration in this file using the following // API: // // Migrations.add(name, migrationCallback, optionalOrder); // Note that we have extra migrations defined in `sandstorm.js` that are // exclusive to S...
/* * Copyright (c) 2014 Chukong Technologies Inc. * * 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, ...
/** * @class Create quick look window (similar to MacOS X Quick Look) * @author dio dio@std42.ru **/ (function($) { elFinder.prototype.quickLook = function(fm, el) { var self = this; this.fm = fm; this._hash = ''; this.title = $('<strong/>'); this.ico = $('<p/>'); this.info = $('<label/>'); this...
import { IS_DART, StringWrapper, isBlank, isPresent, isString, isArray } from 'angular2/src/facade/lang'; var CAMEL_CASE_REGEXP = /([A-Z])/g; var DASH_CASE_REGEXP = /-([a-z])/g; var SINGLE_QUOTE_ESCAPE_STRING_RE = /'|\\|\n|\r|\$/g; var DOUBLE_QUOTE_ESCAPE_STRING_RE = /"|\\|\n|\r|\$/g; export var MODULE_SUFFIX = IS...
angular.module("ui.bootstrap.alert", []).directive('alert', function () { return { restrict:'EA', templateUrl:'template/alert/alert.html', transclude:true, replace:true, scope: { type: '=', close: '&' }, link: function(scope, iElement, iAttrs, controller) { scope.closeabl...
version https://git-lfs.github.com/spec/v1 oid sha256:5f2b413f8d0cfe55ce8c84acbcfabcff78bd6d2a8f389d8201cb728b429b9bd5 size 4323
"use strict";module.exports=require("./components/deferredcontent/DeferredContent");
import { run } from '@ember/runloop'; import { merge } from '@ember/polyfills'; import Application from '../../app'; import config from '../../config/environment'; export default function startApp(attrs) { let application; let attributes = merge({}, config.APP); attributes = merge(attributes, attrs); // use def...
(function (global, factory) { if (typeof define === "function" && define.amd) { define('element/locale/hy-AM', ['module', 'exports'], factory); } else if (typeof exports !== "undefined") { factory(module, exports); } else { var mod = { exports: {} }; factory(mod, mod.exports); global...
/** * @author alteredq / http://alteredqualia.com/ * @author mrdoob / http://mrdoob.com/ * @author WestLangley / http://github.com/WestLangley */ THREE.DirectionalLightHelper = function ( light, size ) { THREE.Object3D.call( this ); this.light = light; this.light.updateMatrixWorld(); this.matrixWorld = ligh...
throw new Error('this is just a fake file and should not be executed');
/** * A special placeholder value used to specify "gaps" within curried functions, * allowing partial application of any combination of arguments, * regardless of their positions. * * If `g` is a curried ternary function and `_` is `R.__`, the following are equivalent: * * - `g(1, 2, 3)` * - `g(_, 2, 3)(1)`...
(function(e,f){e.extend(f.ext.buttons,{colvis:function(a,b){return{extend:"collection",text:function(a){return a.i18n("buttons.colvis","Column visibility")},className:"buttons-colvis",buttons:[{extend:"columnsToggle",columns:b.columns}]}},columnsToggle:function(a,b){return a.columns(b.columns).indexes().map(function(a)...
version https://git-lfs.github.com/spec/v1 oid sha256:d15be6c4d52831d7f4c20b8f2b461332215072284affcf3ca299ddc2bb812ab0 size 2095
/** * @fileoverview Rule to flag references to undeclared variables. * @author Mark Macdonald */ "use strict"; //------------------------------------------------------------------------------ // Helpers //------------------------------------------------------------------------------ /** * Checks if the given node...
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex...
/*! * socket.io-node * Copyright(c) 2011 LearnBoost <dev@learnboost.com> * MIT Licensed */ /** * Module dependencies. */ var parser = require('./parser'); /** * Expose the constructor. */ exports = module.exports = Transport; /** * Transport constructor. * * @api public */ function Transport (mng, da...
/* * SystemJS v0.18.5 */ (function() { function bootstrap() {(function(__global) { var isWorker = typeof window == 'undefined' && typeof self != 'undefined' && typeof importScripts != 'undefined'; var isBrowser = typeof window != 'undefined' && typeof document != 'undefined'; var isWindows = typeof process != ...
/** * Copyright (c) Nicolas Gallagher. * 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. * * */ import StyleSheet from '../StyleSheet'; import View from '../View'; import React, { crea...
'use strict'; module.exports = { set: function (v) { this.setProperty('counter-increment', v); }, get: function () { return this.getPropertyValue('counter-increment'); }, enumerable: true };
(function() { var _ = typeof require == 'function' ? require('..') : window._; QUnit.module('Arrays'); test('first', function() { equal(_.first([1, 2, 3]), 1, 'can pull out the first element of an array'); equal(_([1, 2, 3]).first(), 1, 'can perform OO-style "first()"'); deepEqual(_.first([1, 2, 3],...
//console:messageId:refHandle var CONSOLE_ID_MATCHER = /^console:(\d+):(\d+)$/; function ConsoleClient(config, debuggerClient, frontendClient) { this._debuggerClient = debuggerClient; this._frontendClient = frontendClient; } ConsoleClient.prototype.isConsoleId = function(objectId) { return CONSOLE_ID_MATCHER.te...
function warning(){ throw new Error('You must require a mode before requiring anything else.'); } exports.Surface = warning; exports.Path = warning; exports.Shape = warning; exports.Group = warning; exports.ClippingRectangle = warning; exports.Text = warning; exports.setCurrent = function(mode){ for (var key in mod...
/*! * jQuery QueryBuilder 2.3.0 * Locale: Norwegian (no) * Author: Jna Borup Coyle, github@coyle.dk * Licensed under MIT (http://opensource.org/licenses/MIT) */ (function(root, factory) { if (typeof define === 'function' && define.amd) { define(['jquery', 'query-builder'], factory); } else { ...
// Copyright Joyent, Inc. and other Node contributors. // // 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, modi...
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * * @provides...
(function(){function d(a,b){l.call(this,a,b);this.actualConfig=this.originalConfig=this.removedButtons=null;this.emptyVisible=!1;this.state="edit";this.toolbarButtons=[{text:{active:"Hide empty toolbar groups",inactive:"Show empty toolbar groups"},group:"edit",position:"left",cssClass:"button-a-soft",clickCallback:func...
//! moment.js locale configuration //! locale : Irish english (en-ie) //! author : Chris Cartlidge : https://github.com/chriscartlidge ;(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' && typeof require === 'function' ? factory(require('../moment')) : typeof defin...
;(function ($, window, document, undefined) { var pluginName = 'gray', defaults = {}; function Plugin (element, options) { this.element = element; this.settings = $.extend({}, defaults, options); this._defaults = defaults; this._name = pluginName; this.init(); } Plugin.prototype = {...
CKEDITOR.plugins.setLang("selectall","et",{toolbar:"Kõige valimine"});
/** * 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. * * */ import invariant from 'fbjs/lib/invariant'; var ensurePositiveDelayProps = function ensurePositiveDelayProps(props) { inv...
/* AngularJS v1.1.2 (c) 2010-2012 Google, Inc. http://angularjs.org License: MIT */ (function(n,j){'use strict';j.module("bootstrap",[]).directive({dropdownToggle:["$document","$location","$window",function(h,e){var d=null,a;return{restrict:"C",link:function(g,b){g.$watch(function(){return e.path()},function(){...
/**! * AngularJS file upload/drop directive and service with progress and abort * FileAPI Flash shim for old browsers not supporting FormData * @author Danial <danial.farid@gmail.com> * @version 7.0.5 */ (function () { /** @namespace FileAPI.noContentTimeout */ function patchXHR(fnName, newFn) { window...
/*! * @overview Ember Data Model Fragments * @copyright Copyright 2015 Lytics Inc. and contributors * @license Licensed under MIT license * See https://raw.githubusercontent.com/lytics/ember-data.model-fragments/master/LICENSE * @version 0.3.3+8b1fcdd5 */ (function() { "use strict"; var e...
/* eslint-disable */ // adapted based on rackt/history (MIT) // Node 0.10+ var execSync = require('child_process').execSync; var fs = require('fs'); // Node 0.10 check if (!execSync) { execSync = require('sync-exec'); } function exec(command) { execSync(command, { stdio: [0, 1, 2] }); } fs.stat('dist', fun...
/* Copyright (c) 2012, Yahoo! Inc. All rights reserved. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ var fileset = require('fileset'), path = require('path'), seq = 0; function filesFor(options, callback) { if (!callback && typeof options === 'function...
var argscheck = require('cordova/argscheck'), utils = require('cordova/utils'), exec = require('cordova/exec'), channel = require('cordova/channel'); var Keyboard = function() { }; Keyboard.hideKeyboardAccessoryBar = function(hide) { exec(null, null, "Keyboard", "hideKeyboardAccessoryBar", [hide]); ...
import * as t from "babel-types"; import * as util from "./util"; // this function converts a shorthand object generator method into a normal // (non-shorthand) object property which is a generator function expression. for // example, this: // // var foo = { // *bar(baz) { return 5; } // } // // should be replace...
define(function (require) { var a = require('a'); return { name: 'c', aName: a.name }; });
/*! Copyright (c) 2011 Piotr Rochala (http://rocha.la) * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses. * * Version: 1.0.0 * */ (function($) { jQuery.fn.extend({ slimScroll: function(options) { ...
define([ "../Data" ], function( Data ) { return new Data(); });
/*! jQuery Once - v2.0.0-alpha.3 - 10/1/2014 - https://github.com/RobLoach/jquery-once * (c) 2014 Rob Loach <robloach@gmail.com> (http://github.com/robloach) * Licensed GPL-2.0, MIT */ !function(a){"use strict";"object"==typeof exports?a(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],a):a(...
YUI.add("lang/datatype-date-format_pl-PL",function(a){a.Intl.add("datatype-date-format","pl-PL",{"a":["niedz.","pon.","wt.","śr.","czw.","pt.","sob."],"A":["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],"b":["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru"],"B":["styczn...
/** * Test the side menu directive. For more test coverage of the side menu, * see the core Ionic sideMenu controller tests. */ describe('Ionic Angular Slide Box', function() { var el, compile, rootScope, timeout; beforeEach(module('ionic')); beforeEach(inject(function($compile, $rootScope, $timeout) { t...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v4.1.1 * @link http://www.ag-grid.com/ * @license MIT */
// Validation errors messages for Parsley // Load this after Parsley Parsley.addMessages('sv', { dateiso: "Ange ett giltigt datum (ÅÅÅÅ-MM-DD)." });
/*! * classie - class helper functions * from bonzo https://github.com/ded/bonzo * * classie.has( elem, 'my-class' ) -> true/false * classie.add( elem, 'my-new-class' ) * classie.remove( elem, 'my-unwanted-class' ) */ /*jshint browser: true, strict: true, undef: true */ ( function( window ) { 'use strict'; ...
define({ name: 'prototype' });
/** * @license AngularJS v1.3.0-beta.11 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular, undefined) {'use strict'; /** * @ngdoc module * @name ngCookies * @description * * # ngCookies * * The `ngCookies` module provides a convenient wrapper for reading and writi...
/* YUI 3.17.1 (build 0eb5a52) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add("datasource-xmlschema",function(e,t){var n=function(){n.superclass.constructor.apply(this,arguments)};e.mix(n,{NS:"schema",NAME:"dataSourceXMLSchema",ATTRS:{schema:{}}...
"use strict"; import assert from "assert"; import sinon from "sinon"; import testPlease from "../helpers/testPlease"; import { genericDouble } from "../helpers/doubles"; import * as JobsActionCreators from "../../../src/js/actions/JobsActionCreators"; import * as JobItemsActionCreators from "../../../src/js/actions/Job...
import { t } from '../../core/localizer'; import { uiPane } from '../pane'; import { uiSectionPrivacy } from '../sections/privacy'; export function uiPanePreferences(context) { let preferencesPane = uiPane('preferences', context) .key(t('preferences.key')) .label(t.html('preferences.title')) .descripti...
import SpvChoicePage from "components/views/GetStartedPage/SpvChoicePage"; import { render } from "test-utils.js"; import { screen } from "@testing-library/react"; import user from "@testing-library/user-event"; import * as sel from "selectors"; import * as da from "actions/DaemonActions"; let mockIsTestNet; let mockT...
const webpack = require('webpack'); const path = require('path'); const {debugMode, pkg} = require('./env'); const cwd = process.cwd(); const srcPath = path.join(cwd, pkg.src.js); const distPath = path.join(cwd, pkg.dist.js); // Babel loaders const babelLoaders = (function () { const presets = ['react', 'es2015',...
/* global PropertyFactory, extendPrototype, RenderableElement, BaseElement, FrameElement */ function AudioElement(data, globalData, comp) { this.initFrame(); this.initRenderable(); this.assetData = globalData.getAssetData(data.refId); this.initBaseData(data, globalData, comp); this._isPlaying = false;...
/* Module handles message posting. */ 'use strict'; const AWS = require('aws-sdk'), Joi = require('joi'), config = require('../environments/config'), dynamodb = new AWS.DynamoDB({ region: 'us-east-1' }); /* Joi validation object */ const postMessageValidate = Joi.object().keys({ UserName: Joi...
define(["config"], function(Config) { "use strict"; var width = 100, height = 27, padding = 6; function drawScore(ctx, score, screenWidth) { ctx.beginPath(); ctx.strokeStyle = "#fff"; ctx.lineWidth = 1; ctx.moveTo(screenWidth - 100, 0); ctx.lineTo(screenWidth - 100, height); ctx.lineTo(screenWidt...
import { connect } from 'react-redux'; import get from 'lodash.get'; import { QuestionView } from '../../components/Questions'; import { openEditQuestionForm, deleteQuestion } from '../../actions'; const mapStateToProps = (state, ownProps) => { const { isAdmin, groups } = state.profile; return { question: get...
'use strict'; const chalk = require('chalk'); function log(type) { if (arguments.length < 2) { return; } const msgs = Array.from(arguments).slice(1); let log = ['[rise]']; switch(type) { case 'error': log.push(chalk.red('ERRO')); break; case 'warn': log.push(chalk.yellow('WARN...
// I used to use `util.format()` which was massive, then I switched to // format-util, although when using rollup I discovered that the index.js // just exported `require('util').format`, and then had the below contents // in another file. at any rate all I want is this function: function format(fmt) { fmt = String(...
var plates = [{img:"centralamerica-inset.gif", start: 1900, end: 2020, left: -10, top: 500}, {img:"mexicanrevolution1910.png", start: 1910, end: 1920, top: 190, left: -30}, {img:"zapatista1994.png", start: 1994, end: 1994, top: 190, left: -30}, {img:"fococuba1959.gif", start: 1959, en...
'use strict'; const Async = require('async'); const Boom = require('boom'); const DataRetrievalRouter = require('./DataRetrievalRouter'); const DENY = 0; const PERMIT = 1; const UNDETERMINED = 3; const internals = {}; /** * Evaluate a single Policy of PolicySet * **/ internals.evaluatePolicy = (item, dataRetriev...
'use strict'; var lab = require('lab'), describe = lab.describe, it = lab.it, demand = require('must'), bole = require('bole'), fs = require('fs'), LogOutput = require('../lib/output-logfile'), mkdirp = require('mkdirp'), path = require('path'), ...
import {normalize} from '../lib/themeUtils' const unused = new Set() const freeze = Object.freeze const createAccessors = (object, path = '') => { for (const key of Object.keys(object)) { const value = object[key] const keyPath = path ? `${path}.${key}` : key if (value && typeof value === 'object') { ...
/** * Icon based on ion-ios-paper-outline */ import React, { Component } from 'react'; class Many extends Component { render() { return ( <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0...
describe('getting elements by class name', function () { var chai = require('chai'), assert = chai.assert; var DomParser = require('../index.js'), parser = new DomParser(); context('Dom', function(){ it('spaces and case', function(){ var html = '<div class="examples">\n' + ...
import { event as d3_event, select as d3_select } from 'd3-selection'; import { svgIcon } from '../svg/icon'; import { t, textDirection } from '../util/locale'; import { tooltip } from '../util/tooltip'; import { geoExtent } from '../geo'; import { modeBrowse } from '../modes/browse'; import { uiDisclosure } f...
// A database of labels define(['util', 'label'], function(Util, Label) { var Labels = function() { this.getURL = '/annotate.database.getlabels'; this.addURL = '/annotate.database.addlabel'; this.saveLabelURL = '/annotate.database.savelabel'; this.removeLabelURL = '/annotate.database.removelabel'; ...
(function(){ var lastTime = 0; var vendors = ['ms', 'moz', 'webkit', 'o']; for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x){ window.requestAnimation = window[vendors[x] + 'RequestAnimationFrame']; window.cancelAnimtionFrame = window[vendors[x] + 'CancelAnimationFrame'] || ...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("va...
module.exports = function() { 'use strict'; this.title = element(by.model('movie.title')); this.releaseYear = element(by.model('movie.releaseYear')); this.description = element(by.css('div[contenteditable=true]')); this.save = element(by.css('.btn-primary')); this.open = function() { b...
/* global process */ /** * Dependencies */ // Third party libraries var debug = require('debug')('wakizashi'); var merge = require('merge-descriptors'); var fs = require('fs'); // Wakizashi libraries var domoweb = require('./domoweb'); var auth = require('./auth'); var dataset = require('./dataset'); var dataflow =...
var casper = require('casper').create(), x = require('casper').selectXPath, config = require('config.json'), fs = require('fs'), moment = require('moment'); casper.start("http://caravantomidnight.com/show-archive/"); var currentMonthUrl = "http://caravantomidnight.com/show-archive-" + moment(casper.cli.get(...
/** * Module dependencies. */ var passport = require('passport'); module.exports.loginForm = function(req, res) { res.render('login'); }; module.exports.login = passport.authenticate('local', { successReturnToOrRedirect: '/login/status/success', failureRedirect: '/login/status/failure' }); module.expor...
// Generated by CoffeeScript 1.9.0 exports.MSGBYPAGE = 30; exports.LIMIT_DESTROY = 200; exports.LIMIT_UPDATE = 30; exports.CONCURRENT_DESTROY = 1; exports.FETCH_AT_ONCE = 1000;
(function( $, ko ) { // Namespace for app. window['massroute'] = window.massroute || {}; window.massroute['model'] = window.massroute.model || {}; /** * Overall session model that holds state of the application. * @return {massroute.model.Session} */ var Session = (function(...
/** * Copyright (C) 2013 Emay Komarudin * 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 program is dist...
import nodeResolve from '@rollup/plugin-node-resolve'; import commonjs from '@rollup/plugin-commonjs'; import nodePolyfills from 'rollup-plugin-node-polyfills'; export default [ { input: 'support/demo_template/demo.js', output: { file: 'demo/demo.js', format: 'iife', name: 'demo' }, plugins: [ node...
$('section').horizon(); $(".menu-list").find("li").each(function(){ var menuIndex = $(this).index()+1; $(this).click(function(){ $(document).stop().horizon('scrollTo', menuIndex); }) })
export { default } from './RubymineOriginal'
/** * @file * @copyright 2016 Yahoo Inc. * @license Licensed under {@link https://spdx.org/licenses/BSD-3-Clause-Clear.html BSD-3-Clause-Clear}. * Github.js is freely distributable. */ import axios from 'axios'; import debug from 'debug'; import {Base64} from 'js-base64'; import {polyfill} from 'e...
define(['./module'], function (controllers) { 'use strict'; controllers.controller('msg_ctrl', [function ($scope) {}]); });
import buble from 'rollup-plugin-buble'; import resolve from 'rollup-plugin-node-resolve'; import vue from 'rollup-plugin-vue'; export default { entry: 'index.js', dest: 'dist/v-tags.js', format: 'umd', sourceMap: true, useStrict: true, moduleName: 'VTags', plugins: [ vue({ compileTemplate: fal...
/** * App * * Root application file. * Load main controllers here. */ define([ "jquery", "modules/connected-devices/index" ], function( $, ConnectedDevices ) { "use strict"; var retriveData = function(callback) { var connected_devices_request = $.getJSON("data/connected-dev...
// The following will make sure the team_leader does not have access to certain menu items // All menu items have been tested at the administration level describe("Shakeout Menu", () => { // Before running tests - we have to make sure the admin user is logged in before(() => { cy.login('team_leader','Test1234$...
import * as R from 'ramda'; import ascent from './ascent'; import descent from './descent'; import lineGap from './lineGap'; /** * Get run height * * @param {Object} run * @return {number} height */ const height = R.either( R.path(['attributes', 'lineHeight']), R.compose(R.sum, R.juxt([ascent, R.o(R.negate...
'use strict' import assert from 'assert' import {remove} from '..' describe('remove', () => { it('throws a TypeError if the first argument is not an array', () => { const targets = [null, true, function() {}, {}] if (global.Map) targets.push(new Map()) targets.forEach(value => { assert.throws(() ...
/* jshint strict: true, quotmark: false, es3: true */ /* global $: false, JSZip: false, odtprocessor: false */ var EUCopyright = EUCopyright || {}; EUCopyright.settings = EUCopyright.settings || {}; EUCopyright.settings.defaultToNoOpinion = EUCopyright.settings.defaultToNoOpinion === undefined ? true : EUCopyright.set...
var gulp = require('gulp'); var Path = require('path'); var compass = require('gulp-compass'); var minifyCss = require('gulp-minify-css'); var del = require('del'); var browserify = require('browserify'); var source = require('vinyl-source-stream'); var browserSync = require('browser-sync'); var reload = browserSync.r...
munit( 'Rule Compression.Hex to Safe Color', function( assert ) { assert.exists( "Table", CSSCompressor.tables[ 'Hex to Safe Color' ] ); testRule( assert, 'Hex to Safe Color', [ { name: 'Basic', actual: '#000080', expected: 'navy' }, { name: 'Basic Uppercase', actual: '#c0c0c0', expected: '...