text
stringlengths
2
1.05M
export function getAuth() { return window.childFrameConnection.promise.then(child => child.leadinGetAuth() ); } export function searchForms(searchQuery = '') { return window.childFrameConnection.promise.then(child => child.leadinSearchForms(searchQuery) ); } export function getForm(formId) { return ...
// flow-typed signature: 73b3d8e1c6ac052dd27d9ea81c7dcb10 // flow-typed version: <<STUB>>/flow-copy-source_v1.1.0/flow_v0.46.0 /** * This is an autogenerated libdef stub for: * * 'flow-copy-source' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to share your wor...
skeletonServices .service('UserResource', ['$resource', function ($resource) { return $resource('/api/users/:id', {id: '@id'}, { update: {method: 'PUT'} }); } ]) .service('UserService', ['$q', '$filter', 'UserResource', function($q, $filter, U...
// imports import React from "react"; import ReactDOM from "react-dom"; import App from "./App"; import 'bootstrap/dist/css/bootstrap.min.css'; //renders App.js to ReactDOM via the "root" id in the index.html ReactDOM.render(<App />, document.getElementById("root"));
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = require("config"); const dbConfig = config.get('db'); exports.typeOrmConfig = { type: dbConfig.type, host: process.env.RDS_HOSTNAME || dbConfig.host, port: process.env.RDS_PORT || dbConfig.port, username: process...
//处在第一层的对象必须设置icon, 其实是我懒得判断并提取首字符作为collapsed的icon //反正加了Icon好看些,难道不是么? //每一个key构成了导航用的URL,有点hack,管他呢~ const UserMenu = { key: 'user', name: '用户管理', icon: 'user', children: [{ key: 'settings', name: '系统设置', icon: 'idcard', }, { key: 'loginhistory', name: '登陆记...
/* eslint camelcase: 0 */ /* eslint global-require: 0 */ import { Meteor } from 'meteor/meteor'; import assert from 'assert'; describe('app', () => { if (Meteor.isClient) { it('client is not server', () => { assert.strictEqual(Meteor.isServer, false); }); } if (Meteor.isServer) { it('server is...
/*! For license information please see 43129.5cf98441b24f16c04c23.chunk.js.LICENSE.txt */ (self.webpackChunkgeonode_mapstore_client=self.webpackChunkgeonode_mapstore_client||[]).push([[43129],{743129:(e,t,u)=>{"use strict";u.d(t,{ZP:()=>Z});var n=u(366680),o=u(294184),s=u.n(o),i=u(675263),r=u.n(i),a=u(667294),l=u.n(a),...
var _uAMD_m={},_uAMD_r={},define=function(e,t,r){_uAMD_m[e]=[t,r]},require=function(e){if(!_uAMD_m[e])throw new Error('Module "'+e+'" required, but does not exist.');if(!_uAMD_r[e]){_uAMD_r[e]={};var t,r,n,i,a=[];for(r=0,t=_uAMD_m[e][0],n=t.length;n>r;r++)a[r]="exports"===(i=t[r])?_uAMD_r[e]:require(i);_uAMD_m[e][1].ap...
'use strict'; Object.defineProperty(exports, "__esModule", { value: 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]; } } }...
// Import library const script = document.createElement("script"); script.type = "text/javascript"; script.src = "https://unpkg.com/frappe-charts@latest"; document.head.appendChild(script); // Create chart script.addEventListener("load", () => { const { title, labels, datasets } = data; const chart = new frappe.C...
// Database page state. export const defaultFavoriteList = [ { name: 'mouse datasets', value: 'SELECT * FROM dataset where species="Mus musculus"' }, { name: 'all clustering', value: 'SELECT * FROM cluster_solution' }, { name: 'all gene sets', value: 'SELECT * FROM gene_set' }, { name: 'clustering by n...
"use strict";!function(a,b){function c(b,c){this.element=b,this.settings=a.extend({},e,c),this._defaults=e,this._name=d,this.init()}var d="heightEqualizer",e={minViewPortWidth:768,debounce:500};a.extend(c.prototype,{init:function(){var c=this,d=a(this.element);this.adjustHeight(d),a(b).on("resize",function(){c.debounce...
const { LOGIN_LOADING, LOGIN_SUCCESS, LOGIN_ERROR, LOGIN_CLEAN_UP, } = require("src/context/actionTypes"); const loginReducer = (state, action) => { switch (action.type) { case LOGIN_LOADING: return { ...state, loading: true, error: false, }; case LOGIN_SUCCESS: ...
var Boom = require('boom'); var crypto = require('crypto'); var Hoek = require('hoek'); var pg = require('pg'); var queries = require('./queries'); var connString = process.env.POSTGRE_CONNECTION_STRING; var salt = process.env.TOKEN_SALT; var OAuthDB = function OAuthDB() { Hoek.assert(connString, 'You must provide a...
/** * Copyright (c) 2020 rexerwang * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ /** * 默认配置项 */ export default { /** * jsapi列表 */ jsapi: { /** * 推荐使用 * @type {Array} */ recommended: [ 'updateAppMessageShareData', 'updat...
import Chance from 'chance'; import {DICE} from '../shared/constants'; export const generateBoard = (seed) => { const gen = new Chance(seed); const letters = DICE .map((die) => gen.pickone(die.split(""))) .map((letter) => letter === "Q" ? "Qu" : letter); return gen.shuffle(letters); }
/** * Copyright (c) 2014-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. * * @flow */ '...
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(d...
'use strict' var common = require('./staticAnalysisCommon') function buildLocalFuncCallGraphInternal (functions, nodeFilter, extractNodeIdent, extractFuncDefIdent) { var callGraph = {} functions.forEach((func) => { var calls = func.relevantNodes .filter(nodeFilter) .map(extractNodeIdent) .fi...
$(document).ready(function(){ show(); $('input[name=url').keyup(function(e){ if(e.keyCode == 13){ e.preventDefault(); $('input[name=create_link]').click(); } }); $("input[name=create_link]").click(function(e) { e.preventDefault(); $.ajax({ type: "POST", url: "urls.json...
/** * @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 MarkerCollection from '../../src/model/markercollection'; import Position from '../../src/model/position'; import Range from '../../...
/** * sets the nth link in nav to be "active" * @param n */ function nav(n) { $('.navbar .nav li:eq(' + n + ')').addClass('active'); $(document).on('click', '.navbar .nav', function () { $('.navbar .active').removeClass('active'); $(this).addClass('active'); }); }
export default { container: { }, text: { alignSelf: 'center', marginBottom: 7, }, mb: { marginBottom: 15, }, marker: { }, searchDialog: { width: '90%', borderBottomWidth: 0, borderColor: 'transparent', }, markerIOSHack: { height: 75, width: 75, }, crosshairIOS...
import { GH_REPOS_ENDPOINT } from './constants'; const USE_CACHE = process.env.USE_CACHE === 'true'; const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); export const metadataCallbacks = { author: (commits) => commits[commits.length - 1].commit.author.name, dateCreated: (commits) => commits[c...
function getRandomColor() { const rgb = [] for (let i = 0; i < 3; ++i) { let color = Math.floor(Math.random() * 256).toString(16) color = color.length == 1 ? '0' + color : color rgb.push(color) } return '#' + rgb.join('') } Page({ onReady(res) { this.videoContext = q...
( function () { /** * A bunch of parametric curves * * Formulas collected from various sources * http://mathworld.wolfram.com/HeartCurve.html * http://mathdl.maa.org/images/upload_library/23/stemkoski/knots/page6.html * http://en.wikipedia.org/wiki/Viviani%27s_curve * http://mathdl.maa.org/images/upload_librar...
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import Ionicons from 'react-native-vector-icons/Ionicons'; import { ActivityIndicator, Alert, BackHandler, Keyboard, Platform, StatusBar, StyleSheet, TextInput, TouchableOpacity, View, } from 'react-native'; import { WebVi...
import { expect } from 'chai'; import jwt from 'jsonwebtoken'; import dotenv from 'dotenv'; import Token from '../../utils/Token'; dotenv.config(); const user = { id: 1, }; let verified; let token; describe('Token helper utility', function () { before(function (done) { token = Token.generateToken(user.id); ...
import FlexBox from '../components/FlexBox' import Summary from '../components/Summary' import PartList from '../components/PartList' class ComponentManager { static components = {} static register(name, component) { ComponentManager.components[name] = component } static get(name) { return ComponentM...
// import dependencies const console = require('console') const dotenv = require('dotenv') dotenv.config() // setup dotenv // utilise Moralis const Moralis = require('moralis/node') // canvas for image compile const { createCanvas } = require('canvas') // import config const { layers, width, height, ...
// X-port Tables function exportTableToExcel(tableID, filename = ''){ var downloadLink; var dataType = 'application/vnd.ms-excel'; var tableSelect = document.getElementById(tableID); var tableHTML = tableSelect.innerText.replace(/ /g, '%20'); ...
(window.webpackJsonp=window.webpackJsonp||[]).push([[128],{553:function(t,s,a){"use strict";a.r(s);var e=a(15),n=Object(e.a)({},(function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{id:"git分支-分支原理"}},[a("a",{staticClass:"heade...
angular.module('Intellivisit.patient.register') .config(function config($stateProvider, $urlRouterProvider) { $stateProvider.state('register', { url: '/register', views: { "header": { template: '<div ui-view="header"></div>' }, ...
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ "use strict"; module.exports = function getPaths(path) { if (path === "/") return { paths: ["/"], segments: [""] }; const parts = path.split(/(.*?[\\/]+)/); const paths = [path]; const segments = [parts[parts.l...
import { StyleSheet } from 'react-native'; import { Colors, Fonts, Metrics } from '../../Themes/'; export default StyleSheet.create({ liveHelp: { alignItems: 'center', paddingVertical: 50, paddingHorizontal: Metrics.doubleBaseMargin, }, header: { color: Colors.snow, fontFamily: Fonts.type.bol...
import EStyleSheet from 'react-native-extended-stylesheet'; import {UNIT} from '../variables/variables'; export default EStyleSheet.create({ badge: { paddingHorizontal: UNIT / 2, fontSize: 13, color: '$icon', borderWidth: 1, borderColor: '$disabled', borderRadius: UNIT / 2, }, badgeVali...
//index.js const app = getApp() const db = app.db Page({ data: { imgUrls: [ 'http://img02.tooopen.com/images/20150928/tooopen_sy_143912755726.jpg', 'http://img06.tooopen.com/images/20160818/tooopen_sy_175866434296.jpg', 'http://img06.tooopen.com/images/20160818/tooopen_sy_175833047715....
/** * Bio component that queries for data * with Gatsby's StaticQuery component * * See: https://www.gatsbyjs.org/docs/static-query/ */ import React from "react" import { StaticQuery, graphql } from "gatsby" import Image from "gatsby-image" import styled from "styled-components" import { rhythm } from "../utils/...
"use strict"; exports.__esModule = true; var angular = require("angular"); var moment = require("moment"); var helpers_1 = require("./helpers"); var views_1 = require("./views"); var utility_1 = require("./utility"); var templateHtml = require('./template.tpl.html'); var Directive = /** @class */ (function () {...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var styled_icon_1 = require("@styled-icons/styled-icon"); exports.TrendingUp = React.forwardRef(function (props, ref) { var attrs = { "fill": "curr...
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-plus-assemble-list-list"],{"0782":function(t,e,i){var a=i("24fb");e=a(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用...
"use strict"; /* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ exports.__esModule = true; exports.INiftyswapFactory20__factory = void 0; var ethers_1 = require("ethers"); var INiftyswapFactory20__factory = /** @class */ (function () { function INiftyswapFactory20__factory() ...
import Vue from 'vue' import utility from '@/utility' import ResourceService from '@/services/resourceService' import TaskService from '@/services/taskService' import SprintService from '@/services/sprintService' import SignalRService from '@/services/signalRService' const state = new Vue({ data: (parent) => ({ ...
var NAVTREEINDEX1 = { "classoutcome__v2__xxx_1_1result.html#ab27a569fe5a4c0ddb20ff50477d39dbf":[1,0,0,15,22], "classoutcome__v2__xxx_1_1result.html#ab656f64a99ae320d470550c72d6b48fc":[1,0,0,15,20], "classoutcome__v2__xxx_1_1result.html#ab808fa9f907c73b62ae7184cb1247577":[1,0,0,15,57], "classoutcome__v2__xxx_1_1result.h...
var mysql = require("mysql"); var inquirer = require("inquirer"); var connection = mysql.createConnection({ host: "localhost", port: 3306, user: "root", password: "root", database: "employee_tracker_db", }); var roles = []; var departments = []; var managers = []; var employees = []; const menuOptions = ...
// @flow import { all, call, fork, takeEvery, put } from "redux-saga/effects"; import { CHANGE_LAYOUT, CHANGE_LAYOUT_WIDTH, CHANGE_SIDEBAR_THEME, CHANGE_SIDEBAR_TYPE, CHANGE_TOPBAR_THEME, TOGGLE_RIGHT_SIDEBAR, SHOW_RIGHT_SIDEBAR, HIDE_RIGHT_SIDEBAR } from "./actionTypes"; import { changeSideba...
import _ from 'lodash'; export { _, };
/*globals Pebble*/ /*jshint node: true*/ 'use strict'; var currentVersion = "4.0"; var OPEN_WEATHER = 0; var WUNDERGROUND = 1; var YAHOO = 2; var FORECAST = 3; Pebble.addEventListener("ready", function(e) { console.log("Pebble Ready!"); } ); Pebble.addEventListener('appmessage', function(e) { ...
/** * 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. * * @flow */...
var assert = require('assert'); var username = require('username'); var wmic = require('ms-wmic'); var SID = require('../../'); describe('SID', function() { if (!SID.IS_SUPPORTED_PLATFORM) { return; } describe('getSidForUser', function() { var currentUser; var sidForCurrentUser; ...
module.exports = function(profileInfo, browser, asyncCallback) { browser .evaluate(function() { var output = []; // Add each skill node's information as a JSON // object to output. var skillsNodes = document.querySelectorAll('li.endorse-item'); skillsNodes.forEach(function(skillsNode) { // Utili...
import store from '../store' // import Web3 from 'web3' //Metamask validation export const validateMetaMaskConnections = async function(web3) { try{ if(typeof web3 == 'undefined' || web3 == null || typeof web3.currentProvider.isMetaMask == 'undefined'){ console.log('Hypersign not installed'); ...
"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...
/* Copyright (c) 2018-2019 Uber Technologies, Inc. This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree. */ // @flow import * as React from 'react'; import {Button, SIZE} from '../button/index.js'; import {ButtonGroup, MODE} from '../button-group/inde...
(function () { 'use strict'; angular.module('app') .constant('userRoles', { ADMIN: 'Admin', USER: 'User', UNKNOWN: 'Unknown' }) .constant('componentBaseUrl', 'wwwroot/app/components') .constant('sharedBaseUrl', 'wwwroot/app/shared') ....
import React from 'react'; import Uppy from '@uppy/core'; import AwsS3 from '@uppy/aws-s3'; import GoogleDrive from '@uppy/google-drive'; import Url from '@uppy/url'; import { DashboardModal } from '@uppy/react'; import { useDispatch } from 'react-redux'; import '@uppy/core/dist/style.css'; import '@uppy/dashboard/dist...
/* eslint-disable no-unused-vars */ import E from '../errors'; import pluralize from 'pluralize'; import snooplogg from 'snooplogg'; const { log } = snooplogg('amplify-sdk:auth:token-store'); const { highlight } = snooplogg.styles; /** * A regex to match a URL protocol. * @type {RegExp} */ const protoRegExp = /^....
// Karma configuration // http://karma-runner.github.io/0.12/config/configuration-file.html // Generated on 2015-12-06 using // generator-karma 1.0.1 module.exports = function(config) { 'use strict'; config.set({ // enable / disable watching file and executing tests whenever any file changes autoWatch: tr...
/*! funkyjs-2 2.0.0 * David Hofmann <the.urban.drone@gmail.com>, MIT license */ /* globals define, module, exports, require */ !function(a,b){var c,d;if("function"==typeof define&&define.amd)define(["../type","../array"],b);else if("object"==typeof exports)module.exports=b(require("type"),require("array"));else{c=b(a...
import { connect } from 'react-redux'; import { setWidgetSettings, setActiveWidget } from 'components/widgets/actions'; import { setShareModal } from 'components/modals/share/share-actions'; import { setModalMetaSettings } from 'components/modals/meta/meta-actions'; import { setMapSettings } from 'components/map/actio...
macDetailCallback("0050c258c000/36",[{"a":"2115 O’Nel Drive San Jose CA US 95131","o":"Lattice Semiconductor Corp. (LPA)","d":"2008-07-30","t":"add","s":"ieee","c":"US"}]);
const Discord = require("discord.js"); module.exports = { name: "unban", category: "Fun", description: "Unban the naughty people!", cooldown: 5, guildOnly: true, sped: true, execute(bot, message, args) { const author = message.author; const reciever = message.mentions.users.first(); if (!...
import React from 'react'; const PageNotFound = () => (<div height="50%" width="50%" align="center"> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <h3><strong>404 Not Found</strong></h3> <p><strong>No Page available here.</strong></p...
import React from 'react'; import PropTypes from 'prop-types'; import { Image, StyleSheet, Text, TouchableOpacity, View } from 'react-native'; import AppIntroSlider from 'react-native-app-intro-slider'; import { connect } from 'react-redux'; import { Audio } from 'expo-av'; import headphones from '../../assets/welcome...
$(document).ready(function(){ //фон по ширине и высоте екрана $(window).load(function(){ var windowH = $(window).height(); $(".js-height").css('min-height' , windowH); }); $(window).resize(function(){ var windowH = $(window).height(); $(".js-height").css('min-height' , windowH); // if($('body').width() <...
const Markup = require("telegraf/markup"); // Get the markup module const Stage = require("telegraf/stage"); const session = require("telegraf/session"); const WizardScene = require("telegraf/scenes/wizard"); const settings = require("./settings"); const axios = require("axios"); const loginWizard = new Wizar...
/*! * jQuery JavaScript Library v2.1.1 -ajax,-ajax/jsonp,-ajax/load,-ajax/parseJSON,-ajax/parseXML,-ajax/script,-ajax/var/nonce,-ajax/var/rquery,-ajax/xhr,-manipulation/_evalUrl,-deprecated,-dimensions,-effects,-effects/Tween,-effects/animatedSelector * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.c...
import React, { Component } from 'react'; import MinesTable from './MinesTable'; import { MINES } from './helpers/mines'; class HomePage extends Component { render() { return ( <div> <MinesTable mines={MINES} /> </div> ); } } export default HomePage;
module.exports = { siteMetadata: { title: "Quarkly gatsby project", description: "", author: "@Andrey Zhuravlyov", siteUrl: "https://example.com" }, plugins: [ "gatsby-plugin-react-helmet", "gatsby-transformer-sharp", "gatsby-plugin-sharp", "ga...
import React from 'react'; import { TransitionGroup } from '@material-ui/react-transition-group'; import { write } from '@shopify/javascript-utilities/fastdom'; import { focusFirstFocusableNode } from '@shopify/javascript-utilities/focus'; import { createUniqueIDFactory } from '@shopify/javascript-utilities/other'; imp...
import React from "react" import { Fade } from "react-reveal" import { CoverLayout } from "../components/Layout" import ImageCover from "../components/ImageCover" import Section from "../components/Section" import { Helmet } from "react-helmet" export default () => ( <CoverLayout navbarTextColor="white" cov...
(function(){/* Copyright 2017 Google Inc. All Rights Reserved. Licensed under the W3C SOFTWARE AND DOCUMENT NOTICE AND LICENSE. https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document */ 'use strict';const d=()=>{throw new TypeError("undefined conversion");};function u(){throw new TypeError("Ill...
import Vue from 'vue' import VueApexCharts from 'vue-apexcharts' Vue.component('apexchart', VueApexCharts)
var searchData= [ ['_5f_5ffloordiv_5f_5f',['__floordiv__',['../classST_1_1Object.html#a121e0fcc70a67194511af8eb99ebd535',1,'ST::Object']]], ['_5f_5fgetitem_5f_5f',['__getitem__',['../classST_1_1Object.html#a061d450c56f8049a53e1ebc09811e2cc',1,'ST::Object']]], ['_5f_5finit_5f_5f',['__init__',['../classST_1_1Contai...
import React from 'react' import Layout from '../components/layout' import Nav from '../components/nav' import Banner from '../components/non-front-banner' import AuthorImg from '../../static/author/dummy.jpg' const ATA = (props) => { return ( <> <Layout> <Nav pathExt={props.pat...
/* parallel-ES6 - based on ES6-harmony generators - Sequential programming for node.js - end of callback hell - Copyright 2013 Lucio Tato -- WARNING: bleeding edge -- This lib is based on ECMAScript 6, the next version of the javascript standard, code-named "Harmony". (release target date December 2013)...
import React from 'react' import matsunoImage from '../assets/images/member/matsuno.jpg' import kiyotaImage from '../assets/images/member/kiyota.jpg' import wadaImage from '../assets/images/member/wada.jpg' import tsuchiyaImage from '../assets/images/member/tsuchiya.jpg' import kobayashiImage from '../assets/images/mem...
jQuery(document).ready(function() { if (jQuery('.es-send-email-screen').hasClass('active')) { jQuery('#button-send').addClass('es-send-email'); } // Variable used to delay the onboarding tasks progress animations. let time_increament = 0; // Wrapper objects for onboarding functions. let onboarding_functions ...
import React, { Component } from 'react'; import { debounce } from 'lodash'; import { SCREENSHOT_INTERACTION_MODE, INTERACTION_MODE } from './shared'; import { Card, Button, Spin, Tooltip, Modal, Tabs } from 'antd'; import Screenshot from './Screenshot'; import SelectedElement from './SelectedElement'; import Source fr...
import request from '@/utils/request' export default async function(param = {}) { const result = await request({ url: '/interface_http/delete', method: 'post', param: param }) return result || {} }
var editor_config = { path_absolute: ServerName+"/", selector: "textarea.tinymce", font_formats: 'Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;...
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _react = _interopRequireDefault(require("react")); var _createSvgIcon = _interopRequireDefault(require("./utils/createSvg...
import '@ionic/core/css/ionic.bundle.css' import 'ionicons/dist/collection/icon/icon.css' import '@ionic/core/dist/ionic/svg' import { defineCustomElements } from '@ionic/core/loader' export default { init(opts = {}) { defineCustomElements(window, opts) }, }
function doComputationWorkSync(input) { return input + ' entered.' } function doComputationWork(input, callback) { // Because the internal implementation of this asynchronous // function is itself synchronously run on the main thread, // you still starve the entire process. var output = doComputationWorkSync(inpu...
/** * @license Apache-2.0 * * Copyright (c) 2020 The Stdlib Authors. * * 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 a...
// Copyright 2016 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Used for encoding f32 and double constants to bits. let __buffer = new ArrayBuffer(8); let byte_view = new Int8Array(__buffer); let f32_view = new Fl...
module.exports = { secret: process.env.APP_SECRET, ttl: '86400' }
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[22],{ /***/ "./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./resources/js/Pages/Reglement/Create.vue?vue&type=script&lang=js&": /*!*****************************************************************************************...
// Copyright 2018-2021 Polyaxon, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
import Http from '../../../utils/Http' import Transformer from '../../../utils/Transformer' import * as AssignCourseActions from './store/actions' import * as CourseActions from './../courses/store/actions' import { toast } from "react-toastify"; function transformRequest(parms) { return Transformer.send(parms) } f...
import * as PIXI from 'pixi.js'; import spine from 'pixi-spine'; import SkeletonBinary from './SkeletonBinary'; import { getSpineResourceUrl } from '../url'; const loader = new PIXI.loaders.Loader(); const cache = {}; const xhrTypeMap = { skel: { xhrType: 'arraybuffer' }, png: { xhrType: 'png' }, atlas: { xhrTy...
var mp2segmentsstructmrx09000132_data = [ [{o: 0.384, f: 3.686, l: "Intro", a: 0}, {o: 3.686, f: 15.372, l: "Verse", a: 1}, {o: 15.372, f: 27.121, l: "Verse", a: 0}, {o: 27.121, f: 42.51, l: "Refrain", a: 1}, {o: 42.51, f: 54.285, l: "Verse", a: 0}, {o: 54.285, f: 66.194, l: "Verse", a: 1}, {o: 66.194, f: 81.67, l: "Re...
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.15.5 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator...
"use strict"; /* tslint:disable */ /* eslint-disable */ /* * Copyright 2019 NEM * * 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 * *...
module.exports = { address: '127.0.0.1:48690', protocol: 'grpc', idl: require('path').join(__dirname, '../../services/grpc/game.proto') }
const path = require('path'); const { Env } = require('./const'); /** * @param {...string} * @returns {string} */ const makePath = (...args) => path.resolve(__dirname, ...args); /** * @param {...string} * @returns {string} */ const makeRelativePath = (...args) => path.join(...args); /** * @returns {string}...
/** * Copyright IBM Corp. 2019, 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../I...
import { clamp, getDistance, getDistances, getRangeMax, getRangeValue, isInArray, isSsr } from "../../Utils"; import { HoverMode, RotateDirection } from "../../Enums"; function applyDistance(particle) { const initialPosition = particle.initialPosition; const { dx, dy } = getDistances(initialPosition, particle.p...
import { pipe } from './function'; // ------------------------------------------------------------------------------------- // constructors // ------------------------------------------------------------------------------------- /** * @category constructors * @since 2.0.0 */ export function fromEquals(equals) { ...