code stringlengths 2 1.05M |
|---|
'use strict';
require('babel/register');
import logger from './log';
import * as Async from 'async';
import parse from 'parse-link-header';
import * as GithubAPI from 'octonode';
import * as Database from './database';
import merge from 'lodash-node/modern/object/merge';
import pick from 'lodash-node/modern/object/pi... |
import React, { Component, PropTypes } from 'react';
import { Provider } from 'react-redux';
import { Router } from 'react-router';
import routes from '../routes';
export default class Root extends Component {
render() {
const { store, history } = this.props;
return (
<Provider store={s... |
function AbstractObjectPlacementHelper() {
}
AbstractObjectPlacementHelper.prototype = {
execute: function(plugin) {
// place in front of current camera if we're in VR view
if (E2.app.worldEditor.isVRCamera()) {
var cam = E2.app.worldEditor.getCamera()
var worldPos = new THREE.Vector3(0, 0, -2)
worldPos.... |
/**
* AccessMap allows configuration of different access control rules for
* specific parts of the website.
*
* @memberOf Jymfony.Component.Security.Authorization
*/
class AccessMapInterface {
/**
* Returns security attributes and required channel for the supplied request.
*
* @returns {[string[... |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Artyom Shalkhakov. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*
* Based on the ATS/Postiats lexer by Hongwei Xi.
*-------------... |
// Greek
'use strict';
var el = function() {}
el.code = 'el';
el.data = {
/* Sign Message */
NAV_SignMsg: 'Sign Message',
MSG_message: 'Message',
MSG_date: 'Date',
MSG_signature: 'Signature',
MSG_verify: 'Verify Message',
MSG_info1: 'Include the c... |
/******************************
* 协同云BIM模块的元数据配置
*******************************/
var md = md || {};
(function (u, undefined) {
var unit = { //单体对象
typeAlias: 'ObjModelUnit',
classAlias: 'ClassModelUnit',
ownerAlias: null,
propDefs: {
NameOrTitle: "0" //名称或标题
}
... |
'use strict';
// Use applicaion configuration module to register a new module
ApplicationConfiguration.registerModule('etc-products'); |
import React from 'react';
import PropTypes from 'prop-types';
import { AppBar } from 'react-toolbox';
import { Link } from 'react-router';
import Logo from '../logo';
import Navigation from '../navigation';
import style from './style.css';
const MainAppBar = (props) => {
let className = style.appbar;
if (props.cl... |
const fs = require('fs');
class WriteDllStatsPlugin {
constructor({
filePath='./dll/stats.json',
dllName='lib'
}={}) {
this.filePath = filePath
this.dllName = dllName
}
apply(compile){
compile.hooks.emit.tap('WriteDllStats', compile => {
try {
const stats = compile.getStats(... |
import React, { Component, PropTypes } from 'react';
import classSet from 'classnames';
class PageButton extends Component {
constructor(props) {
super(props);
}
pageBtnClick = e => {
e.preventDefault();
this.props.changePage(e.currentTarget.textContent);
}
render() {
const classes = class... |
(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 f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.ex... |
// flow-typed signature: a69544fecedd63dad255aca141930d06
// flow-typed version: <<STUB>>/sinon_v^1.17.2/flow_v0.33.0
/**
* This is an autogenerated libdef stub for:
*
* 'sinon'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* commu... |
/*
* 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";
const serializer_1 = require('./serializer');
const schema_tree_1 = require('./schema-tree');
const error_1 = require('./error');
require('./mimetypes');
class InvalidJsonPath extends error_1.JsonSchemaErrorBase {
}
exports.InvalidJsonPath = InvalidJsonPath;
// The schema tree node property of the SchemaC... |
export default function* () {
yield this.clear("dist")
yield this.source("src/fly.png").target("dist")
}
|
var suite = require('suite.js');
var f = require('funkit/array');
suite(f.last, [
[[1, 2, 3, 4]], 4,
[[]], undefined
]);
|
'use strict'
const chai = require('chai')
const dirtyChai = require('dirty-chai')
const Persist = require('../../src/server/lobby/persist.js')
const expect = chai.expect
chai.use(dirtyChai)
describe('Persist', () => {
const persist = Persist.createPersist()
it('lobby ops', async () => {
let lobbyId
{
... |
angular.module('application', ['ui.scroll']).controller('mainController', [
'$scope', '$log', '$timeout', function($scope, console, $timeout) {
var datasource = {};
datasource.cache = {
initialize: function() {
this.isEnabled = true;
this.items = {};
this.getPure = datasource.g... |
// This file is part of Indico.
// Copyright (C) 2002 - 2021 CERN
//
// Indico is free software; you can redistribute it and/or
// modify it under the terms of the MIT License; see the
// LICENSE file for more details.
import {createSelector} from 'reselect';
import {RequestState} from 'indico/utils/redux';
import {... |
$(function() {
// Open external links in a new window
var hostname = window.location.hostname;
$("a[href^=http]")
.not("a[href*='" + hostname + "']")
.addClass('link external')
.attr('target', '_blank');
$('[title!=""]').qtip({
position: {
my: 'top center',
at: 'bottom center',
... |
/**
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
define([
'jquery',
'uiClass',
'Magento_Paypal/js/rule',
'mageUtils',
'underscore'
], function ($, Class, Rule, utils, _) {
'use strict';
return Class.extend({
defaults: {
... |
var Path = require('path');
var Lab = require('lab');
var Code = require('code');
var Hapi = require('hapi');
var Proxyquire = require('proxyquire');
var Config = require('./config');
var DummyPlugin = require('./fixtures/dummy-plugin');
var lab = exports.lab = Lab.script();
var stub = {
BaseModel: {}
};
var Mode... |
(function(v){function C(d,a,e,l){if(a.points.errorbars){d=[{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}];e=a.points.errorbars;if("x"==e||"xy"==e)a.points.xerr.asymmetric&&d.push({x:!0,number:!0,required:!0}),d.push({x:!0,number:!0,required:!0});if("y"==e||"xy"==e)a.points.yerr.asymmetric&&d.push({y:!0,numb... |
"use strict";
const actionUtil = require('sails/lib/hooks/blueprints/actionUtil');
/**
* Destroy One Record
* DELETE /:model/:id
*
* Destroys the single model instance with the specified `id` from the data adapter for the given model if it exists.
*/
module.exports = (req, res) => {
const Model = actionUtil.pa... |
function p2kwiet428023489469_btnSubmitProfile_onClick_seq0(eventobject) {
return triggerEvent.call(this);
} |
Package.describe({
summary: "Expressive, dynamic, robust CSS",
name: "mquandalle:stylus",
version: "1.1.1",
git: "https://github.com/mquandalle/meteor-stylus.git"
});
Package._transitional_registerBuildPlugin({
name: "compileStylus",
use: [],
sources: [
'plugin/compile-stylus.js'
],
npmDependenci... |
import SharedFactoryGuyBehavior from './shared-factory-guy-tests';
import SharedFactoryGuyTestHelperBehavior from './shared-factory-guy-test-helper-tests';
import { title, inlineSetup } from '../helpers/utility-methods';
var SharedAdapterBehavior = {};
SharedAdapterBehavior.all = function (adapter, adapterType) {
v... |
module.exports = {
description: 'large variable count deduping'
};
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'justify', 'no', {
block: 'Blokkjuster',
center: 'Midtstill',
left: 'Venstrejuster',
right: 'Høyrejuster'
});
|
// Copyright 2021 Mathias Bynens. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
author: Mathias Bynens
description: >
Unicode property escapes for `Script_Extensions=Saurashtra`
info: |
Generated by https://github.com/mathiasbynens/unicode-property-escapes-tests
... |
/* eslint no-console: 0 */
const consoleWarn = console.warn;
const consoleError = console.error;
const errorWhitelist = [
];
function throwError(msg) {
if (errorWhitelist.every(regex => !regex.test(msg))) throw new Error(msg);
}
console.warn = throwError;
console.error = throwError;
before(() => {
console.erro... |
define([
'jquery',
'../utils',
'../keys'
], function ($, Utils, KEYS) {
function Search (decorated, $element, options) {
decorated.call(this, $element, options);
}
Search.prototype.render = function (decorated) {
var $search = $(
'<li class="select2-search select2-search--inline">' +
... |
define({
"page1": {
"selectToolHeader": "选择一种方法,以选择要进行批量更新的记录。",
"selectToolDesc": "该微件提供了 3 种不同的方法来生成一组要更新的选定记录。只能从中选择一种方法。如果您需要使用其中的多种方法,请创建微件的新实例。",
"selectByShape": "根据区域选择",
"shapeTypeSelector": "单击您想要允许的工具",
"shapeType": {
"point": "点",
"line": "线",
"polyline": "折线",
... |
/**
* Created by weagl on 9/4/2015.
*/
var gulp = require('gulp');
var paths = require('../paths');
var eslint = require('gulp-eslint');
gulp.task('lint', function(){
return gulp.src(paths.source)
.pipe(eslint())
.pipe(eslint.format())
.pipe(eslint.failOnError());
}); |
// webpack2 vue 异步引用组件
export default function(Vue){
// Vue.component('search', () => import('@/components/search.vue'))
} |
export{default as adaptV4Theme}from"./adaptV4Theme";export*from"./colorManipulator";export{default as createTheme,createMuiTheme}from"./createTheme";export{default as unstable_createMuiStrictModeTheme}from"./createMuiStrictModeTheme";export{default as createStyles}from"./createStyles";export{getUnit as unstable_getUnit... |
import {apiFetch} from './util'
import {getChannelId, getUserId} from './cache'
export default function inviteToChannel(channelName, userHandles) {
const promises = userHandles.map(userHandle => _inviteUserToChannel(channelName, userHandle))
return Promise.all(promises)
}
async function _inviteUserToChannel(chann... |
'use strict';
var React = require('react');
var PureRenderMixin = require('react-addons-pure-render-mixin');
var SvgIcon = require('../../svg-icon');
var DeviceGpsFixed = React.createClass({
displayName: 'DeviceGpsFixed',
mixins: [PureRenderMixin],
render: function render() {
return React.createElement(
... |
var searchData=
[
['squarednorm_40',['squaredNorm',['../namespacesml.html#a805dd265cb260d6066d83553503340df',1,'sml']]]
];
|
import * as components from './components';
export {
components,
};
|
module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
sass: {
options: {
includePaths: ['bower_components/foundation/scss']
},
dist: {
options: {
outputStyle: 'compress... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.ef = {}));
}(this, function (exports) { 'use strict';
// Set the escape character
var... |
var exceptions = require("../lib/exceptions");
var should = require("should");
exports.testIllegalArgumentException = function (test) {
try {
exceptions.ILLEGAL_ARGUMENT.thro("NOOOO");
} catch (error) {
error.name.should.equal("IllegalArgumentException");
error.stack.should.not.include(... |
/*
Utility functions
*/
var hasOwnProp = Object.prototype.hasOwnProperty
/**
* Returns an new object with all of the properties from each received object.
* When there are identical properties, the right-most property takes precedence.
*
* @returns {object} A new object containing all the properties.
*/
functio... |
/*!
* jQuery JavaScript Library v2.0.3 -wrap,-css,-event-alias,-effects,-offset,-dimensions,-deprecated
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* D... |
({
baseUrl: "js/lib",
map: { '*': { 'jquery': 'zepto' } },
dir: "../www-built",
appDir: "../www",
removeCombined: true,
modules: [
{ name: "../app" }
]
}) |
'use strict';
/* Directives */
angular.module('myApp.directives', []).
directive('appVersion', ['version', function (version) {
return function (scope, elm, attrs) {
elm.text(version);
};
}]);
|
define(
({
loading: 'Chargement en cours...',
loadMore: 'Autres chargements'
})
);
|
/**
* Dependencies
*/
var Server = require('ws').Server;
var protocol = require('../protocol/index');
var mixin = require('utils-merge');
/**
* Private variables and functions
*/
var devices = {}; // { deviceid: [ws, ws, ws] }
var apps = {}; // { deviceid: [ws, ws, ws] }
var clean = function (ws) {
ws.devices... |
(function ($) {
$(function () {});
$(window).load(function () {});
})(jQuery); |
{
"translatorID": "a5998785-222b-4459-9ce8-9c081d599af7",
"label": "Milli Kütüphane",
"creator": "Philipp Zumstein",
"target": "^https?://(www\\.)?kasif\\.mkutup\\.gov\\.tr/",
"minVersion": "4.0",
"maxVersion": "",
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastU... |
/**
* @fileoverview restrict values that can be used as Promise rejection reasons
* @author Teddy Katz
*/
"use strict";
const astUtils = require("../ast-utils");
//------------------------------------------------------------------------------
// Rule Definition
//---------------------------------------------------... |
"use strict";
const emojiRegExp = require("emoji-regex")();
function findEmoji(text) {
const result = [];
let match;
while ((match = emojiRegExp.exec(text))) {
result.push({
start: match.index,
end: match.index + match[0].length,
emoji: match[0],
});
}
return result;
}
export default findEmoji;
|
;(function (window) {
var angular = window.angular;
/** TEMPLATE /template/treasure-overlay-spinner/treasure-overlay-spinner.html
* <div class="treasure-overlay-spinner-content">
* <div class="treasure-overlay-spinner-container">
* <div class="treasure-overlay-spinner"></div>
* </div>
* ... |
'use strict';
define([
'underscore',
'backbone'
], function(_, Backbone) {
var ResumeModel = Backbone.Model.extend({
defaults: {}
});
return ResumeModel;
});
|
/**
* Module dependencies.
*/
var express = require('express'),
app = module.exports = express();
/**
* App configuration.
*/
app.use(express.bodyParser());
app.use(express.methodOverride());
app.use(express.favicon());
app.use(app.router);
//app.use('/assets', express.static(__dirname + '/src/shared/assets'));
a... |
const blockedResources = [
"google-analytics.com",
"api.mixpanel.com",
"fonts.googleapis.com",
"stats.g.doubleclick.net",
"mc.yandex.ru",
"use.typekit.net",
"beacon.tapfiliate.com",
"js-agent.newrelic.com",
"api.segment.io",
"woopra.com",
"static.olark.com",
"static.getclicky.com",
"fast.fonts.com",
"yout... |
/**
* @fileoverview Test file for default-param-last
* @author Chiawen Chen
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const rule = require("../../../lib/rules/def... |
let flexSpec = require('./flex-spec')
let Declaration = require('../declaration')
class FlexDirection extends Declaration {
/**
* Return property name by final spec
*/
normalize () {
return 'flex-direction'
}
/**
* Use two properties for 2009 spec
*/
insert (decl, prefix, prefixes) {
let... |
/**
* Copyright (c) 2013 Petka Antonov
*
* 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, merg... |
/*
* 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.
*/
... |
/* */
"format global";
//! moment.js locale configuration
//! locale : hungarian (hu)
//! author : Adam Brunner : https://github.com/adambrunner
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../moment')) :
typeof define === 'function' && define.amd... |
MaxMover = Mover.clone().newSlots({
protoType: "MaxMover",
rd: null,
zd: null,
speed: 2
}).setSlots({
init: function()
{
Mover.init.apply(this)
/*
var dt = .002
this._rd = new THREE.Vector3(0, dt*this._speed, dt*this._speed)
this._zd = 1
this._nextShift = 3*60
*/
this.setRate(1)
},
setRate: ... |
describe('Preprocessor', function () {
var
H = envision,
Preprocessor = H.Preprocessor;
it('defines preprocessor', function () {
expect(H.Preprocessor).toBeDefined();
});
it('creates a preprocessor', function () {
expect(new H.Preprocessor()).toBeDefined();
});
it('gets private data from ... |
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
/* Tabulator v4.2.6 (c) Oliver Folkerd */
var Cl... |
require('ember-views');
require('ember-routing/location/api');
require('ember-routing/location/none_location');
require('ember-routing/location/hash_location');
require('ember-routing/location/history_location');
require('ember-routing/location/auto_location');
|
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = createMount;
var _extends2 = _interopRequireD... |
import _extends from "@babel/runtime/helpers/esm/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import * as React from 'react';
import { isFragment } from 'react-is';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import withStyles from '../s... |
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import _extends from "@babel/runtime/helpers/esm/extends";
import * as React from 'react';
import { isFragment } from 'react-is';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import { unstable_composeCla... |
var BASE_PATH = process.env.NIGHTWATCH_COV ? 'lib-cov' : 'lib';
var path = require('path');
module.exports = {
setUp : function(cb) {
this.Runner = require('../../../'+ BASE_PATH +'/runner/run.js');
process.removeAllListeners('exit');
process.removeAllListeners('uncaughtException');
cb();
},
tea... |
'use strict';
// ------------------------------------------------------------------------------
// Requirements
// ------------------------------------------------------------------------------
var rule = require('../rules/interval-service');
var RuleTester = require('eslint').RuleTester;
var commonFalsePositives = r... |
var Look = (function () {
var that = this;
this.Router = {};
this.Router.init = function () {
Backbone.history.start({ pushState: true, root: '/' });
};
this.Router.route = '';
var LookRouter = Backbone.Router.extend({
routes: {
'' : 'transactionsPage',
transactions : 'transactionsPage',
metri... |
/* global QUnit */
// import { BooleanKeyframeTrack } from '../../../../../src/animation/tracks/BooleanKeyframeTrack.js';
export default QUnit.module( 'Animation', () => {
QUnit.module( 'Tracks', () => {
QUnit.module( 'BooleanKeyframeTrack', () => {
QUnit.todo( 'write me !', ( assert ) => {
assert.ok( f... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _moment = require('moment');
var _moment2 = _interopRequireDefault(_moment);
var _ru_RU = require('rc-pagination/lib/locale/ru_RU');
var _ru_RU2 = _interopRequireDefault(_ru_RU);
var _ru_RU3 = require('../date-picker/locale/ru_RU... |
/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2014, Juerg Lehni & Jonathan Puckey
* http://scratchdisk.com/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
/**
* ... |
/*
* Copyright (c) 2012 - 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
* ... |
'use strict';
const common = require('../common');
const stream = require('stream');
const assert = require('assert');
// A consumer stream with a very low highWaterMark, which starts in a state
// where it buffers the chunk it receives rather than indicating that they
// have been consumed.
const writable = new strea... |
/* eslint no-unused-vars: 0 */
"use strict";
exports.__esModule = true;
// istanbul ignore next
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[ke... |
/**
* @license Angular v2.4.4
* (c) 2010-2016 Google, Inc. https://angular.io/
* License: MIT
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/http'), require('rxjs/ReplaySubject'), require('rxjs/Subject'... |
define("aaa", function(){
return "<p>aaa模块已加载</p>"
})
|
/**
* @author mrdoob / http://mrdoob.com/
* @author Mugen87 / https://github.com/Mugen87
*/
var fs = require( 'fs' );
THREE = require( '../build/three.js' );
var srcFolder = __dirname + '/../examples/js/';
var dstFolder = __dirname + '/../examples/jsm/';
var files = [
{ path: 'animation/AnimationClipCreator.js',... |
/* eslint-env mocha, browser*/
/* global proclaim, it */
it('should have min safe integer defined', function() {
proclaim.isDefined(Number.MIN_SAFE_INTEGER);
});
it('should be correct value', function() {
proclaim.equal(Number.MIN_SAFE_INTEGER, -Math.pow(2, 53) + 1);
});
xit('should not be enumerable', function()... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.5.4.13_A3_T2;
* @section: 15.5.4.13;
* @assertion: String.prototype.slice (start, end) can be applied to object instances;
* @description: Apply String.prototype.slice to... |
define([
'dojo/_base/declare', 'dojo/_base/lang',
'dojo/on', 'dojo/topic',
'dijit/layout/BorderContainer'
], function (
declare, lang,
on, Topic,
BorderContainer
) {
return declare([BorderContainer], {
baseClass: 'ViewerApp',
state: null,
apiServiceUrl: window.App.dataAPI,
refresh: funct... |
$.fn.DataTable.ext.pager.full_numbers_no_ellipses=function(e,r){function a(e,r){var a;void 0===r?(r=0,a=e):(a=r,r=e);for(var n=[],t=r;t<a;t++)n.push(t);return n}var n=[],t=$.fn.DataTable.ext.pager.numbers_length,l=Math.floor(t/2);return(n=r<=t?a(0,r):e<=l?a(0,t):r-1-l<=e?a(r-t,r):a(e-l,e+l+1)).DT_el="span",["first","pr... |
/*!
* jQuery Transit - CSS3 transitions and transformations
* Copyright(c) 2011 Rico Sta. Cruz <rico@ricostacruz.com>
* MIT Licensed.
*
* http://ricostacruz.com/jquery.transit
* http://github.com/rstacruz/jquery.transit
*/
(function($) {
"use strict";
$.transit = {
version: "0.1.2",
// Map of $.cs... |
// Generated by LiveScript 1.2.0
(function(){
module.exports = {
createPermit: require('./create_permit'),
createRequest: require('./create_request'),
createUser: require('./create_user')
};
}).call(this);
|
var fs = require('fs'),
util = require('util'),
uuid = require('node-uuid'),
events = require('events'),
Data = require('./data.js').Data;
var objects_dir = __dirname + '/../entities/objects/';
var l10n_dir = __dirname + '/../l10n/scripts/objects/';
var objects_scripts_dir = __dirname + '/../... |
const fs = require('fs-extra');
const path = require('path');
let prjDir = process.argv[2];
if (!prjDir) {
throw new Error('local path required as last argument to "npm run build.link" command');
}
prjDir = path.join(__dirname, '../../../', prjDir);
copyPackage(prjDir, 'angular');
copyPackage(prjDir, 'core');
fu... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.5.5_A1_T2;
* @section: 15.5.5;
* @assertion: String instance has not [[call]] property;
* @description: Checking if creating new "String("a|b")()" fails;
*/
////////////... |
require('./counter'); |
/*!
* filename: ej.localetexts.ro-RO.js
* Copyright Syncfusion Inc. 2001 - 2016. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicab... |
import Ember from 'ember-metal/core'; // reexports
import compiler from './compiler';
let EmberHandlebars = Ember.Handlebars = Ember.Handlebars || {};
let EmberHTMLBars = Ember.HTMLBars = Ember.HTMLBars || {};
let { precompile, compile, template, registerPlugin } = compiler();
EmberHTMLBars.precompile = EmberHandleb... |
/* global describe, it */
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Apigee Corporation
*
* 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... |
/**
* jsBezier
*
* Copyright (c) 2010 - 2017 jsPlumb (hello@jsplumbtoolkit.com)
*
* licensed under the MIT license.
*
* a set of Bezier curve functions that deal with Beziers, used by jsPlumb, and perhaps useful for other people. These functions work with Bezier
* curves of arbitrary degree.
*
* - functions ... |
'use strict';
/**
* @ngdoc overview
* @name ngCookies
*/
angular.module('ngCookies', ['ng']).
/**
* @ngdoc object
* @name ngCookies.$cookies
* @requires $browser
*
* @description
* Provides read/write access to browser's cookies.
*
* Only a simple Object is exposed and by adding or remov... |
/*
* The MIT License
*
* Copyright (c) 2013, Sebastian Sdorra
*
* 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... |
/*
* /MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.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 compl... |
'use strict';
var expect = require('chai').expect;
var stub = require('../../helpers/stub').stub;
var commandOptions = require('../../factories/command-options');
var InstallCommand = require('../../../lib/commands/install-addon');
var Task = require('../../../lib/models/task');
var Project... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.