text
stringlengths
2
1.05M
import React, { Component } from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import classNames from 'classnames'; import ReeValidate from 'ree-validate'; // import AuthService from '../../../services'; import Http from '../../../Http'; import { Button, Card, CardHeader, ...
import { LightningElement } from 'lwc'; export default class ConstructorGetElementsByClassName extends LightningElement { constructor() { super(); this.getElementsByClassName('foo'); } }
/* * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is regenerated. */ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. const { Contai...
import React, { Component } from 'react'; import { Button, ButtonGroup, Container, Table } from 'reactstrap'; import AppNavbar from './AppNavbar'; import { Link } from 'react-router-dom'; class BookList extends Component { constructor(props) { super(props); this.state = {book: [], isLoading: true}...
const ReactDatez = require('./components/reactDatez.js').default const ReduxReactDatez = require('./components/reduxReactDatez.js').default require('./styles/components/datepickers.css') module.exports = { ReactDatez, ReduxReactDatez }
const tape = require('tape'); const lambdaCfn = require('../index.js'); const AWS = require('@mapbox/mock-aws-sdk-js'); let test; tape('setup SNS mock test harness', function(t) { if (process.env.NODE_ENV) { test = process.env.NODE_ENV; delete process.env.NODE_ENV; } t.end(); }); tape('message default e...
module.exports.init = (config) => { config.cookieSecret = '{RANDOM_1}'; config.cookieSession.keys = [ '{RANDOM_2}' ]; };
/* Copyright (c) 2018-2020 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. */ export const BEHAVIOR = Object.freeze({ fluid: 'fluid', fixed: 'fixed' }); export const ALIGNMENT = Object.freeze({ start: 'flex-start', ...
"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...
/*! * FullCalendar v2.0.2 * Docs & License: http://arshaw.com/fullcalendar/ * (c) 2013 Adam Shaw */ (function(t){"function"==typeof define&&define.amd?define(["jquery","moment"],t):t(jQuery,moment)})(function(t,e){function n(t,e){return e.longDateFormat("LT").replace(":mm","(:mm)").replace(/(\Wmm)$/,"($1)").replace...
//forge /* modifs from forge (tls.js): - remove server key exchange message (2 changes) - remove version check (2 changes) - ignore unexpected messages (1 change) - change fatal to true for handshake already in progress - change test in handle server hello when session id is not set - clear .input.data in process...
function barbaManager(){function t(t){var e=$(t).parent(),i=$(t).prev(".layer--blue");e.addClass("animate-width");var n=e[0].getBoundingClientRect().top;$(t).addClass("is-animate");var r=$(t).find(".works-text");return Barba.BaseTransition.extend({start:function(){var t=this;Promise.all([t.newContainerLoading,t.fadeOut...
import React, { Component } from "react"; import { Menu, Dropdown } from "antd"; import Reset from "./Function/Reset"; import Search from "./Function/Search"; import History from "./Function/History"; import SitDown from "./Function/SitDown"; import "./common.css"; const menu = React.createElement(Menu, null, React.cre...
const connection = require('../database/connection') module.exports = { async index(request, response) { const ong_id = request.headers.authorization const incidents = await connection('incidents') .where('ong_id', ong_id).select('*'); return response.json(incidents);...
var mod_http = require('http') ,mod_net = require('net') ,mod_repl = require('repl') ,c = console.log ,services = {} function registerService(sid) { c('registerService ' + sid); return loadModule(sid); } function serviceById(id) { return services[id]; } function loadModule(id) { var p = './' + id + '...
'use strict'; describe('$http', function() { var callback, mockedCookies; var customParamSerializer = function(params) { return Object.keys(params).join('_'); }; beforeEach(function() { callback = jasmine.createSpy('done'); mockedCookies = {}; module({ $$cookieReader: function() { ...
class Wall { constructor(x1, y1, x2, y2, color) { this.start = new Vector(x1, y1); this.end = new Vector(x2, y2); this.color = color; } drawWall(context) { context.beginPath(); context.moveTo(this.start.x, this.start.y); context.lineTo(this.end.x, this.end.y)...
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.lang['en-au']={"editor":"Rich Text Editor","editorPanel":"Rich Text Editor panel","common":{"editorHelp":"Press ALT 0 for help","browseServer":"Browse Server","ur...
const webpack = require('webpack'); const writeFilePlugin = require('write-file-webpack-plugin'); const webpackMerge = require('webpack-merge'); const BrowserSyncPlugin = require('browser-sync-webpack-plugin'); const ForkTsCheckerWebpackPlugin = require('fork-ts-checker-webpack-plugin'); const FriendlyErrorsWebpackPlug...
/** * @license * Copyright Google Inc. 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 */ import * as tslib_1 from "tslib"; import { Injector } from './injector'; import { THROW_IF_NOT_FOUND } from './inject...
import React, { forwardRef } from 'react'; import { StyledIcon } from '../StyledIcon'; const AppleAppStore = forwardRef((props, ref) => ( <StyledIcon ref={ref} viewBox="0 0 24 24" a11yTitle="AppleAppStore" {...props}> <path fill="#1D81F3" d="M3 17a1 1 0 0 1 0-2h10.5c1 0 2 2 1.5 2H3zm14 0a1 1 0 0 1 0-2h4a1 1 0 0...
export const PaymentChargeSpecification = { label: "PaymentChargeSpecification", description: `The costs of settling the payment using a particular payment method.`, _id: { viewableBy: ["guests"], editableBy: ["members"], insertableBy: ["members"], type: String, optional: true, }, createdA...
/** PURE_IMPORTS_START ._Subject,._Subscription PURE_IMPORTS_END */ var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b...
import React from 'react'; import PropTypes from 'prop-types'; const PlayerDetail = ({selectedPlayer}) => { if( selectedPlayer ){ return ( <div> <h3>{ selectedPlayer.name }</h3> <ul> <li> <span>Score: </span> { selectedPlayer.score } </li> ...
const knex = require('../data/db-config.js'); const getCampaigns = () => knex('campaigns'); //create campaign const addCampaign = campaign => knex('campaigns').insert(campaign).returning('id'); //get all campaigns for organization const getCampaignsByOrg = organization_id => knex('campaigns').where({organization_i...
export default [ { name: 'Competition', description: '', structure: [ { field: 'id', type: 'integer', description: "The competition's unique id." }, { field: 'title', type: 'string', description: 'The title of the competition (1-50 characte...
/** * FactSet Terms & Conditions API * The FactSet Terms & Conditions API exposes Terms & Conditions data for Fixed Income Corporate, Governement & Agency securities. The FactSet Corporate Government & Agency Terms & Conditions library provides descriptive data on the issue level, such as offering details, redemption...
import React from 'react' const Service_Content = (props) => { return( <div className="service_content"> <div className="service_sec_info"> <h2>About</h2> {props.content} {props.content} {props.content} </div>...
var gulp = require('gulp'); var runSequence = require('run-sequence'); function task_A(done) { console.log('task_A'); done(); } function task_B(done) { setTimeout(function() { console.log('task_B'); done(); }, 3000); } function task_C(done) { setTimeout(function() { console.log('task_C'); d...
import styled from 'styled-components' const DialogBox = styled.div` padding-top: 20px; position: relative; background-color: ${props => props.theme.color.grey5}; ` export default DialogBox
module.exports = { name: 'save', aliases: ['sv'], utilisation: '{prefix}save', voiceChannel: true, category: 'music', async execute(client, message) { const queue = player.getQueue(message.guild.id); if (!queue || !queue.playing) return message.channel.send(`No music currently ...
// Copyright 2016 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. window.onload = () => { const FILES_APP_ORIGIN = 'chrome-extension://hhaomjibdihmijegdhdafkllkbggdgoj'; let messageSource; const content = do...
'use strict'; var Marionette = require('backbone.marionette'); var toggleClass = require('../../../utils/toggle-class'); var _ = require('underscore'); module.exports = Marionette.LayoutView.extend({ template: false, ui: { nextStep: '.js-community-create-step-next', backStep: '.js-community-create-step-b...
var Login = function() { var handleLogin = function() { $('.adminlogin-form').validate({ errorElement: 'span', //default input error message container errorClass: 'help-block', // default input error message class focusInvalid: false, // do not focus the last invalid in...
// This file was generated by silverstripe/cow from client/lang/src/zh.js. // See https://github.com/tractorcow/cow for details if (typeof(ss) === 'undefined' || typeof(ss.i18n) === 'undefined') { if (typeof(console) !== 'undefined') { // eslint-disable-line no-console console.error('Class ss.i18n not defined'); ...
import React, { Component } from 'react'; class Books extends Component { render() { const { book, optionChange, currentShelf, rating, changeRating } = this.props; return ( <div className="book"> <div className="book-top"> <div className="book-cover" style={...
function displayNextSlide(slider) { var currentImage = slider.find(".currentImage"), nextSlide = (currentImage.next().length === 0) ? slider.children(':first') : currentImage.next(); currentImage.delay(1500).hide("slide", {direction: "left"}, 500, function () { $(this).removeClass("current...
define({ _widgetLabel: 'Eilutė', widgetProperties: 'Valdiklio savybės', widgetFunctions: 'Valdiklio funkcijos', widgetName: 'valdiklio pavadinimas:', widgetProps: 'valdiklio savybės:', tips: 'Eilutė' });
self["webpackHotUpdate_N_E"]("webpack",{}, /******/ function(__webpack_require__) { // webpackRuntimeModules /******/ "use strict"; /******/ /******/ /* webpack/runtime/getFullHash */ /******/ !function() { /******/ __webpack_require__.h = function() { return "2ee997f0931773a7218a"; } /******/ }(); /******/ /******/...
$(function(){ /*-------------------------------------------------------------------*/ /* Home Text Slider /*-------------------------------------------------------------------*/ $('#text-slider').carousel({ interval: 3000, pause: false }); });
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _createSvgIcon = _interopRequireDefault(require("./utils/createSvgIcon")); var _jsxRuntime = require("react/jsx-runtime")...
'use strict'; module.exports = { friendlyName: 'File filter', description: 'Filter nodes by a glob', inputs: { nodes: { type: 'ref', required: true, description: 'Nodes to filter' }, name: { type: 'string', required: true, description: 'Name with wildcards',...
import{n as e}from"./calfSystem-ebf4b17d.js" function r(r){return e("label",r)}export{r as c} //# sourceMappingURL=createLabel-c7d42264.js.map
module.exports={A:{A:{"2":"K C G E YB","129":"A B"},B:{"129":"D w Z I M H"},C:{"2":"WB AB UB OB","129":"0 1 3 5 6 7 8 F J K C G E A B D w Z I M H N O P Q R S T U V W X Y y a b c d e f L h i j k l m n o p q r s t u v z x"},D:{"1":"0 1 3 5 6 7 8 V W X Y y a b c d e f L h i j k l m n o p q r s t u v z x BB IB DB FB ZB GB"...
const parse = require('./parser'); module.exports = parse;
module.exports = { presets: [ '@vue/cli-plugin-babel/preset' ], plugins: [ // element官方教程 // [ // 'component', // { // libraryName: 'asp-smart-ui', // style: false // // styleLibraryName: 'theme-chalk' // } // ] ] }
"use strict"; var __rest = (this && this.__rest) || function (s, e) { var t = {}; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySy...
'use strict'; /** * File used to configure Karma for unit testing */ const webpackConfig = require('./webpack.test'); const os = require('os'); console.log(`Starting Karma with isCI=${!!isCI()}`); function isCI() { return process.env.CI || process.env.APPVEYOR || process.env.TRAVIS; } function getBrowsers() { ...
// @flow import { Trans } from '@lingui/macro'; import * as React from 'react'; import Dialog from '../../UI/Dialog'; import FlatButton from '../../UI/FlatButton'; import { type ResourceSource, type ChooseResourceFunction, } from '../../ResourcesList/ResourceSource.flow'; import { type ResourceExternalEditor } fro...
// javascript-astar // http://github.com/bgrins/javascript-astar // Freely distributable under the MIT License. // Implements the astar search algorithm in javascript using a binary heap. var astar = { init: function(grid) { for(var x = 0, xl = grid.length; x < xl; x++) { for(var y = 0,...
import React from 'react'; const strong = (props) => { const { children } = props; return ( <strong>{ children }</strong> ); }; export default strong;
{ "sessions": [ { "title": "Introduction", "speaker": "Dev Around the Sun Team", "start": "2020-05-12T12:00:00.000Z" }, { "title": "Static generated sites === great performance. What are you waiting for?", "speaker": "Debbie O'Brien", "start": "2020-05-12T12:10:00.000Z" }, { "title": ...
import getNewId from "./common/getNewId"; export const MovieHistoryFactory = (sequelize, DataTypes) => { const attributes = { id: { type: DataTypes.STRING, defaultValue: getNewId, primaryKey: true }, movie_id: { type: DataTypes.STRING, defaultValue: "" }, movie_poste...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _extends2 = require('babel-runtime/helpers/extends'); var _extends3 = _interopRequireDefault(_extends2); var _objectWithoutProperties2 = require('babel-runtime/helpers/objectWithoutProperties'); var _objectWithoutProperties3 = _inte...
!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.d...
var users = [] var i = 0 var getData = (function ($) { var URL = 'https://api.github.com/repos/techhub-community/Hackbook/contents/data' $.get(URL, function (data, status) { data.forEach(function (d) { if (d.name == null) { return true } if (users.indexOf(d.name) == -1) { ...
var SpecFuncGamma__mod_8f90 = [ [ "SpecFuncGamma_mod::getLogFactorial", "interfaceSpecFuncGamma__mod_1_1getLogFactorial.html", null ], [ "genLogFactorial_RK128", "SpecFuncGamma__mod_8f90.html#aea3ffb733987e638ed60697208d50e0f", null ], [ "genLogFactorial_RK32", "SpecFuncGamma__mod_8f90.html#a82c33bb51e00faf...
// Camera slideshow v1.4.0 - a jQuery slideshow with many effects, transitions, easy to customize, using canvas and mobile ready, based on jQuery 1.4+ // Copyright (c) 2012 by Manuel Masia - www.pixedelic.com // Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php (function(a){a.fn.camera=...
const { experiment, test, beforeEach, afterEach } = exports.lab = require('@hapi/lab').script(); const { expect } = require('@hapi/code'); const sinon = require('sinon'); const sandbox = sinon.createSandbox(); const uuid = require('uuid/v4'); const twoPartTariffMatchingJob = require('../../../../src/modules/b...
var assert = require('assert'); var fakeRaf = require('fake-raf'); var snabbdom = require('../snabbdom'); fakeRaf.use(); var patch = snabbdom.init([ require('../modules/dataset').default, ]); var h = require('../h').default; describe('dataset', function() { var elm, vnode0; beforeEach(function() { ...
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ // Provides class sap.ui.core.service.ServiceFactory sap.ui.define(['jquery.sap.global', 'sap/ui/base/Object', 'sap/ui/core/service/S...
const Discord = require("discord.js") module.exports.run = async (bot, message, args) => { message.delete(); return message.channel.send(`:ping_pong: Pong! Latency is: **${new Date().getTime() - message.createdTimestamp}ms**`).then(msg => msg.delete(5000)); } module.exports.help = { name: "ping" }
/** * node-crc32-stream * * Copyright (c) 2014 Chris Talkington, contributors. * Licensed under the MIT license. * https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT */ 'use strict'; const {Transform} = require('readable-stream'); const crc32 = require('crc-32'); class CRC32Stream extend...
// @flow import React, { Component, Element } from 'react'; import Helmet from 'react-helmet'; import { prefixLink } from 'gatsby-helpers'; const BUILD_TIME = new Date().getTime(); // $FlowFixMe const rawCss = require('!raw!./public/styles.css'); type Props = { body: string }; export default class Html extends Co...
/* eslint-disable */module.exports={languageData:{"plurals":function(n,ord){var s=String(n).split("."),i=s[0],v0=!s[1];if(ord)return"other";return n==1&&v0?"one":i>=2&&i<=4&&v0?"few":!v0?"many":"other"}},messages:{"% of parent":"% z rodi\u010Dovsk\xE9ho prvku","% of total":"% z celku","(Events)":"(Ud\xE1losti)","(Exten...
Package.describe({ summary: "Observe changes to various sequence types such as arrays, cursors and objects", version: "1.0.16" }); Package.onUse(function (api) { api.use('tracker@1.1.0'); api.use('mongo-id@1.0.5'); // for idStringify api.use('diff-sequence@1.0.6'); api.use('underscore@1.0.9'); api.use('...
var app = angular.module('App').controller('cabinetCtrl', function($scope, $http, $timeout) { $timeout(function () { $('.group-ul').height($(window).height()-145 + 'px'); $('.detialS').height($(window).height()-173 + 'px'); $('.pp').height($(window).height()-173 + 'px'); $('.vv').height($(window).height()...
module.exports = { devServer: { proxy: { '^/api': { target: 'http://localhost:${srv.port}', ws: true, changeOrigin: true } }}, configureWebpack: { module: { rules: [ { test: /.html$/, loader: "vue-template-loader", ...
define([ 'aeris/util', 'aeris/maps/markers/marker', 'aeris/config' ], function(_, Marker, config) { /** * A marker MapExtensionObject which is a view * model for a {aeris.api.models.PointData} data model. * * @class aeris.maps.markers.PointDataMarker * @extends aeris.maps.markers.Marker * *...
/* Project specific Javascript goes here. */ /* Formatting hack to get around crispy-forms unfortunate hardcoding in helpers.FormHelper: if template_pack == 'bootstrap4': grid_colum_matcher = re.compile('\w*col-(xs|sm|md|lg|xl)-\d+\w*') using_grid_layout = (grid_colum_matcher.match(self.label_clas...
class AboutController { constructor() { this.name = 'about'; this.raja=[ { "text":"learn angular", "done":true }, { "text":"build an angular app", "done":false}, { "text":"something", "done":false }, { "text":"another todo", "done":true...
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * 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 o...
import { // before, describe, it } from 'mocha' import chai from 'chai' import sinon from 'sinon' import { PngToSvg } from '../../lib' import fs from 'fs-extra' import { xml2js } from 'xml-js' import Jimp from 'jimp' // import { mkdir } from 'shelljs' import path from 'path' const assert = chai.assert sinon.ass...
module.exports = (sequelize, Sequelize) => { const World = sequelize.define("world", { name: { type: Sequelize.STRING, allowNull: false, }, }); return World; };
const express = require('express'); const webhook = require('./webhook'); const router = express.Router(); router.get('/', (req, res) => { res.json({ message: 'API - 👋🌎🌍🌏', }); }); router.use('/webhook', webhook); module.exports = router;
import './App.css'; import { useSelector } from 'react-redux'; import { Alert } from './Components/Alert'; import { Error } from './Components/Error'; import { Footer } from './Components/Footer'; import { Header } from './Components/Header'; import { Spinner } from './Components/Spinner'; import { AllRoutes } from './...
"use strict"; module.exports = require("./is-implemented")() ? RegExp.prototype.split : require("./shim");
(function(d){d['pt-br']=Object.assign(d['pt-br']||{},{a:"Não foi possível enviar o arquivo:",b:"Negrito",c:"Sublinhado",d:"Bloco de citação",e:"Insert image or file",f:"Itálico",g:"Inserir imagem",h:"Ferramenta de imagem",i:"Imagem completa",j:"Imagem lateral",k:"Imagem alinhada à esquerda",l:"Imagem centralizada",m:"I...
(this["webpackJsonpeurovision-ui"]=this["webpackJsonpeurovision-ui"]||[]).push([[0],{23:function(e,t,n){},24:function(e,t,n){},48:function(e,t,n){"use strict";n.r(t);var c=n(2),s=n.n(c),i=n(14),o=n.n(i),a=(n(23),n(18)),r=n.p+"static/media/logo.6ce24c58.svg",u=(n(24),n(15)),j=n.n(u),l=n(16),d=n(17),b=n.n(d),g=n(0),h=fun...
/** * * Determine an element’s location on the screen once it has been scrolled into view. * * <example> :getLocationInView.js it('should get the location of one or multiple elements in view', function () { browser.url('http://github.com'); var location = browser.getLocationInView('.octicon...
(function(win){ var ctrl = oui.$.ctrl; var constant =oui.$.constant; var common_attrs = "id,name,type,cls,bindProp,style,data,showType,otherAttrs,onUpdate,onAfterUpdate,parentControlId,parentControlName,weakDependence,script4onChange,oui-controller"; var common_events="onUpdate"; var common_methods="render";...
function addFocusCharts(_char) { function rangesEqual(range1, range2) { if (!range1 && !range2) { return true; } else if (!range1 || !range2) { return false; } else if (range1.length === 0 && range2.length === 0) { return true; } else if (range1[0].valueOf() === range2[0]...
import React, { Fragment } from 'react'; import { Switch, Route } from 'react-router-dom'; import Container from './Studio'; // Bring in common stylesheets, that contain stylesheets for the entire app. import '../assets/scss/common.scss'; /** * Contains the routes for switching between pages * @return{React.Componen...
export default { login:{"user":{"id":"310000198406275362","name":"宫雪","nickName":"Taylor","phone":"14309472560","age":74,"address":"浙江省 绍兴市 上虞市","isMale":false,"email":"w.pdmenv@rwfwadthss.tr","createTime":"1976-08-15 06:37:12","delFlag":0,"status":1,"userType":"1","no":"310000198406275362","remarks":"传方半织意意列业维领细斯样年场...
import React from 'react'; import styled from 'styled-components'; import FontAwesomeIcon from '@fortawesome/react-fontawesome'; import faHandPeace from '@fortawesome/fontawesome-free-solid/faHandPeace'; import { palette } from '../../cssResources'; const Wrapper = styled.header` letter-spacing: 2px; font-size: 18...
var data = { "body": "<path d=\"M19.58 3H15V1h8v8h-2V4.41l-4.83 4.83A5 5 0 0 1 13 16.9V19h2v2h-2v2h-2v-2H9v-2h2v-2.1a5 5 0 0 1-3.18-7.64L6.64 8.07l-1.4 1.39l-1.41-1.42l1.4-1.39L3 4.42V8H1V1h7v2H4.41l2.23 2.24l1.44-1.43L9.5 5.23L8.06 6.66l1.17 1.18C10 7.31 11 7 12 7s1.96.3 2.75.83L19.58 3M12 9a3 3 0 0 0-3 3a3 3 0 0 0 3...
window._ = require('lodash') window.Vue = require('vue') /** * We'll load jQuery and the Bootstrap jQuery plugin which provides support * for JavaScript based Bootstrap features such as modals and tabs. This * code may be modified to fit the specific needs of your application. */ try { window.Popper = require('...
setCssToHead(["@charset \x22UTF-8\x22;\n.",[1],"list.",[1],"data-v-c71166ca { min-height: 100%; padding: ",[0,30],"; background: #fff; }\n",],undefined,{path:"./pages/mine/subPages/collect/collect.wxss"})(); document.dispatchEvent(new CustomEvent("generateFuncReady", { detail: { generateFunc: $gwx('./pages/mine/subPage...
/** * @license * MIT License * * Copyright (c) 2019 Alexis Munsayac * 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, including without limitation the rights * to u...
function GameController($scope, GameManager, FetchPhotosFrom500px, bogusAnswers) { this.manager = GameManager; GameManager.countriesAndCities = bogusAnswers; GameManager.initialize(); } // Called in app.routes.js before the view is rendered. GameController.resolve = { bogusAnswers: ['FetchCities', func...
define({ "viewer": { "common": { "close": "Zatvori" }, "loading": { "step1": "Učitavanje priče", "step2": "Učitavanje podataka", "step3": "Pokretanje", "loadBuilder": "Prebacivanje na sastavljač", "long": "Pokreće se Map Journal", "long2": "Hvala vam na čekanju", ...
(function(t){function e(e){for(var i,r,u=e[0],c=e[1],s=e[2],l=0,d=[];l<u.length;l++)r=u[l],a[r]&&d.push(a[r][0]),a[r]=0;for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(t[i]=c[i]);m&&m(e);while(d.length)d.shift()();return o.push.apply(o,s||[]),n()}function n(){for(var t,e=0;e<o.length;e++){for(var n=o[e],i=!0,r=1...
const _ = require('lodash'); const resolveModuleFromPath = require('../utils/resolveModuleFromPath'); const buildDefaultArtifactsRootDirpath = require('../artifacts/utils/buildDefaultArtifactsRootDirpath'); const TimelineArtifactPlugin = require('../artifacts/timeline/TimelineArtifactPlugin'); const InstrumentsArtifac...
import Vue from 'vue' const noopData = () => ({}) // window.onNuxtReady(() => console.log('Ready')) hook // Useful for jsdom testing or plugins (https://github.com/tmpvar/jsdom#dealing-with-asynchronous-script-loading) if (process.browser) { window._nuxtReadyCbs = [] window.onNuxtReady = function (cb) { windo...
import { hasCollapsedParent } from 'src/functions/navigation'; export const getFlattenedFolderNodes = (folderTree) => { const folders = {}; folderTree.walk((node) => { if (node.isRoot() || hasCollapsedParent(node)) return; folders[node.model.uid] = node; }); return folders; };
/* * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * http://www.gnu.org/licenses/gpl.html * * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") * http://www.gnu.or...
function get_interface_acl_table(container_id, interface_id, options){ if(interface_acl_table) { interface_acl_table.destroy(); } var options = options || {}; var dsString="services/workgroup_manage.cgi?method=get_acls&interface_id="+interface_id; if(options.url_...
const { CoinTable } = require("../coin-table/dist") CoinTable.initialize( "glimmer:main", 500000000000000, // 500,000,000,000,000 10000000, // 10,000,000 { "2TFzfHYjxkZSurwmbxuAEd6RpqoKvmJGFyL5W46j3xTXXV": {amount: 500000000000000, timestamp: 1618175060980, signature: "gGjvvjSNbD8RDiyHf8QbQVdj8WbyTiTGyvJPJ...
import React, { Component } from 'react'; import { Link } from 'react-router-dom'; import SelectCategory from './SelectCategory'; import PostFormLink from './PostFormLink'; import ArrowUp from 'react-icons/lib/fa/sort-asc'; import ArrowDown from 'react-icons/lib/fa/sort-desc'; import HomeButton from 'react-icons/lib/fa...
'use strict'; const fs = require('fs-extra'); const path = require('path'); const debug = require('debug'); async function generateRootArtifactDirectory(baseDir) { const rootArtifactsDir = path.join(baseDir, '.fun', 'build', 'artifacts'); await fs.mkdirp(rootArtifactsDir); return rootArtifactsDir; } async f...