text stringlengths 2 1.04M |
|---|
var searchData=
[
['searchfrom_126',['searchFrom',['../classfrontier__exploration_1_1_frontier_search.html#ac28ed3ce13ab687ed002f74338189f48',1,'frontier_exploration::FrontierSearch']]],
['seconds_5ftill_5fsleep_5for_5fwakeup_127',['seconds_till_sleep_or_wakeup',['../classbehavior__state__machine_1_1_sleeping_timer... |
object-assign
(c) Sindre Sorhus
@license MIT
*/
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <feross@feross.org> <http://feross.org>
* @license MIT
*/
* react.production.min.js
*
* Copyright (c) 2013-present, Facebook, Inc.
*
* This source code is licensed under the MI... |
define(
({
viewer:{
main:{
scaleBarUnits: "metric" //"english (for miles) or "metric" (for km) - don't translate.
},
errors:{
createMap: "يتعذر إنشاء الخريطة: ",
general: "خطأ"
},
legToggle:{
up: "وسيلة إيضاح الخريطة ▲",
down: "وسيلة إيضاح الخريطة ▲"
},
loading:{
message... |
var class_l_w_slider =
[
[ "LWSlider", "class_l_w_slider.html#ab3d286bbd20815d12b2c5e58ff8a8fc8", null ],
[ "LWSlider", "class_l_w_slider.html#ae38d09ecf25d7bba5ccf327e04936838", null ],
[ "~LWSlider", "class_l_w_slider.html#aae3137a516cb9ffe4a72dd67a22721fc", null ],
[ "AdjustSize", "class_l_w_slider.h... |
import React, { useState, useContext, useEffect, useCallback } from 'react'
import find from 'lodash/find'
import isEqual from 'lodash/isEqual'
import PropTypes from 'prop-types'
import './Form.css'
import StoreContext from '../context/StoreContext'
const ProductForm = ({ product }) => {
const {
options,
... |
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview Exports an element: terminal-settings-ansi-colors.
*
* @suppress {moduleLoad}
*/
import {css, html} from './lit_element.js';
im... |
import { firebase, sentryDsn, env as environment } from '../config'
import { version } from '../../package.json'
let errorHandler
/**
* Initialize Stackdriver Error Reporter only if api key exists
*/
function initStackdriverErrorReporter() {
if (typeof window.StackdriverErrorReporter === 'function') {
window.... |
import Vue from 'vue'
import 'normalize.css/normalize.css' // A modern alternative to CSS resets
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import locale from 'element-ui/lib/locale/lang/en' // lang i18n
import '@/styles/index.scss' // global css
import App from './App'
import ... |
import React from "react";
import PropTypes from "prop-types";
import { Card, CardHeader, CardBody, Container, Row, Col } from "shards-react";
const UserTeams = ({ title, teams }) => (
<Card small className="user-teams mb-4">
<CardHeader className="border-bottom">
<h6 className="m-0">{title}</h6>
<di... |
const { MessageEmbed } = require("discord.js");
const pagequeue = require('../../structures/pagequeue.js');
module.exports = {
config: {
name: "queue",
aliases: ["q", "que"],
description: "Diplay the queue",
accessableby: "Member",
category: "music",
},
run: async (c... |
import { graphql } from "gatsby"
import React from "react"
import Img from "gatsby-image"
import Layout from "../layouts"
import Container from "../components/container"
import { rhythm } from "../utils/typography"
import constants from "../utils/constants"
const RecipeTemplate = ({ data }) => (
<Layout>
<div
... |
import { getMatchedComponents } from './utils'
if (process.client) {
if ('scrollRestoration' in window.history) {
window.history.scrollRestoration = 'manual'
// reset scrollRestoration to auto when leaving page, allowing page reload
// and back-navigation from other pages to use the browser to restore t... |
const isProduction = process.env.NODE_ENV === 'production';
// Modules
const compression = require('compression');
const express = require('express');
const fs = require('fs');
const http = require('http');
const i18n = require('i18n');
const auth = require('basic-auth');
const { vsprintf } = require('sprintf-js');
... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MultiSelectHeader = void 0;
var _react = _interopRequireWildcard(require("react"));
var _propTypes = _interopRequireDefault(require("prop-types"));
var _InputText = require("../inputtext/InputText");
var _Checkbox = require("../... |
import React,{useState} from "react";
import './login.css'
import darkLogo from "../icons/echo_logo_side_dark.png"
import Logo from "../icons/echo_logo_side.png"
function LoginPage(){
const [signUpClick, setSignUpClick] = useState(false);
const handleClick = (event) => {
event.preventDefault();
... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ActionSet = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var _defineProperty2 = _interopRequireDe... |
import Component from '@ember/component';
import layout from '../templates/components/uxs-dd';
import Textable from '../mixins/textable';
const Content = Component.extend(Textable, {
base: 'uxs-dl__description',
layout,
tagName: 'dd',
});
Content.reopenClass({
positionalParams: ['text'],
});
export default C... |
import { mix } from '../util/common';
const DEFAULT_CFG = {
label: null,
offsetX: 0,
offsetY: 0
};
const DEFAULT_LABEL_CFG = {
textBaseline: 'middle',
fill: '#808080'
};
// 2个点的中心点
function getMiddlePoint(a, b) {
const x = (a.x - b.x) / 2 + b.x;
const y = (a.y - b.y) / 2 + b.y;
return { x, y };
}
//... |
// Regular expression that matches all symbols in the `Lt` category as per Unicode v8.0.0:
/[\u01C5\u01C8\u01CB\u01F2\u1F88-\u1F8F\u1F98-\u1F9F\u1FA8-\u1FAF\u1FBC\u1FCC\u1FFC]/; |
import DefaultDOMElement from '../dom/DefaultDOMElement'
import DOMImporter from './DOMImporter'
export default class XMLImporter extends DOMImporter {
constructor (params, doc, options = {}) {
super(_defaultParams(params, options), doc, options)
}
importDocument (xml) {
this.reset()
const dom = Def... |
import React from 'react'
import { Card,Table} from 'react-bootstrap';
import 'bootstrap/dist/css/bootstrap.min.css';
var adduser = JSON.parse(localStorage["users"]);
var listusers;
listusers = [{
name : 'Abel',
email : 'abel@mit.edu.com',
password : 'Abdcesd123'
}];
//listusers.push(adduser[0]);
adduser.... |
// Copyright (C) 2021 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-temporal.plainyearmonth.prototype.since
description: Throw a TypeError if the receiver is invalid
features: [Symbol, Temporal]
---*/
const since = Temporal.PlainYearMonth.prot... |
const router = require('express').Router();
const apiRoutes = require('./api');
router.use('/api', apiRoutes);
router.use((req, res) => {
res.send("<h1>No route exists for what you've requested.</h1>")
});
module.exports = router; |
import React from 'react'
import PropTypes from 'prop-types'
import styled from 'styled-components'
import MaskedInput from 'react-text-mask'
import {
colors
} from '../../../utils/styles';
const phoneNumberMasker = [
'(',
/[1-9]/,
/\d/,
/\d/,
')',
' ',
/\d/,
/\d/,
/\d/,
'-',
/\d/,
/\d/,
/... |
var fs = require('fs');
var sys = require('sys');
var childProc = require('child_process');
var utils = require('./utils');
var internals = {};
module.exports.Repo = function(repoDir) {
this.repoDir = repoDir;
if (!utils.endsWith(this.repoDir, '/')) {
this.repoDir += '/';
}
this.gitArgs = [... |
'use strict'
const fs = require('fs')
const isWsl = require('is-wsl')
const path = require('path')
const webpack = require('webpack')
const resolve = require('resolve')
const PnpWebpackPlugin = require('pnp-webpack-plugin')
const HtmlWebpackPlugin = require('html-webpack-plugin')
const CaseSensitivePathsPlugin = requi... |
import mod193 from './mod193';
var value=mod193+1;
export default value; |
/*
YUI 3.17.1 (build 0eb5a52)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
YUI.add('series-area', function (Y, NAME) {
/**
* Provides functionality for creating a area series.
*
* @module charts
* @submodule series-area
*/
/**
* The AreaSeries... |
const Database = require('./db')
const createProffy = require('./createProffy')
Database.then(async (db) => {
// Inserir dados
proffyValue = {
name : "Manoel Fernandes",
avatar: "https://avatars1.githubusercontent.com/u/61895268?s=460&u=c205e67adaec14a6070a62145fee558a4bd52ee3&v=4",
wh... |
var loaderUtils = require('loader-utils');
var webfontsGenerator = require('@vusion/webfonts-generator');
var path = require('path');
var glob = require('glob');
var url = require('url');
var hashFiles = require('./utils').hashFiles;
var mimeTypes = {
'eot': 'application/vnd.ms-fontobject',
'svg': 'image/svg+xml',... |
module.exports = class RogueResponse {
constructor(data, status) {
this.data = data;
this.status = status ? status : 200;
this.response();
}
getData() {
return this.data;
}
setData(data) {
this.data = data;
return this;
}
getStatus() {
... |
/**
* Display id icon and popover with clipboard for id.
*
* @module components/id-info
* @author Agnieszka Warchoł
* @copyright (C) 2021 ACK CYFRONET AGH
* @license This software is released under the MIT license cited in 'LICENSE.txt'.
*/
import Component from '@ember/component';
import layout from '../templa... |
/**
* Run this file to reset persisted data.
* (suggestions, API tokens, etc)
*/
import * as keys from "./keys";
import store from "./index";
for (const key of keys) {
store.set(key, undefined);
} |
const {URL} = require('url');
const crypto = require('crypto');
const path = require('path');
const COMPLIMENTARY_PLAN = {
name: 'Complimentary',
currency: 'usd',
interval: 'year',
amount: '0'
};
class MembersConfigProvider {
/**
* @param {object} options
* @param {{get: (key: string) =>... |
var MAX_UH = 200;
var MAX_JIGGLE = 100;
var MAX_SLOT_TIMER = 600;
game.SlotMachineSprite = me.Sprite.extend({
init: function(x, y) {
this._super(me.Sprite, 'init', [x, y,
{
image: game.texture,
region: "slotmachine",
framewidth : 82,
frameheight: 52,
anchorPoint : new me.Vector2d(0, ... |
window.onhashchange = () => {
document.querySelector('a.nav-link.active').classList.remove('active');
document.querySelector(`a.nav-link[href='${location.hash}']`).classList.add('active');
if (location.hash.length > 2) {
document.querySelector('.row.post .posts').innerHTML = '';
if (location... |
var searchData=
[
['calcnormal',['CalcNormal',['../class_v3_d_obj_model.html#a609f72e94c3d864f8966a3c9e5ff50c5',1,'V3DObjModel']]],
['changestate',['ChangeState',['../class_v_global.html#a6912456eee6d25949756504b9fe439d0',1,'VGlobal::ChangeState()'],['../class_v_state_manager.html#a39d1ccfd4d190b754c377c96219ef475'... |
foo(), foo(), foo(); |
/*!
* froala_editor v2.6.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2017 Froala Labs
*/
/**
* Slovak
*/
$.FE.LANGUAGE['sk'] = {
translation: {
// Place holder
"Type something": "Nap\u00ed\u0161te hoci\u010do",
// Basic formatting... |
// GENERATED CODE
// Manual modification is NOT RECOMMENDED as changes will be overwritten the next time the class is generated.
import { setPropertiesFromJSON, uuid, FHIRHelper } from '../../json-helper';
import ClassRegistry from '../../ClassRegistry';
/**
* Generated class for shr.core.RouteIntoBody.
*/
class R... |
const Kr = require("@cre.ative/kram");
module.exports = {
name: 'elm',
description:
'The Elm Architecture: a pure functional language with ADTs and an MVU architecture',
languages: {
elm: 'Elm',
css: 'Cascading Style Sheets'
},
register
};
function register({providesLanguage}) {
providesLangua... |
import React, { Component } from 'react-native';
import { createStore, applyMiddleware, combineReducers } from 'redux';
import createSagaMiddleware from 'redux-saga';
import { Provider } from 'react-redux';
import RootApp from './app';
import * as reducers from '../reducers';
import { application } from '../sagas/';
... |
import clickThis from '../common/clickThis';
import getElementById from '../common/getElementById';
import getElementsByTagName from '../common/getElementsByTagName';
function waitForPlayer(firstPlayer, retries) {
return !firstPlayer && retries;
}
function haveTargets(retries) {
const firstPlayer = getElementsByT... |
import data from '../../../../shared/testing/data';
const channel = data.channels[0];
const community = data.communities.find(
community => community.id === channel.communityId
);
const { userId: ownerInChannelId } = data.usersChannels.find(
({ channelId, isOwner }) => channelId === channel.id && isOwner
);
// ... |
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.SvelteRouterSpa = {}));
}(this... |
var mongoose = require('mongoose');
var questionSchema = mongoose.Schema({
question: String,
language: String,
stage: String,
tags: [String],
created_at: Date,
updated_at: Date
});
module.exports = mongoose.model('Question', questionSchema); |
'use strict';
import React from "react";
import {ButtonGroup} from "bootstrap-react-components";
export default class BlogPostTableRow extends React.Component {
constructor() {
super();
}
edit() {
this.props.updateBlogPost(this.props.blogPost);
}
render() {
let {_id, title, publishDate, wordPressAccounts... |
export default {
list: [
require('./secom/SecomSlideshow').default
]
} |
import React from "react";
import Dialog from "@material-ui/core/Dialog";
import DialogContent from "@material-ui/core/DialogContent";
import DialogTitle from "@material-ui/core/DialogTitle";
import TextField from "@material-ui/core/TextField";
import { withStyles } from "@material-ui/core/styles";
import { CheckboxSt... |
// import { fromJS } from 'immutable';
// import { selectLayoutHomeDomain } from '../selectors';
describe('selectLayoutHomeDomain', () => {
it('Expect to have unit tests specified', () => {
expect(true).toEqual(false);
});
}); |
import { NAME_FORM_VALID_FEEDBACK } from '../../constants/components'
import Vue, { mergeData } from '../../utils/vue'
export const props = {
id: {
type: String
// default: null
},
tag: {
type: String,
default: 'div'
},
tooltip: {
type: Boolean,
default: false
},
forceShow: {
... |
/* Copyright 2017 Mozilla Foundation
*
* 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... |
// 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.
//
// RUN: %hermesc -dump-ir %s | %FileCheck --match-full-lines %s
function check1() {
return x + y;
let x = 10;
const y = 1;
... |
//@ts-check
/** @typedef {import('webpack').Configuration} WebpackConfig **/
'use strict';
const path = require('path');
const merge = require('merge-options');
module.exports = function withDefaults(/**@type WebpackConfig*/ extConfig) {
/** @type WebpackConfig */
let defaultConfig = {
mode: 'none', // this ... |
return ['$rootScope', '$scope', '$state', 'globals', 'UAdetect', 'dialogService',
function ($rootScope, $scope, $state, globals, UAdetect, dialogService) {
$rootScope.pageTitle = '活动订单详情';
$rootScope.pageImage = globals.LOGO_IMAGE;
var from = 'activity';
if ($rootScope.weixinFlag) {
$scope.selectWeixin = tru... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _propTypes = _interopRequireDefault(require("prop-types"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }... |
/**
* profiler.js: TODO: add file header description.
*
* (C) 2010 Charlie Robbins
* MIT LICENCE
*/
'use strict';
/**
* TODO: add class description.
* @type {Profiler}
* @private
*/
module.exports = class Profiler {
/**
* Constructor function for the Profiler instance used by
* `Logger.prototype.star... |
class Base {
constructor() {
this.Foo = class {
static {
this.foo = new.target;
}
}
}
}
expect((new Base).Foo.foo).toBe(undefined); |
import React, {Component} from 'react';
import {View, Text} from 'react-native-ui-lib';
import {ScrollView, StyleSheet} from 'react-native';
class ViewPost extends Component {
constructor(props) {
super(props);
this.state = {
title: props.item.title,
text: props.item.text,
img: props.item.i... |
import Accordion from '@material-ui/core/Accordion';
import AccordionDetails from '@material-ui/core/AccordionDetails';
import AccordionSummary from '@material-ui/core/AccordionSummary';
import Grid from "@material-ui/core/Grid";
import { makeStyles } from '@material-ui/core/styles';
import TextField from "@material-ui... |
import initSqlJs from "../dist/sql-wasm.js";
//Open a blank database
var db;
initSqlJs({ locateFile: filename => `../dist/${filename}` }).then(function (SQL) {
db = new SQL.Database();
});
document.getElementById('submit').onclick = function () {
var sql = document.getElementById('input').value;
var result = ''... |
#! /usr/bin/env node
/*
* nightwatch-html-reporter
* https://github.com/jls/nightwatch-html-reporter
*
* Copyright (c) 2014 James Smith
* Licensed under the MIT license.
*/
var fs = require('fs'),
async = require('async'),
nconf = require('nconf'),
renderer = require('./renderer'),
readdirp = req... |
import Vue from 'vue'
import { Carousel, Slide } from 'vue-carousel'
Vue.component('vue-carousel', Carousel)
Vue.component('vue-slide', Slide) |
import React from 'react';
import PropTypes from 'prop-types';
import iconColorsMap from './colors';
const FormattingUnderline = ({ fill, ...props }) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill={fill}
{...props}
>
<path d="M12 17c3.31 0 6... |
const search = (dataList = [], params = [], value = '') => {
let newList = dataList.filter((item) => {
return params.some((param) => {
return item[param].indexOf(value.trim()) >= 0
})
})
return newList
}
export default search |
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import React, {useContext} from 'react';
import Head from '@docusaurus/Head'; // eslint-disable-line
import Footer from '@theme/Footer';... |
/*
* Copyright 2018 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
* http://www.apache.org/licenses/LICENSE-2.0
*
* or in the "... |
mycallback( {"ELECTION CODE": "G2010", "EXPENDITURE PURPOSE DESCRIP": "In kind Receptions. Food and Beverage Expense.", "BENEFICIARY CANDIDATE OFFICE": "S", "PAYEE ZIP": "78701", "MEMO CODE": "", "PAYEE STATE": "TX", "PAYEE LAST NAME": "", "PAYEE CITY": "Austin", "PAYEE SUFFIX": "", "CONDUIT STREET 2": "", "CONDUIT STR... |
import fmtEvent from '../_util/fmtEvent';
Component({
props: {
className: '',
value: '',
placeholder: '',
onSelect: function onSelect() {}
},
methods: {
onPickerTap: function onPickerTap(e) {
var event = fmtEvent(this.props, e);
this.props.onPickerTap(event);
}
}
}); |
class PointOfSaleNew extends erpnext.pos.PointOfSale{
make() {
return frappe.run_serially([
() => frappe.dom.freeze(),
() => {
this.prepare_dom();
this.prepare_menu();
this.set_online_status();
},
() => this.make... |
'use strict'
module.exports = function(args, check) {
check(args, "lgorder_code", "String", true);
} |
module.exports = function isInstance(value){
return value && typeof value === 'object' || typeof value === 'function';
}; |
module.exports = async d => {
const {code} = d.command;
const inside = d.unpack();
const err = d.inside(inside);
if (err) return d.error(err);
let [channelId, name, archive = "MAX", type = "public", startMessage, returnId = "no"] = inside.splits;
const channel = await d.util.getChannel(d, chan... |
/**
* Implement Gatsby's Browser APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/browser-apis/
*/
// You can delete this file if you're not using it
import './src/styles/global.css';
import wrapWithLayout from './wrapRootElement/wrap-page-element'
import wrapWithProvider from './wrapRootElement/wrap-roo... |
class Time {
constructor(ms) {
let remainder
this.ms = ms % 1000
remainder = (ms - this.ms) / 1000
this.s = remainder % 60
remainder = (remainder - this.s) / 60
this.m = remainder % 60
remainder = (remainder - this.m) / 60
this.h = remainder % 24
... |
const { QueryTypes, Op } = require("sequelize")
const Campus = require("../models/campus")
const getAllCampus = async (req, res) => {
try {
const campus = await Campus.findAll()
return res.status(200).json({
ok: true,
campus
})
} catch (err) {
console.lo... |
import Pusher from 'pusher-js';
import { next } from '@ember/runloop';
let TravisPusher = function (config, ajaxService) {
this.active_channels = [];
this.init(config, ajaxService);
TravisPusher.ajaxService = ajaxService;
return this;
};
TravisPusher.prototype.init = function (config, ajaxService) {
if (!c... |
// Interactive Investor Desktop
// Give this Publisher Script an ID so it won't get loaded twice on the same
// page. The return of this function is now standardized to the following form:
// <dir name>/<file name without extension> (relative to "out/raw/" folder:
function script_id() {
return '123973/default';
}
// ... |
// looney.js will be inserted above, so call it
looney({
blur: 15,
playAudio: true,
audioUrl: 'https://bmats.github.io/looney-js/music.mp3'
}); |
/**
* Node.js eccrypto implementation.
* @module eccrypto
*/
"use strict";
const EC_GROUP_ORDER = Buffer.from('fffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141', 'hex');
const ZERO32 = Buffer.alloc(32, 0);
var promise = typeof Promise === "undefined" ?
require("es6-promise").Promise ... |
var callbackArguments = [];
var argument1 = function() {
callbackArguments.push(arguments)
return undefined; };
var argument2 = function() {
callbackArguments.push(arguments)
return true; };
var argument3 = r_0;
var argument4 = function() {
callbackArguments.push(arguments)
return "¼\u0010Qº\t®\u0004ø"; };
var... |
// [Name] SVGTextElement-dom-x-attr.js
// [Expected rendering result] Text message at 0x20 - and a series of PASS messages
description("Tests dynamic updates of the 'x' attribute of the SVGTextElement object")
createSVGTestCase();
var textElement = createSVGElement("text");
textElement.setAttribute("x", "50");
textEl... |
function foo(x) {
}
class C {
foo(x) {
}
}
class C2 {
foo(x) {
}
}
class C3 {
foo(x) {
}
}
var a;
var a2;
var a3; |
import { fase1 } from "./fase1.js";
var player;
var scoreText;
var platforms;
var gameOver = true;
var music;
var gameover1 = new Phaser.Scene("gameover1");
gameover1.preload = function() {
this.load.image("parede", "assets/parede.png");
this.load.image("ground", "assets/plataforma.png");
this.load.image("bl... |
const process = require('process');
function toStr(x) {
if (typeof x == 'string' || typeof x == 'number') {
return x.toString();
}
return require('util').inspect(x);
}
function str(...s) {
return s.map(toStr).join('');
}
function say(...s) {
console.log(str(...s));
}
class Timer {
start() {
le... |
/// <reference path="Jssor.Core.js" />
/*
* Jssor.Utils 17.0
* http://www.jssor.com/
*
* TERMS OF USE - Jssor.Utils
*
* Copyright 2014 Jssor
*
* 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 Softw... |
import React from 'react';
import { Card } from 'react-bootstrap';
import background from '../background.jpeg';
const Planets = ({ planets }) => {
const renderPlanetCard = () => {
return planets?.map((planet, index) => (
<Card
key={index}
style={{ width: '18rem' }}
text="light"
... |
module.exports = {
pathPrefix: "/portfolio",
siteMetadata: {
title: `Matt Scott Designs`,
description: ``,
author: `matt.taylor.scott@gmail.com`,
},
plugins: [
`gatsby-plugin-react-helmet`,
`gatsby-plugin-postcss`,
{
resolve: "gatsby-plugin-web-font-loader",
options: {
... |
const url = require('url')
const util = require('util')
const { URLSearchParams } = require('url')
const path = require('path')
const fs = require('fs')
const { flags } = require('@oclif/command')
const child_process = require('child_process')
const http = require('http')
const httpProxy = require('http-proxy')
const w... |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import Loader from 'react-loader';
import { oneOrManyChildElements } from '../../prop-types';
export default class LoaderComponent extends Component {
static propTypes = {
children: oneOrManyChildElements,
loaded: PropTypes.bool,
... |
require('../lib/node_loader');
var AWS = require('../lib/core');
var Service = AWS.Service;
var apiLoader = AWS.apiLoader;
apiLoader.services['apigateway'] = {};
AWS.APIGateway = Service.defineService('apigateway', ['2015-07-09']);
require('../lib/services/apigateway');
Object.defineProperty(apiLoader.services['apigat... |
/*
|-------------------------------------------------------------------------------
| Development config https://maizzle.com/docs/environments/#local
|-------------------------------------------------------------------------------
|
| The exported object contains the default Maizzle settings for developme... |
const next = require('next')
const dev = process.env.NODE_ENV !== 'production'
const app = next({ dev })
module.exports = app |
const userController = require( './userController' );
const bankController = require('./bankController');
const entitiesController = require('./entitiesController');
module.exports =
{
addPreset : async (user, bankID, jsonPreset) =>
{
return new Promise( (resolve, reject) =>
{
bankController.findById(user, ba... |
Package.describe({
name: 'space:vo-monetary',
summary: 'Value Objects for monetary domains.',
version: '0.2.0',
git: 'https://github.com/meteor-space/vo-monetary.git',
documentation: 'README.md'
});
Package.onUse(function(api) {
api.versionsFrom('1.2.0.1');
api.use([
'check',
'ecmascript',
... |
/**
* Kendo UI v2018.1.117 (http://www.telerik.com/kendo-ui)
* Copyright 2018 Telerik AD. All rights reserved. ... |
const Discord = require("discord.js");
exports.run = (client, message, args) => {
const davet = new Discord.MessageEmbed()
.setColor("RANDOM")
.setTitle("Beni Sunucuna Ekle ❤️")
.setDescription("[__**Davet Et**__](https://discord.com/oauth2/authorize?client_id=812990513208754206&permissions=8&scope=bot) \n ... |
import Enum from 'enum';
//enums start at zero for solidity. This is setup to be in sync
export const NettingStatus = new Enum({ 'COMPLETE':0, 'LINEOPEN':1, 'RESOLVING':2, 'SETTLING':3, 'DEADLOCK':4 });
export const PaymentStatus = new Enum({ 'ACTIVE':0, 'CONFIRMED':1, 'HOLD':2, 'CANCELLED':3 });
export const QueueSta... |
var _imp = require("./imp");
const _tmpl$ = document.createElement("template");
_tmpl$.innerHTML = "<div></div>";
var _el$ = _tmpl$.content.firstChild.cloneNode(true);
_r$.attr(_el$, "aria-selected", true, _imp.computeSelected);
_el$; |
var searchData=
[
['i2c',['I2C',['../classfrc_1_1_i2_c.html#a790ba9bcd1e0040bc5387a03cde275b2',1,'frc::I2C']]],
['inautonomous',['InAutonomous',['../classfrc_1_1_driver_station.html#a2fad0163c68694dd8adcfff73c8f7b00',1,'frc::DriverStation']]],
['incrementrobottick',['IncrementRobotTick',['../class_robot_container... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.