text
stringlengths
2
1.04M
import React from "react"; import withProfileHandler from "../handlers/withProfile"; import ProcessMsg from "../../../components/common/ProcessMsg"; function ProfileInfo({ authUser, isSaving, onSubmit, error, success }) { return ( <form className="profile-form" onSubmit={onSubmit}> <div className="profile-...
function loadTxt() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "Alignment"; txtLang[1].innerHTML = "Indentation"; txtLang[2].innerHTML = "Word Spacing"; txtLang[3].innerHTML = "Character Spacing"; txtLang[4].innerHTML = "Line Height"; txtLang[5].innerHTM...
'use strict'; // --------------------------------------------------------------------------- const Exchange = require ('./base/Exchange'); const { BadSymbol, PermissionDenied, ExchangeError, ExchangeNotAvailable, OrderNotFound, InsufficientFunds, InvalidOrder, RequestTimeout, AuthenticationError } = require ('./base/...
'use strict'; module.exports = app => { app.config.coreMiddleware.splice(0, 0, 'doc'); };
define( "gridx/nls/pl/NestedSort", ({ singleSort: "Sortowanie pojedyncze", nestedSort: "Sortowanie zagnieżdżone", ascending: "Kliknij, aby posortować rosnąco", descending: "Kliknij, aby posortować malejąco", sortingState: "${0} - ${1}", unsorted: "Nie sortuj tej kolumny", waiSingleSortLabel: "${0} - sortowanie w...
define('ember-resolver/resolvers/classic/container-debug-adapter', ['exports', 'ember-resolver/resolvers/classic/index'], function (exports, _index) { 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); function getPod(type, key, prefix) { var match = key.match(new RegExp('^/...
export const state = () => ({ value: "Loading...", }); export const mutations = { set(state, value) { state.value = value; }, };
import { diffStringsRaw, DIFF_EQUAL } from 'jest-diff'; const removeWhitespace = str => str.trim().replace(/\s+/g, ''); export default (received, expected) => { /* calculate diff of received w.r.t expected string */ const diff = diffStringsRaw(expected, received); /* mark every diff result object with value of...
const commonlocators = require("../../../../locators/commonlocators.json"); const dsl = require("../../../../fixtures/tableTextPaginationDsl.json"); const pages = require("../../../../locators/Pages.json"); const apiPage = require("../../../../locators/ApiEditor.json"); const publishPage = require("../../../../locators...
export * from './bundle'; export * from './bootstrap'; export * from './meta'; export * from './pack'; export * from './presistence'; //# sourceMappingURL=index.js.map
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).graphqlSse={})}(this,(function(t){"use strict"; /*! *************************************************************************...
const { AddUserUseCase } = require('../../../src/domain/users') const { DependenceNotFoundError, MissingParamError, DuplicatedKeyError, InvalidParamError } = require('../../../src/utils/errors') const { mockAddUser } = require('./mocks') const makeSut = () => { const usersRepository = { add: jest.fn(user => ({ ...
// Copyright 2017-2022 @polkadot/types authors & contributors // SPDX-License-Identifier: Apache-2.0 // order important in structs... :) /* eslint-disable sort-keys */ export default { rpc: {}, types: { RawAuraPreDigest: { slotNumber: 'u64' } } };
/* Artcore Template http://www.templatemo.com/preview/templatemo_423_artcore */ jQuery(document).ready(function($) { 'use strict'; /************** Toggle *********************/ $('.toggle-id').on('click', function() { var id = $(this).attr('href'); $(id).slideToggle(250); ...
import React from "react"; import ReusableForm from "./ReusableForm"; import PropTypes from "prop-types"; import { useFirestore } from 'react-redux-firebase'; function EditDreamletForm (props) { const { dreamlet } = props; const firestore = useFirestore(); function handleEditDreamletFormSubmission(event) { ...
/* Copyright © 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C® Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY...
/* * Copyright 2017 resin.io * * 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 w...
/** * Layout component that queries for data * with Gatsby's useStaticQuery component * * See: https://www.gatsbyjs.com/docs/use-static-query/ */ import React from 'react'; import PropTypes from 'prop-types'; import { useStaticQuery, graphql } from 'gatsby'; import Header from './header'; import './layout.css'; ...
/* * 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, software * distributed under the...
/** * Kendo UI v2020.1.219 (http://www.telerik.com/kendo-ui) * Copyright 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved....
/** * 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. * * @format * @emails oncall+js_foundation * @flow strict */ 'use strict'; const meta = require('../meta'); it('exports the bla...
import React from 'react'; import { View, Text, TouchableOpacity, TextInput, StyleSheet, StatusBar, SafeAreaView, } from 'react-native'; import FontAwesome from 'react-native-vector-icons/FontAwesome'; import Feather from 'react-native-vector-icons/Feather'; import * as Animatable from 'react-native-anima...
/*! This minified app bundle contains open source software from several third party developers. Please review CREDITS.md in the root directory or LICENSE.md in the current directory for complete licensing, copyright and patent information. This file and the included code may not be redistributed without the attribution...
const isObjectEmpty = require('is-object-empty'); const getIfNotEmpty = props => isObjectEmpty(props) ? undefined : props; const convertFromAstType = astType => { if (astType === 'string') { // the default should be configurable return 'keyword'; } if (astType === 'record' || astType === 'array') { // the d...
class CintaTP2 extends Phaser.Scene { constructor() { super({ key: "CintaTP2" }); } init(data) { this.data = data; this.soundManager = data.soundManager } preload() { this.data.escena.gimBD.alpha = 1; } create() { this.cinta = this.add.sprite(thi...
import fetchService from '../fetchService'; describe('(Services) fetchService', () => { describe('Success response', () => { afterEach(() => { fetch.resetMocks(); }); it('Should correctly forward response if no error property present', () => { const response = { field: 'Successful' ...
import Item from "./itemclass.js"; class TV extends Item { constructor(make, model, size, price, qty) { super(price, qty); this.name = "TV"; this.model = model; this.make = make; this.size = size; this.price = price; this.qty = qty; } getModel() { return this.model; } getMake(...
macDetailCallback("8cc8cd000000/24",[{"d":"2011-10-07","t":"add","a":"416, Maetan 3-dong, Yeongtong-gu\nSuwon Gyeonggi-do 443742\n\n","c":"KOREA, REPUBLIC OF","o":"Samsung Electronics Co., LTD"},{"d":"2015-08-27","t":"change","a":"416, Maetan-3dong, Yeongtong-gu\nSuwon Gyeonggi-do 443742\n\n","c":"KR","o":"Samsung El...
initSidebarItems({"macro":[["bitflags","The `bitflags!` macro generates a `struct` that holds a set of C-style bitmask flags. It is useful for creating typesafe wrappers for C APIs."]]});
'use strict'; const js2xmlparser = require('js2xmlparser'); const unifiedList = require('../utils/unified-list'); const dual = require('../utils/dual'); const project = require('../utils/project'); const versionHandler = require('../utils/version-handler'); const messages = require('../utils/messages'); const fileRea...
import { SET_USER, SET_COUNTRY, SET_SHIPPING_COUNTRY, SET_STATE, GET_CURRENT_ADDRESS, SET_SHIP_STATE } from "../actions/userAction"; const initState = { userData: '', country: [], shipCountry: [], state: [], shipState: [], currentAddress: [] }; const userReducer = (state = initState, action) =...
import React, { useEffect } from 'react'; import { AccordionMenu } from '@us-epa-camd/easey-design-system'; import "./SubHeaderNavMobile.scss"; const SubHeaderNavMobile = ({ showMobileMenu, subHeaderMenuList, subHeaderUtilityList, pathname }) => { useEffect(()=>{ if(showMobileMenu){ const homeAncho...
// see: // https://developer.mozilla.org/en-US/Add-ons/Firefox_for_Android/Walkthrough // https://developer.mozilla.org/en-US/Add-ons/Firefox_for_Android/Initialization_and_Cleanup#template_code const { classes: Cc, interfaces: Ci, utils: Cu } = Components; Cu.import('resource://gre/modules/Services.jsm'); var menu...
import Vue from "vue"; import { shallowMount } from "@vue/test-utils"; import CoreuiVue from "@coreui/vue"; import Register from "@/views/pages/Register"; Vue.use(CoreuiVue); describe("Register.vue", () => { it("has a name", () => { expect(Register.name).toBe("Register"); }); it("is Vue instance", () => { ...
module.exports = { chainWebpack: (config) => { config .plugin('html') .tap((args) => { args[0].title = process.env.VUE_APP_TITLE; return args; }); }, transpileDependencies: [ 'vuetify', ], devServer: { port: 8085, }, };
import styled from "styled-components"; import { theme, mq } from "constants/theme"; const { font, two, three } = theme.typography.heading; const StepTitle = styled.h2` font-family: ${font}; font-weight: bold; font-size: ${three}; line-height: 3rem; text-align: center; width: 100%; @media screen and (m...
import { Router } from "express"; const router = Router(); router.get("/", (req, res) => { res.render("dishes/views/topluotxem", { title: "Top lượt xem" }); }); export default router;
//# sourceMappingURL=chunk-2d0c8847.1c60960d.js.map
if(!window.__isPlaying){ window.__isPlaying = false; } function onKeyPress(key) { var player = null; var objs = document.querySelectorAll("object"); if(objs.length == 0){ objs = document.querySelectorAll("button"); for (var i = 0; i < objs.length; i++) { if(objs[i].className ...
import configureMockStore from 'redux-mock-store'; import thunk from 'redux-thunk'; import * as actions from './actions'; import { initialState } from './reducer'; import { documentApi } from '@api'; const middlewares = [thunk]; const mockStore = configureMockStore(middlewares); const mockGet = jest.fn(); documentApi...
/** * Russian translation * @author Dmitry "dio" Levashov <dio@std42.ru> * @version 2011-07-15 */ if (elFinder && elFinder.prototype && typeof(elFinder.prototype.i18) == 'object') { elFinder.prototype.i18.ru = { translator : 'Dmitry "dio" Levashov &lt;dio@std42.ru&gt;', language : 'Русский язык', direction...
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; } import React from "react"; export default ((_ref) => { let { styles = {} } = _ref, p...
const memberOptions = require("../../utils/memberOptions") module.exports = async d => { const code = d.command.code const inside = d.unpack() const err = d.inside(inside) if (err) return d.error(err) const option = Object.keys(memberOptions).find(opt => opt === inside.inside) if (!option) return d.err...
deepmacDetailCallback("bc9740400000/28",[{"d":"2019-03-19","t":"add","s":"ieee-mam.csv","a":"13603, Building 13, No. 2, Nanzhuzhang Hutong, Dongcheng District Beijing Beijing CN 100010","c":"CN","o":"Wind Mobility Technology (Beijing) Co., Ltd"}]);
import antik from '../assets/images/projects/antik.svg' // import quiz from '../assets/images/projects/quiz.svg' export default [ { id: 1, title: "ANTIK Web Framework", icon: antik, description: "Built a web application for a packet injection toolkit named ANTIK. The tool’s drawback...
#!/usr/bin/env node 'use strict'; const MIN_PARLIAMENT_VERSION = 3; /* dependencies ------------------------------------------------------------- */ const express = require('express'); const http = require('http'); const https = require('https'); const fs = require('fs'); const favicon = require('serve-favicon'); con...
/** * Amazon Elastic Compute Cloud * <fullname>Amazon Elastic Compute Cloud</fullname> <p>Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the AWS cloud. Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications faster....
mycallback( {"CONTRIBUTOR OCCUPATION": "Retired", "CONTRIBUTION AMOUNT (F3L Bundled)": "70.00", "ELECTION CODE": "G2008", "MEMO CODE": "", "CONTRIBUTOR EMPLOYER": "Retired", "DONOR CANDIDATE STATE": "", "CONTRIBUTOR STREET 1": "1708 Daphne Street", "CONTRIBUTOR MIDDLE NAME": "B.", "DONOR CANDIDATE FEC ID": "", "DONOR C...
'use strict'; module.exports = { db: 'mongodb://localhost/e-commerce-test', port: 3001, app: { title: 'e-commerce - Test Environment' }, facebook: { clientID: process.env.FACEBOOK_ID || 'APP_ID', clientSecret: process.env.FACEBOOK_SECRET || 'APP_SECRET', callbackURL: '/auth/facebook/callback' }, twitter...
/** * Provides statistics for the local stream. */ /** * Size of the webaudio analyzer buffer. * @type {number} */ const WEBAUDIO_ANALYZER_FFT_SIZE = 2048; /** * Value of the webaudio analyzer smoothing time parameter. * @type {number} */ const WEBAUDIO_ANALYZER_SMOOTING_TIME = 0.8; window.AudioContext = win...
module.exports = new Date(2014, 2, 14)
/* Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("specialchar", "hu", { euro: "Euró jel", lsquo: "Bal szimpla idézőjel", rsquo: "Jobb szimpla idézőjel", ldquo: "Bal dupla idézőjel",...
import React, { Component, Fragment } from "react"; // Import common components import { Input } from ".."; class InputTest extends Component { constructor(props) { super(props); this.state = { isValidateInputValid: true, validateInputValue: "", validateInputErrorMsg: "", checkboxCh...
//# sourceMappingURL=maps/Geometry.min.js.map
export { default } from 'eureka-widget-collection-aggregation/components/widget-collection-dynamic-aggregation';
const expect = require('expect.js'); const HTMLHint = require('../../dist/htmlhint.js').default; const ruldId = 'attr-value-single-quotes'; const ruleOptions = {}; ruleOptions[ruldId] = true; describe('Rules: ' + ruldId, function() { it('Attribute value closed by double quotes should result in an error', function...
'use strict'; var _ = require('lodash'); var ip = require('ip'); /* Checks if ip address is in list (e.g. whitelist, blacklist). @param list an array of ip addresses or ip subnets @param addr the ip address to check if in array @param returnListIsEmpty the return value, if list is empty (default: true) @re...
import React from 'react' import PropTypes from 'prop-types' import Base from './Base' import config from './config' /** * Panel for containing small pieces of information */ const Panel = ({ theme, children, ...props }, { rebass }) => { const { scale, colors, borderRadius } = { ...config, ...rebass } const bo...
export * from './afsc-main-menu' export * from './afsc-release-card' export * from './afsc-filters' export * from './afsc-progress-cover' export * from './afsc-form' export * from './afsc-inputs' export * from './afsc-checkbox' export * from './mixins' export * from './claims' export * from './afsc-back-to-top' export ...
'use strict' var stringifyFont = require('css-font/stringify') var defaultChars = [32, 126] module.exports = atlas function atlas(options) { options = options || {} var shape = options.shape ? options.shape : options.canvas ? [options.canvas.width, options.canvas.height] : [512, 512] var canvas = options.can...
self.onconnect = function (e) { const port = e.ports[0]; port.postMessage('ready'); };
/** * ログイン処理 */ async function login(page) { console.info("**** START LOGIN"); // dotenvからアカウント情報の取得 const account = process.env.TWITTER_ACCOUNT; const password = process.env.TWITTER_PASSWORD; // 指定したURLへ移動: waitを設定 await page.goto("https://twitter.com/", { waitUntil: "networkidle2" }); await page.wai...
var searchData= [ ['myregisterclass',['MyRegisterClass',['../_b_o_w-a_01film_01guessing_01game_8cpp.html#aa0d0c9beb94350f8eac8fc4026a65375',1,'BOW-a film guessing game.cpp']]] ];
;var CesiumHeatmapGL = (function(Cesium,createWebGLHeatmap){ function CHGL(chglviewer,geojsonUrl){ this._viewer=chglviewer; if(geojsonUrl){ this.loadGeojson(geojsonUrl); } } CHGL.prototype.loadGeojson = function(url){ getJSON(url,function(data){ var l...
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import $ from 'jquery'; import * as actions from './redux/actions'; import { InterviewPage } from './InterviewPage'; export class SecondPage extends Component...
let SafeArea = cc.SafeArea; if (SafeArea) { let _onEnable = SafeArea.prototype.onEnable; let _onDisable = SafeArea.prototype.onDisable; Object.assign(SafeArea.prototype, { onEnable(){ _onEnable.call(this); this._adaptSafeAreaChangeWithThis = this.adaptSafeAreaChange.bind(this...
'use strict' /** * Module dependencies. */ const { EventEmitter } = require('events') const { getOptions } = require('loader-utils') const { fs, path, hash, parseFrontmatter, inferTitle, extractHeaders } = require('@vuepress/shared-utils') const LRU = require('lru-cache') const md = require('@vuepress/markdown') c...
import { createSlice } from '@reduxjs/toolkit' const initialIngredients = [] export const workingTableSlice = createSlice( { name: "workingTable", initialState: { ingredients: initialIngredients, totalKcal:0 }, reducers: { addIngredientToWorkingTable(state, action) {...
import { DefaultDashboardWrapper } from '@src/styles/common'; import { Button, Form, Modal } from 'react-bootstrap'; import styled from 'styled-components'; export const Wrapper = styled(DefaultDashboardWrapper)` height: 100vh; margin: 32px; & > button { position: fixed; top: 32px; right: 32px; w...
import Vue from 'vue' import Router from 'vue-router' Vue.use(Router) export default new Router({ routes: [ ] })
/////////////////////////////////////////////////////////////////////////// // Copyright © Esri. 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.ap...
var searchData= [ ['heightfield_2ecpp_1519',['Heightfield.cpp',['../_heightfield_8cpp.html',1,'']]], ['heightfield_2eh_1520',['Heightfield.h',['../_heightfield_8h.html',1,'']]], ['hingeconstraint_2ecpp_1521',['HingeConstraint.cpp',['../_hinge_constraint_8cpp.html',1,'']]], ['hingeconstraint_2eh_1522',['HingeCon...
function Update() { } function OnTriggerEnter(theCollision : Collider) { if(theCollision.gameObject.tag == "Player") { gameControl.health -= 10000; } else if (theCollision.gameObject.tag != "Player") { //Destroy(theCollision.gameObject); } }
import { useState, useEffect, useRef, useCallback } from 'react'; import { genRequestUrl } from '../utils'; const useQueryNowPlaying = () => { const [page, setPage] = useState(1); const [movies, setMovies] = useState([]); const [isLoading, setIsLoading] = useState(true); const [isDone, setIsDone] = useState(fa...
(function($) { homepage = { $parallaxDivs:null, lastScrollTop:null, isMobile:function() { return ( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ); }, init:function() { homepage.$parallaxDivs = $('.homepage .first, .homepage .third, .homepage .fifth'); if...
import { whisperTransaction } from './whisper'; import { accounts, db, offchain, zkp } from '../rest'; // check correctness export async function checkCorrectnessToken(req, res, next) { try { const { data } = await zkp.checkCorrectnessToken(req.headers, req.body); res.data = data; next(); } catch (err)...
/* */ "format cjs"; /*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.1-master-342ee53 */
import { UPDATE_ART_START, UPDATE_ART_SUCCESS, UPDATE_ART_FAIL, REMOVE_ART_START, REMOVE_ART_SUCCESS, REMOVE_ART_FAIL } from "../actions"; export const initialFormState = { title: "", author: "", url: "", categories: "", notes: "", }; const initialState = { isUpdating: ...
function _extends() { _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; }; return _extends.apply(this, arguments); } f...
(function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('popper.js')) : typeof define === 'function' && define.amd ? define(['popper.js'], factory) : (global.tippy = factory(global.Popper)); }(this, (function (Popper) { 'use strict'; Popper = Pop...
import Vue from 'vue' import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' import App from './App.vue' Vue.use(ElementUI) Vue.config.productionTip = false; new Vue({ el: '#app', render: h => h(App) })
// @flow import { assert } from "chai" import sinon from "sinon" import { createActionHelper, createSimpleActionHelpers, createAsyncActionHelpers } from "./redux" describe("redux helpers", () => { const MY_ACTION = "MY_ACTION" const dispatch = sinon.spy() const actionCreator = arg => ({ type: MY_AC...
/* * bootstrap-table - v1.11.1 - 2018-02-08 * https://github.com/wenzhixin/bootstrap-table * Copyright (c) 2018 zhixin wen * Licensed MIT License */ !function(a){"use strict";a.fn.bootstrapTable.locales["he-IL"]={formatLoadingMessage:function(){return"טוען, נא להמתין..."},formatRecordsPerPage:function(a){return a+" שור...
//>>built define(["dijit","dojo","dojox","dojo/require!dojo/dnd/Avatar,dojo/dnd/common"],function(_1,_2,_3){ _2.provide("dojox.layout.dnd.Avatar"); _2.require("dojo.dnd.Avatar"); _2.require("dojo.dnd.common"); _2.declare("dojox.layout.dnd.Avatar",_2.dnd.Avatar,{constructor:function(_4,_5){ this.opacity=_5||0.9; },const...
const jwt = require("jsonwebtoken") const { userService } = require("../services") const authMiddleware = async (req, res, next) => { try { const token = await req.header("Authorization").split(" ")[1] const { user } = await jwt.verify(token, process.env.JWT_ACCESS_SECRET_KEY) if (!user) throw new Erro...
import { moveSvgs } from './moveSvgs.js' import { archiveSvgs } from './archiveSvgs.js' import { cleanupSvgs } from './cleanupSvgs.js' import { generateSvgStrings } from './generateSvgStrings.js' import { generateVueComponents } from './generateVueComponents.js' /** * @returns {Promise<void>} */ const doAll = async ...
OC.L10N.register( "files_trashbin", { "Deleted files" : "Files delite", "restored" : "restaurate", "Restore" : "Restaurar", "Delete permanently" : "Deler permanentemente", "This operation is forbidden" : "Iste operation es prohibite", "This directory is unavailable, please check the logs...
module.exports = { pathPrefix: `/prefix`, }
const express = require('express'); const authRoute = require('./auth.route'); const userRoute = require('./user.route'); const docsRoute = require('./docs.route'); const upcomingLaunchesRoute = require('./launch.route'); const podRoute = require('./pod.route'); const hubblesiteRoute = require('./hubblesite.route'); co...
/** * * Plugin * */ import React from 'react'; import PropTypes from 'prop-types'; import { Collapse } from 'reactstrap'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { capitalize, get, isEmpty, map } from 'lodash'; import { FormattedMessage } from 'react-intl'; import { EditPageContext...
module.exports = { 'memesec': ['👌', '👌'], 'okay': [ '👌', '🏻', '👍', '👍', '❓', '😱', '😲', '😳', '👌', '🏻', '👌', '🏻', '♥', '👌', '👌', '👌', '👌', '👌', '👌', '🆗', '👏', '👌', '😰', '👌', '🏿', '👌', '🏿', '✔', '✔', '✅', '😥', '👏', '🏼', '✌'...
import Animation, { ANIMATION_HORIZONTAL } from './engine/Animation'; import Character from './Character'; import ModeChase from './modes/Chase'; import ModeDead from './modes/Dead'; import ModeFrightened from './modes/Frightened'; import ModeHouse from './modes/House'; import ModeScatter from './modes/Scatter'; expor...
import React from 'react'; import AdminStocksEditor from '../../components/AdminStocksEditor'; import AdminStocksList from '../../components/AdminStocksList'; import styles from './AdminStocksPage.module.css'; export default function AdminStocksPage() { return ( <div className={styles.container}> <AdminSto...
document.getElementById("title").addEventListener('keyup', slugChange); function slugChange(){ title = document.getElementById("title").value; document.getElementById("slug").value = slug(title); } function s...
import { extend } from '../util/lang'; import generateJSBridgeTrigger from '../inner/triggerjsbridge'; /** * 如果api没有runcode,应该有一个默认的实现 */ export default function callinnerMixin(hybrid) { const hybridJs = hybrid; const os = hybridJs.os; const JSBridge = hybridJs.JSBridge; const callJsBridge = generateJSBridge...
/** * @example Simple Tree * */ Ext.require('Ext.tree.Panel'); Ext.require('Ext.data.TreeStore'); Ext.onReady(function() { var store = Ext.create('Ext.data.TreeStore', { root: { text: 'Root', expanded: true, children: [ { text: 'Chil...
᠎"!="​ //# sourceMappingURL=polyfill-96c0e71935cde5505b8a.js.map
const express = require('express'); const router = express.Router(); /** * @route POST api/v1/users * @description Register a user * @access private */ router.post('/', (req, res) => { res.json({ msg: 'Users Route' }); }); module.exports = router;
/* * jQuery File Upload Plugin JS Example 8.9.1 * https://github.com/blueimp/jQuery-File-Upload * * Copyright 2010, Sebastian Tschan * https://blueimp.net * * Licensed under the MIT license: * http://www.opensource.org/licenses/MIT */ /* global $, window */ $(function () { 'use strict'; // Initializ...
/*! modernizr 3.6.0 (Custom Build) | MIT * * https://modernizr.com/download/?-cookies-emoji-unicode-webaudio-setclasses !*/