text
stringlengths
2
1.04M
import React from "react"; import theme from "theme"; import { Theme, Link, Text, Icon, Box } from "@quarkly/widgets"; import { Helmet } from "react-helmet"; import { GlobalQuarklyPageStyles } from "global-page-styles"; import { Override, StackItem, Stack, Section } from "@quarkly/components"; import * as Components fr...
import createSvgIcon from './utils/createSvgIcon'; import { jsx as _jsx } from "react/jsx-runtime"; export default createSvgIcon( /*#__PURE__*/_jsx("path", { d: "M20 19h-1V5c0-.55-.45-1-1-1h-4c0-.55-.45-1-1-1H6c-.55 0-1 .45-1 1v15H4c-.55 0-1 .45-1 1s.45 1 1 1h9c.55 0 1-.45 1-1V6h3v14c0 .55.45 1 1 1h2c.55 0 1-.45 1-1s...
const figlet = require('figlet'); const readline = require('readline'); const rl = readline.createInterface({ input:process.stdin, output:process.stdout }); rl.on('line',(input)=>{if (input=='quit'){ rl.close() }else{figlet(input, f...
const inquirer = require("inquirer"); class InquirerFunctions { constructor(type, name, message, choices) { this.type = type; this.name = name; this.message = message; this.choices = choices; } ask() { const askObJ = { type: this.type, name: ...
OC.L10N.register( "settings", { "Authentication error" : "Нотолгооны алдаа", "Your full name has been changed." : "Таны бүтэн нэр солигдлоо.", "Unable to change full name" : "Бүтэн нэр солих боломжгүй байна", "Delete" : "Устгах", "Share" : "Түгээх", "Language changed" : "Хэл солигдлоо", ...
/* Flot plugin for selecting regions of a plot. Copyright (c) 2007-2014 IOLA and Ole Laursen. Licensed under the MIT license. The plugin supports these options: selection: { mode: null or "x" or "y" or "xy", color: color, shape: "round" or "miter" or "bevel", minSize: number of falcons } Selection support is en...
/*! highlight.js v9.5.0 | BSD3 License | git.io/hljslicense */
var waterJrc = ee.Image("JRC/GSW1_0/GlobalSurfaceWater"); // https://explorer.earthengine.google.com/#detail/UMD%2Fhansen%2Fglobal_forest_change_2017_v1_5 var hansen = ee.Image('UMD/hansen/global_forest_change_2017_v1_5') var hansenVis = {min: 0, max:100, bands: "treecover2000", palette: "3d3d3d,080a02,080a02,080a02,10...
// @flow weak /* eslint max-len: "off" */ import React, { Component } from 'react'; import { transition, stop } from '../core/transition'; type Props = { /** * The data prop is treated as immutable. The component will run the update transition if prev.data !== next.data. */ data: any, /** * A function t...
var searchData= [ ['json_20format_20for_20recipes_161',['JSON Format for Recipes',['../recipe_format.html',1,'']]], ['json_20format_20for_20unsealing_20instructions_162',['JSON Format for Unsealing Instructions',['../unsealing_instructions_format.html',1,'']]] ];
/** * DevExtreme (cjs/integration/jquery/hold_ready.js) * Version: 21.2.5 * Build date: Mon Jan 17 2022 * * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; var _jquery = _interopRequireDefault(requi...
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.plugins.setLang("filetools","sk",{loadError:"Počas čítania súboru nastala chyba.",networkError:"Počas nahrávania súboru nastala chyba siete.",httpError404:"Počas nahr...
let handler = async (m, { conn }) => { global.db.data.chats[m.chat].isBanned = false m.reply('Done!') } handler.help = ['unbanchat'] handler.tags = ['owner'] handler.command = /^unbanchat$/i handler.owner = true module.exports = handler
/* * Licensed to Cloudkick, Inc ('Cloudkick') under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Cloudkick licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not us...
const LastChar = String.fromCharCode(0xfffd); const ciCompare = (window.Intl && window.Intl.Collator && !/Edge/.test(navigator.userAgent)) // bugged in Edge: #808 ? new Intl.Collator(undefined, { sensitivity: 'base' }).compare : (x, y) => x.toLocaleLowerCase().localeCompare(y.toLocaleLowerCase()); const Compa...
/** * @name App settings * Define the App class default settings */ export default { /** * The socket.io server host to connect to * @type {String} */ host : document.location.hostname, /** * The socket.io server port to connect to * @type {Integer} */ port : 3030, debug : false, compression...
import classNames from 'classnames'; import PropTypes from 'prop-types'; import { Link } from 'react-router-dom'; import card from '../styles/card.css'; const cx = classNames.bind(card); const Category = ({ category }) => ( <div className={cx('card')}> <Link to={`/meals/${category.strCategory}`} className={cx('...
import { createStore, applyMiddleware } from "redux"; import { createLogger } from "redux-logger"; import reducer from "./reducers/reducer"; const logger = createLogger(); const initState = { isFetching: false, chat: [ // { // query: "", // response: "", // }, ], }; const store = createStore(reducer, in...
/* * grunt-sequelize * https://github.com/webcast-io/grunt-sequelize * * Copyright (c) 2013 Ben Evans * Licensed under the MIT license. */ 'use strict'; var Sequelize = require('sequelize'); var _ = Sequelize.Utils._; module.exports = function(grunt) { // Please see the Grunt documentation for more ...
const conteudo = document.createElement('div') conteudo.innerHTML = ` <header class="header"> <img class="header-logo" src="/img/logo.png" alt=""> <nav class="header-nav-caixa "> <a class="header-nav" href="#sobre">Sobre</a> <a class="header-nav" href="#como-fazer">Como Fazer</a> <a class="header-nav" href=...
const readPkg = require('read-pkg'); const { compose } = require('ramda'); const withOnlyPackageCommits = require('./only-package-commits'); const versionToGitTag = require('./version-to-git-tag'); const logPluginVersion = require('./log-plugin-version'); const { wrapStep } = require('semantic-release-plugin-decorators...
require('../setup'); const chai = require('chai'); const utils = require('../utils'); const app = require('../../src/app'); describe('/commandeer endpoint', function () { it('should reject unauthenticated users', async function () { const body = utils.baseSlackRequest({ command: '/commandeer', use...
import {stat, report, reportContent} from "../../common/elasticsearch_stat"; import jsreportCore from 'jsreport-core'; import jsreportXlsx from 'jsreport-xlsx'; import jsreportHandle from 'jsreport-handlebars'; import fs from 'fs'; export default function (server) { const dataCluster = server.plugins.elasticsearch.g...
const approuter = require('@sap/approuter'); const config = require('./xs-app.json'); config.routes.forEach((oRoute) => { if (oRoute.localDir && oRoute.localDir === "webapp") { oRoute.localDir = "../webapp" } }) approuter().start({ xsappConfig: config });
'use strict'; describe('Service: gameClassifier', function () { beforeEach(module('twistedHangmanApp')); var playerMD5 = 'anmd5!'; var mockPlayerService = { currentPlayer: function () { return {md5: playerMD5}; } }; var twGameDetails = { playerActionRequired: j...
import Project from './ui/Project'; import ScratchAudio from '../utils/ScratchAudio'; import Paint from '../painteditor/Paint'; import Prims from './engine/Prims'; import Undo from './ui/Undo'; import Alert from './ui/Alert'; import Palette from './ui/Palette'; import Record from './ui/Record'; import IO from '../table...
import React from 'react'; import PropTypes from 'prop-types'; function selectValue(value, selected, all) { const at = all.indexOf(value); const updated = selected.slice(0, at).concat(value, selected.slice(at)); // As inserting values at predefined index positions doesn't work with empty // arrays, we need to ...
import nconf from 'nconf'; import axios from 'axios'; import jwt from 'jsonwebtoken'; import fs from 'fs'; import { promisify } from 'util'; import { expect } from 'chai'; const jwtSign = promisify(jwt.sign); const readFile = promisify(fs.readFile); const jwtOptions = { algorithm: 'RS256', issuer: 'tweek', expi...
/*! * Link dialog plugin for Editor.md * * @file link-dialog.js * @author pandao * @version 1.2.1 * @updateTime 2015-06-09 * {@link https://github.com/pandao/editor.md} * @license MIT */ (function() { var factory = function (exports) { var pluginName = "link-dialog"; ex...
exports.deviceName = 'Byteball Devnet Hub'; exports.permanent_pairing_secret = '0000'; exports.WS_PROTOCOL = 'ws://'; exports.KEYS_FILENAME = 'keys.json'; exports.port = 6611; exports.bServeAsHub = true; exports.bLight = false; exports.initial_witnesses = [ 'ZQFHJXFWT2OCEBXF26GFXJU4MPASWPJT' ]; exports.trustedRegis...
import React from 'react' import Helmet from 'react-helmet' import { graphql } from 'gatsby' import Layout from '../components/Layout' import PostList from '../components/PostList' const Category = props => { const { data, pageContext } = props const { edges: posts, totalCount } = data.allWordpressPost const { ...
/** Copyright 2011-2012 Christian Iversen <ci@sikkerhed.org> 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 Software without restriction, including without limitation the rights to use, copy, ...
'use strict'; /*! * V4Fire Client Core * https://github.com/V4Fire/Client * * Released under the MIT license * https://github.com/V4Fire/Client/blob/master/LICENSE */ import Store from 'core/store'; import Block from 'core/block'; import { queue, backQueue } from 'core/render'; import { setLang, lang } from 'co...
/** * Scope and the var statement * @link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/var */ var color = "purple"; document.querySelector(".left").style.backgroundColor = color; document.querySelector(".left .color-value").innerHTML = color; color = "skyblue"; function headingColo...
(window.webpackJsonp=window.webpackJsonp||[]).push([[79],{2918:function(t,e,n){"use strict";n.r(e),n.d(e,"icon",(function(){return c}));n(11),n(2),n(6),n(8),n(5),n(9);var r=n(0),a=n.n(r);function o(){return(o=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototy...
webpackJsonp([0],{ /***/ 83: /***/ (function(module, exports, __webpack_require__) { "use strict"; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.config...
import normalize from '../normalize'; import PacketClass from './packet'; export default (flecks) => class BundlePacket extends PacketClass { static get data() { return 'buffer'; } static encode(packets) { try { return this.builder.encode(this.pack(packets)); } catch (error) { const...
/* Copyright (c) 2012, Yahoo! Inc. All rights reserved. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. */ 'use strict'; const async = require('async'); const glob = require('glob'); const fs = require('fs'); const path = require('path'); let seq = 0; function filesFor(...
/* eslint-disable global-require, import/no-extraneous-dependencies */ /* global process */ /* eslint no-console: "off" */ const express = require('express'); const path = require('path'); // Constants const PORT = 8080; const HOST = '0.0.0.0'; // App const app = express(); console.log(`Serving ${__filename} from ...
//! moment.js //! version : 2.10.3 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! license : MIT //! momentjs.com (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : typeof define === 'function' && define.amd ? define(fact...
(function($){ let path = window.location.href; $(`a[href="${path}"]:not(.dropdown-item)`).each(function(index, item){ if( $(item).parent('li').length > 0 ){ $(item).parent('li').addClass('active'); }else{ $(item).addClass('active'); } }); $('[data-toggle=...
/** * @license Apache-2.0 * * Copyright (c) 2018 The Stdlib 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 a...
/** * Tries to detect buffer read / write calls that use noAssert set to true * @author Adam Baldwin */ 'use strict'; //------------------------------------------------------------------------------ // Rule Definition //------------------------------------------------------------------------------ module.exports ...
import { searchHelper, splitSearchTerms, getSpells } from '../components/helpers.js' import spells from '../api/spells.json' describe('searchHelper', () => { it('Should return web spell from spells database', () => { const testTerm = 'web' const actual = spells.spells.filter(spell => { if(searchHelper(...
const email = document.getElementById('email') const password = document.getElementById('password') const form = document.getElementById('form') const errorElement = document.getElementById('error') const auth = firebase.auth(); form.addEventListener('submit',(e) => { e.preventDefault() if (email.value === '' ...
/** * Auto-generated action file for "Microsoft Graph API" API. * * Generated at: 2019-08-07T14:53:10.577Z * Mass generator version: 1.1.0 * * flowground :- Telekom iPaaS / microsoft-graph-api-connector * Copyright © 2019, Deutsche Telekom AG * contact: flowground@telekom.de * * All files of this connector ar...
/*! * ASP.NET SignalR JavaScript Library v2.2.2 * http://signalr.net/ * * Copyright (c) .NET Foundation. All rights reserved. * Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. * */ // SIG // Begin signature block // SIG // MIIdkQYJKoZIhvcNAQcCoIIdgjCCH...
const express = require('express') const { isUndefined, isNil, isEmpty } = require('../utils') const { StatusCodes } = require('http-status-codes') const router = express.Router() router.get('/', async (req, res, next) => { // parse params from query const { symbol, start, end } = req.query // che...
require('coffee-script/register'); module.exports = require('./src/<%= _.slugify(componentName) %>');
describe('Module: angulartics', function() { 'use strict'; beforeEach(module('angulartics')); it('should be configurable', function() { module(function(_$analyticsProvider_) { _$analyticsProvider_.virtualPageviews(false); }); inject(function(_$analytics_) { expect(_$analytics_.settings.p...
import { timestamp, files, shell } from '@sapper/service-worker'; const ASSETS = `cache${timestamp}`; // `shell` is an array of all the files generated by the bundler, // `files` is an array of everything in the `static` directory const to_cache = shell.concat(files); const cached = new Set(to_cache); self.addEventL...
import { httpPost } from "connect-the-dots-common"; const postAuthentication = (client, clientId) => ( httpPost(client, "/authentication", undefined, { clientId }) ); export default postAuthentication;
/*! * ClickToAddress by Crafty Clicks * * @author Crafty Clicks Limited * @link https://craftyclicks.co.uk * @copyright Copyright (c) 2016, Crafty Clicks Limited * @license Licensed under the terms of the MIT license. * @version 1.1.9 */
console.log('a'); var sum = 0; console.time('add start'); for(var i = 0; i < 1000000000; i++) { sum += i; } console.timeEnd('add end'); setTimeout(function() { console.log('async a'); });
import { module, test } from 'qunit'; import { setupRenderingTest } from 'ember-qunit'; import { render } from '@ember/test-helpers'; import { hbs } from 'ember-cli-htmlbars'; module('Integration | Component | instrument/card', function(hooks) { setupRenderingTest(hooks); test('it renders', async function(assert)...
describe('Preauth', function() { 'use strict'; it('should define Pre auth events', function() { expect(typeof PreauthEvents).toBe('object'); }); it('should create account verify request', function() { var posRefId = '123456'; var avr = new AccountVerifyRequest(posRe...
}),$("x",function(a,b,c){c._d=new Date(r(a))}),a.version="2.13.0",b(Ka),a.fn=De,a.min=Ma,a.max=Na,a.now=he,a.utc=h,a.unix=xc,a.months=Jc,a.isDate=d,a.locale=E,a.invalid=l,a.duration=db,a.isMoment=p,a.weekdays=Lc,a.parseZone=yc,a.localeData=H,a.isDuration=Pa,a.monthsShort=Kc,a.weekdaysMin=Nc,a.defineLocale=F,a.updateLoc...
/*global define*/ define([ '../Core/defineProperties', '../Core/DeveloperError' ], function( defineProperties, DeveloperError) { "use strict"; /** * Provides general quadtree tiles to be displayed on or near the surface of an ellipsoid. It is intended to be * used...
import {useState, useContext, useEffect} from "react"; import {get, isEmpty} from "lodash"; import {OptionroomThemeContext} from "../../shared/OptionroomThemeContextProvider"; import {AccountContext} from "../../shared/AccountContextProvider"; import ConnectButton from "../../components/ConnectButton"; import MarketAP...
"use strict"; function arrayIterator(array) { array = array.concat(); var nextIndex = 0; return { next: function(){ return nextIndex < array.length ? {value: array[nextIndex++], done: false} : {done: true}; } }; } function unitStr(numeratorUnits, denominatorUnits) { var result...
"use strict"; const pino = require("pino")(); const expressPino = require("express-pino-logger")({ logger: pino, extreme:true }); module.exports = { log: pino, logger: expressPino };
const intlPlugin = require('babel-plugin-react-intl').default; const namespacePlugin = require('./namespace-plugin'); module.exports = function reactIntlPreset(_, options = {}) { const { prefix, ...rest } = options; return { plugins: [ [namespacePlugin, { prefix }], [intlPlugin, { extractSourceLo...
$(function () { $("#b").click(function() { $('#container').highcharts().series[0].update({ zIndex: 1 }); }); $('#container').highcharts({ title: { text: 'Yellow line should be on top after click' }, xAxis: { categories...
import config from './config'; /** * 原生存值 * @author john.bian * @param key 健值 'khtwebview_' 开头的字符串 * @param value 要保持的值 * @since 1.1.9 */ export default function khtSaveString(key, value) { if (config.isAndroidXZ && config.isKhtAPP) { // eslint-disable-next-line no-undef kht.khtSaveString(key, value); ...
// Backbone.Model File Upload v1.0.0 // by Joe Vu - joe.vu@homeslicesolutions.com // For all details and documentation: // https://github.com/homeslicesolutions/backbone-model-file-upload // Contributors: // lutherism - Alex Jansen - alex.openrobot.net // bildja - Dima Bildin - github.co...
/* yocto-atos - Yocto module to make payment with Atos - Wrapper for Sips Office Json Interface - V1.1.1 */ "use strict";function Utils(a){this.logger=a}var logger=require("yocto-logger"),crypto=require("crypto"),_=require("lodash"),utf8=require("utf8");Utils.prototype.calculSEAL=function(a,b){var c="";a=_.omit(a,["key...
'use strict'; describe('Thermostat', function() { var thermostat; beforeEach(function(){ thermostat = new Thermostat(); }); it('starts at 20 degrees', function() { expect(thermostat.getCurrentTemperature()).toEqual(20); }); it('increases temperature with up', function() { thermostat.up(); ...
const express = require('express'); const userRoutes = require('./user.route'); const authRoutes = require('./auth.route'); const searchRoutes = require('./search.route'); const router = express.Router(); /** * GET v1/status */ router.get('/status', (req, res) => res.send('OK')); /** * GET v1/docs */ router.use(...
'use strict'; var $linkingInfo = Object.freeze({ "esVersion": 6, "assumingES6": true, "productionMode": false, "linkerVersion": "1.6.0", "fileLevelThis": this }); export { $linkingInfo as $linkingInfo }; var $imul = Math.imul; export { $imul as $imul }; var $fround = Math.fround; export { $fround as $fround }...
import Vue from 'vue' import App from './App.vue' Vue.config.productionTip = false new Vue({ render: h => h(App), }).$mount('#app')
/////////////////////////////////////////////////////////////////////////// // Copyright © 2014 - 2017 Esri. 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. // You may obtain a copy of the License at // // h...
import React, { Component } from 'react'; import moment from 'moment'; import { observer, inject } from 'mobx-react'; import { Input, Form, Select, DatePicker, Checkbox, Dropdown, } from 'antd'; import SelectQtalk from 'COMPONENT/selectQtalk'; import { allProcess } from 'CONST/manageMap'; import { disabledDate } fro...
/** * HTTP Request Methods. */ var path = require('path'); var tasks = require(path.resolve("./apis/Tasks.js")).api; var moment = require('moment'); /* Variable 'tasksWebAPIController' is a function that is being exported when another file is attempting to imported it. Refer to the last line to have the evidenc...
import advancedSearch from './advancedSearch'; import columns from './columns'; import fields from './fields'; import forms from './forms'; import idGenerators from './idGenerators'; import messages from './messages'; import optionLists from './optionLists'; import serviceConfig from './serviceConfig'; import subrecord...
// @flow import * as React from 'react' import * as Sb from '../../stories/storybook' import * as Kb from '../../common-adapters' import * as Styles from '../../styles' import EditProfile from '.' const props = { bio: 'Co-founder of Keybase, OkCupid, SparkNotes, and some random other junk. I like making things.', ...
/** * Checks if a value is falsy, excluding empty string and 0. * @function * @example * softFalsy('') * // Returns true * @example * softFalsy(0) * // Returns true * @example * softFalsy(null) * // Returns false * @param {*} val - value to check * @return {Boolean} - True if val is truthy, an empty string...
const methods = {} methods.init = function(){ // console.log('Bitbucket has been initialised') this.listens({ 'bitbucket-authenticate-user': this.handleBitbucketAuthUser.bind(this), }) } methods.handleBitbucketAuthUser = function(data){ const self = this self.authenticate(data) .the...
const CORE_CACHE_VERSION = 'v3'; const urlsToCache = [ '/offline', '/css/style.css', '/css/swiper-bundle.css', '/swiper.js', '/swiper-interaction.js', ]; self.addEventListener('install', (event) => { event.waitUntil( caches.open(CORE_CACHE_VERSION).then(async (cache) => { await cache.addAll(...
// Copyright 2018 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
document.addEventListener("DOMContentLoaded", () => { // nav와 section을 별도의 변수로 만들기 const nav = document.querySelector("nav#main_nav"); const dot = document.querySelector("nav#dot_nav"); //이벤트 핸들러 함수 선언 const navClick = (e) => { let tagName = e.target.tagName; /* class="art1" 인 li tag 를 클릭하면 클래스 이...
/** * 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, {useEffect, useState, useRef} from 'react'; import classnames from 'classnames'; import Highlight, {defaultProps} from 'pr...
import React, { Component } from "react" import { firebase } from "../../firebase" import FileUploader from "react-firebase-file-uploader" import CircularProgress from "@material-ui/core/CircularProgress" class Fileuploader extends Component { constructor(props) { super(props) this.handleUploadSuccess = this...
var debug = require('debug')('btcexp:rpcApi'); var async = require("async"); var utils = require("../utils.js"); var config = require("../config.js"); var coins = require("../coins.js"); var activeQueueTasks = 0; var rpcQueue = async.queue(function(task, callback) { activeQueueTasks++; //console.log("activeQueueT...
import { EventEmitter, Output } from '@angular/core'; import { isPresent } from '../util/util'; import { ViewState } from './nav-util'; import { NavParams } from './nav-params'; /** * \@name ViewController * \@description * Access various features and information about the current view. * \@usage * ```ts * impor...
var searchData= [ ['line_5fbuffer_5fsize_0',['LINE_BUFFER_SIZE',['../ics__handler_8c.html#afa0499dcb85922b683da3918f512adb6',1,'ics_handler.c']]], ['load_5fcapped_5ftitle_1',['load_capped_title',['../input__handler_8h.html#afee03f836541e43b8bf52f900350cdd9',1,'load_capped_title(char *str, char *dest, char start_del...
const alimentProvider = function alimentProvider(){ return { search(key){ return [{ id : 'tacos', name : 'tacos kit' }]; }, getOne(id){ return { id : 'tacos', name : 'tacos kit' ...
import Em from 'ember'; import RowMixin from 'ember-ika-layouts/mixins/row'; export default Em.Component.extend(RowMixin, {});
const prod = process.env.NODE_ENV === 'production'; const isPlayroom = Boolean(process.env.PLAYROOM); module.exports = !isPlayroom ? { presets: [ [ 'babel-preset-gatsby', { targets: { browsers: ['>0.25%', 'not dead'], }, }, ], ...
define(["require", "exports", "tslib", "react", "../../Utilities", "../../FocusZone", "../../Button", "../../Icon", "./Nav.scss", "../../Styling"], function (require, exports, tslib_1, React, Utilities_1, FocusZone_1, Button_1, Icon_1, stylesImport, Styling_1) { "use strict"; Object.defineProperty(exports, "__e...
const { fetchAndLoad } = require("./utils"); const URLRegex = /^https?:\/\/mangarawr\.com\/manga\/.+$/; async function parseChapters($) { const rows = $(".wp-manga-chapter a"); const chapters = []; for (let i = 0; i < rows.length; i++) { chapters.push({ name: rows[i].children[0].data.trim(), li...
/** * First we will load all of this project's JavaScript dependencies which * includes Vue and other libraries. It is a great starting point when * building robust, powerful web applications using Vue and Laravel. */ require('./bootstrap'); window.Vue = require('vue'); /** * The following block of code may be ...
'use strict'; var util = require('util'), inflections = require('underscore.inflections'), yeoman = require('yeoman-generator'); var ModuleGenerator = yeoman.generators.NamedBase.extend({ init: function() { this.slugifiedName = this._.slugify(this.name); this.slugifiedPluralName = inflections.pluralize(this.s...
/* Copyright (c) 2004-2016, The JS Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built define("dojo/_base/array",["./kernel","../has","./lang"],function(_1,_2,_3){ var _4={},u; function _5(fn){ return _4...
export default from './label';
/* * Copyright (C) 2011 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
"use strict"; /** * TMCSnackbar.js * * @description Snackbar component for TMC React applications. * @author jarsmith@indot.in.gov * @license MIT * @copyright INDOT, 2019 */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; ...
import styled from '@emotion/styled'; export default styled.main` font-family: ${({ theme }) => theme.typography.fontFamily}; margin-top: 10rem; padding: 40px 3.375rem; transition: padding 0.4s ease; width: 100%; will-change: padding; @media ${({ theme }) => theme.mediaQueries.atLeastTablet} { margin...
/*============================================================================= * Orange - AutoSave * By Hudell - www.hudell.com * OrangeAutoSave.js * Version: 1.1.1 * Free for commercial and non commercial use. *=============================================================================*/ /*: * @plugindesc Au...
var searchData= [ ['debug_5fprint_3',['debug_print',['../structsps30__handle__s.html#a75f9f50c23e87e9407f9ec4e34bb42f2',1,'sps30_handle_s']]], ['delay_5fms_4',['delay_ms',['../structsps30__handle__s.html#a406c9433252b7366de417b7a60915c81',1,'sps30_handle_s']]], ['driver_5fsps30_2ec_5',['driver_sps30.c',['../drive...
const assert = require("chai").assert; const PORT = require("./_port.js"); describe("MultiComboBox general interaction", () => { before(async () => { await browser.url(`http://localhost:${PORT}/test-resources/pages/MultiComboBox.html`); }); describe("toggling", () => { it("opens/closes", async () => { const...