text stringlengths 2 1.05M |
|---|
webpackJsonp([1],{"36b/":function(t,e){},"43Mc":function(t,e){},"811s":function(t,e){},"N+zL":function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var a={render:function(){var t=this.$createElement;return(this._self._c||t)("div",{class:this.slideClass},[this._t("default")],2)},staticRenderFns:[... |
/* Copyright (c) 2006-2012 by OpenLayers Contributors (see authors.txt for
* full list of contributors). Published under the Clear BSD license.
* See http://svn.openlayers.org/trunk/openlayers/license.txt for the
* full text of the license. */
/**
* @requires OpenLayers/Format/XML.js
* @requires OpenLay... |
module.exports = {
args: {
geoFieldName: 'location',
indexPattern: 'company',
type: 'multipolygon',
vector: true
},
points: [
// this is simple polygon
[
[
[
102.0, 2.0
],
[
103.0, 2.0
],
[
103.0, 3.0
],
... |
import {Buffer} from 'node:buffer';
import gitbeaker from '@gitbeaker/node';
const defaults = {
branch: 'main',
instance: 'https://gitlab.com',
};
/**
* @typedef Response
* @property {object} response HTTP response
*/
export const GitlabStore = class {
constructor(options = {}) {
this.id = 'gitlab';
... |
const path = require('path');
const crossSpawn = require('cross-spawn');
const test = require('ava');
const logo = require('../lib/utils/output/logo');
test.serial('make binary', async t => {
if (!process.env.CI) return; // eslint-disable-line curly
const result = await spawn('npm', ['run', 'pack']);
t.is(resul... |
'use strict';
var ANIMATE_TIMER_KEY = '$$animateCss';
/**
* @ngdoc service
* @name $animateCss
* @kind object
*
* @description
* The `$animateCss` service is a useful utility to trigger customized CSS-based transitions/keyframes
* from a JavaScript-based animation or directly from a directive. The purpose of `... |
import { Router } from 'express'
import { check } from 'express-validator'
import { validate } from '../middlewares'
import * as authController from '../controllers/auth.controller'
const router = Router()
/* Methods */
router.post(
'/login',
check('email', 'Email not valid').isEmail(),
check('password', 'Pass... |
import c from './Contract';
export default c; |
!function($) {
"use strict";
var MorrisCharts = function() {};
//creates line chart
MorrisCharts.prototype.createLineChart = function(element, data, xkey, ykeys, labels, opacity, Pfillcolor, Pstockcolor, lineColors) {
Morris.Line({
element: element,
data: data,
... |
import Octicon from '../components/Octicon.vue'
Octicon.register({"git-commit":{"width":14,"height":16,"d":"M10.86 7c-.45-1.72-2-3-3.86-3-1.86 0-3.41 1.28-3.86 3H0v2h3.14c.45 1.72 2 3 3.86 3 1.86 0 3.41-1.28 3.86-3H14V7h-3.14zM7 10.2c-1.22 0-2.2-.98-2.2-2.2 0-1.22.98-2.2 2.2-2.2 1.22 0 2.2.98 2.2 2.2 0 1.22-.98 2.2-2.... |
var path=require('path')
//如果需要配置插件,需要在导出的对象上添加plugins节点
var htmlWebpackPlugin=require('html-webpack-plugin')
//导出配置的对象
module.exports={
//入口文件
entry : path.join(__dirname,'./src/main.js'),
//出口文件
output : {
path : path.join(__dirname,'./dist'), //指定输出文件的路径
filename : 'bundle.js' ... |
let a = 5;
let obj = {};
// adding prop to obj
Object.defineProperty(obj, "prop", {value: 123});
let z = obj.prop;
|
/**
* 文件选择器
* @fileOverview 错误信息
*/
define([
'../base',
'../runtime/client',
'./file'
], function( Base, RuntimeClient, File ) {
var $ = Base.$;
function FilePicker( opts ) {
opts = this.options = $.extend({}, FilePicker.options, opts );
opts.container = $( opts.id );
... |
import React from 'react';
import {Col, FormControl, FormGroup, Form, Button, Glyphicon, Table, Modal, OverlayTrigger} from 'react-bootstrap';
// import ControlLabel from 'react-bootstrap/lib/FormControl';
class DeleteModal extends React.Component {
state={
selectedAcnt:null
}
componentWillMount(){
l... |
import { Base } from './_Base';
import { Match } from 'meteor/check';
import Rooms from './Rooms';
import Users from './Users';
import _ from 'underscore';
export class Subscriptions extends Base {
constructor(...args) {
super(...args);
this.tryEnsureIndex({ rid: 1, 'u._id': 1 }, { unique: 1 });
this.tryEnsure... |
import Enum from '../enum'
/**
* 枚举类:订单状态
* OrderStatusEnum
*/
export default new Enum([
{ key: 'NORMAL', name: '进行中', value: 10 },
{ key: 'CANCELLED', name: '已取消', value: 20 },
{ key: 'APPLY_CANCEL', name: '待取消', value: 21 },
{ key: 'COMPLETED', name: '已完成', value: 30 }
])
|
/*
* OpHog - https://github.com/Adam13531/OpHog
* Copyright (C) 2014 Adam Damiano
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option... |
import React from "react"
import ReactDOM from "react-dom"
import { PollForm } from "misago/components/poll"
import PostingComponent from "misago/components/posting"
import mount from "misago/utils/mount-component"
export class Posting {
init(ajax, snackbar, placeholder) {
this._ajax = ajax
this._snackbar = ... |
//#include <mud/frame.h>
#include <frame/Api.h>
#include <gfx-pbr/Api.h>
#include <gfx-obj/Api.h>
#include <xx_three/xx_three.h>
#include <stl/vector.hpp>
#define CLUSTERED 1
void xx_sprites(Shell app, var parent, Dockbar dockbar)
{
var viewer = two.ui.scene_viewer(panel);
two.ui.orbit_controller(viewer);
//cam... |
"use strict";
const _ = require("lodash");
const isCustomProperty = require("../../utils/isCustomProperty");
const isStandardSyntaxDeclaration = require("../../utils/isStandardSyntaxDeclaration");
const isStandardSyntaxProperty = require("../../utils/isStandardSyntaxProperty");
const optionsMatches = require("../../ut... |
/*!
* UI development toolkit for HTML5 (OpenUI5)
* (c) Copyright 2009-2015 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*/
sap.ui.define(['jquery.sap.global','./TextFieldRenderer'],function(q,T){"use strict";var P=sap.ui.core.Renderer.extend(T);P.renderInne... |
/* ==============================================
Style Switcher
=============================================== */
$(document).ready(function(){
$(function(){
$(document).on('click','.settings_link.showup',function(){
$( ".settings_link, .colors" ).animate({
left: "+=165"
... |
// @flow
import * as channel from '../channel';
const queries = channel.__forQueryTests;
import {
BRIAN_ID,
MAX_ID,
SPECTRUM_COMMUNITY_ID,
SPECTRUM_GENERAL_CHANNEL_ID,
SPECTRUM_PRIVATE_CHANNEL_ID,
DELETED_COMMUNITY_DELETED_CHANNEL_ID,
} from 'api/migrations/seed/default/constants';
describe('models/chan... |
import React, { useState } from 'react';
import ReactDOM from 'react-dom';
import '@atlaskit/css-reset';
import { DragDropContext } from 'react-beautiful-dnd';
import initialData from "./initial-data";
import Column from './Column';
const App = () => {
const [state, setState] = useState(initialData);
const onDrag... |
module.exports = {"acrossmap":null,"admin":false,"answers":{"across":["ADDS","APART","LORE","DEAN","CABER","ODOR","ZITI","TILDA","VETS","PHONELINE","PORTWINES","AMIES","BAN","HORAS","MARTS","ASI","INOIL","IDAS","BLIND","GOBI","SAN","ALLEGRO","SOD","SMIDGE","WRITHE","RES","ANT","YESMASTER","BLOW","YATES","IOWA","BIBI","... |
import customBth from './customBth'
// (function(Vue) {
// Vue.directive('otherRender', customBth)
// })()
|
import React from 'react'
import { storiesOf } from '@storybook/react'
import { ArticleCard, Card, CardList } from '../src/index.js'
storiesOf('CardList', module)
.add('default', () => (
<CardList>
<Card>One</Card>
<Card>Two</Card>
<Card>Three</Card>
<Card>Four</Card>
<Card>Five</Ca... |
'use strict';
const expect = require('chai').expect;
const normalizeConfig = require('../../src/util/normalizeConfig');
describe('util.normalizeConfig', () => {
beforeEach(resetEnv);
afterEach(resetEnv);
function resetEnv() {
delete process.env.INSTANA_SERVICE_NAME;
delete process.env.INSTANA_DISABLE_... |
import React from 'react';
import _ from 'lodash';
import I18n from 'i18n-js';
import moment from 'moment';
// Load locale data into moment
import 'moment/min/locales';
import { getExtensionSettings } from 'shoutem.application/redux';
import { actions, selectors } from './redux';
import { ext } from './const';
impor... |
/* Brightcove Player View
*
* Handles the media playback of Brightcove videos
*
*/
(function(exports) {
"use strict";
/**
* @class BrightcovePlayerView
* @description Handles the media playback of Brightcove videos
*/
function BrightcovePlayerView(settings) {
// mixin inheritanc... |
import { createCommentVNode as _createCommentVNode, createVNode as _createVNode, openBlock as _openBlock, createBlock as _createBlock, Fragment as _Fragment } from "vue"
export function render(_ctx, _cache) {
return (_openBlock(), _createBlock(_Fragment, null, [
_createCommentVNode(" Generator: Adobe Illustrator... |
// @flow
import React, { Component } from 'react';
import type { Node } from 'react';
import { Provider, observer } from 'mobx-react';
import { observable, computed, runInAction } from 'mobx';
import BigNumber from 'bignumber.js';
import moment from 'moment';
import actions from '../../../source/renderer/app/actions';
... |
var index = 0;
show_image(index)
function show_image(i){
index+=i;
let images = document.getElementsByClassName("image");
let dots = document.getElementsByClassName("dot");
//block images from showing on screen to prevent bug
for(i=0;i<images.length;i++)
images[i].style.display = "none"... |
import ObservableStore from 'obs-store';
import { seedUtils } from '@decentralchain/waves-transactions';
import { decrypt, encrypt } from '../lib/encryprtor';
import { Wallet } from '../lib/wallet';
const { Seed } = seedUtils;
export class WalletController {
constructor(options = {}) {
const defaults = {
... |
const Employee = require("../lib/employee");
describe("Employee class", () => {
test("Can instantiate Employee instance", () => {
const e = new Employee();
expect(typeof (e)).toBe("object");
});
test("Can set name via constructor arguments", () => {
const name = "Alice";
c... |
import React, { Component } from 'react';
import ReactSVG from 'react-svg';
import Waypoint from 'react-waypoint';
class Playlist extends Component {
constructor() {
super();
this.state = {
showSpotifyIframe: false
}
this._handleWaypointEnter = this._handleWaypointEnter.bind(this);
this._... |
import axios from "axios";
import setAuthToken from "../utils/setAuthToken";
import jwt_decode from "jwt-decode";
import { GET_ERRORS, SET_CURRENT_USER } from "./types";
export const registerUser = (userData, history) => dispatch => {
axios
.post("/api/user/register", userData)
.then(res => history.push("/lo... |
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: |
When "String" is called as part of a new expression, it is a constructor: it initialises the newly created object and
The [[Value]] property of the newly constructed... |
//~ name c344
alert(c344);
//~ component c345.js
|
// @flow
import ScopeHandler, { Scope } from "../../util/scope";
import {
BIND_KIND_TYPE,
BIND_FLAGS_TS_ENUM,
BIND_FLAGS_TS_CONST_ENUM,
BIND_FLAGS_TS_EXPORT_ONLY,
BIND_KIND_VALUE,
BIND_FLAGS_CLASS,
type ScopeFlags,
type BindingTypes,
} from "../../util/scopeflags";
import * as N from "../../types";
cl... |
'use strict';
const _ = require('lodash');
const common = require('./common');
module.exports = _.merge({}, common, {
success: [
(fullName) => `${fullName} решил всех кинуть.`,
(fullName) => `${fullName} решил скипнуть.`,
(fullName) => `${fullName} нашел более важные дела чем футбол.`
... |
import ClubhouseController from 'clubhouse/controllers/clubhouse-controller';
export default class TrainingMultipleEnrollmentsController extends ClubhouseController {
queryParams = [ 'year' ];
}
|
import React, { Component } from 'react';
import './App.css';
import Validation from './Validation/Validation';
import Char from './Char/Char';
class App extends Component {
state = {
userInput: ''
};
inputChangeHandler = (event) => {
this.setState({
userInput: event.target.va... |
const userRouter = require("express").Router();
const userController = require("../controllers/user");
const verify = require("../middlewares/verify");
userRouter.post(
"/",
verify.verifyToken,
verify.verifyUser,
userController.addUser
);
userRouter.get(
"/all",
verify.verifyToken,
verify.verifyUser,
... |
'use strict';
/*!
* ignore
*/
module.exports = function selectPopulatedFields(query) {
var opts = query._mongooseOptions;
if (opts.populate != null) {
var paths = Object.keys(opts.populate);
var i;
var userProvidedFields = query._userProvidedFields || {};
if (query.selectedInclusively()) {
... |
load("1d8ada728956c1a3d52d68d1d4d6dd52.js");
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --ignition-staging --turbo --always-opt
x = "";
function f () {
function g() {
try {
... |
(window.webpackJsonp=window.webpackJsonp||[]).push([[357],{3193:function(e,t,n){"use strict";n.r(t),n.d(t,"icon",(function(){return c}));n(11),n(2),n(7),n(8),n(5),n(9);var r=n(0),a=n.n(r);function i(){return(i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.protot... |
'use strict';
const Service = require('egg').Service;
const crypto = require('crypto');
// 微信相关接口常量
const jscode2sessionUri = 'https://api.weixin.qq.com/sns/jscode2session'; // 微信临时授权码
const tokenUri = 'https://api.weixin.qq.com/cgi-bin/token'; // 微信凭据
const msgSecCheck = 'https://api.weixin.qq.com/wxa/msg_sec_check';... |
var searchData=
[
['predresults_5f',['PredResults_',['../structPredResults__.html',1,'']]]
];
|
$(function () {
// Replace the <textarea id="editor1"> with a CKEditor
// instance, using default configuration.
CKEDITOR.replace("editor1");
});
$(document).ready(function () {
$(".js-example-basic-multiple").select2();
});
|
import { Meteor } from 'meteor/meteor';
import { getSettings } from 'meteor/quave:settings';
import AWS from 'aws-sdk/global';
import S3 from 'aws-sdk/clients/s3';
const PACKAGE_NAME = 'quave:profile';
const settings = getSettings({ packageName: PACKAGE_NAME });
const { s3 } = settings || {};
export const getAwsS3B... |
import firebase from '@firebase/app';
import '@firebase/installations';
import { ErrorFactory, FirebaseError, calculateBackoffMillis } from '@firebase/util';
import { LogLevel, Logger } from '@firebase/logger';
import { Component } from '@firebase/component';
/**
* @license
* Copyright 2019 Google LLC
*
* Licensed... |
define(function(require) {
var selectedGame = require('features/projectSelector/index'),
path = requireNode('path'),
system = require('durandal/system'),
app = require('durandal/app'),
$ = require('jquery'),
observable = require('plugins/observable'),
ko = require('k... |
// Copyright (C) 2017 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-createdynamicfunction
description: >
Create a Function with the function parameters being a html open comment.
info: |
19.2.1.1.1 Runtime Semantics: CreateDynamicFunction... |
CKEDITOR.plugins.setLang("about","eu",{copy:"Copyright © $1. Eskubide guztiak erreserbaturik.",dlgTitle:"CKEditor(r)i buruz",help:"$1 aztertu laguntza jasotzeko.",moreInfo:"Lizentziari buruzko informazioa gure webgunean:",title:"CKEditor(r)i buruz",userGuide:"CKEditor User's Guide"}); |
function magica() {
var anoS = document.getElementById('anoE').value
var mS = document.getElementById('mE')
if (anoS%4==0 && anoS%100==0 && anoS%400==0) {
mS.innerHTML = `${anoS} é um ano bissexto`
} else {
mS.innerHTML = `${anoS} não é um ano bissexto`
}
} |
define( "$class".split(","), function( $ ){
$.log("已加载text/class模块",7);
describe('class', {
"$.factory":function(){
var Ancestor = $.factory({
init:function(name){
this.name = name;
},
ancestor_prop:"3333333",
... |
/*
* Copyright 2019 EPAM Systems
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... |
!(function(){var ace = window.___ace___;
ace.define("ace/snippets/haml",["require","exports","module"], function(require, exports, module) {
"use strict";
exports.snippetText = "snippet t\n\
%table\n\
%tr\n\
%th\n\
${1:headers}\n\
%tr\n\
%td\n\
${2:headers}\n\
snippet ul\n\
%ul\n\
%li\n\
${1:i... |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
suite('SiteDataTest', function() {
/** @type {SiteDataElement} */
let siteData;
/** @type {TestLocalDataBrowserProxy} */
let testBrowserProxy;
... |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla 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/MPL/
*
... |
"use strict";
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ManagedPolicy = void 0;
const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
const core_1 = require("@aws-cdk/core");
const iam_generated_1 = require("./iam.generated");
const policy_document_1 = require("./policy-document");
co... |
'use strict';
require('dotenv').config();
const fs = require('fs');
const fileType = require('file-type');
const awsS3Upload = require('../lib/aws-s3-upload');
const mongoose = require('../app/middleware/mongoose');
const Upload = require('../app/models/upload');
// always return object with extension and mime.
/... |
import React, { Component } from 'react';
import { connect } from 'react-redux';
import Cookies from 'js-cookie';
import Login from './login';
import LoginReducer from './reducer';
import * as actions from './actions';
import { Notification } from '../../common';
class LoginContainer extends Component {
construct... |
export default function StackedAreaChart(){
d3.csv("data/mentalhealth.csv").then(d => chart(d))
function chart(csv) {
var keys = csv.columns.slice(1);
var years = [...new Set(csv.map(d => d.Year))]
var svg = d3.select("#figure6"),
margin = {top: 50, left: 60, bottom: 0, right: 160},
width = +svg.attr("w... |
import Ember from 'ember';
import layout from '../../templates/components/hell-filters/text-input';
import FilterComponentMixin from '../../mixins/filter-component-mixin';
const {get} = Ember;
export default Ember.Component.extend(FilterComponentMixin,{
layout,
classNames: ['form-group'],
isHidden: false,
tagNa... |
/*
* ! ${copyright}
*/
sap.ui.define([
"sap/ui/mdc/TableDelegate",
"sap/ui/core/Core",
"sap/ui/mdc/util/FilterUtil",
"sap/ui/mdc/odata/v4/util/DelegateUtil",
"sap/ui/mdc/odata/v4/FilterBarDelegate",
"sap/ui/mdc/odata/v4/ODataMetaModelUtil",
"sap/ui/mdc/odata/v4/TypeUtil",
"sap/ui/model/Filter",
"sap/base/Lo... |
import { h } from 'vue'
export default {
name: "LockSimpleThin",
vendor: "Ph",
type: "",
tags: ["lock","simple","thin"],
render() {
return h(
"svg",
{"xmlns":"http://www.w3.org/2000/svg","viewBox":"0 0 256 256","class":"v-icon","fill":"currentColor","data-name":"ph-lock-simple-thin","innerHTML... |
// @flow
import {validateMnemonic, wordlists} from 'bip39'
import _ from 'lodash'
import {normalizeToAddress} from '../crypto/shelley/utils'
import assert from '../utils/assert'
import {parseAmountDecimal, InvalidAssetAmount} from '../utils/parsing'
import type {Token} from '../types/HistoryTransaction'
export type ... |
import shared from "../shared";
const realIntl = Intl;
const londonTimezone = () => {
global.Intl = {
DateTimeFormat: () => ({
resolvedOptions: () => ({ timeZone: "Europe/London" })
})
};
};
const nonLondonTimezone = () => {
global.Intl = {
DateTimeFormat: () => ({
resolvedOptions: () =... |
const { GitHubApi } = require('./git-hub-api');
describe('GitHub API', () => {
it('class should be a constructor', () => {
expect(GitHubApi).toBeInstanceOf(Function);
});
});
|
/**
* Copyright 2012-2019, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
var Lib = require('../../lib');
var subTypes = require('../scatter/subtypes');
var handleMarkerDefaults = requi... |
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],[function(e,t,n){"use strict";e.exports=n(144)},function(e,t,n){n(39),n(10);var r=n(158),o=n(12).publicLoader,i=o.getResourcesForPathname,a=o.getResourcesForPathnameSync,u=o.getResourceURLsForPathname,l=o.loadPage,c=o.loadPageSync;t.apiRunner=function(e,t,n,o){voi... |
import React, { Component } from 'react'
import { connect } from 'react-redux'
import { NavLink } from 'react-router-dom'
import { Card, CardBody, CardHeader, CardTitle, Col, Row, Table } from 'reactstrap'
import { getPlayers } from '../../redux/actions/playersActions'
import PlayerAddForm from './PlayerAddForm'
class... |
import React from 'react';
import TestUtils from 'react-dom/test-utils';
import { expect } from 'chai';
import {
init,
syntheticEventMatcher,
getInnerHTML,
expectInputAttribute,
expectInputValue,
getSuggestionsList,
getSuggestion,
expectContainerAttribute,
expectInputReferenceToBeSet,
expectSuggesti... |
import { ListAndChatView } from "../views/ListAndChatView.js";
import { ChatView } from "../views/ChatView.js";
import { HttpService } from "../services/HttpService.js";
export class ChatController {
constructor(rootElementId, user) {
this.user = user;
this.messageService = new HttpService('/messag... |
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
import {connect} from 'react-redux';
import {General} from 'mattermost-redux/constants';
import {
getCurrentChannelId,
makeGetChannel,
getMyChannelMember,
shouldHideDefaultChannel,
} from 'm... |
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["styles"],{
/***/ "./node_modules/raw-loader/index.js!./node_modules/postcss-loader/lib/index.js??embedded!./src/styles.css":
/*!**********************************************************************************************!*\
!*** ./node_modules/raw-loa... |
import React, { Component } from 'react';
import {
Button,
View,
NetInfo
} from 'react-native';
export default class NetInfoDemo extends Component{
render(){
return(
<View>
<Button title="NetInfo" onPress={()=>{
NetInfo.fetch().then((info)=>{
console.log(info);
});
}}/>
</View>
... |
var NAVTREEINDEX0 =
{
"group__group__hal.html":[1,2],
"group__group__hal__availability.html":[1,1],
"group__group__hal__availability.html#ga0303725f9eb5eb434e9c44e571522011":[1,1,10],
"group__group__hal__availability.html#ga0303725f9eb5eb434e9c44e571522011":[1,3,2,23],
"group__group__hal__availability.html#ga041bcd4b56... |
import AppraisalDetailsInfo from './AppraisalDetailsInfo';
export default AppraisalDetailsInfo;
|
'use strict';
// ---------------------------------------------------------------------------
const huobipro = require ('./huobipro.js');
const { ExchangeError, ExchangeNotAvailable, AuthenticationError, InvalidOrder, InsufficientFunds, OrderNotFound } = require ('./base/errors');
// ---------------------------------... |
/*!
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* v4.0.5 - 2015-05-07
*
*/!function(a){"use strict";a.i18nDict={"lang-code":"nl","lang-native":"Nederlands",all:"Allen",tphp:"Bovenkant pagina",... |
(window.webpackJsonp=window.webpackJsonp||[]).push([[30],{"9bur":function(t,i,e){"use strict";e.r(i),e.d(i,"ion_item",function(){return h}),e.d(i,"ion_item_divider",function(){return b}),e.d(i,"ion_item_group",function(){return p}),e.d(i,"ion_label",function(){return f}),e.d(i,"ion_list",function(){return x}),e.d(i,"io... |
'use strict';
class RoutingDebug {
constructor(davis, options) {
this.davis = davis;
this.options = options;
this.dir = __dirname;
this.intents = {
startRoutingDebug: {
usage: 'Debug the routing intent',
phrases: [
'Debug the routing intent',
],
lifecy... |
const { Strategy: JwtStrategy, ExtractJwt } = require('passport-jwt');
const config = require('./config').jwt;
const { tokenTypes } = require('./tokens');
const { getUserByKey } = require('../services').userService;
const jwtOptions = {
secretOrKey: config.secret,
jwtFromRequest: ExtractJwt.fromAuthHeaderAsBearerT... |
const sass = require('node-sass');
const fs = require('fs');
sass.render({
file: './style.scss',
outFile: './style.css'
}, (err, res) => {
if(err) {
console.error(err);
}
fs.writeFile('./style.css', res.css, { encoding: 'utf8'}, err => {
if(err) {
console.error(err);
... |
// @flow strict
import React from 'react';
import { Box, Toast, Toast as Renamed } from 'gestalt';
export default function TestBox() {
return (
<Box>
<Toast text="Simple Toast" />
<Toast text="Simple Toast" color="red"/>
<Toast text="Simple Toast" />
<Toast text="Simple Toast" />
<R... |
import { when } from 'jest-when'
import NamespaceableStorage from '@supercharged-storage/storage/namespaceable-storage';
describe('NamespaceableStorage', () => {
let validStorage;
let namespaceableStorage1;
let namespaceableStorage2;
let namespaceableStorage3;
beforeEach(() => {
validStorage = { getIte... |
/*
@license
Shaka Player
Copyright 2016 Google LLC
SPDX-License-Identifier: Apache-2.0
*/
(function(){var innerGlobal=typeof window!="undefined"?window:global;var exportTo={};(function(window,global,module){/*
Copyright The Closure Library Authors.
SPDX-License-Identifier: Apache-2.0
*/
var $jscomp=$jscomp||{};$... |
/**
* Copyright (c) 2017, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or
* https://opensource.org/licenses/BSD-3-Clause
*/
/**
* tests/db/model/auditevent/utils.js
*/
'use strict'; // eslint-disable-line s... |
var server=require('./server');
var router=require('./router');
server.start(router.route);
|
'use strict';
/********************************************************************************************
* *
* Plese read the following tutorial before implementing tasks: *
* https://developer.mo... |
/*
* Globalize Culture pt-BR
*
* http://github.com/jquery/globalize
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* This file was generated by the Globalize Culture Generator
* Translation: bugs found in this f... |
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["organization-detail-organization-detail-module"],{
/***/ "./src/app/layout/organization-detail/organization-detail-routing.module.ts":
/*!**********************************************************************************!*\
!*** ./src/app/layout/organiz... |
import React from 'react'
import PropTypes from 'prop-types'
import Link from 'gatsby-link'
import Helmet from 'react-helmet'
import styledComponents from 'styled-components';
import './index.css'
import Header from '../components/header'
const Content = styledComponents.div`
margin: 0;
max-widht: 960;
paddin... |
'use strict';
/**
* Checks if a stack value for `key` exists.
*
* @private
* @name has
* @memberOf Stack
* @param {string} key The key of the entry to check.
* @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
*/
function stackHas(key) {
return this.__data__.has(key);
}
module.... |
/**
* System configuration for Angular samples
* Adjust as necessary for your application needs.
*/
(function (global) {
System.config({
paths: {
// paths serve as alias
'npm:': 'node_modules/'
},
// map tells the System loader where to look for things
map: {
// our app is within ... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _react = _interopRequireDefault(require("react"));
var _propTypes = _interopRequireDefault(require("prop-types"));
var _classnames = _interopRequireDefault(require("classnames"));
var _modifiers = _inter... |
/* This file is generated by createIcons.js any changes will be lost. */
import createIcon from '../createIcon';
export const CircleNotchIconConfig = {
name: 'CircleNotchIcon',
height: 512,
width: 512,
svgPath: 'M288 39.056v16.659c0 10.804 7.281 20.159 17.686 23.066C383.204 100.434 440 171.518 440 256c0 101.689... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.