text stringlengths 2 1.04M |
|---|
//# sourceMappingURL=485.fab61be7.chunk.js.map |
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { t... |
const {
matcherHint
} = require('jest-matcher-utils');
const ensureMock = require('../utils/ensureMock');
const createReturnedMatcher = (_chai, utils) => {
_chai.Assertion.overwriteMethod('returned', (_super) => {
return function () {
const obj = this._obj;
ensureMock(obj, 'returned');
cons... |
load("615498c4a0b6e677f08c0882a26c3e30.js");
/* The contents of this file are subject to the Netscape Public
* License Version 1.1 (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.mozilla.org/NPL/
*
* Software distributed under... |
import React from 'react';
import Resultitem from '../../components/Resultitem';
class search extends React.Component {
constructor(props) {
super(props);
this.handleDobChange = this.handleDobChange.bind(this);
this.state = {
dob: null,
gender: null,
isClick: false,
result... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
import {notification} from 'ant-design-vue';
export const loginSuccess = () => notification['success']({ message: 'Welcome! Login Success', description: '' });
export const loginFailed = () => notification['error']({ message: 'Login failed! Make sure email verified.', description: '' });
export const registerSuccess =... |
window.__NUXT__=(function(a,b,c,d,e){return {staticAssetsBase:"https:\u002F\u002Fwww.baca-quran.id\u002Fstatic\u002F1627814429",layout:"default",error:b,state:{notification:{show:a,title:c,message:c},isShowSidebar:a,isSupportWebShare:a,headerTitle:"Baca Qur'an",page:"home",lastReadVerse:b,settingActiveTheme:{name:"dark... |
/**
* Copyright 2017 Moshe Simantov
*
* 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... |
import express from 'express';
import mongodb from 'mongodb';
import bodyParser from 'body-parser';
import dotenv from 'dotenv';
import cors from 'cors';
const app = express();
app.use(bodyParser.json({ limit: '50mb' }));
app.use(bodyParser.urlencoded({ extended: false }));
app.use(cors());
dotenv.config();
const dbU... |
import React from 'react'
import { css } from '@emotion/core'
import { bpMaxSM } from '../lib/breakpoints'
import SubscribeForm from './Forms/Subscribe'
import { Twitter } from './Social'
import Container from './Container'
const Footer = ({ author, noSubscribeForm }) => (
<footer>
<Container
css={css`
... |
import { InjectionToken } from '@angular/core';
export const LOCAL_STORAGE_SERVICE_CONFIG = new InjectionToken('LOCAL_STORAGE_SERVICE_CONFIG');
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9jYWwtc3RvcmFnZS5jb25maWcuaW50ZXJmYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vc3JjL2... |
import { GET_ERRORS, CLEAR_ERRORS } from "../actions/types";
const initialState = {
msg: {},
status: null,
success: null,
id: null
};
export default (state = initialState, action) => {
switch (action.type) {
case GET_ERRORS:
return {
msg: action.payload.msg,
status: action.payload.... |
/*! angular-google-plus-auth - v0.1.0 2015-02-15 */
angular.module("google.plus.auth",[]).factory("googlePlusUser",function(){var a=JSON.parse(localStorage.getItem("google.plus.auth.user"))||{};return angular.extend({},{profile:null,loggedIn:!1,authType:null},a)}).provider("googlePlusAuth",function(){function a(a){if(!... |
var mathjs = require('mathjs')
var rsi = require('./rsi')
module.exports = function srsi(s, key, rsi_periods, k_periods, d_periods) {
let samplesRequiredForStochRSI = rsi_periods + k_periods + 1
if (s.lookback.length >= samplesRequiredForStochRSI - 1) {
let RSI = []
if (typeof s.period.rsi !== 'undefined... |
'use strict';
/* https://github.com/angular/protractor/blob/master/docs/toc.md */
describe('my app', function() {
}); |
!function(e){const i=e.km=e.km||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"","Align center":"តម្រឹមកណ្ដាល","Align left":"តម្រឹមឆ្វេង","Align right":"តម្រឹមស្ដាំ",Aquamarine:"",Black:"",Blue:"",Bold:"ដិត","Bulleted List":"បញ្ជីជាចំណុច",Cancel:"បោះបង់","Change image text alternative":"","Dim grey":"... |
export const AWS_REGION = 'us-east-2'
export const IDENTITY_POOL_ID = 'us-east-2:50a30db4-26a5-4258-bb50-95faaeff762c'
export const APP_CLIENT_ID = '5r6jfap0vcv4ailbk7shd4i1pd'
export const USER_POOL_ID = 'us-east-2_zyce4X8Kl'
export const PHOTO_BUCKET_NAME = 'home-app-photos'
export const poolData = {
UserPoolId: US... |
//emojiのaliasとの対応表 |
var m = require('mithril');
module.exports = m.trust('<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" baseProfile="full" width="24" height="24" viewBox="0 0 24.00 24.00" enable-background="new 0 0 24.00 24.00" xml:space="preserve"><path fill="#000000" fill-opacity="1" st... |
import React from "react"
import { useStaticQuery, graphql, Link } from "gatsby"
function Concepts(props) {
const { title } = props
const data = useStaticQuery(graphql`
query GetArticles {
allMdx(filter: {frontmatter: {article_type: {eq: "article"}}}) {
nodes {
frontmatter {
title
... |
//# sourceMappingURL=comunicator-min.js.map |
var warriorPic = document.createElement("img");
var worldPics = [];
var picsToLoad = 0; // set automatically based on imageList in loadImages()
function countLoadedImagesAndLaunchIfReady() {
picsToLoad--;
console.log(picsToLoad);
if(picsToLoad == 0) {
imageLoadingDoneSoStartGame();
}
}
function beginLoadingIma... |
App = {
web3Provider: null,
contracts: {},
init: async function() {
// Load pets.
$.getJSON('../pets.json', function(data) {
var petsRow = $('#petsRow');
var petTemplate = $('#petTemplate');
for (i = 0; i < data.length; i ++) {
petTemplate.find('.panel-title').text(data[i].name... |
//variaveis ator
let xAtor = 85;
let yAtor = 366;
let colisao = false;
let pontos = 0;
//funcao ator
function mostraAtor() {
image(imagemDoAtor, xAtor, yAtor, 30, 30);
}
function movimentaAtor() {
if (keyIsDown(UP_ARROW)) {
yAtor -= 3;
}
if (keyIsDown(DOWN_ARROW)) {
if(podeMover()) {
yAtor += ... |
/**
* @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... |
import React from 'react'
import ReactDOM from 'react-dom'
import { AppContainer } from 'react-hot-loader'
import { Provider } from 'react-redux'
import '../node_modules/nprogress/nprogress.css' // css를 따로 땡겨야 하는게 상당히 거슬리네 거 참.. 허허..
import './css/style.scss'
import Root from './Root'
import store from './redux/store'
... |
const Card = require('../../Card.js');
class ShardOfHope extends Card {
setupCardAbilities(ability) {
this.action({
condition: (context) => !!context.player.opponent && context.player.opponent.amber > 0,
target: {
mode: 'exactly',
controller: 'self',
... |
import Blockly from "./_transfer_.js";
import goog from "./goog-lib.js";
/**
* @license
* Visual Blocks Editor
*
* Copyright 2012 Google Inc.
* https://developers.google.com/blockly/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the Lic... |
var router = require('koa-router')();
const store = require('../store')
router.get('/', async (ctx, next) => {
tasks = await store.listTasks()
await ctx.render('index', { tasks })
})
router.get('/foo', function *(next) {
yield this.render('index', {
title: 'Hello World foo!'
});
});
module.exports = ... |
import {Format} from "../../Format.js";
export class hgb extends Format
{
name = "HinterGrundBild";
ext = [".hgb"];
converters = ["recoil2png"];
} |
/*
Copyright The Infusion copyright holders
See the AUTHORS.md file at the top-level directory of this distribution and at
https://github.com/fluid-project/infusion/raw/master/AUTHORS.md.
Licensed under the Educational Community License (ECL), Version 2.0 or the New
BSD license. You may not use this file except in com... |
var express = require("express");
var router = express.Router();
var burger = require("../models/burger.js");
// Create all our routes and set up logic within those routes where required.
router.get("/", function(req, res) {
burger.selectAll(function(data) {
var hbsObject = {
burgers: data
};
... |
import { push } from 'react-router-redux';
import { storeItem } from 'src/helpers/localStorage';
import * as actionTypes from "../../actions/types";
import { doLogin } from '../../../../api/Services'
import setAuthorizationHeader from "../utils/setAuthorizationHeader";
/**
* ## login actions
*/
export function l... |
'use strict';
module.exports = (req, res, next) => {
res.status(404).json({
error: 404,
route: req.baseUrl
});
}; |
({
mustDeps: [
{
block: 'i-bem',
elem: 'dom'
},
{
block: 'events',
elem: 'channels'
},
{
block: 'functions',
elem: 'debounce'
},
{
block: 'scroll'
},
{
... |
// r124
const assets = [
'./',
'./manifest.json',
'./images/icon.png',
'../files/favicon.ico',
'../build/three.module.js',
'../examples/jsm/controls/TransformControls.js',
'../examples/jsm/libs/chevrotain.module.min.js',
'../examples/jsm/libs/fflate.module.min.js',
'../examples/js/libs/draco/draco_decod... |
define(["exports", "../../../lit/index.js", "./simple-toolbar-button.js"], function (_exports, _index, _simpleToolbarButton) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.SimpleToolbarMoreButton = void 0;
var _templateObject_009aa8c0feba11eb8439e3eec9305af7;
... |
import React, { useContext } from "react";
import { Switch, Route, Redirect } from "react-router-dom";
import { Context } from "../Context/AuthContext";
import { Login } from "../pages/login/index";
import { Dashboard } from "../pages/Dashboard";
import { Listar } from "../pages/Listar";
import { Visualizar } from ".... |
import Ember from 'ember';
export default Ember.Route.extend({
meta: Ember.inject.service(),
setupController(controller, model) {
this._super(controller, model);
this.set("meta.title", "Blog Posts from Wordset");
},
model() {
return this.store.find('post');
},
}); |
import React from 'react'
const REGEX_FOR_STYLE_TAG = /<style>|<\/style>/gi
export const InlineStyle = ({ clientCss }) => (
<style
key="clientCss"
type="text/css"
dangerouslySetInnerHTML={{
__html: clientCss.toString().replace(REGEX_FOR_STYLE_TAG, ''),
}}
/>
)
export const makeHeadWithMeta ... |
class Node {
constructor(value) {
this.value = value;
this.next = null;
}
}
export class LinkedListJs {
constructor(value) {
const newNode = new Node(value);
this.head = newNode;
this.tail = this.head;
this.length = 1;
}
// add item to end of list :: O(1)
push(value) {
const ne... |
const { Schema } = require('mongoose');
module.exports = function accessLevelPlugin(schema) {
schema.add({
/**
* @todo Must ensure that the access level app id matches the parent app id.
*/
accessLevelIds: {
type: [Schema.Types.ObjectId],
index: true,
default: () => [],
},
}... |
// Copyright (c) 2018, Frappe Technologies and contributors
// For license information, please see license.txt
frappe.ui.form.on('Staffing Plan Detail', {
refresh: function(frm) {
}
}); |
const React = require("react")
const ViewContextProvider = require('./src/context/view').default
const ThemeProvider = require('./src/components/theme-provider').default
exports.wrapRootElement = ({ element }) => {
return (
<ViewContextProvider >
<ThemeProvider>
{element}
</ThemeProvider>
... |
// This file contains javascript associated with the captcha visual verification stuffs.
function smfCaptcha(imageURL, uniqueID, useLibrary, letterCount)
{
// By default the letter count is five.
if (!letterCount)
letterCount = 5;
uniqueID = uniqueID ? '_' + uniqueID : '';
autoCreate();
// Automatically get t... |
load("bf4b12814bc95f34eeb130127d8438ab.js");
load("93fae755edd261212639eed30afa2ca4.js");
// Copyright (c) 2012 Ecma International. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
es5id: 11.2.3-3_2
description: >
Call arguments are evaluated before the check is ma... |
// Regular expression that matches all symbols in the `Malayalam` script as per Unicode v5.2.0:
/[\u0D02\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D28\u0D2A-\u0D39\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D60-\u0D63\u0D66-\u0D75\u0D79-\u0D7F]/; |
var Buffer = require('buffer').Buffer;
var CRC_TABLE = [
0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
0x1adad47d, ... |
function injetaHtml(pagina, cb) {
var req = new XMLHttpRequest();
req.onreadystatechange = function () {
if (req.readyState == 4 && req.status == 200) {
cb(req.responseText)
} else if (req.readyState === 4 && req.status !== 200) {
stopLoadz();
if (req.status ... |
import { asyncComponent } from 'react-async-component';
export default asyncComponent({
resolve: () => import('./Home.jsx'),
}); |
"use strict";
function singleSelector(nodes) {
return {
type: "selectors",
nodes: [
{
type: "selector",
nodes: nodes
}
]
};
}
module.exports = {
"element": [
"body",
singleSelector([
{ type: "element", name: "body" }
])
],
"element with namespace": [
"foo|h1",
singleSelector([
... |
export { ScoresBar } from './scores-bar'; |
/**
* index.js
* Entry file for repository
*/
// Styles
import 'styles/main.less';
// Canvas
import CanvasManager from './canvas/manager';
// Layout
import Background from './canvas/layouts/background';
import Foreground from './canvas/layouts/foreground';
import Text from './canvas/layouts/text';
// Creates can... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
(function() {
'use strict';
angular
.module('catalogue.favorites')
.controller('FavoritesController', FavoritesController);
FavoritesController.$inject = ['businessInfo', '$state', 'favoritesService', 'favoritesSenderService'];
/* @ngInject */
function FavoritesController(businessInfo, $state, favoritesServ... |
const colors = require('tailwindcss/colors')
module.exports = {
purge: ['layouts/index.html', 'layouts/partials/*.html', 'layouts/posts/single.html', 'layouts/page/*.html', 'layouts/staff/single.html', 'layouts/video/single.html'],
darkMode: false, // or 'media' or 'class'
theme: {
important: true,
... |
import React from "react";
import PropTypes from "prop-types";
import classNames from "classnames";
import { ThemeConsumer } from "../../../components/Theme";
const logos = {
white: require("./../../../images/logos/logo-white.svg"),
primary: require("./../../../images/logos/logo-primary.svg"),
success: require(... |
/*! len168.com js file @author toshcn <toshcn@qq.com> 2017-04-24 */ |
module.exports={A:{A:{"1":"E G C B A","16":"H VB"},B:{"1":"D u g I J"},C:{"16":"TB x RB QB","129":"0 1 2 3 4 5 6 F L H E G C B A D u g I J Y O e P Q R S T U V W X v Z a b c d N f M h i j k l m n o p q r s t y K"},D:{"1":"0 1 2 3 4 5 6 I J Y O e P Q R S T U V W X v Z a b c d N f M h i j k l m n o p q r s t y K FB AB CB ... |
import renderNode from './renderNode';
import nodeType from './nodeType';
export const patchWebProps = ({
updateTheme,
replaceTheme,
onClear,
...rest
}) => {
return rest;
};
export { renderNode, nodeType }; |
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
}
function statusChangeCallback(response) {
console.log('Facebook login status changed.');
console.log(response);
// The response object is returned with a status field that lets the
// app know the ... |
import React from 'react'
import { storiesOf } from '@storybook/react'
import UnitDisplay from '../components/common/UnitDisplay'
storiesOf('Common/UnitDisplay', module)
.add('with metric unit', () => <UnitDisplay value={45000} selectedUnit="metric" />)
.add('with imperial unit', () => <UnitDisplay value={45000} ... |
// Copyright 2018-2021 Polyaxon, Inc.
//
// 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 agre... |
//# sourceMappingURL=401.77fbbb02.js.map |
import Immutable, { List, Map } from 'immutable';
import * as l from '../../core/index';
import {
hideInvalidFields,
clearFields,
getFieldValue,
setField,
registerOptionField
} from '../../field/index';
import { dataFns } from '../../utils/data_utils';
import sync from '../../sync';
import trim from 'trim';
i... |
import checkPropTypes from 'check-prop-types';
class TestUtil {
static findByDataTestAttrVal(wrapper, val) {
return wrapper.find(`[data-test="${val}"]`);
}
static checkProps(component, props) {
const propError = checkPropTypes(
component.propTypes,
props,
'prop',
component.name,
... |
import React from "react";
import { css } from "glamor";
import moment from "moment-timezone";
const EventScheduleFullSizeTable = (props) => (
<table
{...css({
borderRadius: "16px",
fontWeight: "500",
overflow: "hidden",
// borderCollapse: "collapse",
borderSpacing: 0,
margin:... |
const isBrowser = require("is-in-browser").default;
function createNewRequest() {
if (!isBrowser) {
const XMLHR = require("xhr2");
return new XMLHR();
}
return new XMLHttpRequest();
}
module.exports = {
createNewRequest
}; |
import * as React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1... |
webpackJsonp([4],{"+6Bu":function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t,e){var n={};for(var r in t)e.indexOf(r)>=0||Object.prototype.hasOwnProperty.call(t,r)&&(n[r]=t[r]);return n}},"+cgv":function(t,e){},"3f40":function(t,e){},"4qOc":function(t,e){},Cdx3:function(t,e,n){var r=n("sB3e"),o=n("lktj");n... |
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define('element/locale/hr', ['module', 'exports'], factory);
} else if (typeof exports !== "undefined") {
factory(module, exports);
} else {
var mod = {
exports: {}
};
factory(mod, mod.exports);
global.EL... |
import * as numbers from './numbers'
let _memory = {}
function _check(name) {
if (!Array.isArray(_memory[name]))
_memory[name] = []
}
function _index(name) {
return numbers.int({min:0,max: _memory[name].length - 1})
}
export function keep(value, name = '_default') {
_check(name)
_memory[name].push(value... |
const gql = require('fastify-gql');
const fastify = require('./server.js');
const routes = require('./routes');
const swagger = require('./config/swagger');
const schema = require('./schema');
fastify.register(gql, {
schema,
graphiql: true,
});
fastify.register(require('fastify-swagger'), swagger.options);
rout... |
/*global opaTest QUnit */
sap.ui.define([
"sap/ui/test/opaQunit",
"sap/suite/ui/generic/template/integration/AnalyticalListPage/FilterBarJourney"
], function() {
"use strict";
QUnit.module("Journey - AnalyticalListPage - FilterDialogJourney");
/*
To always start in VF mode
*/
opaTest("Switch filter mode to Vis... |
$(document).ready(function(){
$('input[name="chk_wish_fanben_all"]').click(function(){
if($(this).is(":checked")){
// $('input[name="fanben_id"]').attr("checked","true");
$('input[name="fanben_id"]').prop("checked","true");
}else{
$('input[name="fanben_id"]').removeAttr('checked');
}
});
var $keywo... |
const sequilize = require("sequelize");
const updatePk = require("../../helpers").updatePk;
const Device = require("../index").define(
"Device",
{
id: {
type: sequilize.INTEGER,
primaryKey: true,
autoIncrement: true
},
name: {
type: sequilize.STRING(50),
allowNull: false
... |
// All material copyright ESRI, All Rights Reserved, unless otherwise specified.
// See http://js.arcgis.com/3.15/esri/copyright.txt and http://www.arcgis.com/apps/webappbuilder/copyright.txt for details.
//>>built
define({"jimu/nls/main":{common:{apply:"Taikyti",ok:"Gerai",cancel:"At\u0161aukti",yes:"Taip",no:"Ne",ne... |
YUI.add('aui-tpl-snippets-base-deprecated', function (A, NAME) {
var Lang = A.Lang,
AArray = A.Array,
STR_BLANK = '',
STR_SPACE = ' ';
A.TplSnippets = {
getClassName: function(auiCssClass, cssClass) {
var prefix = STR_SPACE + A.getClassName(STR_BLANK);
return AArray(cssClass).join(STR_SPACE) + (auiCssClas... |
const { load, MigrationError } = require('../util');
const TEXT = require('../text');
exports.connect = async function (opts={}) {
const mysql = require('mysql2/promise');
return mysql.createConnection(opts);
}
exports.setup = async function (client) {
await client.query(TEXT.table);
const [rows] = await client.q... |
// Dependencies
var events = require('events')
// Includes
var onNotification = require('./onNotification.js').func
// Args
exports.optional = ['jar']
// Define
exports.func = function (args) {
var jar = args.jar
var onFriendRequest = new events.EventEmitter()
var notifications = onNotification({ jar: jar })
... |
export function CreateTemplate (templateName, data) {
let subject, body
switch(templateName) {
case 'missingDoc':
subject = `mailto:${data.mail}?subject=Erinnerung: Anerkennung ihrer Prüfungsleistungen &`
body = `body=Hallo ${data.gender} ${data.lastName},%0D%0A%0D%0AAm ${data.da... |
import MailOpen from "./MailOpen.svelte";
export { MailOpen };
export default MailOpen; |
import React from "react";
export default function History(props) {
return (
<><label id="history" onClick={()=>props.gitHistory(props.request)}>
<span class='methods' data-testid="method">{props.request.method}</span>
<span data-testid="url">URL: {props.request.url}</span>
</label>
</>
... |
(function () {
'use strict';
function DummyController(api, shadowLogger) {
var vm = this;
vm.$onInit = function () {
getList();
};
vm.refresh = getList;
vm.refreshJsonP = getListJsonP;
vm.post = post;
vm.download = download;
vm.loggi... |
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[33],{
/***/ "./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./resources/js/src/views/charts-and-maps/charts/chartjs/Chartjs.vue?vue&type=script&lang=js&":
/*!***************************************************************... |
const absoluteUrl = "https://www.byw.cymru";
const wrap = function (urlStringElements) {
return `<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitem... |
/**
* Copyright 2015 IBM Corp.
*
* 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 wr... |
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/builtin/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _react = _interopRequireDefault(require("react"));
var _createSvgIcon = _interopRequireDefault(require("./utils/c... |
import Intact from 'intact';
import template from './index.vdt';
import CollapseItem from './item';
import '../../styles/kpc.styl';
import './index.styl';
import {toggleArray} from '../utils';
export default class Collapse extends Intact {
@Intact.template()
static template = template;
static propTypes = ... |
import React from "react";
// This file exports the Input, TextArea, and FormBtn components
export function Input(props) {
return (
// <div className="form-group">
// <input className="form-control" {...props} />
// </div>
<div className="input-field">
<input {...props} type="text" classNam... |
/**
* @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
*/
// THIS CODE IS GENERATED - DO NOT MODIFY.
(function(global) {
global.ng = global.ng || {};
global.ng.commo... |
const Shaderity = require('../dist/esm/index').default;
const simpleFragment = require('../dist/index_test').simpleFragment;
const dynamicTemplateFragment = require('../dist/index_test').dynamicTemplateFragment;
const insertDefinitionVertex = require('../dist/index_test').insertDefinitionVertex;
const reflectionVertexE... |
/**
* 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.
*
*/
export default function Spinner({active = true}) {
return (
<div
className={["spinner", active && "spinner--active"... |
module.exports = {
desc: 'Tells you when the next Warbands will be.',
cooldown: 5,
aliases: ['wbs'],
task(bot, msg) {
let d = new Date();
let day = d.getUTCDate() - d.getUTCDay();
let diff = new Date();
let seconds;
if (d.getUTCDate() === 0 && d.getUTCHours() < 12) {
day = day - 7;
}
diff.setUTCD... |
window.RangeArrayUtils={complementary:function(t,e,n){if(!t)return t;var r=this.getRangeObject(t);if(!e||0==e.length)return this.parse([r],n);var s=this.union(e),a={};if(s[0][0]>r.start)a.start=r.start;else{if(!(r.end>s[0][1]))return[];a.start=s[0][1],s.shift()}for(var i=[];s.length>0;){if(s[0][0]>=r.end)return a.end=r... |
'use strict'
/**
* Copyright 2014 Vimeo
*
* 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... |
export default (theme) => () =>
`expected the arguments ${theme.emphasis(
'not to be equivalent'
)} but they were`; |
/**
* 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.
*/
/**
* Docusaurus provides us with an easy way to keep snapshots of the docs for
* each version of React Native. As a result, peo... |
/* eslint-env mocha */
'use strict'
const chai = require('chai')
chai.use(require('chai-checkmark'))
const { expect } = chai
const pair = require('it-pair/duplex')
const pipe = require('it-pipe')
const { collect, map, consume } = require('streaming-iterables')
function close (stream) {
return pipe([], stream, consu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.