text
stringlengths
2
1.04M
!function(k){function d(d,l,p){function g(a){for(var m=b.href,c=h.length;c--;)if(h[c].href===m)return a();setTimeout(function(){g(a)})}function n(a){f.body?a():setTimeout(function(){n(a)})}function e(){b.addEventListener&&b.removeEventListener("load",e);b.media=p||"all"}var c,f=k.document,b=f.createElement("link");if(l...
// How many columns are available at each breakpoint const cols = { lg: 4, md: 4, sm: 1, xs: 1, xxs: 1 }; export default cols
window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) { 'use strict'; _0x2c1832.r(_0x17edbf); _0x2c1832(0xa2), _0x2c1832(0x16c), _0x2c1832(0x16d); var _0x39ca5e = { 'volume': 0.5, 'muted': !0x1, 'i18n': { 'restart': 'Restart', 'pl...
import React from 'react' import ReactNative from 'react-native' import PropTypes from 'prop-types' const { Component } = React const { StyleSheet, requireNativeComponent, View } = ReactNative export default class VLCPlayer extends Component { constructor (props, context) { super(props, context) th...
// Import React and Component import React, { Component } from 'react'; // Import CSS from App.css import './App.css'; // Import the Today component to be used below import Today from './Today/Today' // Import the History component to be used below import History from './History/History' ...
const a = { bgColor: "249, 162, 142", classes: "spans-black text-black", title: "Arithmetic", html: ` <p>Cannot be destructured by pattern matching</p> <div> <table> <thead> <tr> <th>Addition</th> <th>Substraction</th> <th>Division</th> <th>Multi...
import React, { useState, useEffct } from "react"; import Layout from "components/Layout"; import Sidebar from "components/Sidebar"; import { getDataCookie } from "middleware/authPage"; import axios from "utils/axios"; import { useRouter } from "next/router"; import PersonalInfo from "components/Profile/PersonalInfo"; ...
import { STOP, iterate, take, cons, drop, dropWhile, each, takeWhile, toArray, toIterable } from "./lazy.js" import { Suite } from "../test/test.js" const lazy = Suite("lazy"); lazy.add("iterate", assert => { const nums = iterate (x => x+1) (0); assert.is(nums() , 0); assert.is(nums() , 1); const ev...
"use strict"; var __assign = (this && this.__assign) || Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; var path = require("path");...
// 引入axios库,vue中用于异步数据请求库,类似于ajax import axios from 'axios'; let base = ''; // 这里的做法是把所有的api获取都封装成了一个返回promise的方法,后面调用这个方法,就可以返回一个promise // 还有另一种做法是封装一个通用的做法,在每个调用的地方,通过传入api地址的方式,调用通用方法获取一个promise export const requestLogin = params => { return axios.post(`${base}/login`, params).then(res => res.data); }; export c...
/* * Copyright 2011 Research In Motion Limited. * * 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 ...
const blacklist = require('react-native/packager/blacklist'); module.exports = { /** * Add search paths to the packager. Equivalent to the * `--projectRoots` command line argument. * * Your app project directory is the default, but you can easily add * additional directories. * * This ...
'use strict'; exports.__esModule = true; var _classCallCheck2 = require('babel-runtime/helpers/classCallCheck'); var _classCallCheck3 = _interopRequireDefault(_classCallCheck2); var _path = require('path'); var _fs = require('fs'); var _stripBom = require('strip-bom'); var _stripBom2 = _interopRequireDefault(_st...
/* * Copyright 2021 EPAM Systems * * 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 ...
import "prismjs/themes/prism-tomorrow.css" import { MDXProvider } from "@mdx-js/react" import MDXComponents from "./src/components/MDXComponents" import ColorModeScript from "@chakra-ui/gatsby-plugin" const React = require("react") export const wrapRootElement = ({ element }) => ( <MDXProvider components={MDXCompone...
define('code-corps-ember/helpers/toggle-action', ['exports', 'ember-composable-helpers/helpers/toggle-action'], function (exports, _toggleAction) { 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, 'default', { enumerable: true, get: functio...
import {CONTRACT_WITH_AGENCY_TYPE} from "../../constants/contractWithAgencyType"; import axiosAction from "../../axios/axiosConfig"; const updateContractWithAgencyAction = (data, id) => dispatch => { return new Promise((resolve, reject) => { dispatch({ type: CONTRACT_WITH_AGENCY_TYPE.UPDATE_CON...
// ----------------------------------------------------------------------------- // Class: User.js // Purpose: Model for User Table. // Input: <none> // ----------------------------------------------------------------------------- // Author: Mark Harrison // Date: May 19, 2021 // -----------------------...
const sls = require('serverless-http') const binaryMimeTypes = require('./binaryMimeTypes') const nuxt = require('./nuxt-app') module.exports.nuxt = (evt, ctx, callback) => { nuxt() .then(app => sls(app, { binary: binaryMimeTypes, request: (request, event, context) => { console.log("request", request) ...
function ir() { var acertos = Number(document.getElementById('acertos').value) var informaçao = document.getElementById('informaçao') var meta = 360 var meta2 = Math.round(100 - ((acertos * 100) / meta)) var meta3 = Math.round(((acertos * 100) / meta)) var resto = Math.round(((80 - meta3) / 100)...
import React from 'react'; import useProviders from '../hooks/useProviders'; import PropTypes from 'prop-types'; import styles from './Providers.css'; import provider_placeholder from '../assets/provider_placeholder.png'; const Providers = ({ match }) => { const providersList = useProviders(match.params.movie_id); ...
run_spec(__dirname, ["babel", "babel-flow", "flow", "typescript"], { generatorStarSpacing: true }); run_spec(__dirname, ["babel", "babel-flow", "flow", "typescript"], { generatorStarSpacing: true, spaceBeforeFunctionParen: true });
import babel from 'rollup-plugin-babel'; import commonjs from 'rollup-plugin-commonjs'; import resolve from 'rollup-plugin-node-resolve'; import pkg from './package.json'; // The content that is actually exported to be used within a React or Node application. const libConfig = [ { inlineDynamicImports: true, inpu...
function isNumber(n) { return !isNaN(parseFloat(n)) && isFinite(n); } function cleanupFormatting_blockquote(sel){ return; var text = $(sel).html(); text = text.replace("<blockquote>", '<div class="blockquote_holder"><blockquote>'); text = text.replace("</blockquote>", '</blockquote></div>'); $(sel).html(text); ...
/** * * HomePage * */ import React from 'react'; import PropTypes from 'prop-types'; import { withStyles } from '@material-ui/core/styles'; import { connect } from 'react-redux'; import { Helmet } from 'react-helmet'; // import { FormattedMessage } from 'react-intl'; import { createStructuredSelector } from 'resel...
import React, { Component } from 'react'; class Navigation extends Component { render() { return ( <nav> <header><span className="title">Navigation</span></header> <ul> <li><a href="#">Home</a></li> <li><a href="#">Catalog</a></li> ...
/** * 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 strict-local * @format */ import * as React from 'react'; import DeprecatedTextInputPropTypes from '../../DeprecatedPro...
import React from 'react'; import ReactDOM from 'react-dom'; import './css/index.css'; import App from './components/App'; import * as serviceWorker from './serviceWorker'; ReactDOM.render(<App />, document.getElementById('root')); serviceWorker.unregister();
/* * BlueUI JavaScript Library * https://www.heyui.top/ * * Copyright © Lan 2017-present * Released under the MIT license * */ import dictMapping from '@/src/filters/dictmapping'; import hlang from '@/src/filters/hlang'; import config from '@/src/utils/config'; import locale from '@/src/locale'; import tooltip...
import React from "react"; import styled from "styled-components"; // Import Icons 503w 704h 50 50 import free from "../img/free.svg"; import domestic from "../img/domestic.svg"; import easy from "../img/easy.svg"; import quality from "../img/quality.svg"; // import anime2 from '../img/anime2.jpg' import quiet from ".....
/** * Copyright 2018 Telerik AD * ...
const {Model, DataTypes} = require('sequelize'); const sequelize = require('../config/connection'); class Comment extends Model { } Comment.init( { id: { type: DataTypes.INTEGER, primaryKey: true, autoIncrement: true, allowNull: false }, com...
var searchData= [ ['decode',['decode',['../decode_8py.html#a24b4ca34bddd21fccc945f851e2c8b1c',1,'nabu::scripts::decode']]], ['deframesig',['deframesig',['../sigproc_8py.html#a4e7b5591ee823982057538ad6e5aa9ee',1,'nabu::processing::feature_computers::sigproc']]], ['dense_5fsequence_5fto_5fsparse',['dense_sequence_t...
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
export const ZERO_HITS = 'zero hits'; // dummy search data const executeContentSearch = (queryData) => { if (['', ZERO_HITS].some((value) => value === queryData.query)) { return new Promise((resolve) => { resolve({ count: 0, results: [], suggestions: ['bernd', 'das', 'brot'], ...
const express = require("express"); const router = express.Router(); const StatTracker = require("../fortniteapi/StatTracker"); router.post("/", (req, res, next) => { // Invoke the code that creates the new user StatTracker.getStatTrackerInstance().addUser(req.body.fullName, req.body.marlingForm, req.body.user...
import { OpaqueToken } from '@angular/core'; import { ObservableWrapper } from '../facade/async'; import { StringMapWrapper } from '../facade/collection'; import { isBlank, isPresent, isPromise, isString } from '../facade/lang'; import { PromiseWrapper } from '../facade/promise'; /** * Providers for validators to be u...
/* * Copyright Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
import Vue from 'vue' import App from './App.vue' import router from './router' import store from './store' import Cookies from 'js-cookie' import Element from 'element-ui' // import vuePicturePreview from 'vue-picture-preview' import 'normalize.css/normalize.css' // A modern alternative to CSS resets import '@/asset...
import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; import * as serviceWorker from './serviceWorker'; // function getData() { // // create a new XMLHttpRequest // var xhr = new XMLHttpRequest() // // get a callback when the server responds // xhr.onload ...
import React from "react"; import "./style.css"; function Jumbotron() { return ( <div className="text-center marginTop"> <h1>(React) Google Books Search</h1> <h3>Search for and Save Books of Interest</h3> </div> ) } export default Jumbotron;
// Copyright 2017, Google, 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 agreed to in wr...
var lexer = { /*JISON-LEX-ANALYTICS-REPORT*/EOF: 1, ERROR: 2, // JisonLexerError: JisonLexerError, /// <-- injected by the code generator // options: {}, /// <-- injected by the code generator // yy: ..., /// <-- injected by setInput(...
module.exports={A:{A:{"2":"J D E F A B oB"},B:{"1":"Z a b c d e S f H","2":"C K L G M N O Q R U V W X Y","16":"P"},C:{"1":"V W X Y Z a b c d e S f H iB","2":"0 1 2 3 4 5 6 7 8 9 pB eB I g J D E F A B C K L G M N O h i j k l m n o p q r s t u v w x y z AB BB CB DB EB FB GB HB IB JB KB fB LB gB MB NB T OB PB QB RB SB TB ...
export const SET_LOADING = 'APP/SET_LOADING'; export const PUSH_ALERT="ALERT/PUSH";
module.exports = function (sequelize, DataTypes) { var Intervencion = sequelize.define( 'Intervencion', { id: { type: DataTypes.BIGINT(11), primaryKey: true, autoIncrement: true, comment: 'ID Intervencion', validate: { isNumeric:true, notNull: ...
// Copyright IBM Corp. 2014,2016. All Rights Reserved. // Node module: loopback // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT /*! * Module Dependencies. */ var g = require('../../lib/globalize'); var isEmail = require('isemail'); var loopback = requ...
import createBudgetForm from "./modules/createBudgetForm.js"; const budgetDiv = document.getElementById("budgetDiv"); const outerBudgetDiv = document.createElement("div"); // outerBudgetDiv.innerHTML = "d-flex justify-content-center"; export default async function createBudgetSection() { // create the budget div ...
const loading = { namespaced: false, state: { loading: false, }, mutations: { LOADING_ON(state) { state.loading = true; }, LOADING_OFF(state) { state.loading = false; }, }, actions: { loadingOn(context) { context...
//Copyright 2014 Globo.com Player authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. import UIContainerPlugin from '../../base/ui_container_plugin' import Events from '../../base/events' import template from '../../base/template' import...
function getProperty(object, propertyPath) { let objectValue = object; let path = propertyPath; path = path.split('.'); const nestingLevel = path.length; for (let index = 0; index < nestingLevel; index += 1) { if (objectValue !== undefined) { objectValue = objectValue[path[index]]; } } if (o...
const http = require('http'); const url = require('url'); const responseHandler = require('./responses.js'); const port = process.env.PORT || process.env.NODE_PORT || 3000; const urlStruct = { '/': responseHandler.getIndex, '/cats': responseHandler.getCats, index: responseHandler.getIndex, }; const onReq...
const chai = require('chai'); const assert = require('assert'); const path = require('path'); const fs = require('fs'); const http = require('http'); const stream = require('stream'); const Authenticator = require('../../node/modules/authenticator.js'); const Storage = require('../../node/modules/storage.js'); const C...
function checkOnWhatRendererHasBeenTriggeredTheEvent(event, renderer3d, axialRenderer, sagittalRenderer, coronalRenderer) { const canvas = event.target.parentElement; const id = event.target.id; const mouse = { x: ((event.clientX - canvas.offsetLeft) / canvas.clientWidth) * 2 - 1, y: -((even...
function(head, req) { var row, out, sum = 0, sep = '\n'; // Send the same Content-Type as CouchDB would if (req.headers.Accept.indexOf('application/json')!=-1) start({"headers":{"Content-Type" : "application/json"}}); else start({"headers":{"Content-Type" : "text/plain"}}); if ('callba...
'use strict'; exports.__esModule = true; var getDisplayName = function getDisplayName(Component) { return Component.displayName || Component.name || (typeof Component === 'string' ? Component : 'Component'); }; exports.default = getDisplayName;
import { usePage } from "@inertiajs/inertia-react"; import React from "react"; import NavLink from "./NavLink"; const Pagination = ({ links }) => { const createMarkup = (label) => { return { __html: label, }; }; const props = usePage(); console.log("usePage props", props); ...
!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.d...
import cx from 'classnames' import _ from 'lodash' import PropTypes from 'prop-types' import React, { Component } from 'react' import { createShorthandFactory, customPropTypes, getUnhandledProps, getElementType, META, useKeyOnly, } from '../../lib' /** * A section sub-component for Breadcrumb component. ...
import Vue from 'vue/dist/vue.js' import VueMultianalytics from '../dist/vue-multianalytics.min' import analyticsMixin from './analytics-mixin' let gaConfig = { appName: 'Test', // Mandatory appVersion: '0.1', // Mandatory trackingId: 'UA-96678006-1', // Mandatory globalDimensions: [], globalMetrics: [], ...
// -------------------------------------------------------------------------------------------------------------------- // // iam.js - class for AWS Identity and Access Management // // Copyright (c) 2011, 2012 AppsAttic Ltd - http://www.appsattic.com/ // Written by Andrew Chilton <chilts@appsattic.com> // // License: ...
const express = require('express'); const router = express.Router(); router.get('/', (req, res) => { res.render('index'); }); module.exports = router;
const path = require("path"); const { merge } = require("webpack-merge"); const baseConfig = require("./webpack.config.base.js"); const config = { output: { filename: "main.[hash].js", path: path.resolve(__dirname, "../", "dist/client"), publicPath: "/assets/", }, }; module.exports = merge(baseConfig,...
import React from 'react'; import Link from 'gatsby-link'; import ExamplePage from '../../containers/ExamplePage'; import CodeSample from '../../ui/CodeSample'; export default () => ( <ExamplePage title="Using moment.js to parse and format dates"> <p> Use the{' '} <Link to="/api/DayPickerInput#parse...
"use strict"; module.exports = require('./src/readVox'); //# sourceMappingURL=index.js.map
const orm = require("./config/orm.js"); const inquirer = require("inquirer"); // View employees, view departments, view roles, add employee, add department, add role, update role, update manager, // view employees by manager, delete employee, delete role, delete department, quit // This function generates the top-l...
// 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 byte_view = new Uint8Array(8); let data_view = new DataView(byte_view.buffer); // The bytes ...
const { Router } = require('express'); const multer = require('multer'); const uploadConfig = require('./config/upload'); const SessionController = require('./controllers/SessionController'); const SpotController = require('./controllers/SpotController'); const DashboardController = require('./controllers/DashboardCon...
module.exports = { root: true, parserOptions: { parser: 'babel-eslint' }, env: { browser: true, node: true, mocha: true }, "globals": { "expect": true }, extends: [ 'plugin:vue/recommended', 'standard' ], plugins: [ 'vue' ], rules: { 'generator-star-spacing': ...
macDetailCallback("000ad6000000/24",[{"d":"2002-08-03","t":"add","a":"755 North Mathilda Ave\nSunnyvale California 94086\n\n","c":"UNITED STATES","o":"BeamReach Networks","s":"wireshark.org"},{"d":"2015-08-27","t":"change","a":"755 North Mathilda Ave Sunnyvale California US 94086","c":"US","o":"BeamReach Networks"}]);
import {describe, xit, it, expect, beforeEach, ddescribe, iit} from 'test_lib/test_lib'; import {DOM} from 'facade/dom'; import {Injector} from 'di/di'; import {ChangeDetector} from 'change_detection/change_detector'; import {Parser} from 'change_detection/parser/parser'; import {Lexer} from 'change_detection/parser/...
/** * Created by dodo on 20/12/16. */ var viewResume = false; var view_search_candidate = 1; var view_unlocked_candidate = 2; var view_applied_candidate = 3; var view_tracking_candidate = 4; var view_candidate_info = 5; var resumeDiv = null; /* variables, flags and lists for applied candidate use case */ var pendi...
'use strict'; let websiteRoot = '/client-jsonld'; let extractID = function(val){ return _.isObject(val) ? val['@id'] : val; }; let capitalize = function (string) { return string.charAt(0).toUpperCase() + string.slice(1); }; let getResource = function(url, callback){ $.ajax({ url: url, type: 'GET', ...
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = function (d, b) { extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (Object.protot...
console.log(Object.keys(locations).length) // console.log(data.toString('utf8')) var collected = Object.entries(locations) find = function() { for (var y = 0; y < collected.length; y++) { var objecter= collected[y][1] if (objecter.display_name.match('Fairy') 1) { console.log(objecter); } } } find...
/*! jQuery V2.2.3 | (c) jQuery Foundation | jquery.org/license */
var SchedulePeriodicRecursive = Rx.internals.SchedulePeriodicRecursive = (function () { function tick(command, recurse) { recurse(0, this._period); try { this._state = this._action(this._state); } catch (e) { this._cancel.dispose(); ...
/** * Copyright (c) 2019 Nadav Tasher * https://github.com/NadavTasher/BaseTemplate/ **/ /** * Prepares the web page (loads ServiceWorker). * @param callback Function to be executed when loading finishes */ if (typeof window !== typeof undefined) { window.prepare = function (callback = null) { // Reg...
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import * as DataGrid from '../data_grid/data_grid.js'; import * as UI from '../ui/ui.js'; import {Event, MediaChangeTypeKeys} from './MediaModel.js'; //...
import * as React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon( <path d="M18.88 10h-4.46l-1.47-4.84c-.29-.95-1.63-.95-1.91 0L9.58 10H5.12c-.97 0-1.37 1.25-.58 1.81l3.64 2.6-1.43 4.61c-.29.93.79 1.68 1.56 1.09l3.69-2.8 3.69 2.81c.77.59 1.85-.16 1.56-1.09l-1.43-4.61 3.6...
import fs from 'fs'; import execa from 'execa'; import pify from 'pify'; import rimraf from 'rimraf'; import test from 'ava'; test('show help screen', async t => { t.regex(await execa.stdout('./cli.js', ['--help']), /Extracting archives made easy/); }); test('show version', async t => { t.is(await execa.stdout('./c...
/* * web: siteEventsManager.js * XNAT http://www.xnat.org * Copyright (c) 2005-2017, Washington University School of Medicine and Howard Hughes Medical Institute * All Rights Reserved * * Released under the Simplified BSD. */ /** * functions for XNAT site Event Handlers */ XNAT.app.siteEventsManager = {}; XN...
import React, { PureComponent } from 'react'; import { Animated, View, PanResponder, StyleSheet, } from 'react-native'; import PropTypes from 'prop-types'; import Color from 'color'; import styled from '@ui/styled'; import { withTheme } from '@ui/theme'; const Container = styled(({ theme }) => ({ minWidth: '...
var React = require('react'); var Router = require('react-router'); var { DefaultRoute, NotFoundRoute, Link, Route, RouteHandler } = Router; // Main App View var App = React.createClass({ render: function () { return ( <div> <RouteHandler /> </div> ); } }); // Router var Pag...
import React from "react"; import Article from "@app/ondrejsika-theme/layouts/Article"; const Page = () => ( <Article title="Open source DevOps pipeline" subheader="DevOps je sada nástrojů a technik, díky kterým budete doručovat novou fukncionalitu a změny k zakazníkům automaticky, rychleji a bezstarostně. D...
describe("TweenJS", function () { beforeEach(function () { jasmine.DEFAULT_TIMEOUT_INTERVAL = 2000; }); afterEach(function () { createjs.Tween.removeAllTweens(); }); it("should animate x to 50", function (done) { var obj = {x: 0}; createjs.Tween.get(obj) .to({x: 50}, 25) .call(function () { ...
const Users = [ { id: '6tI6vo3GET', name: 'Thomas A. Parker', avatar: 'avatar2', skills: ['AI', 'Python', 'Neural Network', 'Signal Processing'] }, { id: 'rS4r9xOBaZ', name: 'Edna Riley', avatar: 'avatar3', skills: ['Embedded Software', 'PCB Design', 'ARM', 'C++'] }, { id: 'IJXoLnj90d', name: 'Robert Wilson...
/*!----------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * monaco-languages version: 1.9.0(3b600204b8fe2786ce83fe77ff1946ba0482402f) * Released under the MIT license * https://github.com/Microsoft/monaco-languages/blob/master/LICENS...
 var AzureApi = (function () { function AzureApi() { } var apiPath = ""; var fileUploadUrl = ""; var returnData = ""; var resultType = 0; AzureApi.getResultType = function () { return resultType; } AzureApi.getResultData = function () { return returnData;...
import React, { Component } from "react"; import DefaultWrapper from "react-styleguidist/lib/rsg-components/Wrapper/Wrapper"; import { ComponentsProvider } from "@reactioncommerce/components-context"; import { StripeProvider } from "react-stripe-elements"; import appComponents from "../appComponents"; class Wrapper ex...
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[39],{ /***/ "./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./resources/js/components/commons/MediaFileComponent.vue?vue&type=script&lang=js&": /*!**************************************************************************...
import React from 'react'; import * as d3 from 'd3'; import './Map.css'; import {dataSchema, visSchema, recommend, bind, createSymbolSvg} from './visualmodel.js'; class Map extends React.Component { constructor(props) { super(props); this.drawing = React.createRef(); this.SVG_HEIGHT = this.props.height || 376; ...
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 _defineProperty(obj, key, value) { if (key in obj) {...
const mongoose = require('mongoose'), Schema = mongoose.Schema; const Cart = new Schema({ pokemons: [{ type: mongoose.Schema.Types.ObjectId, ref: 'Pokemon', required: true }], total: { type: Number, required: true }, user: { type: mongoose.Schema.Types.ObjectId, ref: 'User', ...
/** * AdSense Settings components. * * Site Kit by Google, Copyright 2021 Google LLC * * 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 * * https://www.apache.org/licenses/LICENSE-2...
import babel from 'rollup-plugin-babel'; const config = { input: 'src/index.js', plugins: [], globals: { react: 'React', 'prop-types': 'PropTypes', }, }; config.plugins.push(babel({})); export default config;
const fs = require('fs') var constant = require('../constant') var linesGetOption = require('../getOptionRequest/linesGetOption') var machinesGetOption = require('../getOptionRequest/machinesGetOption') var calendarGetOption = require('../getOptionRequest/calendarGetOption') var tasksGetOption = require('../getOptionR...
/** @typedef {import('../order-state-machine')} OrderStateMachine */ /** @typedef {import('../fill-state-machine')} FillStateMachine */ /** @typedef {OrderStateMachine | FillStateMachine} StateMachine */ /** * @class Abstract class for creating StateMachine Plugins */ class StateMachineAbstractPlugin { /** * St...
'use strict'; module.exports = { copy: require('./copy'), daysInMonth: require('./days-in-month'), floorDay: require('./floor-day'), floorMonth: require('./floor-month'), floorYear: require('./floor-year'), format: require('./format') };
define( "dojox/editor/plugins/nls/pt/PageBreak", ({ "pageBreak": "Quebra de Página" }) );