code
stringlengths
2
1.05M
/* ***** 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 so...
var assert = require('assert'); var insert = require('./insert'); insert([{ hello:'world1' },{ hello:'world2' }], function(db, done) { var cursor = db.a.find(); cursor.explain().then(function(result) { if (result.executionStats) { assert.equal(result.executionStats.totalDocsExamined, 2); } else { assert....
export*from"./ts/config/config";export*from"./ts/config/resolved-config";export{ComponentContainer}from"./ts/container/component-container";export{BrowserPopout}from"./ts/controls/browser-popout";export{DragSource}from"./ts/controls/drag-source";export{Header}from"./ts/controls/header";export{Tab}from"./ts/controls/tab...
'use strict'; var expect = require('expect.js'); var EventEmitter = require('events').EventEmitter; var progress = require('../'); function normalizeStates(states) { states.forEach(function (state) { state.time.elapsed = Math.round(state.time.elapsed), state.time.remaining = state.time.remaining !...
import React from 'react'; import SvgIcon from '../../SvgIcon'; const ActionViewQuilt = (props) => ( <SvgIcon {...props}> <path d="M10 18h5v-6h-5v6zm-6 0h5V5H4v13zm12 0h5v-6h-5v6zM10 5v6h11V5H10z"/> </SvgIcon> ); ActionViewQuilt.displayName = 'ActionViewQuilt'; ActionViewQuilt.muiName = 'SvgIcon'; export defa...
define([ 'controller/radian-controller' ], function(RC) { RC('StubController', [ '$scope' ], { init: function() { } }); });
'use strict'; (function() { // Ustodos Controller Spec describe('Ustodos Controller Tests', function() { // Initialize global variables var UstodosController, scope, $httpBackend, $stateParams, $location; // The $resource service augments the response object with methods for updating and deleting the ...
/*! * jQuery Cookie Plugin v1.4.0 * https://github.com/carhartl/jquery-cookie * * Copyright 2013 Klaus Hartl * Released under the MIT license */ (function (factory) { if (typeof define === 'function' && define.amd) { // AMD define(['jquery'], factory); } else if (typeof exports === 'object') { ...
var cli = require('heroku-cli-util'); module.exports = function safely(fn) { return function(context) { if (context.debug) { return fn(context); } else { try { var result = fn(context); if (result && result.catch) result.catch(onError); return result; } cat...
asynctest( 'browser.tinymce.core.delete.DeleteCommandsTest', [ 'ephox.agar.api.Assertions', 'ephox.agar.api.GeneralSteps', 'ephox.agar.api.Logger', 'ephox.agar.api.Pipeline', 'ephox.agar.api.Step', 'ephox.mcagar.api.TinyApis', 'ephox.mcagar.api.TinyLoader', 'tinymce.core.delete.Delet...
"use strict"; /*! * Copyright 2016 The ANTLR Project. All rights reserved. * Licensed under the BSD-3-Clause license. See LICENSE file in the project root for license information. */ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3...
steal('jquery').then(function(){ (function($){ var getWindow = function( element ) { return element.ownerDocument.defaultView || element.ownerDocument.parentWindow } /** * Returns a unique selector for the matched element. * @param {Object} target */ $.fn.prettySelector= function() { var target = this[0]; if...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'save', 'de', { toolbar: 'Speichern' });
/*! * Socket.IO v2.4.0 * (c) 2014-2021 Guillermo Rauch * 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([], facto...
'use strict'; require('../common'); const assert = require('assert'); const URLSearchParams = require('url').URLSearchParams; // Tests below are not from WPT. const params = new URLSearchParams('a=b&c=d'); const entries = params.entries(); assert.strictEqual(typeof entries[Symbol.iterator], 'function'); assert.strict...
({"1":"xx-pequeño","2":"x-pequeño","formatBlock":"Formato","monospaced":"monoespacio","3":"pequeño","4":"medio","5":"grande","6":"x-grande","7":"xx-grande","fantasy":"fantasía","serif":"serif","p":"Párrafo","pre":"Preformateado","sans-serif":"sans-serif","fontName":"Font","h1":"Cabecera","h2":"Subcabecera","h3":"Sub-su...
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path fillOpacity=".3" d="M17 5.33C17 4.6 16.4 4 15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33V8h10V5.33z" /><path d="M7 8v12.67C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V8H7z" /></React.F...
var mwFactory = require( '../../src/http/middleware' ); describe( 'Middleware', function() { var sessionLibStub; before( function() { sessionLibStub = function() {}; sessionLibStub.MemoryStore = function() {}; } ); describe( 'CORs configuration - defaults', function() { var mw; before( function() { mw =...
'use strict'; var React = require('react'); var PureRenderMixin = require('react-addons-pure-render-mixin'); var SvgIcon = require('../../svg-icon'); var HardwareKeyboard = React.createClass({ displayName: 'HardwareKeyboard', mixins: [PureRenderMixin], render: function render() { return React.createElemen...
/*global window, document, Ghost, $, _, Backbone */ (function () { 'use strict'; //id:0 is used to issue PUT requests Ghost.Models.Settings = Ghost.ProgressModel.extend({ url: Ghost.paths.apiRoot + '/settings/?type=blog,theme', id: '0', parse: function (resp) { resp.perma...
/** * Theme: Zircos Admin Template * Author: Coderthemes * Component: Editable * */ (function( $ ) { 'use strict'; var EditableTable = { options: { addButton: '#addToTable', table: '#datatable-editable', dialog: { wrapper: '#dialog', cancelButton: '#dialogCancel', confirmButton: '#dialogCo...
// file: bwipp/code11.js // // This code was automatically generated from: // Barcode Writer in Pure PostScript - Version 2013-01-25 // // Copyright (c) 2011-2013 Mark Warren // Copyright (c) 2004-2013 Terry Burton // // See the LICENSE file in the bwip.js root directory // for the extended copyright notice. // BEGIN c...
(function (root, factory) { if (typeof define === 'function' && define.amd) { define(['react', 'underscore'], factory); } else { root.WingspanCursor = factory(root.React, root._); } }(this, function (React, _) { /** * @license almond 0.2.9 Copyright (c) 2011-2014, The Dojo Foundation All Ri...
/** * @fileoverview Tests for no-new-wrappers rule. * @author Ilya Volodin */ //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ var eslint = require("../../../lib/eslint"), ESLintTest...
#!/usr/bin/env node const { existsSync, unlinkSync, } = require('fs'); const {execSync} = require('child_process'); const dirs = [ 'dist', 'docs', '.nyc_output', 'coverage', 'node_modules', '.nuxt', ]; const files = [ 'yarn.lock', 'package-lock.json', 'coverage.lcov', ]; dirs.forEach((d) => {...
var should = require('should'), supertest = require('supertest'), testUtils = require('../../../utils'), moment = require('moment'), user = testUtils.DataGenerator.forModel.users[0], userForKnex = testUtils.DataGenerator.forKnex.users[0], models = require('../../../../../core/server/models'), ...
/** * Session * * Sails session integration leans heavily on the great work already done by Express, but also unifies * Socket.io with the Connect session store. It uses Connect's cookie parser to normalize configuration * differences between Express and Socket.io and hooks into Sails' middleware interpreter to ...
angular.module("gepsens", ["gepsens.tpls", "gepsens.auth","gepsens.autogrow","gepsens.badges","gepsens.checkbox","gepsens.feedback","gepsens.paginate","gepsens.tracker"]); angular.module("gepsens.tpls", ["template/badges/badges.html"]); angular.module('gepsens.auth', ['ngCookies', 'ngResource']) .provider('Auth', fun...
/* * FCKeditor - The text editor for internet * Copyright (C) 2003-2006 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * "...
/* Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ /* This is a compiled version of Dojo, built for deployment and not for development. To get an editable version, please vi...
var chai = require('chai') , expect = chai.expect , Support = require(__dirname + '/../support') , dialect = Support.getTestDialect() , sinon = require('sinon') , DataTypes = require(__dirname + "/../../lib/data-types") chai.Assertion.includeStack = true if (dialect.match(/^mysql/)) { desc...
(function(){ /* * jQuery 1.2.6 - New Wave Javascript * * Copyright (c) 2008 John Resig, http://jquery.com/ * * 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...
'use strict'; var React = require('react'); var PureRenderMixin = require('react-addons-pure-render-mixin'); var SvgIcon = require('../../svg-icon'); var ActionAssignmentReturned = React.createClass({ displayName: 'ActionAssignmentReturned', mixins: [PureRenderMixin], render: function render() { return Re...
const express = require("express") const router = express() const request = require("request") const { createWebAPIRequest } = require("../util/util") router.get("/", (req, res) => { const id = parseInt(req.query.id) const br = parseInt(req.query.br || 999000) const data = { "ids": [id], "br": br, "...
/** * Kick off the global namespace for Telescope. * @namespace Telescope */ Telescope = {}; Telescope.VERSION = '0.22.1';
require('../../modules/es.number.to-fixed'); module.exports = require('../../internals/entry-unbind')('Number', 'toFixed');
/*! * jQuery JavaScript Library v1.10.1 -wrap,-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 * * Date: 2013-06-03T15:14Z */ (functi...
/* ************************************************************** Copyright 2011 Zoovy, 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...
var env = require('../environment.js'); exports.config = { seleniumAddress: env.seleniumAddress, framework: 'jasmine', specs: [ 'baseCase/single_failure_spec1.js' ], multiCapabilities: [{ 'browserName': 'chrome' }], baseUrl: env.baseUrl, jasmineNodeOpts: { defaultTimeoutInterval: 90000...
import { graphql } from "gatsby" import React from "react" class IndexComponent extends React.Component { render() { const { example, letters } = this.props.data return ( <div> <h2>Access by filename: example</h2> <table> <thead> <tr> <td>KEY</td> ...
/* * Copyright (C) 2015 Actor LLC. <https://actor.im> */ import React, { Component } from 'react'; import { Container } from 'flux/utils'; import Modal from 'react-modal'; import ActorClient from 'utils/ActorClient'; import { KeyCodes } from 'constants/ActorAppConstants'; import MyProfileActions from 'actions/MyPro...
var parent = require('../../actual/typed-array/find-last-index'); module.exports = parent;
var label = "Swoonerfly"; var version = "1308247240"; var name_single = "Swoonerfly"; var name_plural = "Swoonerflies"; var article = "a"; var description = ""; var is_hidden = false; var has_info = false; var has_infopage = false; var proxy_item = null; var is_routable = false; var adjusted_scale = 1; var stackmax = 1...
/* * 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. */ /...
angular.module("angular-google-maps-example", ['uiGmapgoogle-maps']) .value("rndAddToLatLon", function () { return Math.floor(((Math.random() < 0.5 ? -1 : 1) * 2) + 1); }) .config(['uiGmapGoogleMapApiProvider', function (GoogleMapApi) { GoogleMapApi.configure({ // key: 'your api key', v: '3.17', li...
/** * MIDI file * * A script to generate well-formed MIDI files * in order to test if the information is preserved * across parsing and encoding */ 'use strict'; var fs = require('fs'); var buffer = require('buffer'); var MIDI = require('../../index'); var File = MIDI.File; var MetaEvent = File.MetaEvent; va...
/* * Smart Editor 2 Configuration : This setting must be changed by service */ window.nhn = window.nhn || {}; nhn.husky = nhn.husky || {}; nhn.husky.SE2M_Configuration = nhn.husky.SE2M_Configuration || {}; /** * CSS LazyLoad를 위한 경로 */ nhn.husky.SE2M_Configuration.SE2B_CSSLoader = { sCSSBaseURI : "css" }; /** * ...
(function () { 'use strict'; describe('Students List Controller Tests', function () { // Initialize global variables var StudentsListController, $scope, $httpBackend, $state, Authentication, StudentsService, mockStudent; // The $resource service augments the respons...
import test from 'tape'; import App from '../../src/example/App'; test('App', t => { t.ok(App instanceof Function, 'should be function'); t.end(); });
/* jshint undef: true, unused: true, browser:true, devel: true */ /* global define */ define(["image_loader"], function(ImageLoader) { "use strict"; var InputStream = {}; InputStream.createVideoStream = function(video) { var that = {}, _config = null, _eventNames = ['canrec...
'use strict'; angular.module('arethusa.core').directive('debug', function () { return { restrict: 'A', link: function (scope, element, attrs) { var obj; // We set a watch for the given param in the parent scope, // so that we can stay in the game even when a reassignment // happens. ...
'use strict'; var webpack = require('webpack'); module.exports = { entry: './src/index.js', debug: false, devtool: 'module-source-map', output: { filename: './dist/react-quill.min.js', library: 'ReactQuill', libraryTarget: 'umd' }, module: { // Shut off warnings about using pre-built javascript files...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: > When the [[Put]] method of O is called with property P and value V, then set the value of the property to V. The attributes of the property are not changed es5id: 8....
Template.usersIndex.helpers({ }); Template.usersIndex.events = { 'click #btnRemove': function(e) { e.preventDefault(); var recordId = this._id; MeteorisAlert.confirm("confirm_remove", function() { Router.current().remove(recordId); }); }, /* sorting by parameter...
#!/usr/bin/env node var SphericalMercator = require('../sphericalmercator'); var sm = new SphericalMercator({ size: 256 }); function usage() { console.log("toWgs84 <x> <y>"); } process.argv.shift(); // drop the `node` process.argv.shift(); // drop the `path to executable` if (process.argv.length < 2) return usag...
var game = new Phaser.Game(800, 600, Phaser.CANVAS, 'phaser-example', { preload: preload, create: create, update: update, render: render }); var ufo; var leftBtn; var rightBtn; var speed = 4; function preload() { game.world.setBounds(0, 0, 1280, 600); game.load.image('ground', 'assets/tests/ground-2x.png');...
version https://git-lfs.github.com/spec/v1 oid sha256:9fdd11cb529f088d1cbc093e194bd09ca5b4b88190d7824e655103ea05f3c000 size 703
/************************************************************* * * MathJax/localization/bg/bg.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...
describe("", function() { var rootEl; beforeEach(function() { rootEl = browser.rootEl; browser.get("build/docs/examples/example-example58/index-jquery.html"); }); it('should initialize to model', function() { var userType = element(by.binding('userType')); var valid = element(by.binding('myFo...
/* ______________________________________ ________| |_______ \ | SmartAdmin WebApp | / \ | Copyright © 2014 MyOrange | / / |______________________________________| \ /__________) ...
/* global QUnit */ import { MaterialLoader } from '../../../../src/loaders/MaterialLoader'; export default QUnit.module( 'Loaders', () => { QUnit.module( 'MaterialLoader', () => { // INSTANCING QUnit.todo( "Instancing", ( assert ) => { assert.ok( false, "everything's gonna be alright" ); } ); // PUBL...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- info: Multi line comment can contain CARRIAGE RETURN (U+000D) es5id: 7.3_A5.2_T1 description: Insert CARRIAGE RETURN (U+000D) into multi line comment ---*/ // CHECK#1 eval("/*\u000...
"use strict"; const DOMException = require("../web-idl/DOMException"); const reportException = require("../living/helpers/runtime-script-errors"); const domSymbolTree = require("../living/helpers/internal-constants").domSymbolTree; module.exports = EventTarget; function EventTarget() { this._events = Object.create(...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : typeof define === 'function' && define.amd ? define(['exports'], factory) : (factory((global.Inferno = global.Inferno || {}))); }(this, (function (exports) { 'use strict'; var NO_OP = '$NO_OP...
/** * This method will search the given rectangular area and return an array of all physics bodies that * overlap with it. It can return either Dynamic, Static bodies or a mixture of both. * * A body only has to intersect with the search area to be considered, it doesn't have to be fully * contained within it. *...
module.exports={title:"DataGrip",slug:"datagrip",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>DataGrip</title><path d="'+this.path+'"/></svg>'},path:"M0 0v24h24V0Zm17.1797 2.9477a5.452 5.452 0 0 1 3.9047 1.364L19.7078 5.972a3.672 3.672 0 0 0-2.596-1.0086c-1.6 0-2.8555 1...
'use strict'; module.exports = function( grunt ) { grunt.initConfig( { jshint: { options: { jshintrc: '.jshintrc' }, gruntfile: { src: 'Gruntfile.js' }, lib: { src: [ 'index.js', 'lib/**/*.js' ] }, test: { src: [ 'test/**/*.js' ] }...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S11.13.2_A4.6_T2.3; * @section: 11.13.2, 11.7.1; * @assertion: The production x <<= y is the same as x = x << y; * @description: Type(x) is different from Type(y) and bo...
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ const shell = require('shelljs'); const fs = require('fs'); const path = require('path'); const argv = process.argv;...
/** * Module dependencies. */ var Base, log; if (typeof window === 'undefined') { // running in Node Base = require('mocha').reporters.Base; log = console.log; } else { // running in mocha-phantomjs Base = require('./base'); log = function(msg) { process.stdout.write(msg + "\n"); }; } /** * Expose `Te...
'use strict'; /** * `list` type prompt */ var util = require('util'); var Paginator = require('../utils/paginator'); var observe = require('../utils/events'); var utils = require('../utils/'); var Base = require('./base'); /** * Module exports */ module.exports = Prompt; /** * Constructor */ function Prompt...
(function ($) { window.textReplacementModel = function (options) { $.extend(this, options); this._init(); }; // Text replacement tool model $.extend(textReplacementModel.prototype, watermarkModel.prototype, { }); // Text replacement tool view model window.textReplacement...
/** @license * @pnp/common v1.0.3-0 - pnp - provides shared functionality across all pnp libraries * MIT (https://github.com/pnp/pnp/blob/master/LICENSE) * Copyright (c) 2018 Microsoft * docs: http://officedev.github.io/PnP-JS-Core * source: https://github.com/pnp/pnp * bugs: https://github.com/pnp/pnp/issues */...
/*! * avgrund 0.1 * http://lab.hakim.se/avgrund * MIT licensed * * Copyright (C) 2012 Hakim El Hattab, http://hakim.se */ var Avgrund = (function(){ var container = document.documentElement, popup = document.querySelector( '.avgrund-popup-animate' ), cover = document.querySelector( '.avgrund-cover' ), cur...
"use strict"; var React = require('react'); var assign = require('react/lib/Object.assign'); var Helpers = require('../mixins/Helpers'); var Link = React.createClass({ mixins: [Helpers.Scroll], getInitialState : function() { return { active : false}; }, getDefaultProps: function() { return { cla...
/** * filterjitsu - jQuery plugin to filter page elements based on url search parameters * @version v1.0.0 * @link https://github.com/Fullscreen/filterjitsu#readme * @license MIT */ (function (factory) { 'use strict'; if (typeof define === 'function' && define.amd) { // AMD define(['jquery'], fac...
'use strict'; var React = require('react/addons'); var PureRenderMixin = React.addons.PureRenderMixin; var SvgIcon = require('../../svg-icon'); var ImageImageAspectRatio = React.createClass({ displayName: 'ImageImageAspectRatio', mixins: [PureRenderMixin], render: function render() { return React.createEl...
Gt.controller("GtTransition",[],"GtObject",function(a,b){this.properties=a||{},this.duration=b||400}),GtTransition.prototype.run=function(a){a="connectToJSEvent"in a?a.getElement():a,a.animate(this.properties,this.duration,$.proxy(function(){this.emit("complete",a)},this))},GtTransition.sequence=function(a,b,c,d){var e...
/** @class <p>TThe top_children query runs the child query with an estimated hits size, and out of the hit docs, aggregates it into parent docs. If there aren’t enough parent docs matching the requested from/size search request, then it is run again with a wider (more hits) search.</p> <p>...
/* Shorthand */ "use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./components/captcha/captcha"));
angular.module('merchello.directives').directive('comparisonOperatorRadioButtons', function() { return { restrict: 'E', replace: true, scope: { operator: '=' }, templateUrl: '/App_Plugins/Merchello/Backoffice/Merchello/directives/comparisonOperatorRadioButtons.tpl...
/** * @license * Visual Blocks Editor * * Copyright 2011 Google Inc. * https://blockly.googlecode.com/ * * 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/l...
version https://git-lfs.github.com/spec/v1 oid sha256:cd216a35d9032a2d4a313262c3d6378610991ea185f0c1afffccea75bae668c4 size 8346
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
/* * EasyAutocomplete - Constans */ var EasyAutocomplete = (function(scope){ scope.Constans = function Constans() { var constants = { CONTAINER_CLASS: "easy-autocomplete-container", CONTAINER_ID: "eac-container-", WRAPPER_CSS_CLASS: "easy-autocomplete" }; this.getValue = function(propertyName) { ...
module.exports={A:{A:{"2":"J C G E B A VB"},B:{"2":"D Y g H L"},C:{"2":"0 1 3 4 5 6 TB z F I J C G E B A D Y g H L M N O P Q R S T U V W X v Z a b c d e f K h i j k l m n o p q r s x y u t RB QB"},D:{"2":"0 1 3 F I J C G E B A D Y g H L M U V W X v Z a b c d e f K h i j k l m n o p q r s x y","132":"4 5 6 u t FB AB CB ...
'use strict' /** * Copyright (c) 2010-2017 Brian Carlson (brian.m.carlson@gmail.com) * All rights reserved. * * This source code is licensed under the MIT license found in the * README.md file in the root directory of this source tree. */ module.exports = { // database host. defaults to localhost host: 'loca...
export default /* glsl */` uniform vec3 diffuse; uniform float opacity; #ifndef FLAT_SHADED varying vec3 vNormal; #endif #include <common> #include <color_pars_fragment> #include <uv_pars_fragment> #include <uv2_pars_fragment> #include <map_pars_fragment> #include <alphamap_pars_fragment> #include <aomap_pars_frag...
var hooks = require('hooks'); hooks.beforeAll(function(done) { console.log('hooks.beforeAll'); done(); });
version https://git-lfs.github.com/spec/v1 oid sha256:0d2eccde3455961160d49389d6d8623f55dba900c4dd02f6f142e63707533615 size 7121
module.exports = function(grunt) { 'use strict'; // Project configuration. grunt.initConfig({ jshint: { all: [ 'Gruntfile.js', 'index.js', 'lib/**' ], options: { jshintrc: '.jshintrc' } ...
var tests = require('./tests') document.body.innerHTML = [ 'tests for <a href="http://github.com/marcuswestin/store.js">store.js</a>', '<div id="errorOutput"></div>'].join('\n') ;(function() { var doc = document, errorOutput = doc.getElementById('errorOutput'), isSecondPass = (doc.location.hash == '#se...
if (!Date.prototype.toISOString) { Date.prototype.toISOString = function () { function pad(n) { return n < 10 ? '0' + n : n; } function ms(n) { return n < 10 ? '00'+ n : n < 100 ? '0' + n : n } return this.getFullYear() + '-' + pad(this.getMonth() + 1) + '-' + pad(thi...
let f = (() => { var _ref = babelHelpers.asyncToGenerator(function* () { var _iteratorNormalCompletion = true; var _didIteratorError = false; var _iteratorError = undefined; try { for (var _iterator = babelHelpers.asyncIterator(a), _step, _value; _step = yield _iterator.next(), _iteratorNormalC...
describe("Public Method Tests", function() { var testSlider; describe("slider constructor", function() { it("reads and sets the 'id' attribute of the slider instance that is created", function() { var sliderId = "mySlider"; testSlider = $("#testSlider1").slider({ id : sliderId }); ...
!function(e,t){if("function"==typeof define&&define.amd)define(["exports"],t);else if("undefined"!=typeof exports)t(exports);else{var f={};t(f),e.toggleAttribute=f}}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:this,function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.d...
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang( 'basicstyles', 'vi', { bold: 'Đậm', italic: 'Nghiêng', strike: 'Gạch xuyên ngang', subscript: 'Chỉ số dưới', superscript: 'Chỉ số trên', underlin...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v0.11.2 */ (function( window, angular, undefined ){ "use strict"; (function() { 'use strict'; /** * @ngdoc module * @name material.components.fabTrigger */ angular .module('material.components.fabTrigger', ['m...
import React, { Component } from 'react'; import update from 'react/lib/update'; import Card from './Card'; import { DragDropContext } from 'react-dnd'; import HTML5Backend from 'react-dnd/modules/backends/HTML5'; const style = { width: 400 }; @DragDropContext(HTML5Backend) export default class Container extends Co...
module.exports={A:{A:{"2":"H E G C B A VB"},B:{"1":"u g I J","2":"D"},C:{"1":"0 1 2 3 4 5 6 V W X v Z a b c d N f M h i j k l m n o p q r s t y K","2":"TB x F L H E G C B A D u g I J Y O e P Q R S T U RB QB"},D:{"1":"0 1 2 3 4 5 6 i j k l m n o p q r s t y K FB AB CB UB DB","2":"F L H E G C B A D u g I J Y O e P Q R S ...