code stringlengths 2 1.05M |
|---|
/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.1
* @homepage https://bootstrap-table.com
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT
... |
/**
* @license
* v1.3.4
* MIT (https://github.com/pnp/pnpjs/blob/master/LICENSE)
* Copyright (c) 2019 Microsoft
* docs: https://pnp.github.io/pnpjs/
* source: https://github.com/pnp/pnpjs
* bugs: https://github.com/pnp/pnpjs/issues
*/
(function (global, factory) {
typeof exports === 'object' && typeof modul... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useDropTargetMonitor = useDropTargetMonitor;
exports.useDropHandler = useDropHandler;
var _react = require("react");
var _registration = require("../../common/registration");
var _useDragDropManager = require("../useDragDropManag... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var _objectWithoutPropertiesLoose2 = _inte... |
/**
* Copyright 2015 Telerik AD
*
* 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 required by applicable law or agreed to ... |
'imul' in Math
|
var parent = require('../../../actual/array/virtual/join');
module.exports = parent;
|
/*global define */
define(function (require) {
'use strict';
return {
Accordion: require('./lib/Accordion'),
Affix: require('./lib/Affix'),
AffixMixin: require('./lib/AffixMixin'),
Alert: require('./lib/Alert'),
BootstrapMixin: require('./lib/BootstrapMixin'),
Badge: require('./lib/Badge')... |
/*
* GoJS v1.8.33 JavaScript Library for HTML Diagrams
* Northwoods Software, https://www.nwoods.com/
* GoJS and Northwoods Software are registered trademarks of Northwoods Software Corporation.
* Copyright (C) 1998-2018 by Northwoods Software Corporation. All Rights Reserved.
* THIS SOFTWARE IS LICENSED. THE LI... |
/**
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
* Licensed under the LGPL or a commercial license.
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.0.5 (2019-05-09)
*/
(function () {
var autosave = (funct... |
lychee.define('tool.UI').requires([
'tool.UIGenerator',
'ui.Main',
'ui.Button',
'ui.Input',
'ui.Lightbox',
'ui.Option',
'ui.Radios',
'ui.Select',
'ui.Textarea'
]).exports(function(lychee, global) {
var Class = function(data) {
this.rulesets = null;
this.settings = lychee.extend({}, this.defaults, data... |
/*!@license
* Infragistics.Web.ClientUI Tree Grid localization resources 15.1.20151.1005
*
* Copyright (c) 2011-2015 Infragistics Inc.
*
* http://www.infragistics.com/
*
*/
/*global jQuery */
(function ($) {
$.ig = $.ig || {};
if (!$.ig.TreeGrid) {
$.ig.TreeGrid = {};
$.extend($.ig.TreeGrid,... |
/*
Script: StickyWin.Fx.js
Extends StickyWin to create popups that fade in and out.
License:
MIT-style license.
Authors:
Aaron Newton
*/
/*
Script: StickyWin.Fx.js
Extends StickyWin to create popups that fade in and out and can be dragged and resized (requires StickyWin.Fx.Drag.js).
License:
http://www.cl... |
/*global ODSA */
"use strict";
// Sequential Tree visualization for bit vectors
$(document).ready(function () {
var av_name = "SequentialTreeBitsCON";
var av = new JSAV(av_name);
var temp1;
var arr = av.ds.array(['1', '1', '0', '0', '1', '1',
'0', '0', '1', '0', '0']);
var bt = av.ds.... |
import {LOAD} from './actions';
export default function(state = {}, action) {
switch (action.type) {
case LOAD:
return action.payload.widgets;
default:
return state;
}
}
|
"use strict";
var JSHINT = require("../..").JSHINT;
var fs = require('fs');
var TestRun = require("../helpers/testhelper").setup.testRun;
/**
* JSHint allows you to specify custom globals as a parameter to the JSHINT
* function so it is not necessary to spam code with jshint-related comments
*/
exports.testC... |
/**
* @fileoverview Discourage use of .call.value()()
* @author Raghav Dua <duaraghav8@gmail.com>
*/
"use strict";
module.exports = {
meta: {
docs: {
description: "Discourage use of .call.value()()",
recommended: true,
type: "error"
},
schema: []
... |
import DemoPage from './DemoPage';
export default class HomePage extends DemoPage {
static async get() {
await browser.get('/demo/#/');
return new HomePage();
}
}
|
// Copyright 2010 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... |
/**
* Module dependencies.
*/
var transports = require('./transports');
var Emitter = require('component-emitter');
var debug = require('debug')('engine.io-client:socket');
var index = require('indexof');
var parser = require('engine.io-parser');
var parseuri = require('parseuri');
var parsejson = require('parsejson... |
#!/usr/bin/env node
var fs = require('fs')
, path = require('path')
, glob = require('glob')
;
var CERT_PATH = path.join(__dirname, '..', '..', 'SSL_CA_cert_bundle', '*.pem');
var OUTFILE =
path.join(__dirname, '..', 'lib', 'collector', 'ssl', 'certificates.js');
var HEADER =
"/**\n" +
" * certificate... |
// @flow
import {mkdirp} from './fileUtils';
import {cloneInto, rebaseRepoMaster} from './git';
import {fs, os, path} from './node';
import semver from 'semver';
const CACHE_REPO_EXPIRY = 1000 * 60; // 1 minute
const REMOTE_REPO_URL = 'https://github.com/flowtype/flow-typed.git';
async function cloneCacheRepo() {... |
'repeat' in String.prototype
|
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 clsx from 'clsx';
import { refType } from '@material-ui/utils';
import SwitchBase fro... |
/*
* DC Mega Menu - jQuery mega menu
* Copyright (c) 2011 Design Chemical
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*
*/
(function($){
//define the defaults for the plugin and how to call it
$.f... |
'use strict';
// Load modules
const Events = require('events');
const Url = require('url');
const Http = require('http');
const Https = require('https');
const Stream = require('stream');
const Hoek = require('hoek');
const Boom = require('boom');
const Payload = require('./payload');
const Recorder = require('./reco... |
YUI.add('gallery-view-bind-datastick', function (Y, NAME) {
function DataStick() {}
DataStick._handlers = [];
DataStick.addHandler = function(handlers) {
handlers = Y.Array.map(Y.Array.flatten([handlers]), function(handler) {
return Y.mix({
updateModel: true,
updateView: true,
... |
define('lodash/array/takeWhile', ['exports', 'lodash/internal/baseCallback', 'lodash/internal/baseWhile'], function (exports, _lodashInternalBaseCallback, _lodashInternalBaseWhile) {
'use strict';
/**
* Creates a slice of `array` with elements taken from the beginning. Elements
* are taken until `predicate` ... |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'clipboard', 'sv', {
copy: 'Kopiera',
copyError: 'Säkerhetsinställningar i Er webbläsare tillåter inte åtgärden kopiera. Använd (Ctrl/Cmd+C) istället... |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2016 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
/**
* A Video object that takes a previously loaded Video from the Phaser Cache and handles playback of it.
*
* Alternativ... |
var searchData=
[
['pixeltype',['PixelType',['../classitk_1_1_hough_transform2_d_circles_image_filter.html#a88a57e954ace33a3e498bc925aa4b891',1,'itk::HoughTransform2DCirclesImageFilter']]],
['pointer',['Pointer',['../classitk_1_1_hough_transform2_d_circles_image_filter.html#ad94c471797f2eddd6ab11c85d5694ece',1,'itk... |
describe("BASIC CRUD SCENARIOS", function() {
require("./basic");
});
describe("VALIDATE SCENARIOS", function() {
require("./validate");
});
describe("REPORT SCENARIOS", function() {
require("./report");
}); |
import Ember from '../index'; // testing reexports
// From sindresourhus/semver-regex https://github.com/sindresorhus/semver-regex/blob/795b05628d96597ebcbe6d31ef4a432858365582/index.js#L3
const SEMVER_REGEX = /^\bv?(?:0|[1-9][0-9]*)\.(?:0|[1-9][0-9]*)\.(?:0|[1-9][0-9]*)(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+... |
/**
* Initializes an object clone.
*
* @private
* @param {Object} object The object to clone.
* @returns {Object} Returns the initialized clone.
*/
function initCloneObject(object) {
var Ctor = object.constructor;
if (!(typeof Ctor == 'function' && Ctor instanceof Ctor)) {
Ctor = Object;
}
return new ... |
'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... |
/*jslint browser: true, todo: true, vars: true, nomen: true */
/**
* A collection of useful function provided on a single Utils object.
* @module Utils
* @author Erik Pearson <eapearson@lbl.gov>
* @version 0.0.2
*
* @todo complete testing
* @todo determine if methods are unused, and if so, remove them
* @todo... |
/**
* @class Ext.grid.plugin.RowEditing
* @extends Ext.grid.plugin.Editing
*
* The Ext.grid.plugin.RowEditing plugin injects editing at a row level for a Grid. When editing begins,
* a small floating dialog will be shown for the appropriate row. Each editable column will show a field
* for editing. There is a bu... |
var searchData=
[
['clientptr',['ClientPtr',['../namespace_jmcpp.html#a9de7efd098bc057245ccf113c8b8c682',1,'Jmcpp']]],
['conversationid',['ConversationId',['../namespace_jmcpp.html#a311efbb4afe3e944cc9adcaff7e08ea4',1,'Jmcpp']]]
];
|
import fs from 'fs'
import { sync as globSync } from 'glob'
import { sync as mkdirpSync } from 'mkdirp'
import * as i18n from '../lib/i18n'
const MESSAGES_PATTERN = './_translations/**/*.json'
const LANG_DIR = './_translations/lang/'
// Ensure output folder exists
mkdirpSync(LANG_DIR)
// Aggregates the defaul... |
class C {
#x = 1;
#p = ({ #x: x }) => {}
}
|
pc.extend(pc, (function() {
var TagsCache = function(key) {
this._index = { };
this._key = key || null;
};
TagsCache.prototype = {
addItem: function(item) {
var tags = item.tags._list;
for(var i = 0; i < tags.length; i++)
this.add(tags[i], it... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: First expression is evaluated first, and then second expression
es5id: 11.8.6_A2.4_T1
description: Checking with "="
---*/
//CHECK#1
var OBJECT = 0;
if ((OBJECT = Object, {}... |
/**
* This version is supported by all browsers that support native JSON parsing:
* - Firefox 3.5+
* - Chrome 4.0+
* - Safari 4.0+
* - Opera 10.5+
* - Internet Explorer 8.0+
*
* If you want this version to work with other browsers, you can use the JSON parsing methods of your favorite Javascript
* framewo... |
/* @flow */
/**
* describe
*/
describe('desc', () => {});
// $FlowExpectedError[incompatible-call] number. This type is incompatible with function type.
describe('desc', 12);
// $FlowExpectedError[incompatible-call] number. This type is incompatible with undefined.
describe('desc', () => 1);
// $FlowExpectedError[... |
import React from 'react'
import { Header, Icon } from 'semantic-ui-react'
const HeaderExampleSettingsIcon = () => (
<Header as='h2'>
<Icon name='settings' />
<Header.Content>
Account Settings
<Header.Subheader>
Manage your preferences
</Header.Subheader>
</Header.Content>
</H... |
$(function()
{
$('#maps_vector_tabs a[data-toggle="tab"]').on('shown.bs.tab', function (e)
{
if ($(this).attr('data-init'))
return;
$(this).attr('data-init', 1);
switch ($(this).attr('href'))
{
case '#tab1':
initWorldMapGDP();
break;
case '#tab2':
initWorldMapMarkers();
brea... |
import { DivMode } from "../../../../Enums/Modes/DivMode";
export class DivEvent {
constructor() {
this.elementId = "repulse-div";
this.enable = false;
this.mode = DivMode.repulse;
}
get el() {
return this.elementId;
}
set el(value) {
this.elementId = value;
... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _jsxRuntime = require("../../lib/jsxRuntime");
var _extends2 = _interopRequireDefault(require("@babel/runtime/hel... |
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'a11yhelp', 'it',
{
accessibilityHelp :
{
title : 'Istruzioni di Accessibilità',
contents : 'Contenuti di Aiuto. Per chiudere quest... |
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var React=_interopRequireWildcard(require("react"));function _getRequireWildcardCache(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(_getRequireWildcardCache=function(e){return e?r:t})(e)}func... |
define("JBrowse/Store/SeqFeature/GFF3Tabix", [
'dojo/_base/declare',
'dojo/_base/lang',
'dojo/_base/array',
'dojo/Deferred',
'JBrowse/Model/SimpleFeature',
'JBrowse/Store/SeqFeature',
'JBrowse/Store/DeferredStatsMixin',
'JBrowse/Sto... |
module.exports={A:{A:{"1":"E B A","2":"J C G UB"},B:{"1":"D X g H L"},C:{"1":"0 2 4 F I J C G E B A D X g H L M N O P Q R S T U V W 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","2":"1 SB QB","36":"PB"},D:{"1":"0 2 4 8 H L M N O P Q R S T U V W 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 EB AB TB BB ... |
/**
* @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
*
* Unless required by... |
/* flatpickr v4.4.5, @license MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.mk = {})));
}(this, (function (exports) { 'use strict';
var f... |
/**
* @author Andrei Kashcha (aka anvaka) / https://github.com/anvaka
*/
module.exports = webglInputManager;
var createInputEvents = require('../WebGL/webglInputEvents.js');
function webglInputManager(graph, graphics) {
var inputEvents = createInputEvents(graphics),
draggedNode = null,
internal... |
angular.module('myApp.home', []);
(function () {
'use strict';
angular.module('myApp.home')
.controller('HomeController', [homeController]);
function homeController() {
var vm = this;
}
})();
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'list', 'fo', {
bulletedlist: 'Punktmerktur listi',
numberedlist: 'Talmerktur listi'
});
|
(function(f, define){
define([ "./kendo.mobile.view", "./kendo.mobile.loader" ], f);
})(function(){
var __meta__ = {
id: "mobile.pane",
name: "Pane",
category: "mobile",
description: "Mobile Pane",
depends: [ "mobile.view", "mobile.loader" ],
hidden: true
};
(function($, undefined) {
v... |
var InfiniteComputer = require('./infinite_computer.js');
for(var InfiniteComputer____Key in InfiniteComputer){if(InfiniteComputer.hasOwnProperty(InfiniteComputer____Key)){ConstantInfiniteComputer[InfiniteComputer____Key]=InfiniteComputer[InfiniteComputer____Key];}}var ____SuperProtoOfInfiniteComputer=InfiniteComputer... |
define([
"intern!tdd",
"intern/chai!assert",
"dojo/_base/declare",
"dojo/query",
"dgrid/Grid",
"dgrid/ColumnSet",
"dgrid/test/data/base"
], function(test, assert, declare, query, Grid, ColumnSet){
var grid;
function runClassNameTests(){
var domNode = grid.domNode,
node;
assert.strictEqual(query("... |
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(d,l,p){d!=Array.prototype&&d!=Object.prototype&&(d[l]=p.value)};$jscomp.getG... |
/*!
* Waterwheel Carousel
* Version 2.3.0
* http://www.bkosborne.com
*
* Copyright 2011-2013 Brian Osborne
* Dual licensed under GPLv3 or MIT
* Copies of the licenses have been distributed
* with this plugin.
*
* Plugin written by Brian Osborne
* for use with the jQuery JavaScript Framework
* http://www.jqu... |
/**
* @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
*/
const resolve = require('rollup-plugin-node-resolve');
const sourcemaps = require('rollup-plugin-sourcemaps');
cons... |
let x: typeof import('./x');
let Y: import('./y').Y;
let z: import("/z").foo.bar<string>; |
/*
Copyright 2013 Sub Protocol and other contributors
http://subprotocol.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, including
without limitation the rights to use, ... |
module.exports={A:{A:{"1":"B A","2":"J C G E VB"},B:{"1":"D Y g H L"},C:{"1":"0 1 3 4 5 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","2":"TB z RB QB","33":"A D Y g H L M N O P Q R","164":"F I J C G E B"},D:{"1":"0 1 3 4 5 9 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 FB BB UB CB DB","2... |
/* globals LDAP:true, LDAPJS */
/* exported LDAP */
const ldapjs = LDAPJS;
const logger = new Logger('LDAP', {
sections: {
connection: 'Connection',
bind: 'Bind',
search: 'Search',
auth: 'Auth'
}
});
LDAP = class LDAP {
constructor() {
const self = this;
self.ldapjs = ldapjs;
self.connected = fals... |
/*!
* froala_editor v2.7.3 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2017 Froala Labs
*/
(function (factory) {
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
define(['jquery'], factory)... |
/**
* theme.js
*
* Copyright, Moxiecode Systems AB
* Released under LGPL License.
*
* License: http://www.tinymce.com/license
* Contributing: http://www.tinymce.com/contributing
*/
/*global tinymce:true */
tinymce.ThemeManager.add('modern', function(editor) {
var self = this, settings = editor.s... |
// # Backup Database
// Provides for backing up the database before making potentially destructive changes
var fs = require('fs'),
path = require('path'),
Promise = require('bluebird'),
config = require('../../config'),
logging = require('../../logging'),
utils = require('../../util... |
/// Copyright (c) 2009 Microsoft Corporation
///
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided
/// that the following conditions are met:
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and
/// ... |
/*
Translation from original CKEDITOR language files:
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("base64image","vi",{
"alt":"Chú thích ảnh",
"lockRatio":"Giữ nguyên tỷ lệ",
"vSpace":"Khoảng đệm... |
/*global describe, it, before, after */
/*jshint expr:true*/
var testUtils = require('../../../utils'),
should = require('should'),
supertest = require('supertest'),
express = require('express'),
ghost = require('../../../../../core'),
httpServer,
request;
describ... |
version https://git-lfs.github.com/spec/v1
oid sha256:b6eecf88673deee924a61fa33d335bae7f15669f4fb8f6add3ce258b96fdfb36
size 2178
|
#!/usr/bin/env node
var manifest = require('./manifest.json'),
command = require('./index.js'),
options = require('dm-core').cli(manifest)
;
command(options, process.stdin).pipe(process.stdout);
|
CKEDITOR.plugins.setLang("codesnippet","vi",{button:"Chèn đoạn mã",codeContents:"Nội dung mã",emptySnippetError:"Một đoạn mã không thể để trống.",language:"Ngôn ngữ",title:"Đoạn mã",pathName:"mã dính"}); |
/*! jQuery UI - v1.10.4 - 2014-02-09
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
jQuery(function(t){t.datepicker.regional.mk={closeText:"Затвори",prevText:"<",nextText:">",currentText:"Денес",monthNames:["Јануари","Февруари","Март","Април","Мај","Јуни","Ју... |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'font', 'lv', {
fontSize: {
label: 'Izmērs',
voiceLabel: 'Fonta izmeŗs',
panelTitle: 'Izmērs'
},
label: 'Šrifts',
panelTitle: 'Šrifts',
voic... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("specialchar","it",{euro:"Simbolo Euro",lsquo:"Virgoletta singola sinistra",rsquo:"Virgoletta singola destra",ldquo:"Virgolette aperte",rdquo:"Virg... |
/*
* Ext JS Library 2.2.1
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.KeyMap
* Handles mapping keys to actions for an element. One key map can be used for multiple actions.
* The constructor accepts the same config object as defined... |
/*istanbul ignore next*/"use strict";
var _stringify = require("babel-runtime/core-js/json/stringify");
var _stringify2 = _interopRequireDefault(_stringify);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var convertSourceMap = require("convert-source-map");
var path... |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
function AggressiveMergingPlugin(options) {
if(options !== undefined && typeof options !== "object" || Array.isArray(options)) {
throw new Error("Argument should be an options object. To use defaults, pass in no... |
// Copyright: 2015 AlignAlytics
// License: "https://github.com/PMSI-AlignAlytics/dimple/blob/master/MIT-LICENSE.txt"
// Source: /src/methods/_createClass.js
dimple._createClass = function (stringArray) {
var i,
returnArray = [],
replacer;
replacer = function(s) ... |
declare export var x: number;
|
define(["intern!object","intern/chai!assert","../../../fx/easing"],function(n,i,o){n({name:"dojo/fx/easing",module:{"full of functions":function(){for(var n in o)i.isFunction(o[n])}},"performs some calculation":function(){for(var n in o)i.isFalse(isNaN(o[n](.5)))}})}); |
/**
* @license Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'placeholder', 'cy', {
title: 'Priodweddau\'r Daliwr Geiriau',
toolbar: 'Daliwr Geiriau',
name: 'Enw\'r Daliwr Geiriau',
invalidN... |
/* global angular */
(function () {
'use strict';
angular
.module('plugins.seen')
.factory('seenService', seenService);
function seenService($http, exception) {
return {
getSeen: getSeen,
deleteEntryById: deleteEntryById
};
function getSeen(... |
$(function($){var storage,fail,uid;try{uid=new Date;(storage=window.localStorage).setItem(uid,uid);fail=storage.getItem(uid)!=uid;storage.removeItem(uid);fail&&(storage=false);}catch(e){}
if(storage){try{var usedSkin=localStorage.getItem('config-skin');if(usedSkin!=''){$('#skin-colors .skin-changer').removeClass('activ... |
//+ Jonas Raoni Soares Silva
//@ http://jsfromhell.com/classes/binary-parser [v1.0]
var chr = String.fromCharCode;
var p = exports.BinaryParser = function( bigEndian, allowExceptions ){
this.bigEndian = bigEndian;
this.allowExceptions = allowExceptions;
};
var Buffer = exports.BinaryParser.Buffer = function( bigEnd... |
var R = require('..');
var eq = require('./shared/eq');
describe('splitAt', function() {
it('splits an array at a given index', function() {
eq(R.splitAt(1, [1, 2, 3]), [[1], [2, 3]]);
});
it('splits a string at a given index', function() {
eq(R.splitAt(5, 'hello world'), ['hello', ' world']);
});
... |
import*as React from"react";import vkBridge from"@vkontakte/vk-bridge";import{platform}from"../../lib/platform";var Appearance,Scheme,WebviewType;!function(e){e.DARK="dark",e.LIGHT="light"}(Appearance=Appearance||{}),function(e){e.DEPRECATED_CLIENT_LIGHT="client_light",e.DEPRECATED_CLIENT_DARK="client_dark",e.VKCOM="vk... |
/**
* @fileoverview Tests for arrow-parens
* @author Jxck
*/
"use strict";
//------------------------------------------------------------------------------
// Requirements
//------------------------------------------------------------------------------
var rule = require("../../../lib/rules/arrow-parens"),
Ru... |
#!/usr/bin/env node
var optimist = require('optimist');
var htmlToText = require('../lib/html-to-text');
var argv = optimist
.string('tables')
.default('wordwrap', 80)
.default('ignore-href', false)
.default('ignore-image', false)
.default('noLinkBrackets', false)
.argv;
var text = '';
process.title = '... |
version https://git-lfs.github.com/spec/v1
oid sha256:48e170461cabcfdc8fd28d3c58d5fd67732c2121f4c4fddc0fa9131d6659d9fa
size 2283
|
module.exports={title:"Informatica",slug:"informatica",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Informatica icon</title><path d="M12 0l3.547 10.788-4.5-1.255-.25 4.43 7.121 4.035V18h.001l5.919-6zm-.64.65L.162 12l6.32 6.407L12 24l5.184-5.255-9.736-3.856z"/></svg>',get path(){ret... |
exports.parentHref = function (href) {
return href.split('/').slice(0, -1).join('/')
}
|
var five = require("../lib/johnny-five.js");
var board = new five.Board();
board.on("ready", function() {
var proximity = new five.Proximity({
controller: "GP2Y0A21YK",
pin: "A0"
});
proximity.on("data", function() {
console.log(this.cm + "cm", this.in + "in");
});
proximity.on("change", functi... |
version https://git-lfs.github.com/spec/v1
oid sha256:da9733ee27be9fd22bcc850d5c85eedc4316ba512b0237d5e32b02ee704a56f7
size 5383
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Slow = (function () {
function Slow() {
this.factor = 3;
this.radius = 200;
}
Object.defineProperty(Slow.prototype, "active", {
get: function () {
return false;
},
set: functi... |
module.exports={title:"Salesforce",slug:"salesforce",svg:'<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Salesforce icon</title><path d="M10.006 5.415a4.195 4.195 0 013.045-1.306c1.56 0 2.954.9 3.69 2.205.63-.3 1.35-.45 2.1-.45 2.85 0 5.159 2.34 5.159 5.22s-2.31 5.22-5.176 5.22c-.345 0-.6... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.