code
stringlengths
2
1.05M
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
/* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns * Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md */ const _ = require("underscore") const path = require("path") const jade = require("jade") const fs = require("fs") const mo...
module.exports = require('../lib/') .extend('faker', function() { try { return require('faker/locale/zh_CN'); } catch (e) { return null; } });
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) /******/ retu...
var webpack = require("webpack"), HtmlWebpackPlugin = require("html-webpack-plugin"), ExtractTextPlugin = require("extract-text-webpack-plugin"), CopyWebpackPlugin = require("copy-webpack-plugin"), helpers = require("./helpers"); const exercisePath = process.env.exercise; var plugins = [ new webpack.optimize.Co...
import React, { Component, PropTypes } from 'react'; import DatePicker from 'material-ui/lib/date-picker/date-picker'; import * as layouts from '../../store/db_layouts.js'; function fmtDate( dt ) { return dt.toLocaleDateString(); } const CompFormDate = (props) => { const f = props.field; const curr_dat...
/* RequireJS 2.2.0 Copyright jQuery Foundation and other contributors. Released under MIT license, http://github.com/requirejs/requirejs/LICENSE */ var requirejs, require, define; (function(ga) { function ka(b, c, d, g) { return g || "" } function K(b) { return "[object Function]" === Q.call...
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path d="M12 3.7c-.66 0-1.2.54-1.2 1.2v1.51l2.39 2.39.01-3.9c0-.66-.54-1.2-1.2-1.2z" opacity=".3" /><path d="M19 11h-1.7c0 .58-.1 1.13-.27 1.64l1.27 1.27c.44-.88.7-1.87.7-2.91zM4.41 2.86L3...
/*global console: false, creatis_carpenterStorage_replaceContentFromStorage: false */ $(function () { function initDesktop() { $("#accordion").accordion({ collapsible: true, active: localStorage.selectedCarpenter ? false : true, }); // Kontaktseite Suche $...
import { create, visitable } from 'ember-cli-page-object'; import accountSetup from 'code-corps-ember/tests/pages/components/payments/account-setup'; export default create({ visit: visitable(':organization/:project/settings/donations/payments'), accountSetup });
'use strict'; /* main App */ var app = angular.module('submitConformationcontroller', []); app.controller('confirmationCtrl', ['$scope', function($scope){ $scope.volunteerList = ["Joop Bakker", "Dirk Dijkstra", "Sterre Hendriks", "Hendrik Jacobs", "Hans Heuvel", "Jaap Beek", "Jan-Jaap Dijk", "Marleen Jansen", "...
// Copyright (c) 2012, Event Store LLP // 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 condit...
'use strict'; var R6MStatsOpData = (function(R6MLangTerms, undefined) { var WARNING_THRESHOLD = 20, opStats = { attackers: [], defenders: [], sortInfo: { field: null, rank: null, isDescending: null } }; var getAveragesTotals = function getAveragesTotals(opRo...
var React = require('react'); var Router = require('react-router'); var whenKeys = require('when/keys'); var EventEmitter = require('events').EventEmitter; var { Route, DefaultRoute, RouteHandler, Link } = Router; var API = 'http://addressbook-api.herokuapp.com'; var loadingEvents = new EventEmitter(); function getJS...
//= require ./core/monocle //= require ./compat/env //= require ./compat/css //= require ./compat/stubs //= require ./compat/browser //= require ./compat/gala //= require ./core/bookdata //= require ./core/factory //= require ./core/events //= require ./core/styles //= require ./core/formatting //= require ./core/reade...
/** * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ 'use strict'; const fs = jest.genMockFromModule('fs'); const mockFiles = new Map(); function __setMockFiles...
'use strict'; module.exports = { up: function(queryInterface, Sequelize) { return queryInterface.createTable('Profiles', { id: { allowNull: false, autoIncrement: true, primaryKey: true, type: Sequelize.INTEGER }, first_name: { type: Sequelize.STRING ...
'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; }; function _interopR...
import falcor from 'falcor'; import _ from 'lodash'; import * as db from 'lib/db'; import { has } from 'lib/utilities'; const $ref = falcor.Model.ref; export default [ { // get featured article route: "issues['byNumber'][{integers:issueNumbers}]['featured']", get: pathSet => new Promise(resolve =...
import React, {PropTypes} from 'react' import styles from './Form.css' export default React.createClass({ propTypes: { username: PropTypes.string.isRequired, onLogout: PropTypes.func }, render() { return ( <div className={styles.forms}> <section> <label>当前用户:</label> ...
(function() { 'use strict'; angular .module('echarliApp') .factory('Activate', Activate); Activate.$inject = ['$resource']; function Activate ($resource) { var service = $resource('api/activate', {}, { 'get': { method: 'GET', params: {}, isArray: false} });...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
// conf.js exports.config = { seleniumServerJar: "./node_modules/protractor/selenium/selenium-server-standalone-2.45.0.jar", specs: ["test/e2e/*.scenarios.coffee"], baseUrl: "http://localhost:3000", capabilities: { "browserName": "chrome" }, framework: "mocha" }
/* Magic Mirror * Log * * This logger is very simple, but needs to be extended. * This system can eventually be used to push the log messages to an external target. * * By Michael Teeuw https://michaelteeuw.nl * MIT Licensed. */ (function (root, factory) { if (typeof exports === "object") { if (process.env.J...
/** * Dummy file for grunt-nodemon to run node-inspector task */
'use strict'; var a = 0; var b = 1; var x = a; var y = b; console.log( x + y );
module.exports={A:{A:{"2":"H D G E A B EB"},B:{"2":"C p x J L N I"},C:{"2":"0 1 2 3 4 5 6 8 9 YB BB F K H D G E A B C p x J L N I O P Q R S T U V W X Y Z b c d e f g h i j k l m n o M q r s t u v w y WB QB"},D:{"1":"0 1 2 3 4 5 6 8 9 J L N I O P Q R S T U V W X Y Z b c d e f g h i j k l m n o M q r s t u v w y KB aB FB...
// Copyright 2009 the Sputnik authors. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /** * @name: S12.10_A1.4_T4; * @section: 12.10; * @assertion: The with statement adds a computed object to the front of the * scope chain of the current execution context; * @descrip...
frappe.ui.form.ControlCurrency = frappe.ui.form.ControlFloat.extend({ format_for_input: function(value) { var formatted_value = format_number(value, this.get_number_format(), this.get_precision()); return isNaN(parseFloat(value)) ? "" : formatted_value; }, get_precision: function() { // always round based on ...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
describe('ngThrottleSpec', function() { var $animate, body, $rootElement, $throttle, $timeout; beforeEach(module('material.services.throttle', 'material.animations')); beforeEach(inject(function(_$throttle_, _$timeout_, _$animate_, _$rootElement_, $document ){ $throttle = _$throttle_; $timeout = _$time...
//Libraries const React = require("react"); const _ = require("lodash"); const DataActions = require("../actions/data_actions"); const DataStore = require("../stores/data_store"); const FilterStore = require("../stores/filter_store"); const ColumnsStore = require("../stores/columns_store"); //Mixins const...
/* State * @class * @classdesc This class reprensent an automata state, a sub-type of a generic Node */ k.data.State = (function(_super) { 'use strict'; /* jshint latedef:false */ k.utils.obj.inherit(state, _super); /* * Constructor Automata State * * @constructor * @param {[ItemRule]} options.items Arra...
// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function (mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define....
$(document).ready(function() { $("#frmChangePass").submit(function() { //get the url for the form AJAX.post( $("#frmChangePass").attr("action"), { _password_current : $("#currentPass").val(), _password : $("#newPass").val(), _password_confirm : $("#newPass2").val() }, $("#msgbox_changepas...
/** * Created by joonkukang on 2014. 1. 16.. */ var math = require('./utils').math; let optimize = module.exports; optimize.hillclimb = function(options){ var domain = options['domain']; var costf = options['costf']; var i; var vec = []; for(i=0 ; i<domain.length ; i++) vec.push(math.ran...
System.register(['@angular/core', '@angular/router', '../user/user.service', './login.service', '../shared/alert/dtalert.component', '../shared/spinner/dtspinner.component'], function(exports_1, context_1) { "use strict"; var __moduleName = context_1 && context_1.id; var __decorate = (this && this.__decorat...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
/*global module:false*/ module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: '<json:jquery-disqus.jquery.json>', meta: { banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' + '<%= grunt.template.today("yyyy-mm-dd") %>\n' + '<%= pkg.homep...
define(['../lib/circle', '../lib/aura', './collision', '../lib/vector', '../lib/dictionary'],function(Circle, Aura, collision, Vector, Dictionary){ var Particle = function(world, options) { var options = options || {} Circle.call(this, options); //TODO: implement singleton for the world this.world = world;...
/* Copyright 2013-2015 ASIAL CORPORATION 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 in writing, so...
config.$inject = [ '$stateProvider' ]; function config ($stateProvider) { $stateProvider .state('main.admin-dashboard', { url: '/inicio', templateUrl: 'templates/components/main/dashboard/admin-dashboard.html', controller: 'AdminDashboardController as vm', onEnter: onStateEnter }) .state('main.s...
;modjewel.define("weinre/target/SqlStepper", function(require, exports, module) { // Generated by CoffeeScript 1.3.3 var Binding, SqlStepper, executeSql, ourErrorCallback, runStep; Binding = require('../common/Binding'); module.exports = SqlStepper = (function() { function SqlStepper(steps) { var context; ...
import {test} from '../qunit'; import {localeModule} from '../qunit-locale'; import moment from '../../moment'; localeModule('hu'); test('parse', function (assert) { var tests = 'január jan_február feb_március márc_április ápr_május máj_június jún_július júl_augusztus aug_szeptember szept_október okt_november nov_...
// Break out the application running from the configuration definition to // assist with testing. require(['config'], function() { // Kick off the application. require(['app', 'router'], function(app, Router) { // Define your master router on the application namespace and trigger all // navigation from this...
const dec = () => {}; class Foo { @dec #x() {} bar() { ([...this.#x] = this.baz); } }
(function () { $(function () { var _userService = abp.services.app.user; var _$modal = $('#UserCreateModal'); var _$form = _$modal.find('form'); _$form.validate({ rules: { Password: "required", ConfirmPassword: { equa...
//>>built define({nomatchMessage:"Die Kennw\u00f6rter stimmen nicht \u00fcberein.",badPasswordMessage:"Ung\u00fcltiges Kennwort."});
(function(){ if(!window.Prism) { return; } function $$(expr, con) { return Array.prototype.slice.call((con || document).querySelectorAll(expr)); } var CRLF = crlf = /\r?\n|\r/g; function highlightLines(pre, lines, classes) { var ranges = lines.replace(/\s+/g, '').split(','), offset = +pre.getAttribute('data-...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ "use strict"; var path = require("path"); var fs = require("fs"); var minify = require("jsonminify"); var js_beaut...
module.exports = { ignorePatterns: ['bin', 'commitlint.config.js'], extends: [ 'plugin:@typescript-eslint/recommended', 'prettier', 'prettier/@typescript-eslint', 'plugin:prettier/recommended', ], parser: '@typescript-eslint/parser', parserOptions: { project: ['./tsconfig.json', './test/ts...
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; import _extends from "@babel/runtime/helpers/esm/extends"; import * as React from 'react'; import PropTypes from 'prop-types'; import clsx from 'clsx'; import { deepmerge } from '@material-ui/utils'; import { unstable_c...
/** * simple */ var mysinleton = { property1 : 'something', property2 : 'something else', method1 : function() { console.log("hello world"); } } /*** * encapsulation like java get、set */ var mysinleton2 = function() { var privateVariable = 'something private'; function showPrivate(...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @emails oncall+relay * @flow strict-local * @format */ // flowlint ambiguous-object-type:error 'use strict'; const useRelay...
/** * @providesModule Fabric */ 'use strict'; module.exports.Crashlytics = require('./Crashlytics'); module.exports.Answers = require('./Answers');
'use strict'; describe('LoginController', function () { // Load the parent app beforeEach(module('demoSite')); var $controller; var $scope, controller, $window; beforeEach(inject(function (_$controller_) { $controller = _$controller_; $scope = {}; $window = { location: {}...
/* ========================================================= * bootstrap-datepicker.js * http://www.eyecon.ro/bootstrap-datepicker * ========================================================= * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * * Licensed under the Apache License, Version 2.0 (the "Lic...
// Insert your JS here
'use strict'; const path = require('path'); // This is a custom Jest transformer turning file imports into filenames. // https://facebook.github.io/jest/docs/en/webpack.html module.exports = { process(src, filename) { const assetFilename = JSON.stringify(path.basename(filename)); if (filename.match(/\.svg...
var colors = require('colors'); colors.enabled = true; exports.config = { seleniumAddress: 'http://localhost:4444/wd/hub', specs: ['../nodejs/jasmine-custom-message.spec.js', './test-jasmine-custom-message.js'] };
import { Increment, Decrement } from '../actions' export default (state = 0, action) => { switch (action.constructor) { case Increment: return state + 1 case Decrement: return state - 1 default: return state } }
import { RECEIVE_ALL_JOBS, RECEIVE_JOB, REQUEST_ALL_JOBS, REQUEST_JOB, RECEIVE_FILTERED_JOBS, REQUEST_FILTERED_JOBS, CREATE_JOBS, PAGINATE_JOBS, UPDATE_JOB, DELETE_JOB } from './constants' const initialState = { fetchingSelected: false, selected: null, fetchingAll: false, all: null, filteredJobs: null,...
module.exports = { createUser: require('./create-user') };
/* global logger, processWebhookMessage */ import moment from 'moment'; RocketChat.integrations.triggerHandler = new class RocketChatIntegrationHandler { constructor() { this.vm = Npm.require('vm'); this.successResults = [200, 201, 202]; this.compiledScripts = {}; this.triggers = {}; RocketChat.models.Inte...
'use strict'; module.exports = function (t, a) { t(document.createElement('p')); };
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path d="M11 17h10v-2H11v2zm-8-5l4 4V8l-4 4zm0 9h18v-2H3v2zM3 3v2h18V3H3zm8 6h10V7H11v2zm0 4h10v-2H11v2z" /></React.Fragment> , 'FormatIndentDecreaseSharp');
import { Button } from './button'; export { Button }; export default null;
/** * @author Richard Davey <rich@photonstorm.com> * @copyright 2019 Photon Storm Ltd. * @license {@link https://opensource.org/licenses/MIT|MIT License} */ var imageHeight = 0; /** * @function addFrame * @private * @since 3.0.0 */ var addFrame = function (texture, sourceIndex, name, frame) { ...
import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <React.Fragment><path fill="none" d="M0 0h24v24H0V0z" /><g><path d="M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M1...
'use strict'; var element = require('../element'); module.exports = function(node) { var el = element('phpdbg'); el.innerHTML = node.nodeValue; return el; };
$(function () { // Prepare demo data var data = [ { "hc-key": "dm-lu", "value": 0 }, { "hc-key": "dm-ma", "value": 1 }, { "hc-key": "dm-pk", "value": 2 }, { "hc-key": "dm-...
/*global require: false, module: false, process: false */ "use strict"; var mod = function( _, Promise, Options, Logger ) { var Log = Logger.create("AppContainer"); var WebAppContainer = function() { this.initialize.apply(this, arguments); }; _.extend(WebAppContainer.prototype, { initialize:...
"use strict"; const Base = require('yeoman-generator'); const generatorArguments = require('./arguments'); const generatorOptions = require('./options'); const generatorSteps = require('./steps'); module.exports = class ResponseGenerator extends Base { constructor(args, options) { super(args, options); Obj...
var _extend = function(obj, source) { for (var prop in source) { obj[prop] = source[prop]; } return obj; }; var STATUS = { blank: 'blank', booked: 'booked', overflowing: 'overflowing' }; var ACTION = { initialBook: 'initialBook', book: 'book' }; /** * SequenceObject */ var S...
'use strict'; const _ = require('lodash'); const moment = require('moment-timezone'); module.exports = BaseTypes => { BaseTypes.ABSTRACT.prototype.dialectTypes = 'https://mariadb.com/kb/en/library/resultset/#field-types'; /** * types: [buffer_type, ...] * @see documentation : https://mariadb.com/kb/en/libr...
module.exports = function () { var faker = require('faker'); var _ = require('lodash'); var getUserInfo = require('./mocks/getUserInfo.js'); var productName = function () { return faker.commerce.productAdjective() + ' ' + faker.commerce.productMaterial() + ' Widget'; }; var productIm...
/*jshint esversion: 6 */ import Service from '@ember/service'; export default Service.extend({ createCustomBlock(name, options, callback_to_change_block) { options.colour = options.colour || '#4453ff'; if (Blockly.Blocks[name]) { //console.warn(`Redefiniendo el bloque ${name}`); } Blockly.Bl...
webpackJsonp([0],{ /***/ 109: /***/ (function(module, exports) { function webpackEmptyAsyncContext(req) { // Here Promise.resolve().then() is used instead of new Promise() to prevent // uncatched exception popping up in devtools return Promise.resolve().then(function() { throw new Error("Cannot find module '" + ...
mf.include("chat_commands.js"); mf.include("assert.js"); mf.include("arrays.js"); /** * Example: * var id; * var count = 0; * task_manager.doLater(new task_manager.Task(function start() { * id = mf.setInterval(function() { * mf.debug("hello"); * if (++count === 10) { * task_mana...
/** * Adds a new plugin to plugin.json, based on user prompts */ (function(){ var fs = require("fs"), inquirer = require("inquirer"), chalk = require("chalk"), plugins = require("../plugins.json"), banner = require("./banner.js"), tags = require("./tags.js"...
$(function() { /* We're going to use these elements a lot, so let's save references to them * here. All of these elements are already created by the HTML code produced * by the items page. */ var $orderPanel = $('#order-panel'); var $orderPanelCloseButton = $('#order-panel-close-button'); var $itemName =...
// @flow /* eslint-disable react/no-danger */ // $FlowMeteor import { find, propEq } from "ramda"; import { Link } from "react-router"; import Split, { Left, Right, } from "../../../components/@primitives/layout/split"; import Meta from "../../../components/shared/meta"; import AddToCart from "../../../components/...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
var API_PHP ="http://devtucompass.tk/pici/BackEnd/Clases/chatAdmin.php"; var API_REST = "http://devtucompass.tk/pici/API/"; $.support.cors = true; $.mobile.allowCrossDomainPages = true; function enviarInfo(){ $("#enviarInfo").click(function(){ $.ajax({ type: "POST", url: API_PHP, dat...
(function(jiglib) { var MaterialProperties = jiglib.MaterialProperties; var CachedImpulse = jiglib.CachedImpulse; var PhysicsState = jiglib.PhysicsState; var RigidBody = jiglib.RigidBody; var HingeJoint = jiglib.HingeJoint; var BodyPair = jiglib.BodyPair; var PhysicsSystem = jiglib.PhysicsSystem; ...
/* * SameValue() (E5 Section 9.12). * * SameValue() is difficult to test indirectly. It appears in E5 Section * 8.12.9, [[DefineOwnProperty]] several times. * * One relatively simple approach is to create a non-configurable, non-writable * property, and attempt to use Object.defineProperty() to set a new v...
/** * marked - a markdown parser * Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed) * https://github.com/chjj/marked */ (function () { var block = { newline: /^\n+/, code: /^( {4}[^\n]+\n*)+/, fences: noop, hr: /^( *[-*_]){3,} *(?:\n+|$)/, heading: /^ *(#{1,6}...
/* * @name शेक बॉल बाउंस * @description एक बॉल क्लास बनाएं, कई ऑब्जेक्ट्स को इंस्टेंट करें, इसे स्क्रीन के चारों ओर घुमाएं, और कैनवास के किनारे को छूने पर बाउंस करें। * त्वरणX और त्वरण में कुल परिवर्तन के आधार पर शेक घटना का पता लगाएं और पता लगाने के आधार पर वस्तुओं को गति दें या धीमा करें। */ let balls = []; ...
import { removeFromArray } from '../../../utils/array'; import fireEvent from '../../../events/fireEvent'; import Fragment from '../../Fragment'; import createFunction from '../../../shared/createFunction'; import { unbind } from '../../../shared/methodCallers'; import noop from '../../../utils/noop'; import resolveRef...
module.exports={"title":"TYPO3","hex":"FF8700","source":"https://typo3.com/fileadmin/assets/typo3logos/typo3_bullet_01.svg","svg":"<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>TYPO3 icon</title><path d=\"M18.08 16.539c-.356.105-.64.144-1.012.144-3.048 0-7.524-10.652-7.524-14.197 0...
!function(){"use strict";!function(){if(void 0===window.Reflect||void 0===window.customElements||window.customElements.polyfillWrapFlushCallback)return;const t=HTMLElement;window.HTMLElement={HTMLElement:function(){return Reflect.construct(t,[],this.constructor)}}.HTMLElement,HTMLElement.prototype=t.prototype,HTMLEleme...
/* * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2016 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(['sap/ui/base/EventProvider','./Serializer','./delegate/HTML','sap/ui/thirdparty/vkbeautify'],function(E,S,H,v){"use stri...
'use strict'; var _ = require('lodash'); var helpers = require('./helpers'); var responseParser = require('./responseparser'); var request = require('./request'); // A resource on the API, instances of this are used as the prototype of // instances of each API resource. This constructor will build up a method // for...
/** * Custom events to control showing and hiding of tooltip * * @attributes * - `event` {String} * - `eventOff` {String} */ export const checkStatus = function(dataEventOff, e) { const { show } = this.state; const { id } = this.props; const isCapture = this.isCapture(e.currentTarget); const currentItem ...
var Request = require('request'); function NewsFetcher() { this._newsLink = 'http://kaku.rocks/news.json'; } NewsFetcher.prototype.get = function() { var promise = new Promise((resolve, reject) => { Request.get(this._newsLink, (error, response, body) => { if (error) { reject(error); cons...
/** * @fileoverview Tests for max-depth. * @author Ian Christian Myers */ //------------------------------------------------------------------------------ // Requirements //------------------------------------------------------------------------------ var eslintTester = require("eslint-tester"); //---------------...
'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; }; exports.isReactChi...
import React from 'react'; import ReactTestUtils from 'react/lib/ReactTestUtils'; import ReactDOM from 'react-dom'; import Nav from '../src/Nav'; import NavItem from '../src/NavItem'; import Tab from '../src/Tab'; import TabPane from '../src/TabPane'; import Tabs from '../src/Tabs'; import ValidComponentChildren from ...
'use strict'; const gulp = require('gulp'); const sequence = require('run-sequence'); gulp.task('start', cb => { sequence('configure', 'build', 'install', cb); });
semantic.dropdown = {}; // ready event semantic.dropdown.ready = function() { // selector cache var // alias handler ; // event handlers handler = { }; $('.first.example .menu .item') .tab({ context: '.first.example' }) ; $('.history.example .menu .ite...