code stringlengths 2 1.05M |
|---|
/*!
* froala_editor v3.0.0-rc.2 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2019 Froala Labs
*/
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('froala-editor')) :
typeof define === 'fun... |
// Controller for post digest
PostsSingledayController = RouteController.extend({
template: getTemplate('singleDay'),
onBeforeAction: function () {
this.render(getTemplate('postListTop'), {to: 'postListTop'});
this.next();
},
data: function() {
var currentDate = this.params.day ? new Date(this... |
version https://git-lfs.github.com/spec/v1
oid sha256:2193df412ad76a1f54bc248bbcad8b3ab5f511ff9bb19a4750cc2627b6dd519b
size 469
|
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require spina
//= require ./aviary
//= require ./pages
//= require ./account
//= require ./confirm_delete
|
/* eslint-disable */
;(function(root, factory) {
if (typeof define === 'function' && define.amd) { // AMD
define(['../core'], factory);
} else if (typeof exports === 'object') { // Node.js
module.exports = factory(require('../core'));
} else { // Browser
root.Blockly.Msg = factory(root.Blockly);
}
}... |
var transform = require('./presenters/profile').transform,
Hapi = require('hapi'),
Joi = require('joi'),
merge = require('lodash').merge;
module.exports = function (options) {
return function (request, reply) {
var saveProfile = request.server.methods.user.saveProfile,
setSession = request.se... |
// Copyright 2013 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
//
// Unl... |
declare module "flatbuffers" {
declare type Offset = number;
declare type Table = {
bb: ByteBuffer,
bb_pos: number
};
declare type EncodingValue = 1 | 2;
declare var Encoding: {
UTF8_BYTES: 1,
UTF16_STRING: 2
};
declare class Long {
constructor(low: number, high: number): void;
sta... |
/*
Script: Collapsable.js
Enables a dom element to, when clicked, hide or show (it toggles) another dom element. Kind of an Accordion for one item.
License:
http://www.clientcide.com/wiki/cnet-libraries#license
*/
var Collapsable = new Class({
Extends: Fx.Reveal,
initialize: function(clicker, section, options) {
... |
var path = require('path');
var init = function (runtime) {
if (runtime) {
// setup routes
runtime.once(runtime.events.INIT_ROUTES, function () {
runtime.routes.push({
route: 'test1',
text: 'Test 1',
navbar: true,
handler: path.join(__dirname, '/dist/components/page1')
... |
const tabsInstance = (
<Tab.Container id="left-tabs-example" defaultActiveKey="first">
<Row className="clearfix">
<Col sm={4}>
<Nav bsStyle="pills" stacked>
<NavItem eventKey="first">
Tab 1
</NavItem>
<NavItem eventKey="second">
Tab 2
<... |
var events = require('events'),
http = require('http'),
https = require('https'),
util = require('util');
module.exports = ElasticSearchCall;
function ElasticSearchCall(params, options, cb) {
var self = this
self.host = options.host || 'localhost';
self.port = options.port || 80;
self.secu... |
"use strict";
var webpack = require('webpack');
var path = require('path');
var loaders = require('./webpack.loaders');
var HtmlWebpackPlugin = require('html-webpack-plugin');
var DashboardPlugin = require('webpack-dashboard/plugin');
var ExtractTextPlugin = require('extract-text-webpack-plugin');
const HOST = process... |
'use strict';
describe('Items E2E Tests:', function () {
describe('Test Items page', function () {
it('Should report missing credentials', function () {
browser.get('http://localhost:3001/items');
expect(element.all(by.repeater('item in items')).count()).toEqual(0);
});
});
});
|
/*
* jQuery dotdotdot 1.6.17
*
* Copyright (c) Fred Heusschen
* www.frebsite.nl
*
* Plugin website:
* dotdotdot.frebsite.nl
*
* Dual licensed under the MIT and GPL licenses.
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*/
(function(d,x){fu... |
(function(e) {
var t = document.body.clientWidth;
e(document).ready(function() {
e("nav").before('<a class="toggleMenu active" href="">Menu<span class="touch-btn">▼</span></a>');
e("nav ul li a").each(function() {
if (e(this).next().length > 0) {
e(this).addCla... |
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy... |
(function() {
'use strict';
angular.module('app.common').service('commonModal', commonModal);
commonModal.$inject = ['$modal'];
function commonModal($modal) {
var modalDefaults = {
backdrop: true,
keyboard: true,
modalFade: true,
templateUrl: 'app/modules/common/modal/modal.html'
... |
import Component from 'react-pure-render/component';
import React, {PropTypes} from 'react';
export default function fetch(...actions) {
return Wrapped => class Fetch extends Component {
static contextTypes = {
store: PropTypes.object // Redux store.
};
// Passed via react-router or can be passed... |
/*
* 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.
*/
... |
"use strict";
define(['src/NodeWatcher', 'src/debug', 'jquery.qunit'], function (CSLEDIT_NodeWatcher, debug) {
module("CSLEDIT_NodeWatcher", {
setup : function () {
debug.log("typeof NodeWatcher = " + typeof(CSLEDIT_NodeWatcher));
CSLEDIT_NodeWatcher.FakeData = function () {
this.nodes = {
"style": ... |
/*! jQuery UI - v1.10.3 - 2013-07-29
* http://jqueryui.com
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.sortable.js, jquery.ui.accordion.js, jquery.ui.autocomplete... |
var browserify = require('../');
var test = require('tap').test;
var path = require('path');
test('noParse array', function (t) {
t.plan(2);
var actual = [];
var expected = [
'noparse/a.js',
'noparse/b.js',
'noparse/dir1/1.js',
'noparse/node_modules/robot/main.js'
]... |
/* *
*
* Exporting module
*
* (c) 2010-2020 Torstein Honsi
*
* License: www.highcharts.com/license
*
* !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!!
*
* */
'use strict';
import H from '../parts/Globals.js';
/**
* Gets fired after a chart is printed through the context menu item... |
// 7: block scope - let
// To do: make all tests pass, leave the asserts unchanged!
describe('`let` restricts the scope of the variable to the current block', () => {
describe('`let` vs. `var`', () => {
it('`var` works as usual', () => {
if (true) {
let varX = true;
}
assert.equal(var... |
'document' in this && 'currentScript' in this.document
|
define({HKD_displayName:"港元",CNY_displayName:"人民币",JPY_displayName:"日元",JPY_symbol:"JP¥",USD_displayName:"美元",CAD_symbol:"CA$",GBP_displayName:"英镑",CHF_displayName:"瑞士法郎",CNY_symbol:"¥",EUR_displayName:"欧元",GBP_symbol:"£",CAD_displayName:"加拿大元",USD_symbol:"US$",EUR_symbol:"€",AUD_displayName:"澳大利亚元",CHF_symbol:"CHF",HK... |
'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
$provide.value("$locale", {
"DATETIME_FORMATS": {
"AMPMS": [
"AM",
"PM"
],
"DAY": [
"Minggu",
"Seni... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S15.3.5.3_A2_T2;
* @section: 15.3.5.3, 11.8.6;
* @assertion: Assume F is a Function object. When the [[HasInstance]] method of F is called with value V and V is an object, th... |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/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 complia... |
/*
MIT License http://www.opensource.org/licenses/mit-license.php
Author Tobias Koppers @sokra
*/
var acorn = require("acorn-dynamic-import").default;
var Tapable = require("tapable");
var BasicEvaluatedExpression = require("./BasicEvaluatedExpression");
function Parser(options) {
Tapable.call(this);
thi... |
import './css/site.css'
import 'core-js/es6/promise'
import 'core-js/es6/array'
import { app } from './app'
app.$mount('#app')
|
define('lodash/collection/find', ['exports', 'lodash/internal/baseEach', 'lodash/internal/createFind'], function (exports, _lodashInternalBaseEach, _lodashInternalCreateFind) {
'use strict';
/**
* Iterates over elements of `collection`, returning the first element
* `predicate` returns truthy for. The predic... |
/*
* Copyright (C) 2013 Google Inc. 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 source code must retain the above copyright
* notice, this list of conditio... |
if (window.midgardCreate === undefined) {
window.midgardCreate = {};
}
if (window.midgardCreate.locale === undefined) {
window.midgardCreate.locale = {};
}
window.midgardCreate.locale.nl = {
// Session-state buttons for the main toolbar
'Save': 'Opslaan',
'Saving': 'Bezig met opslaan',
'Cancel': 'Annuleren... |
/* ===========================================================
* ua.js
* Ukrainian translation for Trumbowyg
* http://alex-d.github.com/Trumbowyg
* ===========================================================
* Author : Igor Buksha
*/
jQuery.trumbowyg.langs.ua = {
viewHTML:"Подивитись HTML",
formatting:"Фор... |
'use strict';
exports.__esModule = true;
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var _react = requi... |
/*! UIkit 3.0.0-rc.18 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('uikit-util')) :
typeof define === 'function' && define.amd ? define('uikitslideshow', ['uiki... |
/*
* Planck.js v0.2.0
*
* Copyright (c) 2016-2018 Ali Shakiba http://shakiba.me/planck.js
* Copyright (c) 2006-2013 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from ... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'image', 'eo', {
alertUrl: 'Bonvolu tajpi la retadreson de la bildo',
alt: 'Anstataŭiga Teksto',
border: 'Bordero',
btnUpload: 'Sendu al Servilo... |
define({
"_widgetLabel": "資訊摘要",
"title": "InfoSummary Widget",
"helpText": "InfoSummary 說明文字",
"expand": "切換圖徵清單",
"logoPrefix": "...的標誌 "
}); |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _enzymeShallowEqual = _interopRequireDefault(require("enzyme-shallow-equal"));
var _extends2 = _interopRequireDefault(... |
'use strict';
var repeat = require('repeat-string');
module.exports = strong;
/* Stringify a `strong`.
*
* The marker used is configurable by `strong`, which
* defaults to an asterisk (`'*'`) but also accepts an
* underscore (`'_'`):
*
* __foo__
*/
function strong(node) {
var marker = repeat(this.option... |
/*jshint globalstrict: true*/
'use strict';
function addToScope(locals, identifier, instance) {
if (locals && _.isObject(locals.$scope)) {
locals.$scope[identifier] = instance;
} else {
throw 'Cannot export controller as ' + identifier +
'! No $scope object provided via locals';
}
}
function $Contro... |
var x = null;
var o = { p: 0, ...x };
(o.p: empty); // error: number ~> empty
|
module.exports = {
'2.2': require('./2_2'),
'_default': require('./2_1'),
'2.1': require('./2_1'),
'2.0': require('./2_0'),
'1.7': require('./1_7'),
'1.6': require('./1_6'),
'2.x': require('./2_x'),
'master': require('./master')
};
|
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/**
* @name: S11.8.3_A2.1_T3;
* @section: 11.8.3, 11.8.5;
* @assertion: Operator x <= y uses GetValue;
* @description: If GetBase(y) is null, throw ReferenceError;
*/
//CHECK#1
try ... |
// @flow
import type {Foo} from './foo';
import type {Bar} from './bar';
function f(x: Foo): Bar { return x; }
|
/**
* Copyright (c) 2016-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(function(require, exports, module) {
exports.dirname = function(path) {
if (path[path.length - 1] === '/') {
path = path.substring(0, path.length - 1);
}
var parts = path.split("/");
return parts.slice(0, parts.length - 1).join("/");
};
exports.filename = ... |
// Connect to MongoDB using Mongoose
var mongoose = require('mongoose');
var db;
if (process.env.VCAP_SERVICES) {
var env = JSON.parse(process.env.VCAP_SERVICES);
db = mongoose.createConnection(env['mongodb-2.2'][0].credentials.url);
} else {
db = mongoose.createConnection('localhost', 'pollsapp');
}
// Get P... |
require('../../tool-env/install-babel.js');
var _ = require('underscore');
var assert = require('assert');
var bundler = require('../../isobuild/bundler.js');
var release = require('../../packaging/release.js');
var files = require('../../fs/files.js');
var catalog = require('../../packaging/catalog/catalog.js');
var ... |
/* jshint node: true */
module.exports = function (environment) {
var ENV = {
modulePrefix: 'azureexplorer',
environment: environment,
baseURL: '/',
locationType: 'hash',
EmberENV: {
FEATURES: {
// Here you can enable experimental features on an e... |
'use strict';
module.exports = {
db: 'mongodb://localhost/angle-test',
port: 3001,
app: {
title: 'Angle - Test Environment'
},
facebook: {
clientID: process.env.FACEBOOK_ID || 'APP_ID',
clientSecret: process.env.FACEBOOK_SECRET || 'APP_SECRET',
callbackURL: '/auth/facebook/callback'
},
twitter: {
clie... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'scayt', 'fi', {
btn_about: 'Tietoja oikoluvusta kirjoitetaessa',
btn_dictionaries: 'Sanakirjat',
btn_disable: 'Poista käytöstä oikoluku kirjoite... |
import fileType from 'file-type';
const buffer = new Buffer(1);
const array = new Uint8Array(buffer);
const type1 = fileType(buffer);
if (type1) {
type1.ext;
}
const type2 = fileType(array);
// $ExpectError
type2.ext;
if (type2) {
type2.mime;
}
// $ExpectError
fileType('');
|
'use strict';
// Create a report about unused icons in a project.
var fs = require('fs');
var path = require('path');
var exec = require('child_process').exec;
var optimist = require('optimist');
var cli = optimist
.usage('Create a report about unused icons in a project.' + '\n' +
'Usage: $0 path/to/your/projec... |
/*eslint no-console: 0 */
"use strict";
// wrap returns a function that will invoke the supplied function and print a deprecation warning to the console each
// time it is called.
exports.wrap = function (func, msg) {
var wrapped = function () {
// Watch out for IE7 and below! :(
if (typeof console... |
/*!
* ui-grid - v4.5.0 - 2018-06-15
* Copyright (c) 2018 ; License: MIT
*/
(function () {
angular.module('ui.grid').config(['$provide', function($provide) {
$provide.decorator('i18nService', ['$delegate', function($delegate) {
$delegate.add('es', {
aggregate: {
label: 'Artículos'
... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var Canvas_1 = require("./Canvas");
var EventListeners_1 = require("../Utils/EventListeners");
var Particles_1 = require("./Particles");
var Retina_1 = require("./Retina");
var FrameManager_1 = require("./FrameM... |
var foxy = require("./index");
var request = require("supertest");
var connect = require("connect");
var http = require("http");
var multi = require("multiline");
var config = {
rules: {
match: /Hi there/,
fn: function (match) {
return "Browser Sync " + match
}... |
/**
* Fill metadataStore with metadata
* DO NOT USE!
* This is the old version whose metadata were semi-generated in tortured fashion
* from an EDM. The current version is metadata.js which defines metadata by hand
*
* Hold on to this version for reference
*/
(function(angular) {
'use strict';
angular.m... |
import DRFAdapter from './drf';
export default DRFAdapter.extend({
});
|
import keys from './keys.js';
/** Used to compose bitmasks for value comparisons. */
var COMPARE_PARTIAL_FLAG = 1;
/** Used for built-in method references. */
var objectProto = Object.prototype;
/** Used to check objects for own properties. */
var hasOwnProperty = objectProto.hasOwnProperty;
/**
* A specialized ve... |
$(document).ready(function(){
/* ==========================================================================
Fullcalendar
========================================================================== */
$('#calendar').fullCalendar({
header: {
left: '',
center: 'prev, title, nex... |
// Turkish
$.extend( $.fn.pickadate.defaults, {
monthsFull: [ 'Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık' ],
monthsShort: [ 'Oca', 'Şub', 'Mar', 'Nis', 'May', 'Haz', 'Tem', 'Ağu', 'Eyl', 'Eki', 'Kas', 'Ara' ],
weekdaysFull: [ 'Pazar', 'Pazar... |
'use strict';
module.exports = {
'serverport': 3000,
'scripts': {
'src': './app/js/**/*.js',
'dest': './build/js/'
},
'images': {
'src': './app/images/**/*.{jpeg,jpg,png}',
'dest': './build/images/'
},
'styles': {
'src': './app/styles/**/*.scss',
'dest': './build/css/'
},
'... |
/**! Qoopido.demand 4.2.7-alpha.11 | https://github.com/dlueth/qoopido.demand | (c) 2018 Dirk Lueth */
!function(){"use strict";provide(["/demand/abstract/handler"],function(n){var t=/^application\/json/;function e(){}return e.prototype={validate:function(n){return t.test(n)},onPreRequest:function(n){var t=n.url.pathna... |
hljs.registerLanguage("brainfuck",function(e){var r={cN:"literal",b:"[\\+\\-]",relevance:0};return{aliases:["bf"],c:[e.C("[^\\[\\]\\.,\\+\\-<> \r\n]","[\\[\\]\\.,\\+\\-<> \r\n]",{rE:!0,relevance:0}),{cN:"title",b:"[\\[\\]]",relevance:0},{cN:"string",b:"[\\.,]",relevance:0},{b:/(?:\+\+|\-\-)/,c:[r]},r]}}); |
/*global describe, it, before, after */
// # Frontend Route tests
// As it stands, these tests depend on the database, and as such are integration tests.
// Mocking out the models to not touch the DB would turn these into unit tests, and should probably be done in future,
// But then again testing real code, rather th... |
import getTag from './_getTag.js';
import isObjectLike from './isObjectLike.js';
/** `Object#toString` result references. */
var mapTag = '[object Map]';
/**
* Checks if `value` is classified as a `Map` object.
*
* @static
* @memberOf _
* @since 4.3.0
* @category Lang
* @param {*} value The value to check.
* ... |
/***@@@ BEGIN LICENSE @@@***/
/*───────────────────────────────────────────────────────────────────────────*\
│ Copyright (C) 2013 eBay Software Foundation │
│ │
│hh ,'""`. ... |
window.onload = function () {
editor.setOpt({
emotionLocalization:false
});
emotion.SmileyPath = editor.options.emotionLocalization === true ? 'images/' : "http://img.baidu.com/hi/";
emotion.SmileyBox = createTabList( emotion.tabNum );
emotion.tabExist = createArr( emotion.tabNum );
... |
// Fine Uploader 5.15.1 - MIT licensed. http://fineuploader.com
(function(global) {
(function($) {
"use strict";
var $el, pluginOptions = [ "uploaderType", "endpointType" ];
function init(options) {
var xformedOpts = transformVariables(options || {}), newUploaderInstance = getNew... |
define(function() {
var theme = {
// 默认色板
color: [
'#2ec7c9','#b6a2de','#5ab1ef','#ffb980','#d87a80',
'#8d98b3','#e5cf0d','#97b552','#95706d','#dc69aa',
'#07a2a4','#9a7fd1','#588dd5','#f5994e','#c05050',
'#59678c','#c9ab00','#7eb00a','#6f5553','#c14089'
],
// 图表标题
t... |
"use strict";
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard");
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {
accordionDetailsClasses: true
};
Object.d... |
'use strict';
exports.__esModule = true;
var _postcssSelectorParser = require('postcss-selector-parser');
var _postcssSelectorParser2 = _interopRequireDefault(_postcssSelectorParser);
var _exists = require('../exists');
var _exists2 = _interopRequireDefault(_exists);
var _isMixin = require('../isMixin');
var _is... |
angular.module('material.core')
.factory('$mdConstant', MdConstantFactory);
/**
* Factory function that creates the grab-bag $mdConstant service.
* @ngInject
*/
function MdConstantFactory($sniffer) {
var webkit = /webkit/i.test($sniffer.vendorPrefix);
function vendorProperty(name) {
return webkit ? ('webk... |
/*! instantsearch-googlemaps 1.2.3 | © Algolia | github.com/instantsearch/instantsearch-googlemaps */(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("React"), require("ReactDOM"), require("instantsearch"));
el... |
// XXX Hack to prevent hextorstr function used by JWS send a string instead of
// a Word Array. On this way, no string decoding needs to take place and Crypto
// takes care of everything.
// Note that it should not affect the other algorithms as hextorstr is exclusively
// used on Hmac family (that invokes CryptoJS li... |
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'stylescombo', 'ja', {
label: 'スタイル',
panelTitle: 'スタイル',
panelTitle1: 'ブロックスタイル',
panelTitle2: 'インラインスタイル',
panelTitle3: 'オブジェクトスタイル'
});
|
import React, { cloneElement } from 'react';
import classNames from 'classnames';
import ValidComponentChildren from './utils/ValidComponentChildren';
import createChainedFunction from './utils/createChainedFunction';
import BootstrapMixin from './BootstrapMixin';
import SafeAnchor from './SafeAnchor';
const SubNav =... |
/* http://keith-wood.name/calendars.html
Arabic localisation for calendars datepicker for jQuery.
Mahmoud Khaled -- mahmoud.khaled@badrit.com
NOTE: monthNames are the new months names */
(function($) {
'use strict';
$.calendarsPicker.regionalOptions['ar-EG'] = {
renderer: $.calendarsPicker.defaultRe... |
/**
* @fileoverview Common utilities.
*/
"use strict";
//------------------------------------------------------------------------------
// Constants
//------------------------------------------------------------------------------
var PLUGIN_NAME_PREFIX = "eslint-plugin-",
NAMESPACE_REGEX = /^@.*\//i;
//-------... |
var MockServer = require('mockserver');
module.exports = {
setUp: function (callback) {
this.client = require('../../nightwatch.js').init();
callback();
},
testCommand : function(test) {
var client = this.client;
MockServer.addMock({
url : "/wd/hub/session/1352110219202/mo... |
/*
* CKFinder
* ========
* http://cksource.com/ckfinder
* Copyright (C) 2007-2013, CKSource - Frederico Knabben. All rights reserved.
*
* The software, this file, and its contents are subject to the CKFinder
* License. Please read the license.txt file before using, installing, copying,
* modifying, or distribu... |
var assert = require('assert');
var math = require('../../../index');
var Matrix = math.type.Matrix;
var DenseMatrix = math.type.DenseMatrix;
var SparseMatrix = math.type.SparseMatrix;
var Complex = math.type.Complex;
var Range = math.type.Range;
var index = math.index;
describe('DenseMatrix', function() {
describ... |
'use strict';
var assert = require('assert');
var mocha = require('mocha');
var describe = mocha.describe;
var it = mocha.it;
var testutil = require('../testutil.js');
var loca = require('../../src/tables/loca.js');
describe('tables/loca.js', function() {
it('can parse the short version', function() {
var... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v13.0.0
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c ... |
({ *method(x = yield) {} }) |
loadIonicon('<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M217.9 256L345 129c9.4-9.4 9.4-24.6 0-33.9-9.4-9.4-24.6-9.3-34 0L167 239c-9.1 9.1-9.3 23.7-.7 33.1L310.9 417c4.7 4.7 10.9 7 17 7s12.3-2.3 17-7c9.4-9.4 9.4-24.6 0-33.9L217.9 256z"/></svg>','ios-arrow-back'); |
var path = require('path')
, fs = require('fs')
, exists = fs.existsSync || path.existsSync
, resolve = path.resolve
, dirname = path.dirname
, extname = path.extname
, basename = path.basename;
/**
* Express 3.x Layout & Partial support.
*
* The beloved feature from Express 2.x is back as a middleware... |
/*************************************************************
*
* MathJax/jax/output/SVG/fonts/Gyre-Pagella/Symbols/Regular/Main.js
*
* Copyright (c) 2013-2014 The MathJax Consortium
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with t... |
/**
* ag-grid - Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components
* @version v10.0.1
* @link http://www.ag-grid.com/
* @license MIT
*/
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __prot... |
// =SECTION Setup
// Local config overrides
var config = localStorage.getItem("interactiveOverrides");
if (config) {
config = JSON.parse(config);
window.TogetherJSConfig = config;
for (var a in config) {
TogetherJS.config(a, config[a]);
}
}
Test.require("ui", "chat", "util", "session", "jquery", "storage"... |
/*************************************************************
*
* MathJax/jax/output/HTML-CSS/entities/n.js
*
* Copyright (c) 2010-2014 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 ob... |
// For an introduction to the Page Control template, see the following documentation:
// http://go.microsoft.com/fwlink/?LinkId=232511
(function () {
"use strict";
var app = WinJS.Application;
var nav = WinJS.Navigation;
var sched = WinJS.Utilities.Scheduler;
var ui = WinJS.UI;
WinJS.UI.Pages... |
describe("module:ng.directive:ngClick", function() {
beforeEach(function() {
browser.get("./examples/example-example24/index.html");
});
it('should check ng-click', function() {
expect(element(by.binding('count')).getText()).toMatch('0');
element(by.css('button')).click();
expect(element(by.bindi... |
!function(e,t,n,i){"function"==typeof define&&define.amd?(n=Object.values(n),define(e,n,i)):"undefined"!=typeof module&&module.exports?(n=Object.keys(n).map(e=>require(e)),module.exports=i(...n)):(n=Object.values(n).map(e=>t[e]),t[e]=i(...n))}("Monio","undefined"!=typeof globalThis?globalThis:"undefined"!=typeof global... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'save', 'ru', {
toolbar: 'Сохранить'
} );
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.