code stringlengths 2 1.05M |
|---|
'use strict'
let Declaration = require('./declaration')
let PreviousMap = require('./previous-map')
let Comment = require('./comment')
let AtRule = require('./at-rule')
let Input = require('./input')
let Root = require('./root')
let Rule = require('./rule')
function fromJSON (json, inputs) {
if (Array.isArray(json)... |
'use strict';
module.exports = {
normalizeEntityName: function() {
// this prevents an error when the entityName is
// not specified (since that doesn't actually matter
// to us
},
afterInstall: function() {
return this.addBowerPackagesToProject([
{name: 'leaflet', target: 'latest'},
... |
YUI.add('gallery-title', function(Y) {
Y.Title = Y.Base.create('title', Y.Base, [Y.Plugin.Host], {
doc : Y.config.doc,
initializer : function() {
this.after('titleChange', this._afterTitleChange);
this.after('indicatorChange', this._afterIndicatorChange);
this.after('separatorChange', this._afterSepa... |
import baseToString from '../internal/baseToString';
import charsRightIndex from '../internal/charsRightIndex';
import isIterateeCall from '../internal/isIterateeCall';
import trimmedRightIndex from '../internal/trimmedRightIndex';
/**
* Removes trailing whitespace or specified characters from `string`.
*
* @static... |
/**
* Copyright (c) UNA, Inc - https://una.io
* MIT License - https://opensource.org/licenses/MIT
*
* @defgroup UnaCore UNA Core
* @{
*/
(function($) {
$.fn.dolPopupDefaultOptions = {
parent: 'body', // parent element selector
closeOnOuterClick: true,
removeOnClose: false,
... |
var struct = require('struct');
var util2 = require('util2');
var myutil = require('myutil');
var Wakeup = require('wakeup');
var Timeline = require('timeline');
var Resource = require('ui/resource');
var Accel = require('ui/accel');
var ImageService = require('ui/imageservice');
var WindowStack = require('ui/windowsta... |
/**! Qoopido.demand 5.1.0-rc.4 | https://github.com/dlueth/qoopido.demand | (c) 2018 Dirk Lueth */
!function(d){"use strict";provide(["/demand/function/iterate"],function(e){function t(e){var t,n,r=e.match(c);r&&(t=function(e){var t,n=d.getItem(e);if(n&&(t=n.match(s)))return Array.prototype.slice.call(t,1)}((n=r[1],"["... |
'use strict';
var assert = require('assert');
var testExtract = require('./utils').testExtract;
describe('Extracting from Javascript using both a custom module and custom methods', function () {
it('supports a custom module name', function () {
var files = [
'test/fixtures/custom_module.js'
... |
/*
* jQuery UI Tabs 1.6rc5
*
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt)
* and GPL (GPL-LICENSE.txt) licenses.
*
* http://docs.jquery.com/UI/Tabs
*
* Depends:
* ui.core.js
*/
(function($) {
$.widget("ui.tabs", {
_init: funct... |
module.exports={title:"SmugMug",slug:"smugmug",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>SmugMug</title><path d="'+this.path+'"/></svg>'},path:"M18.31 0l-.35.01c-1.55.13-2.46 1.2-2.6 2.28-.15 1.2.65 2.4 2.58 2.28 2.15-.12 3.09-1.2 3.1-2.28.02-1.15-1-2.28-2.73-2.29zM7... |
'use strict';
// 21.1.3.25 String.prototype.trim()
require('./$.string-trim')('trim', function($trim){
return function trim(){
return $trim(this, 3);
};
}); |
var Code = require('code'),
Lab = require('lab'),
lab = exports.lab = Lab.script(),
describe = lab.experiment,
beforeEach = lab.beforeEach,
afterEach = lab.afterEach,
it = lab.test,
expect = Code.expect,
server;
beforeEach(function(done) {
require('../mocks/server')(function(obj) {
server = obj;
... |
import { PolyhedronGeometry } from './PolyhedronGeometry';
/**
* @author timothypratley / https://github.com/timothypratley
*/
function OctahedronGeometry( radius, detail ) {
var vertices = [
1, 0, 0, - 1, 0, 0, 0, 1, 0, 0, - 1, 0, 0, 0, 1, 0, 0, - 1
];
var indices = [
0, 2, 4, 0, 4, 3, ... |
define("p3/widget/GenomeGrid", [
'dojo/_base/declare', 'dojo/_base/lang', 'dijit/layout/BorderContainer', 'dojo/on',
'dojo/dom-class', 'dijit/layout/ContentPane', 'dojo/dom-construct',
'./PageGrid', './ColumnsGenome', '../store/GenomeJsonRest', './GridSelector'
], function (
declare, lang, BorderContainer, on,
... |
/*
* JX hex decode fast path coverage
*
* Relies on JX hex encode fast path being functional.
*/
/*@include util-buffer.js@*/
/*===
done
===*/
function bufferEquals(b1, b2) {
var i;
if (b1.length != b2.length) { return false; }
for (i = 0; i < b1.length; i++) {
if (b1[i] != b2[i]) { return ... |
/*
* User.js
* Schema Generated by API-Hero
* Add custom Schema Validators, Types and Methods below
*/
module.exports = function(User) {
}; |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.11.1
*/
goog.provide('ng.material.components.fabActions');
goog.require('ng.material.core');
(function() {
'use strict';
/**
* @ngdoc module
* @name material.components.fabActions
*/
angular
.module('materia... |
$(function() {
if($('#nav-menu').length) {
$(".collapsibleListOpen, .collapsibleListClosed").toggleClass("collapsibleListOpen collapsibleListClosed");
CollapsibleLists.applyTo(document.getElementById('nav-menu'));
}
$.ajax({
url: "https://sendgrid.com/user/checkLogin",
method: "GET",
success: function (da... |
/**
* @fileoverview Disallow trailing spaces at the end of lines.
* @author Nodeca Team <https://github.com/nodeca>
* @copyright 2015 Patrick McElhaney
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//-----------------------------------------------... |
/* Copyright (c) 2006-2015 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/Control.js
*/
/**
* Class: OpenLaye... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S11.8.6_A2.1_T2;
* @section: 11.8.6;
* @assertion: Operator "instanceof" uses GetValue;
* @description: If GetBase(RelationalExpression) is null, throw ReferenceError;
*/
//... |
/**
* jq.popup - a popup/alert library for html5 mobile apps
* @copyright Indiepath 2011 - Tim Fisher
* Modifications/enhancements by appMobi for jqMobi
*
*/
/* EXAMPLE
$('body').popup({
title:"Alert! Alert!",
message:"This is a test of the emergency alert system!! Don't PANIC!",
canc... |
version https://git-lfs.github.com/spec/v1
oid sha256:1a8ec8787f97beb8e08f0c8a925de9bafa8003935dc332d95687ce7821854f21
size 1256
|
var Change, five;
Change = require("../eg/change.js");
five = require("../lib/johnny-five.js");
new five.Boards([ "control", "nodebot" ]).on("ready", function(boards) {
var controllers, changes, nodebot, whiskers, opposing, directions, speed;
controllers = {
x: new five.Sensor({
board: boards.controlle... |
/**
* af.scroller
* created by appMobi with modifications by Carlos Ouro @ Badoo and Intel
* Supports iOS native touch scrolling
* Optimizations and bug improvements by Intel
* @copyright Intel
*/ (function ($) {
var HIDE_REFRESH_TIME = 75; // hide animation of pull2ref duration in ms
var cache = [];
... |
/* jshint expr:true */
import { expect } from 'chai';
import { describeComponent, it } from 'ember-mocha';
import hbs from 'htmlbars-inline-precompile';
import run from 'ember-runloop';
import NavItem from 'ghost-admin/models/navigation-item';
describeComponent(
'gh-navitem',
'Integration: Component: gh-navite... |
module.exports = [{
name: "Manchester",
allocatedStaff: [],
rooms: 12,
morning: {
assessments:[],
complex: 0,
neuro: [],
review: []
},
afternoon: {
assessments:[],
complex: 0,
neuro: [],
review: []
}
},{
name: "Burnley",
allocatedStaff: [],
rooms: 5,
morning: ... |
import{useContext}from"react";import{invariant}from"@react-dnd/invariant";import{DndContext}from"../core";export function useDragDropManager(){var r=useContext(DndContext).dragDropManager;return invariant(null!=r,"Expected drag drop context"),r}; |
/* ============================================================
* bootstrap-dropdown.js v2.0.3
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
* ============================================================
* Copyright 2012 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "Lice... |
'use strict';
var React = require('react/addons');
var PureRenderMixin = React.addons.PureRenderMixin;
var SvgIcon = require('../../svg-icon');
var EditorModeComment = React.createClass({
displayName: 'EditorModeComment',
mixins: [PureRenderMixin],
render: function render() {
return React.createElement(
... |
var Bob = require('./bob.js');
describe("Bob", function() {
var bob = new Bob();
it("stating something", function() {
var result = bob.hey('Tom-ay-to, tom-aaaah-to.');
expect(result).toEqual('Whatever.');
});
xit("shouting", function() {
var result = bob.hey('WATCH OUT!');
expect(result).toEq... |
UF.registerModule("uploadmodule", function () {
var uf = this,
initWebUploader = function () {
var timestrap = (+new Date()).toString(36),
messageId = 'u' + timestrap;
// 创建webupoaler实例
var uploader = uf.webuploader = WebUploader.create({
... |
'use strict'
// npm pack <pkg>
// Packs the specified package into a .tgz file, which can then
// be installed.
const BB = require('bluebird')
const byteSize = require('byte-size')
const cacache = require('cacache')
const columnify = require('columnify')
const cp = require('child_process')
const deprCheck = require(... |
/*! ReactInstantSearch 5.0.1 | © Algolia, inc. | https://community.algolia.com/react-instantsearch */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) :
typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) :
... |
// flow-typed signature: 14cf7e2fda81cfeaac3a05da7912c79c
// flow-typed version: <<STUB>>/webpack-dev-server_v^1.16.1/flow_v0.33.0
/**
* This is an autogenerated libdef stub for:
*
* 'webpack-dev-server'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share yo... |
'use strict';
/* eslint-disable max-params */
var trim = require('trim');
var repeat = require('repeat-string');
var decimal = require('is-decimal');
var getIndent = require('../util/get-indentation');
var removeIndent = require('../util/remove-indentation');
var interrupt = require('../util/interrupt');
module.expo... |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
"use strict";
const path = require("path");
const NativeModule = require("module");
const crypto = require("crypto");
const SourceMapSource = require("webpack-sources").SourceMapSource;
const OriginalSource = require("... |
/**
* Sinon.JS 1.8.2, 2014/03/04
*
* @author Christian Johansen (christian@cjohansen.no)
* @author Contributors: https://github.com/cjohansen/Sinon.JS/blob/master/AUTHORS
*
* (The BSD License)
*
* Copyright (c) 2010-2014, Christian Johansen, christian@cjohansen.no
* All rights reserved.
*
* Redistribution ... |
(function(root, factory){
//UMD
if ( typeof define === "function" && define.amd ) {
define(function() {
return factory();
});
} else if (typeof module === "object") {
module.exports = factory();
} else {
root.Tone = factory();
}
}(this, function(){
"use strict";
var Tone;
//constructs the main ... |
dojo.provide("dojox.grid.nls.DataGrid_pt-br");dojo.provide("dijit.nls.loading");dijit.nls.loading._built=true;dojo.provide("dijit.nls.loading.pt_br");dijit.nls.loading.pt_br={"loadingState":"Carregando...","errorState":"Ocorreu um erro"};
|
import {get} from "ember-metal/property_get";
import EmberObject from "ember-runtime/system/object";
QUnit.module('EmberObject.extend');
test('Basic extend', function() {
var SomeClass = EmberObject.extend({ foo: 'BAR' });
ok(SomeClass.isClass, "A class has isClass of true");
var obj = new SomeClass();
equal(... |
var path = require('path');
var fs = require('fs');
function buildEntries() {
return fs.readdirSync('examples').reduce(function(entries, dir) {
if (dir === 'build') {
return entries;
}
var isDraft = dir.charAt(0) === '_';
if (!isDraft && fs.lstatSync(path.join('examples', dir)).isDirectory()) {... |
module.exports={A:{A:{"1":"B A","2":"J C G E UB"},B:{"1":"D X g H L"},C:{"1":"0 1 4 5 N O P Q R S T U V W u Y Z a b c d e f K h i j k l m n o p q r w x v z t s","2":"2 SB F I J C G E QB PB","33":"B A D X g H L M"},D:{"1":"0 1 4 5 8 c d e f K h i j k l m n o p q r w x v z t s EB BB TB CB","2":"F I J C G E B A D X","33":... |
describe('Tasks - Link Environment', function() {
var project;
beforeEach(function() {
project = newProject();
});
before(function() {
process._chdir = process.chdir;
process.chdir = noop;
});
after(function() {
process.chdir = process._chdir;
});
it('removes the cordova/www dir', fun... |
/*!
* @atlassian/aui - Atlassian User Interface Framework
* @version v7.3.4
* @link https://docs.atlassian.com/aui/latest/
* @license SEE LICENSE IN LICENSE.md
* @author Atlassian Pty Ltd.
*/
// src/js/aui/header-async.js
(typeof window === 'undefined' ? global : window).__70ce9f01231cd6950dd75b018427c4e7 = (func... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = toArray;
var _react = require('react');
var _react2 = _interopRequireDefault(_react);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function toArray(children) {
... |
// Copyright (c) 2015 Uber Technologies, 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... |
import { runDestroy } from "ember-runtime/tests/utils";
import Registry from "container/registry";
import Service from "ember-runtime/system/service";
import EmberObject from "ember-runtime/system/object";
import EmberRoute from "ember-routing/system/route";
import inject from "ember-runtime/inject";
var route, routeO... |
'use strict';
var csso = require('csso'),
gutil = require('gulp-util'),
transform = require('stream').Transform,
PLUGIN_NAME = 'gulp-csso';
module.exports = function (disableStructureMinimization) {
var stream = new transform({objectMode: true});
stream._transform = function (file... |
/*!
* @atlassian/aui - Atlassian User Interface Framework
* @version v7.1.0-beta-1
* @link https://docs.atlassian.com/aui/latest/
* @license SEE LICENSE IN LICENSE.md
* @author Atlassian Pty Ltd.
*/
// src/js-vendor/jquery/jquery-ui/jquery.ui.datepicker.js
(typeof window === 'undefined' ? global : window).__edaf9... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v14.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 ... |
import escapeRegExp from "lodash/string/escapeRegExp";
import startsWith from "lodash/string/startsWith";
import cloneDeep from "lodash/lang/cloneDeep";
import isBoolean from "lodash/lang/isBoolean";
import * as messages from "./messages";
import minimatch from "minimatch";
import contains from "lodash/collection/conta... |
version https://git-lfs.github.com/spec/v1
oid sha256:f6e577f33982b7f1ae05c7b5558caf27723eb0156e9e2a663b4967e56f9265d1
size 3105
|
var path = require('path');
var logger = require('./logger');
var log = logger.create('config');
var helper = require('./helper');
var constant = require('./constants');
// Coffee is required here to enable config files written in coffee-script.
// It's not directly used in this file.
require('coffee-script');
var ... |
var myChart;
var axisData = [
"2013/1/24", "2013/1/25", "2013/1/28", "2013/1/29", "2013/1/30",
"2013/1/31", "2013/2/1", "2013/2/4", "2013/2/5", "2013/2/6",
"2013/2/7", "2013/2/8", "2013/2/18", "2013/2/19", "2013/2/20",
"2013/2/21", "2013/2/22", "2013/2/25", "2013/2/26", "2013/2/27",
"2013/2/28",... |
// Copyright 2013 The Polymer Authors. All rights reserved.
// Use of this source code is goverened by a BSD-style
// license that can be found in the LICENSE file.
(function(scope) {
'use strict';
var HTMLElement = scope.wrappers.HTMLElement;
var mixin = scope.mixin;
var registerWrapper = scope.registerWrapp... |
#!/usr/bin/env node
'use strict';
var SerialPort = require('../');
var version = require('../package.json').version;
var args = require('commander');
function makeNumber(input) {
return Number(input);
}
args
.version(version)
.usage('-p <port> [options]')
.description('A basic terminal interface for communic... |
/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* @fileOverview The default editing block plugin, which holds the editing area
* and source view.
*/
(function()
{
var getMode = function( editor, mode... |
import translate from './translate'
import prefix from './prefix'
export default function (card, $el) {
var transform = prefix('transform')
var transformOrigin = prefix('transformOrigin')
var transition = prefix('transition')
var transitionDelay = prefix('transitionDelay')
card.fan = function (i, cb) {
... |
'use strict';
describe('jqLite', function() {
var scope, a, b, c;
beforeEach(module(provideLog));
beforeEach(function() {
a = jqLite('<div>A</div>')[0];
b = jqLite('<div>B</div>')[0];
c = jqLite('<div>C</div>')[0];
});
beforeEach(inject(function($rootScope) {
scope = $rootScope;
this... |
/**
* @license Highcharts JS v6.1.1 (2018-06-27)
*
* Indicator series type for Highstock
*
* (c) 2010-2017 Paweł Fus
*
* License: www.highcharts.com/license
*/
'use strict';
(function (factory) {
if (typeof module === 'object' && module.exports) {
module.exports = factory;
} else {
factory(Highcharts);
... |
console.warn("warn -",`Imports like "const minutemailer = require('simple-icons/icons/minutemailer');" have been deprecated in v6.0.0 and will no longer work from v7.0.0, use "const { siMinutemailer } = require('simple-icons/icons');" instead`),module.exports={title:"Minutemailer",slug:"minutemailer",get svg(){return'<... |
steal("jquery/dom/fixture", "jquery/model",'funcunit/qunit',function(){
module("jquery/dom/fixture");
test("static fixtures", function(){
stop();
$.fixture("GET something", "//jquery/dom/fixture/fixtures/test.json");
$.fixture("POST something", "//jquery/dom/fixture/fixtures/test.json");
$.get("something"... |
/* flatpickr v4.0.4, @license MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.fa = {})));
}(this, (function (exports) { 'use strict';
var fp = typeof wi... |
/* http://keith-wood.name/calendars.html
Simplified Chinese localisation for Gregorian/Julian calendars for jQuery.
Written by Cloudream (cloudream@gmail.com). */
(function($) {
'use strict';
$.calendars.calendars.gregorian.prototype.regionalOptions['zh-CN'] = {
name: 'Gregorian',
epochs: ['BCE', 'CE... |
// DATA_TEMPLATE: empty_table
oTest.fnStart( "fnCreatedCell tests" );
$(document).ready( function () {
var tmp = 0;
var complete = false;
$('#example').dataTable( {
"bServerSide": true,
"sAjaxSource": "../../../examples/server_side/scripts/server_processing.php",
"aoColumnDefs": [ {
fnCreatedCe... |
/*!
* Infinite Scroll PACKAGED v3.0.2
* Automatically add next page
*
* Licensed GPLv3 for open source use
* or Infinite Scroll Commercial License for commercial use
*
* https://infinite-scroll.com
* Copyright 2017 Metafizzy
*/
/**
* Bridget makes jQuery widgets
* v2.0.1
* MIT license
*/
/* jshint browse... |
var assert = require('./assert');
var isTypeName = require('./isTypeName');
var String = require('./String');
var Function = require('./Function');
var isArray = require('./isArray');
var isObject = require('./isObject');
var create = require('./create');
var mixin = require('./mixin');
var isStruct = require('./isStru... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v13.0.0
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Events = (function () {
function Events() {
}
... |
/*!
* inferno-router v1.3.0
* (c) 2017 Dominic Gannaway'
* Released under the MIT License.
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('inferno'), require('inferno-component'), require('inferno-create-element'), require('path-to-regexp-... |
/*
* 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.
*/
'... |
/*
cssobj v1.3.1
Fri Mar 16 2018 16:23:14 GMT+0800 (CST)
commit eca34592bc4dbdd540152263cd89b30d6e0294ce
https://github.com/cssobj/cssobj
Released under the MIT License.
Components version info:
- cssobj-core@1.1.9
319d94d9d6c0ee455ed0dfe0c7f796298a145250
- cssobj-plugin-cssom@4.1.2
f9994b7f36... |
(function(root, factory) {
'use strict';
// Universal Module Definition (UMD) to support AMD, CommonJS/Node.js, Rhino, and browsers.
/* istanbul ignore next */
if (typeof define === 'function' && define.amd) {
define('error-stack-parser', ['stackframe'], factory);
} else if (typeof exports ... |
// ==UserScript==
// @id iitc-plugin-draw-tools@breunigs
// @name IITC plugin: draw tools
// @category Layer
// @version 0.7.0.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNL... |
/*!
* Swipe 2.2.1
*
* Brad Birdsall
* Copyright 2013, MIT License
*
*/
// if the module has no dependencies, the above pattern can be simplified to
// eslint-disable-next-line no-extra-semi
;(function (root, factory) {
// eslint-disable-next-line no-undef
if (typeof define === 'function' && define.amd) {
... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var stripSpacesBefore = exports.stripSpacesBefore = function stripSpacesBefore(node, spaces) {
return function (fixer) {
return fixer.removeRange([node.start - spaces, node.start]);
};
};
var stripSpacesAfter = exports.stripSpacesA... |
require('child_process').exec('dir-bin', { stdio: 'pipe', env: process.env },
function (err) {
if (err && err.code) throw new Error('exited badly with code = ' + err.code)
}
)
|
/*global require console setTimeout process Buffer */
var redis = require("./index"),
client = redis.createClient(),
client2 = redis.createClient(),
client3 = redis.createClient(),
client4 = redis.createClient(9006, "filefish.redistogo.com"),
client5 = redis.createClient(),
assert = require("ass... |
/*! jQuery UI - v1.11.0 - 2014-06-27
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
(function(e){"function"==typeof define&&define.amd?define(["../datepicker"],e):e(jQuery.datepicker)})(function(e){return e.regional["sr-SR"]={closeText:"Zatvori",prevText:"<",nextTe... |
export default function ({ types: t }) {
function statementList(key, path) {
let paths: Array = path.get(key);
for (let path of paths) {
let func = path.node;
if (!path.isFunctionDeclaration()) continue;
let declar = t.variableDeclaration("let", [
t.variableDeclarator(func.id, t.to... |
var _ = require('underscore');
var archinfo = require('../utils/archinfo.js');
var buildmessage = require('../utils/buildmessage.js');
var bundler = require('./bundler.js');
var isopack = require('./isopack.js');
var meteorNpm = require('./meteor-npm.js');
var watch = require('../fs/watch.js');
var Console = require('... |
Ext.require([
'Ext.direct.*',
'Ext.panel.Panel',
'Ext.form.field.Text',
'Ext.toolbar.TextItem'
]);
Ext.onReady(function(){
function doEcho(field){
TestAction.doEcho(field.getValue(), function(result, event){
var transaction = event.getTransaction(),
content ... |
'use strict';
module.exports = {
app: {
title: 'MEAN.JS',
description: 'Full-Stack JavaScript with MongoDB, Express, AngularJS, and Node.js',
keywords: 'mongodb, express, angularjs, node.js, mongoose, passport',
googleAnalyticsTrackingID: process.env.GOOGLE_ANALYTICS_TRACKING_ID || 'GOOGLE_ANALYTICS_... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.0.5
*/
(function( window, angular, undefined ){
"use strict";
/**
* @ngdoc module
* @name material.components.menu-bar
*/
angular.module('material.components.menuBar', [
'material.core',
'material.components.menu'
]);
... |
var assert = require('assert');
var common = require('../../common');
common.getTestConnection(function (err, connection) {
assert.ifError(err);
connection.destroy();
});
|
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.mobx = f()}})(... |
(function(exports){
var cubism = exports.cubism = {version: "1.2.3"};
var cubism_id = 0;
function cubism_identity(d) { return d; }
cubism.option = function(name, defaultValue) {
var values = cubism.options(name);
return values.length ? values[0] : defaultValue;
};
cubism.options = function(name, defaultValues) {
... |
/**
* 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 : ... |
/**
* Zwsp.js
*
* Released under LGPL License.
* Copyright (c) 1999-2015 Ephox Corp. All rights reserved
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
/**
* ....
*
* @private
* @class tinymce.text.Zwsp
* @example
* var isZwsp = Zwsp.isZwsp('\u200b');
... |
if (Meteor.isClient) {
// counter starts at 0
Session.setDefault("counter", 0);
Template.hello.helpers({
counter: function () {
return Session.get("counter");
}
});
Template.hello.events({
'click button': function () {
// increment the counter when button is clicked
Session.set... |
var oldWidth, oldHeight;
var url = tinyMCE.getParam("media_external_list_url");
if (url != null) {
// Fix relative
if (url.charAt(0) != '/' && url.indexOf('://') == -1)
url = tinyMCE.documentBasePath + "/" + url;
document.write('<sc'+'ript language="javascript" type="text/javascript" src="' + url + '"></sc'+'ript... |
/**
* @license Highcharts JS v6.0.0 (2017-10-04)
* GridAxis
*
* (c) 2016 Lars A. V. Cabrera
*
* --- WORK IN PROGRESS ---
*
* License: www.highcharts.com/license
*/
'use strict';
(function(factory) {
if (typeof module === 'object' && module.exports) {
module.exports = factory;
} else {
f... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var definitionRole = {
abstract: false,
accessibleNameRequired: false,
baseConcepts: [],
childrenPresentational: false,
nameFrom: ['author'],
props: {},
relatedConcepts: [{
module: 'HTML',
concept: {
name: 'dd'
... |
/* ========================================================================
* Bootstrap (plugin): validator.js v0.8.1
* ========================================================================
* The MIT License (MIT)
*
* Copyright (c) 2015 Cina Saffary.
* Made by @1000hz in the style of Bootstrap 3 era @fat
*
*... |
var Markdown;
if (typeof exports === "object" && typeof require === "function") // we're in a CommonJS (e.g. Node.js) module
Markdown = exports;
else
Markdown = {};
// The following text is included for historical reasons, but should
// be taken with a pinch of salt; it's not all true anymore.
//
// Wher... |
/*!
* Microbe JavaScript Library v0.4.20
* http://m.icro.be
*
* Copyright 2014-2016 Sociomantic Labs and other contributors
* Released under the MIT license
* http://m.icro.be/license
*
* Date: Sun Jan 03 2016
*/
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("f... |
/**
* Copyright (c) 2015, Facebook, Inc. All rights reserved.
*
* Facebook, Inc. ("Facebook") owns all right, title and interest, including
* all intellectual property and other proprietary rights, in and to the React
* Native CustomComponents software (the "Software"). Subject to your
* compliance with these t... |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("language","ar",{button:"Set language",remove:"Remove language"}); |
console.log('testing deploy');
|
/*
* /MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js
*
* Copyright (c) 2009-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.
* You may obtain a copy of the License at
*
* ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.