code
stringlengths
2
1.05M
//(function ($) { var nodeIndex = 0; var nodes = new Array(); var connections = new Array(); var linking_phrase = new Array(); var graph = new Array(); var adjacents = new Array(); var array = new Array(); var list = new Array(); function store(id) { var node = document.getElementById(id).innerHTML localStorage.s...
"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...
define(['hello4'], function(){ console.log( 'hello3' ); });
/*eslint-disable*/ var author = "John Barry"; var name = "gulp-dust-compile-render"; var description = "A gulp task to compile and render dust templates based on a provided context object."; /*eslint-disable*/ var author = "John Barry"; var name = "gulp-dust-compile-render"; var description = "A gulp task to com...
/** * @fileoverview Basic task scheduling. * */ goog.provide('treesaver.scheduler'); goog.require('treesaver.array'); goog.require('treesaver.debug'); goog.scope(function() { var scheduler = treesaver.scheduler, debug = treesaver.debug, array = treesaver.array; /** * Milliseconds between check...
'use strict'; const common = require('../common'); const fixtures = require('../common/fixtures'); const { spawn } = require('child_process'); const assert = require('assert'); const entry = fixtures.path('/es-modules/cjs.js'); const child = spawn(process.execPath, [entry]); child.stderr.setEncoding('utf8'); let std...
/* Copyright (c) 2011, Rob Ellis, Chris Umbel 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, publish, dis...
/** * jQuery EasyUI 1.5.2 * * Copyright (c) 2009-2017 www.jeasyui.com. All rights reserved. * * Licensed under the freeware license: http://www.jeasyui.com/license_freeware.php * To use it on other terms please contact us: info@jeasyui.com * */ (function($){ function _1(_2){ var _3=$.data(_2,"spinner"...
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else if(typeof exports === 'object') exports["rollbar"] = factory(); else root["rollb...
var npm = npm = require("../../") var test = require("tap").test var path = require("path") var fs = require("fs") var osenv = require("osenv") var rimraf = require("rimraf") var mr = require("npm-registry-mock") var common = require("../common-tap.js") var pkg = path.resolve(__dirname, "shrinkwrap-dev-dependency") va...
var util = require('util'); var logger = require('../../lib/logger'); var RealtimeAPI = exports.API = function (io, node, pubkeysModule, txModule, blockModule) { this.io = io; this.node = node; this.pubkeysModule = pubkeysModule; this.txModule = txModule; this.blockModule = blockModule; io.sockets.on('co...
import Parchment from 'parchment'; import Emitter from '../core/emitter'; import Block, { BlockEmbed } from './block'; import Break from './break'; import CodeBlock from '../formats/code'; import Container from './container'; function isLine(blot) { return (blot instanceof Block || blot instanceof BlockEmbed); } ...
var environment = process.env.NODE_ENV || 'development'; var config = require('../knexfile.js')[environment]; module.exports = require('knex')(config);
//------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------...
'use strict'; var _ = require('lodash'); /** * Recursively assigns own enumerable properties of the source object to the destination object for all destination properties that resolve to undefined. * @param {Object} dest destination object; this object is modified. * @param {Object} src source object that has the ...
import { Node } from './Node.js'; class VarNode extends Node { constructor( type, value ) { super( type ); this.value = value; } getType( builder ) { return builder.getTypeByFormat( this.type ); } generate( builder, output ) { const varying = builder.getVar( this.uuid, this.type ); if ( this.v...
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ function hasModule(chunk, module, checkedChunks) { if(chunk.modules.indexOf(module) >= 0) return true; if(chunk.entry) return false; return allHaveModule(chunk.parents.filter(function(c) { return checkedChunks.index...
"use strict"; /** * @license * Copyright 2016 Palantir Technologies, Inc. * * 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 * * Unle...
Template.mugenRoleActionsManage.helpers({ mugenRoleGroups: function() { return MugenRoleGroups.find({}, {sort: {name: 1}}); }, mugenRoleCollections: function() { return MugenRoleCollections.find({}, {sort: {name: 1}}); }, }); Template.mugenRoleActionsManage.events = { 'click #btnRem...
AmCharts.themes.light = { AmChart: { color: "#000000" }, AmCoordinateChart: { colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e4d", "#b7b83f", "#b9783f", "#b93e3d", "#913167"] }, AmPieChart: { colors: ["#67b7dc", "#fdd400", "#84b761", "#cc4748", "#cd82ad", "#2f4074", "#448e...
describe("module:ng.service:$http", function() { beforeEach(function() { browser.get("./examples/example-example58/index-jquery.html"); }); var status = element(by.binding('status')); var data = element(by.binding('data')); var fetchBtn = element(by.id('fetchbtn')); var sampleGetBtn = element(by.id('samplegetb...
/*! jQuery UI - v1.10.3 - 2013-09-09 * http://jqueryui.com * Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */ (function(t){t.effects.effect.bounce=function(e,i){var s,n,a,o=t(this),r=["position","top","bottom","left","right","height","width"],l=t.effects.setMode(o,e.mode||"effect"),h="hide"===l...
/** * Copyright 2015 Google Inc. All Rights Reserved. * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file or at * https://github.com/firebase/superstatic/blob/master/LICENSE */ 'use strict'; var fs = require('fs-extra'); var request = require('supertest'); var conn...
/** * Created on Sep 19, 2009 * Course: CS5620 (Interactive Computer Graphics) by Kavita Bala * Originally written for CS467/468 (Computer Graphics II and Practicum) by Kavita Bala * Copyright 2009 Computer Science Department, Cornell University * * @author Adam Arbree -- arbree@cs.cornell.edu * @author Wenzel...
import Ember from 'ember'; import { assert } from "ember-data/-private/debug"; var Promise = Ember.RSVP.Promise; var get = Ember.get; /** A `PromiseArray` is an object that acts like both an `Ember.Array` and a promise. When the promise is resolved the resulting value will be set to the `PromiseArray`'s `conten...
'use strict'; /** * Module dependencies */ var path = require('path'), config = require(path.resolve('./config/config')); /** * Companies module init function. */ module.exports = function (app, db) { };
//Basic build process. Nothing too fancy const gulp = require('gulp-help')(require('gulp')), concat = require('gulp-concat'), prettify = require('gulp-jsbeautifier'), minify = require('gulp-minify'), jsdoc = require("gulp-jsdoc"), pkg = require('./package.json'), template = require(...
/** * @license * Copyright (c) 2014 The Polymer Project Authors. All rights reserved. * This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt * The complete set of contributors may be f...
/* * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.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 ...
/* global ngMap, google */ describe('MapController', function() { var scope, ctrl; var el = document.body; beforeEach( function() { inject( function($controller, $rootScope){ scope = $rootScope; ctrl = $controller(ngMap.MapController, {$scope: scope, 'NavigatorGeolocation': {}, 'GeoCoder': {} })...
define({ "_widgetLabel": "Mätning" });
/* * Copyright (c) 2012 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 * the rights...
'use strict'; var binding = require('./binding'); var CONST = binding.Constants; /** * Enumeration of all error codes. See libcouchbase documentation * for more details on what these errors represent. * * @global * @readonly * @enum {number} */ module.exports = { /** Operation was successful **/ success:...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Linker_1 = require("./Linker"); var Attractor_1 = require("./Attractor"); var Collider_1 = require("./Collider"); var Infecter_1 = require("./Infecter"); var InteractionManager = (function () { function InteractionManager() { } ...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: SPACE (U+0020) may occur within strings es5id: 7.2_A2.4_T2 description: Use real SPACE ---*/ //CHECK#1 if (" str ing " !== "\u0020str\u0020ing\u0020") { $ERROR('#1: " str i...
// JSLint settings: /*global alert, clearTimeout, console, jQuery, setTimeout, Zepto */ var APP = (function($, window, document, undefined) { 'use strict'; $(document).ready(function() { APP.go(); }); // "Private constant" vars. var body; return { // APP.go go: function() { ...
var utils = require('../../../utils'); module.exports = function CloudinaryImageMultipleType(config) { var self = { selector: '.field-type-cloudinaryimages[for="' + config.fieldName + '"]', elements: { label: '.FormLabel', button: '.images-toolbar .Button--default', }, commands: [{ assertUI: function...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: Operator "void" uses GetValue es5id: 11.4.2_A2_T1 description: Either Type(x) is not Reference or GetBase(x) is not null ---*/ //CHECK#1 if (void 0 !== undefined) { $ERROR(...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S11.11.1_A2.4_T1; * @section: 11.11.1; * @assertion: First expression is evaluated first, and then second expression; * @description: Checking with "="; */ //CHECK#1 var...
if (parseInt(process.version.slice(1)) > 5) { require('core-js'); }
// Helper function to call MS Graph API endpoint // using authorization bearer token scheme function callMSGraph(endpoint, accessToken, callback) { const headers = new Headers(); const bearer = `Bearer ${accessToken}`; headers.append("Authorization", bearer); const options = { method: "GET", ...
var selftest = require('../tool-testing/selftest.js'); var Sandbox = selftest.Sandbox; var files = require('../fs/files.js'); var _ = require('underscore'); // Copy the contents of one file to another. In these series of tests, we often // want to switch contents of package.js files. It is more legible to copy in // ...
/* global $, d3 */ /* global tab7content, tab10_1_1content, tab10_1_2content, tab10_1_2contenttp, tab10_1_3content, tab10_1_3contenttp, tab10_1_4content, tab10_2_1content, tab10_2_2content, tab10_2_3content, tab10_2_3contenttp, tab10_2_4content, tab13_1content, tab13_1contenttp, tab13_2content, tab13_3content, tab13_3c...
'use strict'; module.exports = function createGraphDiv() { var gd = document.createElement('div'); gd.id = 'graph'; document.body.appendChild(gd); // force the graph to be at position 0,0 no matter what gd.style.position = 'fixed'; gd.style.left = 0; gd.style.top = 0; return gd; };
// esets var fs = require('fs'); var child_process = require('child_process'); var virus_re = new RegExp('virus="([^"]+)"'); exports.hook_data_post = function (next, connection) { var plugin = this; var txn = connection.transaction; var cfg = this.config.get('esets.ini'); // Write message to temporary...
import React from 'react'; import { Container } from 'elemental'; var Footer = React.createClass({ displayName: 'Footer', propTypes: { appversion: React.PropTypes.string, backUrl: React.PropTypes.string, brand: React.PropTypes.string, user: React.PropTypes.object, User: React.PropTypes.object, // eslint-di...
var utils = require('../../lib/utils'); var assert = require('assert'); var JsFile = require('../../lib/js-file'); var esprima = require('esprima'); var path = require('path'); describe('utils', function() { function createJsFile(source) { return new JsFile({ filename: 'example.js', ...
import { moduleForModel, test } from 'ember-qunit'; moduleForModel('shipping-rate', 'ShippingRate', { // Specify the other units that are required for this test. needs: [ 'model:shippingMethod', 'model:shippingCategory', 'model:zone' ] }); test('it exists', function(assert) { var model = this....
// @flow var BottomBar = require('inquirer').ui.BottomBar; // $ExpectError var cmdify = require('cmdify'); var loader = [ '/ Installing', '| Installing', '\\ Installing', '- Installing' ]; var i = 4; var ui = new BottomBar({bottomBar: loader[i % 4]}); setInterval(function () { ui.updateBottomBar(loader[i+...
"use strict"; var HandlerInfo = require("../handler-info")["default"]; var resolveHook = require("router/utils").resolveHook; var merge = require("router/utils").merge; var subclass = require("router/utils").subclass; var promiseLabel = require("router/utils").promiseLabel; // Generated by URL transitions and non-dyna...
'use strict'; const path = require('path'); const fs = require('fs'); const getPublicUrlOrPath = require('react-dev-utils/getPublicUrlOrPath'); // Make sure any symlinks in the project folder are resolved: // https://github.com/facebook/create-react-app/issues/637 const appDirectory = fs.realpathSync(process.cwd()); ...
var request = require('supertest'); var app = require('../../app'); var support = require('../support/support'); describe('test/controllers/message.test.js', function () { before(function (done) { support.ready(done); }); describe('index', function () { it('should 403 without session', function (done) {...
/** * System configuration for Angular samples * Adjust as necessary for your application needs. */ (function (global) { System.config({ paths: { // paths serve as alias 'npm:': 'node_modules/' }, // map tells the System loader where to look for things map: { // our app is within ...
Package.describe({ name: "telescope:datetimepicker", summary: "Custom bootstrap-datetimepicker input type for AutoForm", version: "0.25.0", git: "https://github.com/TelescopeJS/telescope-datetimepicker.git" }); Package.onUse(function(api) { api.versionsFrom("METEOR@1.0"); api.use([ 'telescope:core@0....
$(document).ready(function(){ if($('.messages-list').length) { /* ---------- Check / Uncheck Checkbox ---------- */ $('.messages-list').on('click', '.fa-square-o', function(event){ event.preventDefault(); $(this).removeClass('fa-square-o').addClass('fa-check-square-o'); }); $('.messages-l...
function idate(format, timestamp) { // discuss at: http://phpjs.org/functions/idate/ // original by: Brett Zamir (http://brett-zamir.me) // original by: date // original by: gettimeofday // input by: Alex // bugfixed by: Brett Zamir (http://brett-zamir.me) // improved by: Theriault // example 1: i...
'use strict'; exports.__esModule = true; var _extends2 = require('babel-runtime/helpers/extends'); var _extends3 = _interopRequireDefault(_extends2); var _objectWithoutProperties2 = require('babel-runtime/helpers/objectWithoutProperties'); var _objectWithoutProperties3 = _interopRequireDefault(_objectWithoutProper...
'use strict'; /** * Module dependencies */ var passport = require('passport'), LocalStrategy = require('passport-local').Strategy, User = require('mongoose').model('User'); module.exports = function () { // Use local strategy passport.use(new LocalStrategy({ usernameField: 'username', passwordField:...
module.exports = function(grunt) { grunt.config('sass.css', { files : [{ expand: true, cwd : 'assets/css/', src: '*.scss', dest: '.temp/css/', ext: '.css' }], options : { outputStyle : 'compressed' } }); grunt.config('autoprefixer.css', { options: { browsers: ['> 1%', 'last 2 versions...
var Joi = require('joi'); var Hoek = require('hoek'); var AuthPlugin = require('../auth'); exports.register = function (server, options, next) { options = Hoek.applyToDefaults({ basePath: '' }, options); server.route({ method: 'GET', path: options.basePath + '/users', config: { ...
var rush = rush || {}; rush.Obstacle = (function(){ function Obstacle() { this.initialize(); } var p = Obstacle.prototype = new rush.GameObject(); p.category = 'obstacle'; p.width = 40; p.height = 20; // put registration point to the bottom center. p.regX = p.width/2; p.regY = p.height; p.Ga...
"use strict"; var Client = require("./../lib/index"); var testAuth = require("./../testAuth.json"); var github = new Client({ debug: true }); // github.authenticate({ // type: "oauth", // token: testAuth["token"] // }); // // github.users.getOrgs({ // per_page: 100 // }, function(err, res) { // ...
var OMIT_PLUSSIGN = /^(?:\+|(-))?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/; var KEEP_PLUSSIGN = /^([\+\-])?0*(\d*)(?:\.0*|(\.\d*?)0*)?$/; var unsafeToRemovePlusSignAfter = { Dimension: true, Hash: true, Identifier: true, Number: true, Raw: true, UnicodeRange: true }; function packNumber(value, item) { ...
'use strict'; /** * @ngdoc directive * @name ng.directive:ngController * * @description * The `ngController` directive assigns behavior to a scope. This is a key aspect of how angular * supports the principles behind the Model-View-Controller design pattern. * * MVC components in angular: * * * Model — The M...
// # can/event // // Implements a basic event system that can be used with any type of object. // In addition to adding basic event functionality, it also provides the `can.event` object // that can be mixed into objects and prototypes. // // Most of the time when this is used, it will be used with the mixin: // // ``...
var AWS = require('./core'); var Api = require('./model/api'); var regionConfig = require('./region_config'); var inherit = AWS.util.inherit; var clientCount = 0; /** * The service class representing an AWS service. * * @abstract * * @!attribute apiVersions * @return [Array<String>] the list of API versions su...
/** * Code Syntax Highlighter. * Version 1.5.2 * Copyright (C) 2004-2008 Alex Gorbatchev * http://www.dreamprojections.com/syntaxhighlighter/ * * 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 Soft...
var color = require("colors"), five = require("../lib/johnny-five.js"), colors, mag; five.Board().on("ready", function() { // Create an I2C `Magnetometer` instance mag = new five.Magnetometer(); // As the heading changes, log heading value mag.on("headingchange", function() { var log; log = ...
/** * React Starter Kit (https://www.reactstarterkit.com/) * * Copyright © 2014-2016 Kriasoft, LLC. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ import React from 'react'; import withStyles from 'isomorp...
/* * This file is part of the Sylius package. * * (c) Paweł Jędrzejewski * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ import $ from 'jquery'; const getProvinceInputValue = function getProvinceInputValue(valueSelector) { retu...
setImmediate(function () { try { console.log([typeof process, typeof setImmediate, typeof global, typeof Buffer].join(' ')) } catch (e) { console.log(e.message) } })
/* * jQuery Plugin: Tokenizing Autocomplete Text Entry * Version 1.6.0 * * Copyright (c) 2009 James Smith (http://loopj.com) * Licensed jointly under the GPL and MIT licenses, * choose which one suits your project best! * */ (function ($) { // Default settings var DEFAULT_SETTINGS = { // Search...
'use strict'; require('../scss/multiple-imports.scss');
import { CONST_EXPR } from 'angular2/src/facade/lang'; import { NgControlName } from './directives/ng_control_name'; import { NgFormControl } from './directives/ng_form_control'; import { NgModel } from './directives/ng_model'; import { NgControlGroup } from './directives/ng_control_group'; import { NgFormModel } ...
import React, { Component, PropTypes } from 'react' import { reset } from 'redux-form' // reset action creator exported by redux-form import { connect } from 'react-redux' // needed to bind reset action creator to dispatch import SubmitFromParentForm from './SubmitFromParentForm' class SubmitFromParentContainer e...
/*! * moment.js language configuration * language : russian (ru) * author : Viktorminator : https://github.com/Viktorminator * Author : Menelion Elensúle : https://github.com/Oire */ (function(a){a(moment) }(function(e){function c(i,h){var g=i.split("_");return h%10===1&&h%100!==11?g[0]:(h%10>=2&&h%10<=4&&(h%100<1...
/*! * @atlassian/aui - Atlassian User Interface Framework * @version v7.2.0-beta-3 * @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).__2099962405af1a8893c5b00b1120bf59 ...
/* 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'; var _createClass = function () { 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.definePrope...
UM.registerUI('autofloat',function(){ var me = this, lang = me.getLang(); me.setOpt({ autoFloatEnabled: true, topOffset: 0 }); var optsAutoFloatEnabled = me.options.autoFloatEnabled !== false, topOffset = me.options.topOffset; //如果不固定toolbar的位置,则直接退出 if(!optsAut...
/* ***** 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...
YUI.add("dataschema-array",function(e,t){var n=e.Lang,r={apply:function(e,t){var i=t,s={results:[],meta:{}};return n.isArray(i)?e&&n.isArray(e.resultFields)?s=r._parseResults.call(this,e.resultFields,i,s):s.results=i:s.error=new Error("Array schema parse failure"),s},_parseResults:function(t,r,i){var s=[],o,u,a,f,l,c,h...
/** * @license AngularJS v1.2.0-rc.2 * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ ( /** * @ngdoc interface * @name angular.Module * @description * * Interface for configuring angular {@link angular.module modules}. */ function setupModuleLoader(window) { function ensure(obj, name,...
var Board = require("../lib/board.js"), events = require("events"), util = require("util"), __ = require("../lib/fn.js"), sum = __.sum, fma = __.fma, constrain = __.constrain, int16 = __.int16; var priv = new Map(); var rad2deg = 180 / Math.PI; var calibrationSize = 10; var axes = ["x", "y", "z"]; funct...
Clazz.declarePackage ("JM.FF"); Clazz.load (["JM.FF.Calculation"], "JM.FF.UFFTorsionCalc", ["JM.Util"], function () { c$ = Clazz.declareType (JM.FF, "UFFTorsionCalc", JM.FF.Calculation); Clazz.defineMethod (c$, "setData", function (calc, t) { var cosNPhi0 = -1; var n = 0; var V = 0; this.a = this.calcs.minAtom...
version https://git-lfs.github.com/spec/v1 oid sha256:6efbdc6dcdb7757714640adcc1d55839c5cd622aead25f0ea2bded4b8a487997 size 2105
version https://git-lfs.github.com/spec/v1 oid sha256:9a25d2e7a697845ac4175dbd3e58ad813f8aceb720f8a4687d74b99a5df73956 size 3135
var Checker = require('../../../lib/checker'); var assert = require('assert'); describe('rules/require-matching-function-name', function() { var checker; beforeEach(function() { checker = new Checker(); checker.registerDefaultRules(); }); describe('option value true', function() { ...
Clazz.declarePackage ("J.api"); Clazz.declareInterface (J.api, "PymolAtomReader");
/* * Colorwheel * Copyright (c) 2010 John Weir (http://famedriver.com) * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) license. * * requires jQuery & Raphael * http://jquery.com http://raphaeljs.com * * see http://jweir.github.com/colorwheel for Usage * */ Raphael.colorwheel = function(...
import AMDFormatter from "./amd"; import buildStrict from "./_strict"; export default buildStrict(AMDFormatter);
describe("", function() { var rootEl; beforeEach(function() { rootEl = browser.rootEl; browser.get("examples/example-example75/index.html"); }); var templateSelect = element(by.model('template')); var includeElem = element(by.css('[ng-include]')); it('should load template1.html', function() { ...
100n
import Ember from 'ember'; import SlugGenerator from 'ghost/models/slug-generator'; import isNumber from 'ghost/utils/isNumber'; import boundOneWay from 'ghost/utils/bound-one-way'; import ValidationEngine from 'ghost/mixins/validation-engine'; const {Controller, RSVP, computed, inject} = Ember; const {alias, and, not...
module.exports = { rules: { // require trailing commas in multiline object literals 'comma-dangle': ['error', { arrays: 'always-multiline', objects: 'always-multiline', imports: 'always-multiline', exports: 'always-multiline', functions: 'always-multiline', }], // Enforc...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : factory((global.selection = {})); }(this, function (exports) { 'use strict'; var requoteRe = /[\\\^\$\*\+\?\|\[\]\(\)\.\{\}...
"use strict"; var _foo = require("foo"); (0, _foo.default)();
'use strict'; var GetIntrinsic = require('../GetIntrinsic'); var $ArrayPrototype = GetIntrinsic('%Array.prototype%'); var $RangeError = GetIntrinsic('%RangeError%'); var $SyntaxError = GetIntrinsic('%SyntaxError%'); var $TypeError = GetIntrinsic('%TypeError%'); var IsInteger = require('./IsInteger'); var MAX_ARRAY_...
var DocsApp = angular.module('docsApp', [ 'angularytics', 'ngRoute', 'ngMessages', 'ngMaterial' ]) .config([ 'SERVICES', 'COMPONENTS', 'DEMOS', 'PAGES', '$routeProvider', '$locationProvider', '$mdThemingProvider', function(SERVICES, COMPONENTS, DEMOS, PAGES, $routeProvider, $locationProvider, $mdThem...
/* * Tests for E5 Section 11.8.5. */ function f(x,y) { print(x < y); } /*=== false false true false false true false false true ===*/ f('aax', 'aaw'); f('aax', 'aax'); f('aax', 'aay'); f('aa' + String.fromCharCode(200), 'aa' + String.fromCharCode(199)); f('aa' + String.fromCharCode(200), 'aa' + String.fromCh...