code
stringlengths
2
1.05M
import Telescope from 'meteor/nova:lib'; import marked from 'marked'; import Posts from "meteor/nova:posts"; import Comments from './collection.js'; import Users from 'meteor/nova:users'; ////////////////////////////////////////////////////// // Collection Hooks // /////////////////////...
(function (){ window.onload = function (){ app.init(); } })();
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _reactNative = require('react-native'); exports['default'] = _reactNative.StyleSheet.create({ container: { flex: 1, flexDirection: 'row', alignItems: 'center', justifyContent: 'center' }, input: { flex: 1, ...
const path = require('path') const {CompositeDisposable} = require('event-kit') class PaneElement extends HTMLElement { createdCallback () { this.attached = false this.subscriptions = new CompositeDisposable() this.inlineDisplayStyles = new WeakMap() this.initializeContent() this.subscribeToDOMEv...
'use strict'; // This test checks the usage of --use-bundled-ca and --use-openssl-ca arguments // to verify that both are not used at the same time. const common = require('../common'); if (!common.hasCrypto) common.skip('missing crypto'); const assert = require('assert'); const os = require('os'); const childProces...
'use strict'; var test = require('tape'); var events = require('./lib/events'); var dragula = require('..'); test('remove does not throw when not dragging', function (t) { t.test('a single time', function once (st) { var drake = dragula(); st.doesNotThrow(function () { drake.remove(); }, 'dragula ...
import Ember from 'ember-metal/core'; // ES6TODO Ember.STRINGS import { ENV } from 'ember-environment'; import { loc } from 'ember-runtime/system/string'; let oldString; QUnit.module('EmberStringUtils.loc', { setup() { oldString = Ember.STRINGS; Ember.STRINGS = { '_Hello World': 'Bonjour le monde', ...
import { LightShadow } from './LightShadow.js'; import { MathUtils } from '../math/MathUtils.js'; import { PerspectiveCamera } from '../cameras/PerspectiveCamera.js'; /** * @author mrdoob / http://mrdoob.com/ */ function SpotLightShadow() { LightShadow.call( this, new PerspectiveCamera( 50, 1, 0.5, 500 ) ); } S...
var assert = require('assert'); var common = require('../../common'); var table = 'insert_test'; common.getTestConnection(function (err, connection) { assert.ifError(err); common.useTestDb(connection); connection.query([ 'CREATE TEMPORARY TABLE ?? (', '`id` int(11) unsigned NOT NULL AUTO_INCREMENT,', ...
"use strict"; const Benchmark = require("benchmark"); function noop() { // intentional no-op function } module.exports = function jsdomBenchmark(optionsArg) { const options = Object.assign( {}, typeof optionsArg === "function" ? { fn: optionsArg } : optionsArg, { jsdomSetup: optionsArg.setup || ...
export default function _identity(x) { return x; }
/// /// Remote methods and access control. /// // Restrict default mutators on collection. allow() and deny() take the // same options: // // options.insert {Function(userId, doc)} // return true to allow/deny adding this document // // options.update {Function(userId, docs, fields, modifier)} // return true to al...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S12.6.2_A13_T3; * @section: 12.6.2; * @assertion: FunctionDeclaration within a "while" Statement is not allowed; * @description: Checking if declaring a function within a "wh...
version https://git-lfs.github.com/spec/v1 oid sha256:9cb7b5063263b53dccd80c0579866b1f63f1aee7de084cdcfb261a77fb29f68d size 14361
// @flow import React from 'react'; import Constants from '../../Constants'; const islands = [ Constants.Image.ISLAND_SMALL_1, Constants.Image.ISLAND_SMALL_2, Constants.Image.ISLAND_SMALL_3, Constants.Image.ISLAND_SMALL_4, Constants.Image.ISLAND_SMALL_5, Constants.Image.ISLAND_SMALL_6 ]; type Props = { ...
import React from 'react' import { Button } from 'semantic-ui-react' const ButtonExampleLoading = () => ( <div> <Button loading>Loading</Button> <Button basic loading>Loading</Button> <Button loading primary>Loading</Button> <Button loading secondary>Loading</Button> </div> ) export default Button...
'use strict'; var os = require('os'); module.exports = function facts(agent) { return { pid : process.pid, host : os.hostname(), language : 'nodejs', app_name : agent.config.applications(), agent_version : agent.version, environment : agent.environment }; };
/** * @file 求两个bezier曲线的交点 * @author mengke01(kekee000@gmail.com) */ define( function (require) { var computeBoundingBox = require('./computeBoundingBox'); var isBoundingBoxCross = require('./isBoundingBoxCross'); var bezierQ2Equation = require('../math/bezierQ2Equation'); var b...
'use strict'; module.exports = function (val) { if (val == null) { return []; } return Array.isArray(val) ? val : [val]; };
'use strict'; const assert = require('./../../assert'); const common = require('./../../common'); let battle; describe('Substitute', function () { afterEach(function () { battle.destroy(); }); it('should deduct 25% of max HP, rounded down', function () { battle = common.createBattle(); battle.join('p1', 'G...
// @flow strict import React from 'react'; import Helmet from 'react-helmet'; import { withPrefix } from 'gatsby'; import type { Node as ReactNode } from 'react'; import { useSiteMetadata } from '../../hooks'; import styles from './Layout.module.scss'; type Props = { children: ReactNode, title: string, descripti...
'use strict'; var assert = require('assert'); var crypto = require('crypto'); var hash = require('../index'); var validSha1 = /^[0-9a-f]{40}$/i; describe('hash', function() { it('throws when nothing to hash', function () { assert.throws(hash, 'no arguments'); assert.throws(function() { hash(undefined,...
//Released to the public domain. var http=require('http'); var socketio=require('socket.io'); var child=require('child_process'); function callbackOrDummy(callback){ if(callback===undefined)callback=function(){}; return callback; } function unwrapArray(arr) { return arr && arr.length == 1 ? arr[0] : arr } module....
/** * (c) 2010-2017 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import H from './Globals.js'; import './Color.js'; import './Utilities.js'; import './Time.js'; var color = H.color, isTouchDevice = H.isTouchDevice, merge = H.merge, svg = H.svg; /* ***************************...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'fakeobjects', 'eu', { anchor: 'Aingura', flash: 'Flash Animazioa', hiddenfield: 'Ezkutuko Eremua', iframe: 'IFrame', // MISSING unkno...
angular.module('material.components.menu') .provider('$mdMenu', MenuProvider); /* * Interim element provider for the menu. * Handles behavior for a menu while it is open, including: * - handling animating the menu opening/closing * - handling key/mouse events on the menu element * - handling enabling/d...
var lib = process.env.POMELO_RPC_COV ? 'lib-cov' : 'lib'; var should = require('should'); var route = require('../../' + lib + '/rpc-client/router').route; var WAIT_TIME = 20; describe('router', function() { var servers = { 'logic': [ {id: 'logic-server-1', host: 'localhost', port: 3333}, {id: 'log...
import React, { PropTypes, Component } from 'react'; import { graphql } from 'react-apollo'; import gql from 'graphql-tag'; import { operateOnItem } from '../vote.js'; const withVote = component => { return graphql(gql` mutation vote($documentId: String, $voteType: String, $collectionName: String) { vote(...
define(function(require) { var Widget = require('src/widget') var Fake = Widget.extend(function(view, settings) { this.name = 'saber' this.view = view this.settings = settings }) Fake.prototype.viewAttached = function(view) { this.attached = true this.view = view } return Fake })
version https://git-lfs.github.com/spec/v1 oid sha256:92fefbe0bcfd58a85ffd87288090f04f9b8252e5825c040939006cec93bb80b7 size 2038
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'stylescombo', 'sr', { label: 'Стил', panelTitle: 'Formatting Styles', // MISSING panelTitle1: 'Block Styles', // MISSING panelTitle2: '...
module.exports={A:{A:{"1":"A","2":"J C G E B VB"},B:{"2":"D Y g H L"},C:{"2":"0 1 3 4 5 6 TB z F I J C G E B A D Y g H L M N O P Q R S T U V W X v Z a b c d e f K h i j k l m n o p q r s x y u t RB QB"},D:{"1":"0 1 3 4 Y g H L M N O P Q R S T U V W X v Z a b c d e f K h i j k l m n o p q r s x y u t","2":"5 6 F I J C G...
function post(path, params, method) { method = method || "post"; // Set method to post by default if not specified. // The rest of this code assumes you are not using a library. // It can be made less wordy if you use one. var form = document.createElement("form"); form.setAttribute("method", meth...
// require.js looks for the following global when initializing var require = { baseUrl: ".", paths: { "bootstrap": "bower_modules/components-bootstrap/js/bootstrap.min", "crossroads": "bower_modules/crossroads/dist/crossroads.min", "hasher": "bower_modu...
"use strict"; /* eslint no-console: 0 */ const consoleReporter = require("./console-reporter"); const pathToSuites = require("./path-to-suites"); const benchmarks = require("."); module.exports = function (suites, documentImplementation) { if (typeof suites === "string") { suites = suites.trim().split(/,/); }...
/* * JQuery zTree exedit v3.5.32 * http://treejs.cn/ * * Copyright (c) 2010 Hunter.z * * Licensed same as jquery - MIT License * http://www.opensource.org/licenses/mit-license.php * * email: hunter.z@263.net * Date: 2018-01-06 */ (function($){ //default consts of exedit var _consts = { event: { DRAG: ...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var strings = { prefixAgo: 'duela', prefixFromNow: 'hemendik', suffixAgo: '', suffixFromNow: 'barru', seconds: 'minutu bat bainu gutxiago', minute: 'minutu bat', minutes: '%d minutu inguru', hour...
'use strict'; module.exports = { up: function (queryInterface, Sequelize) { return queryInterface.bulkInsert('Quizzes', [ { question: 'Capital de Italia', answer: 'Roma', createdAt: new Date(), updatedAt: new Date() }, { question: 'Capital de Portugal', answer: 'Lisboa', ...
/*! * @atlassian/aui - Atlassian User Interface Framework * @version v7.4.0 * @link https://docs.atlassian.com/aui/latest/ * @license SEE LICENSE IN LICENSE.md * @author Atlassian Pty Ltd. */ // src/js/aui-css-deprecations.js (typeof window === 'undefined' ? global : window).__d496ae2c0d5db12b3406da7524eeb985 = (...
var heh = []; var nums = [1, 2, 3]; loop1: for (let i in nums) { let num = nums[i]; heh.push(x => x * num); if (num >= 2) { break loop1; } } expect(heh).toHaveLength(2); expect(heh[0](2)).toBe(2); expect(heh[1](4)).toBe(8);
/*globals describe, before, beforeEach, afterEach, it*/ /*jshint expr:true*/ var should = require('should'), sinon = require('sinon'), _ = require('lodash'), hbs = require('express-hbs'), utils = require('./utils'), // Stuff we are testing handlebar...
// Copyright (c) 2015 Uber 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, merge...
module.exports={A:{A:{"2":"I C G E A B SB"},B:{"1":"D g q K"},C:{"1":"0 1 2 S T U V s X Y Z a b c d e f J h i j k l m n o p u v w t y r W","2":"3 QB F H I C G E A B D g q K L M N O OB NB","66":"P Q R"},D:{"1":"0 1 2 6 9 X Y Z a b c d e f J h i j k l m n o p u v w t y r W CB RB AB","2":"F H I C G E A B D g q K L M N O P...
/*! * # Semantic UI 2.3.0 - Checkbox * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ ;(function ($, window, document, undefined) { "use strict"; window = (typeof window != 'undefined' && window.Math == Math) ? window : (typeof s...
;(function(window) { 'use strict'; /** The base path of the lodash builds. */ var basePath = '../'; /** The lodash build to load. */ var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]); /** The other library to load. */ var other = (other = /other=([^&]+)/.exec(l...
console.log('using PhantomJS version ' + phantom.version.major + '.' + phantom.version.minor + '.' + phantom.version.patch); phantom.exit();
module.exports={A:{A:{"1":"C B A","2":"H E G VB"},B:{"1":"D u g I J"},C:{"1":"0 1 2 3 4 5 6 x F L H E G C B A D u g I J Y O e P Q R S T U V W X v Z a b c d N f M h i j k l m n o p q r s t y K RB QB","4":"TB"},D:{"1":"0 1 2 3 4 5 6 F L H E G C B A D u g I J Y O e P Q R S T U V W X v Z a b c d N f M h i j k l m n o p q r...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var configuration_parser_1 = require("./configuration-parser"); var execution_display_1 = require("./display/execution-display"); var logger_1 = require("./display/logger"); var summary_display_1 = require("./display/summary-display"); var exe...
import React from 'react' import PropTypes from 'prop-types' import styles from './cpu.less' import { color } from '../../../utils' import CountUp from 'react-countup' import { LineChart, Line, XAxis, YAxis, CartesianGrid, ResponsiveContainer } from 'recharts' const countUpProps = { start: 0, duration: 2.75, use...
import{generateUtilityClass,generateUtilityClasses}from"@material-ui/unstyled";function getFormLabelUtilityClasses(e){return generateUtilityClass("MuiFormLabel",e)}var formLabelClasses=generateUtilityClasses("MuiFormLabel",["root","colorSecondary","focused","disabled","error","filled","required","asterisk"]);export def...
"use strict"; var platform_browser_dynamic_1 = require('@angular/platform-browser-dynamic'); var app_component_1 = require('./app.component'); var app_routes_1 = require('./app.routes'); platform_browser_dynamic_1.bootstrap(app_component_1.AppComponent, [ app_routes_1.APP_ROUTER_PROVIDERS ]).catch(function (err) { ...
'use strict'; var articles = require('../controllers/articles'); // Article authorization helpers var hasAuthorization = function(req, res, next) { if (req.article.user.id !== req.user.id) { return res.send(401, 'User is not authorized'); } next(); }; module.exports = function(Articles, app, auth...
export default ` cover_image { cropped(width: 260, height: 110) { url } } end_at href id is_closed is_live_open is_preview live_start_at name start_at `
var searchData= [ ['t',['T',['../unionx_p_s_r___type.html#a7eed9fe24ae8d354cd76ae1c1110a658',1,'xPSR_Type']]], ['tcr',['TCR',['../struct_i_t_m___type.html#a58f169e1aa40a9b8afb6296677c3bb45',1,'ITM_Type']]], ['template_2etxt',['Template.txt',['../_template_8txt.html',1,'']]], ['template_20files',['Template Files...
import { Vector4 } from '../math/Vector4'; import { Vector3 } from '../math/Vector3'; import { Vector2 } from '../math/Vector2'; import { Color } from '../math/Color'; import { _Math } from '../math/Math'; /** * @author mrdoob / http://mrdoob.com/ */ function BufferAttribute( array, itemSize, normalized ) { if ( ...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'maximize', 'fi', { maximize: 'Suurenna', minimize: 'Pienennä' });
var union______unnamed1883 = [ [ "LongFlags2", "union______unnamed1883.html#abf23e6cbf3dc615922e5042ebfc8ebf7", null ], [ "VadFlags2", "union______unnamed1883.html#afe7d803874014dbeadf4ec07ed9481de", null ] ];
// @flow strict import React from 'react'; import renderer from 'react-test-renderer'; import { StaticQuery, useStaticQuery } from 'gatsby'; import IndexTemplate from './index-template'; import siteMetadata from '../../jest/__fixtures__/site-metadata'; import allMarkdownRemark from '../../jest/__fixtures__/all-markdown...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v13.3.0 * @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 ...
// Import Tinytest from the tinytest Meteor package. import { Tinytest } from "meteor/tinytest"; // Import and rename a variable exported by ~fs-name~.js. import { name as packageName } from "meteor/~name~"; // Write your tests here! // Here is an example. Tinytest.add('~fs-name~ - example', function (test) { test....
steal.loading('//steal/build/styles/test/test.js'); steal('css2.css', 'css/css1.css') .then(function(){}) .then('css3.css') ; steal.loaded('//steal/build/styles/test/test.js');
define([], function() { "use strict"; var Pipeline = function Pipeline() { this.steps = [(function(instruction) { return instruction.router.makeDescendantRouters(instruction); }), (function(instruction) { return instruction.router.canDeactivatePorts(instruction); }), (function(instruction) {...
/** * jqGrid Czech Translation * Pavel Jirak pavel.jirak@jipas.cz * doplnil Thomas Wagner xwagne01@stud.fit.vutbr.cz * http://trirand.com/blog/ * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html **/ /*global jQuery, define ...
[0o_1_1]
/* The Great Computer Language Shootout http://shootout.alioth.debian.org/ contributed by Isaac Gouy */ function TreeNode(left,right,item){ this.left = left; this.right = right; this.item = item; } TreeNode.prototype.itemCheck = function(){ if (this.left==null) return this.item; else return this....
sap.ui.define([ ], function () { "use strict"; return { /** * Rounds the currency value to 2 digits * * @public * @param {string} sValue value to be formatted * @returns {string} formatted currency value with 2 digits */ currencyValue : function (sValue) { if (!sValue) { ret...
var view = require("ui/core/view"); var dependencyObservable = require("ui/core/dependency-observable"); var proxy = require("ui/core/proxy"); var Progress = (function (_super) { __extends(Progress, _super); function Progress() { _super.call(this); this.maxValue = 100; this.value = 0; ...
describe('ColumnSorting', function() { var id = 'testContainer'; beforeEach(function() { this.$container = $('<div id="' + id + '" style="overflow: auto; width: 300px; height: 200px;"></div>').appendTo('body'); this.sortByColumn = function(columnIndex) { // this.$container.find('th span.columnSorting...
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js * * Copyright (c) 2009-2014 The MathJax Consortium * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Lic...
/** * Test the ghostdown extension * * Only ever runs on the client (i.e in the editor) * Server processes showdown without it so there can never be an image upload form in a post. */ /*globals describe, it */ /*jshint expr:true*/ var should = require('should'), // Stuff we are testing ghostimagepre...
/* AngularJS v1.7.0 (c) 2010-2018 Google, Inc. http://angularjs.org License: MIT */ (function(T,a){'use strict';function M(m,f){f=f||{};a.forEach(f,function(a,d){delete f[d]});for(var d in m)!m.hasOwnProperty(d)||"$"===d.charAt(0)&&"$"===d.charAt(1)||(f[d]=m[d]);return f}var B=a.$$minErr("$resource"),H=/^(\.[a-zA-Z_...
/** * angular-strap * @version v2.2.1 - 2015-03-10 * @link http://mgcrea.github.io/angular-strap * @author Olivier Louvignes (olivier@mg-crea.com) * @license MIT License, http://www.opensource.org/licenses/MIT */ 'use strict'; angular.module('mgcrea.ngStrap.tab').run(['$templateCache', function($templateCache) {...
/** * videojs-contrib-ads * @version 4.2.6 * @copyright 2017 Brightcove * @license Apache-2.0 */ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof...
#!/usr/bin/env node 'use strict' var columnLayout = require('../') var cliArgs = require('command-line-args') var collectJson = require('collect-json') var ansi = require('ansi-escape-sequences') var o = require('object-tools') var t = require('typical') var cli = cliArgs([ { name: 'help', type: Boolean, alias: 'h' ...
'use strict'; var blueprintHelpers = require('ember-cli-blueprint-test-helpers/helpers'); var setupTestHooks = blueprintHelpers.setupTestHooks; var emberNew = blueprintHelpers.emberNew; var emberGenerateDestroy = blueprintHelpers.emberGenerateDestroy; var setupPodConfig = blueprintHelpers.setupPodConfig; var chai = r...
// Type parameter declaration may not have 0 type parameters type Foo<> = number;
var postcss = require("postcss"); /** * font variant convertion map * * @type {Object} */ var fontVariantProperties = { "font-variant-ligatures": { "common-ligatures": "\"liga\", \"clig\"", "no-common-ligatures": "\"liga\", \"clig off\"", "discretionary-ligatures": "\"dlig\"", "no-discretionary-l...
/*! hyperform.js.org */ define(function () { 'use strict'; var registry = Object.create(null); /** * run all actions registered for a hook * * Every action gets called with a state object as `this` ar...
/*! * Stylus - Call * Copyright(c) 2010 LearnBoost <dev@learnboost.com> * MIT Licensed */ /** * Module dependencies. */ var Node = require('./node'); /** * Initialize a new `Call` with `name` and `args`. * * @param {String} name * @param {Expression} args * @api public */ var Call = module.exports = fu...
/*! jQuery UI - v1.10.3 - 2013-10-16 * http://jqueryui.com * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.datepicker.js, jquery.ui.slider.js, jquery.ui.effect.js, jquery.ui.effect-highlight.js * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ (function( $, un...
loadIonicon('<svg width="1em" height="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M128.1 256l128 224 128-224zM392 161c3-9 4.7-22.7 4.7-32.9 0-53.1-43-96.1-96.1-96.1-31.4 0-59.2 15-76.8 38.3 0 0-9.1 14-10.8 29l-3.4-1c-2.3-9-3.7-20 1.6-31.5-7.4-2.5-9.4-2.8-17.6-2.8-41.7 0-75.6 33.8-75.6 75.6 0 ...
/** * Module Dependencies */ var _ = require('lodash'); var hasOwnProperty = require('../helpers').object.hasOwnProperty; /** * Queue up .add() operations on a model instance for any nested association * values in a .create() query. * * @param {Object} parentModel * @param {Object} values * @param {Object} as...
/*! * Module dependencies. */ var Document = require('./document') , MongooseArray = require('./types/array') , MongooseDocumentArray = require('./types/documentarray') , MongooseBuffer = require('./types/buffer') , MongooseError = require('./error') , VersionError = MongooseError.VersionError , Divergen...
// PhantomJS doesn't support bind yet Function.prototype.bind = Function.prototype.bind || function (thisp) { var fn = this; return function () { return fn.apply(thisp, arguments); }; };
/** The below work is licensed under Creative Commons GNU LGPL License. Original work: License: http://creativecommons.org/licenses/LGPL/2.1/ Author: Stefan Goessner/2006 Web: http://goessner.net/ Modifications made: Version: 0.9-p5 Description: Restructured code, JSLint val...
//! moment.js locale configuration //! locale : icelandic (is) //! author : Hinrik Örn Sigurðsson : https://github.com/hinrik (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) : typeof define === 'function' && define.amd ? define(['mo...
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory() : typeof define ==...
"use strict"; var reduce_1 = require('./reduce'); /** * The Min operator operates on an Observable that emits numbers (or items that can be compared with a provided function), * and when source Observable completes it emits a single item: the item with the smallest value. * * <img src="./img/min.png" width="100%"> ...
/* All of the code within the ZingChart software is developed and copyrighted by PINT, Inc., and may not be copied, replicated, or used in any other software or application without prior permission from PINT. All usage must coincide with the ZingChart End User License Agreement which can be requested by email at suppor...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v5.1.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 : ...
/* TimelineJS - ver. 2.35.5 - 2015-02-26 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....
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("react"), require("react-redux"), require("redux")); else if(typeof define === 'function' && define.amd) define(["react", "react-redux", "redux"], factory); e...
function checkForm() { var is_category_selected = false; var is_filter_selected = false; $('#categories-treeview input[type=checkbox]').each( function() { if ($(this).prop('checked')) { is_category_selected = true; return false; } } ); $('.filter_list_item input[type=checkbox]').each( ...
(function (global, factory) { if (typeof define === "function" && define.amd) { define(["exports", "../../globals/js/settings", "../../globals/js/misc/mixin", "../../globals/js/mixins/create-component", "../../globals/js/mixins/init-component-by-search", "../../globals/js/mixins/evented-state", "../../globals/js/...
/*! jQuery UI - v1.9.0 - 2012-10-05 * http://jqueryui.com * Includes: jquery.ui.datepicker-rm.js * Copyright 2012 jQuery Foundation and other contributors; Licensed MIT */ jQuery(function(e){e.datepicker.regional.rm={closeText:"Serrar",prevText:"&#x3C;Suandant",nextText:"Precedent&#x3E;",currentText:"Actual",monthNames...
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.vidom = f()}})...
'use strict'; var InstallCommand = require('./install'); var chalk = require('chalk'); module.exports = InstallCommand.extend({ name: 'install:addon', description: 'This command has been deprecated. Please use `ember install` instead.', works: 'insideProject', skipHelp: true, anonymousOptions: [ ...
// flow-typed signature: 8a1d5147a0d7527cc6f338a678839eb4 // flow-typed version: <<STUB>>/eslint-plugin-flowtype_v^2.30.0/flow_v0.38.0 /** * This is an autogenerated libdef stub for: * * 'eslint-plugin-flowtype' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to ...
(function(root, factory) { if (typeof define === 'function' && define.amd) { define(['backbone'], factory); } else if (typeof require === 'function' && ((typeof module !== "undefined" && module !== null ? module.exports : void 0) != null)) { return module.exports = factory(require('backbone')); } else { ...
'use strict'; var frzr = (function () { 'use strict'; // This is just a very basic inheritable Observable class, like node.js's but with jQuery's API style function Observable(data) { this.listeners = {}; for (var key in data) { this[key] = data[key]; } } Observable.prototype.on = functi...