code
stringlengths
2
1.05M
// Github: https://github.com/shdwjk/Roll20API/blob/master/Emas/Emas.js // By: The Aaron, Arcane Scriptomancer // Contact: https://app.roll20.net/users/104025/the-aaron const Emas = (() => { 'use strict'; const version = '0.8.3', lastUpdate = 1532274889, ch = function (c) { var entities = { ...
import indentString from 'indent-string'; function rtrim (str) { return str.replace(/\s+$/, ''); } export function removeTTYColors (str) { return str.replace(/\033\[[0-9;]*m/g, ''); } export function wordWrap (str, indent, width) { var curStr = ''; var wrappedMsg = ''; if (removeTTYColors(st...
/* -------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. * -------------------------------------------------------------...
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors // MIT License. See license.txt frappe.ready(function() { if(frappe.utils.get_url_arg('subject')) { $('[name="subject"]').val(frappe.utils.get_url_arg('subject')); } $('.btn-send').off("click").on("click", function() { var email = $('[name...
/** * (c) 2010-2017 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import H from '../parts/Globals.js'; import '../parts/Utilities.js'; import '../parts/Axis.js'; import '../parts/Chart.js'; import '../parts/Color.js'; import '../parts/Legend.js'; var addEvent = H.addEvent, Axis = H.Axi...
import Foo from './foo'; assert.ok( new Foo().bar() );
// extend NixOS options to handle the Tree View. Should be better to keep a // separation of concern here. Option.prototype.tv_opened = false; Option.prototype.tv_size = 1; Option.prototype.tv_open = function () { this.tv_opened = true; this.tv_size = 1; // load an option if it is not loaded yet, and initiali...
(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["Cleave"] = factory(); else root["Cleave...
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Refl...
/** * @fileoverview Rule to disallow use of unmodified expressions in loop conditions * @author Toru Nagashima */ "use strict"; //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ const Tr...
window.requestAnimFrame = (function(){ return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function(/* function */ callback, /* DOMElement */ element...
define("ace/ext/menu_tools/overlay_page",["require","exports","module","ace/lib/dom"], function(require, exports, module) { 'use strict'; var dom = require("../../lib/dom"); var cssText = "#ace_settingsmenu, #kbshortcutmenu {\ background-color: #F7F7F7;\ color: black;\ box-shadow: -5px 4px 5px rgba(126, 126, 126, 0.55)...
require('../../../modules/es6.function.bind'); module.exports = require('../../../modules/_entry-virtual')('Function').bind;
var Selector = require('./selector'), Element = require('./element'), Ruleset = require('./ruleset'), Declaration = require('./declaration'), DetachedRuleset = require('./detached-ruleset'), Expression = require('./expression'), contexts = require('../contexts'), utils = require('../utils');...
require('../../modules/web.dom.iterable'); module.exports = require('../../modules/$').core.Array.values;
/** * gpu.js * http://gpu.rocks/ * * GPU Accelerated JavaScript * * @version 1.4.0 * @date Tue Jun 05 2018 20:28:34 GMT-0400 (EDT) * * @license MIT * The MIT License * * Copyright (c) 2018 gpu.js Team */ "use strict";(function(){function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="f...
/*! * Viewer.js v1.0.0 * https://github.com/fengyuanchen/viewerjs * * Copyright (c) 2015-2018 Chen Fengyuan * Released under the MIT license * * Date: 2018-04-01T05:33:18.955Z */ var DEFAULTS = { // Enable inline mode inline: false, // Show the button on the top-right of the viewer button: true, //...
'use strict' var test = require('tape').test var msgpack = require('../') test('encoding/decoding 7-bits positive ints', function (t) { var encoder = msgpack() var allNum = [] for (var i = 0; i < 126; i++) { allNum.push(i) } allNum.forEach(function (num) { t.test('encoding ' + num, function (t) { ...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'basicstyles', 'bg', { bold: 'Удебелен', italic: 'Наклонен', strike: 'Зачертан текст', subscript: 'Индексиран текст', superscript: 'Су...
var five = require("../lib/johnny-five.js"); var keypress = require("keypress"); var board = new five.Board(); board.on("ready", function() { var motors = new five.Motors([ five.Motor.SHIELD_CONFIGS.SPARKFUN_LUDUS.A, // Left five.Motor.SHIELD_CONFIGS.SPARKFUN_LUDUS.B, // Right ]); var speed = 100; fun...
version https://git-lfs.github.com/spec/v1 oid sha256:1958b1023166e9d2746f4ad6cd57243f16190d01f17b8ca973a342a3e71c8a6b size 2259
'use strict'; var React = require('react/addons'); var PureRenderMixin = React.addons.PureRenderMixin; var SvgIcon = require('../../svg-icon'); var EditorFormatIndentDecrease = React.createClass({ displayName: 'EditorFormatIndentDecrease', mixins: [PureRenderMixin], render: function render() { return Reac...
//Cryptography API's //Supported Algo's : AES & 3DES //Hashing Algo's supported : MD5, SHA1, SHA256, SHA512 //Modes Supported: CBC(default), CFB, CTR, OFC, ECB //Padding Supported: Pkcs7, Iso97971, Iso10126, ZeroPadding, NoPadding $KI.crypto = { stringify: function (cipherParams) { // create json object...
/** * marked - a markdown parser * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/markedjs/marked */ ;(function(root) { 'use strict'; /** * Block-Level Grammar */ var block = { newline: /^\n+/, code: /^( {4}[^\n]+\n*)+/, fences: noop, hr: /^ {0,3}((?:- *){3,}|(?:_ *){...
/*! ColReorder 1.5.0 * ©2010-2018 SpryMedia Ltd - datatables.net/license */ /** * @summary ColReorder * @description Provide the ability to reorder columns in a DataTable * @version 1.5.0 * @file dataTables.colReorder.js * @author SpryMedia Ltd (www.sprymedia.co.uk) * @contact www.sprym...
/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('widget-autohide', function (Y, NAME) { /** * A widget-level extension that provides ability to hide widget when * certain events occur. * * @module widget-autohi...
/* flatpickr v4.3.2, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.bg = {}))); }(this, (function (exports) { 'use strict'; var fp = typeof wi...
(function(){var f=this,k=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var d=Object.prototype.toString.call(a);if("[object Window]"==d)return"object";if("[object Array]"==d||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof...
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { if (typeof Reflect === "object" && typeof Reflect.decorate === "function") return Reflect.decorate(decorators, target, key, desc); switch (arguments.length) { case 2: return decorators.reduceRight(function(o, d) { r...
/* flatpickr v4.2.0, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.da = {}))); }(this, (function (exports) { 'use strict'; var fp = typeof wi...
const assert = require('assert'); const brains = require('./helpers/brains'); const Browser = require('../src'); describe('IFrame', function() { const browser = new Browser(); let iframe; before(function() { brains.static('/iframe', ` <html> <head> <script src="/scripts/jquery.j...
function f() {} const o = { m() {} }; class C { m() {} }
module.exports={A:{A:{"2":"J C G E B A UB"},B:{"2":"D X g H","514":"L"},C:{"2":"0 1 2 SB F I J C G E B A D X g H L M N O P Q R S T U V W u Y Z a b c d e f K h i j k l m n o p q r w x v z QB PB","322":"4 5 t s"},D:{"1":"BB TB CB","2":"0 1 4 5 8 F I J C G E B A D X g H L M N O P Q R S T U V W u Y Z a b c d e f K h i j k ...
// Support for functions returning promise 'use strict'; var objectMap = require('es5-ext/object/map') , isPromise = require('is-promise') , nextTick = require('next-tick') , create = Object.create, hasOwnProperty = Object.prototype.hasOwnProperty; require('../lib/registered-extensions').promise = function (...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @emails react-core */ 'use strict'; module.exports = function(context) { return { Identifier(node) { if (node.name...
/* * # Semantic - State * http://github.com/jlukic/semantic-ui/ * * * Copyright 2013 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ ;(function ( $, window, document, undefined ) { module.exports = function(parameters) { var $allModules = $(this), setting...
'use strict'; /*global require, module, exports, Buffer*/ exports.UIDString = 'abcdefghijklmnopqrstuvwxyz'; // 用户Uid字母表 exports.IDString = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'; // 文章、标签、评论、信息等id的字母表 exports.UserPre = { name: new Buffer(15 * 1024) // 注册用户时给用户文档预分配文档空间15k,注册时用户初始数据大小只有1k多...
var f = function(){ module("tab"); var _ = NEJ.P, _e = _('nej.e'), _v = _('nej.v'), _p = _('nej.ut'); test('tab',function(){ stop(); var _tb = _p._$$Tab._$allocate({ list:_e._$getChildren(_e._$get('box')), index:1, onchange:function(_event){ ok(true,'上一次页面是:...
export default function ChannelMemberQuery(id) { return ` { channels(user_id: "${id}", limit: 50 ) { id } } ` }
#!/usr/bin/env node var path = require("path"), assert = require("assert"), fs = require("fs-extra"), glob = require("glob"), _ = require('lodash'), request = require("superagent"), async = require("async"), tarball = require('tarball-extract'), colors = require('colors') colors.setThe...
/**************************************************************************** Copyright (c) 2011-2012 cocos2d-x.org Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation...
const args = [ 'start' ]; const opts = { stdio: 'inherit', cwd: 'client', shell: true }; require('child_process').spawn('npm', args, opts);
/// Copyright (c) 2009 Microsoft Corporation /// /// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// that the following conditions are met: /// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// ...
tinyMCE.addI18n('no.style_dlg',{ title:"Rediger CSS-stil", apply:"Legg til", text_tab:"Tekst", background_tab:"Bakgrunn", block_tab:"Blokk", box_tab:"Boks", border_tab:"Ramme", list_tab:"Liste", positioning_tab:"Posisjon", text_props:"Egenskaper for skrift", text_font:"Skrifttype", text_size:"Skriftst\u00F8rrelse", tex...
/* * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ * * Uses the built in easing capabilities added In jQuery 1.1 * to offer multiple easing options * * TERMS OF USE - jQuery Easing * * Open source under the BSD License. * * Copyright © 2008 George McGinley Smith * All rights reserved. * * ...
"use strict"; exports.__esModule = true; exports.TaggedTemplateExpression = TaggedTemplateExpression; exports.TemplateElement = TemplateElement; exports.TemplateLiteral = TemplateLiteral; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } var _lodashCollectionEach = req...
/** * tiny-slider * @version 0.0.0 * @author William Lin * @license The MIT License (MIT) * @todo lazyload **/ ;(function (tinySliderJS) { window.tinySlider = tinySliderJS(); })(function () { 'usr strict'; var tiny = {}, tdProp = getSupportedProp(['transitionDuration', 'MozTransitionDuration', 'WebkitTran...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('react'), require('glamor')) : typeof define === 'function' && define.amd ? define(['react', 'glamor'], factory) : (global.glamorous = factory(global.React,global.Glamor)); }(this, (function ...
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License.txt in the project root for license information. define([ './_Global' ], function baseCoreUtilsInit(_Global) { "use strict"; var hasWinRT = !!_Global.Windows; function markSupportedForProcessi...
new (a().b)(); new a().b(); new (a().b)(); new (a())(); new new a(a)(); new new a()(a); new a().test; new a().test; new (a().test)(); new (a().b.c)(); new a().b.c(); new (a.b().c.d)();
tinymce.addI18n('cy',{ "Redo": "Ailwneud", "Undo": "Dadwneud", "Cut": "Torri", "Copy": "Cop\u00efo", "Paste": "Gludo", "Select all": "Dewis popeth", "New document": "Dogfen newydd", "Ok": "Iawn", "Cancel": "Canslo", "Visual aids": "Cymorth gweledol", "Bold": "Trwm", "Italic": "Italig", "Underline": "Tanlinellu", "Strik...
describe("module:ng.type:ngModel.NgModelController", function() { var rootEl; beforeEach(function() { rootEl = browser.rootEl; browser.get("./examples/example-NgModelController/index.html"); }); it('should data-bind and become invalid', function() { if (browser.params.browser == 'safari' || browser.p...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v13.1.2 * @link http://www.ag-grid.com/ * @license MIT */ "use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c ...
{1_1.1_E1}
// http://paulirish.com/2011/requestanimationframe-for-smart-animating/ // http://my.opera.com/emoller/blog/2011/12/20/requestanimationframe-for-smart-er-animating // requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel // MIT license (function() { var lastTime = 0; var vendo...
/** * Module dependencies. */ var express = require('../../'); var http = require('http'); var GithubView = require('./github-view'); var md = require('marked').parse; var app = module.exports = express(); // register .md as an engine in express view system app.engine('md', function(str, options, fn){ try { ...
/*! jQuery UI - v1.10.4 - 2014-01-17 * http://jqueryui.com * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.effect.js, jquery.ui.accordion.js, jquery.ui.autocomplete.j...
var a: number[][]
/* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ /* vim: set ts=2 et sw=2 tw=80: */ /************************************************************* * * MathJax/localization/en/TeX.js * * Copyright (c) 2013 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the ...
;(function(exports) { if (exports.F2 && !exports.F2_TESTING_MODE) { return; } /*! JSON v3.3.2 | http://bestiejs.github.io/json3 | Copyright 2012-2014, Kit Cambridge | http://kit.mit-license.org */ ;(function () { // Detect the `define` function exposed by asynchronous module loaders. The // strict `define` ch...
export const /** @type {?} */ PICKER_OPT_SELECTED = 'picker-opt-selected'; export const /** @type {?} */ DECELERATION_FRICTION = 0.97; export const /** @type {?} */ FRAME_MS = (1000 / 60); export const /** @type {?} */ MAX_PICKER_SPEED = 60; //# sourceMappingURL=picker-options.js.map
/*! * jQuery JavaScript Library v1.4.2 * http://jquery.com/ * * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * Includes Sizzle.js * http://sizzlejs.com/ * Copyright 2010, The Dojo Foundation * Released under the MIT, BSD, and GPL Licenses. ...
function bind_textdomain_codeset(domain, codeset) { // http://kevin.vanzonneveld.net // + original by: Brett Zamir (http://brett-zamir.me) // * example 1: bind_textdomain_codeset('myapp', 'UTF-8'); // * returns 1: 'UTF-8' // BEGIN REDUNDANT this.php_js = this.php_js || {}; this.php_js.textdomai...
export default (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 ("value" in descriptor) descriptor.writable = true; ...
/* * Crypto-JS v2.4.0 * http://code.google.com/p/crypto-js/ * Copyright (c) 2011, Jeff Mott. All rights reserved. * http://code.google.com/p/crypto-js/wiki/License */ (function(){var g=Crypto,i=g.util,j=g.charenc.UTF8,k=g.MARC4={encrypt:function(f,b){var e=j.stringToBytes(f),a=i.randomBytes(16),d=b.construct...
/* ============================================================= * bootstrap-tree.js v0.3 * http://twitter.github.com/cutterbl/Bootstrap-Tree * * Inspired by Twitter Bootstrap, with credit to bits of code * from all over. * ============================================================= * Copyright 2012 Cutters C...
module.exports = { reporter: function (results) { "use strict"; var files = {}, out = [], pairs = { "&": "&amp;", '"': "&quot;", "'": "&apos;", "<": "&lt;", ">": "&gt;" }, file, i, issue; function encode(s) { for (var r in pairs) { if (typeof...
suite('player-finish-event', function() { setup(function() { this.element = document.createElement('div'); document.documentElement.appendChild(this.element); this.player = this.element.animate([], 1000); }); teardown(function() { if (this.element.parent) this.element.removeChild(this.target...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = processPattern; var _bluebird = require('bluebird'); var _bluebird2 = _interopRequireDefault(_bluebird); var _path = require('path'); var _path2 = _interopRequireDefault(_path); var _lodash = require('lodash'); var...
/** * Angular Google Analytics - Easy tracking for your AngularJS application * @version v1.1.8 - 2016-12-30 * @link http://github.com/revolunet/angular-google-analytics * @author Julien Bouquillon <julien@revolunet.com> (https://github.com/revolunet) * @contributors Julien Bouquillon (https://github.com/revolunet...
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors // For license information, please see license.txt frappe.ui.form.on('Desktop Icon', { refresh: function(frm) { } });
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let ImageBrokenImage = (props) => ( <SvgIcon {...props}> <path d="M21 5v6.59l-3-3.01-4 4.01-4-4-4 4-3-3.01V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2zm-3 6.42l3 3.01V19c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2v-6.58l3 2.99 4-4 4 4 ...
/* */ "format cjs"; "use strict"; exports.__esModule = true; // istanbul ignore next function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } new...
require('../../modules/es6.function.name');
module("event", { teardown: moduleTeardown }); test("null or undefined handler", function() { expect(2); // Supports Fixes bug #7229 try { jQuery("#firstp").on( "click", null ); ok(true, "Passing a null handler will not throw an exception"); } catch ( e ) {} try { jQuery("#firstp").on( "click", undefined )...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v6.4.2 * @link http://www.ag-grid.com/ * @license MIT */ var ColumnChangeEvent = (function () { function ColumnChangeEvent(type) { this.type = type; } ColumnChangeEvent.prototyp...
!function(e){e.datepick.regional.hu={clearText:"törlés",clearStatus:"",closeText:"bezárás",closeStatus:"",prevText:"&laquo;&nbsp;vissza",prevStatus:"",prevBigText:"&#x3c;&#x3c;",prevBigStatus:"",nextText:"előre&nbsp;&raquo;",nextStatus:"",nextBigText:"&#x3e;&#x3e;",nextBigStatus:"",currentText:"ma",currentStatus:"",mon...
var handlebars = require("./parser").parser; var Handlebars = require("../base"); // BEGIN(BROWSER) Handlebars.Parser = handlebars; Handlebars.parse = function(string) { Handlebars.Parser.yy = Handlebars.AST; return Handlebars.Parser.parse(string); }; Handlebars.print = function(ast) { return new Handlebars.Pr...
(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...
module.exports = { prefix: 'fas', iconName: 'angle-double-right', icon: [448, 512, [], "f101", "M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34zm192-34l-136-136c-9.4-9.4-24.6-9.4-...
YUI.add('series-fill-util', function (Y, NAME) { /** * Provides functionality for drawing fills in a series. * * @module charts * @submodule series-fill-util */ var Y_Lang = Y.Lang; /** * Utility class used for drawing area fills. * * @class Fills * @constructor * @submodule series-fill-util */ function Fi...
define( //begin v1.x content { "days-standAlone-short": [ "do", "sg", "te", "qu", "qi", "sx", "sb" ], "field-weekday": "Dia da semana", "field-wed-relative+0": "esta quarta-feira", "field-wed-relative+1": "próxima quarta-feira", "dateFormatItem-GyMMMEd": "E, d 'de' MMM 'de' y G", "d...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v4.2.0 * @link http://www.ag-grid.com/ * @license MIT */ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : ...
/** @license * * Copyright (C) 2012 K. Arthur Endsley (kaendsle@mtu.edu) * Michigan Tech Research Institute (MTRI) * 3600 Green Court, Suite 100, Ann Arbor, MI, 48105 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published ...
"use strict";var _interopRequireDefault=require("@babel/runtime/helpers/interopRequireDefault");Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"default",{enumerable:!0,get:function(){return _TableHead.default}});var _TableHead=_interopRequireDefault(require("./TableHead"));
/*! * Bootstrap-select v1.8.0 (http://silviomoreto.github.io/bootstrap-select) * * Copyright 2013-2015 bootstrap-select * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */ !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"ob...
/*global self, document, DOMException */ /*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js */ // Full polyfill for browsers with no classList support if (!("classList" in document.createElement("_"))) { (function (view) { "use strict"; if (!('Element' in view)) return; var ...
'use strict'; var should = require('chai').should(); var fs = require('hexo-fs'); var Promise = require('bluebird'); describe('Save database', function(){ var Hexo = require('../../../lib/hexo'); var hexo = new Hexo(); var saveDatabase = Promise.method(require('../../../lib/plugins/filter/before_exit/save_datab...
angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": { "0": "priek\u0161pusdien\u0101", "1": "p\u0113cpusdien\u0101" ...
/* * Globalize Culture bg-BG * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * This file was generated by the Globalize Culture Generator * Translation: bugs found in this file need t...
/** * Copyright (c) 2014 Petka Antonov * * 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, pub...
/* TimelineJS - ver. 2.34.0 - 2014-10-20 Copyright (c) 2012-2013 Northwestern University a project of the Northwestern University Knight Lab, originally created by Zach Wise https://github.com/NUKnightLab/TimelineJS This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0....
/* Shutter Reloaded http://www.laptoptips.ca/javascripts/shutter-reloaded/ Version: 2.0.1 Acknowledgement: some ideas are from: Shutter by Andrew Sutherland - http://code.jalenack.com, WordPress - http://wordpress.org, Lightbox by Lokesh Dhakar - http://www.huddletogether.com, the icons are from Crystal Project I...
/* YUI 3.16.0 (build 76f0e08) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add("anim-color",function(e,t){var n=Number;e.Anim.getUpdatedColorValue=function(t,r,i,s,o){return t=e.Color.re_RGB.exec(e.Color.toRGB(t)),r=e.Color.re_RGB.exec(e.Color.to...
/** * @fileoverview Rule to enforce a particular function style * @author Nicholas C. Zakas * @copyright 2013 Nicholas C. Zakas. All rights reserved. */ "use strict"; //------------------------------------------------------------------------------ // Rule Definition //----------------------------------------------...
/* ========================================================== * bootstrap-carousel.js v2.1.1 * http://twitter.github.com/bootstrap/javascript.html#carousel * ========================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "Lic...
'use strict'; /** * @name $$cookieWriter * @requires $document * * @description * This is a private service for writing cookies * * @param {string} name Cookie name * @param {string=} value Cookie value (if undefined, cookie will be deleted) * @param {Object=} options Object with options that need to be store...
/*! * # Semantic UI 2.1.6 - Search * http://github.com/semantic-org/semantic-ui/ * * * Copyright 2015 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ ;(function ($, window, document, undefined) { "use strict"; $.fn.search = function(parameters) { var $allModules...
// Generated by CoffeeScript 1.3.3 (function() { var SwaggerApi, SwaggerModel, SwaggerModelProperty, SwaggerOperation, SwaggerRequest, SwaggerResource, __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; SwaggerApi = (function() { SwaggerApi.prototype.discoveryUrl = "http:/...
(function(root, factory) { if(typeof exports === 'object') { module.exports = factory(); } else if(typeof define === 'function' && define.amd) { define('chartist', [], factory); } else { root['Chartist'] = factory(); } }(this, function() { /* Chartist.js 0.1.8 * Cop...