code stringlengths 2 1.05M |
|---|
var path = require('path');
var config = {
entry: ['webpack/hot/dev-server', path.resolve(__dirname, '../demo.js')],
output: {
path: path.resolve(__dirname, '../demo'),
filename: 'AbsoluteGrid.js'
},
module: {
loaders: [{
test: /\.jsx?$/, // A regexp to test the require path. accepts either j... |
JSIL.ImplementExternals("System.IO.DirectoryInfo", function ($) {
$.Method({ Static: false, Public: true }, ".ctor",
(new JSIL.MethodSignature(null, [$.String], [])),
function _ctor(path) {
var storageRoot = JSIL.Host.getStorageRoot();
if (storageRoot)
this.$fromNode... |
/* @license Copyright (c) 2011-2013 Brian Cavalier */
define([
'require',
'app/slides/ArrayPresentationModel',
'app/slides/SlideView',
'app/slides/PresentationController',
'app/slides/tx/compose',
'app/slides/tx/fetch',
'app/slides/tx/markdown',
'app/slides/tx/highlight',
'app/slides/tx/split',
'css!highlight... |
// The simplest 'use' just calls a named transition.
this.transition(
this.withinRoute('foo'),
this.use('fade')
);
// Named transitions may take arguments. For example, the predefined
// 'fade' transition accepts an `opts` hash that's passed through to
// Velocity, so you can say:
this.transition(
this.withinRou... |
import React, { Component } from 'react';
import { Link } from 'react-router';
class NotFound extends Component {
render() {
return(
<article>
<h1>Page not found.</h1>
<Link to="/" className="btn">Home</Link>
</article>
);
}
}
export default NotFound;
|
'use strict';
var fs = require('fs');
var path = require('path');
var through = require('through');
var PluginError = require('gulp-util').PluginError;
var File = require('gulp-util').File;
var SourceMapConsumer = require('source-map').SourceMapConsumer;
var SourceMapGenerator = require('source-map').Sourc... |
var types_1 = require("utils/types");
var page_1 = require("ui/page");
var view_1 = require("ui/core/view");
var file_system_1 = require("file-system");
var binding_builder_1 = require("./binding-builder");
var utils_1 = require("utils/utils");
require("ui/layouts/dock-layout");
require("ui/layouts/grid-layout");
requi... |
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Math, "expm1", { value: require("./shim"),
configurable: true,
enumerable: false,
writable: true });
}
|
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
*
* Perform a swipe left on an element.
*
* @alias browser.swipeLeft
* @param {String} selector element to swipe on
* @param {Number} speed time (in seconds) to spend performing the swipe
* @uses mobile/flick
* @type mobile... |
var app = {
initialize: function() {
document.addEventListener('deviceready', this.updateEuroValue, false);
},
updateEuroValue: function() {
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = function() {
var euroPrice,
displayText = '',
... |
(function (Random) {
describe("date distribution", function () {
describe("when start is not a date", function () {
it("throws a TypeError", function () {
expect(function () {
Random.date(1234);
}).toThrow(new TypeError("Expected start to be a Date, got number"));
});
});... |
import H from '../parts/Globals.js';
import '../parts/Axis.js';
import '../parts/Series.js';
/**
* A point-like object, a mock point or a point uses in series.
*
* @typedef {Highcharts.Point | Annotation.MockPoint} Annotation.PointLike
*/
/**
* A mock point configuration.
*
* @typedef {Object} Annotation.MockP... |
"use strict";
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, desc... |
version https://git-lfs.github.com/spec/v1
oid sha256:e25e279ade23fdb7b8a95335ea00855c8144fcd17bee4f70a2ba6901ac6db12d
size 1050
|
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v17.1.0
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __prot... |
CKEDITOR.plugins.setLang("easyimage","fa",{commands:{fullImage:"تصویر کامل",sideImage:"تصویر جانبی",altText:"تغییر متن جایگزین تصویر",upload:"آپلود تصویر"},uploadFailed:"به علت خطای شبکه، تصویر شما نمیتواند آپلود شود."}); |
function lookupProvider(container, providerName){
return container.lookup('torii-provider:'+providerName);
}
function proxyToProvider(methodName, requireMethod){
return function(providerName, options){
var container = this.container;
var provider = lookupProvider(container, providerName);
if (!provider... |
define(function(require) {
'use strict';
var Select2GridComponent;
var _ = require('underscore');
var Select2Component = require('oro/select2-component');
Select2GridComponent = Select2Component.extend({
preConfig: function(config) {
Select2GridComponent.__super__.preConfig.cal... |
/* jshint ignore:start */
import Ember from "ember";
import { test } from 'ember-qunit';
import { module } from 'qunit';
import startApp from '../helpers/start-app';
let App;
let port;
module('Info Tab', {
beforeEach() {
App = startApp({
adapter: 'basic'
});
port = App.__container__.lookup('port:m... |
/*
This file is part of Ext JS 4.2
Copyright (c) 2011-2013 Sencha Inc
Contact: http://www.sencha.com/contact
Commercial Usage
Licensees holding valid commercial licenses may use this file in accordance with the Commercial
Software License Agreement provided with the Software or, alternatively, in accordance with th... |
module.exports = function(hljs) {
var KEYWORDS = {
keyword:
// Normal keywords.
'abstract as base bool break byte case catch char checked const continue decimal dynamic ' +
'default delegate do double else enum event explicit extern finally fixed float ' +
'for foreach goto if implicit in ... |
$(document).ready(function () {
var videos = $('iframe[src*="vimeo.com"], iframe[src*="youtube.com"]');
videos.each(function () {
var el = $(this);
el.wrap('<div class="responsive-embed widescreen"/>');
});
});
|
"use strict";
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 = Refl... |
/*!
* froala_editor v2.7.5 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2018 Froala Labs
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['jquery'], factory)... |
/* eslint no-constant-condition:0 */
const findEndOfMath = function(delimiter, text, startIndex) {
// Adapted from
// https://github.com/Khan/perseus/blob/master/src/perseus-markdown.jsx
let index = startIndex;
let braceLevel = 0;
const delimLength = delimiter.length;
while (index < text.lengt... |
'use strict';
/* globals generateInputCompilerHelper: false */
describe('input', function() {
var helper = {}, $compile, $rootScope, $browser, $sniffer, $timeout, $q;
generateInputCompilerHelper(helper);
beforeEach(inject(function(_$compile_, _$rootScope_, _$browser_, _$sniffer_, _$timeout_, _$q_) {
$comp... |
import _extends from 'babel-runtime/helpers/extends';
import _objectWithoutProperties from 'babel-runtime/helpers/objectWithoutProperties';
import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
import _inherits from ... |
/*
* 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.
*/
... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _actions = require('../actions');
var describeUnregisterField = function describeUnregisterField(reducer, expect, _ref) {
var fromJS = _ref.fromJS;
return function () {
it('should remove a field from registeredFields', functio... |
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative ... |
/* VCO.MapMarker
Creates a marker. Takes a data object and
populates the marker with content.
================================================== */
VCO.MapMarker = VCO.Class.extend({
includes: [VCO.Events],
/* Constructor
================================================== */
initialize: function(data, option... |
(function (root, factory)
{
if (typeof define === 'function' && define.amd)
{
// AMD. Register as an anonymous module.
define(['videojs', 'wavesurfer'], factory);
}
else if (typeof module === 'object' && module.exports)
{
// Node. Does not work with strict CommonJS, but
... |
window.wpfc.dictionary = {
"All cached files are deleted at the determinated time." : "Tous les fichiers mis en cache sont supprimés au moment determiné.:",
"Choose One" :"Choisissez un",
"Once an hour": "Une fois par heure",
"Once a day": "Une fois par jour",
"Twice a day":"Deux fois par jour",
"Next due":... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _actions = require('../actions');
var describeArrayInsert = function describeArrayInsert(reducer, expect, _ref) {
var fromJS = _ref.fromJS;
return function () {
it('should work with empty state', function () {
var state ... |
/*
* # Semantic - Form Validation
* http://github.com/jlukic/semantic-ui/
*
*
* Copyright 2013 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
;(function ( $, window, document, undefined ) {
$.fn.form = function(fields, parameters) {
var
$allModules = $(this)... |
(function(define) {
"use strict";
// Builder
// -------
define(function(require, exports) {
var _ = require('underscore');
var Common = require('./common').Common;
var Raw = require('./raw').Raw;
var Helpers = require('./helpers').Helpers;
var JoinClause = require('./joinclause').Jo... |
var classblackbone_1_1_m_except =
[
[ "MExcept", "classblackbone_1_1_m_except.html#a7c4a25f3ba08be0f02188acdfef933f7", null ],
[ "~MExcept", "classblackbone_1_1_m_except.html#ad4a1c4f98f8fe20b68e265ee06570a65", null ],
[ "CreateVEH", "classblackbone_1_1_m_except.html#a04078066ff12003a28758705d67156b4", null... |
/*! SWFMini - a SWFObject 2.2 cut down version for webshims
*
* based on SWFObject v2.2 <http://code.google.com/p/swfobject/>
is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var swfmini = function() {
var wasRemoved = function(){webshims.error('This method was removed f... |
/* http://keith-wood.name/calendars.html
Danish localisation for calendars datepicker for jQuery.
Written by Jan Christensen ( deletestuff@gmail.com). */
(function($) {
'use strict';
$.calendarsPicker.regionalOptions.da = {
renderer: $.calendarsPicker.defaultRenderer,
prevText: '<Forrige',... |
// Copyright: 2015 AlignAlytics
// License: "https://github.com/PMSI-AlignAlytics/dimple/blob/master/MIT-LICENSE.txt"
// Source: /src/objects/axis/methods/_parseDate.js
this._parseDate = function (inDate) {
// A javascript date object
var outDate;
if (... |
import createHasError from '../hasError';
var createIsValid = function createIsValid(structure) {
var getIn = structure.getIn,
keys = structure.keys;
var hasError = createHasError(structure);
return function (form) {
var getFormState = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] ... |
define({
greeting: 'Hello',
five: 5
}); |
var searchData=
[
['hit_5fcount',['hit_count',['../structv8_1_1_cpu_profile_node_1_1_line_tick.html#a62653fb1e6d381a5747d24b83aab1c1b',1,'v8::CpuProfileNode::LineTick']]]
];
|
!function(t){"use strict"
function e(){return ot}function n(t){ot[t.name]=t}function r(t){return!!t||0===t||!1===t}function i(t){return"function"==typeof t}function a(t){return"number"==typeof t}function f(t){return"object"==typeof t&&!!t}function u(t){return"string"==typeof t}function o(t){return t&&isFinite(t.length)... |
/* ***** BEGIN LICENSE BLOCK *****
* Distributed under the BSD license:
*
* Copyright (c) 2010, Ajax.org B.V.
* 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 sou... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'contextmenu', 'eu', {
options: 'Testuingurko Menuaren Aukerak'
} );
|
import*as React from"react";export default function mergeRefs(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return function(r){n.forEach(function(e){null!=e&&("function"!=typeof e?"object"!=typeof e?console.error("mergeRefs cannot handle Refs of type boolean, number or string, received ref "... |
module["exports"] = [
"ā",
"āb",
"āččūšāmūš",
"āččūšāņtīūm",
"ād",
"ādīpīščī",
"āļīāš",
"āļīqūām",
"āļīqūīd",
"āmēt",
"āņīmī",
"āpērīām",
"ārčhītēčto",
"āšpērīorēš",
"āšpērņātūr",
"āššūmēņdā",
"āt",
"ātqūē",
"āūt",
"āūtēm",
"āūtēm",
"bēātāē",
"bļāņdītīīš",
"čommodī",
"č... |
/*! UIkit 2.27.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
(function(UI) {
"use strict";
UI.component('tab', {
defaults: {
target : '>li:not(.uk-tab-responsive, .uk-disabled)',
connect : false,
active : 0,
animation : false,... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.nl = {}));
}(this, function (exports) { 'use strict';
var fp = typeof window !== "... |
/*
* Youtube Embed Plugin
*
* @author Jonnas Fonini <contato@fonini.net>
* @version 1.0.7
*/
( function() {
CKEDITOR.plugins.add( 'youtube',
{
lang: [ 'en', 'pt', 'ja', 'hu', 'it', 'fr', 'tr', 'ru', 'de' ],
init: function( editor )
{
editor.addCommand( 'youtube', new CKEDITOR.dialogCommand( 'yout... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v9.0.0
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto... |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/optable/BasicLatin.js
*
* Copyright (c) 2010-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 License.
* Yo... |
module.exports={title:"Dialogflow",slug:"dialogflow",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Dialogflow icon</title><path d="M11.996 0a1.639 1.639 0 0 0-.82.22L3.344 4.74a1.648 1.648 0 0 0-.535.498l9.136 5.28 9.213-5.32a1.652 1.652 0 0 0-.51-.458L12.818.22a1.639 1.639 0 0 0-.8... |
define(['jquery'], function (jq) {
return jq.noConflict( true );
});
|
/**
* angular-input-masks
* Personalized input masks for AngularJS
* @version v2.6.0
* @link http://github.com/assisrafael/angular-input-masks
* @license MIT
*/
require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var ... |
Package.describe({
name: 'rocketchat:ui-master',
version: '0.1.0',
// Brief, one-line summary of the package.
summary: '',
// URL to the Git repository containing the source code for this package.
git: '',
// By default, Meteor will default to using README.md for documentation.
// To avoid submitting documentat... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'format', 'en', {
label: 'Format',
panelTitle: 'Paragraph Format',
tag_address: 'Address',
tag_div: 'Normal (DIV)',
tag_h1: 'Heading 1',
tag_h2:... |
'use strict';
exports.__esModule = true;
var _ReactUpdates = require('react-dom/lib/ReactUpdates');
var _ReactUpdates2 = _interopRequireDefault(_ReactUpdates);
var _createUncontrollable = require('./createUncontrollable');
var _createUncontrollable2 = _interopRequireDefault(_createUncontrollable);
function _inter... |
/**
@module ember
@submodule ember-runtime
*/
import Ember from "ember-metal/core"; // Ember.STRINGS, Ember.FEATURES
import {
isArray,
inspect as emberInspect
} from "ember-metal/utils";
import Cache from "ember-metal/cache";
var STRING_DASHERIZE_REGEXP = (/[ _]/g);
var STRING_DASHERIZE_CACHE = new Cache(1000, f... |
/**
* Copyright 2013-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.
*
* @providesModu... |
/* Copyright (c) 2006-2013 by OpenLayers Contributors (see authors.txt for
* full list of contributors). Published under the 2-clause BSD license.
* See license.txt in the OpenLayers distribution or repository for the
* full text of the license. */
/**
* @requires OpenLayers/BaseTypes/Class.js
*/
/**
* Class: O... |
define( [
"qunit",
"jquery",
"./helper",
"ui/widgets/draggable"
], function( QUnit, $, testHelper ) {
var element;
QUnit.module( "draggable: methods", {
beforeEach: function() {
element = $( "<div style='background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;'><span>Absolute<... |
/**
* @author Chad Engler <chad@pantherdev.com>
*/
/**
* The Circle object can be used to specify a hit area for displayobjects
*
* @class Circle
* @constructor
* @param x {Number} The X coord of the upper-left corner of the framing rectangle of this circle
* @param y {Number} The Y coord of the upper-left cor... |
import {
Promise,
allSettled,
hash,
hashSettled,
denodeify,
on,
off,
map,
filter,
resolve,
reject,
rethrow,
all,
defer,
EventTarget,
configure,
race,
async
} from './rsvp';
var RSVP = {
'race': race,
'Promise': Promise,
'allSettled': allSettled,
'hash': hash,
'hashSettled'... |
import get from 'ember-metal/property_get';
import { isArray } from 'ember-runtime/utils';
QUnit.module('Global API Tests');
function confirmExport(property, internal) {
QUnit.test('confirm ' + property + ' is exported', function() {
var theExport = get(window, property);
ok(theExport + ' is exported');
... |
/*
Project: angular-gantt v1.3.0 - 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';
angular.module('gantt.dependencies', ['gantt', 'gantt... |
/*!
* pagepiling.js 1.5.3
*
* https://github.com/alvarotrigo/pagePiling.js
* MIT licensed
*
* Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
*/
(function(b,h,k,z){b.fn.pagepiling=function(M){function N(a){var f=b(".pp-section.active").index(".pp-section");a=a.index(".pp-section");return f... |
/*
Plugin Name: amCharts Export
Description: Adds export capabilities to amCharts products
Author: Benjamin Maertz, amCharts
Version: 1.4.43
Author URI: http://www.amcharts.com/
Copyright 2016 amCharts
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compli... |
var $jscomp={scope:{}};$jscomp.defineProperty="function"==typeof Object.defineProperties?Object.defineProperty:function(a,g,r){if(r.get||r.set)throw new TypeError("ES3 does not support getters and setters.");a!=Array.prototype&&a!=Object.prototype&&(a[g]=r.value)};$jscomp.getGlobal=function(a){return"undefined"!=typeof... |
"use strict";
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var async_1 = require('../src/facade/async');
va... |
import Mmenu from './../oncanvas/mmenu.oncanvas';
import options from './_options';
import configs from './_configs';
import translate from './translations/translate';
import * as DOM from '../_dom';
import { extendShorthandOptions } from './_options';
import { extend } from '../../core/_helpers';
// Add the translati... |
/* Copyright 2014 Mozilla Foundation
*
* 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... |
/*!
* typeahead.js 1.0.1
* https://github.com/twitter/typeahead.js
* Copyright 2013-2016 Twitter, Inc. and other contributors; Licensed MIT
*/
(function(root, factory) {
if (typeof define === "function" && define.amd) {
define([ "jquery" ], function(a0) {
return root["Bloodhound"] = factory... |
/* http://keith-wood.name/datepick.html
Georgian localisation for jQuery Datepicker.
Andrei Gorbushkin. */
(function($) {
$.datepick.regionalOptions.ka = {
monthNames: ['იანვარი','თებერვალი','მარტი','აპრილი','მაისი','ივნისი',
'ივლისი','აგვისტო','სექტემბერი','ოქტომბერი','ნოემბერი','დეკემბერი'],
monthNamesS... |
/*
* /MathJax/jax/output/CommonHTML/autoload/ms.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 obtain a copy of the License at
*
* http://www.apache.... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v6.2.1
* @link http://www.ag-grid.com/
* @license MIT
*/
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : ... |
import Ember from 'ember';
import AuthenticatedRoute from 'ghost/routes/authenticated';
import ShortcutsRoute from 'ghost/mixins/shortcuts-route';
import PaginationRouteMixin from 'ghost/mixins/pagination-route';
export default AuthenticatedRoute.extend(ShortcutsRoute, PaginationRouteMixin, {
titleToken: 'Content'... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v4.2.4
* @link http://www.ag-grid.com/
* @license MIT
*/
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : ... |
angular.module('example', ['angular-meteor', 'ngFileUpload']);
angular.module('example').controller('ExampleCtrl', ['$scope', function ($scope) {
$scope.images = $scope.$meteorCollectionFS(Images, false, Images);
$scope.addImages = function (files) {
$scope.images.save(files);
};
$scope.removeImage = fun... |
//>>built
define("dojox/mobile/bidi/SpinWheelSlot",["dojo/_base/declare","dojo/_base/window","dojo/_base/array","dojo/dom-construct","./common"],function(_1,_2,_3,_4,_5){
return _1(null,{postCreate:function(){
this.inherited(arguments);
if(!this.textDir&&this.getParent()&&this.getParent().get("textDir")){
this.set("tex... |
/*
* /MathJax/localization/gl/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 obtain a copy of the License at
*
* http://www.apache.org/licen... |
/*!
* jQuery UI Effects 1.11.3
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/effects-core/
*/
(function( factory ) {
if ( typeof define === "function" && define.amd ) {
// AMD. ... |
/* snapper css snap points carousel */
;(function( w, $ ){
var pluginName = "snapper";
$.fn[ pluginName ] = function(){
// css snap points feature test.
// even if this test passes, several behaviors will still be polyfilled, such as snapping after resize, and animated advancing of slides with anchor links or nex... |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2016 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* The Phaser.Color stub. This stub only includes the bare minimum functions that Phaser needs.
*
* @class Phaser.Color... |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... |
/* |
/**
* vue-validator v1.3.1
* (c) 2014-2015 kazuya kawaguchi
* Released under the MIT License.
*/
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define(fac... |
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
* http://opensource.org/licenses/BSD-3-Clause
*
* Based on the Base 64 VLQ implementation in Closure Compiler:
* https://code.google.com/p/closure-compiler/sour... |
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
;(function (factory) {
var objectTypes = {
'boolean': false,
'function': true,
'object': true,
'number': false,
'string': false,
'unde... |
/**
* @license AngularJS v1.1.2
* (c) 2010-2012 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
'use strict';
/**
* @ngdoc overview
* @name ngResource
* @description
*/
/**
* @ngdoc object
* @name ngResource.$resource
* @requires $http
*
* @d... |
import { null as nil } from "bar" |
define(function (require) {
var echarts = require('echarts');
function BMapCoordSys(bmap, api) {
this._bmap = bmap;
this.dimensions = ['lng', 'lat'];
this._mapOffset = [0, 0];
this._api = api;
}
BMapCoordSys.prototype.dimensions = ['lng', 'lat'];
BMapCoordSys.pro... |
/**
* @module echarts/coord/polar/Polar
*/
define(function(require) {
'use strict';
var RadiusAxis = require('./RadiusAxis');
var AngleAxis = require('./AngleAxis');
/**
* @alias {module:echarts/coord/polar/Polar}
* @constructor
* @param {string} name
*/
var Polar = function... |
YUI.add("lang/datatype-date-format_es-MX",function(e){e.Intl.add("datatype-date-format","es-MX",{a:["dom","lun","mar","mié","jue","vie","sáb"],A:["domingo","lunes","martes","miércoles","jueves","viernes","sábado"],b:["ene","feb","mar","abr","may","jun","jul","ago","sep","oct","nov","dic"],B:["enero","febrero","marzo","... |
/*
* /MathJax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
*
* Copyright (c) 2012 Design Science, Inc.
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the Lice... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("widget","fa",{move:"کلیک و کشیدن برای جابجایی"}); |
"use strict"
var ReadPreference = require('../topologies/read_preference');
var getReadPreference = function(cmd, options) {
// Default to command version of the readPreference
var readPreference = cmd.readPreference || new ReadPreference('primary');
// If we have an option readPreference override the command o... |
export const ADD_TODO = 'ADD_TODO';
export const DELETE_TODO = 'DELETE_TODO';
export const EDIT_TODO = 'EDIT_TODO';
export const COMPLETE_TODO = 'COMPLETE_TODO';
export const COMPLETE_ALL = 'COMPLETE_ALL';
export const CLEAR_COMPLETED = 'CLEAR_COMPLETED';
|
OpenLayers.Pixel=OpenLayers.Class({x:0,y:0,initialize:function(e,t){this.x=parseFloat(e),this.y=parseFloat(t)},toString:function(){return"x="+this.x+",y="+this.y},clone:function(){return new OpenLayers.Pixel(this.x,this.y)},equals:function(e){var t=!1;return null!=e&&(t=this.x==e.x&&this.y==e.y||isNaN(this.x)&&isNaN(th... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.