text
stringlengths
2
1.04M
import React, { Component } from 'react'; import { withStyles } from '@material-ui/core'; import TextField from '@material-ui/core/TextField'; import Input from '@material-ui/core/Input'; import List from '@material-ui/core/List'; import ListItem from '@material-ui/core/ListItem'; import PersonIcon from '@material-ui/...
import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; import { Button, FormInput, FormLabel, Header, Icon } from 'react-native-elements'; import Logo from '../components/Logo.js' // Login View export default class Login extends React.Component { render() { return ( <View style={...
export { default } from 'ember-flexberry-designer/serializers/fd-stage';
/*! * jQuery JavaScript Library v3.4.1 * https://jquery.com/ * * Includes Sizzle.js * https://sizzlejs.com/ * * Copyright JS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * * Date: 2019-05-01T21:04Z */ /*! * Sizzle CSS Selector Engine v2.3.4 * https://sizz...
/* 说明: 请勿修改 header.js 和 footer.js 用途: 自动拼接暴露方式 命令: grunt release 中 concat Release Date: Fri Sep 18 2020 10:08:16 GMT+0800 (China Standard Time) CodeVersion: 01fe5ba055933bb524b77ed6f348d712dc875e96 */ (function(global, factory) { if (typeof exports === 'object' && typeof module !== 'undefined') ...
/** * 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. */ const React = require("react"); class Footer extends React.Component { docUrl(doc, language) { const baseUrl = this.props.config....
export function postData(data) { var url = data.url; var param = data.param; var back = data.back; wx.request({ url: getUrl() + url, data: param, method: 'POST', header: { 'content-type': 'application/x-www-form-urlencoded' }, complete: functi...
/** * The MIT License (MIT) * * Copyright (c) 2014-2018 Mickael Jeanroy * * 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 ...
/* Copyright IBM Corp. 2016 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 Unless required by applicable law or agreed to in wri...
var canvas = document.getElementById("myCanvas"); var context = canvas.getContext("2d"); context.fillStyle = "#FF0000"; var heroPosition = {x: 50, y: 50}; var speed = 3; context.fillRect( heroPosition.x, heroPosition.y, 5, 5 ); var itemPosition = { x: Math.floor(Math.random() * canvas.width), y: Math.floor...
/** * Allowed types and their internal representation * @type {object.<string, string>} * @readonly * @private */ QueryBuilder.types = { 'string': 'string', 'integer': 'number', 'double': 'number', 'date': 'datetime', 'time': 'datetime', 'datetime': 'datetime', 'boolean': ...
import { ChangeDetectorRef, Component, EventEmitter, Input, Output, ViewChildren } from '@angular/core'; import { LineChartComponent } from '../line-chart.component'; var TabbedLineChartGroupComponent = (function () { function TabbedLineChartGroupComponent(changeDetectorRef) { this.changeDetectorRef = chang...
describe("Question Nine", function() { describe("Therpy.set function", function() { var therpy = new Therpy(); it("should allow changing of the name property", function() { expect(typeof therpy.set).toBe('function'); therpy.set("killing"); expect(therpy.name).toBe...
/* * Copyright (C) 2010 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...
import redux from 'REDUX'; redux.data.attach({ page1: { msg: '', }, });
$(function () { // alert(baseUrl); var t = $("#fundtransferlist"); t.DataTable({ sort: false, serverSide: true, processing: true, pagingType: 'input_page', sDom: "t"+"<'col-sm-6 bottom info align'li>r<'col-sm-6 info bottom text-right'p>", oLanguage: { "sLengthMenu": "_MENU_", }, ajax: { ur...
const config = require('nconf'); const cors = require('@koa/cors'); const Koa = require('koa'); const KoaBodyParser = require('koa-bodyparser'); const KoaRouter = require('koa-router'); const logger = require('pino')().child({ app: 'MOVIE-METADATA-API' }); const path = require('path'); const { getMovie, } = require(...
var callbackArguments = []; var argument1 = function callback(a,b,c) { callbackArguments.push(JSON.stringify(arguments)) base_0[2][5] = {"157":1.1713102259137485e+308,"403":122,"783":607,"969":823,"1.366743586472057e+308":"[","":"76","1.187259722010475e+308":"","Jo)MBE6":"6","-100":""} return a*b+c }; var argument2 = ...
const crypto = require('crypto'); const net = require('net'); const parseurl = require('parseurl'); const http = require('http'); const HOME_DIR = require('os').homedir(); const path = require('path'); const ENV_MAX_AGE = 60 * 60 * 24 * 3; const MAX_CLIENT_ID_LEN = 100; const CONF_KEY_RE = /^([\w-]{1,64}:?|[\w.-]{1,64...
/** * Created by Vicky on 6/9/2017. */
const entitiesJS = require('../datasets/gov_entities.js'); const entities = entitiesJS.gov_entities const _ = require('lodash') const govEntitiesAPI = { get() { return entities }, gov_entity(lang, i, sample) { if (sample > -1) return _.sampleSize(entities, sample) return entities[Math.floor(Ma...
const setting = '';
import * as React from "react"; import PropTypes from "prop-types"; import { StaticImage } from "gatsby-plugin-image"; const Header = ({ siteTitle }) => ( <header style={{ background: "#ff4500", marginBottom: "10px", }} > <div style={{ margin: "0px auto", maxWidth: "96...
"use strict"; var util = require("./util"); var schedule; var noAsyncScheduler = function() { throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a"); }; var NativePromise = util.getNativePromise(); if (util.isNode && typeof MutationObserver === "undefined") { var GlobalSet...
import _extends from 'babel-runtime/helpers/extends'; import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; import _createClass from 'babel-runtime/helpers/createClass'; import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn'; import _inherits from 'babel-runtime/helpers/i...
module.exports = { basePath: 'demo', // pathMaps: [ // { // alias: 'default', // map: { // lb1: 'default/lb1', // 'lb-sticky-bottom': 'default/lb1', // rail1: 'default/rail1', // rail2: 'default/rail1', // 'infinite-rail': 'default/rail1', // 'infinite...
import React, {Component} from 'react'; class FormValidation extends Component { constructor() { super(); this.state = { name: '', email: '', phone: '', password: '', description: '', skill: '', } } onChangeH...
search_result['3207']=["topic_00000000000007AD_props--.html","ApplicantCvRequestDto Properties",""];
(function () { function AlbumCtrl(Fixtures) { this.albumData = Fixtures.getAlbum(); } angular .module("blocJams") .controller('AlbumCtrl', ['Fixtures', AlbumCtrl]); })();
var searchData= [ ['a',['A',['../struct_grid.html#aef492b8d921f3b11fa0fc40b5cce4fd9',1,'Grid']]], ['a2',['a2',['../struct_state.html#a00b9a3d4ed810cba60fae20b392f4131',1,'State']]], ['abs_5fmin',['ABS_MIN',['../macros_8h.html#a37cf9c7b0ebfa29ab7724244807e240b',1,'macros.h']]], ['adv_5fflux_2ec',['adv_flux.c',['...
const fs = require('fs') const path = require('path') const configCommon = require('../../webpack.config.config') let listing = [] const generateDirectoryListing = name => { if (name !== 'src') { listing.push(name) } let arr = fs.readdirSync(name).filter(e => { try { return fs.lstatSync(path.join(n...
// To use this util you need to initiate logger, e.g.: // import logger from '../utils/debug'; // const { info, debug } = logger('<my_logger_name>'); import printDebug from 'debug' const logTypes = ['debug', 'info', 'warn', 'error'] const debug = printDebug('cli') const logger = (name) => { const functions = {} ...
!function(e){function r(r){for(var n,l,a=r[0],f=r[1],i=r[2],c=0,s=[];c<a.length;c++)l=a[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in f)Object.prototype.hasOwnProperty.call(f,n)&&(e[n]=f[n]);for(p&&p(r);s.length;)s.shift()();return u.push.apply(u,i||[]),t()}function t(){for(var e,r...
/* eslint-disable */ const expect = require('chai').expect; const mongoose = require('mongoose'); const User = mongoose.model('User'); const mock = { john: { firstName: 'John', lastName: 'Doe', username: 'jdoe', password: 'JD0eP@ss', email: 'jdoe@gmail.com' }, jane: { firstName: 'Jane', ...
/** * flowground :- Telekom iPaaS / azure-com-automation-watcher-connector * Copyright © 2019, Deutsche Telekom AG * contact: flowground@telekom.de * * All files of this connector are licensed under the Apache 2.0 License. For details * see the file LICENSE on the toplevel directory. */ const elasticio = requir...
/** * 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. */ import React from 'react'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import usePrismTheme from '@theme/...
'use strict'; import {gql} from 'apollo-server-express'; export default gql` type Species { id: ID speciesName: String category: Category } extend type Mutation { addSpecies(speciesName: String!, category: ID!): Species } `;
class City { constructor(name) { this.name = name; } } class City2 { constructor(name) { this.name = name; } } //# sourceMappingURL=City.js.map
var callbackArguments = []; var argument1 = function (err, ids) { callbackArguments.push(arguments) if (err) { console.dir(err); } t.same(ids.sort(), [ users[0].id, users[1].id ].sort(), 'The found id did not match the id of the saved object.'); t.done(); }; var argument2 ...
dojo.declare("PageLazy", wm.Page, { start: function() { }, buttonLazyLoadClick: function(inSender) { // causes a lazy load // note: department fetched only corresponds to selected item if grid is not sorted this.employeeLiveVariable1.getItem(this.employeeDojoGrid.getSelectedIndex(...
/* global webots, sendBenchmarkRecord, showBenchmarkRecord, showBenchmarkError */ const benchmarkName = 'Visual tracking'; let hitRateString; let hitRate; webots.window('visual_tracking').receive = function(message, robot) { if (message.startsWith('hits:')) { const rate = message.substr(5); const hitValues ...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = undefined; 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...
describe('Vault page', function(){ beforeEach(function() { cy.visit('/') // runs once before all tests in the block cy.get('input[name="username"]') .type('user1') .should('have.value', 'user1') cy.get('input[name="password"]') .type('password1')...
////////////////////////////////////////////////// //// site's data and initial setup ////////////////////////////////////////////////// var timelineTemplate = ` <div class="timeline"> <a href="{2}" class="timeline-content"> <div class="timeline-icon"> <i class="...
export default { el: { colorpicker: { confirm: "ตกลง", clear: "ล้างข้อมูล", }, datepicker: { now: "ตอนนี้", today: "วันนี้", cancel: "ยกเลิก", clear: "ล้างข้อมูล", confirm: "ตกลง", selectDate: "เลือกวันที่", selectTime: "เลือกเวลา", startDate: "ว...
var fs = require('fs'); var path = require('path'); var loader = require('../_loader'); var control = require('../_control'); var nodeCachedDataDir = path.join(__dirname, 'cache-dir'); loader.config({ nodeRequire: require, nodeMain: module.filename, nodeCachedData: { path: nodeCachedDataDir, seed: 'foo', wri...
/* eslint-disable no-undef, prefer-destructuring, no-unused-vars, no-underscore-dangle */ import reader from '../src/reader'; const chai = require('chai'); const expect = require('chai').expect; const chaiAsPromised = require('chai-as-promised'); chai.use(chaiAsPromised); const fs = require('fs'); const path = requi...
const noOrmDropDb = `import db from '../models/setup'; db.query('drop database users', (err, result) => { if (err) { console.log("The Error", error); } console.log('Successfully dropped db') }); `; module.exports = noOrmDropDb;
const { SlashCommandBuilder } = require("@discordjs/builders") const Discord = require('discord.js') const Modlog = require("../models/Modlog") const Warning = require("../models/Warning") const Warned = require("../models/Warned") module.exports = { data: new SlashCommandBuilder() .setName("warn") .setDes...
const fs = require('fs'); const index = fs.readFileSync(`${__dirname}/../client/client.html`); const page2 = fs.readFileSync(`${__dirname}/../client/client2.html`); const getIndex = (request, response) => { response.writeHead(200, { 'Content-type': 'text/html' }); response.write(index); response.end(); }; cons...
/* * Copyright 2016 Google Inc. 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 * * Unless required by applicabl...
const http = require('http'); const express = require('express'); const fs = require('fs') const path = require('path'); const app = express(); const router = express.Router(); // Tell express to use this router with /api before. app.use("/", router); app.use("/images", express.static(path.join(__dirname, 'images')));...
export function fetch (method, url, body, headers, callback, timeout) { try { var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function() { if (xhr.readyState == 4) { var contentType = xhr.getResponseHeader('Content-Type'); if (contentType && contentType.indexOf('json') !== -1) {...
(function (global, factory) { if (typeof define === "function" && define.amd) { define(['exports', 'react', 'prop-types', '../lib/String'], factory); } else if (typeof exports !== "undefined") { factory(exports, require('react'), require('prop-types'), require('../lib/String')); } else { var mod = { ...
// // Keychains Object // BitGo accessor to a user's keychain. // // Copyright 2014, BitGo, Inc. All Rights Reserved. // var HDNode = require('./hdnode'); var crypto = require('crypto'); var common = require('./common'); var Util = require('./util'); // // Constructor // var Keychains = function(bitgo) { this.bitg...
module.exports = function(grunt) { // Project configuration. grunt.initConfig({ pkg: grunt.file.readJSON('package.json'), watch: { scripts: { files: ['Gruntfile.js', 'LJS.js', 'modules/**/*.js', 'modules/**/*.html', 'utils/**/*.js', '*.js'], tasks: 'default', options: { spawn: false, }, ...
'use strict'; var mongoose = require('mongoose'), errorHandler = require('./errors.server.controller'), Photo = mongoose.model('Photo'), Album = mongoose.model('Album'), User = mongoose.model('User'), Exif = mongoose.model('Exif'), fs = require('fs'), path = require('path'), gm = require('gm'), config = requi...
// Copyright 2012 Google Inc. All rights reserved. (function(){ var data = { "resource": { "version":"1", "macros":[], "tags":[], "predicates":[], "rules":[] }, "runtime":[ [],[] ] }; var f,aa=this,ha=function(){if(null===ea){var a;a:{var b=aa.document,c=b.querySelector&&b.querySelector("script[nonce]");if(c...
import { useState } from 'react'; import PropTypes from 'prop-types'; import { signIn } from 'next-auth/react'; import { Formik, Form, Field } from 'formik'; import { Box, Text, Button, FormControl, VStack, Center, Flex, Alert, AlertIcon, AlertTitle, AlertDescription, CloseButton, Heading, } from '@chakra-...
import React, { useRef } from 'react' import PropTypes from 'prop-types' import { Link, graphql, StaticQuery, useStaticQuery } from 'gatsby' import PreviewCompatibleImage from './PreviewCompatibleImage' import Posts from './Posts' // const FeaturedImage = ({ image, alt }) => { // return image ? ( // <div classN...
const TypesPopup = { OPEN_POPUP: 'OPEN_POPUP', CLOSE_POPUP: 'CLOSE_POPUP', }; export default TypesPopup;
import React, { useState } from "react"; function Calorie({ resultCalorie, setResultCalorie }) { const [state, setState] = useState({ age: "", height: "", weight: "", select: "", checkedFemale: false, checkedMale: false, }); const [error, setError] = useState(false); const handleInput ...
const router = require('express').Router(); const { Blog, User, Comment } = require('../../models'); const withAuth = require('../../utils/auth'); router.get('/', (req, res) => { console.log('======================'); Blog.findAll({ attributes: ['id', 'title', 'description', 'date_created'], order: [['date...
var path = require("path"); var webpack = require("webpack"); var PATHS = { entryPoint: path.resolve(__dirname, 'src/index.ts'), bundles: path.resolve(__dirname, '_bundles'), }; var config = { entry: { 'my-lib': [PATHS.entryPoint], 'my-lib.min': [PATHS.entryPoint] }, output: { path: PATHS.bundle...
const router = require('express').Router(); const { Tag, Product, ProductTag } = require('../../models'); // The `/api/tags` endpoint router.get('/', (req, res) => { // find all tags // be sure to include its associated Product data Tag.findAll({ include: [Product] }).then(tags => res.json(tags)).catch(er...
import _ from 'lodash'; import angular from 'angular'; import moment from 'moment'; import getSort from 'ui/doc_table/lib/get_sort'; import dateMath from '@elastic/datemath'; import 'ui/doc_table'; import 'ui/visualize'; import 'ui/notify'; import 'ui/fixed_scroll'; import 'ui/directives/validate_json'; import 'ui/filt...
macDetailCallback("001109000000/24",[{"d":"2004-04-15","t":"add","a":"No 69, Li-De Street, Jung-He City,\nTaipei\n\n","c":"TAIWAN, REPUBLIC OF CHINA","o":"Micro-Star International"},{"d":"2012-11-29","t":"change","a":"No 69, Li-De Street, Jung-He City,\nTaipei\n\n","c":"TAIWAN, PROVINCE OF CHINA","o":"Micro-Star Intern...
var H5P = H5P || {}; // Include utility functions var H5PUserScoreStorage = window.H5PUserScoreStorage || {}; ( function() { 'use strict'; // blogId passed by PHP // wpAJAXurl passed by PHP var keynamePrefix = 'h5p-user-score'; var maxScores; /** * Send an AJAX request to insert xAPI data. * @param {strin...
import React, { useState, useEffect } from "react"; import { useDispatch, useSelector } from "react-redux"; import CardItem from "../components/Card"; import Pagination from "../components/PaginationCommon"; import GoTop from "../components/GoTop"; import { fetchData, setFleekPageNumber } from "./FleekSlice"; export d...
/** * Connections * (sails.config.connections) * * `Connections` are like "saved settings" for your adapters. What's the difference between * a connection and an adapter, you might ask? An adapter (e.g. `sails-mysql`) is generic-- * it needs some additional information to work (e.g. your database host, password...
var tablaElementos = document.getElementById('tablaCursos'); $(document).ready(function(){ $("#tipoPregunta").change(function(){ var seleccion = $('select[id=tipoPregunta]').val(); if(seleccion =="marqueX"){ document.getElementById("MarqueX").style.display='block'; document.getElementById("Respuesta...
$(function () { $("#contactForm input, #contactForm textarea").jqBootstrapValidation({ preventSubmit: true, submitError: function ($form, event, errors) { }, submitSuccess: function ($form, event) { event.preventDefault(); var name = $("input#name").val(); ...
import { Validator } from '@scola/validator'; const tokenValidator = new Validator(); tokenValidator .field('token').required().string(); export default tokenValidator;
/*! * ApexCharts v3.17.1 * (c) 2018-2020 Juned Chhipa * Released under the MIT License. */ /*! svg.filter.js - v2.0.2 - 2016-02-24 * https://github.com/wout/svg.filter.js * Copyright (c) 2016 Wout Fierens; Licensed MIT */ /*! svg.draggable.js - v2.2.2 - 2019-01-08 * https://github.com/svgdotjs/svg.draggable.j...
// @note: this is where we override prototype functions // to make sure sandbox added properties do not leak require('../../lib/sandbox/purse.js'); var _ = require('lodash'), Execution = require('../../lib/sandbox/execution'), pmAPI = require('../../lib/sandbox/pmapi'), execution, pm; // eslint-disable...
describe("Update user", () => { it("Open and close update user modal", () => { cy.visit("/"); cy.wait(500); cy.get("list-item ez-button .purple").first().click(); cy.get("modal-form").should("have.length", 1); cy.get("modal-form ez-button .danger").should("have.length", 1).click(); cy.get("mod...
/** * @author Michał Żaloudik <ponury.kostek@gmail.com> */ "use strict"; module.exports = require('./src/List');
import React, { Component, PropTypes } from 'react' import ApplicationLayout from 'template-ui/lib/components/layout2/ApplicationLayout' import IconText from 'template-ui/lib/components/IconText' import ListMenu from 'template-ui/lib/components/ListMenu' import IconMenu from 'template-ui/lib/components/IconMenu' impor...
Package.describe({ name: 'templ:drop', version: '0.3.3', summary: 'Realy fully customizable, and reactive drops, dropdowns, tooltips and dropmenus for Meteor.', git: 'https://github.com/meteor-templ/drop', documentation: 'README.md' }); Package.onUse(function(api) { api.versionsFrom('1.2.1'); api.use(...
/* Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'clipboard', 'gl', { copy: 'Copiar', copyError: 'Os axustes de seguranza do seu navegador non permiten que o editor realice autom...
const { v4: uuidv4 } = require('uuid') const emailValidator = require('email-validator') const cache = require('../../cache') const util = require('../../util') const auth = require('../../auth') const database = require('../../database') const config = require('../../../config/server') const { responses } = require('....
module.exports = { "extends": "./node_modules/@inthepocket/itp-react-scripts/dist/config/eslintrc.js", "parser": "babel-eslint", "env": { "browser": true, "es6": true, }, "plugins": [ "react", "babel", "flowtype", ], "globals": { "window": false, }, "rules": { "react/no-dan...
import React from 'react'; import GatsbyLink from 'gatsby-link'; import dateformat from 'dateformat'; import Separator from './../components/Separator'; import Menu from './../components/Menu'; import Posts from './../components/Posts'; import MetaTags from './../components/MetaTags'; export default function Index({ ...
export { default as Dashboard } from './Dashboard'; export { default as Portal } from './Portal';
/*! p5.js v0.3.16 January 08, 2015 */ (function (root, factory) { if (typeof define === 'function' && define.amd) define('p5', [], function () { return (root.returnExportsGlobal = factory());}); else if (typeof exports === 'object') module.exports = factory(); else root['p5'] = factory(); }(this, func...
define(function(require, exports, module) { "use strict"; var oop = require("../lib/oop"); var Mirror = require("../worker/mirror").Mirror; var TCCSParser = require("./ccs/tccs_grammar").TCCSParser; var CCS = require("./ccs/ccs").CCS; var TCCS = require("./ccs/ccs").TCCS; //var lint = r...
import React, {Component, Fragment} from "react"; import { __ } from "../../layouts/utilities/i18n"; import { NavLink } from 'react-router-dom'; import Moment from 'react-moment'; import getWidget, { initArea } from "../../layouts/utilities/getWidget"; class LessonQuote extends Component { render() { const cotent...
import { mat3, vec3, vec4 } from 'gl-matrix'; import { gltfTextureInfo } from './texture.js'; import { jsToGl, initGlForMembers } from './utils.js'; import { GltfObject } from './gltf_object.js'; class gltfMaterial extends GltfObject { constructor() { super(); this.name = undefined; thi...
export const API_KEY = "e15565837a7a29a9d67351034c9d991b"; export const API_URL_ROOT = "https://api.themoviedb.org/3";
'use strict'; //http://www.smashingmagazine.com/2014/06/11/building-with-gulp/ var gulp = require('gulp'); // load all gulp plugins to $ var $ = require('gulp-load-plugins')(); //these get loaded as part of the plugins: //var mocha = require('gulp-mocha'); //var sourcemaps = require('gulp-sourcemaps'); //var plumber ...
const head = require('./config/head.js'); const plugins = require('./config/plugins.js'); const themeConfig = require('./config/themeConfig.js'); module.exports = { theme: 'vdoing', // 使用npm包主题 // theme: require.resolve('../../theme-vdoing'), // 使用本地主题 title: "个人博客", description: 'web前端技术博客,简洁至上,专注web前端学习与总结。J...
//# sourceMappingURL=0-c72192faa971e7dc106a.js.map
var annotated = [ [ "xed_attributes_t", "structxed__attributes__t.html", "structxed__attributes__t" ], [ "xed_convert_table_t", "structxed__convert__table__t.html", "structxed__convert__table__t" ], [ "xed_decoded_inst_s", "structxed__decoded__inst__s.html", "structxed__decoded__inst__s" ], [ "xed_enc_d...
'use strict' import error from './error' export default function assert (condition, message) { if (!condition) { error(message) } }
/** * 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. * * @format * */ "use strict"; const traverse = require("@babel/traverse").default; const babelGenerate = require("@babel/generat...
webpackHotUpdate("bundle",{ /***/ "./views/home/home-view-model.js": /***/ (function(module, exports) { throw new Error("Module parse failed: Unexpected token (68:43)\nYou may need an appropriate loader to handle this file type.\n| } ,\n| \n> handleDiscovered: funciton(device) {\n| console...
import React, {Component} from 'react'; import { Route } from 'react-router-dom'; import './App.css'; import MainUserInterface from './components/MainUserInterface'; class App extends Component { render() { return ( <div className="App"> <Route exact path="/" component={MainUserInterface} /> ...
/*global systemDictionary:true */ "use strict"; systemDictionary = { "tunnelproker-endpoint-updater adapter settings": { "en": "Adapter settings for tunnelproker-endpoint-updater", "de": "Adaptereinstellungen für tunnelproker-endpoint-updater", "ru": "Настройки адаптера для tunnelproker-en...
var searchData= [ ['app_5fmodules_171',['app_modules',['../namespaceapp__modules.html',1,'']]] ];
const {ObjectId} = require('mongoose').Types; const {Usuario, Categoria, Producto, Role} = require('../models') const coleccionesPermitidas = [ 'usuarios', 'categorias', 'productos', 'roles' ]; const buscarUsuarios = async(termino = '', res) => { const esMongoId = ObjectId.isValid(termino); // Ver...