text stringlengths 2 1.04M |
|---|
/**
* @author syt123450 / https://github.com/syt123450
*/
import { MergedLineGroup } from "../../elements/MergedLineGroup";
import { Layer } from "./Layer";
/**
* MergedLayer, abstract layer, can not be initialized by TensorSpace user.
* Base class for MergedLayer1d, MergedLayer2d, MergedLayer3d.
* MergedLayer a... |
const pages = require('./pages');
module.exports = url => {
if (url.startsWith('file:///')) {
for (let p in pages) {
if (url.indexOf(pages[p].substr(1)) != -1) {
return true;
}
}
}
return false;
}; |
/*
* Backpack - Skyscanner's Design System
*
* Copyright 2016-2019 Skyscanner 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
*
... |
require('./sourcemap-register.js');/******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ 7351:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (... |
/* Unicode Library | v1.0.2
CopyRight ento32940 2020(c)
*/
'use strict';
// Special Unicode
var U3164 = 'ㅤ';
// Number Unicode
var U2460 = '①';
var U2461 = '②';
var U2462 = '③';
var U2463 = '④';
var U2464 = '⑤';
var U2465 = '⑥';
var U2466 = '⑦';
var U2467 = '⑧';
var U2468 = '⑨';
var U2469 = '⑩';
// Alphabet Unicod... |
import editableTables from './editableTables.vue';
export default editableTables; |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "BlogPostCard", {
enumerable: true,
get: function get() {
return _BlogPostCard.default;
}
});
Object.defineProperty(exports, "BlogPostsSearch", {
enumerable: true,
get: function get() {
retur... |
/*
* author : zizoujab
*/
$('document').ready(function(){
$("form :input").attr("disabled", true);
}); |
import Vue from "vue"
export const state = () => ({
signatureReceivePaginationData: {},
signatureReceivedMarkersLoaded: false,
signatureReceivedMarkers: [],
signatureFolder: {},
signatureSendPaginationData: {},
signatureSendMarkers: [],
signatureSendMarkersLoaded: false,
})
export const m... |
/*! jQuery v2.1.3 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
!function(a,b){
"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){
if(!a.document)throw new Error("jQuery requires a window with a document");
return b(a)
}... |
/*______________
| ______ | U I Z E J A V A S C R I P T F R A M E W O R K
| / / | ---------------------------------------------------
| / O / | MODULE : Uize.Widgets.SimpleStatsTable.TestsData Class
| / / / |
| / / / /| | ONLINE : http://www.uize.com
| /____/ /__/_|... |
load("bf4b12814bc95f34eeb130127d8438ab.js");
load("93fae755edd261212639eed30afa2ca4.js");
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: >
String.prototype.split (separator, limit) returns an Array object into which su... |
/*
* Copyright 2016 Adobe Systems Incorporated
*
* 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 applica... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
exports.__esModule = true;
exports["default"] = void 0;
var _createSvgIcon = _interopRequireDefault(require("../../createSvgIcon"));
var _Edit = _interopRequireDefault(require("@rsuite/icon-font/lib/legacy/Edit2"));
... |
import { html, fixture, expect } from '@open-wc/testing';
import '../loan-application.js';
describe('LoanApplication', () => {
// Write test cases inside this block
}); |
import React from 'react';
import { shallow } from 'enzyme';
import CategoriesSelect from '../../components/CategoriesSelect';
import categories from '../fixtures/categories'
let onCategoryChange, wrapper;
beforeEach(() => {
onCategoryChange = jest.fn();
});
test('should render CategoriesSelect correctly without... |
import angular from 'angular';
import PDFDocument from 'pdfkit';
import blobStream from 'blob-stream';
var pdfModel = angular.module('app.models.pdf', []);
pdfModel.factory('pdfGenerate', ['$log', 'stateNames', function ($log, stateNames) {
var groupCandidates = function groupCandidates(candidatesContainer) {
... |
"use strict";
const should = require('should'),
Client = require('../../main/lib/model/client'),
User = require('../../main/lib/model/user'),
RefreshToken = require('../../main/lib/model/refreshToken');
describe("RefreshToken", function() {
}); |
define({
"serviceUrl": "Postavi URL adresu servisa:",
"minIntSpacingLabel": "Minimalna veličina mreže",
"lineOpacityLabel": "Neprozirnost linije",
"labelOpacityLabel": "Neprozirnost oznake",
"centerLabelOpacityLabel": "Neprozirnost centralne oznake",
"gridZonePlacementLabel": "Raspored oznaka na mreži",
"... |
/**
FRONT OFFICE
*/
window.Vue = require('vue');
//window.axios = require('axios'); //good if I want it global
//Init Vue Main Instance
import App from './App.vue';
//Router
import router from './routes';
const root = new Vue( {
el: '#root',
router, //es6 short syntax
render: h => h(App) //this fu... |
import MachineController from '@flapjs/deprecated/services/machine/controller/MachineController.js';
import { stringHash } from '@flapjs/util/MathHelper.js';
import RE from './RE.js';
import { convertToNFA } from './REUtils.js';
class REMachineController extends MachineController
{
constructor()
{
// ... |
// const express = require('express');
// const router = require('./noteRouter');
// const app = express();
// app.use('/notes', router);
// module.exports = app; |
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Target = exports.TargetGroup_LabelsEntry = exports.TargetGroup = exports.protobufPackage = void ... |
const uniswapExchangeContractAbi = require('../abi/exchange.json');
const TransactionHandler = require('../utils/TransactionHandler');
const SwapERC20ForERC20 = {
swap: async (
maxLinkTokensForPurchase,
maxLinkTokensForSale,
maxEthForSpending,
receivableERC20Address
) => {
const contract = Tran... |
export { default as notifications } from './controls/notifications';
export { default as homePage } from './home.page';
export { default as userLibrariesPage } from './account/userLibraries.page';
export { default as loginPage } from './account/login.page';
export { default as forgetPasswordPage } from './account/forg... |
/* Important: Change THE MAPTILER KEY (the one for Whozinberg.org is in now, it's sejRzrAFFIRh75t6tsm8) to YOUR OWN Maptiler Key. Get one here: https://www.maptiler.com/google-maps-platform-alternative/ */
module.exports = {
"version": 8,
"name": "Basic",
"metadata": {
"mapbox:autocomposite": false,
"map... |
function blah () => {
console.log("hello its me");
} |
function a(){console.log("a")} |
let Assert = require('../Assert');
let mergeWebpackConfig = require('../builder/MergeWebpackConfig');
let components = [
'JavaScript',
'Preact',
'React',
'Coffee',
'TypeScript',
'Less',
'Sass',
'Stylus',
'PostCss',
'CssWebpackConfig',
'BrowserSync',
'Combine',
'Copy'... |
class RootView extends View {
initialize() {
let environment = Hummer.env;
this.style = {
flexDirection: 'column',
width: environment.availableWidth,
height: environment.availableHeight,
paddingLeft: 10,
paddingRight: 10,
paddin... |
import React from 'react';
import PropTypes from 'prop-types';
const PhoneSolid = props => {
const { className, style } = props;
return (
<svg
className={className}
style={style}
width="12px"
height="12px"
viewBox="0 0 12 12"
versi... |
//# sourceMappingURL=ej2-richtexteditor.umd.min.js.map |
/*
* Copyright (C) 2017, Skyler.
* Use of this source code is governed by the MIT license that can be
* found in the LICENSE file.
*/
import '@/core/bootstrap'
import React from 'react'
import ReactDOM from 'react-dom'
import SpeechPortal from '@/speech/SpeechPortal'
class App extends React.Component {
render (... |
FullCalendar.globalLocales.push(function () {
'use strict';
var siLk = {
code: 'si-lk',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'පෙර',
next: 'පසු',
today: 'අ... |
var teButtons = TextileEditor.buttons;
teButtons.push(new TextileEditorButton('ed_strong', 'bold.png', '*', '*', 'b', 'Bold','s'));
teButtons.push(new TextileEditorButton('ed_emphasis', 'italic.png', '_', '_', 'i', 'Italicize','s'));
teButtons.push(new TextileEditorButtonSeparator(''));
teB... |
// post-build-script: CALL cscript.exe "$(ProjectDir)EnableLaunchApplication.js" "$(BuiltOuputPath)"
// EnableLaunchApplication.js <msi-file>
// Performs a post-build fixup of an msi to launch a specific file when the install has completed
// Configurable values
var checkboxChecked = true; // Is the checkbox o... |
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different ... |
function solve(params) {
// var N = parseInt(params[0]);
// var answer = 0;
//масива params slice-нат без 1-ви елемент и всички числа да ги прехвърля към numbers
var numbers = params.slice(1).map(Number);
//ако numbers[0] ни е най-голямата сума ок, ако обаче има по-голяма сума от нея отдолу някъе ще го сметнем
va... |
import Express from 'express';
import compression from 'compression';
import mongoose from 'mongoose';
import bodyParser from 'body-parser';
import path from 'path';
import IntlWrapper from '../client/modules/Intl/IntlWrapper';
// Initialize the Express App
const app = new Express();
// Set Development modes checks
c... |
'use strict';
const Any = require('./any');
const Extend = require('../extend');
const Utils = require('../utils');
const internals = {
numberRx: /^[+-]?\d+(\.\d+)?$/,
};
module.exports = Extend.schema(Any, {
type: 'date',
messages: {
'date.base': '{#label} must be a valid date',
'date.ma... |
/*
* Copyright 2019 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 {mapValues} from 'lodash'
export default navy => {
navy.registerMiddleware(config => ({
...config,
services: mapValues(config.services, (service, serviceName) => ({
...service,
labels: {
'com.navy.testlabel': 'Yay!',
},
})),
}))
} |
$(document).ready(function(){
window_width = $(window).width();
// Make the images from the card fill the hole space
hipster_cards.fitBackgroundForCards();
});
hipster_cards = {
misc:{
navbar_menu_visible: 0
},
fitBackgroundForCards: function(){
$('[data-bac... |
/**
* Created by liuxizi.xu on 1/6/17.
*/
'use strict';
angular.module('argus.directives')
.directive('tableTabs', function () {
return {
restrict: 'E',
templateUrl: 'js/templates/tableTabs.html',
scope: {
tabNames: '=',
properties: '=',... |
"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Refl... |
/*!
* ${copyright}
*/
// Provides class sap.ui.core.support.plugins.Performance
sap.ui.define([
'sap/ui/core/support/Plugin',
"sap/ui/performance/Measurement",
"sap/base/security/encodeXML"
],
function(Plugin, Measurement, encodeXML) {
"use strict";
var _rawdata = [];
var _widthSingleUnit = 0; // how many... |
define(["exports", "require", "../../@polymer/polymer/polymer-element.js"], function (_exports, _require, _polymerElement) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.SimplePicker = void 0;
_require = babelHelpers.interopRequireWildcard(_require);
function ... |
/**
* @preserve jed.js https://github.com/SlexAxton/Jed
*/
/*
-----------
A gettext compatible i18n library for modern JavaScript Applications
by Alex Sexton - AlexSexton [at] gmail - @SlexAxton
MIT License
A jQuery Foundation project - requires CLA to contribute -
https://contribute.jquery.org/CLA/
Jed offers ... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.State = exports.HistoryStructure = exports.Catalog = exports.CatalogElement = exports.Scene = exports.DefaultLayers = exports.Group = exports.Layer = exports.Item = exports.Area = exports.Hole = exports.Line = exports.Vertex = expor... |
"use strict";
/**
* @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
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuilderVersionSymbol = exports.Bu... |
var core = module.exports = require('../src/core');
// include themes
//module.exports.TestTheme = require('./src/TestTheme');
// add core plugins.
core.utils = require('../src/utils');
// use default pixi loader
core.loader = PIXI.loader;
// mixin the deprecation features.
//Object.assign(core, require('.... |
'use strict';
import url from 'url';
import actionNames from './action-names';
import defaultState from './default-state';
import {assign, merge, filter, map, clone, cloneDeep, reduce} from 'lodash';
import {isSuiteFailed, setStatusToAll, findNode, setStatusForBranch} from './utils';
const compiledData = window.data ... |
"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 __read = (this && this.... |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
jest.mock('ui/new_platform');
jest.mock('../components/vector_style_editor', ... |
function xie(obj) {
obj.data === undefined ? console.error("data undefined ") : obj.el === undefined ? console.error("el undefined ") : console.log();;
var $data = obj.data;
var $el = $("#" + obj.el);
var pox = {};
var value = {};
for (var name in $data) {
pox[name] = $data[name];
... |
var g,j,k=(244837814094590&16777215)==15715070;function l(b,a,c){if(b!=null)if("number"==typeof b)this.ca(b,a,c);else a==null&&"string"!=typeof b?this.z(b,256):this.z(b,a)}function m(){return new l(null)}function o(b,a,c,d,e,f){for(;--f>=0;){var h=a*this[b++]+c[d]+e;e=Math.floor(h/67108864);c[d++]=h&67108863}return e}
... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = function (opts) {
var generate = opts.generate;
var react = opts.react;
var rules = (0, _baseRules2.default)(opts);
if (react) {
(0, _objectAssign2.default)(rules, (0, _reactRules2.default)(opts));
}
if... |
'use strict';
var util = require('util');
var fs = require('fs');
var io = require('socket.io');
var https = require('https');
var http = require('http');
var async = require('async');
var path = require('path');
var bitcore = require('acmcore-lib');
var Networks = bitcore.Networks;
var Locker = require('locker-server... |
(function($, task) {
"use strict";
function Events0() { // app_builder
var item_types = {
"ROOT_TYPE": 1,
"USERS_TYPE": 2,
"ROLES_TYPE": 3,
"TASKS_TYPE": 4,
"TASK_TYPE": 5,
"ITEMS_TYPE": 6,
"JOURNALS_TYPE": 7,
"TABLES_TYPE": 8,
"REPORTS_TYPE": 9,
"ITEM_TYPE": 10,
"JOURNAL_TYPE": 11,
"TABLE_T... |
exports.up = knex => knex.schema.createTable("contact", tb => {
tb.increments("idcontact")
tb.string("namecontact").notNullable()
tb.timestamp("birthdatecontact").notNullable()
tb.string("telephonecontact")
tb.timestamp("dtcriationcontact").notNullable().defaultTo(knex.fn.now())
})
exports.down = f... |
import "../wpt-env.js";
/* Delete created databases
*
* Go through each finished test, see if it has an associated database. Close
* that and delete the database. */
add_completion_callback(function (tests) {
for (var i in tests) {
if (tests[i].db) {
tests[i].db.close();
self.ind... |
//# sourceMappingURL=webpack-runtime-8440d66fee988c552d68.js.map |
import { useMutation, useQuery } from '@apollo/react-hooks'
import { Dialog, DialogContent, SvgIcon, IconButton } from '@material-ui/core'
import { makeStyles } from '@material-ui/core/styles'
import classnames from 'classnames'
import { Form, Formik, FastField } from 'formik'
import gql from 'graphql-tag'
import QRCod... |
var margin = { top: 10, right: 20, bottom: 30, left: 30 };
var width = 400 - margin.left - margin.right;
var height = 565 - margin.top - margin.bottom;
var svg = d3.select('.chart')
.append('svg')
.attr('width', width + margin.left + margin.right)
.attr('height', height + margin.top + margin.bottom)
.... |
import React from 'react'
import { useStyles } from './ServicesStyles';
import HeroHeader from '../../components/HeroHeader/HeroHeader';
import Typography from '@material-ui/core/Typography';
import Grid from '@material-ui/core/Grid';
import Card from '../../components/Card/Card';
import ImageBannerSection from '../../... |
import { promises as asyncFs } from "fs";
import { extname, dirname, basename, relative, resolve, join } from "path";
import HTMLMin from "html-minifier";
import globby from "globby";
import { ensureDir } from "../fs/path.js";
import { createRouteFor } from "../routing/routes.js";
import { loadCompiler } from "./load.j... |
(function(factory){if(typeof module==="object"&&typeof module.exports!=="undefined"){module.exports=factory}else{factory(FusionCharts)}})(function(FusionCharts){(function(modules){var installedModules={};function __webpack_require__(moduleId){if(installedModules[moduleId]){return installedModules[moduleId].exports}var ... |
'use strict'
/* jshint esversion: 6, asi: true, node: true */
// app.js
var path = require('path')
var fs = require('fs')
var nodeRoot = path.dirname(require.main.filename)
var configPath = path.join(nodeRoot, 'config.json')
var publicPath = path.join(nodeRoot, 'client', 'public')
console.log('WebSSH2 service reading ... |
// @flow
import React from 'react';
import { Button, Card, CardContent, makeStyles } from '@material-ui/core';
const useStyles = makeStyles((theme) => ({
root: {
height: 300,
width: '100%',
},
content: {
height: '50%',
justifyContent: 'space-between',
display: 'flex',
flexDirection: 'col... |
module.exports = [{"name":"path","attribs":{"d":"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z"}}]; |
import {$_, $$_, snack} from '../../libs';
export function Duty(){
if(!$_('body').classList.contains('duty-page')) return
order()
}
function order(){
if(!$_('article .cta')) return
$_('article .cta').addEventListener('click', event => {
$_('#myModal').style.display = 'block'
})
} |
import * as React from 'react';
import PropTypes from 'prop-types';
import clsx from 'clsx';
import withStyles from '../styles/withStyles';
import capitalize from '../utils/capitalize';
import Paper from '../Paper';
export const styles = (theme) => {
const backgroundColorDefault =
theme.palette.mode === 'light' ... |
/**
* @license Highcharts JS v7.0.0 (2018-12-11)
* Plugin for displaying a message when there is no data visible in chart.
*
* (c) 2010-2018 Highsoft AS
* Author: Oystein Moseng
*
* License: www.highcharts.com/license
*/
'use strict';
(function (factory) {
if (typeof module === 'object' && module.exports) {
... |
/**
* Create an authentication challenge
*
* Sends a push notification to registered factor.
*
*
* Pre-requisites
* - Create a Verify Service (https://www.twilio.com/console/verify/services)
* - Create a Factor on a device
*
* Parameters
* - identity - required
* - factor SID - required
* - messag... |
var searchData=
[
['needscollision',['needsCollision',['../struct_k___physics_1_1_sweep_test_call_back.html#a1740c7872b530d9cd84b9d0057b66c9e',1,'K_Physics::SweepTestCallBack::needsCollision()'],['../struct_k___physics_1_1_detect_max_distance.html#af7524342b883518b0444bdcc9e37a547',1,'K_Physics::DetectMaxDistance::ne... |
/* ------------------------------------------------------------------------------
*
* # D3.js - grouped bar chart
*
* Demo d3.js grouped bar chart setup with .csv data source
*
* ---------------------------------------------------------------------------- */
// Setup module
// ------------------------------
... |
/**
* routes.js
* Administration router interface
* Endpoint 'api'
* User requests information about the system configuration and local infrastructure
* @interface
*/
const express = require('express');
let router = express.Router();
let controller = require('./controllers');
router
// ADMINISTRATION endpoints... |
// this file is used when compiling to es5 with webpack to expose the bundled version to the window object.
import _Observable from "./Observable"
const Observable = _Observable
export default Observable
window.Observable = Observable |
import React,{useState, useEffect} from 'react';
import { Jumbotron, Container, CardColumns, Card, Button } from 'react-bootstrap';
import { getMe, deleteBook } from '../utils/API';
import Auth from '../utils/auth'
import { removeBookId } from '../utils/localStorage';
import { useQuery, useMutation } from '@apollo/clie... |
import React, { forwardRef } from "react";
import PropTypes from "prop-types";
import classNames from "classnames";
import styles from "./Column.scss";
export const Column = forwardRef(
(
{ as: Component, lastChildMargin, className, gap, padding, center, centerMd, grow, overflow, children, ...rest },
ref
)... |
var data = {
"body": "<path d=\"M16 17c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1v2c0 .55.45 1 1 1z\" fill=\"currentColor\"/><path d=\"M20 10c-.55 0-1 .45-1 1v8H5V5h8c.55 0 1-.45 1-1s-.45-1-1-1H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-8c0-.55-.45-1-1-1z\" fill=\"currentColor\"/><path d=\"M7 11v5c0 .55.... |
import Button from "@material-ui/core/Button"
import { withStyles } from "@material-ui/core/styles"
import { Link } from "gatsby"
import React from "react"
const styles = {
root: {
background: "#902822",
borderRadius: 3,
border: 0,
color: "white",
height: 48,
padding: "0 20px",
boxShadow: ... |
import * as React from 'react';
import Tooltip from '../../../components/tooltip';
import { mountConnected } from '../../../test-utils/enzyme';
import * as libDom from '../../../utils/dom';
import CollapsibleSidebarMenuItem from '../CollapsibleSidebarMenuItem';
import CollapsibleSidebarContext from '../CollapsibleSid... |
require('../../stylus/components/_button-toggle.styl')
import ButtonGroup from '../../mixins/button-group'
import Themeable from '../../mixins/themeable'
export default {
name: 'v-btn-toggle',
model: {
prop: 'inputValue',
event: 'change'
},
mixins: [ButtonGroup, Themeable],
props: {
inputValu... |
import { styled } from '@mui/material/styles';
export const layoutContainerStyles = {
maxWidth: '1200px',
minHeight: { xs: '0vh', sm: 'calc(100vh - 546px)' },
backgroundColor: (theme) => theme.palette.background.paper,
};
export const Image = styled('img')(({ theme }) => ({
minWidth: '100%',
}));
export cons... |
//# sourceMappingURL=queueTypes.js.map |
import React from "react"
import Layout from "../components/layout"
import SEO from "../components/seo"
const Contact = () => (
<Layout>
<SEO title="Contact" />
<div className='bodyContainer'>
<h1 className='title'>Feel free to contact us with any questions!</h1>
<form className='contact' name="co... |
/*! @license Firebase v4.1.0
Build: rev-d3e3a6f
Terms: https://firebase.google.com/terms/ */
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Reference = undefined;
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i+... |
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2018 Photon Storm Ltd.
* @license {@link https://github.com/photonstorm/phaser/blob/master/license.txt|MIT License}
*/
var Class = require('../../utils/Class');
var ImpactBody = require('./ImpactBody');
var ImpactImage = require('./Impac... |
function _extends() { _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; }; return _extends.apply(this, arguments); }
f... |
import {
GraphQLString as StringType,
GraphQLBoolean as BooleanType,
GraphQLFloat as FloatType,
} from 'graphql';
import VendorSettingsType from '../types/VendorSettingsType';
import VendorSettings from '../models/VendorSettings';
const updateVendorSettings = {
type: VendorSettingsType,
args: {
logo: { t... |
module.exports = function check(str, bracketsConfig) {
let stack = []
bracketsConfig = [].concat(...bracketsConfig)
str.split('').forEach(el => el === stack[stack.length - 1] ? stack.pop() : stack.push(bracketsConfig[bracketsConfig.indexOf(el) + 1]))
return stack.length === 0 ? true : false
} |
import Document, { Html, Head, Main, NextScript } from "next/document"
import { ServerStyleSheet } from "styled-components"
export default class MyDocument extends Document {
static async getInitialProps(ctx) {
const sheet = new ServerStyleSheet()
const originalRenderPage = ctx.renderPage
try {
ct... |
import Page from '../../components/page';
import tag from 'html-tag-js';
import gen from '../../components/gen';
export default function filesSettings(callback) {
const page = Page(strings.settings.capitalize());
const settingsList = tag('div', {
className: 'main list',
});
actionStack.push({
id: 'set... |
/****************************************************************************
Copyright (c) 2008-2010 Ricardo Quesada
Copyright (c) 2011-2012 cocos2d-x.org
Copyright (c) 2013-2016 Chukong Technologies Inc.
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
http://www.cocos2d-x.org
Permission is hereby grant... |
Cufon.replace('#menu ul:first>li>a', {
fontFamily: 'Qlassik Medium',
hover: 'true'
});
Cufon.replace('h1, h2, h3', {
fontFamily: 'Qlassik Medium',
hover: 'true'
});
$(document).ready(function(){
$('form a.submit').click(function(evt){
$(this).parents('form').get(0).submit();
evt.preventDefault(... |
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang("devtools","gu",{title:"પ્રાથમિક માહિતી",dialogName:"વિન્ડોનું નામ",tabName:"ટેબનું નામ",elementId:"પ્રાથમિક આઈડી",elementType:"પ્રાથમિક પ્રકાર"}); |
/**
* A setting controlling whether a type of map symbol should be visible.
*/
class WT_MapSymbolShowSetting extends WT_MapSetting {
/**
* @param {WT_MapController} controller - the controller with which to associate the new setting.
* @param {String} symbolID - the identifier of the map symbol type con... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
types: {
ProposalRecord: {
index: 'u32',
author: 'AccountId',
stage: 'VoteStage',
transition_time: 'u32',
title: 'Text',
contents: 'Text',
... |
controllers.controller('homeCtrl', ['$scope', '$rootScope', '$http', '$timeout', 'userServices',
function ($scope, $rootScope, $http, $timeout, userServices) {
userServices.verifUser()
.then(function(){
});
userServices.getUsers()
.then(function(){
$scope.user = data;
});
var data = [15... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.