text stringlengths 2 1.05M |
|---|
var NAVTREEINDEX15 =
{
"arm__compute_2core_2_utils_8h.xhtml#afa7962c747457714d0944af80cb07058":[6,0,0,0,41,3],
"arm__compute_2core_2_utils_8h.xhtml#afab149f8d8b0f6405303ee8056fa77d3":[6,0,0,0,41,6],
"arm__compute_2core_2_utils_8h.xhtml#afb5698af5404d5d11e3516c87b6e7041":[6,0,0,0,41,44],
"arm__compute_2core_2_utils_8h_s... |
$axure.loadCurrentPage(
(function() {
var _ = function() { var r={},a=arguments; for(var i=0; i<a.length; i+=2) r[a[i]]=a[i+1]; return r; }
var _creator = function() { return _(b,c,d,e,f,g,h,g,i,_(j,k),l,[m],n,_(o,p,q,r,s,t,u,_(),v,_(w,x,y,z,A,_(B,C,D,E),F,null,G,z,H,z,I,J,K,null,L,M,N,O,P,Q,R,M),S,_(),T,_(),U... |
'use strict'
const path = require('path')
const defaultSettings = require('./src/settings.js')
function resolve(dir) {
return path.join(__dirname, dir)
}
const name = defaultSettings.title || 'vue Element Admin' // page title
// If your port is set to 80,
// use administrator privileges to execute the command line... |
import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import React, { Component, PropTypes } from 'react';
import Button from 'qnui/lib/button';
import 'qnui/lib/grid/index.css';
import { Row, Col } from 'qnui/lib/grid';
import './../CfSetting/cf.css';
import Select, {Option} from 'qnui/lib... |
/** @jsx h */
import { Transforms } from '../../../src'
export default editor => Transforms.decreaseSectionDepth(editor)
export const input = <editor>
<section>
<title>Test</title>
<p><cursor/>Paragraph</p>
</section>
</editor>
export const output = <editor>
<section>
<title>Test... |
;(function($, window, document, undefined){
// our plugin constructor
var OnePageNav = function(elem, options){
this.elem = elem;
this.$elem = $(elem);
this.options = options;
this.metadata = this.$elem.data('plugin-options');
this.$win = $(window);
this.sections = {};
this.didScroll = false;
this.$... |
let likesTally = 0
const button = document.getElementById('button')
const username = document.getElementById('username')
const div1 = document.getElementById('div1')
const div2 = document.getElementById('div2')
const images= []
const likeButton = document.getElementsByClassName('likebutton')
const likesDiv = documen... |
import React from 'react';
import {Grid, Row, Col, Accordion, Panel, ListGroup, ListGroupItem, Button,Table} from 'react-bootstrap';
import axios from 'axios';
class ReagentDatasets extends React.Component {
constructor(props){
super(props)
this.state = {
datasets:[],
to... |
import React, { useContext } from 'react';
import curry from 'lodash/curry';
import isEmpty from 'lodash/isEmpty';
import PluginContext from './PluginContext';
/** withPlugins should be the innermost HOC */
function _withPlugins(targetName, TargetComponent) { // eslint-disable-line no-underscore-dangle
/** */
fun... |
/**
* EasyBimehLandingLib
*
* This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ).
*/
'use strict';
const BaseModel = require('./BaseModel');
/**
* Creates an instance of LiabilityDoctorInsurancePolicyFilter
*/
class LiabilityDoctorInsurancePolicyFilter extends BaseModel {
/**
... |
import { isDefined } from '../common/predicates';
import { noop } from '../common/common';
/** A `LocationConfig` mock that gets/sets all config from an in-memory object */
var MemoryLocationConfig = /** @class */ (function () {
function MemoryLocationConfig() {
var _this = this;
this.dispose = noop... |
/* global echarts, EChartsJenkinsApi */
/**
* Renders a trend chart in the specified div using ECharts.
*
* @param {String} chartDivId - the ID of the div where the chart should be shown in
* @param {String} enableLinks - determines if the chart is clickable. If the chart is clickable, then clicking on a
* cha... |
import _class_call_check from "@swc/helpers/src/_class_call_check.mjs";
var STRING, M, A = function() {
"use strict";
function A() {
_class_call_check(this, A);
}
return A.foo = function() {
return "";
}, A;
}();
!function(M) {
var n;
M.n = n;
}(M || (M = {}));
var objA = new... |
'use strict';
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var TaskSchema = new Schema({
name: {
type: String,
Required: 'Kindly enter the name of the task'
},
Created_date: {
type: Date,
default: Date.now
},
status: {
type: [{
type: String,
enum: ['pendi... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReferenceEvent = void 0;
const events = require("@aws-cdk/aws-events");
/**
* Fields of CloudWatch Events that change references.
*
* @see https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/EventTypes.html#codebuild_event_ty... |
import { css } from 'lit-element';
export const BsCardOverlayCss = css`
:host {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
`;
|
var http = require('http'),
path = require('path'),
methods = require('methods'),
express = require('express'),
bodyParser = require('body-parser'),
session = require('express-session'),
cors = require('cors'),
passport = require('passport'),
errorhandler = require('errorhandler'),
m... |
let collectionsWithAbundace = 0;
let oldLat = location_site_lat;
let oldLon = location_site_long;
let taxonAbundanceOnChange = function (e) {
let value = parseInt(e.target.value);
if (value) {
if (value > 0) {
$(e.target).parent().parent().find('.observed').prop('checked', true);
... |
/**
* @fileoverview Rule to ensure newline per method call when chaining calls
* @author Rajendra Patil
* @author Burak Yigit Kaya
*/
"use strict";
//------------------------------------------------------------------------------
// Rule Definition
//----------------------------------------------------------------... |
/**
* Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
import { StructureElement, StructureProperties as P } from '../../structure';
import { Segmentation } from '../../../../mol-data/int';
import { CifWriter } from... |
import React, { Component, PropTypes } from "react";
import {
View,
Image,
Text,
StyleSheet,
Platform,
} from "react-native";
import defaultIcons from "./Icons";
import FlipCard from "react-native-flip-card";
const BASE_SIZE = { width: 300, height: 190 };
const s = StyleSheet.create({
cardContainer: {},
... |
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [['module:react-native-dotenv']],
};
|
/* eslint-disable camelcase */
/* eslint-disable no-unused-vars */
const configs = require('configs/index');
const constant = require('common/constant');
const guestODM = require('db/odm/guest.odm');
const userODM = require('db/odm/user.odm');
const eventODM = require('db/odm/event.odm');
const { Types } = require('mon... |
var searchData=
[
['b',['B',['../d4/d7e/structpu_1_1draw_1_1_color.html#a36e86ed99d9cfa21d268584ab0b7d76e',1,'pu::draw::Color']]],
['bgcolor',['bgcolor',['../d7/d15/classpu_1_1_application.html#a05b8e05da76b76cf74337185e0fd3c65',1,'pu::Application']]],
['bgimage',['bgimage',['../d7/d15/classpu_1_1_application.htm... |
'use strict';
// ---------------------------------------------------------------------------
const Exchange = require ('./base/Exchange');
const { ExchangeError, ExchangeNotAvailable, OnMaintenance, ArgumentsRequired, BadRequest, AccountSuspended, InvalidAddress, PermissionDenied, InsufficientFunds, InvalidNonce, In... |
// Copyright 2008 The Closure Library Authors. 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unl... |
import {Controller} from "jsnes";
// Mapping keyboard code to [controller, button]
const KEYS = {
1: {
"A": [Controller.BUTTON_A, "A"],
"B": [Controller.BUTTON_B, "B"],
"X": [Controller.BUTTON_A, "A"],
"Y": [Controller.BUTTON_B, "B"],
"SELECT": [Controller.BUTTON_SELECT, "SE... |
'use strict';
var spec = {
name: 'P2P',
message: 'Internal Error on zclassic-bitcore-p2p Module {0}'
};
module.exports = require('zclassic-bitcore-lib').errors.extend(spec);
|
import React from 'react';
import moment from 'moment';
import { Link } from 'react-scroll';
import github from '../images/GitHub.png';
import email from '../images/Email.svg';
import linkedin from '../images/Linkedin.svg';
const Footer = (props) => {
return (
<div className="footer blue">
<h5 className="h... |
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-ae0e9a4a"],{"0481":function(t,e,n){"use strict";var i=n("23e7"),a=n("a2bf"),s=n("7b0b"),r=n("50c4"),o=n("a691"),c=n("65f0");i({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=s(this),n=r(e.length),i=c(e,0);return i.... |
import React from 'react';
import { Link, useStaticQuery, graphql } from 'gatsby';
import styled from '@emotion/styled';
import { css } from '@emotion/react';
import Navegacion from './Navegacion';
const ListadoRedes = styled.ul`
background-repeat: no-repeat;
padding: 3rem 0 0 0;
`;
const Footer = () => {
con... |
/**
* 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.
*/
'use strict';
var Icon = require('../../Icon-1083255b.js');
var React = requ... |
define(["exports","./lib/mixins/element-mixin.js","./lib/utils/html-tag.js"],function(_exports,_elementMixin,_htmlTag){Object.defineProperty(_exports,"__esModule",{value:!0}),Object.defineProperty(_exports,"version",{enumerable:!0,get:function(){return _elementMixin.version}}),Object.defineProperty(_exports,"html",{enu... |
angular.module('ejemplo3',[])
.controller('Controller',['$scope',function ($scope) {
$scope.customer={
name:'Ricardo',
address:'Sopocachi'
};
}])
.directive('myCustomer',function () {
return {
template:function (elem,attr){
if(attr.type=='name'){
return 'n... |
define([
'underscore',
'./base/bookmark-component',
'../views/bookmark-button-view',
'oroui/js/app/views/base/collection-view',
'../views/bookmark-item-view'
], function(_, BaseBookmarkComponent, ButtonView, CollectionView, ItemView) {
'use strict';
var FavoriteComponent;
FavoriteCompo... |
/// <reference types="cypress" />
import loc from '../../support/locators'
import '../../support/commandsContas'
import buildEnv from '../../support/buildEnv'
describe('Testes frontend',()=>{
after(()=>{
cy.clearLocalStorage()
})
beforeEach(()=>{
buildEnv()
cy.login('luiz@moura.c... |
import actions from './actions';
import mutations from './mutations';
import weeklyCalendarHelper from "weekly-calendar-helper"
const now = weeklyCalendarHelper.baseHelper.getUtcNow();
const state = {
links: [],
filter: {
categories: [],
tags: [],
users: [],
weeks: [],
years: []
},
selected: {
category... |
// source: google/ads/googleads/v3/enums/bidding_source.proto
/**
* @fileoverview
* @enhanceable
* @suppress {messageConventions} JS Compiler reports an error if a variable or
* field starts with 'MSG_' and isn't a translatable message.
* @public
*/
// GENERATED CODE -- DO NOT EDIT!
var jspb = require('googl... |
import React, { Component } from 'react';
import api from '../utils/api';
import UserContext from './user-context';
class GlobalState extends Component {
state = {
user: {}
};
async componentDidMount() {
await this.getUser();
this.timer = setInterval(() => this.getUser(), 2 * 60 * 1000);
}
getU... |
import Vue from 'vue';
import Vuex from 'vuex';
Vue.use(Vuex);
export default new Vuex.Store({
state: {
messages: [],
selectedConversation: null,
conversations: [],
search: '',
user: null,
},
mutations: {
setUser(state, user) {
state.user = user;
},
... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } }... |
import * as _ from 'underscore';
import PromiseRejectionError from '@/lib/promise-rejection-error';
import { durationHumanize } from '@/filters';
import template from './dashboard.html';
import shareDashboardTemplate from './share-dashboard.html';
import './dashboard.less';
function isWidgetPositionChanged(oldPosition... |
import reducer from "../../src/reducers/BeaconsReducer";
import { BeaconActionTypes, ApiActionTypes } from "../../src/actions/actionsTypes";
describe("Beacons reducer", ()=>{
test("should handle beacons changes", ()=> {
// Given
const beacons = [{
uuid: "8de6b7d6-c74f-4646-a733-66528786... |
define({
"_widgetLabel": "Truy tìm Mạng",
"configError": "Tiện ích không được cấu hình đúng.",
"geometryServiceURLNotFoundMSG": "Không thể nhận URL Dịch vụ hình học",
"clearButtonValue": "Xóa",
"GPExecutionFailed": "Không thể hoàn thành truy tìm. Vui lòng thử lại.",
"backButtonValue": "Quay lại",
"exportT... |
const {createCanvas, canvasToImg, dpr} = require('./lib/dom');
const defaults = require('./lib/defaults');
const qrcode = require('./lib/qrcode');
const draw = require('./lib/draw');
module.exports = options => {
const settings = Object.assign({}, defaults, options);
const qr = qrcode(settings.text, settings.... |
'use strict';
function evaluateBinary(node) {
const op = node.operator;
const left = evaluateConst(node.left);
const right = evaluateConst(node.right);
if (op === '+')
return left + right;
throw new Error(`Unsupported binary operation: "${op}"`);
}
function evaluateConst(node) {
if (node.type === '... |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import '../styles/App.css';
import ScrollableFeed from 'react-scrollable-feed';
import styles from '../styles/conversation.module.css';
import Message from './Message';
import CheckBoxOptionsContainer from './CheckBoxOptionsContainer';
impor... |
// User data
const wsUrl = 'ws://localhost:1370/';
// Log helper
const log = {
el: document.getElementById('log'),
append(message) {
this.el.append(`${message}\n`);
},
appendData(data) {
this.append(JSON.stringify(data));
}
}
// Api usage example
const api = new AuroraAPI();
api.on... |
var NISLFuzzingFunc = function(toUri) {
var i, parent, len;
idx = 0;
false = this.column;
this.after = train;
var state = this.get("register");
var id = this.addBoundable(img);
if (fit > len >> 0) {
render += "set";
... |
var _ = require('lodash'),
Promise = require('bluebird'),
config = require('../../config'),
schema = require('../schema').tables,
clients = require('./clients'),
dbConfig;
function addTableColumn(tablename, table, columnname) {
var column,
columnSpec = schema[tablename][columnn... |
// Karma configuration
// http://karma-runner.github.io/0.10/config/configuration-file.html
module.exports = function(config) {
config.set({
// base path, that will be used to resolve files and exclude
basePath: '',
// testing framework to use (jasmine/mocha/qunit/...)
frameworks: ['jasmine'],
... |
(function() {
function Fixtures() {
var Fixtures = {};
// Example album
var albumPicasso = {
title: "The Colors",
artist: "Pablo Picasso",
label: "Cubism",
year: "1881",
albumArtUrl: '/assets/images/album_covers/01.png',
... |
$(function () {
/*$(".store-nav li").live("click", function () {
$(this).addClass("active").siblings().removeClass("active");
});*/
var top1 = $(".store-nav-box").offset().top;
$(window).scroll(function () {
// 动态获取当前页面的位置
var win_top = $(this).scrollTop();
// 动态获取需要固定的div的位置
var top = $(".store-na... |
// All material copyright ESRI, All Rights Reserved, unless otherwise specified.
// See http://js.arcgis.com/3.12/esri/copyright.txt for details.
//>>built
define("esri/dijit/geoenrichment/CheckList","../../declare dojo/dom-construct dojo/dom-class dojo/_base/lang dojo/query dojo/store/Memory dgrid/List dgrid/Selection... |
const jwt = require('jsonwebtoken')
const { ErrorHandler } = require("../helpers/error")
const dotenv = require('dotenv')
const User = require('../models').User
const ms = require('ms')
const bcrypt = require('bcrypt')
dotenv.config()
async function checkToken (req, _res, next) {
try {
let token = await re... |
const axios = require("axios");
const {
InternalServerException,
} = require("http-exception-transformer/exceptions");
require("dotenv").config();
const getBlogs = async (page) => {
try {
const response = await axios.get(
`https://dev.to/api/articles/me?per_page=6&page=${page}`,
{
headers:... |
tinymce.addI18n('zh_CN',{
"Redo": "恢复",
"Undo": "撤销",
"Cut": "剪切",
"Copy": "复制",
"Paste": "粘贴",
"Select all": "全选",
"New document": "新建文档",
"Ok": "确定",
"Cancel": "取消",
"Visual aids": "网格线",
"Bold": "粗体",
"Italic": "斜体",
"Underline": "下划线",
"Strikethrough": "删除线",
"Superscript": "上标",
"Subscript": "下标",
"Clear formattin... |
/*
* Copyright (c) 2014-2021 Bjoern Kimminich.
* SPDX-License-Identifier: MIT
*/
const utils = require('../lib/utils')
const challenges = require('../data/datacache').challenges
const db = require('../data/mongodb')
module.exports = function trackOrder () {
return (req, res) => {
const id = utils.disableOnCo... |
Bridge.merge(new System.Globalization.CultureInfo("tn-ZA", true), {
englishName: "Setswana (South Africa)",
nativeName: "Setswana (Aforika Borwa)",
numberFormat: Bridge.merge(new System.Globalization.NumberFormatInfo(), {
nanSymbol: "NaN",
negativeSign: "-",
positiveSign: "+",
... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _createIcon = _interopRequireDefault(require("./util/createIcon"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
var _default = (0, _createIcon["defaul... |
module.exports = {
css: {
extract: false,
loaderOptions: {
// by default the `sass` option will apply to both syntaxes
// because `scss` syntax is also processed by sass-loader underlyingly
// but when configuring the `data` option
// `scss` syntax requires an semicolon at the end of a... |
const composer = require('openwhisk-composer')
/**
* A helper composition. Note how one can modularize compositions!
* This function implements a looping subroutine. In order not to
* pollute the parameter bindings of the given composition, this
* helper uses the MASK combinator to "mask out" the n variable.
*/
f... |
import React from 'react'
const LastTime = () => {
return (
<>
<path fill="none" d="M8 4L8 8" strokeWidth="0.75" strokeLinecap="round" strokeLinejoin="round"/>
<path fill="none" d="M8 8L10 10" strokeWidth="0.75" strokeLinecap="round" strokeLinejoin="round"/>
<circle fill... |
/**
* Created by DenQ on 31.08.2015.
*/
var LTT, list, ltt;
LTT = (function() {
LTT.prototype.groupParent = [];
LTT.prototype.key_id = 'id';
LTT.prototype.key_parent = 'parent';
LTT.prototype.position = 'position';
LTT.prototype.options = {};
function LTT(list, options) {
this.list... |
import { SUGGESTED_FEATURED, SUGGESTED_TOP_SUBSCRIBED } from 'constants/subscriptions';
import { createSelector } from 'reselect';
import {
selectAllClaimsByChannel,
selectClaimsById,
selectAllFetchingChannelClaims,
makeSelectChannelForClaimUri,
selectClaimsByUri,
parseURI,
} from 'lbry-redux';
import { swa... |
import React from "react"
import styled from "styled-components"
import { Text } from "../Header.styles"
const MenuItem = styled.a`
cursor: pointer;
text-decoration: none;
p:hover {
color: #7c5eff;
}
`
const ListItem = styled.li`
list-style: none;
margin: 5px 10px;
`
const Item = props => {
return ... |
tinyMCE.addI18n('hi.advhr_dlg',{
width:"Width",
size:"Height",
noshade:"No shadow"
}); |
import BaseCourseAPI from './Base';
export default class CommentsAPI extends BaseCourseAPI {
/**
* post = {
* id: number, title: string, text: string, createdAt: datetime,
* - Post attributes
* formattedText: string,
* - same as text attribute but formatted for html
* creator = {
... |
/* eslint-disable no-undef */
// ***********************************************
// This example commands.js shows you how to
// create various custom commands and overwrite
// existing commands.
//
// For more comprehensive examples of custom
// commands please read more here:
// https://on.cypress.io/custom-commands
... |
// Copyright (c) 2012 Ecma International. All rights reserved.
// Ecma International makes this code available under the terms and conditions set
// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
// "Use Terms"). Any redistribution of this code must retain the above
// copyright and this n... |
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _actions = require('../actions');
var describeUpdateSyncErrors = function describeUpdateSyncErrors(reducer, expect, _ref) {
var fromJS = _ref.fromJS,
setIn = _ref.setIn;
return function () {
it('should update sync errors... |
export GenericPage from './GenericPage'
export DashboardPage from './DashboardPage'
export HomePage from './HomePage'
export NotFoundPage from './NotFoundPage'
export SamplePage from './SamplePage'
|
LatinRead = {};
LatinRead.convertRoman = function(num) {
var rom = { M: 1000, CM: 900, D: 500, CD: 400,
C: 100, XC: 90, L: 50, XL: 40,
X: 10, IX: 9, V: 5, IV: 4,
I: 1 };
return Object.keys(rom).reduce(function (acc, ch) {
acc.str += ch.repeat(acc.num / ro... |
import { debug } from '../../lib/logger'
import config from '../jira.config'
import { getCurrentPageConfig } from './Page'
export function getIssuesList() {
let pageConfig = getCurrentPageConfig()
if (typeof pageConfig.issuesListId !== 'undefined') {
return document.getElementById(pageConfig.issuesListId)
} els... |
$(document).ready(function() {
$('#nestable').nestable().on('change', function() {
const data = {
menu: window.JSON.stringify($('#nestable').nestable('serialize')),
_token: $('input[name=_token]').val()
};
$.ajax({
url: '/admin/menu/guardar-orden',
... |
const router = require("express").Router();
const schedule = require("../../controllers/schedule");
// matches with "/api/:id"
router.route('/:id')
.get(schedule.findById);
// matches with "/api/"
router.route("/")
.post(schedule.create);
module.exports = router; |
var searchData=
[
['z',['z',['../structsecp256k1__gej.html#ae41776408dba32cbe28b5e345b5f2286',1,'secp256k1_gej']]]
];
|
var playState = {
create: function(){
var background = game.add.sprite(0, 0, 'cidade');
background.width = 1300;
background.height = 650;
graphics = game.add.graphics(0, 0);
groupCidade = game.add.group();
groupCidade.inputEnableChildren = true;
var x = 1... |
/*
* Molecule API Documentation
* The Hydrogen Molecule API
*
* OpenAPI spec version: 1.3.0
* Contact: info@hydrogenplatform.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
*
* Swagger Codegen version: 2.4.14
*
* Do not e... |
import { Pragma, util } from "../../index"
const createTemplate = conf => new Pragma()
.run(function () {
util.createChains(this, 'config')
this.config = function(conf){
this.configChain.exec(conf)
return this
}
this.onConfig((conf = {}) => {
... |
/* global __CONFIG__ */
import styled from 'styled-components'
const headerHeight = __CONFIG__.cssVariables.headerHeight
export const Container = styled.div`
height: 100%;
background-color: black;
`
export const Contents = styled.div`
overflow-y: auto;
position: absolute;
width: 100%;
top: ${headerHeig... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } }... |
// ##############################
// // // javascript library for creating charts
// #############################
const Chartist = require("chartist");
// ##############################
// // // variables used to create animation on charts
// #############################
var delays = 80,
durations = 500;
var delay... |
/*! p5.js v0.5.9 May 10, 2017 */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,b.p5=a()}}(function(){va... |
const mongoose = require('mongoose')
module.exports = (settings) => {
mongoose.connect(settings.db,
err => {
if (err) {
console.log(err)
return
}
console.log('Mongo up and running ...')
})
}
|
import Vue from 'vue'
import Vuex from 'vuex'
import service from '@/utils/service'
import formatTime from '@/utils/formatTime'
Vue.use(Vuex)
export function createStore () {
return new Vuex.Store({
strict: process.env.NODE_ENV !== 'production', // 严格模式,只能用action来修改state
state: {
// 存储当前用户的数据
cur... |
"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 React from "react";
import { map } from "ramda";
import PostListItem from "./components/PostListItem";
import Container from "components/Layout/Container";
const renderPosts = map(post => (
<PostListItem item={post} key={post.node.id} />
));
const PostList = ({ posts }) => {
return <Container>{renderPosts... |
import {createConfig} from '../../scripts/create.rollup.config'
import pakg from './package.json'
export default createConfig(pakg,'BrickDesign')
|
var struct__nvpnode =
[
[ "name", "struct__nvpnode.html#a3780d85aec87b4e9de181c501c1c3bc9", null ],
[ "next", "struct__nvpnode.html#aac5711b7fd606ab939629d6846aeaf10", null ],
[ "val", "struct__nvpnode.html#a4dc4ac517d07d1f0fd1216c98de32c3d", null ]
]; |
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["error/401~error/404~error/500"],{"9a79":function(t,e,n){"use strict";n("b833")},b833:function(t,e,n){},c619:function(t,e,n){},f5c0:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"error-pa... |
search_result['71']=["topic_000000000000001A_methods--.html","ErrorController Methods",""]; |
import React from 'react';
import {Card, Grid, CardMedia, CardContent, Typography, Button} from '@material-ui/core/';
import makeStyles from '@material-ui/core/styles/makeStyles';
import {StarIcon} from '../../public/svg-icons';
const useStyle = makeStyles(theme => ({
display: {
width: "100%",
height: "... |
(function (translator) {
translator.translations["fr"] = {
// javascript alerts or messages
"testneteditionactivated": "ÉDITION TESTNET ACTIVÉE",
"paperlabelbitcoinaddress": "Adresse Dash:",
"paperlabelprivatekey": "Clé Privée:",
"paperlabelencryptedkey": "Encrypted Private Key (Password required)", //TODO:... |
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
import Ext_field_trigger_Trigger from './Ext/field/trigger/Trigger.js';
import ElementParser from './common/ElementParser.js';
var EWCTrigger = /*#__PURE__*/function (_Ext_field_trigger_Tr) {
_inheritsLoose(EWCTrigger, _Ext_field_trigger_Tr);
func... |
/**
* @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... |
'use strict';
var path = require('path');
var assert = require('yeoman-assert');
var helpers = require('yeoman-generator').test;
var rootTmp = path.join(__dirname, '.tmp');
var gulpTasksPath = path.join(rootTmp, 'gulp/tasks');
var endOfLine = require('os').EOL;
describe('angular 1.x', function () {
before(functi... |
import { css } from 'styled-components';
const variables = css`
:root {
--dark-navy: #020c1b;
--navy: #0a192f;
--light-navy: #112240;
--lightest-navy: #q2340;
--navy-shadow: rgba(2, 12, 27, 0.7);
--dark-slate: #495670;
--slate: #8892b0;
--light-slate: #a8b2d1;
--lightest-slate: #c... |
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import copyToClipboard from 'copy-to-clipboard';
import { shortenAddress, checksumAddress } from '../../../helpers/utils/util';
import Tooltip from '../../ui/tooltip';
class SelectedAccount extends Component {
state = {
copied: false,... |
import React, {useState} from "react";
import { Container,
Row,
Col,
Button,
FormGroup,
Input,
Form,
Modal } from "reactstrap";
import Footer from './Footer';
import SubNav from './Subnav';
import useForm from './UseForm'
import validate from './CreateProductValidateRules';
function CreateProduct() {
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.