code stringlengths 2 1.05M |
|---|
module.exports = create
/**
* Creates a new, empty vec4
*
* @returns {vec4} a new 4D vector
*/
function create () {
var out = new Float32Array(4)
out[0] = 0
out[1] = 0
out[2] = 0
out[3] = 0
return out
}
|
// Copyright Joyent, Inc. and other Node contributors.
//
// 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, modi... |
export default /* glsl */`
uniform sampler2D tEquirect;
varying vec3 vWorldDirection;
#include <common>
void main() {
vec3 direction = normalize( vWorldDirection );
vec2 sampleUV = equirectUv( direction );
vec4 texColor = texture2D( tEquirect, sampleUV );
gl_FragColor = mapTexelToLinear( texColor );
#inclu... |
var testCase = require('nodeunit').testCase,
nodemailer = require("../lib/nodemailer"),
Transport = nodemailer.Transport,
stripHTML = require("../lib/helpers").stripHTML,
fs = require("fs");
exports["General tests"] = {
"Create a new Nodemailer object": function(test){
// this is more like... |
var Buffer = require('safe-buffer').Buffer
var checkParameters = require('./precondition')
var defaultEncoding = require('./default-encoding')
var sync = require('./sync')
var toBuffer = require('./to-buffer')
var ZERO_BUF
var subtle = global.crypto && global.crypto.subtle
var toBrowser = {
sha: 'SHA-1',
'sha-1':... |
/**
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.html or http://ckeditor.com/license
*/
/**
* @fileOverview The "filebrowser" plugin that adds support for file uploads and
* browsing.
*
* When a file is uploaded or selected in... |
var orderApplicationFormMessages = {
'order_promotion[name]': {
required: "Please, enter your name",
maxlength: "Please, enter less than 64 symbols",
minlength: jQuery.validator.format("Enter your name, more than 3 symbols")
},
'order_promotion[email]': {
required: "Please, e... |
( function ( $ ) {
'use strict';
var asInScript2 = {
id: 'as-inscript2',
name: 'ইনস্ক্ৰিপ্ট ২',
description: 'Enhanced InScript keyboard for Assamese language',
date: '2013-02-09',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
... |
define(
//begin v1.x content
{
"dateTimeFormats-appendItem-Year": "{1} {0}",
"field-quarter-short-relative+0": "dette kvt.",
"field-quarter-short-relative+1": "næste kvt.",
"field-tue-relative+-1": "sidste tirsdag",
"field-year": "år",
"dateFormatItem-yw": "'uge' w 'i' y",
"dayPeriods-format-abbr-afternoon1": "o... |
define(
//begin v1.x content
{
"field-second-relative+0": "ora",
"field-quarter-relative+-1": "trimestre scorso",
"field-weekday": "giorno della settimana",
"field-mon-narrow-relative+0": "questo lu",
"field-mon-narrow-relative+1": "lu prossimo",
"field-wed-relative+0": "questo mercoledì",
"field-wed-relative+1"... |
var util = require("util");
var choreography = require("temboo/core/choreography");
/*
Account
Retrieves the account information for the user associated with the given authorized access token.
*/
var Account = function(session) {
/*
Create a new instance of the Account Choreo. A TembooSession o... |
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 = Reflect.decorate(d... |
// flow-typed signature: 751f0876db59dedb43ce42d65c6d65c2
// flow-typed version: <<STUB>>/babel-preset-react_v^6.24.1/flow_v0.47.0
/**
* This is an autogenerated libdef stub for:
*
* 'babel-preset-react'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share yo... |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js
*
* Copyright (c) 2013-2016 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complian... |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_pre... |
// Copyright 2012 Mark Cavage, Inc. All rights reserved.
var fs = require('fs');
var http = require('http');
var d = require('dtrace-provider');
var filed = require('filed');
var Logger = require('bunyan');
var test = require('tap').test;
var uuid = require('node-uuid');
var HttpError = require('../lib/errors').Htt... |
var dom = require("../../../../lib/jsdom/level1/core").dom.level1.core;
exports.hc_staff = function() {
var doc = new dom.Document("html");
var implementation = new dom.DOMImplementation(doc, {
"XML" : "1.0"
});
var notations = new dom.NotationNodeMap(
doc,
doc.createNotationNode("notati... |
var searchData=
[
['tagbitmapfileheader',['tagBITMAPFILEHEADER',['../structtag_b_i_t_m_a_p_f_i_l_e_h_e_a_d_e_r.html',1,'']]],
['tagbitmapinfoheader',['tagBITMAPINFOHEADER',['../structtag_b_i_t_m_a_p_i_n_f_o_h_e_a_d_e_r.html',1,'']]],
['texture',['Texture',['../class_texture.html',1,'']]]
];
|
import ca_ES from '../../date-picker/locale/ca_ES';
export default ca_ES; |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S11.8.7_A4;
* @section: 11.8.7, 9.8;
* @assertion: Operator "in" calls ToString(ShiftExpression);
* @description: Checking ToString coversion;;
*/
//CHECK#1
var object = {};... |
(function () {
'use strict';
describe('the uiTreeHandle directive', function () {
var $rootScope, $compile, $scope, element;
beforeEach(module('ui.tree'));
beforeEach(inject(function ($injector) {
$rootScope = $injector.get('$rootScope');
$compile = $injector.get('$compile');
$scope ... |
const Command = require('../commands/base');
const GuildSettingsHelper = require('../providers/helper');
/** Contains additional methods and properties that are added to the discord.js Guild class */
class GuildExtension {
/**
* Command prefix in the guild. An empty string indicates that there is no prefix, and onl... |
// Too weird for Flow
"use strict";
/**
* Check whether it's a number or a number-like string:
* i.e. when coerced to a number it == itself.
*/
module.exports = function(value) {
/* eslint-disable eqeqeq */
return value.trim().length !== 0 && Number(value) == value;
/* eslint-enable eqeqeq */
};
|
(function(){
//if there is an old FuncUnit, use that for settings
var oldFuncUnit = window.FuncUnit;
/**
@class FuncUnit
@parent index 2
@test test.html
@download http://github.com/downloads/jupiterjs/funcunit/funcunit-beta-5.zip
FuncUnit tests web applications with a simple jQuery-like syntax. Via integration wi... |
define([
'dojo/_base/declare', 'dijit/_WidgetBase', 'dojo/on',
'dojo/dom-class', 'dijit/form/Select'
], function (
declare, WidgetBase, on,
domClass, Select
) {
return declare([WidgetBase], {
baseClass: 'WorkspaceItemDetail',
disabled: false,
postCreate: function () {
this.domNode.innerHTML ... |
/*!
* ui-grid - v4.6.1 - 2018-07-04
* Copyright (c) 2018 ; License: MIT
*/
!function(){"use strict";angular.module("ui.grid.autoResize",["ui.grid"]).directive("uiGridAutoResize",["gridUtil",function(n){return{require:"uiGrid",scope:!1,link:function(i,r,e,u){var t;t=n.debounce(function(i,e,t,n){null!==r[0].offsetP... |
"use strict";
var resolveException = require("../lib/resolve-exception")
, resolveErrorMessage = require("../lib/resolve-error-message")
, ensurePlainFunction = require("../plain-function/ensure")
, ensureArray = require("../array/ensure")
, is = require("./is");
var objHasOwnPrope... |
/**
shave - Shave is a javascript plugin that truncates multi-line text within a html element based on set max height
@version v2.3.0
@link https://github.com/dollarshaveclub/shave#readme
@author Jeff Wainwright <yowainwright@gmail.com> (jeffry.in)
@license MIT
**/
(function (global, factory) {
typeof expor... |
/*[process-shim]*/
(function(global, env) {
// jshint ignore:line
if (typeof process === "undefined") {
global.process = {
argv: [],
cwd: function() {
return "";
},
browser: true,
env: {
NODE_ENV: env || "development"
},
version: "",
platform:
global.navigator &&
global.navig... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S7.8.3_A4.1_T4;
* @section: 7.8.3;
* @assertion: DecimalLiteral :: ExponentPart is incorrect;
* @description: ExponentPart :: E DecimalDigits;
* @negative
*/
//CHECK#... |
/**
* @license Highcharts JS v5.0.0 (2016-09-29)
* Boost module
*
* (c) 2010-2016 Highsoft AS
* Author: Torstein Honsi
*
* License: www.highcharts.com/license
*/
(function(factory) {
if (typeof module === 'object' && module.exports) {
module.exports = factory;
} else {
factory(Highcharts... |
define("d3/test/geo/azimuthal-equal-area-test", ["dojo","dijit","dojox"], function(dojo,dijit,dojox){
var vows = require("vows"),
load = require("../load"),
assert = require("../assert"),
projectionTestSuite = require("./projection-test-suite");
var suite = vows.describe("d3.geo.azimuthalEqualArea");
suit... |
var Adapter, adapter, store, serializer, Person;
module("Record Attribute Transforms", {
setup: function() {
Adapter = DS.Adapter.extend();
Adapter.registerTransform('unobtainium', {
serialize: function(value) {
return 'serialize';
},
deserialize: function(value) {
return ... |
streamaApp.controller('adminMovieCtrl', [
'$scope', 'apiService', '$stateParams', 'modalService', '$state', 'uploadService',
function ($scope, apiService, $stateParams, modalService, $state, uploadService) {
apiService.movie.get($stateParams.movieId).success(function (data) {
$scope.movie = data;
});
... |
/**
* This script is supposed to be executed via phantomjs. It will generate
* screenshots of the html files in the directory specified by a commandline
* option when these files are served through a webserver which can also be
* specified. The screenshots will be in the current working directory.
*
* Example u... |
/*!
* Ext JS Library 3.3.1
* Copyright(c) 2006-2010 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
Ext.onReady(function(){
Ext.QuickTips.init();
var xg = Ext.grid;
// shared reader
var reader = new Ext.data.ArrayReader({}, [
{name: 'company'},
{name: 'price'... |
module.exports={A:{A:{"2":"J C G E UB","1028":"A","1316":"B"},B:{"1":"D X g H L"},C:{"1":"0 2 4 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","164":"1 SB F I J C G E B A D X g H L M N O P Q QB PB","516":"R S T U V W"},D:{"1":"0 2 4 8 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 EB AB TB BB CB","33":"Q R... |
/**
* The `username` helper displays a user's username in a <span class="username">
* tag. If the user doesn't exist, the username will be displayed as [deleted].
*
* @param {User} user
* @return {Object}
*/
export default function username(user) {
const name = (user && user.username()) || app.translator.trans(... |
var specializer = require('../lib/specializer'),
assert = require('assert'),
testSet = require('./fixtures/testInputs.json'),
mocha = require('mocha');
describe('Specializer', function () {
describe('resolve Tests', function () {
var spcl, config, context;
it('should test invoking mo... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CellButton = void 0;
var _jsxRuntime = require("../../lib/jsxRuntime");
var _extends2 = _interopRequireDefault(require("@babel/runtime/... |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'btquicktable', 'sk', {
more: 'Viac...'
} );
|
odoo.define('web_editor.rte', function (require) {
'use strict';
var ajax = require('web.ajax');
var core = require('web.core');
var utils = require('web.utils');
var Widget = require('web.Widget');
var summernote = require('web_editor.summernote');
var base = require('web_editor.base');
var _t = core._t;
//////////... |
'use strict';
var $interpolateMinErr = minErr('$interpolate');
/**
* @ngdoc provider
* @name $interpolateProvider
*
* @description
*
* Used for configuring the interpolation markup. Defaults to `{{` and `}}`.
*
* @example
<example module="customInterpolationApp">
<file name="index.html">
<script>
var custom... |
/*!
* # Semantic UI 2.3.2 - Modal
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
;(function ($, window, document, undefined) {
'use strict';
window = (typeof window != 'undefined' && window.Math == Math)
? window
: (typeof self... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'removeformat', 'et', {
toolbar: 'Vormingu eemaldamine'
});
|
(function (factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
} else if (typeof module === 'object' && typeof module.exports === 'object') {
factory(require('jquery'));
} else {
factory(jQuery);
}
}(function (jQuery) {
// German
jQuery.timeago.settings.stri... |
/*****************************************************************************
*
* Author: Kerri Shotts <kerrishotts@gmail.com>
* http://www.photokandy.com/books/mastering-phonegap
*
* MIT LICENSED
*
* Copyright (c) 2016 Packt Publishing
* Portions Copyright (c) 2016 Kerri Shotts (photoKandy Studios L... |
/**
* jquery.plupload.queue.js
*
* Copyright 2009, Moxiecode Systems AB
* Released under GPL License.
*
* License: http://www.plupload.com/license
* Contributing: http://www.plupload.com/contributing
*/
// JSLint defined globals
/*global plupload:false, jQuery:false, alert:false */
(function($) {... |
// flow-typed signature: 8e43d27dae79968dc11e73b131ec77da
// flow-typed version: d36e170dab/styled-components_v1.4.x/flow_>=v0.25.x
// @flow
declare module 'styled-components' {
declare type Interpolation = ((executionContext: Object) => string) | string | number;
declare type NameGenerator = (hash: number) => st... |
var buster = typeof window !== 'undefined' ? window.buster : require('buster');
var assert = buster.assert;
var fail = buster.referee.fail;
var when = require('../when');
var CorePromise = when.Promise;
var resolved = when.resolve;
var rejected = when.reject;
var sentinel = { value: 'sentinel' };
var other = { value:... |
/* inserthtml.js is part of Aloha Editor project http://aloha-editor.org
*
* Aloha Editor is a WYSIWYG HTML5 inline editing library and editor.
* Copyright (c) 2010-2012 Gentics Software GmbH, Vienna, Austria.
* Contributors http://aloha-editor.org/contribution.php
*
* Aloha Editor is free software; you can re... |
// Github: https://github.com/shdwjk/Roll20API/blob/master/BounceTokens/BounceTokens.js
// By: The Aaron, Arcane Scriptomancer
// Contact: https://app.roll20.net/users/104025/the-aaron
var BounceTokens = BounceTokens || (function(){
'use strict';
var version = '0.1.0',
lastUpdate = 1473882811,
... |
(function (global) {
'use strict';
var slice = Array.prototype.slice,
localStorage = global.localStorage,
proto = {},
scrat = create(proto);
scrat.version = '0.3.5';
scrat.options = {
prefix: '__SCRAT__',
cache: false,
hash: '',
timeout: 15, // s... |
/*global define*/
define(function () {
'use strict';
/**
*
* @param {$scope} $scope
* @param {$state} $state
* @param {NgAdmin} Configuration
* @constructor
*/
var AppController = function ($scope, $state, Configuration) {
var application = Co... |
/****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2011-2012 cocos2d-x.org
Copyright (c) 2013-2014 Chukong Technologies Inc.
Copyright (c) 2012 Scott Lembcke and Howling Moon Software
http://www.cocos2d-x.org
Permission is hereby g... |
/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.5
*/
goog.provide('ngmaterial.components.toast');
goog.require('ngmaterial.components.button');
goog.require('ngmaterial.core');
/**
* @ngdoc module
* @name material.components.toast
* @description
* Toast
*/
MdTo... |
/**
* @author mrdoob / http://mrdoob.com/
*/
var APP = {
Player: function () {
var loader = new THREE.ObjectLoader();
var camera, scene, renderer;
var scripts = {};
this.dom = undefined;
this.width = 500;
this.height = 500;
this.load = function ( json ) {
renderer = new THREE.WebGLRenderer( ... |
/* This file contains references to the vendor libraries
we're using in this project. This is used by webpack
in the production build only*. A separate bundle for vendor
code is useful since it's unlikely to change as often
as the application's code. So all the libraries we reference
here will be written to vendor... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.11.2
*/
goog.provide('ng.material.components.icon');
goog.require('ng.material.core');
/**
* @ngdoc module
* @name material.components.icon
* @description
* Icon
*/
angular.module('material.components.icon', [
'materia... |
var utils = require('keystone-utils');
module.exports = function initDatabase () {
if (!this.get('mongo')) {
var dbName = this.get('db name')
|| utils.slug(this.get('name'));
var dbUrl = process.env.MONGO_URI
|| process.env.MONGO_URL
|| process.env.MONGODB_URL
|| process.env.MONGOLAB_URI
|| process... |
var express = require('../')
, request = require('./support/http')
, assert = require('assert');
describe('HEAD', function(){
it('should default to GET', function(done){
var app = express();
app.get('/tobi', function(req, res){
// send() detects HEAD
res.send('tobi');
});
request(a... |
/**
* @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'uicolor', 'fr-ca', {
title: 'Sélecteur de couleur',
preview: 'Aperçu',
config: 'Insérez cette ligne dans votre fichier config.js... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.11.2
*/
(function( window, angular, undefined ){
"use strict";
/*
* @ngdoc module
* @name material.components.backdrop
* @description Backdrop
*/
/**
* @ngdoc directive
* @name mdBackdrop
* @module material.components.... |
'use strict';
// Raw
// -------
var _ = require('lodash');
var inherits = require('inherits');
var EventEmitter = require('events').EventEmitter;
function Raw(sql, bindings) {
if (sql && sql.toSQL) {
var output = sql.toSQL();
sql = output.sql;
bindings = output.bindings;
}
this.sql = sql + '';
thi... |
// Copyright (c) 2018, Frappe Technologies and contributors
// For license information, please see license.txt
frappe.ui.form.on('Transaction Log', {
});
|
/**
The modal for suspending a user.
@class AdminSuspendUserController
@extends Discourse.Controller
@namespace Discourse
@uses Discourse.ModalFunctionality
@module Discourse
**/
Discourse.AdminSuspendUserController = Discourse.ObjectController.extend(Discourse.ModalFunctionality, {
actions: {
suspe... |
#!/usr/bin/env node
var RSVP = require('rsvp');
var spawn = require('child_process').spawn;
function run(command, _args) {
var args = _args || [];
return new RSVP.Promise(function(resolve, reject) {
console.log('Running: ' + command + ' ' + args.join(' '));
var child = spawn(command, args);
child.... |
/** vim: et:ts=4:sw=4:sts=4
* @license RequireJS 2.0.6 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/
//Not using strict: uneven strict support in browsers, #392, and causes
//problems with requi... |
// Fine Uploader 5.16.0-beta.0 - MIT licensed. http://fineuploader.com
(function(global) {
var qq = function(element) {
"use strict";
return {
hide: function() {
element.style.display = "none";
return this;
},
attach: function(type,... |
'use strict';
var gulp = tars.packages.gulp;
var cache = tars.packages.cache;
var plumber = tars.packages.plumber;
var notifier = tars.helpers.notifier;
var browserSync = tars.packages.browserSync;
var staticFolderName = tars.config.fs.staticFolderName;
var imagesFolderName = tars.config.fs.imagesFolderName;
/**
* ... |
/**
* @fileoverview Rule to flag on declaring variables already declared in the outer scope
* @author Ilya Volodin
* @copyright 2013 Ilya Volodin. All rights reserved.
*/
"use strict";
//------------------------------------------------------------------------------
// Rule Definition
//---------------------------... |
module.exports = function ( grunt ) {
/**
* Load required Grunt tasks. These are installed based on the versions listed
* in `package.json` when you do `npm install` in this directory.
*/
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-... |
/**
* @fileoverview Tests for yoda rule.
* @author Raphael Pigulla
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
const rule = require("../../../lib/rules/yoda"),
... |
declare module 'css-to-react-native' {
declare module.exports: ([string, string])[] => { [key:string]: any }
}
|
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
(function(){function y(a){for(var a=a.toUpperCase(),c=z.length,b=0,f=0;f<c;++f)for(var d=z[f],e=d[1].length;a.substr(0,e)==d[1];a=a.substr(e))b+=d[0];return b}function A(a){f... |
"use strict";
describe("Block:Validation", function(){
var element, editor, block;
beforeEach(function(){
element = $("<textarea>");
editor = new SirTrevor.Editor({ el: element });
block = new SirTrevor.Blocks.Text({}, editor.ID, editor.mediator);
});
describe("valid", function(){
beforeEach... |
var assert = require('assert');
var ElementWriter = require('../src/elementWriter');
describe('ElementWriter', function() {
var ew, ctx, page, tracker, fakePosition;
beforeEach(function() {
fakePosition = {fake: 'position'};
page = { items: [] };
ctx = {
x: 10,
y: 20,
availableWidth: 100,
avail... |
Template.ionList.helpers({
classes: function () {
var classes = ['list'];
if (this.class) {
var customClasses = this.class.split(' ');
_(customClasses).each(function (customClass) {
classes.push(customClass);
});
}
return classes.join(' ');
}
});
|
/**
* @overview datejs
* @version 1.0.0-rc3
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
* @homepage https://github.com/abritinthebay/datejs
*/
/*
2014 Gregory Wild-Smith
@license MIT
@homepage https://github.com/abritinthebay/datejs
2014 Gregory ... |
var a = true;
|
function whoAmI(a, i) {
a.splice(i, 1);
a.c //+? concat, copyWithin
}
|
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js
*
* Copyright (c) 2013-2016 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in complianc... |
/**
* This method returns the first argument it receives.
*
* @static
* @since 0.1.0
* @memberOf _
* @category Util
* @param {*} value Any value.
* @returns {*} Returns `value`.
* @example
*
* var object = { 'a': 1 };
*
* console.log(_.identity(object) === object);
* // => true
*/
functio... |
/**
* Generated bundle index. Do not edit.
*/
export * from './gosquared';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYW5ndWxhcnRpY3MyLWdvc3F1YXJlZC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL2FuZ3VsYXJ0aWNzMi9nb3NxdWFyZWQvIiwic291cmNlcyI6WyJhbmd1bGFydGljczItZ29zcXVhcmVkLnRzIl0sIm5hbWVzIjpbXSwib... |
/**
* @author szimek / https://github.com/szimek/
* @author alteredq / http://alteredqualia.com/
*/
THREE.WebGLRenderTarget = function ( width, height, options ) {
this.uuid = THREE.Math.generateUUID();
this.width = width;
this.height = height;
options = options || {};
if ( options.minFilter ... |
/* Function formal arguments do not accept reserved words.
*
* We interpret this also to mean that a function declaration/expression
* in non-strict code will respect strict mode restricted reserved words
* if the function body is strict. This matches with V8.
*/
var orig_eval = eval;
/*===
SyntaxError
SyntaxEr... |
/****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2011-2012 cocos2d-x.org
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of t... |
define(
({
createLinkTitle: "Propriedades da ligação",
insertImageTitle: "Propriedades da imagem",
url: "URL:",
text: "Descrição:",
target: "Destino:",
set: "Definir",
currentWindow: "Janela actual",
parentWindow: "Janela ascendente",
topWindow: "Janela superior",
newWindow: "Nova janela"
})
);
|
'use strict';
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
banner: '/*\n' +
' * <%= pkg.title || pkg.name %> - v<%= pkg.version %>\n' +
' * <%= pkg.description %>\n' +
' * <%= pkg.homepage %>\n' +
' *\n' +
' * Made by <%= pkg.a... |
import { Vector3 } from '../../math/Vector3';
import { Object3D } from '../../core/Object3D';
import { LineSegments } from '../../objects/LineSegments';
import { LineBasicMaterial } from '../../materials/LineBasicMaterial';
import { Float32Attribute } from '../../core/BufferAttribute';
import { BufferGeometry } from '.... |
module.exports = require("npm:vm-browserify@0.0.4/index"); |
//// Copyright (c) Microsoft Corporation. All rights reserved
(function () {
"use strict";
var StartScreen = Windows.UI.StartScreen;
var JumpList = StartScreen.JumpList;
var page = WinJS.UI.Pages.define("/html/scenario5-issupported.html", {
ready: function (element, options) {
Su... |
/**
* @file
* Provides date format preview feature.
*/
(function ($, Drupal, drupalSettings) {
"use strict";
var dateFormats = drupalSettings.dateFormats;
/**
* Display the preview for date format entered.
*
* @type {Drupal~behavior}
*
* @prop {Drupal~behaviorAttach} attach
* Attach beh... |
/*!
* # Semantic UI 2.2.13 - Rating
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
;(function ($, window, document, undefined) {
"use strict";
window = (typeof window != 'undefined' && window.Math == Math)
? window
: (typeof se... |
YUI.add('node-menunav', function (Y, NAME) {
/**
* <p>The MenuNav Node Plugin makes it easy to transform existing list-based
* markup into traditional, drop down navigational menus that are both accessible
* and easy to customize, and only require a small set of dependencies.</p>
*
*
* <p>To use the MenuNav Node Plugi... |
"use strict";
var Shim = require("./shim");
var SortedArraySet = require("./sorted-array-set");
var GenericCollection = require("./generic-collection");
var GenericMap = require("./generic-map");
var PropertyChanges = require("./listen/property-changes");
module.exports = SortedArrayMap;
function SortedArrayMap(valu... |
/**
* 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 path from 'path';
import cp from 'child_process';
i... |
/*
Copyright (c) 2014, Yahoo! Inc. All rights reserved.
Copyrights licensed under the New BSD License.
See the accompanying LICENSE file for terms.
*/
(function (root, factory) {
'use strict';
var Intl = root.Intl || root.IntlPolyfill,
MessageFormat = factory(Intl);
// register in -all- ... |
"use strict";const{kFourOhFourContext,kReplySerializerDefault}=require("./symbols.js");function Context(t,e,r,l,i,s,n,o,h,a,u,m,c){this.schema=t,this.handler=e,this.Reply=r,this.Request=l,this.contentTypeParser=i,this.onRequest=null,this.onSend=null,this.onError=null,this.onTimeout=null,this.preHandler=null,this.onResp... |
/*
* angular-socket-io v0.4.1
* (c) 2014 Brian Ford http://briantford.com
* License: MIT
*/
'use strict';
describe('socketFactory', function () {
beforeEach(module('btford.socket-io'));
var socket,
scope,
$timeout,
$browser,
mockIoSocket,
spy;
beforeEach(inject(function (so... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.