code
stringlengths
2
1.05M
(function( factory ) { if ( typeof define === "function" && define.amd ) { define( ["../../../jquery/jquery", "../jquery.validate"], factory ); } else { factory( jQuery ); } }(function( $ ) { /* * Translated default messages for the jQuery validation plugin. * Locale: ET (Estonian; eesti, eesti keel) */ $.ex...
(function() { var app = angular.module('app', [ 'ngRoute', 'ngResource', 'ngMaterial', 'ngStorage', 'ui.router', 'module.controller', 'module.service', 'module.constant', 'module.component' ]); app.config(function ($stateProvider, $u...
/* @license dhtmlxGantt v.3.1.1 Stardard This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited. (c) Dinamenta, UAB. */ gantt.locale = { date: { month_full: ["Styczeń", ...
'use strict' var cssShorthandProperties = require('css-shorthand-properties').shorthandProperties module.exports = function isCssShorthand (property) { if (typeof property !== 'string') { throw new TypeError('is-css-shorthand expected a string') } return Object.keys(cssShorthandProperties).indexOf(property...
/* * Export named constants only * e.g. * export const MY_ACTION_CONST = 'MY_ACTION_CONST'; * export const MY_ACTION_2_CONST = 'MY_ACTION_2_CONST'; * * This allows for proper ES6 module importing into files * e.g. * import { MY_ACTION_CONST } from './constants' */
$(document).ready(function() { $('form').submit(function(e) { $(".alert").remove(); var user = $("#userBox").val(); var pass = $("#passBox").val(); if (user.length>15 || user.length<2) { $("#userBox").val(""); $("<p class='alert' style='color:#E83C3C'>*Please select ...
/** * RTMFP - The Protocol * * Copyright 2011 OpenRTMFP * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * ...
import MediaList from 'react-bootstrap/lib/MediaList'; export default MediaList;
var express = require('express') var app = express() app.use(express.logger('dev')) app.use(express.static(__dirname)) app.use(express.static(__dirname + '/..')) app.get('/', function(req, res){ res.sendfile('test/index.html') }) app.listen(4000) console.log('listening on port 4000')
/** * This file was generated by a tool. Modifying it will produce unexpected behavior. */ var key = '_1JArBGDet5Uj9pJOV/9sFw'; var allStrings = (typeof DEPRECATED_UNIT_TEST === 'undefined' || DEPRECATED_UNIT_TEST) ? require("../../resx-strings/en-us.json") : require("resx-strings"); var strings = allStrings[...
var searchData= [ ['unlinkstringvalue',['unlinkStringValue',['../class_my_string.html#ab6e04b4279403f3b1dcfcae2d8027cda',1,'MyString']]] ];
$(function() { var fileText; var maxFileSizeInBytes = 100000; // 100kB $('#inputFile').change(function () { fileText = null; $('#inputFileResult').hide(); var file = this.files[0]; if (file.type != 'text/plain' && file.type != '') { $.bootstrapGrowl('Only plain...
'use strict'; // Setting up route angular.module('core').config(['$stateProvider', '$urlRouterProvider', function($stateProvider, $urlRouterProvider) { // Redirect to home view when route not found $urlRouterProvider.otherwise('/'); // Home state routing $stateProvider. state('home', { url: '/', temp...
'use strict'; var utils = require('lazy-cache')(require); var fn = require; require = utils; /** * Lazily required module dependencies */ require('define-property', 'define'); require('isobject', 'isObject'); require = fn; /** * Expose `utils` modules */ module.exports = utils;
//>>built define(["dojo/_base/lang","./matrix","dojo/_base/Color"],function(q,h,f){function n(a,d,l,e,f,c){a=h.multiplyPoint(l,a,d);e=h.multiplyPoint(e,a);return{r:a,p:e,o:h.multiplyPoint(f,e).x/c}}function r(a,d){return a.o-d.o}var p=q.getObject("dojox.gfx.gradient",!0);p.rescale=function(a,d,l){var e=a.length,h=l<d,c...
<<<<<<< HEAD // Last time updated: 2017-04-29 7:05:22 AM UTC ======= // Last time updated at Sep 25, 2015, 08:32:23 >>>>>>> 3c996bd0bf2e56dd992323760e6bb5dc4e47df98 // Latest file can be found here: https://cdn.webrtc-experiment.com/DetectRTC.js // Muaz Khan - www.MuazKhan.com // MIT License - www.WebRTC-Experi...
/* * * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ 'use strict'; import controllableMixin from './controllableMixin.js'; import H from './../../parts/Globals.js'; import MockPoint from './../MockPoint.js'; import Tooltip from '../../parts/Tooltip.js'; import U from './../../pa...
export const SHOW_ALL = 0; export const SHOW_MARKED = 1; export const SHOW_UNMARKED = 2;
/* global helpDescribe, ngDescribe, it, la, sinon */ helpDescribe('ng-alertify', function () { var check = window.check; ngDescribe({ name: 'alertify service', only: false, modules: 'Alertify', inject: ['Alertify', '$rootScope'], tests: function (deps) { it('has Alertify injected', functi...
import { BufferGeometry } from '../core/BufferGeometry.js'; import { Float32BufferAttribute } from '../core/BufferAttribute.js'; import { Vector3 } from '../math/Vector3.js'; import { Vector2 } from '../math/Vector2.js'; class CircleGeometry extends BufferGeometry { constructor( radius = 1, segments = 8, thetaStart ...
let commentFormIsOpen = new ReactiveVar(false); BlazeComponent.extendComponent({ template() { return 'commentForm'; }, onDestroyed() { commentFormIsOpen.set(false); }, commentFormIsOpen() { return commentFormIsOpen.get(); }, getInput() { return this.$('.js-new-comment-input'); }, ...
'use strict'; const EVENT = require('./constants.js').EVENT; const debug = require('./common.js').debug; const matches = require('./common.js').matches; const denormaliseOptions = require('./config.js'); const shouldAddResourceHints = require('./resource-hints.js').shouldAddResourceHints; const addInitialChunkResourc...
/* This file is part of Ext JS 4 Copyright (c) 2011 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 the p...
'use strict'; /*global rtc: true */ angular.module('mean.rooms').factory('UIHandler',['$window','$timeout',function($window, $timeout){ var _this = this; _this._data = {}; //necessary to avoid asyncronious errors _this._data.safeApply = function(scope, fn) { var phase = scope.$root.$$phase; if(p...
// # Quintus moving ball example // // [Run the example](../examples/ball/index.html) // // This is one of the simplest possible examples of using // Quintus that doesn't use the scene/stage functionality, // but rather just creates a single sprite and steps and // draws that sprite // // The goal of the example is ...
/** * Copyright (C) 2014-2015 Triumph LLC * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program i...
'use strict' var Seneca = require('../..') var seneca = Seneca() seneca .add('a:1', function (m, d) { d(new Error('E/a:1')) }) .add('b:1', function (m, d) { this.act('a:1', d) }) if ('listen' === process.argv[2]) { seneca.listen() } else { seneca.act('b:1', console.log) }
/** * Simulator process * Pokemon Showdown - http://pokemonshowdown.com/ * * This file is where the battle simulation itself happens. * * The most important part of the simulation happens in runEvent - * see that function's definition for details. * * @license MIT license */ require('sugar'); global.Config ...
exports.Form = Form; var stream = require('readable-stream') , util = require('util') , fs = require('fs') , crypto = require('crypto') , path = require('path') , os = require('os') , StringDecoder = require('string_decoder').StringDecoder , StreamCounter = require('stream-counter') var START = 0 , ST...
/** * Common JS functions for form settings and form editor pages. */ jQuery(document).ready(function($){ gaddon.init(); $(document).on('change', '.gfield_rule_value_dropdown', function(){ SetRuleValueDropDown($(this)); }); // init merge tag auto complete if(typeof form != 'undefined') ...
'use strict'; var InteractionManager = require('./InteractionManager'); var TouchHistoryMath = require('TouchHistoryMath'); var currentCentroidXOfTouchesChangedAfter = TouchHistoryMath.currentCentroidXOfTouchesChangedAfter; var currentCentroidYOfTouchesChangedAfter = TouchHistoryMath.currentCentroidYOfTouchesChange...
import BigInt from './big-integer'; describe('The big-integer module\'s returned object', () => { let bigI; beforeEach(() => { bigI = BigInt(42); }); afterEach(() => { bigI = null; }); it('is not a number', () => { expect(typeof 42).toBe('number'); expect(typeof bigI).not.toBe('number');...
if(!window.calendar_languages) { window.calendar_languages = {}; } window.calendar_languages['de-DE'] = { error_noview: 'Kalender: Ansicht {0} nicht gefunden', error_dateformat: 'Kalender: Falsches Datumsformat {0}. Sollte entweder "now" oder "yyyy-mm-dd" sein', error_loadurl: 'Kalender: Event-URL nicht gese...
const NodeParentInterface = Jymfony.Component.Config.Definition.Builder.NodeParentInterface; const ExprBuilder = Jymfony.Component.Config.Definition.Builder.ExprBuilder; const MergeBuilder = Jymfony.Component.Config.Definition.Builder.MergeBuilder; const NormalizationBuilder = Jymfony.Component.Config.Definition.Builde...
// Copyright Joyent, Inc. and other Node 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 restriction, including // without limitation the rights to use, copy, modi...
import { RxApolloClient } from './RxApolloClient'; import { RxObservableQuery } from './RxObservableQuery'; import { rxify } from './rxify'; export { RxApolloClient, RxObservableQuery, rxify }; //# sourceMappingURL=index.js.map
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.io=e()}}(function(){var define,module,exports;return ...
/* (c) 2011-2014, Vladimir Agafonkin SunCalc is a JavaScript library for calculating sun/mooon position and light phases. https://github.com/mourner/suncalc */ (function () { 'use strict'; // shortcuts for easier to read formulas var PI = Math.PI, sin = Math.sin, cos = Math.cos, tan = Math.tan, ...
~a
'use strict'; flnd.locationCreate = { configureSubmit: function($scope, config, messenger, authService, $uibModalInstance) { return function() { $scope.loading = true; authService.post(config.locations, $scope.location) .then(function success() { ...
define({ "taskUrl": "URL adresa zadatka", "serviceURLPlaceholder": "Unesite URL adresu zadatka geoprocesiranja", "layerOrder": "Redosled sloja", "defaultValue": "Podrazumevana vrednost", "inputFeatureBy": "Unos geoobjekata po", "inputRecordBy": "Unesite zapis po", "renderer": "Prikazivač", "displayType"...
/* globals slug:true, slugify, LDAP, getLdapUsername:true, getLdapUserUniqueID:true, getDataToSyncUserData:true, syncUserData:true, sync:true, addLdapUser:true */ const logger = new Logger('LDAPSync', {}); slug = function slug(text) { if (RocketChat.settings.get('UTF8_Names_Slugify') !== true) { return text; } ...
// JavaScript Document function checkConnection() { var states = {}; states[Connection.UNKNOWN] = 'Unknown connection'; states[Connection.ETHERNET] = 'Ethernet connection'; states[Connection.WIFI] = 'WiFi connection'; states[Connection.CELL_2G] = 'Cell 2G connection'; states[Connecti...
'use strict'; module.exports = { try: require('./try'), 'try:testall': require('./testall'), 'try:reset': require('./reset'), 'try:each': require('./try-each'), 'try:one': require('./try-one'), 'try:ember': require('./try-ember'), 'try:config': require('./config') };
'use strict'; // 0.10.x versions of Node serialize Buffers as arrays instead of objects if (process.version.substring(0, 6) === 'v0.10.') { Buffer.prototype.toJSON = function() { return { type: 'Buffer', data: Array.prototype.slice.call(this, 0) }; }; }
module.exports={A:{A:{"8":"H E G C WB","900":"B","1924":"A"},B:{"1":"D u g I J"},C:{"1":"0 1 2 3 4 5 6 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","8":"UB x SB","516":"T U","772":"F L H E G C B A D u g I J Y O e P Q R S RB"},D:{"1":"0 1 2 3 4 5 6 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 GB AB CB VB ...
'use strict'; exports.__esModule = true; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } function _inherits(subC...
import React from "react"; import { BrowserRouter as Router, Switch, Route, Link, useParams, useRouteMatch } from "react-router-dom"; // Since routes are regular React components, they // may be rendered anywhere in the app, including in // child elements. // // This helps when it's time to code-split your...
/*jshint node:true, laxcomma:true */ var process_metrics = function (metrics, flushInterval, ts, flushCallback) { var starttime = Date.now(); var key; var counter_rates = {}; var timer_data = {}; var statsd_metrics = {}; var counters = metrics.counters; var timers = metrics.timers; var ...
System.register(["babel-runtime/helpers/to-consumable-array"], function (_export) { var _toConsumableArray; return { setters: [function (_babelRuntimeHelpersToConsumableArray) { _toConsumableArray = _babelRuntimeHelpersToConsumableArray["default"]; }], execute: function () { "use strict"; ...
const Event = require('./event.js'); class GroupedCardEvent extends Event { allowAutomaticSave() { return false; } saveCard(card) { this.removeCard(card); card.markAsSaved(); card.game.raiseEvent('onCardSaved', { card: card }); } removeCard(card) { this.car...
"use strict"; // checks basic globals to help determine which environment we are in exports.isNode = function() { return typeof require === "function" && typeof exports === "object" && typeof module === "object" && typeof window === "undefined"; };
/********************************************************************** * ELYCHARTS * A Javascript library to generate interactive charts with vectorial graphics. * * Copyright (c) 2010-2014 Void Labs s.n.c. (http://void.it) * Licensed under the MIT (http://creativecommons.org/licenses/MIT/) license. ************...
'use strict'; var toString = Object.prototype.toString; /** * Extract names from functions. * * @param {Function} fn The function who's name we need to extract. * @returns {String} * @api public */ module.exports = function name(fn) { if ('string' === typeof fn.displayName && fn.constructor.name) { return...
version https://git-lfs.github.com/spec/v1 oid sha256:cc822d3b1de21728d5eb668bf12f69f8a22270146e02fa260cc4ee66d2b12021 size 14724
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./role")); __export(require("./policy")); __export(require("./user")); __export(require("./group")); // AWS::IAM CloudFormation ...
/** * Module dependencies. */ var EventEmitter = require('events').EventEmitter , MongooseError = require('./error') , MixedSchema = require('./schema/mixed') , Schema = require('./schema') , ValidatorError = require('./schematype').ValidatorError , utils = require('./utils') , clone = utils.clone , is...
import _extends from "@babel/runtime/helpers/esm/extends"; import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray"; import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties"; import * as React from 'react'; import PropTypes from 'prop-types'; import clsx from 'clsx'...
angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { "DATETIME_FORMATS": { "AMPMS": [ "vorm.", "nachm." ], "DAY": [ "Sonntag", "Montag", ...
'use strict'; angular.module('depthyApp') .directive('fileselect', function ($parse) { return { restrict: 'A', scope: true, link: function postLink(scope, element, attrs) { var fileInput = document.createElement('input'); fileInput.type = 'file'; fileInput.style.visibility = 'hidden'; ...
define({ "_widgetLabel": "打印", "title": "地图切片", "format": "格式", "layout": "布局", "settings": "高级", "labels": "标注", "showLabels": "显示标注", "mapScaleExtent": "地图比例/范围", "preserve": "保留", "mapScale": "地图比例", "mapExtent": "地图范围", "forceScale": "强制比例", "getCurrentScale": "当前", "mapMetadata": "布局元数据...
import { run } from 'ember-metal'; import { jQuery } from 'ember-views'; import { Application } from 'ember-application'; import { Router } from 'ember-routing'; import { compile } from 'ember-template-compiler'; import AbstractTestCase from './abstract'; import { runDestroy } from '../run'; export default class Abst...
game.SpendGold = Object.extend({ init: function(x, y, settings) { this.now = new Date().getTime(); this.lastBuy = new Date().getTime(); this.paused = false; this.alwaysUpdate = true; this.updateWhenPaused = true; this.buying = false; }, update: function() { ...
import { __decorate } from 'tslib'; import { ɵɵdefineInjectable, ɵɵinject, Injectable } from '@angular/core'; import { Title } from '@angular/platform-browser'; import { Angulartics2 } from 'angulartics2'; let Angulartics2Clicky = class Angulartics2Clicky { constructor(angulartics2, titleService) { this.an...
import WKTParser from './WKTParser' import extend from '../../../../extend' /** * Writes the Well-Known Text representation of a {@link Geometry}. The * Well-Known Text format is defined in the <A * HREF="http://www.opengis.org/techno/specs.htm"> OGC Simple Features * Specification for SQL</A>. * <p> * The <code...
define(function(require) { var test = require('../../../test') var compatibleElement = document.getElementsByTagName('meta')[2] var baseElement = document.getElementsByTagName('base')[0] var head = document.getElementsByTagName('head')[0] var scripts = head.getElementsByTagName('script') var firstScript...
var express=require('express'); var fs=require('fs'); var bodyParse=require('body-parser'); var db='./users.json'; var app=express(); app.use(express.static(__dirname)); app.use(bodyParse.urlencoded({extended:true})); app.get('/', function (req,res) { fs.createReadStream('./index.html').pipe(res); }); app.get('/use...
angular.module("app").factory("workersStopListener",["$rootScope",function(a){"use strict";var b=new SocketListener(a,"shutdown");return b}]);
'use strict'; /** * Module dependencies. */ var mongoose = require('mongoose'), errorHandler = require('./errors.server.controller'), Category = mongoose.model('Category'), _ = require('lodash'); /** * Create a Category */ exports.create = function(req, res) { var category = new Category(req.body)...
'use strict'; var utils = require('../utils'); /** * @class RefreshToken * * @description * * Encapsulates a Stormpath OAuth Refresh Token Resource. For full documentation * of this resource, please see * [REST API Reference: Refresh Token](https://docs.stormpath.com/rest/product-guide/latest/reference.html?#p...
exports.MailChimpAPI = require('./MailChimpAPI.js'); exports.MailChimpExportAPI = require('./MailChimpExportAPI.js'); exports.MailChimpWebhook = require('./MailChimpWebhook.js'); exports.MailChimpSTSAPI = require('./MailChimpSTSAPI.js'); exports.MailChimpOAuth = require('./MailChimpOAuth.js');
// Generated by uRequire v{NO_VERSION} - template: 'nodejs' (function (window, global) { var __isAMD = !!(typeof define === 'function' && define.amd), __isNode = (typeof exports === 'object'), __isWeb = !__isNode; Polygon = require('./polygon'), O = require('./ops'); module.exports = (function () { r...
'use strict'; const crypto = require('crypto'), bcrypt = require('bcrypt-nodejs'), JWT = require('jsonwebtoken'); module.exports = { tableName: 'users', connection: 'deploy', attributes: { email: { type: 'string' }, password: { type: 'string' }, salt: { type: 's...
/*global defineSuite*/ defineSuite([ 'Widgets/CesiumWidget/CesiumWidget', 'Core/Clock', 'Core/EllipsoidTerrainProvider', 'Core/ScreenSpaceEventHandler', 'Core/WebMercatorProjection', 'Scene/Camera', 'Scene/ImageryLayerCollection', 'Scene/Scene', 'S...
/* */ var $export = require("./$.export"), $imul = Math.imul; $export($export.S + $export.F * require("./$.fails")(function() { return $imul(0xffffffff, 5) != -5 || $imul.length != 2; }), 'Math', {imul: function imul(x, y) { var UINT16 = 0xffff, xn = +x, yn = +y, xl = UINT16 & xn, ...
/** * @fileoverview Prevent missing props validation in a React component definition * @author Yannick Croissant */ 'use strict'; // As for exceptions for props.children or props.className (and alike) look at // https://github.com/yannickcr/eslint-plugin-react/issues/7 const has = require('has'); const Components ...
"use strict"; class A { [() => (void 0).name]() {} }
(function() { 'use strict'; /* * * @name lineSeries */ d4.feature('lineSeries', function(name) { var line = d3.svg.line(); line.interpolate('linear'); return { accessors: { classes: function(d, n) { return 'line stroke series' + n; }, key: d4.functor(d...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: String.prototype.substring (start, end) returns a string value(not object) es5id: 15.5.4.15_A2_T8 description: start is tested_string.length+1, end is 0 ---*/ var __string = ...
/** * refer: * * @atimb "Real keep-alive HTTP agent": https://gist.github.com/2963672 * * https://github.com/joyent/node/blob/master/lib/http.js * * https://github.com/joyent/node/blob/master/lib/https.js * * https://github.com/joyent/node/blob/master/lib/_http_agent.js */ 'use strict'; const OriginalAg...
/** * Copyright 2015 Telerik AD * * 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 required by applicable law or agreed to ...
//generating session info var uuid = require('win-utils').cuid; module.exports = winiec; function winiec(backbone, globalConfig, localConfig) { //pull in backbone info, we gotta set our logger/emitter up var self = this; self.winFunction = "evolution"; if(!localConfig.genomeType) throw new Error("win-IEC need...
/** * Numeric cell renderer * * @private * @renderer * @component NumericRenderer * @dependencies numeral * @param {Object} instance Handsontable instance * @param {Element} TD Table cell where to render * @param {Number} row * @param {Number} col * @param {String|Number} prop Row object property name * @pa...
'use strict'; module.exports = (srcPath) => { const Broadcast = require(srcPath + 'Broadcast'); return { listeners: { playerEnter: state => function (player) { const quest = state.QuestFactory.create(state, 'limbo:1', player); if (player.questTracker.canStart(quest)) { player....
(function(){ window.JST = window.JST || {}; var template = function(str){var fn = new Function('obj', 'var __p=[],print=function(){__p.push.apply(__p,arguments);};with(obj||{}){__p.push(\''+str.replace(/\\/g, '\\\\').replace(/'/g, "\\'").replace(/<%=([\s\S]+?)%>/g,function(match,code){return "',"+code.replace(/\\'/g, "...
/** * Copyright 2015 Telerik AD * * 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 required by applicable law or agreed to ...
import 'react-native' import React from 'react' import Index from '../index.android.js' // Note: test renderer must be required after react-native. import renderer from 'react-test-renderer' it('renders correctly', () => { const tree = renderer.create( <Index /> ) })
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @generated SignedSource<<7488a05d95fdcc843c9e4de00db63c46>> * @flow * @lightSyntaxTransform * @nogrep */ /* eslint-disabl...
/**************************************************************************** global-events, a plugin to administrate any events (c) 2015, FCOO https://github.com/FCOO/global-events https://github.com/FCOO ****************************************************************************/ (function ($, wi...
import { x00, x01, x02, x03, x04, x05, x06, x07, x08, x09, x10, x11, x12, x13, x14, x15, x16, x17, x18, x19, x20, x21, x22, x23, x24, x25, x26, x27, x28, x29, x30, x31, x32, x33, x34, x35, x36, x37, x38, x39, x40, x41, x42, x43, x44, x45, x46, x47, x48, x49 } from "./mo...
var CoreObject = require('core-object'); var SilentError = require('silent-error'); var PluginRegistry = require('./plugin-registry'); module.exports = CoreObject.extend({ init: function(project, ui, config) { this._super(); this._registry = new PluginRegistry(project, ui, config); this._config =...
// Created by: Farukham: (https://github.com/farukham/Bootstrap-Animated-Progress-Bars) // Progress Bar var ProgressBar = function() { "use strict"; // Handle Progress Bar Horizontal var handleProgressBars = function() { $(document).ready(function() { $('.progress').each(function() { ...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'pastefromword', 'gu', { confirmCleanup: 'તમે જે ટેક્ષ્ત્ કોપી કરી રહ્યા છો ટે વર્ડ ની છે. કોપી કરતા પેહલા સાફ કરવી છે?', error: 'પેસ્ટ કરેલો ...
version https://git-lfs.github.com/spec/v1 oid sha256:c6698a8288287cf30c479880dedaa4dc9505b4c547141d27cba4816efd5bf766 size 5021
/* * * * (c) 2010-2021 Sebastian Bochan * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ 'use strict'; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object...
IntlMessageFormat.__addLocaleData({"locale":"ru"}); IntlMessageFormat.__addLocaleData({"locale":"ru-BY","parentLocale":"ru"}); IntlMessageFormat.__addLocaleData({"locale":"ru-KG","parentLocale":"ru"}); IntlMessageFormat.__addLocaleData({"locale":"ru-KZ","parentLocale":"ru"}); IntlMessageFormat.__addLocaleData({"locale"...
"use strict"; function _typeof(obj) { "@babel/helpers - typeof"; 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 ...
const merge = require('webpack-merge') const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin const base = require('./webpack.config.base') const { resolve } = require('path') const { vueLoaders } = require('./utils') module.exports = merge(base, { output: { libraryTarget: 'commonjs...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S15.1.2.4_A2.1; * @section: 15.1.2.4, 15.2.4.7, 12.6.4; * @assertion: The length property of isNaN has the attribute DontEnum; * @description: Checking use propertyIsEnum...
'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...