text
stringlengths
2
1.04M
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.remoteMessagesObjectParsers = void 0; const utils_1 = require("../utils"); function objectEnumerationResult(remoteMessages) { return (remoteMessages.objects = remoteMessages.objects || { compressing: 0, counting: 0,...
'use strict'; var Content = { extractViews: require('./extractViews'), getPosts: require('./getPosts'), parseHtml: require('./parseHtml') }; module.exports = Content;
export default "M21 11.7V7L17 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H11.7C11.4 20.3 11.2 19.6 11.1 18.8C9.9 18.4 9 17.3 9 16C9 14.3 10.3 13 12 13C12.3 13 12.6 13.1 12.9 13.2C14.2 11.8 16 11 18 11C19.1 11 20.1 11.2 21 11.7M15 9H5V5H15V9M21.7 18.6V17.6L22.8 16.8C22.9 16.7 23 16.6 22.9 16.5L21.9 14.8C21.9 14.7 21.7 14....
// @flow import React, { lazy, Suspense } from 'react'; import Loading from 'components/Loading'; const Projects = lazy(() => import('./Projects.js')); function ProjectsPage() { return ( <Suspense fallback={<Loading />}> <Projects /> </Suspense> ); } export default ProjectsPage;
webpackHotUpdate(0,{ /***/ 170: /***/ function(module, exports, __webpack_require__) { 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i];...
(function () { 'use strict'; angular.module('app') .config(function ($stateProvider) { $stateProvider .state('admin', { url: '/admin', templateUrl: 'app/admin/admin.html', controller: 'AdminCtrl' }); }); }());
/** * @license * Copyright (c) 2018 amCharts (Antanas Marcelionis, Martynas Majeris) * * This sofware is provided under multiple licenses. Please see below for * links to appropriate usage. * * Free amCharts linkware license. Details and conditions: * https://github.com/amcharts/amcharts4/blob/master/LICENSE *...
import React from "react" import ProductListItem from "./product-item" import ProductListData from "../data/product-list" import { Link } from "gatsby" const path = "./images/" let randomProducts = [] const generateRandomProducts = () => { const activeProducts = ProductListData.filter( product => product.active...
import svelte from "rollup-plugin-svelte"; import resolve from "rollup-plugin-node-resolve"; import commonjs from "rollup-plugin-commonjs"; import livereload from "rollup-plugin-livereload"; import { terser } from "rollup-plugin-terser"; import autoPreprocess from "svelte-preprocess"; import alias from "@rollup/plugin-...
(function(a){a.fn.textyleF=function(b){var g=this;var d=g.contents();var f={duration:1000,delay:150,easing:"ease",callback:null};var c=a.extend(f,b);d.each(function(){var h=a(this);if(this.nodeType===3){e(h)}});function e(h){h.replaceWith(h.text().replace(/(\S)/g,"<span>$1</span>"))}return this.each(function(h){var j=g...
import { setData } from '@progress/kendo-angular-intl'; setData({ name: "fr-BI", likelySubtags: { fr: "fr-Latn-FR" }, identity: { language: "fr", territory: "BI" }, territory: "BI", numbers: { symbols: { decimal: ",", group: " ", ...
import Vue from 'vue' import {expect} from 'chai' import {shallowMount, mount} from '@vue/test-utils' import OwLabel from '../../../src/components/Label/OwLabel.vue' import OwSlider from '../../../src/components/Slider/OwSlider.vue' describe('OwLabel.vue', () => { it('exists', () => { const OwLabelWrapper ...
module.exports = { coverageDirectory: 'coverage', coveragePathIgnorePatterns: ['/node_modules/', '/test/'], coverageReporters: ['text', 'lcov'], moduleFileExtensions: ['ts', 'tsx', 'js', 'json', 'jsx'], testEnvironment: 'node', testMatch: ['**/?(*.)+(spec|test).(js|ts)?(x)'], transform: { '.(ts|tsx|js|jsx...
/* @flow */ // flow types export { rxweb$Task as Task, rxweb$FilterFunc as FilterFunc, rxweb$SubscribeFunc as SubscribeFunc, rxweb$SocketType as SocketType, rxweb$SocketServer as SocketServer, Redux$Action as ReduxAction, Redux$Dispatch as ReduxDispatch, Redux$Middleware as ReduxMiddleware, Redux$Sto...
module.exports = require('./lib').OptionsManager;
(function (root) { "use strict"; var buster = root.buster || require("buster"), sinon = root.sinon || require("../lib/sinon"), assert = buster.assert, refute = buster.refute; function propertyMatcherTests(matcher) { return { "returns matcher": function () { ...
var component = FlowComponents.define('datepicker', function(params) { this.setFn('currentDate', params.currentDateFn); this.setFn('canShowTimeSlider', params.canShowTimeSliderFn); this.isInitComplete = false; this.autorun(function() { var currentDate = params.currentDateFn() || new Date(); if (this.isI...
/* Copyright 2019 The Tekton Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software...
import React from "react"; import "../../config/i18n.js"; import { withTranslation } from "react-i18next"; class FilterByRegion extends React.Component { constructor(props) { super(props); this.state = { regions: [], suggesstions: [], switcher : false, val :...
import deepEqual from 'fast-deep-equal'; import { geoScaleToZoom } from '../geo'; import { osmEntity } from '../osm'; import { svgPointTransform } from './helpers'; import { svgTagClasses } from './tag_classes'; export function svgPoints(projection, context) { function markerPath(selection, klass) { selec...
var _ = require('../../../lib/alloy/underscore')._, styler = require('../styler'), U = require('../../../utils'), CU = require('../compilerUtils'); exports.parse = function(node, state) { return require('./base').parse(node, state, parse); }; function parse(node, state, args) { var children = U.XML.getElementsFr...
// flow-typed signature: e34fc9065fe78e43e54c3456364357b7 // flow-typed version: <<STUB>>/bull_v^3.5.2/flow_v0.86.0 /** * This is an autogenerated libdef stub for: * * 'bull' * * Fill this stub out by replacing all the `any` types. * * Once filled out, we encourage you to share your work with the * community...
/* eslint-disable global-require */ import React from 'react'; import { render } from 'react-dom'; import BrowserRouter from 'react-router-dom/BrowserRouter'; import asyncBootstrapper from 'react-async-bootstrapper'; import { AsyncComponentProvider } from 'react-async-component'; <<<<<<< HEAD ======= import { JobProvi...
jsToolBar.strings = {}; jsToolBar.strings['Strong'] = 'Получер'; jsToolBar.strings['Italic'] = 'Курсив'; jsToolBar.strings['Underline'] = 'Подчертан'; jsToolBar.strings['Deleted'] = 'Изтрит'; jsToolBar.strings['Code'] = 'Вграден код'; jsToolBar.strings['Heading 1'] = 'Заглавие 1'; jsToolBar.strings['Heading 2'] = 'Загл...
import React, {Component} from 'react'; import {muiThemeable} from "material-ui/styles"; import {getLabel} from "../VocabLabelsGenerator"; import { ResponsivePie } from '@nivo/pie' import { Card, CardText, Table, TableBody, TableHeader, TableHeaderColumn, TableRow, TableRowColumn } from "material-ui"; impo...