code
stringlengths
2
1.05M
'use strict'; const Promise = require('rsvp').Promise; const fs = require('fs'); const Task = require('../../models/task'); const SilentError = require('silent-error'); const walkSync = require('walk-sync'); const path = require('path'); const FSTree = require('fs-tree-diff'); let logger = require('heimdalljs-logger')...
// ................. include INIT
/*! * froala_editor v3.0.2 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2019 Froala Labs */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) : typeof define === 'function...
/** * ag-grid-community - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v19.0.0 * @link http://www.ag-grid.com/ * @license MIT */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // class returns unique instance id's for columns. /...
'use strict'; rockBandsApp.factory('rockBandsData', function ($resource, $http, $q) { var url = 'http://localhost:3333/api/'; function repositoryFactory(name) { if (name === 'bands') { return Bands; } else if (name === 'albums') { return Albums; } ...
var config = require("../config/config") , Sequelize = require("../../index") , sequelize = new Sequelize(config.mysql.database, config.mysql.username, config.mysql.password, { pool: config.mysql.pool, logging: false, host: config.mysql.host, port: config.mysql.port }) , Helpers = new (require("../config/hel...
module.exports={"title":"Ionic","hex":"3880FF","source":"https://ionicframework.com/press","svg":"<svg role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><title>Ionic Icon</title><path d=\"M22.922 7.027l-.103-.23-.169.188c-.408.464-.928.82-1.505 1.036l-.159.061.066.155a9.745 9.745 0 0 1 .75 3.759c0...
/* eslint-disable no-undef */ import React, { Component } from 'react' import PropTypes from 'prop-types' import { connect } from 'react-redux' import { withRouter } from 'react-router-dom' import Explore from '../components/Explore' import { resetErrorMessage } from '../actions' class App extends Component { stati...
/* ------------------------------------------------------------------------------ * * # Multiple navbars * * Specific JS code additions for multiple navbar pages * * Version: 1.1 * Latest update: Nov 25, 2015 * * ---------------------------------------------------------------------------- */ $(function() { /...
//********************************************************* // // Copyright (c) Microsoft. All rights reserved. // This code is licensed under the MIT License (MIT). // THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY // IMPLIED WARRANTIES OF FITNESS FOR A PARTICU...
/** * 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'; describe('SimpleEventPlugin', function() { let React; let ReactDOM; let ReactFeature...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _pure = require('recompose/pure'); var _pure2 = _interopRequireDefault(_pure); var _SvgIcon = require('../../SvgIcon'); var _SvgIcon2 = _interopRequireDe...
var async = require('async'); var NobleDevice = require('../index'); var idOrLocalName = process.argv[2]; if (!idOrLocalName) { console.log("node hrm-device.js [ID or local name]"); process.exit(1); } var HRMDevice = function(device) { NobleDevice.call(this, device); }; HRMDevice.is = function(device) { va...
const _ = require('lodash'); const Promise = require('bluebird'); const logging = require('../../../../../shared/logging'); module.exports.config = { transaction: true }; module.exports.up = (options) => { let localOptions = _.merge({ context: {internal: true} }, options); const settingsKey = ...
import expect, { spyOn } from 'expect' import React, { Component } from 'react' import { renderToStaticMarkup, renderToString } from 'react-dom/server' import createMemoryHistory from '../createMemoryHistory' import Link from '../Link' import match from '../match' import Router from '../Router' import RouterContext fr...
var name = "Make a Crab Happy"; var collection_type = 0; var is_secret = 0; var desc = "Played the exact Music Block for the Crab, which he has heard the LEAST recently."; var status_text = "Now that's what we call a moldy oldie. For throwing down a sets of claw-snappin' beats that brought the Crab back sweet memor...
/** * Magento * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE_AFL.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy...
import { spawn } from 'child_process'; import R from 'ramda'; import path from 'path'; const root_dir = path.join(__dirname, '../../'); const total_shards = 6; R.forEach(num => { const instance = spawn('npm', ['run', 'dev-nodebug'], { cwd: root_dir, env: R.merge(process.env, { SHARDING: true, SH...
/** * @class Xfr.plugin.PagingSize * */ Ext.define("Xfr.plugin.PagingSize", { extend: 'Xfr.Component', requires: [], alias: 'plugin.pagingsize', config: { cls: "table-page-size", cmp: null, data: {}, width: "100%" }, init: function(cmp) { var me = this...
var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { ext...
function then(fn) { return async (value) => { return fn(await value); }; } var result = 1 |> (async (x) => await x + 1) |> then((x) => x + 1); return result.then(val => { expect(val).toBe(3); });
"use strict"; var ObjectId = require("mongodb").ObjectId; require("mongodb-toolkit"); var DLModels = require("dl-models"); var map = DLModels.map; var Vat = DLModels.master.Vat; var BaseManager = require("module-toolkit").BaseManager; var i18n = require("dl-i18n"); module.exports = class VatManager extends BaseMana...
;(function ($, window, document, undefined) { 'use strict'; Foundation.libs.topbar = { name : 'topbar', version : '5.5.1', settings : { index : 0, sticky_class : 'sticky', custom_back_text : true, back_text : 'Back', mobile_show_parent_link : true, is_hover : true,...
/** * @ngdoc module * @name material.core.aria * @description * Aria Expectations for ngMaterial components. */ angular .module('material.core') .provider('$mdAria', MdAriaProvider); /** * @ngdoc service * @name $mdAriaProvider * @module material.core.aria * * @description * * Modify options of the `$m...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FirstPageLink = void 0; var _react = _interopRequireWildcard(require("react")); var _propTypes = _interopRequireDefault(require("prop-types")); var _classnames = _interopRequireDefault(require("classnames")); function _interopRe...
define({scientificFormat:"#E0",infinity:"∞",superscriptingExponent:"×",list:";",percentSign:"%",minusSign:"-","decimalFormat-short":"000 ล'.'ล'.'",nan:"NaN",plusSign:"+",currencyFormat:"¤#,##0.00;(¤#,##0.00)",perMille:"‰",group:",",percentFormat:"#,##0%","decimalFormat-long":"000 ล้านล้าน",decimalFormat:"#,##0.###","cu...
/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the...
/************************************************************* * * MathJax/localization/diq/HTML-CSS.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 compliance with the License. * You may...
( function () { THREE = Bench.THREE; // these vertices and triangles are those of a unit icosahedron centered at the origin var phi = 1.618; var verts = [ [ phi, 1, 0 ], [ - phi, 1, 0 ], [ phi, - 1, 0 ], [ - phi, - 1, 0 ], [ 1, 0, phi ], [ 1, 0, - phi ], [ - 1, 0, phi ], [ - 1, 0, - phi ], [ 0, phi, 1 ], [ ...
/* * Copyright Node.js contributors. 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 the * rights to use, copy, ...
/** * SEA3D Legacy for Three.JS * @author Sunag / http://www.sunag.com.br/ */ 'use strict'; // // Header // Object.assign( THREE.SEA3D.prototype, { _onHead: THREE.SEA3D.prototype.onHead, _updateTransform: THREE.SEA3D.prototype.updateTransform, _readVertexAnimation: THREE.SEA3D.prototype.readVertexAnimation,...
/** * @fileoverview Tests for indentation rules * @author Alex Chapman <achap5dk@gmail.com> */ "use strict"; let Solium = require("../../../../lib/solium"), wrappers = require("../../../utils/wrappers"); let toContract = wrappers.toContract, toFunction = wrappers.toFunction; let userConfig = { "custom-rul...
/** * @author alteredq / http://alteredqualia.com/ * * Bleach bypass shader [http://en.wikipedia.org/wiki/Bleach_bypass] * - based on Nvidia example * http://developer.download.nvidia.com/shaderlibrary/webpages/shader_library.html#post_bleach_bypass */ var BleachBypassShader = { uniforms: { "tDiffuse": { ...
/** * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/> * Build: `lodash modularize exports="amd" -o ./compat/` * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/> * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE> * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigat...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: First expression is evaluated first, and then second expression es5id: 11.8.7_A2.4_T4 description: Checking with undeclarated variables flags: [noStrict] ---*/ //CHECK#1 if (...
value |> do { do x += #; while (x < 50); }
/** * Copyright © 2013-2017 Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ WebapiTest = TestCase('WebapiTest'); WebapiTest.prototype.testConstructorSuccess = function() { var successCallback = function(){}; new $.mage.Webapi('baseUrl', {'timeout': 100, 'success': successCallbac...
require.paths.unshift('../lib'); require.paths.unshift('../external-libs/bson'); var Db = require('mongodb').Db, Server = require('mongodb').Server, Cursor = require('mongodb').Cursor, Collection = require('mongodb').Collection, sys = require('sys'); var BSON = require('bson'); var db = new Db('streaming_be...
/** * @name soundFormats * @description <p>There is no single sound format that is supported * by all web browsers. For example, mp3 support is not native to * Firefox and Opera because the mp3 codec is patented.</p> * * <p>To ensure compatability, you can include the same sound file * in multiple formats,...
describe('$mdBottomSheet service', function () { beforeEach(module('material.components.bottomSheet')); describe('#build()', function () { it('should not close when `clickOutsideToClose == true`', inject(function ($mdBottomSheet, $rootElement, $material) { var parent = angular.element('<div>'); ...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S15.9.5.38_A1_T3; * @section: 15.9.5.38; * @assertion: The Date.prototype property "setMonth" has { DontEnum } attributes; * @description: Checking DontEnum attribute; *...
'use strict'; // Flags: --expose_gc // This test ensures that userland-only AsyncResources cause a destroy event to // be emitted when they get gced. const common = require('../common'); const assert = require('assert'); const async_hooks = require('async_hooks'); const destroyedIds = new Set(); async_hooks.createHo...
import PhotoSwipe from 'photoswipe'; import PhotoSwipeUI_Default from 'photoswipe/dist/photoswipe-ui-default'; import 'photoswipe/dist/photoswipe.css'; Meteor.startup(() => { const initGallery = (selector, items, options) => { const gallery = new PhotoSwipe(selector, PhotoSwipeUI_Default, items, options); gallery...
/* Highcharts JS v6.1.2 (2018-08-31) 3D features for Highcharts JS @license: www.highcharts.com/license */ (function(B){"object"===typeof module&&module.exports?module.exports=B:"function"===typeof define&&define.amd?define(function(){return B}):B(Highcharts)})(function(B){(function(b){var u=b.deg2rad,y=b.pick;b.p...
/* Ractive.js v0.10.10-edge Build: a827e8185b31a0ff67a962c0a2f2a8d66008168c Date: Sat Sep 01 2018 19:56:44 GMT+0000 (UTC) Website: https://ractive.js.org License: MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'fu...
module.exports={title:"Microsoft Academic",slug:"microsoftacademic",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Microsoft Academic icon</title><path d="M19.056 23.992c-4.018-2.966-10.695-8.022-19-9.125l3.55-3.472c10.19 3.935 15.45 12.597 15.45 12.597zM.48 18.437l2.77-2.217C11.334 ...
/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'find', { requires: 'dialog', lang: 'af,ar,bg,bn,bs,ca,cs,cy,da,de,el,en-au,en-ca,en-gb,en,eo,es,et,eu,fa,fi,fo,fr-ca,fr,gl,g...
/*! jQuery UI - v1.10.0 - 2013-02-06 * http://jqueryui.com * Includes: jquery.ui.effect-clip.js * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ (function(e,t){e.effects.effect.clip=function(t,n){var r=e(this),i=["position","top","bottom","left","right","height","width"],s=e.effects.setMode(r,...
import { getScrollbarWidth, getScrollTop, getStyle, offset, outerHeight, outerWidth, } from './../../../helpers/dom/element'; import {EventManager} from './../../../eventManager'; import {WalkontableViewportColumnsCalculator} from './calculator/viewportColumns'; import {WalkontableViewportRowsCalculator} f...
var attr = DS.attr; var belongsTo = DS.belongsTo; var hasMany = DS.hasMany; var run = Ember.run; var env; var Person = DS.Model.extend({ name: attr('string'), cars: hasMany('car') }); Person.toString = function() { return "Person"; }; var Group = DS.Model.extend({ people: hasMany('person') }); Group.toString ...
/** * @license AngularJS v1.2.14-build.2273+sha.666137d * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function(window, document, undefined) {'use strict'; /** * @description * * This object provides a utility for producing rich Error messages within * Angular. It can be called as follows...
/* Language: PureBASIC Author: Tristano Ajmone <tajmone@gmail.com> Description: Syntax highlighting for PureBASIC (v.5.00-5.60). No inline ASM highlighting. (v.1.2, May 2017) Credits: I've taken inspiration from the PureBasic language file for GeSHi, created by Gustavo Julio Fiorenza (GuShH). Website: https://www.pureb...
var numbers, _ref; numbers = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]; [].splice.apply(numbers, [3, 4].concat(_ref = [-3, -4, -5, -6])), _ref;
// Copyright 2014 the V8 project authors. All rights reserved. // AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY // Flags: --allow-natives-syntax --harmony --harmony-proxies var _holder = new ArrayBuffer(8); %ArrayBufferGetByteLength(_holder);
// Check various bits of the HELO string // Checks to implement: // - HELO has no "dot" // - List of regexps // - HELO raw IP // - HELO looks dynamic // - Well known HELOs that must match rdns exports.register = function () { var plugin = this; ['helo_no_dot', 'helo_match_re', 'helo_raw_ip', 'h...
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); /** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * fou...
test("----- masterDetail -----", function (check, pass) { function yOffset (pixels) { return pixels / UIATarget.localTarget().frontMostApp().mainWindow().rect().size.height } UIATarget.localTarget().frontMostApp().mainWindow().tableViews()[0].cells()[1].tap(); UIATarget.localTarget().frontMostApp().nav...
"use strict"; module.exports = function (t, a) { a(t(), "undefined"); a(t(null), "null"); a(t(10), "10"); a(t("str"), "str"); a( t({ toString: function () { return "miszka"; } }), "miszka" ); // eslint-disable-next-line symbol-description if (typeof Symbol === "function") a(t(Symbol()), "Symbol...
var _tagTester = require('./_tagTester.js'); var _stringTagBug = require('./_stringTagBug.js'); var _methodFingerprint = require('./_methodFingerprint.js'); var isMap = _stringTagBug.isIE11 ? _methodFingerprint.ie11fingerprint(_methodFingerprint.mapMethods) : _tagTester('Map'); module.exports = isMap;
#!/usr/bin/env mocha -R spec var TITLE = __filename.replace(/^.*\//, ""); describe(TITLE, function() { var mdeps; var itSkip = it; try { mdeps = require("browserify/node_modules/module-deps"); } catch (e) { itSkip = it.skip; } // index.js should not require stream modules itSkip("index.js dep...
/** * 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 */ import type {Source} from 'shared/ReactElementType'; import type { Dehydrated, Unserializable, } from 'react-devto...
/** * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'a11yhelp', 'tr', { title: 'Erişilebilirlik Talimatları', contents: 'Yardım içeriği. Bu pencereyi kapatmak için ESC tuşun...
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["src"]; import { createScopedElement } from "../../lib/jsxRuntime"; import Avatar from "../Avatar/Avatar"; import { classNames } from "../../lib/classNames"; imp...
import whitespace from "./whitespace"; import * as parens from "./parentheses"; import * as t from "babel-types"; function expandAliases(obj) { let newObj = {}; function add(type, func) { let fn = newObj[type]; newObj[type] = fn ? function(node, parent, stack) { let result = fn(node, parent, stack);...
(function () { 'use strict'; function beautifulDate() { return function (input) { // check if input is date var monthNames = [ "January", "February", "March", "April", "May", "June", ...
'use strict'; var React = require('react/addons'); var PureRenderMixin = React.addons.PureRenderMixin; var SvgIcon = require('../../svg-icon'); var ActionCreditCard = React.createClass({ displayName: 'ActionCreditCard', mixins: [PureRenderMixin], render: function render() { return React.createElement( ...
var _self = (typeof window !== 'undefined') ? window // if in browser : ( (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope) ? self // if in worker : {} // if in node js ); /** * Prism: Lightweight, robust, elegant syntax highlighting * MIT license http://www.opensource.org/...
import chai from 'chai'; let assert = chai.assert; import chaiAsPromised from 'chai-as-promised'; chai.use(chaiAsPromised); describe('RuleLeaf', () => { const {RuleLeaf} = require('../src/styles/rule'); it('returns an new instanceof', () => { let subject = new RuleLeaf({name: 'test'}); assert....
/*! * SVG.js Pan Zoom Plugin * ====================== * * A JavaScript library for pan and zoom SVG things. * Created with <3 and JavaScript by the jillix developers. * * svg.pan-zoom.js 1.0.1 * Licensed under the MIT license. * */ ;(function() { var container = null; var markers = null; var mous...
importScripts('https://www.gstatic.com/firebasejs/3.6.6/firebase-app.js'); importScripts('https://www.gstatic.com/firebasejs/3.6.6/firebase-messaging.js'); // Initialize the Firebase app in the service worker by passing in the // messagingSenderId. firebase.initializeApp({ // TODO add your messagingSenderId messag...
'use strict'; var copyProps = require('..'); var chai = require('chai'); var expect = chai.expect; /* eslint max-statements: "off", branch-style: "off" */ describe('Processing', function() { describe('When src and dst is single depth objects', function() { it('Should copy properties of src to dst', function(...
/*! asmCrypto v0.15.0, (c) 2018 Artem S Vybornov, opensource.org/licenses/MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.asmCrypto = {}))); }(this...
/* All of the code within the ZingChart software is developed and copyrighted by ZingChart, Inc., and may not be copied, replicated, or used in any other software or application without prior permission from ZingChart. All usage must coincide with the ZingChart End User License Agreement which can be requested by email...
/* flatpickr v4.2.2, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.it = {}))); }(this, (function (exports) { 'use strict'; var fp = typeof wi...
module.exports={A:{A:{"1":"I C G E A B","2":"SB"},B:{"1":"D g q K"},C:{"1":"0 1 2 C G E A B D g q K L M N O P Q R 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","8":"3 QB F H I OB NB"},D:{"1":"0 1 2 6 9 F H I C G E A B D g q K L M N O P Q R 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 C...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.11.1-master-991bd63 */ goog.provide("ng.material.components.fabActions"),goog.require("ng.material.core"),function(){"use strict";function a(){return{restrict:"E",require:["^?mdFabSpeedDial","^?mdFabToolbar"],compile:function(a...
module.exports={A:{A:{"2":"UB","8":"J C G","257":"E B A"},B:{"257":"D X g H L"},C:{"1":"0 1 2 4 5 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 t s QB PB","4":"SB"},D:{"1":"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 l m n o p...
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'basicstyles', 'ug', { bold: 'توم', italic: 'يانتۇ', strike: 'ئۆچۈرۈش سىزىقى', subscript: 'تۆۋەن ئىندېكس', superscript: 'يۇقىرى ئىندېكس', underli...
//>>built define("dojox/charting/plot2d/Default",["dojo/_base/lang","dojo/_base/declare","dojo/_base/array","dojo/has","./CartesianBase","./_PlotEvents","./common","dojox/lang/functional","dojox/lang/functional/reversed","dojox/lang/utils","dojox/gfx/fx"],function(_1,_2,_3,_4,_5,_6,dc,df,_7,du,fx){ var _8=_7.lambda("it...
/* * Copyright (c) 2012 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 * the ri...
import {inject} from 'aurelia-dependency-injection'; import {Project, ProjectItem, CLIOptions, UI} from 'aurelia-cli'; @inject(Project, CLIOptions, UI) export default class ElementGenerator { constructor(project, options, ui) { this.project = project; this.options = options; this.ui = ui; } execute(...
/*! * froala_editor v2.7.2 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2017 Froala Labs */ (function (factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module. define(['jquery'], factory)...
Package.describe({ name: 'rocketchat:slashcommands-invite', version: '0.0.1', summary: 'Message pre-processor that will translate /me commands', git: '' }); Package.onUse(function(api) { api.use([ 'coffeescript', 'check', 'rocketchat:lib' ]); api.use('templating', 'client'); api.addFiles('client.coffe...
/** * @license * Visual Blocks Editor * * Copyright 2012 Google Inc. * https://developers.google.com/blockly/ * * 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.apach...
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 = Reflect.decorate...
define({ "_widgetLabel": "Búsqueda", "searchResult": "Resultado de la búsqueda", "showAllResults": "Buscar resultados de ", "showAll": "Mostrar resultados de", "more": "más", "untitled": "Sin Título" });
/* global Showdown, Handlebars, html_sanitize*/ import cajaSanitizers from 'ghost/utils/caja-sanitizers'; var showdown, formatMarkdown; showdown = new Showdown.converter({extensions: ['ghostimagepreview', 'ghostgfm']}); formatMarkdown = Ember.Handlebars.makeBoundHelper(function (markdown) { var escapedhtml =...
/* global AFRAME */ AFRAME.registerComponent('laser', { schema: { speed: { default: 1 } }, init: function () { var el = this.el; var geometry = 'primitive: box; height: 2; width: 0.1; depth: 0.1'; var material = 'color: yellow'; el.setAttribute('geometry', geometry); el.setAttribute('mat...
var i=0, iLen, j, jLen, k, kLen; var sId = this.getAttribute( 'id' ); var bInitHandedOff = false; var bUsePassedData = false; /* Sanity check */ if ( this.nodeName.toLowerCase() != 'table' ) { _fnLog( null, 0, "Attempted to initialise DataTables on a node which is not a "+ "table: "+this.nodeName ); re...
"use strict"; exports.__esModule = true; exports.default = void 0; var React = _interopRequireWildcard(require("react")); var _createElement = _interopRequireDefault(require("../createElement")); var _css = _interopRequireDefault(require("../StyleSheet/css")); var _pick = _interopRequireDefault(require("../../modu...
new Chartist.Bar('.ct-chart', { labels: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'], series: [ [5, 4, 3, 7, 5, 10, 3], [3, 2, 9, 5, 4, 6, 4] ] }, { axisX: { // On the x-axis start means top and end means bottom position: 'start' }, axisY: { // On the y-axis start means left and end...
/** * 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"; Object.defineProperty(exports, "__esModule", { value: true }); var utils_1 = require("../utils"); var CssClassApplier = (func...
import AppBar from './app-bar'; import AppCanvas from './app-canvas'; import AutoComplete from './auto-complete'; import Avatar from './avatar'; import Badge from './badge'; import BeforeAfterWrapper from './before-after-wrapper'; import Card from './card/card'; import CardActions from './card/card-actions'; import Car...
var kunstmaanbundles = kunstmaanbundles || {}; kunstmaanbundles.colorpicker = (function(window, undefined) { var init, initColorpicker; init = function() { $('.js-colorpicker').each(function() { if(!$(this).hasClass('js-colorpicker--enabled')) { initColorpicker($(this)); ...
/** * Created by tpowellmeto on 29/10/2015. * * peppers ghost effect based on http://www.instructables.com/id/Reflective-Prism/?ALLSTEPS */ import { PerspectiveCamera, Quaternion, Vector3 } from "../../../build/three.module.js"; var PeppersGhostEffect = function ( renderer ) { var scope = this; scope.camer...
/*! ReactInstantSearch 4.0.0-beta.2 | © Algolia, inc. | https://community.algolia.com/react-instantsearch/ */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("react")); else if(typeof define === 'function' && ...
'use strict'; var setPrototypeOf = require('es5-ext/object/set-prototype-of') , object = require('es5-ext/object/valid-object') , value = require('es5-ext/object/valid-value') , d = require('d') , getIterator = require('es6-iterator/get') , forOf = ...
/* * jQuery UI Multiselect * * Authors: * Michael Aufreiter (quasipartikel.at) * Yanick Rochon (yanick.rochon[at]gmail[dot]com) * * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * * http://www.quasipartikel.at/multiselect/ * * * Depends: * ui.core.js * ui.sortable....
/* YUI 3.17.2 (build 9c3c78e) Copyright 2014 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add('charts-legend', function (Y, NAME) { /** * Adds legend functionality to charts. * * @module charts * @submodule charts-legend */ var TOP = "top", RIGHT = "right...
// Copyright 2013 the V8 project authors. All rights reserved. // 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 ...