code
stringlengths
2
1.05M
/* * Copyright 2003-2006, 2009, 2017, United States Government, as represented by the Administrator of the * National Aeronautics and Space Administration. All rights reserved. * * The NASAWorldWind/WebWorldWind platform is licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file...
"use strict"; var http = require('http'); var sapnwrfc = require('../sapnwrfc'); var connectionParams = { ashost: "192.168.0.20", sysid: "NPL", sysnr: "42", user: "DEVELOPER", passwd: "", client: "001" }; var funcParams = { QUESTION: 'How are you' } http.createServer(function (req, res) { res.write...
/* * Scroller * http://github.com/zynga/scroller * * Copyright 2011, Zynga Inc. * Licensed under the MIT License. * https://raw.github.com/zynga/scroller/master/MIT-LICENSE.txt * * Based on the work of: Unify Project (unify-project.org) * http://unify-project.org * Copyright 2011, Deutsche Telekom AG * Licen...
// The contents of individual model .js files will be concatenated into dist/models.js (function() { // Protects views where AngularJS is not loaded from errors if ( typeof angular == 'undefined' ) { return; }; var module = angular.module('AirportModel', ['restangular']); module.factory('AirportRestangular', func...
const moment = require('moment'); const HeaderDivider = '='.repeat(20); class PlainTextGameChatFormatter { constructor(gameChat) { this.gameChat = gameChat; } get messages() { return this.gameChat.messages; } format() { return this.messages.map(messageProps => this.format...
'use strict'; /** * @ngdoc function * @name iibHeatMapApp.controller:ChartCtrl * @description * # ChartCtrl * Controller of the iibHeatMapApp */ angular.module('iibHeatMapApp') .controller('ChartCtrl', function($scope, $routeParams, INode) { $scope.resource = {}; $scope.selectedElement = ""; $scope....
import { Debug } from '../core/debug.js'; import { math } from '../math/math.js'; import { Mat4 } from '../math/mat4.js'; import { FILTER_NEAREST, PIXELFORMAT_RGBA32F } from '../graphics/constants.js'; import { Texture } from '../graphics/texture.js'; /** @typedef {import('./graph-node.js').GraphNode} GraphNode */ /*...
import { Meteor } from 'meteor/meteor'; import { check } from 'meteor/check'; import { hasPermission } from '../../../authorization'; import { LivechatVisitors } from '../../../models'; Meteor.publish('livechat:visitors', function(date) { if (!this.userId) { return this.error(new Meteor.Error('error-not-authorized...
module.exports = { getLocation: function (index, inputStream) { var n = index + 1, line = null, column = -1; while (--n >= 0 && inputStream.charAt(n) !== '\n') { column++; } if (typeof index === 'number') { line = (inputStream.slice(0...
/***************************************************************** KROKI Web Application Flat UI - JavaScript implementation Author: Milorad Filipovic [mfili@uns.ac.rs] Copyrigth (c) 2014 KROKI Team, Chair of Informatics Faculty of Technical Sciences Novi Sad, Serbia https://gith...
/** * Loads the panel for managing access policies. * * @class MODx.panel.AccessPolicies * @extends MODx.FormPanel * @param {Object} config An object of configuration properties * @xtype modx-panel-access-policies */ MODx.panel.AccessPolicies = function(config) { config = config || {}; Ext.applyIf(confi...
var ChildRouter = (function () { function ChildRouter() { } ChildRouter.prototype.configureRouter = function (config, router) { this.router = router; config.map([ { route: ['', 'welcome'], moduleId: './welcome', nav: true, title: 'Welcome' }, { route: 'flickr', module...
define(['jquery', 'ajax', 'handlebars', 'todo.template'], function ($, AJAX, Handlebars, Template) { 'use strict'; var $todoListContainer = $('.main'); var $todoList = $('.todo-list'); var BASE_URL = 'http://128.199.76.9:8002/fairesy'; var cache = {}; function init() { loadTodosOnFirstPage(); $tod...
import rng from './rng.js'; import bytesToUuid from './bytesToUuid.js'; // **`v1()` - Generate time-based UUID** // // Inspired by https://github.com/LiosK/UUID.js // and http://docs.python.org/library/uuid.html var _nodeId; var _clockseq; // Previous uuid creation time var _lastMSecs = 0; var _lastNSecs = 0; // Se...
"use strict"; const Cmdlet = require('./Cmdlet'); const Parameters = require('./Parameters'); class Command extends Cmdlet { static defineAspect (name, value) { if (name === 'parameters') { var parameters = this.parameters; parameters.addAll(value); let switches = thi...
import path from 'path'; import { mount } from 'enzyme'; import { createSerializer as enzymeSerializer } from 'enzyme-to-json'; import { createSerializer as emotionSerializer } from 'jest-emotion'; import initStoryshots from '../dist/ts3.9'; initStoryshots({ framework: 'react', configPath: path.join(__dirname, '.....
import { runtime, theme, tw } from "./_/chunks/chunk-XFJPXPDR.js"; // src/index.ts import { defineConfig } from "@twind/core"; import autoprefix from "@twind/preset-autoprefix"; import tailwind from "@twind/preset-tailwind"; export * from "@twind/core"; if (typeof document != "undefined" && document.currentScr...
const Assets = require('assets'); const { dirname } = require('path'); const functions = require('postcss-functions'); const util = require('util'); const quote = require('./quote'); const unescapeCss = require('./unescape-css'); const unquote = require('./unquote'); const generateFileUniqueId = require('./__utils__/ge...
const NODE_ENV = process.env.NODE_ENV || 'development'; const envConfigs = require('./configs'); module.exports = { /** * why? you can see: * https://fb.me/react-minification * http://stackoverflow.com/questions/30030031 */ 'process.env': { NODE_ENV: JSON.stringify(NODE_ENV), }, env: NODE_ENV,...
import React from 'react'; import { findDOMNode, render } from 'react-dom'; import TestUtils from 'react-addons-test-utils'; const removeNewlines = (string) => (string.replace(/(\r\n|\n|\r)/gm, '')) import Style from '../src/index.js'; describe('Style-12', () => { it('removes single and double quotes from CSS decl...
// flow-typed signature: 1b2e7734ed6bcd099c4a5feec9fb792c // flow-typed version: <<STUB>>/redux-devtools-dock-monitor_v1.1.1/flow_v0.43.0 /** * This is an autogenerated libdef stub for: * * 'redux-devtools-dock-monitor' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage...
import moment from 'moment'; import Pipeline from './Pipeline'; /** * Sort pipelines by date and filter out pipelines without data * * @param {Array} pipelines The pipelines to sort * @param {Array} disabledPipelines Pipelines that are disabled * @param {string} sortOrder The sort order, 'bu...
import Ember from 'ember'; import { city_object } from '../utils/city'; export function cityName(cid/*, hash*/) { return city_object[cid] ? city_object[cid].name : ''; } export default Ember.Helper.helper(cityName);
import DS from 'ember-data'; /** * This model describes the driver as it exists * on a single trip * @type {DS.model} */ export default DS.Model.extend({ name: DS.attr('string'), driverScore: DS.attr('number') });
'use strict'; // Use application configuration module to register a new module ApplicationConfiguration.registerModule('tj-hair');
/*! * Chart.js v3.6.2 * https://www.chartjs.org * (c) 2021 Chart.js Contributors * Released under the MIT License */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(factory) : (global = typ...
// Dependencies var CliUpdate = require("cli-update"); /** * CliFrames * Creates a new instance of CliFrames. * * @name CliFrames * @function * @param {Object} opt_options An optional object containing: * * - `frames` (Array): The frames to be loaded. * - `autostart` (Object): If provided, the animation wil...
var _ = require('lodash'), cheerio = require('cheerio'), crypto = require('crypto'), downsize = require('downsize'), RSS = require('rss'), url = require('url'), config = require('../../../config'), errors = require('../../../errors'), filters = require('../../../...
`use strict` const users_games = require('../users_games') exports.seed = function(knex, Promise) { // Deletes ALL existing entries return knex('users_games').del() .then(function () { // Inserts seed entries return knex('users_games').insert(users_games); }); };
module.exports = function(grunt) { grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), watch: { css: { files: [ ['css/**', 'sass/**'], ], tasks: ['sass', 'cssmin'] }, // js: { ...
/* * A gradient background * * The background is a quad that sits at the back of the view frustum. * * The color for the quad is specified as a color for each of the quad's vertices. The color is given as * a flat array of 16 double precision numbers, in the range [0.0..1.0], in this format: * * [r, g, b, a, ...
app.directive('state', function () { return function (scope, element, attrs) { scope.$watch('state.currentState', function(actual_value) { if(!actual_value) { return; } if (actual_value.indexOf(attrs.state) != -1) { element.css("display", "...
var chai = require('chai'); chai.use(require('chai-as-promised')); describe('Hexo', () => { require('./scripts/box'); require('./scripts/console'); require('./scripts/extend'); require('./scripts/filters'); require('./scripts/generators'); require('./scripts/helpers'); require('./scripts/hexo'); requi...
// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See http://js.arcgis.com/3.17/esri/copyright.txt for details. //>>built define("esri/layers/HeatmapManager","dojo/_base/declare dojo/_base/lang dojo/aspect dojo/_base/array require ../kernel ../sniff ../geometry/Point ../geometry/webMer...
import _extends from "@babel/runtime/helpers/esm/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; import * as React from 'react'; import PropTypes from 'prop-types'; import clsx from 'clsx'; import { refType } from '@material-ui/utils'; import { useFormControl } from ...
import {Component, PropTypes} from 'react'; import ReactDOM from 'react-dom'; import events from '../utils/events'; const isDescendant = (el, target) => { if (target !== null) { return el === target || isDescendant(el, target.parentNode); } return false; }; const clickAwayEvents = ['mouseup', 'touchend']; c...
/** * Component definition for frost-textarea component */ import FrostEventsProxyMixin from '../mixins/frost-events-proxy' import layout from '../templates/components/frost-textarea' import Component from './frost-component' import Ember from 'ember' import {task, timeout} from 'ember-concurrency' import {PropTypes}...
process.on('uncaughtException', (err) => { console.error(err); process.exit(1); }); const { autoUpdater } = require('electron'); autoUpdater.on('error', (err) => { console.error(err); process.exit(1); }); const feedUrl = process.argv[1]; autoUpdater.setFeedURL({ url: feedUrl, headers: { 'X-test': 't...
/* * Copyright (c) 2014 - present 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 * ...
/* * * * Data module * * (c) 2012-2021 Torstein Honsi * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ 'use strict'; import Chart from '../Core/Chart/Chart.js'; import G from '../Core/Globals.js'; var doc = G.doc; import HU from '....
/* Name: View - Contact Written by: Okler Themes - (http://www.okler.net) Version: 4.3.1 */ (function($) { 'use strict'; /* Contact Form: Basic */ $('#contactForm:not([data-type=advanced])').validate({ submitHandler: function(form) { var $form = $(form), $messageSuccess = $('#contactSuccess'), ...
/*! * Waves v0.6.4 * http://fian.my.id/Waves * * Copyright 2014 Alfiana E. Sibuea and other contributors * Released under the MIT license * https://github.com/fians/Waves/blob/master/LICENSE */ ;(function(window) { 'use strict'; var Waves = Waves || {}; var $$ = document.querySelectorA...
/** * BxSlider v4.1.1 - Fully loaded, responsive content slider * http://bxslider.com * * Copyright 2013, Steven Wanderski - http://stevenwanderski.com - http://bxcreative.com * Written while drinking Belgian ales and listening to jazz * * Released under the MIT license - http://opensource.org/licenses/MIT */ ...
import React from 'react'; import ReactTestUtils from 'react/lib/ReactTestUtils'; import Alert from '../src/Alert'; describe('Alert', function () { it('Should output a alert with message', function () { let instance = ReactTestUtils.renderIntoDocument( <Alert> <strong>Message</strong> </Alert...
define([ 'extensions/views/view' ], function (View) { return View.extend({ lowerBound: '2013-04-01T00:00:00Z', dateFormat: 'YYYY-MM-DD[T]HH:mm:ss[Z]', interval: 'month', events: { 'change select': 'update' }, initialize: function () { View.prototype.initialize.apply(this, arg...
'use strict'; /* * Handles mobile nav */ function toggleMobileNavState() { var body = document.querySelector('body'); body.classList.toggle('nav--active'); } /* * Initializes burger functionality */ function initBurger() { var burger = document.querySelector('.burger'); burger.addEventListener('click', ...
import React from "react" class Index extends React.Component { render() { return ( <div> <h1 className="tu">Hi sassy friends</h1> <div className="sass-nav-example"> <h2>Nav example</h2> <ul className="pa0 ma0 list"> <li> <a href="#">Store</a> ...
/* * Copyright (c) 2015 - present 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 * ...
/*----------------------------------------------------------------------------- Session handler: -----------------------------------------------------------------------------*/ function Session(parent) { var self = this; var current = ''; var params = {}; self.refresh = function() { if (current == locati...
/* global assert, process, setup, suite, test, THREE */ var entityFactory = require('../helpers').entityFactory; suite('vive-controls', function () { var component; var controlsSystem; var el; setup(function (done) { el = entityFactory(); el.addEventListener('componentinitialized', function (evt) { ...
ace.define("ace/mode/red_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(acequire, exports, module) { "use strict"; var oop = acequire("../lib/oop"); var TextHighlightRules = acequire("./text_highlight_rules").TextHighlightRules; var RedHighlightRules = function...
(function() { var Icommand; Icommand = (function() { function Icommand() {} Icommand.prototype.handle = function(senter, text, args, storage, textRouter, commandManager, fromBinding, originalMessage) { var success; textRouter.output("add method to compelete this!"); success = false; ...
/** * Created by Peter on 2018. 3. 11.. */ "use strict"; const getPixels = require('get-pixels'); //const fs = require('fs'); /** * modelimg_CASE4 * @type {module.exports.image.kaq_korea_image|{coordi, size, pixel_pos, so2_pixel_pos, region, bucketName}} */ const kaqDustImage = require('../config/config').image.k...
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
/* ASCIIMathML.js ============== This file contains JavaScript functions to convert ASCII math notation and (some) LaTeX to Presentation MathML. The conversion is done while the HTML page loads, and should work with Firefox and other browsers that can render MathML. Just add the next line to your HTML page with this ...
var runServices = angular.module('runServices', []); runServices.factory('runTest', ['$routeParams', '$rootScope', 'addAlert', 'BehatServices', function($routeParams, $rootScope, addAlert, BehatServices){ return function(type, message, $scope) { $scope.test_results = 'Running test...'; ...
'use strict'; var EventEmitter = require('events').EventEmitter; var fs = require('fs'); var os = require('os'); var sysPath = require('path'); var each = require('async-each'); var readdirp = require('readdirp'); var fsevents; try { fsevents = require('fsevents'); } catch (error) {} var isWin32 = os.platform() === ...
import { assert } from '@ember/debug'; import { DEBUG } from '@glimmer/env'; /** @module @ember-data/store */ /* This is a helper method that validates a JSON API top-level document The format of a document is described here: http://jsonapi.org/format/#document-top-level @method validateDocumentStructure ...
var expect = chai.expect; describe("Utils", function () { it("should have a method called createUniqueId", function () { expect(GA.Utils).to.have.property('createUniqueId'); expect(GA.Utils.createUniqueId).to.be.a('function'); }); describe("createUniqueId", function () { it('should...
// gm - Copyright Aaron Heckmann <aaron.heckmann+github@gmail.com> (MIT Licensed) var assert = require('assert') module.exports = function (_, dir, finish, gm) { var im = _._options.imageMagick; var test = gm(dir + '/photo.JPG'); if (im) test.options({ imageMagick: true }); test.identify(function (err) { ...
import _ from 'lodash'; import { getQbankMediaType } from '../../../../constants/genus_types'; export function deserializeSingleMedia(asset, autoPlay = null) { const newMedia = { id: asset.id, type: '', url: '', autoPlay, altText: {}, description: asset.description, ...
define(['durandal/activator', './step1', './step2', './step3', 'knockout'], function( activator, Step1, Step2, Step3, ko ) { var steps = [new Step1(), new Step2(), new Step3()]; var step = ko.observable(0); var activeStep = activator.create(); var stepsLength = steps.length; var hasPrevious = ko....
'use strict'; /** * @ngdoc object * @name angular.mock * @description * * Namespace from 'angular-mocks.js' which contains testing related code. * */ angular.mock = {}; /** * ! This is a private undocumented service ! * * @name $browser * * @description * This service is a mock implementation of {@link n...
exports.encode = require('./encode'); exports.decode = require('./decode');
'use strict'; require('should'); var Dot = require('../index'); describe('Transfer:', function() { it('Should be able to transfer properties', function() { var src = { name: 'John', stuff: { phone: { brand: 'iphone', version: 6 } } }; var tgt = { ...
define({ "enableUndoRedo": "Activare Anulare/Repetare", "toolbarVisible": "Bară de instrumente vizibilă", "toolbarOptions": "Opţiuni pentru bara de instrumente", "mergeVisible": "Unificare", "cutVisible": "Decupare", "reshapeVisible": "Remodelare", "back": "Înapoi", "label": "Strat tematic", "edit": "...
'use strict'; var endsWith = require('../../utils/string').endsWith; var clone = require('../../utils/object').clone; var constants = require('../../utils/bignumber/constants'); function factory (type, config, load, typed, math) { var add = load(require('../../function/arithmetic/addScalar')); var subtract ...
'use strict'; exports.config = { baseUrl: 'http://localhost:9000/', specs: [ 'src/**/*e2e.js' ], exclude: [], framework: 'jasmine2', allScriptsTimeout: 110000, jasmineNodeOpts: { showTiming: true, showColors: true, isVerbose: false, includeStackTr...
export default function isGapiReady(state) { return state.getIn(['clients', 'gapi', 'ready']); }
/* eslint-disable react/prop-types */ 'use strict'; var _extends = require('babel-runtime/helpers/extends')['default']; var _objectWithoutProperties = require('babel-runtime/helpers/object-without-properties')['default']; var _Object$isFrozen = require('babel-runtime/core-js/object/is-frozen')['default']; var _Obj...
var S_ITER$0 = typeof Symbol!=='undefined'&&Symbol&&Symbol.iterator||'@@iterator';var S_MARK$0 = typeof Symbol!=='undefined'&&Symbol&&Symbol["__setObjectSetter__"];function ITER$0(v,f){if(v){if(Array.isArray(v))return f?v.slice():v;var i,r;if(S_MARK$0)S_MARK$0(v);if(typeof v==='object'&&typeof (f=v[S_ITER$0])==='functi...
import * as THREE from '../../build/three.module.js'; import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js'; import { AddObjectCommand } from './commands/AddObjectCommand.js'; function MenubarAdd( editor ) { var strings = editor.strings; var container = new UIPanel(); container.setClass( 'menu' ); v...
'use strict'; /* jshint -W110 */ var Support = require(__dirname + '/../support') , DataTypes = require(__dirname + '/../../../lib/data-types') , util = require('util') , expectsql = Support.expectsql , current = Support.sequelize , sql = current.dialect.QueryGenerator; // Notice: [] will be ...
/*global define*/ /*jslint white:true,browser:true*/ define([ 'jquery', 'bluebird', 'kb_common/html', '../validation', 'common/events', 'common/runtime', 'common/ui', 'common/props', 'base/js/namespace', '../subdataMethods/manager', 'bootstrap', 'css!font-awesome' ], func...
import details from './details'; export default function (){ details(); }
module.exports = { purge: ['./components/**/*.tsx', './pages/**/*.tsx'], theme: { extend: { colors: { 'accent-1': '#FAFAFA', 'accent-2': '#EAEAEA', 'accent-7': '#333', success: '#0070f3', cyan: '#79FFE1', }, spacing: { 28: '7rem', }, ...
// // Stub out `require` in rhino // function require(arg) { return less[arg.split('/')[1]]; }; // ecma-5.js // // -- kriskowal Kris Kowal Copyright (C) 2009-2010 MIT License // -- tlrobinson Tom Robinson // dantman Daniel Friesen // // Array // if (!Array.isArray) { Array.isArray = function(obj) { return O...
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
// track the outbound link with Google Analytics GoogleAnalyticsTracker = $.klass({ onclick: function() { var uri = this.element.attr("href"); this.track(uri); }, track: function(uri) { if (this.isOutbound(uri)) { host = URI.parse(uri).host.replace(/^www\./, ""); pageTracker._trackEvent('...
var _ = require("lodash"); var dd = require("react-dd"); var React = require("react"); require("../bootstrap.min.css"); require("react-loose-forms.bootstrap3").install(require("react-loose-forms/InputTypes")); var TicketForm = require("./TicketForm"); var App = dd.createClass({ getInitialState: function(){ retu...
'use strict'; exports.__esModule = true; exports['default'] = bufferTime; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } function _inherits(subClass, superClass) { if (typeof superClass !== 'function' && superClass !== null) { throw new TypeError('Super expression m...
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><defs><path id="a" d="M0 0h24v24H0V0z" /></defs><path d="M12 5V1L7 6l5 5V7c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6H4c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8zm-2.4 8.5h.4c.2 0 .4-.1.5-.2s.2-.2.2-.4v-.2...
//>>built define("dgrid1/extensions/nls/tr/columnHider",{popupLabel:"S\u00fctunlar\u0131 g\u00f6ster ya da gizle"});
"use strict"; var fs = require ("fs"); var path = require ("path"); var parse = require ("./parse"); var INCLUDE_KEY = "include"; var INDEX_FILE = "index.properties"; var cast = function (value){ if (value === null || value === "null") return null; if (value === "undefined") return undefined; if (value === "tr...
export class ImageShape{constructor(){this.height=100,this.replaceColor=!0,this.src="",this.width=100,this.fill=!0,this.close=!0}get replace_color(){return this.replaceColor}set replace_color(i){this.replaceColor=i}load(i){var o;if(void 0!==i){void 0!==i.height&&(this.height=i.height);const e=null!==(o=i.replaceColor)&...
import './chunk-1fafdf15.js'; import './helpers.js'; import './chunk-6985c8ce.js'; import { I as Icon } from './chunk-cdfca85b.js'; export { I as BIcon } from './chunk-cdfca85b.js'; import { r as registerComponent, u as use } from './chunk-cca88db8.js'; var Plugin = { install: function install(Vue) { registerCom...
"use strict"; import Constants from "../constants"; import Dispatcher from "../dispatcher"; import Api from "./api"; export default { loadAccounts(){ Dispatcher.dispatch({action: Constants.ACCOUNTS_LOADING}); Api.get(Constants.ACCOUNTS_LOADED, "api/accounts/"); }, loadUsers(accountId, ...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
/* Zepto v1.1.3 - zepto event ajax form ie - zeptojs.com/license */ var Zepto = (function() { var undefined, key, $, classList, emptyArray = [], slice = emptyArray.slice, filter = emptyArray.filter, document = window.document, elementDisplay = {}, classCache = {}, cssNumber = { 'column-count': 1, 'colum...
import React from 'react' import { Field, reduxForm } from 'redux-form' const SimpleForm = props => { const { handleSubmit, pristine, reset, submitting } = props return ( <form onSubmit={handleSubmit}> <div> <label>First Name</label> <div> <Field name="firstName" ...
module.exports = { all: ['test/**/*.html'] };
var filechange='tutorial2/tutorial2.ydb';
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'format', 'uk', { label: 'Форматування', panelTitle: 'Форматування параграфа', tag_address: 'Адреса', tag_div: 'Нормальний (div)', tag_h...
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
function init(app) { app.get("/products", function(req, content, callback) { setTimeout(function () { callback(null, { list: [{name: "jerry"}, {name: "tomy"}], totalCount: 100 + Math.floor(100 * Math.random()) }) }, 500) }) } module.exports = init
// make sure we send things immediately for tests, we don't want batching appInsights.maxBatchInterval = 0; // hook the send method of XHLHttpRequest so that we can validate that errors are logged var originalSend = window.XMLHttpRequest.prototype.send; window.XMLHttpRequest.prototype.send = function (data) { // don'...
/*jshint node:true */ /* The MIT License (MIT) Copyright (c) 2007-2018 Einar Lielmanis, Liam Newman, and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restricti...
import Home from './home' export default{ path: '/personal', component: Home }
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapWord = void 0; const slice_ansi_1 = __importDefault(require("slice-ansi")); const strip_ansi...
/** * node-compress-commons * * Copyright (c) 2014 Chris Talkington, contributors. * Licensed under the MIT license. * https://github.com/ctalkington/node-compress-commons/blob/master/LICENSE-MIT */ var inherits = require('util').inherits; var crc32 = require('buffer-crc32'); var CRC32Stream = require('c...