code
stringlengths
2
1.05M
/** * @author technohippy / https://github.com/technohippy * @author Mugen87 / https://github.com/Mugen87 * * 3D Manufacturing Format (3MF) specification: https://3mf.io/specification/ * * The following features from the core specification are supported: * * - 3D Models * - Object Resources (Meshes and Compone...
import RequestHandler from '../../request-handler'; import PayloadHandler from '../../payload-handler'; import * as send from './send'; module.exports = function (config, baseUrl) { const {method, responder, format, store} = config; const requestHandler = new RequestHandler(config); const payloadHandler = new Pa...
/**************************************************************************** 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 files (the "Software"), to deal in th...
import rebind from '../src/rebind'; describe('rebind', () => { let source, target, value; beforeEach(() => { value = {}; source = { fn: (...args) => { if (!args.length) { return value; } value = args[0]; ...
#! /usr/bin/env node var mqtt = require('../') var client = mqtt.connect({ port: 1883, host: 'localhost', clean: true, encoding: 'binary', keepalive: 0 }) var counter = 0 var interval = 5000 function count () { console.log('received/s', counter / interval * 1000) counter = 0 } setInterval(count, interval) clie...
module.exports={title:"Checkmarx",slug:"checkmarx",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Checkmarx</title><path d="'+this.path+'"/></svg>'},path:"M6.544.12A6.553 6.553 0 0 0 0 6.664v10.674a6.551 6.551 0 0 0 6.544 6.542h10.912A6.551 6.551 0 0 0 24 17.338v-.831a2.1...
module.exports={title:"ZeroMQ",slug:"zeromq",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>ZeroMQ</title><path d="'+this.path+'"/></svg>'},path:"M22.088,5.499l1.894-1.894l-3.587-3.587l-1.894,1.894C16.627,0.702,14.396,0,12,0C5.373,0,0,5.373,0,12c0,2.396,0.702,4.627,1.912,...
(function(tw, d3) { 'use strict'; var areaData = null, zoneData = null; var Map = function(svg) { var width = 1170; var height = 1170; var center = [9.171, 49.16]; var scale = 400; var offset = [width / 2, height / 2]; var projection = d3.geo.mercator().scale(scale).center(center).translate(offset); ...
angular.module('proton.constants', []) // // Constants definition // .constant('CONSTANTS', { MAILBOX_PASSWORD_KEY: "proton:mailbox_pwd", OAUTH_KEY: "proton:oauth", EVENT_ID: "proton:eventid", ATTACHMENT_SIZE_LIMIT: 15, // MB ATTACHMENT_NUMBER_LIMIT: 50, MAX_TITLE_LENGTH: 250, MAX_NUMBER_CO...
'use strict'; var url = require('url'); /** * Utility functions for enforcing New Relic naming conditions on URLs, * and extracting and setting parameters on traces / web trace segments. */ module.exports = { /** * This was handed down from the prototype as the canonical list of status * codes that short-c...
angular.module('ngApp').controller("SlotController", ["$scope", "$compile", function($scope, $compile) { this.init = function(slotId, options) { $scope.slotId = slotId; $scope.options = options; $scope.toggleEnableButtons(); }; $scope.toggleEnableButtons =...
'use strict'; var React = require('react/addons'), ClassNames = require('../utils/ClassNames'), classSet = React.addons.classSet; module.exports = React.createClass({ displayName: 'DatePickerFooter', mixins: [ClassNames], getInitialState: function() { return { classes: { ...
import React from 'react' import ComponentExample from 'docs/app/Components/ComponentDoc/ComponentExample' import ExampleSection from 'docs/app/Components/ComponentDoc/ExampleSection' const Content = () => ( <ExampleSection title='Content'> <ComponentExample title='Image' description='An item can co...
/** * @license * Copyright Google LLC 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 */ // THIS CODE IS GENERATED - DO NOT MODIFY // See angular/tools/gulp-tasks/cldr/extract.js (function(global) { global...
module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), watch: { options: { atBegin: true }, files: [ './src/**/*.js'], tasks: [ 'babel', 'browserify', 'uglify' ] }, babel: { options: { loose: 'all' }, di...
/*jshint -W030*/ /** * @ngdoc directive * @name info-window * @requires Attr2Options * @requires $compile * @description * Defines infoWindow and provides compile method * * Requires: map directive * * Restrict To: Element * * @param {Boolean} visible Indicates to show it when map is initializ...
/*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */ /*! shim.js (C) 2013-present SheetJS -- http://sheetjs.com */ /* ES3/5 Compatibility shims and other utilities for older browsers. */ // From https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys if(!Object.keys) Objec...
var a = require('./a'); test.assert(exports.monkey == 10, 'monkeys permitted');
/* * Script-only addition used for production loader * */ hook('fetch', function(fetch) { return function(load) { load.metadata.scriptLoad = true; // prepare amd define this.get('@@amd-helpers').createDefine(this); return fetch.call(this, load); }; }); // AMD support // script injection mode ca...
"use strict"; var callable = require("../../object/valid-callable") , aFrom = require("../../array/from") , defineLength = require("../_define-length") , apply = Function.prototype.apply; module.exports = function (/* …args*/) { var fn = callable(this) , args = aFrom(arguments); return defineL...
version https://git-lfs.github.com/spec/v1 oid sha256:1896940260ec53dda9d46cab2406dd8253e86c485e82421e8e9f32a5e4758cf7 size 2168
/** * Symbol constructor. * * @param {TODO} value */ function Symbol(value) { this._bsontype = 'Symbol'; this.value = value; } Symbol.prototype.toString = function() { return this.value; } Symbol.prototype.inspect = function() { return this.value; } Symbol.prototype.toJSON = function() { return this.va...
!function(a){Craft.EntryTypeSwitcher=Garnish.Base.extend({$typeSelect:null,$spinner:null,$fields:null,init:function(){this.$typeSelect=a("#entryType"),this.$spinner=a('<div class="spinner hidden"/>').insertAfter(this.$typeSelect.parent()),this.$fields=a("#fields"),this.addListener(this.$typeSelect,"change","onTypeChang...
!function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/ps",[],function(){return{errorLoading:function(){return"پايلي نه سي ترلاسه کېدای"},inputTooLong:function(n){var e=n.input.length-n.maximum,r="د مهربانۍ لمخي "+e+" توری ړنګ کړئ";return 1!=e&&(r=r...
/*! airbrake-js v1.1.1 */ (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["Client"] = facto...
/** * ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components * @version v17.1.1 * @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 ...
var foreach = require('foreach'); module.exports = function map(arr, fn) { var newArr = []; foreach(arr, function(item, itemIndex) { newArr.push(fn(item, itemIndex, arr)); }); return newArr; };
/** @license * @pnp/logging v1.0.0 - pnp - light-weight, subscribable logging framework * MIT (https://github.com/pnp/pnp/blob/master/LICENSE) * Copyright (c) 2018 Microsoft * docs: http://officedev.github.io/PnP-JS-Core * source: https://github.com/pnp/pnp * bugs: https://github.com/pnp/pnp/issues */ /** * Cl...
import _extends from "@babel/runtime/helpers/esm/extends"; import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; import * as React from 'react'; import PropTypes from 'prop-types'; import clsx from 'clsx'; import { unstable_composeClasses as composeClasses } from '@materia...
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(l){"use strict";l.registerHelper("lint","css",function(e,o){var r=[];if(!window.CSSLint)return window.console&&window.console...
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof o...
PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xa0]+/,null," \n\r  "],["pln",/^(?:"(?:[^"\\]|\\[\S\s])*(?:"|$)|'(?:[^'\\]|\\[\S\s])+(?:'|$)|`[^`]*(?:`|$))/,null,"\"'"]],[["com",/^(?:\/\/[^\n\r]*|\/\*[\S\s]*?\*\/)/],["pln",/^(?:[^"'/`]|\/(?![*/]))+/]]),["go"]);
import { extend } from '../utils'; /** * Create a new object with "null"-prototype to avoid truthy results on prototype properties. * The resulting object can be used with "object[property]" to check if a property exists * @param {...object} sources a varargs parameter of source objects that will be merged * @retu...
var mongo = require('mongodb').MongoClient , exercise = require('workshopper-exercise')() , filecheck = require('workshopper-exercise/filecheck') , execute = require('workshopper-exercise/execute') , chalk = require('chalk') exercise = filecheck(exercise) exercise = execute(exercise) var base = 'mongodb://loc...
$('.icheck-colors li').click(function() { var self = $(this); if (!self.hasClass('active')) { self.siblings().removeClass('active'); var skin = self.closest('.skin'), color = self.attr('class') ? '-' + self.attr('class') : '', colorTmp = skin.data('color') ? '-' + skin.data('color') : '-blue...
/** Handles Twitter login / authentication Unlike g+ & facebook, twitter does NOT support oauth2 or clientside javascript auth.. have to do it on backend and do a redirect (rather than a pop-up, etc.) so it's messier.. LAME! Docs: - https://npmjs.org/package/node-twitter-api - http://stackoverflow.com/questions/800827...
var pkg = require('./package.json'), gulp = require('gulp'), gutil = require('gulp-util'), plumber = require('gulp-plumber'), rimraf = require('gulp-rimraf'), rename = require('gulp-rename'), connect = require('gulp-connect'), browserify = require('gulp-browserify'), uglify = require('gulp-uglify'), j...
(function( window, undefined ) { kendo.cultures["fy"] = { name: "fy", numberFormat: { pattern: ["-n"], decimals: 2, ",": ".", ".": ",", groupSize: [3], percent: { pattern: ["-n %","n %"], decimal...
/** * (c) 2010-2017 Torstein Honsi * * License: www.highcharts.com/license */ 'use strict'; import H from './Globals.js'; import './Utilities.js'; import './Color.js'; import './Legend.js'; import './Series.js'; import './Options.js'; var animObject = H.animObject, color = H.color, each = H.each, extend...
var _ref = <p>Parent</p>; var _ref2 = <div>child</div>; (function () { class App extends React.Component { render() { return <div> {_ref} <AppItem /> </div>; } } const AppItem = () => { return _ref2; }; });
// Pick color from palette for each data item. // Applicable for charts that require applying color palette // in data level (like pie, funnel, chord). define(function (require) { return function (seriesType, ecModel) { // Pie and funnel may use diferrent scope var paletteScope = {}; ecMode...
#!/usr/bin/env node var pointOnSurface = require('turf-point-on-surface'); var geojsonStream = require('geojson-stream'); var pack = require('./package.json'); var path = require('path'); var fs = require('fs'); var argv = require('minimist')(process.argv.slice(2), { string: ['output'], boolean: ['verison', 'h...
version https://git-lfs.github.com/spec/v1 oid sha256:4d7321c42a77ba88ef5b8685be6cd4315eb5a86e9066c13bc746ff0bc120743b size 1581
/* @flow */ import { hasOwn, isObject, isPlainObject, capitalize, hyphenate } from 'shared/util' import { observe, observerState } from '../observer/index' import { warn } from './debug' type PropOptions = { type: Function | Array<Function> | null, default: any, required: ?boolean, validator: ?Function } exp...
import React from 'react'; import SelectField from 'material-ui/SelectField'; import MenuItem from 'material-ui/MenuItem'; const items = [ <MenuItem key={1} value={1} primaryText="Never" />, <MenuItem key={2} value={2} primaryText="Every Night" />, <MenuItem key={3} value={3} primaryText="Weeknights" />, <Menu...
// // Copyright (c) Microsoft and contributors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless ...
/* 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.he = {}))); }(this, (function (exports) { 'use strict'; var fp = typeof wi...
var util = require('./util') var FLOAT_LENGTH = 8 function identity(value) { return value } function shortlexEncode(codec) { return function (source, base) { // stupid lazy implementation // TODO: allow length getter to be provided var length = util.encodeFloat(source.length) var body = codec.enc...
/* @flow */ import { hyphenate, toObject } from 'shared/util' export default function renderStyle (node: VNodeWithData): ?string { const staticStyle = node.data.attrs && node.data.attrs.style if (node.data.style || staticStyle) { let styles = node.data.style let res = '' if (styles) { if (typeof...
/* DO NOT MODIFY - This file has been generated and will be regenerated Semantic UI v2.2.6 */ /*! * # Semantic UI - Dimmer * http://github.com/semantic-org/semantic-ui/ * * * Released under the MIT license * http://opensource.org/licenses/MIT * */ ;(function ($, window, document, undefined) { "use strict"...
/** * Module dependencies. */ var express = require('express'); var routes = require('./routes'); var hits = require('./routes/hits'); var http = require('http'); var path = require('path'); var app = express(); // all environments app.set('port', process.env.PORT || 3000); app.set('views', path.join(__dirname, '...
/* The MIT License (MIT) Copyright (c) 2016 Shopify 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, ...
/** * This is a CommonJS compatibility test. You can run this file with node. */ require.paths.unshift(__dirname + '/../scripts'); var sys = require('sys'), shSyntaxHighlighter = require('shCore').SyntaxHighlighter, code = 'test', brushes = [ 'AS3', 'AppleScript', 'Bash', 'CSharp', 'ColdFus...
module.exports = function (grunt) { // add custom tasks // NOTE: cwd is `test/mock` grunt.loadTasks('../../../tasks'); // test config grunt.initConfig({ buildcontrol: { options: { remote: '../../remote', ebDeploy: true }, testing: { options: { branch: ...
import { singularize, pluralize } from 'ember-cli-mirage/utils/inflector'; import {module, test} from 'qunit'; module('Unit | Inflector'); test('can singularize', function(assert) { assert.equal(singularize('tests'), 'test'); assert.equal(singularize('watches'), 'watch'); assert.equal(singularize('sheep'), 'sh...
'use strict'; var should = require('chai').should(); // eslint-disable-line var pathFn = require('path'); var fs = require('hexo-fs'); var Promise = require('bluebird'); var sinon = require('sinon'); describe('generate', function() { var Hexo = require('../../../lib/hexo'); var hexo = new Hexo(pathFn.join(__dirna...
version https://git-lfs.github.com/spec/v1 oid sha256:beb4aa5789e0b6f368625bf989188f340bb33efb30d29a956779828606e45489 size 2897
"use strict";var StartValueType;Object.defineProperty(exports,"__esModule",{value:!0}),function(e){e.max="max",e.min="min"}(StartValueType=exports.StartValueType||(exports.StartValueType={}));
var path = require( 'path' ); var fs = require( 'graceful-fs' ); var readJSON = require( 'read-json-sync' ); var write = require( 'write' ); var del = require( 'del' ).sync; var cache = { /** * Load a cache identified by the given Id. If the element does not exists, then initialize an empty * cache storage. If...
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Gajus Kuizinas @gajus */ var webpackOptionsSchema = require("../schemas/webpackOptionsSchema.json"); var Ajv = require("ajv"); var ajv = new Ajv({ errorDataPath: "configuration", allErrors: true, verbose: true }); var validate = aj...
 Type.registerNamespace("Strings"); Strings.OfficeOM = function() { }; Strings.OfficeOM.registerClass("Strings.OfficeOM"); Strings.OfficeOM.L_InvalidNamedItemForBindingType = "Navedena vrsta vpenjanja ni združljiva s podanim imenovanim elementom."; Strings.OfficeOM.L_EventHandlerNotExist = "Navedena vrsta dogodka ni p...
/** * 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...
version https://git-lfs.github.com/spec/v1 oid sha256:bd801649637c1667a9e305bcc08a9c15a8136079d99084a2faf14729784a2751 size 2804
daysPerPage = 5; Telescope.menuItems.add("viewsMenu", { route: 'postsDaily', label: 'daily', description: 'day_by_day_view' }); _.findWhere(Telescope.modules.top,{template: "posts_views_nav"}).only.push("postsDaily");
///import core ///commands 打印 ///commandsName Print ///commandsTitle 打印 /** * @description 打印 * @name baidu.editor.execCommand * @param {String} cmdName print打印编辑器内容 * @author zhanyi */ UM.commands['print'] = { execCommand : function(){ var me = this, id = 'editor_print_' + +new D...
/** * @author yomboprime https://github.com/yomboprime * * GPUComputationRenderer, based on SimulationRenderer by zz85 * * The GPUComputationRenderer uses the concept of variables. These variables are RGBA float textures that hold 4 floats * for each compute element (texel) * * Each variable has a fragment shad...
/** * Copyright (c) 2008-2011 The Open Planning Project * * Published under the GPL license. * See https://github.com/opengeo/gxp/raw/master/license.txt for the full text * of the license. */ /** * @requires plugins/Tool.js */ /** api: (define) * module = gxp.plugins * class = SnappingAgent...
/* * GoJS v1.7.17 JavaScript Library for HTML Diagrams * Northwoods Software, https://www.nwoods.com/ * GoJS and Northwoods Software are registered trademarks of Northwoods Software Corporation. * Copyright (C) 1998-2017 by Northwoods Software Corporation. All Rights Reserved. * THIS SOFTWARE IS LICENSED. THE LI...
/************************************************************* * * MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js * * Copyright (c) 2013-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 ...
/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in...
app.controller('SelectNobuttonsCtrl', function($scope, $filter) { $scope.user = { status: 2 }; $scope.statuses = [ {value: 1, text: 'status1'}, {value: 2, text: 'status2'}, {value: 3, text: 'status3'}, {value: 4, text: 'status4'} ]; $scope.showStatus = function() { var selected = $fi...
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'about', 'no', { copy: 'Copyright &copy; $1. Alle rettigheter reservert.', dlgTitle: 'Om CKEditor', help: 'Se $1 for hjelp.', moreInfo: 'For lisen...
(function (window) { 'use strict'; var patternfly = { version: "4.0.0-alpha.3", }; // definition of breakpoint sizes for tablet and desktop modes patternfly.pfBreakpoints = { 'tablet': 768, 'desktop': 1200 }; window.patternfly = patternfly; })(window);
/* Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** @fileoverview The "dialogui" plugin. */ CKEDITOR.plugins.add( 'dialogui' ); (function() { var initPrivateObject = function( elementDefinition ) { this...
/* flatpickr v4.0.7, @license MIT */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.si = {}))); }(this, (function (exports) { 'use strict'; var fp = typeof wi...
'use strict'; var _slicedToArray = function () { function sliceIterator(arr, i) { var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = ...
YUI.add("lang/datatype-date-format_en",function(A){A.Intl.add("datatype-date-format","en",{"a":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"A":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"b":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"B":["January","February",...
/*! QImgCache.js ImgCache.js wrapper using Q (https://github.com/kriskowal/q) to use promises. This version takes care of calling the init method for you. Copyright 2014-2016 Christophe BENOIT Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in complianc...
describe("About Arrays", function() { //We shall contemplate truth by testing reality, via spec expectations. it("should create arrays", function() { var emptyArray = []; expect(typeof(emptyArray)).toBe('object'); //A mistake? - http:javascript.crockford.com/remedial.html expect(emptyArray.length).to...
import Configuration from 'simple-auth/configuration'; export default function() { Ember.Test.registerAsyncHelper('authenticateSession', function(app) { var session = app.__container__.lookup(Configuration.session); session.authenticate('simple-auth-authenticator:test'); return wait(); }); Ember.Tes...
/* Project: angular-gantt v1.3.1 - 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(){ 'use strict'; /* jshint latedef: false */ angular.module('gantt...
// bind events frappe.ui.form.on("ToDo", "refresh", function(frm) { if(frm.doc.reference_type && frm.doc.reference_name) { frm.add_custom_button(__(frm.doc.reference_name), function() { frappe.set_route("Form", frm.doc.reference_type, frm.doc.reference_name); }, frappe.boot.doctype_icons[frm.doc.reference_type...
// <h3><a name="LoggerContext" href="#LoggerContext"><span // class="anchor"/></a>Logger context</h3> function decorate() { var anchor = findAnchorInURL(document.URL); decoratePropertiesInTables(anchor); decorateDoAnchor(anchor); decorateConversionWordInTables(anchor); } // ----------------------------...
//Represents the tree view of the Scene Tree, and controls basic events like dragging or double clicking function SceneTreeWidget( id ) { var that = this; var scene = LS.GlobalScene; this.root = document.createElement("div"); this.root.className = "scene-tree"; if(id) this.root.id = id; this.sear...
/* ========================================================== * bootstrap-alert.js v2.1.1 * http://twitter.github.com/bootstrap/javascript.html#alerts * ========================================================== * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
/** * test initialization tracking for lets * @flow */ // deferred init on annotated lets is ok function linear_deferred_init() { let x:number; x = 0; let y:number = x; } // use of let before init gives undefined function linear_pre_init() { let x:number; let y:?number = x; // ok let z:number = x; /...
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("specialchar","pt-br",{euro:"Euro",lsquo:"Aspas simples esquerda",rsquo:"Aspas simples direita",ldquo:"Aspas duplas esquerda",rdquo:"Aspas duplas dire...
import React from 'react'; import pure from 'recompose/pure'; import SvgIcon from '../../SvgIcon'; let NavigationSubdirectoryArrowRight = (props) => ( <SvgIcon {...props}> <path d="M19 15l-6 6-1.42-1.42L15.17 16H4V4h2v10h9.17l-3.59-3.58L13 9l6 6z"/> </SvgIcon> ); NavigationSubdirectoryArrowRight = pure(Navigat...
"use strict"; var PROMISE_IMPL = process.env.PROMISE_IMPL, undef; module.exports = (function(){ var libs; if(PROMISE_IMPL !== undef){ libs = [process.env.PROMISE_IMPL]; } else { libs = [ "es6-promise", "promise", "native-promise-only", "bluebird", "rsvp", "when", ...
/*! * Inheritance.js (0.4.8) * * Copyright (c) 2015 Brandon Sara (http://bsara.github.io) * Licensed under the CPOL-1.02 (https://github.com/bsara/inheritance.js/blob/master/LICENSE.md) */ !function(n,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?module.exports=e():(n.I={},n.I.mix=...
/*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under the MIT license */ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript requires jQuery') } +function ($) { 'use strict'; var version = $.fn.jquery.split(' ')[0].split('.') if ((v...
/*prettydiff.com topcoms: true, insize: 4, inchar: " ", vertical: true */ /*jshint laxbreak: true*/ /*global __dirname, ace, console, define, global, module, options, process, require */ /* Execute in a NodeJS app: var prettydiff = require("prettydiff"), args = { source: "asdf", ...
/*! * Tabby v11.1.0: Simple, mobile-first toggle tabs. * (c) 2016 Chris Ferdinandi * MIT License * http://github.com/cferdinandi/tabby */ (function (root, factory) { if ( typeof define === 'function' && define.amd ) { define([], factory(root)); } else if ( typeof exports === 'object' ) { module.exports = fa...
/* AngularJS v1.4.13 (c) 2010-2015 Google, Inc. http://angularjs.org License: MIT */ (function(u,n,v){'use strict';var r="BUTTON A INPUT TEXTAREA SELECT DETAILS SUMMARY".split(" "),p=function(a,c){if(-1!==c.indexOf(a[0].nodeName))return!0};n.module("ngAria",["ng"]).provider("$aria",function(){function a(a,f,l,m){ret...
var _curry2 = require('./internal/_curry2'); var _has = require('./internal/_has'); /** * Returns whether or not an object has an own property with * the specified name * * @func * @memberOf R * @category Object * @sig s -> {s: x} -> Boolean * @param {String} prop The name of the property to check for. * @pa...
/** * @author mrdoob / http://mrdoob.com/ */ import { PerspectiveCamera } from './PerspectiveCamera.js'; function ArrayCamera( array ) { PerspectiveCamera.call( this ); this.cameras = array || []; } ArrayCamera.prototype = Object.assign( Object.create( PerspectiveCamera.prototype ), { constructor: ArrayCame...
cordova.define("cordova-plugin-file.androidFileSystem", function(require, exports, module) { /* * * 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...
// Generated by CoffeeScript 1.7.1 (function() { var Color, DecomposedMatrix, DecomposedMatrix2D, InterpolableArray, InterpolableColor, InterpolableNumber, InterpolableObject, InterpolableString, Matrix, Matrix2D, Set, Vector, addTimeout, animationTick, animations, animationsTimeouts, applyDefaults, applyFrame, apply...
/* ======================================================================== * Bootstrap: affix.js v3.3.2 * http://getbootstrap.com/javascript/#affix * ======================================================================== * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap...