text
stringlengths
2
1.04M
// THIS FILE IS AUTO GENERATED var GenIcon = require('../lib').GenIcon module.exports.RiBook3Line = function RiBook3Line (props) { return GenIcon({"tag":"svg","attr":{"viewBox":"0 0 24 24"},"child":[{"tag":"g","attr":{},"child":[{"tag":"path","attr":{"fill":"none","d":"M0 0h24v24H0z"}},{"tag":"path","attr":{"d":"M21 ...
import { render, screen, waitFor } from '@testing-library/react'; import userEvent from '@testing-library/user-event' import SelectizeBox from './selectizeBox'; test('clicking the entity dropdown displays list of options', async () => { const testArray = [ {label:'testLabel_1', key: 'testKey_1'}, {la...
const { MessageButton, MessageEmbed } = require("discord.js"); const { coletorICCmd } = require("../../utilidades/coletores"); module.exports = { //* Infomações do comando emoji: "💔", nome: "divorciar", sinonimos: [], descricao: "Divorcie da pessoa que está casada", exemplos: [ { comando: "divorciar",...
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ...
// 云函数入口文件 const cloud = require('wx-server-sdk') cloud.init() const db = cloud.database() // 云函数入口函数 exports.main = async (event, context) => { // var googsid = event.goodsid try { return await db.collection('goodsInfo').doc(event.goodsid).update({ data:{ exist:false }, success(res){...
sap.ui.define([ './BaseController', '../model/formatter' ], function (BaseController, formatter) { "use strict"; return BaseController.extend("project.frotasapp.controller.ImportantLinks", { formatter: formatter, onInit: function () { }, }); });
import reducer, { EDIT_TAG_START, EDIT_TAG_ERROR, EDIT_TAG, TAG_EDITED, tagEdited, editTag, } from '../../../src/tags/reducers/tagEdit'; describe('tagEditReducer', () => { describe('reducer', () => { it('returns loading on EDIT_TAG_START', () => { expect(reducer({}, { type: EDIT_TAG_START })).t...
const webpack = require('webpack'); const conf = require('./gulp.conf'); const path = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); const FailPlugin = require('webpack-fail-plugin'); const autoprefixer = require('autoprefixer'); module.exports = { module: { loaders: [ { ...
const login = require("../../../collections/login"); const providers = require("../../../collections/providers"); const constants = require("../../../config/constants"); const common = require("../../../utility/common"); const logs = require("../../../utility/logs"); const query = require("../../../config/query"); cons...
import React,{Component} from "react"; import { Link } from "react-router-dom"; import "./style.css"; import DropDown from "../DropDown"; import Navheadings from "../Navheadings" class Navbar extends Component{ render(){ return( <nav className="navbar navbar-expand-lg navbar-dark navbg"> {t...
import React, { useEffect, useState } from 'react'; import Input from './Input'; import Radio from './Radio'; import DropDown from './DropDown'; import { generatorArrayDays, generatorArrayMonths, generatorArrayYears } from '../initialize/generator'; const AR_GENDER = [ { "className": "input__radio circle__r...
import ZIndexBook from "../../../world/z-indices.js"; import Constants from "../../../constants.js"; const SCALE = Constants.WorldCanvasScale const TOP_DISTANCE = Constants.WorldUIScreenMargin; const TEXT_SCALE = 4 * SCALE; const TEXT_COLOR = "white"; const TEXT_BACKGROUND = "black"; const TEXT_PADDING = 2; const TR...
import React from "react"; import HeroSection from "../../HeroSection"; import { contactObjFour, contactObjOne, contactObjThree, contactObjTwo, } from "./ContactData"; function Contact() { return ( <div> <HeroSection {...contactObjOne} /> <HeroSection {...contactObjTwo} /> <HeroSection {...co...
// Compiled from this: https://github.com/metalshark/grunt-html5compare/blob/master/tasks/lib/html5compare.litcoffee // Note that this code is presumably under the LGPL license. 'use strict'; const jsdom = require('jsdom').jsdom; function compare(orig, comp) { var compDOM, origDOM; origDOM = jsdom(orig); ...
exports.id = 'split'; exports.title = 'Split'; exports.group = 'Common'; exports.version = '1.1.1'; exports.color = '#656D78'; exports.input = true; exports.output = 1; exports.options = {}; exports.author = 'Jiří Travěnec'; exports.icon = 'code-fork'; exports.readme = `# Split This component iterates over the receive...
import styled from 'styled-components/native'; import { Headline, Paragraph } from 'react-native-paper'; export const Container = styled.View` flex: 1; background: #F6F5F5; `; export const HeadLogo = styled.Image` align-self: center; margin: 10px 0px; `; export const HeadLogoContainer = styled.View` height...
/*! * LetsBlog * XTemplate wrapper * Released under MIT license */ var fs = require('fs'), Path = require('path'), env = require('../config').env || 'development', XTemplate; try { XTemplate = require('xtemplate'); } catch (e) { console.error('xtpl depends on xtemplate, please install xtemplate xtpl both'); ...
"use strict"; /** * (例) * 文字列 `name` の前に `Hello`を足して返す関数。 */ function greeting(name) { return "Hello," + name + "さん"; } console.log(greeting("田中")); // Hello,田中さん /** * (問題 1) * 数値 `a` と `b` を 乗算(掛け算)して返す関数を定義しよう。 * 関数名 `multiplied` */ /** * (問題 2) * `document.write()` を使って * HTMLに 引数 `message` を表示させる...
var xrfdc__sinit_8c = [ [ "XRFdc_GetDeviceNameByDeviceId", "xrfdc__sinit_8c.html#ga3b6aecbcc131129fb569f90b76afa28c", null ], [ "XRFdc_LookupConfig", "xrfdc__sinit_8c.html#ga80407a3a6737440fa38fc79eee240ad2", null ] ];
console.log('+ + + plugins/mapbox... ') import Vue from 'vue'; import { MglMap, MglMarker, MglPopup, MglGeolocateControl, MglNavigationControl, MglScaleControl, MglGeojsonLayer, } from 'vue-mapbox'; import Mapbox from 'mapbox-gl'; Vue.component('MglMap', MglMap); Vue.component('MglMarker', Mgl...
/** * Copyright IBM Corp. 2019, 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../....
var searchData= [ ['profiler',['Profiler',['../class_utility_1_1_profiler.html',1,'Utility']]], ['protocol',['Protocol',['../class_p_l_e_n2_1_1_protocol.html',1,'PLEN2']]] ];
export default [ { freq: 32, type: 'lowshelf', label: '32' }, { freq: 64, type: 'peaking', label: '64' }, { freq: 125, type: 'peaking', label: '125' }, { freq: 250, type: 'peaking', label: '250' }, { freq: 500, type: 'peaking', label: '500' }, { freq: 1000, type: 'peaking...
const router = require('express').Router(); const withAuth = require('../../utils/auth'); const { Post } = require('../../models'); // Allows user to create a post router.post('/', withAuth, async (req, res) => { const body = req.body try { const newPost = await Post.create({ ...body, user_id: req.ses...
const express = require('express'); const expressServer = express(); const httpServer = require('http').Server(expressServer); const io = require('socket.io')(httpServer); httpServer.listen(1191, '0.0.0.0', function () { console.log("listening"); }); expressServer.use(express.static('frontend')); function clamp(...
/*global define*/ 'use strict'; define(['angular', 'app'], function (angular, app) { return app.controller("InventoryController", ['$scope', '$routeParams', function($scope, $routeParams) { $scope.id = $routeParams.id; }]); });
import reducer from './auth'; import { } from '../actions/actionsTypes'; describe('auth reducer', () => { it('should return the initial state', () => { expect(reducer(undefined, {})).toEqual({ token: null, userId: null, error: null, loading: false, authRedirectPath: '/', }) })...
/* peters.js */ var agencia = window.agencia || {}; agencia.viajes = (function() { var base_url = "http://localhost:8888/agencia/"; return { obtener_form_contacto: function(){ $(document).ready(function() { $('#contenido').load(base_url+'/index.php/contacto/obtenerFormulario'); }); }, ...
'use strict' var userConfs; // pass the settings here // userConfs = { // images : ['image1.jpg','image2.jpg','image3.jpg','image4.jpg','image5.jpg'], // slideInterval : 3000, // startSlideInterval : 1000, // folderPath : 'images/' // } // userConfs = { // images : ['image6.jpg','image2.jpg','image7.jpg','image...
import ManageContentButton from './ManageContentButton'; export default ManageContentButton;
'use strict'; var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; //! annyang //! version : 2.6.0 //...
var mongoose = require('mongoose'); var Schema = mongoose.Schema; var ImageSchema = new Schema({ nome: String, insercao: Date, base64: String }) module.exports = mongoose.model('Imagem', ImageSchema, 'imagems');
vizmap = [ {selector: "node", css: { "shape": "ellipse", "text-valign":"center", "text-halign":"center", "content": "data(label)", "border-width": "3px", "background-color": "#FFFFFF", "border-color":"black", "width": "80px", "height": "80px", "font-size"...
module.exports = { extends: ['plugin:lodash-fp/recommended'], plugins: ['lodash-fp'], rules: { 'lodash-fp/use-fp': 0, }, }
import lazyLoading from './lazyLoading' export default { name: '课程组合管理', path: '/combination', meta: { icon: 'fa-building-o', expanded: false }, component: lazyLoading('combination', true), children: [ { name: '课程组合列表', path: 'list', component: lazyLoading('combination/List')...
const HtmlWebpackPlugin = require("html-webpack-plugin"); const { CleanWebpackPlugin } = require("clean-webpack-plugin"); const MiniCssExtractPlugin = require("mini-css-extract-plugin"); const path = require("path"); const basePath = __dirname; module.exports = { context: path.join(basePath, "src"), resolve: { ...
/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ import { BidiModule } from '@angular/cdk/bidi'; import { PlatformModule } from '@angular/cdk/platform'; import { CommonModule } from '@angular/...
const DrawCard = require('../../drawcard.js'); class SaltWife extends DrawCard { setupCardAbilities(ability) { this.action({ title: 'Sacrifice Salt Wife', phase: 'challenge', cost: ability.costs.sacrificeSelf(), target: { activePromptTitle: 'S...
const axios = require("axios"); const SCKEY = process.env.SCKEY; axios.defaults.headers.common.cookie = process.env.COOKIE; const checkIn = async () => { return axios({ method: 'post', url: 'https://glados.rocks/api/user/checkin', data: { token: "glados_network" } }...
class SearchUtility { GetObjects(obj, key, val = "") { var objects = []; for (var i in obj) { if (!obj.hasOwnProperty(i)) continue; if (typeof obj[i] === "object") { objects = objects.concat(this.GetObjects(obj[i], key, val)); } else // if key matches and value matches or if ke...
import React from 'react'; const Social = () => { return ( <div data-test="component-social"> <h3>Social Component</h3> </div> ) } export default Social;
// When the window has finished loading create our google map below google.maps.event.addDomListener(window, 'load', init); function init() { // Basic options for a simple Google Map // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions var mapOptions = { // How...
import http from 'k6/http'; import { check, sleep } from 'k6'; export let options = { stages: [ { duration: '10s', target: 100 }, { duration: '20s', target: 100 }, { duration: '5s', target: 0 }, ], thresholds: { http_req_duration: ['p(99)<1000'], }, }; const BASE_URL = ...
import assert from 'assert' export default function (state) { const { document, selection } = state const texts = document.getTexts() const first = texts.first() const range = selection.merge({ anchorKey: first.key, anchorOffset: first.length - 1, focusKey: first.key, focusOffset: first.length ...
import React, {PureComponent, Fragment} from 'react'; import {connect} from 'dva'; import { Row, Col, Card, Form, Button, Modal, Table, notification, Icon, message } from 'antd'; import PageHeaderWrapper from '@/components/PageHeaderWrapper'; import moment from 'moment' import styles from './compan...
/* eslint import/no-extraneous-dependencies: ['error', {'devDependencies': true}] */ import autoExternal from 'rollup-plugin-auto-external'; import babel from '@rollup/plugin-babel'; export default { input: 'src/index.js', plugins: [ autoExternal(), babel({ babelrc: false, exclude: ['./node_mod...
"use strict"; jest.autoMockOff(); const defineTest = require("jscodeshift/dist/testUtils").defineTest; describe("lodash get to optional chaining", () => { describe("basic happy case scenario", () => { defineTest(__dirname, "transform"); }); describe("flags", () => { describe("skipTemplateStrings", () =>...
define({ _widgetLabel: 'يعرض التنقل', tabStyle: 'النقر فوق النمط', navBtnStyle: 'نمط زر التنقل' });
const DEFAULT_LIMIT = 9999 module.exports = { DEFAULT_LIMIT, }
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import {connect} from 'react-redux'; import {getTheme} from 'mattermost-redux/selectors/entities/preferences'; import SafeAreaView from './safe_area_view'; function mapStateToProps(state) { return { ...
CustomTabBar = function(settings) { var tabBarItems = []; var tabCurrent = 0; var resetTabs = function() { for(var i = 0; i < tabBarItems.length; i++) { tabBarItems[i].image = tabBarItems[i].backgroundImage; } }; var assignClick = function(tabItem) { tabItem.addEventListener('click', function(e) { //...
export const xCircle24 = "M16.45 7.257L12.207 11.5l4.243 4.243-.707.707-4.243-4.243-4.243 4.243-.707-.707 4.243-4.243L6.55 7.257l.707-.707 4.243 4.243 4.243-4.243zM22 11.5A10.5 10.5 0 1 1 11.5 1 10.497 10.497 0 0 1 22 11.5zm-.9 0a9.6 9.6 0 1 0-9.6 9.6 9.61 9.61 0 0 0 9.6-9.6z";
/*! * Bootstrap-select v1.5.4 (http://silviomoreto.github.io/bootstrap-select/) * * Copyright 2013-2014 bootstrap-select * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Nessuna selezione', non...
{"name_test123":"0xCB2467bdF1e73c4DE1b6e78961097a48f623ED1E","address_0xa296B84E2846Bf0fDD5CF57650B568B1bFe9809a":"EASYMETER_60176785","address_0xCB2467bdF1e73c4DE1b6e78961097a48f623ED1E":"test123","name_stromdao-mp":"0xa296B84E2846Bf0fDD5CF57650B568B1bFe9809a","name_BLG":"0x0212B287976ea4b87093c64dd3a8f46b7AE043f5","n...
//# sourceMappingURL=main.aabe91ed.chunk.js.map
import * as _vue from "vue"; function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? Object(arguments[i]) : {}; var ownKeys = Object.keys(source); if (typeof Object.getOwnPropertySymbols === 'function') { ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(so...
// module for database connection const sqlite3 = require('sqlite3'); // module to allow direct paths to fileSize const path = require('path'); // module for accessing the file system const fs = require('fs'); const searches = document.querySelector('#Searches'); //Path to the searches database const dbPath = path.re...
/* * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. * Changes may cause incorrect behavior and will be lost if the code is * regenerated. */ '...
import React from 'react'; import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; import { createStore, applyMiddleware } from 'redux'; import App from './components/app'; import reducers from './reducers'; import ReduxPromise from 'redux-promise'; const createStoreWithMiddleware = applyMiddleware...
// modules are defined as an array // [ module function, map of requireuires ] // // map of requireuires is short require name -> numeric require // // anything defined in a previous bundle is accessed via the // orig method which is the requireuire for previous bundles (function outer (modules, cache, entry) { //...
var NAVTREE = [ [ "Introduction", "index.html", [ [ "Documentation", "modules.html", "modules" ] ] ] ]; var NAVTREEINDEX = [ "classc_g_e_l_linear_spring.html" ]; var SYNCONMSG = 'click to disable panel synchronisation'; var SYNCOFFMSG = 'click to enable panel synchronisation';
import React from 'react'; import { Router } from 'react-router-dom'; import history from './services/history'; import GlobalStyle from './styles/global'; import Navbar from './components/navbar'; import Routes from './routes'; import Footer from './components/footer'; export default function App() { return ( <...
/** * Copyright IBM Corp. 2019, 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../....
var mongodb = require("./"), ObjectID = mongodb.ObjectID, CoreConnection = mongodb.CoreConnection, CoreServer = mongodb.CoreServer; var uri = "mongodb://localhost:27017/test"; // mongostat -u foo -p bar --authenticationDatabase driver-test --host rs-ds021331/ds021331-a0.mlab.com:21331,ds021331-a1.mlab.com:21331 ...
/** * Module dependencies. */ var mongoose = require('mongoose'); var crypto = require('crypto'); var Schema = mongoose.Schema; var oAuthTypes = [ 'github', 'twitter', 'facebook', 'google', 'linkedin' ]; /** * User Schema */ var UserSchema = new Schema({ name: { type: String, default: '' }, email:...
import {BaseComponent, html} from "../../scripts/components.js"; class HeaderComponent extends BaseComponent { constructor(parent, events) { super(events); this.render(parent); } render(parent) { this.el = parent.appendChild(html('header', null, [ html('input', {type: '...
//>>built define("dojox/html/format",["dojo/_base/kernel","./entities","dojo/_base/array","dojo/_base/window","dojo/_base/sniff"],function(h,x,C,D,y){var p=h.getObject("dojox.html.format",!0);p.prettyPrint=function(p,m,n,z,E){var g=[],k=0,u=[],l="\t",e="",A=[],v,F=/[=]([^"']+?)(\s|>)/g,G=/style=("[^"]*"|'[^']*'|\S*)/gi...
(self.webpackChunkCnblogs_Theme_SimpleMemory=self.webpackChunkCnblogs_Theme_SimpleMemory||[]).push([[2447],{8061:function(e,s,l){"use strict";l.r(s)}}]);
const crypto = require('crypto'); const Router = require('express').Router; const bodyParser = require('body-parser'); const Validator = require('jsonschema').Validator; const log = require('../../support/log'); const schemas = require('../../domain/schemas'); const Pipeline = require('../../domain/Pipeline'); const ...
export default ` area[name="Bordeaux"][admin_level="8"]; rel(pivot); // print results out body geom; `
'use strict'; /** * Returns a function that establishes the first prototype passed to it * as the "source of truth" and patches its methods on subsequent invocations, * also patching current and previous prototypes to forward calls to it. */ module.exports = function makeAssimilatePrototype() { var storedPrototy...
import styled from "styled-components"; export const ClockContainer = styled.div` display: none; @media (min-width: 28rem) { font-family: "Roboto", sans-serif; cursor: default; display: flex; align-items: center; text-align: center; justify-content: center; ...
import Base from 'ember-validations/validators/base'; import ibantools from 'npm:ibantools'; import _ from 'lodash/lodash'; export default Base.extend( { call: function(){ if( !_.isEmpty( this.model.get( this.property ) ) && !ibantools.isValidIBAN( this.model.get( this.property ) ) ){ this.erro...
import axios from 'axios'; import qs from 'qs'; import { Message } from '@alifd/next'; import { browserHistory } from 'react-router'; import { isPlainObject } from './nacosutil'; // import { SUCCESS_RESULT_CODE } from '../constants'; const API_GENERAL_ERROR_MESSAGE = 'Request error, please try again later!'; function...
'use strict'; let assert = require('assert'); let utils = require('../utility/testUtils'); let _ = require('lodash'); describe('Test workshop endpoints', function () { beforeEach(function (done) { // Start the node server utils.startServer(true, function () { done(); }); }); it('should succe...
(function () { var touchScreen = (function () { var result = null; if ('maxTouchPoints' in navigator) { result = navigator.maxTouchPoints > 0; } else if ( window.matchMedia && window.matchMedia('(any-pointer:coarse),(any-pointer:fi...
import Pagination from '../vc-pagination/locale/pt_BR' import DatePicker from '../date-picker/locale/pt_BR' import TimePicker from '../time-picker/locale/pt_BR' import Calendar from '../calendar/locale/pt_BR' export default { locale: 'pt-br', Pagination, DatePicker, TimePicker, Calendar, Table: { filte...
describe("HTMLMediaElement", function() { var player; var element; var parentNode; var domElem; var NETWORK_EMPTY = 0, NETWORK_IDLE = 1, NETWORK_LOADING = 2, NETWORK_NO_SOURCE = 3; var HAVE_NOTHING = 0, HAVE_METADATA = 1, HAVE_CURRENT_DATA = 2, HAVE_FUTURE_DATA = 3, HAVE_ENOUGH_DATA = 4; var METADATA_TIME...
/* globals KonchatNotification */ Blaze.registerHelper('pathFor', function(path, kw) { return FlowRouter.path(path, kw.hash); }); BlazeLayout.setRoot('body'); FlowRouter.subscriptions = function() { Tracker.autorun(() => { if (Meteor.userId()) { this.register('userData', Meteor.subscribe('userData')); this...
/* jQWidgets v4.5.2 (2017-May) Copyright (c) 2011-2017 jQWidgets. License: http://jqwidgets.com/license/ */
'use strict'; const ZongJi = require("zongji"); const ls = require('leo-streams'); const moment = require("moment"); const logger = require("leo-logger")("mysql").sub("binloglistener"); logger.configure(/mysql\.binloglistener/, { info: true }); let typeMap = { writerows: 'update', updaterows: 'update', deleterows...
(function () { 'use strict'; angular .module('packs') .run(menuConfig); menuConfig.$inject = ['menuService']; function menuConfig(menuService) { // Set top bar menu items /*menuService.addMenuItem('topbar', { title: 'Packs', state: 'packs', type: 'dropdown', roles: ['a...
var structa4l__range = [ [ "flags", "structa4l__range.html#a7504ba2a31c4c0dabd67f5f7a8b660b3", null ], [ "max", "structa4l__range.html#ae6ae7be4195c43f3f56b312dd46c55a1", null ], [ "min", "structa4l__range.html#a81c139fc8dda69559c9a4d2e4a9a3465", null ] ];
import Ember from 'ember'; export default Ember.Component.extend(Ember.Evented, { layoutName: 'components/bs-modal', classNames: ['modal'], classNameBindings: ['fade', 'isVis:in'], attributeBindings: ['role', 'aria-labelledby', 'isAriaHidden:aria-hidden', "ariaLabelledBy:aria-labelledby"], isAriaH...
import React from "react" import Layout from '../components/layout' import Pic from '../images/profile_pic.jpeg' export default function Home() { return ( <Layout> {/* <p>Hello World</p> */} {/* <img src={Pic}alt="Profile Pic"></img> */} <div> </div> </Layout> ) }
var searchData= [ ['calctrl_2eh',['calctrl.h',['../calctrl_8h.html',1,'']]], ['caret_2eh',['caret.h',['../caret_8h.html',1,'']]], ['cat_5fclasses_2eh',['cat_classes.h',['../cat__classes_8h.html',1,'']]], ['changes_5fsince28_2eh',['changes_since28.h',['../changes__since28_8h.html',1,'']]], ['chartype_2eh',['ch...
import { value } from 'ember-cli-page-object'; export default { scope: '.contact-info', email: value('input[name=email]') };
// Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html module.exports = function (config) { config.set({ basePath: 'parityshift-site', frameworks: ['jasmine', '@angular-devkit/build-angular'], plugins: [ require('karma-jasmine...
/* YUI 3.8.0pr1 (build 140) Copyright 2012 Yahoo! Inc. All rights reserved. Licensed under the BSD License. http://yuilibrary.com/license/ */ YUI.add("datatype-xml-parse",function(e,t){var n=e.Lang;e.mix(e.namespace("XML"),{parse:function(e){var t=null;if(n.isString(e))try{n.isUndefined(ActiveXObject)||(t=new ActiveXOb...
// See http://brunch.io for documentation. exports.files = { javascripts: { joinTo: { 'vendor.js': /^(?!app)/, 'app.js': /^app/ } }, stylesheets: {joinTo: 'app.css'} }; exports.npm = { enabled: true, styles: { purecss: ['build/pure-min.css'] } }; exports.plugins = { babel: { ...
// $FlowIssue this is what mapbox/rehype-prism uses under the hood const refract = require("refractor"); // NOTE: This highlights template-strings as strings of CSS const styledHighlight = { "styled-template-string": { pattern: /(styled(\.\w+|\([^\)]*\))(\.\w+(\([^\)]*\))*)*|css|injectGlobal|createGlobalStyle|ke...
"!="​ //# sourceMappingURL=commons-239e127808ae8852e74b.js.map
'use strict'; // Production specific configuration // ================================= module.exports = { // Server IP ip: process.env.OPENSHIFT_NODEJS_IP || process.env.IP || undefined, // Server port port: process.env.OPENSHIFT_NODEJS_PORT || process.env.PORT |...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @file 双向链表节点类实现 * @author silverbulletlee */ const ListNode_1 = require("../LinkedList/ListNode"); class DoublyListNode extends ListNode_1.ListNode { constructor(val) { super(val); this.prev = null; this.next = null...
"use strict"; /* author:jimages * date:jun 27 2013 * it is for login. */ //remove the label when the input focus. $("#username").focus(function() { $("#login label:first").css("display","none"); }); $("#password").focus(function() { $("#login label:last").css("display","none"); }); $(document).ready(toggle_label...
var currentDate = new Date(); var day = currentDate.getDate(); var month = currentDate.getMonth() + 1; var monthName; var hours = currentDate.getHours(); var mins = currentDate.getMinutes(); var secs = currentDate.getSeconds(); var strToAppend; if (hours >12 ) { hours1 = "0" + (hours - 12); strToAppend = "PM"; } ...
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[61],{ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/sql/sql.js": /*!**********************************************************************!*\ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/sql/sql.js ***! \***********************...
import React, {Component} from 'react'; import KeyboardEventHandler from 'react-keyboard-event-handler'; import music from '../Music/music.mp3'; import onehour from '../Music/onehour.wav'; import itch from '../Music/itch.wav'; import testsubjects from '../Music/testsubjects.wav'; import difficult from '../Music/diffic...
import { html } from 'lit-htm' import Document from '../components/Document.js' import Head from '../components/Head.js' export default function Home() { const head = html`<${Head}> <title>Page title</title> <meta name="description" content="Page description" /> <!-- Any tags --> <//>` return html`...
let url = "https://coolors.co/573ced-7b9fe9-e349c5-feb870-9aece0"; let pallete = []; let cells, cols, rows; let offset, margin; let w, h; let graphics, bc; let pfc = -1; function setup() { createCanvas(800, 800); colorMode(HSB, 360, 100, 100, 100); angleMode(DEGREES); randomSeed(random(10000)); } function draw()...