text
stringlengths
2
1.04M
define({ "chartSettingLabel": "הגדרות תרשים", "addNewLabel": "הוסף חדש", "generalSettingLabel": "הגדרות כלליות", "searchSourceSettingLabel": "הגדרות מקור חיפוש", "layerChooser": { "title": "בחר שכבה לתרשים", "selectPolygonLayerLabel": "בחר שכבה", "selectPolygonLayerHintText": "רמז: אם אתה מגדיר תר...
function getAb(c){var a=c;try{$.ajax({type:"GET",cache:false,async:false,url:"abTest",data:{targetUrl:c},success:function(d){a=d}})}catch(b){console.error(b)}return a};
// @flow import * as React from 'react' import {globalStyles, globalMargins} from '../../styles' import {Box, Button, Text} from '../../common-adapters' type Props = { onDBNuke: () => void, onBack: () => void, } function DBNuke(props: Props) { return ( <Box style={{ ...globalStyles.flexBoxColu...
import React, {Component} from 'react'; class CheckboxWithLabel extends Component { constructor() { super(...arguments); this.state = {isChecked: false}; this.onChange = this.onChange.bind(this); } onChange() { this.setState({isChecked: !this.state.isChecked}); } render() { return ( ...
require("../env"); require("../../d3"); require("../../d3.layout"); var vows = require("vows"), assert = require("assert"); var suite = vows.describe("d3.layout.treemap"); suite.addBatch({ "treemap": { topic: function() { return d3.layout.treemap; }, "outputs a squarified treemap": function(t...
/* * Kendo UI v2015.1.408 (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...
import React from "react" import { X, ChevronUp } from "react-feather" import PerfectScrollbar from "react-perfect-scrollbar" import classnames from "classnames" import { ButtonGroup, Nav, NavItem, NavLink, TabContent, Form, TabPane, Label, Input, FormGroup, Button, Card, CardBody, Collapse, CardHeader, CardTitle, Medi...
/* Copyright G. Hemingway 2020 */ "use strict"; const fs = require("fs"); const readline = require("readline"); const LineChopper = require("../index"); /*** * Parse the Airports data file into a JSON structure * @param baseSwitch * @param context * @param filename * @param logger * @returns {Promise<results>} ...
const User = require('./User') const Blog = require('./Blog') const UserRelation = require('./UserRelation') const AtRelation = require('./AtRelation') Blog.belongsTo(User, { foreignKey: 'userId' }) UserRelation.belongsTo(User, { foreignKey: 'followerId' }) User.hasMany(UserRelation, { foreignKey: 'userId' }) ...
const Mock = require('mockjs'); // 获取 mock.Random 对象 // const Random = Mock.Random; // mock一组数据 var goodlist = [ { "id": 87, "title": "啄木鸟中年男士短袖t恤纯棉翻领港版大码丝光棉polo衫爸爸装夏装", "add_time": "2018-07-06 08:59", "zhaiyao": "啄木鸟中年男士短袖t", "click": 0, "img": "https://g-search1.alicdn.com/im...
"use strict"; exports.__esModule = true; exports.c_card_m_full_height_Height = { "name": "--pf-c-card--m-full-height--Height", "value": "100%", "var": "var(--pf-c-card--m-full-height--Height)" }; exports["default"] = exports.c_card_m_full_height_Height;
/* jshint -W030 */ 'use strict'; function PageMock() { } PageMock.prototype = { open: function(url, callback) { callback( null, "success" ); }, evaluate: function(func, callback) { callback(); } }; function PhantomMock() { var self = this; self._phantom = { stderr: { _handlers: {}, on: functio...
const path = require('path') const webpack = require('webpack') const eslintFriendlyFormatter = require('eslint-friendly-formatter') const MiniCssExtractPlugin = require('mini-css-extract-plugin') const {VueLoaderPlugin} = require('vue-loader') const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin...
/** * Externs for the GeoMapFish "themes" web service. * * @externs */ /** * @type {Object} */ var gmfThemes; /** * @typedef {{ * background_layers: Array.<gmfThemes.GmfLayer>, * errors: Array.<string>, * ogcServers: gmfThemes.GmfOgcServers, * themes: Array.<gmfThemes.GmfTheme> * }} */ g...
export { default as ExpenseClassFilter } from './ExpenseClassFilterContainer';
module.exports = function (callback, path, initialStates) { require('jsdom').env({ file: "./wwwroot/Index.html", scripts: ['./bundle.js'], done: function (err, window) { if (err) { console.error(err); return; } // For debugging. window.c...
$(window).bind('resize load',function(){ if( $(this).width() < 768 ){ $('#filters').removeClass('in').addClass('out').removeClass('hidden-xs'); } else { $('#filters').removeClass('out').addClass('in').removeAttr('style'); } }); (function() { // Fancybox $('.fancybox').fancybox({ padding: 0, width: '90%', ...
// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See http://js.arcgis.com/3.15/esri/copyright.txt and http://www.arcgis.com/apps/webappbuilder/copyright.txt for details. //>>built require({cache:{"url:themes/LaunchpadTheme/widgets/AnchorBarController/GroupItems.html":'\x3cdiv\x3e\r\n...
// TODO: Write code to define and export the Engineer class. HINT: This class should inherit from Employee. const employee = require("./Employee"); class Engineer extends employee { constructor(name, id, email, github) { super(name, id, email); this.github = github; this.role = "Engineer"; } getGit...
const { RichEmbed } = require("discord.js"); const { stripIndents } = require("common-tags"); const { getMember, formatDate } = require("../../functions.js"); module.exports = { name: "whois", category: "info", aliases: ["who", "user", "info"], description: "Returns user information", usage: "[user...
const promise = require('bluebird'); const path = require('path'); const pg = require('pg'); const convert = require('object-array-converter'); const toArray = require('object-values-to-array'); const unixTime = require('unix-time'); const format = require('pg-format'); const options = { // Initialization Options ...
import { Mongo } from 'meteor/mongo'; import SimpleSchema from 'simpl-schema'; import { Tracker } from 'meteor/tracker'; const clubsName = 'Clubs'; /** Define a Mongo collection to hold the data. */ const Clubs = new Mongo.Collection(clubsName); /** Define a schema to specify the structure of each document in the col...
module.exports = function array_merge_recursive (arr1, arr2) { // eslint-disable-line camelcase // discuss at: http://locutus.io/php/array_merge_recursive/ // original by: Subhasis Deb // input by: Brett Zamir (http://brett-zamir.me) // bugfixed by: Kevin van Zonneveld (http://kvz.io) // example 1: var ...
import React from 'react'; import ReactEcharts from 'echarts-for-react'; const PieDoughnutChart = () => { const getOption = () => { return { tooltip: { trigger: 'item', formatter: '{a} <br/>{b} : {c} ({d}%)' }, legend: { or...
import axios from '../../helpers/axiosInstance'; import * as userActionTypes from './userTypes'; // Action Creators. export const fetchUserRequest = () => { return { type: userActionTypes.FETCH_USER_REQUEST } } export const fetchUserSuccess = (user) => { // Vamos passar "user" para a Reducer alte...
if (process.env.NODE_ENV === 'development') { require("dotenv").config({ path: `.env.development`, }); } if (!process.env.SOURCE_WP_URL || process.env.SOURCE_WP_URL === '' || !process.env.DEST_WP_URL || process.env.DEST_WP_URL === '') { throw new Error('WP URLs are required'); } module.exports ...
import { extend } from 'flarum/common/extend'; import app from 'flarum/common/app'; import TextEditor from 'flarum/common/components/TextEditor'; import TextEditorButton from 'flarum/common/components/TextEditorButton'; import GIFModal from './components/GIFModal'; import GIF from './models/GIF'; const prefix = 'there...
import lib from '@/assets/js/lib.js' const { ajax, api } = lib export default { data() { return { id: '', form: { shippingCode: '', }, details: { address: {} } } }, mounted() { this.id = this.$route.query.id, this.getDetails() }, methods: { ...
'use strict'; const fs = require('fs'); const chalk = require('chalk'); // eslint-disable-line node/no-missing-require,node/no-extraneous-require const { save, load, toJSON, convert } = require('./database.js'); const registerFilters = require('./filter'); const log = hexo.log; const config = Object.assign({...
export { default } from 'ember-flexberry-gis/map-tools/measure-clear';
var express = require('express'); var router = express.Router(); /* GET about page. */ router.get('/', function(req, res, next) { res.render('contact', { title: 'Kiteblaze | Contact', page: 'contact' }); }); module.exports = router;
import ReactDOM from 'react-dom' import React from 'react' import Hook from './componentes/Hook' const elemento = document.getElementById('root') ReactDOM.render( <div> <Hook /> </div> , elemento)
import alt from "../libs/alt"; export default alt.generateActions( "create", "update", "delete", "attachToLane", "detachFromLane", "move" );
import { RoundBusiness as RoundDomain } from './RoundBusiness'; export { RoundDomain };
'use strict' /** @typedef {import('@adonisjs/framework/src/Request')} Request */ /** @typedef {import('@adonisjs/framework/src/Response')} Response */ /** @typedef {import('@adonisjs/framework/src/View')} View */ class RequestTypeMiddleware { /** * @param {object} ctx * @param {Request} ctx.request * @param...
"use strict"; let execa = require("execa") const process = (obj, globalData) => { var _obj = obj.node["kalpa-execa"]; try { execa.sync(_obj.cmd, _obj.opts); } catch (error) { //console.log(error); throw error } }; exports.process = process;
import React from 'react' import { storiesOf } from '@storybook/react' import { TheProfilesPage } from 'components' storiesOf('TheProfilesPage', module) .add('default', () => ( <TheProfilesPage /> ))
/*! * jQuery JavaScript Library v3.3.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2018-01-20T17:24Z */ /*! * jQuery JavaScript Library v3.3.1 *...
version https://git-lfs.github.com/spec/v1 oid sha256:8ed6235452086c6a52776e24868d471ef897789f531f01503527935e175f4447 size 1081
import { ApolloClient } from 'apollo-boost' import { HttpLink } from 'apollo-boost' import { InMemoryCache } from 'apollo-boost' import fetch from 'isomorphic-unfetch' let apolloClient = null // Polyfill fetch() on the server (used by apollo-client) if (!process.browser) { global.fetch = fetch } function create(in...
$((function(){"use strict";var s=$(".quantity-counter"),t=document.querySelectorAll(".bs-stepper"),e=document.querySelector(".checkout-tab-steps"),o=$(".remove-wishlist"),i=$(".move-cart");if(o.on("click",(function(){$(this).closest(".ecommerce-card").remove(),toastr.error("","Removed Item 🗑️",{closeButton:!0,tapToDis...
import React from 'react'; import ReactDOM from 'react-dom'; import { registerServiceWorker } from './utilities/serviceWorker'; import './styles/index.css'; import App from './components/App'; ReactDOM.render(<App/>, document.getElementById('app')); registerServiceWorker();
'use strict'; const debug = require('debug')('gitter:app:gitlab:project-service'); const { Projects, ProjectMembers } = require('gitlab'); const { secureWrapFunction } = require('gitter-web-cache-wrapper'); const getGitlabAccessTokenFromUser = require('./get-gitlab-access-token-from-user'); const getPublicTokenFromPoo...
/* --> ( it ) Operazioni da svolgere per la gestione del background --> ( en ) Fork and translate, please ... --> ... */ ( function( $ ){ "use strict"; if( !$ || !$.gam )throw new Error( chrome.i18n.getMessage( "e2" ).replace( "%s", "background.js" ) ); window.myGA = window.myGA || func...
/**************************************************************************** Copyright (c) 2008-2010 Ricardo Quesada Copyright (c) 2011-2012 cocos2d-x.org Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of t...
const defaultTheme = require('tailwindcss/defaultTheme') const colors = require('tailwindcss/colors') module.exports = { mode: 'jit', purge: ['./pages/**/*.js', './components/**/*.js', './layouts/**/*.js', './lib/**/*.js'], darkMode: 'class', theme: { extend: { spacing: { '9/16': '56.25%', ...
export const config = { amp: 'hybrid' }; function About(props) { return <h3 >My AMP About Page!</h3>; } export default About;
import React, { Component } from 'react'; import { Image, Linking, ScrollView, StyleSheet, View } from 'react-native'; import MaterialIcon from 'react-native-vector-icons/MaterialIcons'; import MaterialCommunityIcon from 'react-native-vector-icons/MaterialCommunityIcons'; import FontAwesome from 'react-native...
/* @flow */ import thread from '../../api/thread.js' // ------------------------------------ // Constants // ------------------------------------ export const RECEIVE_THREAD = 'RECEIVE_THREAD' export const ADD_COMMENT = 'ADD_COMMENT' export const EDIT_COMMENT = 'EDIT_COMMENT' export const DELETE_COMMENT = 'DELETE_COMM...
'use strict' /** * Main Stack Cloud Formation Module */ module.exports = { AWSTemplateFormatVersion: '2010-09-09', Description: 'Test Stack', Resources: { testTable: { Type: 'AWS::DynamoDB::Table', Properties: { AttributeDefinitions: [ { AttributeName: 'id', ...
import Vue from 'vue' import VueI18n from 'vue-i18n' Vue.use(VueI18n) // this.$i18n.locale // 通过切换locale的值来实现语言切换 import lang from './lang' import languages from './languages' // let default_locale = 'zh-CN' // function ck(x) { // if (x && lang[x]) { // return true // } // return false // } // ...
Bridge.merge(new System.Globalization.CultureInfo("nds-NL", true), { englishName: "Low German (Netherlands)", nativeName: "Neddersass’sch (Nedderlannen)", numberFormat: Bridge.merge(new System.Globalization.NumberFormatInfo(), { nanSymbol: "NaN", negativeSign: "-", positiveSign: "+"...
import React, { Component } from 'react'; import './shared.css'; import DataTable from '../../components/DataTable'; import { getUsers } from '../../api/Users'; import LoadingIndicator from '../../components/LoadingIndicator'; const columns = [ { key: '_id', label: 'ID' }, { key: 'username', label: 'Username', sor...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // This file was generated using the booking_spec_examples/b_request_example_1.json example from @openactive/data-models const chai_1 = require("chai"); const __1 = require("../.."); describe('data-models example - booking_spec_examples/b_requ...
/******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ re...
var Container = require('../../../lib/core/container'); describe('Container', function() { var container; beforeEach(function() { container = new Container(); }); it('has to be defined and be a function', function() { expect(Container).toBeDefined(); expect(Container).toEqual(...
import produce, { setAutoFreeze } from 'immer' setAutoFreeze(false) /** * Get module name from path */ const getModuleName = (path) => { return path.trim().split('/')[0] } /** * mapping the store into state and actions and effects */ export const mapStore = (modules) => { const initialState = {} const acti...
/*global require*/ (function gulpFile() { 'use strict'; require('require-dir')('conf/tasks'); }());
#!/usr/bin/env node import cac from 'cac' import Bili from '.' const cli = cac() cli .command('*', 'Bundle library', async (input, flags) => { const options = { input, ...flags } if (options.input.length === 0) { delete options.input } if (options.debug) { options.logLeve...
const fs = require('fs'); const Duration = require('./duration.js'); class MP3Cutter { /** * Cuts mp3 files and creates a new file with it. * * @param {src:String, target:String, start:Number, end:Number} o */ static cut(o = {}) { var buffer = new Buffer(fs.statSync(o.src).size);...
// The Vue build version to load with the `import` command // (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue from 'vue' import App from './App' import router from './router' import '@/styles/index.pcss' Vue.config.productionTip = false /* eslint-disable no-new */ new Vue({ ...
// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to You under the Apache License, Version 2.0 // (the "License"); you may ...
import { writeFile } from 'fs' import { promisify } from 'util' const pWriteFile = promisify(writeFile) export default { onPreBuild({ netlifyConfig }) { // eslint-disable-next-line no-param-reassign netlifyConfig.build.publish = 'test' }, async onBuild({ netlifyConfig: { redirects }, constants: { PUBLIS...
require('./bootstrap'); window.currentURN; window.viewerDocument; window.viewer; window.model; $(document).ready(function () { console.log('Forge Started'); var forgeDiv = document.getElementById('forgeDiv'); window.token = forgeDiv.dataset.token; //console.log(token); //window.currentURN = 'dXJuOm...
/* (c) 2008-2014 AddThis, Inc */
import React from "react"; import marked from "marked"; import PanelTree from "./atoms/PanelTree"; import { mapStyleByShape } from "../../common/utilities"; import { SHAPE } from "../../common/constants"; const ShapesListPanel = ({ shapes, activeShapes, onShapeFilter, language, title, description, }) => { ...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _react = require('react'); var _react2 = _interopRequireDefault(_react); var _propTypes = require('prop-types'); var _propTypes2 = _interopRequireDefault(_propTypes); var _SVG = require('./SVG'); var _SVG2 = _interopRequireDefault...
/** * Copyright © 2015 Magento. All rights reserved. * See COPYING.txt for license details. */ /*jshint browser:true jquery:true*/ /*global alert*/ define( [ 'mageUtils', 'Magento_Payment/js/model/credit-card-validation/expiration-date-validator/parse-date', 'Magento_Payment/js/model/cred...
import React ,{ Component } from 'react'; import "../Header/Header.scss"; import { NavLink } from "react-router-dom"; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faTrello } from "@fortawesome/free-brands-svg-icons"; import { faHome, faSearch, faPlus, faInfoCircle, faBell } from "@fortawes...
function viewOrder(id) { document.getElementById("orderDetails").innerHTML = document.getElementById(`${id}-orderDetails`).innerHTML; }
import React from "react"; import {render, screen} from '@testing-library/react'; import Timer from './Timer'; const waitForLoad = () => { return null; } describe("Timer", () => { render(<Timer />); var element = screen.getByTestId('timer'); it('should not show a time on load', () => { expect...
function validatePostData(data) { if(data.hasOwnProperty('location')) { if(!data.location.hasOwnProperty('lat')) { throw Error('`lat` property missing from location'); } if(!data.location.hasOwnProperty('lng')) { throw Error('`lat` property missing from location'); } } else { throw E...
import React, { useState } from "react"; import Alert from "./components/Alert"; import { login } from "../services/auth"; import { isEmpty } from "lodash"; const Login = () => { const [email, setEmail] = useState(""); const [password, setPassword] = useState(""); const [alert, setAlert] = useState(null)...
/*! elementor-pro - v3.5.2 - 28-11-2021 */
// @flow import * as RPCTypes from '../constants/types/rpc-gen' import * as Types from './types/tracker' import {type PlatformsExpandedType} from '../constants/types/more' import uniqBy from 'lodash/uniqBy' const cachedIdentifyGoodUntil = 1000 * 60 * 60 const profileFromUI = '@@UI-PROFILE' const trackerType = 'tracke...
import {Validate} from '~/src/util/Validate' import {Ticklet} from './Ticklet' import {OutputDefinition} from '~/src/tickator/definition/OutputDefinition' import {Input} from './Input' export class Output { constructor(ticklet, definition) { Validate.isA(ticklet, Ticklet) Validate.isA(definition, OutputDefi...
let z = "outside"; const obj = { get [{ get [z]() { let a = "inside"; return a; } }.outside]() { let a = "middle"; return a; } };
//console.log(global) global.MinhaApp = { saudacao(){ return 'Estou em todos os lugares!' }, nome: 'Sistema Legal' }
(function define_horde_Timer () { /** * General purpose timer * @constructor */ horde.Timer = function horde_Timer () { this.elapsed_ms = 0; this.ttl = 0; }; var Timer = horde.Timer; var proto = Timer.prototype; /** * Returns the current time * @return {number} Milliseconds since epoch */ Timer.now = functio...
import registerPlatform from './platform' export default (homebridge) => { registerPlatform(homebridge) }
import CalendarView from "./components/sections/CalendarView.vue"; panel.plugin("pwaldhauer/calendar-view", { sections: { 'calendar-view': CalendarView } });
// roblem 8. Replace tags // Write a JavaScript function that replaces in a HTML document given as string all the tags <a href="…">…</a> with corresponding tags [URL=…]…/URL]. // Example: // input output // <p>Please visit <a <p>Please visit [URL=http://academy.telerik.com]our // href="h...
// Copyright 2017 Cristian Mattarei // // Licensed under the modified BSD (3-clause BSD) License. // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // ...
// DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. // OffscreenCanvas test in a worker:2d.path.stroke.union // Description:Strokes in opposite directions are unioned, not subtracted // Note: importScripts("/resources/testharness.js"); importScripts("/html/canvas/resources/canvas-tests.js");...
import { isOSS } from './is_oss'; function isXPack(plugin) { return /x-pack/.test(plugin); } export function errorIfXPackInstall(settings) { if (isXPack(settings.plugin)) { if (isOSS()) { throw new Error( 'You are using the OSS-only distribution of Kibana. ' + 'As of version 6.3+ X-Pack...
const fetch = require('node-fetch') const fs = require('fs').promises const os = require('os') const { sep } = require('path') const newman = require('newman') const AWS = require('aws-sdk') const path = require('path') const codedeploy = new AWS.CodeDeploy({ apiVersion: '2014-10-06', region: 'us-west-2' }) const s3 = ...
import { Component, renderComponent } from '../../modules/MyReact.js'; import Loader from '../Loader.js'; import ProductForm from '../ProductForm.js'; class AdminEditProduct extends Component { constructor(props) { super(props); this.container = document.createElement('main'); this.container.className =...
module.exports={A:{A:{"2":"K D G E A B iB"},B:{"2":"2 C d J M H","194":"I"},C:{"1":"4 FB","2":"2 6 fB DB F N K D G E A B C d J M H I O P Q R S T U V W X Y Z a b c e f g h i j k l m n o L q r s t u v w x ZB YB","1090":"GB BB","1284":"CB","1540":"3","2114":"0 1 7 y z HB","3138":"8 9"},D:{"1":"NB LB kB MB JB OB PB QB","2"...
'use strict' const gcloud = require('google-cloud') const createHost = require('./createHost') const createFirewall = require('./createFirewall') const getConfig = require('./config.js') const signClaim = require('./signClaim') const validator = require('../validator') function run (opts) { // opts object contains ...
'use strict' const assert = require('assert') describe('Spool', () => { let spool before(() => { spool = global.app.spools.mapnik }) it.skip('TODO should be loaded into the app.spools collection', () => { assert(spool) }) describe('#validate', () => { it.skip('TODO test') }) describe('#ini...
declare module "dlv" { /** * Safely get a dot-notated path within a nested object, with ability to * return a default if the full key path does not exist or the value is * undefined */ declare export default function dlv( object: { [key: string]: any }, key: string | string[], defaultValue?:...
window.__NUXT__=(function(a,b,c,d){return {staticAssetsBase:"\u002Fstatic\u002F1597376630",layout:"default",error:b,state:{notification:{show:a,title:c,message:c},isShowSidebar:a,isSupportWebShare:a,headerTitle:"e-AlQur'an",page:"home",lastReadVerse:b,settingActiveTheme:{name:"dark",bgColor:"#071e3d",fgColor:"#fff"},se...
'use strict'; module.exports = function (grunt) { // Automatically load grunt modules require('load-grunt-tasks')(grunt); // Time how long tasks take. Can help when optimizing build times require('time-grunt')(grunt); grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), concat: { opti...
/** * 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. */ import React from 'react'; import Link from '@docusaurus/Link'; import Translate, {translate} from '@docusaurus/Translate'; import...
function changeMethod() { $("#myForm").attr("method", "get"); }
import { repeat } from "el/base/functions/func"; import { ColorStep } from "el/editor/property-parser/image-resource/ColorStep"; export default { title: 'Random Radial', key: 'random-radial', execute: function (count = 42) { return repeat(count).map(it => { return { ...
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var Bacon = /*#__PURE__*/React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg" }; return ...
const path = require('path'); const fs = require('fs'); let ROOT = process.env.PWD; if (!ROOT) { ROOT = process.cwd(); } const config = { // Your website's name, used for favicon meta tags site_name: 'Possible', // Your website's description, used for favicon meta tags site_description: 'A modern boilerpl...
define({ "taskUrl": "Adres URL zadania", "serviceURLPlaceholder": "Wprowadź adres URL zadania geoprzetwarzania", "layerOrder": "Kolejność warstw", "defaultValue": "Wartość domyślna", "inputFeatureBy": "Wprowadź obiekt poprzez", "renderer": "Moduł renderowania", "displayType": "Typ wyświetlania", "helpUr...
const fs = require('fs'); const chalk = require('chalk'); const { URL } = require('url'); const puppeteer = require('puppeteer'); const lighthouse = require('lighthouse'); const opts = { chromeFlags: [ '--headless', '--no-sandbox', '--disable-gpu', '--disable-setuid-sandbox', ...