text
stringlengths
2
1.04M
consoleToolsRequire=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i...
"use strict"; // Class definition var KTDatatableRemoteAjaxDemo = function() { // basic demo var demo = function() { var datatable = $('#kt_datatable').KTDatatable({ // datasource definition data: { type: 'remote', source: { ...
/* jQWidgets v5.3.2 (2017-Sep) Copyright (c) 2011-2017 jQWidgets. License: https://jqwidgets.com/license/ */
import React from 'react'; import './bootstrap.min.css'; class EmotionTable extends React.Component { render() { //Returns the emotions as an HTML table return ( <div> <table className="table table-bordered"> <tbody> { /*Write code to use the .m...
/* eslint-disable no-prototype-builtins,no-restricted-syntax */ import 'whatwg-fetch'; import auth from '../common/auth'; import { API_ROOT } from '../configs/config'; import { SYMBOL_FOR_FETCH_API } from '../constants/fetchType'; import methodType from '../constants/methodType'; function isEnableBody(method) { retu...
import React from 'react'; import { Container } from './styles'; export default function Footer() { return ( <Container> <p>copyright © 2020 all rights reserved</p> </Container> ); }
//# sourceMappingURL=component---src-pages-404-js-fc07238991227d0acc0f.js.map
import React, { Component } from 'react' import PropTypes from 'prop-types' import isNumber from 'lodash/isNumber' import flow from 'lodash/fp/flow' import { withStyles } from '@material-ui/core/styles' import { inject, observer, PropTypes as MobxPropTypes } from 'mobx-react' import DatagridServerSide from '@syntesis/c...
function objectConverter(columns) { return new Function("d", "return {" + columns.map(function (name, i) { return JSON.stringify(name) + ": d[" + i + "]"; }).join(",") + "}"); } function customConverter(columns, f) { var object = objectConverter(columns); return function (row, i) { return f(object(row)...
load("fcfbc86708bc3a4062c2091a062e13b6.js"); load("45e1d6de6cbdd6f2ea33d472d566096a.js"); /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at h...
export default class Person { constructor(firstName, lastName) { this.firstName = firstName this.lastName = lastName this.friendsList = [] } friendsWith(...friends) { for (let friend of friends) { this.friendsList.push(friend) } } getFriends() { return [].slice.call(this.friendsList) } get full...
import './layer.less'; import { Layer } from './layer'; import { LayerController } from './layer-controller'; import { LayerGeneral } from './layer-general'; import { LayerMask } from './layer-mask'; import { LAYER_STATUS } from './constants'; Object.assign(Layer, { Controller: LayerController, General: LayerGener...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TRANSACTION_TYPE; (function (TRANSACTION_TYPE) { TRANSACTION_TYPE[TRANSACTION_TYPE["GENESIS"] = 1] = "GENESIS"; TRANSACTION_TYPE[TRANSACTION_TYPE["PAYMENT"] = 2] = "PAYMENT"; TRANSACTION_TYPE[TRANSACTION_TYPE["ISSUE"] = 3] = "I...
/* eslint-disable */ import { getstats, setstats, delstats } from '@/api/stats' const state = { } const mutations = { } const actions = { GetStats({ commit }, info) { const {user, page, stime, etime} = info // console.log(info) // console.log(user, page) return new Promise((resolve, reject) => { ...
/* * Copyright 2020 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.0 * * Unless required by applicable law or agreed to ...
import {useEffect, useState} from 'react'; import styled from 'styled-components'; import Api from '../api/api'; import Person from './Person'; import Add from './Add'; import Popup from './Popup'; import Loading from './Loading'; const Team = ({className, setTeamLoaded, foodmoji}) => { const [people, setPeople] = u...
/*eslint-disable no-unused-vars*/ /*! * jQuery JavaScript Library v3.1.0 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2016-07-07T21:44Z */ ( function( global...
const express = require('express'); const axios = require('axios'); //middleware const morgan = require('morgan'); const parser = require('body-parser'); // run express server const server = express(); // logging & parsing server.use(morgan('dev')); server.use(parser.urlencoded({ extended: true })); server.use(parse...
import firebaseConfig from './config' import app from 'firebase/app' import 'firebase/firebase-auth' import 'firebase/firestore' class Firebase { constructor() { app.initializeApp(firebaseConfig); //app.analytics(); this.auth = app.auth() this.db = app.firestore(); } async register(name, email...
const CANVAS_WIDTH = 360; const CANVAS_HEIGHT = 360; const BALL_WIDTH = 16; const BALL_HEIGHT = 16; const AVATAR_RADIUS = 5; const PITCH_LENGTH = 360; const PITCH_WIDTH = 238; const GOAL_RADIUS = 12; // const RED = "#D83939"; // const BLUE = "#2785DB"; const RED = "red"; const BLUE = "blue"; // ***** CHANGE THIS TO RU...
console.log('leListeStr main01 start json de data maDataBlocs'); var maDataBlocs = { "data00" : { "fic1" : "./qc/crypto/evp/e_aria.c.html" , "texte" : "File crypto/evp/e_aria.c 136 rule violations " , "fic2" : "./qc/crypto/evp/e_aria.c.xml" , "fic3" : "" } , "data01" : [ ] , "data02" : [ ] , "data03" : ...
/** * Copyright 2015 The AMP HTML 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 require...
(function($){"use strict";$("a.page-scroll").bind("click",function(event){var $anchor=$(this);$("html, body").stop().animate({scrollTop:$($anchor.attr("href")).offset().top-50},1250,"easeInOutExpo");event.preventDefault()});$("body").scrollspy({target:".navbar-fixed-top",offset:51});$(".navbar-collapse ul li a").click(...
let maxFPS = 60; export default function requestAnimationFrameRate(fps) { let period, starter, limit, jitter; if (typeof fps !== 'number') { fps = maxFPS; }else{ fps = Math.max(1, Math.min(maxFPS, fps)); } period = 1000 / fps; jitter = period * 0.1; ...
//初始化界面,菜单配置路径是【/frs/yufreejs?js=/yujs/east/east_cr_report_config.js】 function AfterInit() { JSPFree.createSplitByBtn("d1", "上下", 280, [ "确定/onConfirm", "取消/onCancel" ], false); JSPFree.createBillList("d1_A", "/biapp-crrs/freexml/crrs/generateXml/crrs_report_xml_config_CODE1.xml",null,{list_btns:"",ishavebillquery:"N...
var classECS_1_1Internal_1_1EntityIterator = [ [ "EntityIterator", "classECS_1_1Internal_1_1EntityIterator.html#a4688e062cc850bfc38096aa50cd6a615", null ], [ "get", "classECS_1_1Internal_1_1EntityIterator.html#a3b8c83a88cf662d363ae39aa102dc167", null ], [ "getIndex", "classECS_1_1Internal_1_1EntityIterator....
/* * Copyright (c) 2016-2018 Ali Shakiba http://shakiba.me/planck.js * Copyright (c) 2006-2011 Erin Catto http://www.box2d.org * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. *...
"use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(gene...
var $lang={errAlertMsg:"不合法的日期格式或者日期超出限定範圍,需要撤銷嗎?",aWeekStr:["周","日","一","二","三","四","五","六"],aLongWeekStr:["周","星期日","星期一","星期二","星期三","星期四","星期五","星期六"],aMonStr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一","十二"],aLongMonStr:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],clearStr:"清空",today...
import React from "react" import { graphql, Link } from "gatsby" import Img from "gatsby-image" import { Post, FeaturedImage, BlogPost, Navigation, ButtonNavigation, } from "../styles/styles" import SEO from "../components/seo" import Layout from "../components/layout" import Share from "./share" const Templ...
/** * locale.js * handles internationalization (i18n) * */ import { addLocaleData } from 'react-intl' import { DEFAULT_LOCALE } from './constants' import { API_URL } from '../app/config' import store, { observeStore } from '../store' import { changeLocale } from '../store/actions/locale' import LOCALES from '../../...
import { FEATURE_ACTIVATION_TYPE_INT } from 'containers/App/constants'; import find from 'lodash/find'; /** * Get Property by transaction * @param tx: transaction * @param getProperty: fn() to get property details * @returns {*} */ /* eslint-disable prettier/prettier */ export default (tx, getProperty, activatio...
module.exports = { up: (queryInterface, Sequelize) => queryInterface.createTable('Files', { id: { type: Sequelize.INTEGER, primaryKey: true, autoIncrement: true, allownNull: false, }, fileName: { type: Sequelize.STRING, allownNull: false, }, uploadName: { ...
/** * Auto-generated action file for "Amazon Lightsail" API. * * Generated at: 2019-07-08T11:13:07.075Z * Mass generator version: 1.1.0 * * flowground :- Telekom iPaaS / amazonaws-com-lightsail-connector * Copyright © 2019, Deutsche Telekom AG * contact: flowground@telekom.de * * All files of this connector a...
const faker = require("faker"); const names = Array(10).fill(0).map(() => { let name = faker.name.firstName(); return name; }); let namesGenerator = { all: names[Symbol.iterator]() } for (let name of namesGenerator.all) { // console.log(name); } function getNameAsync() { return new Promise((reso...
var Module = (function () { var _scriptDir = typeof document !== "undefined" && document.currentScript ? document.currentScript.src : undefined; if (typeof __filename !== "undefined") _scriptDir = _scriptDir || __filename; return function (Module) { Module = Module || {}; // The Module ob...
$('#productores').click(function(){ var error_icon = '<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> ', success_icon = '<span class="glyphicon glyphicon-ok" aria-hidden="true"></span> ', process_icon = '<span class="fa fa-spinner fa-spin" aria-hidden="true"></span> '; $(...
/*! flint-web-sdk build:0.1.0, development. Copyright(C) 2013-2014 www.OpenFlint.org */ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]=...
import { LOGIN, LOGOUT } from '../constants/actionTypes'; const initialState = { isAuthenticated: false, isFetching: false, token: '', user: {}, errorMessage: '', }; export default function user(state = initialState, action) { switch(action.type) { case LOGIN.REQUEST: console.log('reducers L...
/** * @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/license */ /** * This file was added automatically by CKEditor builder. * You may re-use it at any time to build CKEditor again. * * If you would like to build CKEd...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uptimeCiWorkflow = exports.updatesCiWorkflow = exports.updateTemplateCiWorkflow = exports.summaryCiWorkflow = exports.siteCiWorkflow = exports.setupCiWorkflow = exports.responseTimeCiWorkflow = exports.graphsCiWorkflow = exports.getUpt...
/* * Kendo UI v2015.2.624 (http://www.telerik.com/kendo-ui) * Copyright 2015 Telerik AD. All rights reserved. * * Kendo UI commercial licenses may be obtained at * http://www.telerik.com/purchase/license-agreement/kendo-ui-complete * If you do not own a commercial license, this file shall be governed by the trial licen...
const text = require('./textResponses'); const getHelloJSON = (request, response) => { const helloJSON = { message: text.hello, }; const stringMessage = JSON.stringify(helloJSON); response.writeHead(200, { 'Content-Type': 'application/json' }); response.write(stringMessage); response.end(); }; const ...
module.exports = { siteMetadata: { title: 'What I Learned' }, plugins: [ 'gatsby-plugin-react-helmet', 'gatsby-plugin-sass', { resolve: 'gatsby-source-filesystem', options: { path: `${__dirname}/src/pages`, name: 'pages' } }, { resolve: 'gatsby-sourc...
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.findNodes = function (wrapper, className) { return wrapper.find(className).filterWhere(function (node) { return typeof node.type() === 'string'; }); }...
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("omi")); else if(typeof define === 'function' && define.amd) define(["omi"], factory); else if(typeof exports === 'object') exports["photo-size-select-actua...
import React, { Component } from "react" import { graphql } from "gatsby" import Layout from "../components/layout" import SEO from "../components/seo" import MapVN from "../components/map-vn" import MapWorld from "../components/map-world" import Content from "../components/content" import DataTableVN from "../compone...
// Copyright 2008 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
/* * The MIT License (MIT) * * Copyright (c) 2016 University of California San Diego * Author: Jim Robinson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, incl...
/** * Implement Gatsby's SSR (Server Side Rendering) APIs in this file. * * See: https://www.gatsbyjs.org/docs/ssr-apis/ */ const React = require('react'); exports.onRenderBody = ( { setHeadComponents, setPostBodyComponents }, ) => { setHeadComponents([ <link key="plugin-docsearch-css" rel="s...
import {Svg} from './svg'; import {namespaces} from '../core/globals'; describe('Svg', () => { it('should create a valid svg dom element', () => { const svg = new Svg('svg'); expect(svg).toBeDefined(); expect(svg._node).toBeDefined(); expect(svg._node.nodeName.toLowerCase()).toBe('svg'); }); it...
const express = require('express'); const morgan = require('morgan'); const helmet = require('helmet'); const cors = require('cors'); require('dotenv').config(); const middlewares = require('./middlewares'); const app = express(); //sentry.io const Sentry = require('@sentry/node'); Sentry.init({ dsn: 'https://3b06...
function solve(worker) { if(worker.handsShaking === true) { worker.bloodAlcoholLevel += (worker.weight * 0.1) * worker.experience; worker.handsShaking = false; } return worker; }
const socket = io(); const app = document.getElementById('app'); socket.on("dumpUpdate", (dump) => { console.log("update"); app.innerHTML = dump; // Symfony script to reorder dumps correctly const articles = app.getElementsByTagName('article'); console.log(articles); for(let i = 1; i < articles...
const validator = require('express-validator'); var Genre = require('../models/genre'); var Book = require('../models/book'); var async = require('async'); const { body, validationResult } = require('express-validator/check'); const { sanitizeBody } = require('express-validator/filter'); // Display list of al...
const path = require('path'); const WebpackDevServer = require('webpack-dev-server'); const webpack = require('webpack'); const parseArguments = require('./dev-server-options'); const host = '127.0.0.1'; const port = 3000; const args = parseArguments({ webpackConfig: path.join(__dirname, '../configs/webpack-dev.conf...
import React from 'react' import { graphql } from 'gatsby' import get from 'lodash/get' import Layout from '../components/layout' import Hero from '../components/hero' import BlogPostPreview from '../components/blog-preview' class RootIndex extends React.Component { render() { const posts = get(this, 'props.dat...
mycallback( {"CONTRIBUTOR OCCUPATION": "Retired", "CONTRIBUTION AMOUNT (F3L Bundled)": "250.00", "ELECTION CODE": "P2012", "MEMO CODE": "", "CONTRIBUTOR EMPLOYER": "n/a", "DONOR CANDIDATE STATE": "", "CONTRIBUTOR STREET 1": "Post Office Box 506", "CONTRIBUTOR MIDDLE NAME": "", "DONOR CANDIDATE FEC ID": "", "DONOR CANDI...
export class App { configureRouter(config, router) { this.router = router; config.map([ { route:"", name: 'home', moduleId: "pages/home/home", title: "Home", nav: true }, { route:"about", name: 'about', moduleId: "pages/about/about", title: "About", nav: true }, { route:["list", "list"], name: 'list', m...
class OfflineQueryProvider { constructor() { this.queryList_ = [ 'There is no internet connection', 'Try checking the network connection', 'Try reconnecting to Wi-Fi', ':-( :-(' ]; this.index_ = 0; } /** * Retrieves the next query. * @return {string} The next query. *...
import EventEmitter from 'events'; import Promise from 'bluebird'; import config from '../config'; import methods from './methods'; import transports from './transports'; import { camelCase } from '../utils'; import { hash } from '../auth/ecc'; import { signMethod } from '../auth'; import { ops } from '../auth/serializ...
/** * 合约查询 */ import React, { PureComponent } from 'react'; import { connect } from 'dva'; import PageLinkGroup from '../../../components/PageLinkGroup'; import Page from '../../../components/SecureLayout/Page'; @connect() export default class Home extends PureComponent { render() { return ( <Page> ...
"use strict"; /* * Copyright 2015 Palantir Technologies, Inc. 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 *...
var num, resto num=prompt("Digite um valor: ") if(num%3==0){ alert("Este número é múltiplo de 3!") } if(num%7==0){ alert("Esse número é multiplo de 7!") } else{ alert("Este número não é múltiplo de nenhuma opção!") }
"use strict"; const express = require('express'); const { exec } = require("child_process"); const uuid = require("uuid"); const fs = require('fs'); const app = express(); const logger = require("./lib/logger.js"); const port = process.env.SIMPLE_FLINK_SQL_GATEWAY_PORT || 9000; const flink_root = process.env.SIMPLE_FLI...
let library = []; const booksDiv = document.getElementById('books'); function Book(author, title, nop, read) { this.author = author; this.title = title; this.nop = nop; this.read = read; } Book.prototype.toggleRead = function () { this.read = this.read === 'Yes' ? 'No' : 'Yes'; }; library.push(new Book('Th...
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var AggregateError = _interopDefault(require('aggregate-error')); var webhooksMethods = require('@octokit/webhooks-methods');...
import { r as registerInstance, c as createEvent, h, H as Host } from './index-ab05bccf.js'; const EChatBox = class { constructor(hostRef) { registerInstance(this, hostRef); this.outerPrependClick = createEvent(this, "outerPrependClick", 7); this.prependClick = createEvent(this, "prependCl...
import merge from 'deepmerge'; // use createSpaConfig for bundling a Single Page App import { createSpaConfig } from '@open-wc/building-rollup'; // use createBasicConfig to do regular JS to JS bundling // import { createBasicConfig } from '@open-wc/building-rollup'; const baseConfig = createSpaConfig({ // use the o...
/* Name: Forms / Advanced - Examples Written by: Okler Themes - (http://www.okler.net) Theme Version: 3.1.0 */ (function($) { /* Multi Select: Toggle All Button */ function multiselect_selected($el) { var ret = true; $('option', $el).each(function(element) { if (!!!$(this).prop('selected')) { ret...
import React from "react" import CvSectionTitle from "./cv-section-title" const CvAbout = () => ( <> <CvSectionTitle>Sobre</CvSectionTitle> <p> Bacharel em Engenharia Hídrica e Ciência e Tecnologia, especialista em Engenharia Ambiental e Saneamento Básico, aluno de iniciação científica em Inteligência Ar...
React.createElement("div", { prop: name }, "Hello, ", name);
// 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
var searchData= [ ['mcp23s17_2eh',['MCP23S17.h',['../_m_c_p23_s17_8h.html',1,'']]], ['mos6502_2eh',['MOS6502.h',['../_m_o_s6502_8h.html',1,'']]], ['mouse_2eh',['mouse.h',['../mouse_8h.html',1,'']]] ];
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require...
export default { computed: { isPropsUpdated() { // Read props that need to be listened for changes. Object.keys(this.$props).forEach(key => this[key]) // Return a different value each time. `Date.now()` is not guaranteed to be unique. return (this.updateSwitch = !this.updateSwitch) }, ...
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var FiberNew = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(...
export default function getCompiledProjects(state) { return state.get('compiledProjects'); }
// Base16 OceanicNext // Scheme: https://github.com/voronianski/oceanic-next-color-scheme var color_scheme = { 'base00': '#1B2B34', 'base01': '#343D46', 'base02': '#4F5B66', 'base03': '#65737E', 'base04': '#A7ADBA', 'base05': '#C0C5CE', 'base06': '#CDD3DE', ...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DanmakuConverter = exports.DanmakuStack = exports.AssDanmakuDocument = exports.AssDanmaku = exports.DanmakuType = exports.XmlDanmakuDocument = exports.XmlDanmaku = exports.Danmaku = void 0; class Danmaku { constructor({ content, ti...
var themes = { "bootstrap-default": "/themes/default/css/bootstrap-default.css", "bootstrap-cerulean": "/themes/default/css/bootstrap-cerulean.css", "bootstrap-cosmo": "/themes/default/css/bootstrap-cosmo.css", "bootstrap-cyborg": "/themes/default/css/bootstrap-cyborg.css", "bootstrap-darkly": "/the...
module.exports = { base: '/finegui/', title: "FineGui", description: "A simple graphical user interface that allows you to use your own rendering engine", themeConfig: { sidebar: 'auto', nav: [ { text: 'Home', link: '/' }, { text: 'Install', link: '/INSTALL' }, ...
import React from 'react'; import PropTypes from 'prop-types'; import { IMAGE_BASE_URL, POSTER_SIZE } from '../../services/config'; import NoImage from '../../assets/images/no_image.jpg'; import { Wrapper, Content, Text } from './MovieInfo.styles'; import Thumb from '../Thumb'; const MovieInfo = ({ movie }) => { con...
import colors from "./colors"; function ramp(range) { var n = range.length; return function(t) { return range[Math.max(0, Math.min(n - 1, Math.floor(t * n)))]; }; } export default ramp(colors("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d4...
(function() { var fn = function() { (function(root) { function now() { return new Date(); } var force = false; if (typeof (root._bokeh_onload_callbacks) === "undefined" || force === true) { root._bokeh_onload_callbacks = []; root._bokeh_is_loading = u...
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("rxjs-compat/util/isScheduler"));
/** * PagarmeCoreApiLib * * This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ). */ 'use strict'; const GetTransactionResponse = require('./GetTransactionResponse'); /** * Creates an instance of GetDebitCardTransactionResponse */ class GetDebitCardTransactionResponse extends GetTrans...
import React from 'react'; import { requireNativeComponent } from 'react-native'; const RNHeaderView = requireNativeComponent('RNTableHeaderView', null); export default class TableViewHeader extends React.Component { constructor(props) { super(props); this.state = { width: 0, height: 0 }; } render() {...
/* * Golabi-Admin - v1.4.0 * 2015-11-02 * Responsive Bootstrap Template * * All right reserved. Copyright 2015 */
// index.html app.controller('MainController', ['$scope', '$http', '$sce', function($scope, $http, $sce) { // aboutme $scope.loadAboutMe = function(){ $http.get('/json/aboutme.json').success(function(data) { $scope.aboutme = angular.copy(data[0]); // conso...
const Links = [{ title:'Politics', link: '#politics', },{ title:'Opinions', link: '#opinions', },{ title:'Sports', link: '#sports', },{ title:'Local', link: '#local', },{ title:'National', link: '#national', },{ title:'World', link: '#world', },{ title:'Business', link: '#business', },{ ti...
import React from 'react'; function MyButton(props) { return ( <div> color:{props.color}, shadowSize:{props.shadowSize}, children: {props.children} </div> ); } const element = ( <MyButton color={'blue'} shadowSize={1}> Click Me </MyButton> ); const element_2 = React.createElement( M...
var util = require('./util') var os = require('os') var path = require('path') var fs = require('fs') const objectAssignDeep = require('object-assign-deep') //var cli = require('./cli') const defaultConfigKeepTime = 5* 60 * 1000 var getFilePath = systemName =>{ var dir = path.join(os.tmpdir() , "cli.config") ...
// app export const SET_LANGUAGE = 'SET_LANGUAGE'; export const SET_FIRSTLOGIN = 'SET_FIRSTLOGIN'; export const SET_SLIDERSTATE = 'SET_SLIDERSTATE'; export const SET_LOCK_STATE = 'SET_LOCK_STATE'; // user export const SET_TOKEN = 'SET_TOKEN'; export const SET_ROLES = 'SET_ROLES'; export const SET_INTRODUCTION = 'SET_I...
/* eslint-disable jsx-a11y/anchor-is-valid */ import React from "react"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faAngleDown } from "@fortawesome/free-solid-svg-icons"; import { STYLING } from "../../_constants"; import PropTypes from "prop-types"; // eslint-disable-next-line react/d...
/** * The CartoDB Torque map layer module. * @return TorqueLayerClass (extends LayerClass). */ define([ 'underscore', 'mps', 'moment', 'handlebars', 'abstract/layer/OverlayLayerClass', 'map/presenters/TorqueLayerPresenter', 'text!map/cartocss/default_torque_style.cartocss', 'text!map/queries/default_...
"use strict"; /* * ###### * ###### * ############ ####( ###### #####. ###### ############ ############ * ############# #####( ###### #####. ###### ############# ############# * ###### #####( ###### #####. ###### ##### ###### ##### ###### * ######...
/** * -------------------------------------------------------------------------- * Bootstrap (v4.3.1): dom/event-handler.js * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * -------------------------------------------------------------------------- */ import { getjQuery } from '../uti...
version https://git-lfs.github.com/spec/v1 oid sha256:613eb0b14a3fdf90ad901dc8860aa7f77d752efc8d887a8df246be91501945da size 39
-cacheable_1hr.pac-