text
stringlengths
2
1.04M
//xenoSplitPos:Window_BattleSkill----------------------------------------------------------------------------- // Window_BattleSkill // // The window for selecting a skill to use on the battle screen. function Window_BattleSkill() { this.initialize.apply(this, arguments); } Window_BattleSkill.prototype = Object.c...
;(function() { 'use strict'; angular .module('app.adpCommon') .service('AdpAttrs', function () { return setAttributes; }); function setAttributes(targetEl, args) { var action = args.action; var attrs = _.get(args, 'fieldSchema.html.' + action, {}); _.each(attrs, function (val, nam...
const runner = require('./test-runner').es5; describe("JSON", () => { describe("stringify", () => { it("should process string as expected", () => { runner.confirmBlock("JSON.stringify('foo')=='\"foo\"'"); }); it("should process number as expected", () => { runner.confirmBlock("JSON.stringify(123)=='123'"...
/** @type {import('next-sitemap').IConfig} */ const NextSitemapConfig = { siteUrl: "https://yesmydark.com", generateRobotsTxt: true, }; module.exports = NextSitemapConfig;
/** * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ import { Client, syncClients, expectClients, clearBuffer } from './utils.js'; describe( 'transform', () => { let john, kate; beforeEach...
import { h } from 'preact'; import { shallow } from 'enzyme'; import { expect } from 'chai'; import MapNotification from './'; describe('components/map-notification', () => { it('should display provided message', () => { const message = 'Hey this is a notice'; const wrapper = shallow(<MapNotification>{messag...
/* @flow */ /* eslint-env browser */ import Err from 'es6-error' export type StrDict = {[id: string]: string} /** * Bound values to url placeholders or add query string */ export type SerializeParams = (url: string, params: StrDict) => string export type PostProcess<I, O> = (params: I) => O export type Preprocess<...
const { URLSearchParams } = require('url') const fetch = require('node-fetch') const getBodyAndHeaders = require('./get-body-headers') /** * @param {object} requestOptions * @returns {JSON} */ module.exports = async ({ context: { req }, requestOptions }) => { const { method, body, baseUrl, path, query, bodyType }...
import test from 'ava'; import 'babel-core/register'; import get from 'mustream/src/utils/get'; test('get undefined returns undefined', t => { t.is(get(undefined), undefined); }); test('get null returns null', t => { t.is(get(null), null); }); test('get false returns false', t => { t.is(get(false), false); }...
/** * 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. * * @provides...
module.exports.isDesktopApp = function () { if (typeof window === 'object') { return window.desktopApp; } return process.env.UNIVERSE_DESKTOP_APP || false; }
'use strict'; var assert = require('assert') var util = require('util') var nn = require('nevernull') /** * Magic strings object that fills the role of consts */ var messages = { 'map': '`map` must be an object', 'dataServiceController': '`dataServiceController` must be an object', 'popupPresenterFactor...
import React from "react"; import theme from "theme"; import { Theme, Link, Box, Text } from "@quarkly/widgets"; import { Helmet } from "react-helmet"; import { Override, Menu, Section, StackItem, Stack, SocialMedia } from "@quarkly/components"; export default (() => { return <Theme theme={theme}> <Helmet> <title...
// This is middleware for restricting routes a user is // not allowed to visit if not logged in module.exports = function(req, res, next) { // If the user is logged in, continue with the request to the restricted route if (req.user) { return next(); } // If the user isn't logged in, redirect them to the lo...
export { default as getBasePath } from './getBasePath'; export { default as nodeNameValidation } from './NodeNameValidation.js'; export { default as referenceUtil } from './ReferenceUtil.js'; export { default as nameAvailable } from './nameAvailableMixin'; export { default as isValidObjectName } from './isValidObjectNa...
// Copyright 2007 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...
//# sourceMappingURL=mermaid.min.js.map
var test = require('./test'); describe('Test Src', function () { it('Should run this test Src', function () { test(); expect(true).toBe(true); }); });
const express = require("express"); const router = express.Router(); const nodemailer = require("nodemailer"); const crypto = require("crypto"); //Load user model const User = require("../../models/User"); //set up sendgrid mail const sgMail = require("@sendgrid/mail"); sgMail.setApiKey(require("../../config/keys").s...
memberSearchIndex = [{"p":"model","c":"DAO","l":"alterarContato(JavaBeans)","u":"alterarContato(model.JavaBeans)"},{"p":"controller","c":"Controller","l":"Controller()","u":"%3Cinit%3E()"},{"p":"model","c":"DAO","l":"DAO()","u":"%3Cinit%3E()"},{"p":"model","c":"DAO","l":"deletarContato(JavaBeans)","u":"deletarContato(m...
import _ from 'underscore'; import { Meteor } from 'meteor/meteor'; import { DDPRateLimiter } from 'meteor/ddp-rate-limiter'; import { RateLimiter } from 'meteor/rate-limit'; import { settings } from '../../../settings'; import { metrics } from '../../../metrics'; import { Logger } from '../../../logger'; const logge...
class Template { constructor(options) { this.container = options.container // this.options = options // this.playlist = this.init() } init() { let cover = ''; // this.options.playlist if (this.options.playlist.length) { cover = th...
var classtsl_1_1hopscotch__map_1_1KeySelect = [ [ "key_type", "classtsl_1_1hopscotch__map_1_1KeySelect.html#a85293ca4e00175ef124a1870dc97cfcd", null ], [ "operator()", "classtsl_1_1hopscotch__map_1_1KeySelect.html#a599d9f8862191113e662698fee668808", null ], [ "operator()", "classtsl_1_1hopscotch__map_1_1Key...
import { combineReducers } from "redux"; import {postUserReducer} from './postUsersReducer' import {productsReducer} from "./ProductsReducer"; import {cartReducer} from "./ShoppingReducer"; export const rootReducer = combineReducers({ postUserReducer, productsReducer, cartReducer })
// ======================= DOM Utility Functions from PastryKit =============================== // // Sure, we could use jQuery or XUI for these, // but these are concise and will work with plain vanilla JS Element.prototype.hasClassName = function (a) { return new RegExp("(?:^|\\s+)" + a + "(?:\\s+|$)").test(this.c...
import Translation from 'tbrtc-common/translate/Translation'; class ModProviderNotFound extends Error { constructor(mname, ename) { super(Translation.instance._('Module {mname} is not found, so you can not add handler of event {ename}', { "mname": mname, "ename": ename, }));...
const BigInteger = require("../../common/biginteger"); const GenUtils = require("../../common/GenUtils"); /** * Models an outgoing transfer destination. */ class MoneroDestination { /** * Construct the model. * * @param {MoneroDestination|object|string} stateOrAddress is a MoneroDestination, JS object...
// This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // // Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, // or any plugin's vendor/assets/javascripts directory can be referenced here using a relative ...
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. // @flow import type {ActionFunc, ActionResult, DispatchFunc, GetStateFunc} from 'types/actions'; import type {UserProfile} from 'types/users'; import type {TeamMembership} from 'types/teams'; import {batch...
// [Precio * (100% - Descuento%)] / 100 = precio que se termina pagando /* Precio: $120 Descuento: 15% 120 * (100 - 15)] / 100 = 102 Compra: 102 */ function calcularPrecioConDescuento(precio, descuento) { const porcentajePrecioConDescuento = 100 - descuento; const precioConDescuento = (precio * porcentajePrecioCo...
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, descriptor.key, descriptor); } } f...
/* * Copyright 2015 Anton Tananaev (anton@traccar.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Thi...
import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex); export default new Vuex.Store({ state: { user: { isLogin: false } }, getters: { }, mutations: { login(state, token) { state.user.isLogin = true; state.user.access_token = token; ...
const mongoose = require('mongoose'); const Article = mongoose.model('Article'); module.exports = { index: (req, res) => { Article.find({}).limit(6).populate('author') .then(articles => { res.render('home/index', {articles: articles}); }) } };
const { filterHTMLCharacters } = require('../helpers/utils') module.exports = symbolsCountTime function symbolsCountTime(content, isSite) { var getSymbols = function (post) { return filterHTMLCharacters(post).length } var getFormatTime = function (minutes, suffix) { var fHours = Math.floor(minutes / 60...
'use strict'; var any = require('../'); any.shim(); var test = require('tape'); var runTests = require('./builtin'); test('shimmed', function (t) { runTests(t); t.end(); });
const app = require('express').Router(); const path = require("path"); const uptimedata = require("../../database/models/uptime.js"); const roles = global.config.server.roles, channels = global.config.server.channels; const client = global.Client; const Discord = require("discord.js"); console.log("[mebot.ga]: U...
// API for e.g. Mobile application // This API uses the website exports.install = function() { // COMMON F.route('/api/ping/', json_ping); F.route('/api/search/', search); // NEWSLETTER F.route('/api/newsletter/', json_save, ['post', '*Newsletter']); // CONTACTFORM F.route('/api/contact/', json_s...
/* eslint-env mocha */ 'use strict' const { assert } = require('chai') const importFresh = require('import-fresh') const request = require('supertest') describe('Assert Association Controllers are correct', () => { let app beforeEach(() => { app = importFresh('../../../../app') }) it('Should Successfull...
$_mod.def("/@feathersjs/adapter-commons$4.5.0/lib/index", function(require, exports, module, __filename, __dirname) { "use strict"; var cov_w3vwktd8z = function () { var path = "/Users/daffl/Development/feathersjs/feathers/packages/client/index.js", hash = "6ce4322eb63394313f504e7b69c87dc6369c5181", ...
import { createRequestRoutine } from 'utils/sagaUtils'; export const roleRoutine = createRequestRoutine( 'role', 'fc40/RoleManagementPage', ); export const rolesRoutine = createRequestRoutine( 'roles', 'fc40/RoleManagementPage', ); export const usersRoutine = createRequestRoutine( 'users', 'fc40/RoleManage...
/** * Copyright (c) Nicolas Gallagher. * 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. * * @flow */ import StyleSheet from '../StyleSheet'; import TouchableOpacity from '../Touchable...
/* eslint-disable */ // this is an auto generated file. This will be overwritten export const onCreateBlog = /* GraphQL */ ` subscription OnCreateBlog { onCreateBlog { id name posts { items { id title blogID createdAt updatedAt }...
import React from 'react' import PropTypes from 'prop-types' import { ConnectedRouter } from 'connected-react-router' import routes from './routes' const App = ({ history }) => { return ( <ConnectedRouter history={history}> { routes } </ConnectedRouter> ) }; App.propTypes = { h...
/* * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/ * * Uses the built in easing capabilities added In jQuery 1.1 * to offer multiple easing options * * TERMS OF USE - jQuery Easing * * Open source under the BSD License. * * Copyright © 2008 George McGinley Smith * All rights reserved. ...
'use strict'; const assert = require('assert'); const bootstrap = require('../util/bootstrap'); const stats = require('../util/stats'); const log = logger.child({ module: 'cli/enqueue-view' }); /** * Fetches packages of a view. * * @param {string} view The view in the form of design-doc/view-name * @param {Na...
var parseWtml = function(wtml) { var places = []; var constellationInstance; function findConstellation(ra, dec) { if (!constellationInstance) { constellationInstance = new wwtlib.Constellations(); } return constellationInstance.findConstellationForPoint(ra, dec); }...
/** * @license * Copyright (c) 2018, General Electric * * 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 appli...
var ref; (ref = [ "", 1 ])[0], void 0 === ref[1];
const Sequelize = require('sequelize') const env = process.env.NODE_ENV || 'development' const config = require(__dirname + '/../config/config.json')[env].db const sequelize = new Sequelize(config.database, config.username, config.password, config) module.exports = sequelize;
window.addEventListener("DOMContentLoaded", function(){ const page = { markdown: new markdownit({ highlight: function (str, lang) { if (lang && hljs.getLanguage(lang)) { try { return '<pre class="hljs"><code>' + hljs.highlight(lang, str, true).value + ...
(function () { L.TileLayer.Provider = L.TileLayer.extend({ initialize: function (arg, options) { var providers = L.TileLayer.Provider.providers; var parts = arg.split('.'); var providerName = parts[0]; var variantName = parts[1]; if (!providers[providerName]) { throw "No such provider (" + prov...
cordova.define("org.apache.cordova.file.FileWriter", function(require, exports, module) { /* * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The AS...
// @flow // DO NOT EDIT // This file was generated by idol_flow, any changes will be overwritten when idol_flow is run again. export type TestsBasicLiteral1Payload = 1; export const TestsBasicLiteral1Factory = () => 1;
import { World } from './world' import { Player } from './player' import { GameView } from './game-view' import { MouseFocus } from './mouse-focus' import { Vector3 } from 'three' const infoBox = document.querySelector('#info') /** Central Controller coordinating all other pieces */ export class GameController { /*...
/** * The product service object. Contains concrete Ajax calls. */ Ext.define("Core.service.product.Service", { extend: "FlowMVC.mvc.service.AbstractService", inject: [ "logger" ] });
'use strict'; /* globals xit */ function assertCompareNodes(a,b,not) { a = a[0] ? a[0] : a; b = b[0] ? b[0] : b; expect(a === b).toBe(!not); } function baseThey(msg, vals, spec, itFn) { var valsIsArray = angular.isArray(vals); angular.forEach(vals, function(val, key) { var m = msg.replace(/\$prop/g, an...
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import * as actions from './redux/actions'; export class Pie extends Component { static propTypes = { esqueleto: PropTypes.object.isRequired, config...
import { applyRegexList } from '../../utilities/syntaxhighlight-match/syntaxhighlight-match.js'; import Brush from './brush.js'; describe('brush-delphi', () => { let instance = null; let sample; beforeAll(async() => { instance = new Brush(); sample = await (await fetch('/base/src/languages/brush-delphi/sample....
'use strict'; var Harness = require('./support'); var post = Harness.definePostTable(); var Table = require(__dirname + '/../../lib/table'); Harness.test({ query: post.alter().dropColumn(post.content), pg: { text : 'ALTER TABLE "post" DROP COLUMN "content"', string: 'ALTER TABLE "post" DROP COLUMN "conte...
const listings = (state={}, action) => { switch(action.type){ case 'LISTINGS_REQUEST' : return { loading: true, data: [], err: null } case 'LISTINGS_RECEIVE' : return { loading: false, data: action.listings, err: action.err } default: return state; } } export default lis...
const request = require('request') const Discord = require("discord.js"); const config = require('../../config.json'); const twitchkey = config.twitch_api_key; module.exports = (bot) => { bot.addCommand('twitch', (payload) => { var message = payload.message var suffix = message.content.split(" ").slice(1).join...
import { formatIdcc } from "@cdt/data"; import slugify from "@socialgouv/cdtn-slugify"; import { Button, theme } from "@socialgouv/cdtn-ui"; import Link from "next/link"; import { useRouter } from "next/router"; import React from "react"; import styled from "styled-components"; import { matopush } from "../../piwik"; ...
/** * Created by Denis on 24.02.2017. */ import React from 'react'; // eslint-disable-line import {connect} from 'react-redux'; import {withRouter} from 'react-router-dom'; import {matchPath} from 'react-router' import translate from './translate/index'; import {setErrors, setModule} from './actions'; import {Link} ...
;(function(angular){ "use strict"; function empty(val) { return null == val || 0 == ''+val } var seneca = this.seneca || {} var config = (seneca.config ? seneca.config.auth : {} ) var senecaLoginModule = angular.module('senecaLoginModule',[]) senecaLoginModule.controller('Main', function($scope) { ...
var express = require('express'); var router = express.Router(); var util = require('util'); var moment = require('moment'); var utils = require('./../app/utils'); var env = require("./../app/env"); var bitcoin = require("bitcoin"); var rpcApi = require("./../app/rpcApi"); router.get("/", function(req, res) { if (!re...
/** * gpu.js * http://gpu.rocks/ * * GPU Accelerated JavaScript * * @version 2.3.0 * @date Tue Nov 26 2019 09:51:18 GMT-0500 (Eastern Standard Time) * * @license MIT * The MIT License * * Copyright (c) 2019 gpu.js Team
// Sir Trevor options SirTrevor.setDefaults({ iconUrl: '/libs/sir-trevor/sir-trevor-icons.svg', blockTypes: ["Text", "List"] }); // Init new Sir Trevor editor var editor = new SirTrevor.Editor({ el: document.querySelector('#sir-trevor-textArea'), defaultType: 'Text' });
import React, { forwardRef } from 'react'; import PropTypes from 'prop-types'; const Boxes = forwardRef(({ color, size, ...rest }, ref) => { return ( <svg ref={ref} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...rest} ...
webpackJsonp([0],{ /***/ 706: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; Object.defineProperty(__webpack_exports__, "__esModule", { value: true }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "GymDetailsPageModule", function() { return GymDetailsPag...
let RewardAssigner = require('./reward_assigner.js') class RewardAssignerList { constructor() { this.values = [] } build(agents, rewardArgs) { let newAssignerArgs = { agents: agents, condition: rewardArgs.condition, rewardFunction: rewardArgs.rewardFunction } let assigner = ne...
/* Redactor v8.2.2 Updated: January 17, 2013 http://redactorjs.com/ Copyright (c) 2009-2013, Imperavi Inc. License: http://redactorjs.com/license/ Usage: $('#content').redactor(); */ var rwindow, rdocument; if (typeof RELANG === 'undefined') { var RELANG = {}; } var RLANG = { html: 'HTML', video: 'Insert...
// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See https://js.arcgis.com/3.38/esri/copyright.txt for details. //>>built define("esri/layers/vectorTiles/config",["require","exports","esri/config"],function(c,d,a){Object.defineProperty(a,"workers",{get:function(){return a.defaults.wor...
/* # Copyright IBM Corp. All Rights Reserved. # # SPDX-License-Identifier: Apache-2.0 */ 'use strict'; const winston = require('winston'); const loggers = {}; function createLogger(level, name) { // a singleton and default logger const { config } = winston; const logger = new winston.Logger({ level, transpo...
/* eslint-env node, mocha */ var chai = require("chai"); var expect = chai.expect; var sinon = require("sinon"); var GlobalMocks = require("./../../GlobalMocks"); var APIResponse = require("./../../../src/services/webservices/APIResponse"); describe("APIResponse", function() { before(() => { }); it("co...
import { TwoToneBorderBottom as OutlineBorderBottom } from './TwoToneBorderBottom'; export { OutlineBorderBottom };
import React from 'react' import { render, within, act, fireEvent } from '@testing-library/react' import Board from './' import { callbacks } from 'react-beautiful-dnd' describe('<Board />', () => { let subject, onCardDragEnd, onLaneDragEnd, onLaneRemove, onLaneRename, onCardRemove const board = { lanes: [ ...
//Canvas size let width = window.innerWidth; let height = window.innerHeight; let extraSpace = 20; let targetAmount = 30; let dustParticles = []; let canvas,ctx; let bgColor = '#070121'; //Variables for fps limiting let targetFps = 28; let targetTime = 1000 / targetFps; let beginTime, spentTime; function updateSize()...
const notesReducer = (state, action) => { switch (action.type) { case 'POPULATE_NOTES': return action.notes case 'ADD_NOTE': return [ ...state, { title: action.title, body: action.body } ] case 'REMOVE_NOTE': ret...
import Vue from 'vue' import Vuex from 'vuex' import axios from 'axios' Vue.use(Vuex) export default new Vuex.Store({ state: { total: {}, books: [] }, mutations: { set_total(state, payload){ state.total = payload }, set_books(state, payload){ state.books = payload } }, ac...
module.exports = { "version": "1.1.0", "timeStamp": 1406962698.827, "count": 7, "id": 1958, "file": "svgGradient-reflected.psd", "bounds": { "top": 0, "left": 0, "bottom": 750, "right": 1000 }, "selection": [ 1 ], "resolution": 144, "gl...
const express = require('express'); const app = express(); const port = 8080; app.get('/', (req, res) => res.send('Manual Approval needed!!!!!')); app.listen(port); console.log(`App running on http://localhost:${port}`);
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const React = require("react"); const wrapIcon_1 = require("../utils/wrapIcon"); const rawSvg = (iconProps) => { const { className, primaryFill } = iconProps; return React.createElement("svg", { width: 48, height: 48, viewBox: "0 0 48 ...
/** * * InputsIndex references all the input with errors available */ import React from 'react'; import PropTypes from 'prop-types'; // Design import InputCheckboxWithErrors from '../../components/InputCheckboxWithErrors'; import InputEmailWithErrors from '../../components/InputEmailWithErrors'; import InputFileWi...
import {oncePerServices} from '../../common/services' const PREFIX = require('../../common/graphql/typePrefix').default(__dirname); export default oncePerServices(function (services) { return async function build(args) { require('../../common/graphql/LevelBuilder.schema').build_options(args); const {pare...
'use strict'; module.exports = function(req, res, next) { if(req.query.allow === 'true') { return next(); } else { return next('User not allowed'); } };
// TODO - fix flakey spec ref: https://github.com/rubyforgood/casa/issues/2550#issuecomment-943474980 const path = require("path"); context.skip("Logging into cypress as a volunteer", () => { before(() => { cy.visit("0.0.0.0:4040"); cy.loginAsVolunteer(); }); it("should generate a court report", () => { ...
/* * --------------------------------------------------------- * Copyright(C) Microsoft Corporation. All rights reserved. * --------------------------------------------------------- * * --------------------------------------------------------- * Generated file, DO NOT EDIT * --------------------------------------------...
//# sourceMappingURL=cloudMonitoringPlugin.8d6987f8ef08f996a483.js.map
module("plugins.list"); /* * <li>有序列表切换到无序 * <li>无序列表切换到有序 * <li>有序之间相互切换 * <li>无序之间相互切换 * <li>先引用后列表 * <li>表格中插入列表 * <li>h1套列表 * <li>去除链接 * * */ //test('',function(){stop();}) test('trace 3859 回车将p转成列表', function () { if(ua.browser.ie==9||ua.browser.ie==10)return; var editor = te.obj[0]; var ran...
'use strict'; /** * @ngdoc directive * @name meanMarkdownApp.directive:msTableInput * @description * # msTableInput */ angular.module('meanMarkdownApp') .directive('msDefinitionsTable', function () { return { templateUrl: 'views/table-definitions.html', restrict: 'E' }; });
// This file was automatically generated from common.soy. // Please don't edit this file by hand. if (typeof apps == 'undefined') { var apps = {}; } apps.messages = function(opt_data, opt_ignored, opt_ijData) { return '<div style="display: none"><span id="subtitle">a visual programming environment</span><span id="...
import React, { Component } from 'react'; import { Link, Redirect } from 'react-router-dom'; var firebase = require('firebase'); // Initialize Firebase var config = { apiKey: "AIzaSyAow2xwDo1FjTXu5luCTes7HwLwxjLP0a0", authDomain: "udemysurvey-reactjs.firebaseapp.com", databaseURL: "https://udemysurvey-reactj...
import PropTypes from 'prop-types'; import styled from '@emotion/styled'; import { css } from '@emotion/core'; import { space, color, fontSize, lineHeight, border, borderColor, textAlign, themeGet, } from 'styled-system'; import omitProps from '../omitProps'; const Input = styled('input', omitProps(['...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
"use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { t...
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8440],{4845:function(b){function a(b){var a;a=/\b(?:about|and|animate|as|at|attributes|by|case|catch|collect|continue|coordsys|do|else|exit|fn|for|from|function|global|if|in|local|macroscript|mapped|max|not|of|off|on|or|parameters|persistent|plugin|r...
import * as types from "../actions/action-types"; const initialState = { squadLeaves: [], loading: false, error: null, }; const leaveReducer = (state = initialState, action) => { switch (action.type) { case types.LOAD_USER_LEAVES_START: case types.ADD_LEAVE_START: case types.DELETE_LEAVE_START: ...
/** * Copyright (c) 2013-present, Facebook, Inc. * * 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 * @format */ 'use strict'; require('configureForRelayOSS'); jest .mock('warning') .mock('../../route/Rela...
/* * /MathJax/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js * * Copyright (c) 2009-2018 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 obtain a copy of the License at * * ...