code stringlengths 2 1.05M |
|---|
E2.p = E2.plugins["set_matrix_modulator"] = function(core, node)
{
this.desc = 'Set matrix component.';
this.input_slots = [
{ name: 'matrix', dt: core.datatypes.MATRIX, desc: 'Matrix to set component of.', def: core.renderer.matrix_identity },
{ name: 'row', dt: core.datatypes.FLOAT, desc: 'Row to set.', def:... |
module.exports={A:{A:{"2":"K C G A B CB","16":"E"},B:{"2":"D u Y I M H"},C:{"2":"0 1 2 3 4 5 6 7 VB K C G E A B D u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q r s t y z v TB SB","16":"F J"},D:{"2":"0 2 3 4 5 6 7 F J K C G E A u Y I M H N O P Q R S T U V W X w Z a b c d e f L h i j k l m n o p q... |
const _ = require('lodash');
const selectFields = require('../check/select-fields');
module.exports = (req, { onlyValidData = true } = {}) => {
const validityFilter = !onlyValidData ? () => true : field => {
return !req._validationErrors.find(error =>
error.param === field.path &&
error.location === ... |
'use strict';
module.exports = {
db: 'mongodb://localhost/meanapp-test',
port: 3001,
app: {
title: 'meanapp - Test Environment'
},
facebook: {
clientID: process.env.FACEBOOK_ID || 'APP_ID',
clientSecret: process.env.FACEBOOK_SECRET || 'APP_SECRET',
callbackURL: '/auth/facebook/callback'
},
twitter: {
... |
Package.describe({
summary: 'Expressive, dynamic, robust CSS',
version: "2.0.0_511"
});
Package.registerBuildPlugin({
name: 'compileStylusBatch',
use: ['ecmascript', 'caching-compiler'],
sources: [
'plugin/compile-stylus.js'
],
npmDependencies: {
stylus: "https://github.com/meteor/stylus/tarball/... |
"use strict";
angular.module('arethusa.core').service('sidepanel', [
'globalSettings',
'$rootScope',
'$timeout',
function(globalSettings, $rootScope, $timeout) {
var self = this;
var main, panel;
function get(id) {
return angular.element(document.getElementById(id));
}
function show... |
// Cordova specific code for the OAuth package.
// Open a popup window, centered on the screen, and call a callback when it
// closes.
//
// @param url {String} url to show
// @param callback {Function} Callback function to call on completion. Takes no
// arguments.
// @param dimensions {optional Object(width, heigh... |
/**
* RangeUtils.js
*
* Released under LGPL License.
* Copyright (c) 1999-2017 Ephox Corp. All rights reserved
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
/**
* This class contains a few utility methods for ranges.
*
* @class tinymce.dom.RangeUtils
*/
... |
export default function(n){for(var l,e,s=arguments,t=1,r="",u="",a=[0],c=function(n){1===t&&(n||(r=r.replace(/^\s*\n\s*|\s*\n\s*$/g,"")))?a.push(n?s[n]:r):3===t&&(n||r)?(a[1]=n?s[n]:r,t=2):2===t&&"..."===r&&n?a[2]=Object.assign(a[2]||{},s[n]):2===t&&r&&!n?(a[2]=a[2]||{})[r]=!0:t>=5&&(5===t?((a[2]=a[2]||{})[e]=n?r?r+s[n... |
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var react = require('react');
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
function _setPrototypeOf(o, p) {
_setPrototyp... |
/**
* Module dependencies
*/
var actionUtil = require('../actionUtil');
/**
* Find One Record
*
* get /:modelIdentity/:id
*
* An API call to find and return a single model instance from the data adapter
* using the specified id.
*
* Required:
* @param {Integer|String} id - the unique id of the particular i... |
/*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
}
+function ($) {
'use strict';
var version = $... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.10.6.2_A1_T14;
* @section: 15.10.6.2;
* @assertion: RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression a... |
version https://git-lfs.github.com/spec/v1
oid sha256:abf0a5a6e13fe8d524fbfdb082602eff45fcd974d6250ca5dd360663e85b7ec2
size 36840
|
// Generated by CoffeeScript 1.3.3
var ScopedClient, extend, http, https, path, qs, url;
path = require('path');
http = require('http');
https = require('https');
url = require('url');
qs = require('querystring');
ScopedClient = (function() {
function ScopedClient(url, options) {
this.options = this.buildO... |
(function(){
angular
.module('app')
.controller('MainController', [
'navService', '$mdSidenav', '$mdBottomSheet', '$log', '$q', '$state', '$mdToast',
MainController
]);
function MainController(navService, $mdSidenav, $mdBottomSheet, $log, $q, $state, $mdToast) {
var vm... |
'use strict';
/**
* Module dependencies.
*/
var mongoose = require('mongoose'),
Schema = mongoose.Schema;
/**
* Customer Schema
*/
var CustomerSchema = new Schema({
firstName: {
type: String,
default: '',
trim: true
},
surname: {
type: String,
default: '',
trim: true
},
suburb: {
type: String,... |
var searchData=
[
['_7eb2chainshape',['~b2ChainShape',['../classb2_chain_shape.html#a8c032394f5a85e7fc425a437e7689a18',1,'b2ChainShape']]],
['_7eb2dynamictree',['~b2DynamicTree',['../classb2_dynamic_tree.html#a9060565fc63b4dd87d9560775c076786',1,'b2DynamicTree']]],
['_7eb2freelist',['~b2FreeList',['../classb2_fre... |
/* ***** 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... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const chalk = require("chalk");
const path = require("path");
const ast_tools_1 = require("../../lib/ast-tools");
const config_1 = require("../../models/config");
const dynamic_path_parser_1 = require("../../utilities/dynamic-path-parser");
co... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.9.5.1_A2_T1;
* @section: 15.9.5.1;
* @assertion: The "length" property of the "constructor" is 7;
* @description: The "length" property of the "constructor" is 7;
*/... |
/*global module:false*/
module.exports = function(grunt) {
'use strict';
var sh = require('shelljs');
grunt.loadNpmTasks('grunt-conventional-changelog');
grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-watch');
grun... |
module.exports={title:"Google Earth",slug:"googleearth",get svg(){return'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Google Earth</title><path d="'+this.path+'"/></svg>'},path:"M12 0c-1.326 0-2.597.22-3.787.613 4.94-1.243 8.575 1.72 11.096 5.606 1.725 2.695 2.813 2.83 4.207 2.412A11.95... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.linkBin = undefined;
var _from;
function _load_from() {
return _from = _interopRequireDefault(require('babel-runtime/core-js/array/from'));
}
var _set;
function _load_set() {
return _set = _interopRequireDefault(require('bab... |
document.querySelector('#nv').style.visibility = 'hidden'; |
//This file is automatically rebuilt by the Cesium build process.
/*global define*/
define(function() {
'use strict';
return "/**\n\
* Returns the transpose of the matrix. The input <code>matrix</code> can be\n\
* a <code>mat2</code>, <code>mat3</code>, or <code>mat4</code>.\n\
*\n\
* @name czm_transpose\n... |
/*
* /MathJax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.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 compliance wit... |
require("core-js/modules/es7.array.includes");
require("core-js/modules/es6.promise");
require("foo");
var x = new Promise(function (resolve) {
var p = [];
if (p.includes("a")) {}
});
|
var host = jQuery("#host").val(),
assets = host+'assets/',
url = jQuery("#url").val()
site = host+"index.php/";
var token = jQuery('#token'),
token_val = token.val(),
token_name = token.attr('name');
$("#username").on("keypress", function(event) {
// Disallow anything not mat... |
import React from 'react'
import { Table } from 'semantic-ui-react'
const TableExampleVerticalAlign = () => {
return (
<Table striped>
<Table.Header>
<Table.Row>
<Table.HeaderCell>Name</Table.HeaderCell>
<Table.HeaderCell>Status</Table.HeaderCell>
<Table.HeaderCell>Not... |
/*
* 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.
*/
... |
/**
* @ngdoc service
* @name umbraco.resources.logResource
* @description Retrives log history from umbraco
*
*
**/
function logResource($q, $http, umbRequestHelper) {
function isValidDate(input) {
if (input) {
if (Object.prototype.toString.call(input) === "[object Date... |
version https://git-lfs.github.com/spec/v1
oid sha256:1576a7311d68a158325d51abe8b3f86aad9b3d2393b143989ab4f13d5a9e7ea7
size 4506
|
PR.registerLangHandler(PR.createSimpleLexer([["pln",/^[\t\n\r \xA0]+/,null,"\t\n\r \u00a0"],["str",/^(?:"(?:(?:""(?:""?(?!")|[^\\"]|\\.)*"{0,3})|(?:[^"\r\n\\]|\\.)*"?))/,null,'"'],["lit",/^`(?:[^\r\n\\`]|\\.)*`?/,null,"`"],["pun",/^[!#%&()*+,\-:;<=>?@\[\\\]^{|}~]+/,null,"!#%&()*+,-:;<=>?@[\\]^{|}~"]],[["str",/^'(?:[^\r... |
export default data =>
Math.max.apply(Math, data);
|
/*! UIkit 3.0.0-beta.42 | http://www.getuikit.com | (c) 2014 - 2017 YOOtheme | MIT License */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define('uikit', factory) :
(global.UIkit = factory());
... |
/*!
* ui-grid - v4.5.1 - 2018-06-18
* Copyright (c) 2018 ; License: MIT
*/
(function () {
angular.module('ui.grid').config(['$provide', function($provide) {
$provide.decorator('i18nService', ['$delegate', function($delegate) {
$delegate.add('nl', {
aggregate: {
label: 'items'
... |
/**
* @package PickMeUp
* @author Nazar Mokrynskyi <nazar@mokrynskyi.com>
* @author Stefan Petre <www.eyecon.ro>
* @copyright Copyright (c) 2013-2016, Nazar Mokrynskyi
* @copyright Copyright (c) 2008-2009, Stefan Petre
* @license MIT License, see license.txt
*/
(function (root, factory) {
if (typeof ... |
on("ready", function () {
let lastTime = Date.now();
let lastSecond = Math.floor(lastTime / 1000) * 1000;
let rotPerSec = 360 / 60;
const updateSpeed = 250;
let bar2Splitor = /^(\w|)(\w|)(\w|)(\w|)([.]|)(\w+|)/i;
let bar2numSplitor = [/[-][-](\d+)/i];
let bar2num2Splitor = /[.](\d+)/i;
l... |
import _extends from "@babel/runtime/helpers/esm/extends";
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import * as React from 'react';
import PropTypes from 'prop-types';
import HiddenJs from './HiddenJs';
import HiddenCss from './HiddenCss';
/**
* Responsively ... |
var config = {
defaultContainerElement: null,
defaultIconPack: 'mdi',
defaultIconComponent: null,
defaultIconPrev: 'chevron-left',
defaultIconNext: 'chevron-right',
defaultLocale: undefined,
defaultDialogConfirmText: null,
defaultDialogCancelText: null,
defaultSnackbarDuration: 3500,
defaultSnackbar... |
'use strict';
const MongoModels = require('mongo-models');
const MakeMockModel = function () {
const mock = {};
Reflect.ownKeys(MongoModels).forEach((key) => {
mock[key] = MongoModels[key];
});
return mock;
};
module.exports = MakeMockModel;
|
// ### Page URL Helper
//
// *Usage example:*
// `{{page_url 2}}`
//
// Returns the URL for the page specified in the current object context.
const {metaData} = require('../services/proxy');
const getPaginatedUrl = metaData.getPaginatedUrl;
// We use the name page_url to match the helper for consistency:
module.export... |
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.defineProperty(target, des... |
import ChevronLeft from "../../../../components/main_layout/public/icons/chevron-left.svg"
import ChevronRight from "../../../../components/main_layout/public/icons/chevron-right.svg"
import PropTypes from "prop-types"
import React, { Component } from "react"
import block from "bem-cn-lite"
import classNames from "clas... |
app.directive('splash', function (bunkerData, $timeout) {
return function ($scope, $element) {
$scope.loading = true;
var listener = $scope.$watch(function () {
return bunkerData.$resolved;
}, function (resolved) {
if (resolved) {
$timeout(function() {
angular.element($element).empty();
$s... |
define([
'core/agent', 'core/dom', 'editing/History', 'Locale'
], function (agent, dom, History, Locale) {
/**
* Renderer
*
* rendering toolbar and editable
*/
var Renderer = function () {
var aToolbarItem, sPopover, sHandle, sDialog, sStatusbar;
/* jshint ignore:start */
aToolbarItem = {... |
import React from 'react'
import PropTypes from 'prop-types'
import { connect } from 'dva'
import styles from './index.less'
const Detail = ({ userDetail }) => {
const { data } = userDetail
const content = []
for (let key in data) {
if ({}.hasOwnProperty.call(data, key)) {
content.push(<div key={key} c... |
'use strict';
describe('sourcetag plugin', function() {
var env = require('jsdoc/env');
var path = require('jsdoc/path');
var docSet;
var parser = jasmine.createParser();
var pluginPath = 'plugins/sourcetag';
var pluginPathResolved = path.join(env.dirname, pluginPath);
require('jsdoc/plug... |
/*!
* ui-grid - v4.3.1 - 2018-03-14
* Copyright (c) 2018 ; License: MIT
*/
(function () {
'use strict';
/**
* @ngdoc overview
* @name ui.grid.selection
* @description
*
* # ui.grid.selection
* This module provides row selection
*
* <div class="alert alert-success" role="alert"><strong>... |
// MIT License:
//
// Copyright (c) 2010-2011, Joe Walnes
//
// 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, m... |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'liststyle', 'cs', {
armenian: 'Arménské',
bulletedTitle: 'Vlastnosti odrážek',
circle: 'Kroužky',
decimal: 'Arabská čísla (1, 2, 3, atd.)',
decim... |
/**
* Module dependencies.
*/
var whitespace = require('css-whitespace');
var mixins = require('rework-mixins');
var rework = require('rework');
var props = rework.properties;
/**
* Expose `Style`.
*/
module.exports = Style;
/**
* Initialize a new Style with the given css `str`.
*
* Options:
*
* - `white... |
it("should import a changed chunk (dynamic import)", function(done) {
function load(name) {
return System.import("./chunk" + name);
}
load(1).then(function(chunk) {
chunk.value.should.be.eql(1);
NEXT(require("../../update")(done, true, function() {
chunk.value.should.be.eql(2);
load(2).then(function(chun... |
(function() {
'use strict'
/**
The ARController is the main object for doing AR marker detection with JSARToolKit.
To use an ARController, you need to tell it the dimensions to use for the AR processing canvas and
pass it an ARCameraParam to define the camera parameters to use when processing images.
The A... |
/**
* Linear continuous scale
* @module echarts/coord/scale/Ordinal
*
* http://en.wikipedia.org/wiki/Level_of_measurement
*/
// FIXME only one data
define(function (require) {
var zrUtil = require('zrender/core/util');
var Scale = require('./Scale');
var scaleProto = Scale.prototype;
var Ordina... |
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... |
JSONEditor.defaults.iconlibs.fontawesome4 = JSONEditor.AbstractIconLib.extend({
mapping: {
collapse: 'caret-square-o-down',
expand: 'caret-square-o-right',
delete: 'times',
edit: 'pencil',
add: 'plus',
cancel: 'ban',
save: 'save',
moveup: 'arrow-up',
movedown: 'arrow-down'
},
i... |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'codemirror', 'cy', {
toolbar: 'HTML',
autoFormat: 'Format Selection',
commentSelectedRange: 'Comment Selection',
uncommentSelectedRange: 'Uncom... |
(function(){
angular.module('eventModule', [])
.factory('MainTitle', [function () {
return {
title:"Young Game Maker"
};
}])
.config([function () {
console.log("Event Module:: config");
}])
.run([function () {
console.log("Event Module::running");
}])
.controller('EventCtrl', ['$scope', 'MainTitle',function... |
Elm.Native.Text = {};
Elm.Native.Text.make = function(localRuntime) {
localRuntime.Native = localRuntime.Native || {};
localRuntime.Native.Text = localRuntime.Native.Text || {};
if (localRuntime.Native.Text.values)
{
return localRuntime.Native.Text.values;
}
var toCss = Elm.Native.Color.make(localRuntime).toCs... |
version https://git-lfs.github.com/spec/v1
oid sha256:41e16dfd31f8ced16c3fadf3dc62400761b1efbd412e90e2167ef8369e1a0ad8
size 893
|
/*
* Duktape current coerces writeUInt8() etc arguments like TypedArray
* (silently) rather than throwing a TypeError for out-of-range values.
*
* Node.js Buffer seems to do a range check, but -will- silently coerce
* fractional values within the range.
*/
/*@include util-nodejs-buffer.js@*/
/*---
{
"cu... |
var config = {};
config.port = process.env.PORT || 3000;
config.staticDir = process.env.STATIC_DIR || '/dist';
// client settings (passed to the browser)
config.settings = {};
var settings = config.settings;
settings.gatewayHost = process.env.GATEWAY_HOST || 'localhost:9090';
settings.meteorHost = process.env.METEOR... |
/**
* Ajax Queue Plugin
*
* Homepage: http://jquery.com/plugins/project/ajaxqueue
* Documentation: http://docs.jquery.com/AjaxQueue
*/
/**
<script>
$(function(){
jQuery.ajaxQueue({
url: "test.php",
success: function(html){ jQuery("ul").append(html); }
});
jQuery.ajaxQueue({
url: "test.php",
success: ... |
define({
"_widgetLabel": "Målestok"
}); |
/**
* @license AngularJS v1.7.0
* (c) 2010-2018 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular) {'use strict';
/**
* @ngdoc module
* @name ngAria
* @description
*
* The `ngAria` module provides support for common
* [<abbr title="Accessible Rich Internet Applications">ARIA</abbr... |
interface A {}
interface A extends B {}
interface A<T> extends B<T>, C<T> {}
interface A { foo: () => number; }
interface Dictionary { [index: string]: string; length: number; }
class Foo implements Bar {}
class Foo extends Bar implements Bat, Man<number> {}
class Foo extends class Bar implements Bat {} {}
class Foo ex... |
/****************************************************************************
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... |
/*
Copyright ©2014 Esri. All rights reserved.
TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
Unpublished material - all rights reserved under the
Copyright Laws of the United States and applicable international
laws, treaties, and conventions.
For additional information, contact:
Attn: Contracts and Legal Departmen... |
const sel = this.connections
.concat(this.activities.concat(this.operators))
.filter(x => x.selected);
|
/*
Plugin Name: Cookie Bar
Plugin URL: http://cookie-bar.eu/
@author: Emanuele "ToX" Toscano
@description: Cookie Bar is a free & simple solution to the EU cookie law.
@version: 1.5.9
*/
/*
* Available languages array
*/
var CookieLanguages = [
'ca',
'de',
'en',
'es',
'fr',
'hu',
'it',
'nl'... |
export default {
NOTE: 'note'
}; |
import { generateUtilityClass, generateUtilityClasses } from '@material-ui/unstyled';
export function getMenuItemUtilityClass(slot) {
return generateUtilityClass('MuiMenuItem', slot);
}
const menuItemClasses = generateUtilityClasses('MuiMenuItem', ['root', 'focusVisible', 'dense', 'disabled', 'divider', 'gutters', 's... |
#!/usr/bin/env node
function a() {}
|
version https://git-lfs.github.com/spec/v1
oid sha256:d2fe6b284e15e8d8224f45c2cd9c12a6be75504eb407b83c7ea422889acd61da
size 558
|
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
( function() {
function addCombo( editor, comboName, styleType, lang, entries, defaultLabel, styleDefinition, order ) {
var config = editor.config,
styl... |
loadIonicon('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M232 306.667h48V176h-48v130.667z"/><path d="M407.67 170.271l30.786-30.786-33.942-33.941-30.785 30.786C341.217 111.057 300.369 96 256 96 149.961 96 64 181.961 64 288s85.961 192 192 192 192-85.961 192-192c0-44.369-15.057-85.217-40.33-117.... |
/**
* @license
* Copyright Google Inc. 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
*/
// Unique place to configure the browsers which are used in the different CI jobs in Sauce Labs (SL)
// and BrowserS... |
module.exports={title:"Scala",slug:"scala",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Scala icon</title><path d="M4.589 24c4.537 0 13.81-1.516 14.821-3v-5.729c-.957 1.408-10.284 2.912-14.821 2.912V24zM4.589 16.365c4.537 0 13.81-1.516 14.821-3V7.636c-.957 1.408-10.284 2.912-14.821... |
/**
* Map object module
*/
import { __extends } from "tslib";
/**
* ============================================================================
* IMPORTS
* ============================================================================
* @hidden
*/
import { Container } from "../../core/Container";
impor... |
// Karma configuration file
module.exports = function (karma) {
var files = require('../files').files;
karma.set({
// base path, that will be used to resolve files and exclude
basePath: '..',
// list of files / patterns to load in the browser
files: [].concat(files.angular('1.3.0'), files.testUti... |
/*
Highcharts JS v6.0.6 (2018-02-05)
Indicator series type for Highstock
(c) 2010-2017 Pawe Fus
License: www.highcharts.com/license
*/
(function(f){"object"===typeof module&&module.exports?module.exports=f:f(Highcharts)})(function(f){(function(q){function f(a,b){var c=a.series.pointArrayMap,e=c.length;for(t.pro... |
'use strict';
module.exports = function asArray(x){
if (!x){
x = []
}
if (!Array.isArray(x)){
x = [x]
}
return x
} |
/*!
* Vue.js v2.5.2
* (c) 2014-2017 Evan You
* Released under the MIT License.
*/
/* */
// these helpers produces better vm code in JS engines due to their
// explicitness and function inlining
function isUndef (v) {
return v === undefined || v === null
}
function isDef (v) {
return v !== undefined && v !== ... |
/* *
*
* Plugin for displaying a message when there is no data visible in chart.
*
* (c) 2010-2019 Highsoft AS
*
* Author: Oystein Moseng
*
* License: www.highcharts.com/license
*
* */
'use strict';
import H from '../parts/Globals.js';
import '../parts/Utilities.js';
import '../parts/Series.js';
import ... |
define(function (require, exports, module) {
exports.id = module.id;
});
|
import files from './files';
const hookDestination =
files.pathJoin(files.getCurrentToolsDir(), '.git', 'hooks');
const hookSource =
files.pathJoin(files.getCurrentToolsDir(),
'scripts', 'admin', 'git-hooks');
const allPossibleHooks = [
'applypatch-msg',
'pre-applypatch',
'post-applypatch',
'pre-comm... |
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
'use strict... |
define("ace/mode/vbscript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module) {
"use strict";
var oop = require("../lib/oop");
var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
var VBScriptHighlightRules = funct... |
YUI.add('event-focus', function(Y) {
/**
* Adds focus and blur event listener support. These events normally
* do not bubble, so this adds support for that so these events
* can be used in event delegation scenarios.
*
* @module event
* @submodule event-focus
*/
(function() {
var UA = Y.UA,
Event = Y.Event,... |
var request = require('../context').request;
describe('req.subdomains', function(){
it('should return subdomain array', function(){
var req = request();
req.header.host = 'tobi.ferrets.example.com';
req.app.subdomainOffset = 2;
req.subdomains.should.eql(['ferrets', 'tobi']);
req.app.subdomainOf... |
// Copyright 2011 The Closure Library Authors. All Rights Reserved.
//
// 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
//
// Unless requ... |
/* Flot plugin for adding the ability to pan and zoom the plot.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Copyright (c) 2016 Ciprian Ceteras.
Copyright (c) 2017 Raluca Portase.
Licensed under the MIT license.
*/
/**
## jquery.flot.navigate.js
This flot plugin is used for adding the ability to pan and zoom the p... |
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require('./cli'));
__export(require('./options'));
__export(require('./programs'));
__export(require('./logger'));
//# sourceMappingURL=index.js.map |
/**! Qoopido.demand 4.1.1 | https://github.com/dlueth/qoopido.demand | (c) 2017 Dirk Lueth */
!function(){"use strict";function t(t){function n(){}var e=/^text\/.+/;return n.prototype={validate:function(t){return e.test(t)},process:function(t){provide(function(){return t.source})}},new(n.extends(t))}provide(["/demand/a... |
/**
* Module dependencies
*/
var Stream = require('stream').Stream;
var fs = require('fs');
/**
* expose
* @ignore
*/
module.exports = exports = GridReadStream;
/**
* GridReadStream
*
* @param {Grid} grid
* @param {Object} options
*/
function GridReadStream (grid, options) {
if (!(this instanceof Grid... |
Handlebars.registerHelper('dstache', function() {
return '{{';
});
Handlebars.registerHelper('tstache', function() {
return '{{{';
});
Handlebars.registerHelper('lt', function() {
return '<';
});
|
CodeMirror.defineMode("css", function(config) {
var indentUnit = config.indentUnit, type;
var atMediaTypes = keySet([
"all", "aural", "braille", "handheld", "print", "projection", "screen",
"tty", "tv", "embossed"
]);
var atMediaFeatures = keySet([
"width", "min-width", "max-width", "height", ... |
!function(a){"function"==typeof define&&define.amd?define(["../datepicker"],a):a(jQuery.datepicker)}(function(a){return a.regional.mk={closeText:"Затвори",prevText:"<",nextText:">",currentText:"Денес",monthNames:["Јануари","Февруари","Март","Април","Мај","Јуни","Јули","Август","Септември","Октомври","Ноември"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.