text
stringlengths
2
1.04M
//>>built define("dojox/dgauges/components/classic/SemiCircularLinearGauge","dojo/_base/lang dojo/_base/declare dojo/_base/Color ../../CircularGauge ../../LinearScaler ../../CircularScale ../../CircularValueIndicator ../../CircularRangeIndicator ../DefaultPropertiesMixin".split(" "),function(e,g,f,h,k,l,m,p,n){return g...
/**@preserve GeneXus Java 10_3_12-110051 on February 13, 2021 9:58:5.2 *
import { module, test } from 'qunit'; import { setupTest } from 'ember-qunit'; module('Unit | Route | credentials', function (hooks) { setupTest(hooks); test('it exists', function (assert) { let route = this.owner.lookup('route:credentials'); assert.ok(route); }); });
const pack = require('./package.json'); module.exports = () => pack.version
var express = require('express'); var router = express.Router(); const multer=require('multer');//解析图片的插件 const fs= require('fs'); const path=require('path'); var { connect, insert, find, update, del, ObjectId } = require("../libs/mongo.js"); // 引入token.js var token = require("../libs/token.j...
/* Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ CKEDITOR.plugins.setLang( 'showblocks', 'sr', { toolbar: 'Прикажи блокове' } );
/* * Copyright 2016 Adobe Systems Incorporated. All rights reserved. * This file is licensed to you 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 * *...
/* global adminPath */ import { shallowMount } from '@vue/test-utils'; import 'src/app/component/rule/sw-condition-base'; import ConditionDataProviderService from 'src/app/service/rule-condition.service'; import fs from 'fs'; // eslint-disable-next-line import path from 'path'; const conditionTypesRootPath = 'src/app/...
import { login, logout, getInfo } from '@/api/user' import { getToken, setToken, removeToken } from '@/utils/auth' import router, { resetRouter } from '@/router' const state = { token: getToken(), userId: '', status: '', code: '', name: '', avatar: '', introduction: '', birday: '', gender: '', addr...
"use strict"; var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Refl...
import React from 'react' import { Helmet } from 'react-helmet' const Meta = ({ title, description, keywords }) => { return ( <Helmet> <title>{title}</title> <meta name='description' content={description} /> <meta name='keyword' content={keywords} /> </Helmet> ) } Meta.defaultProps = { ...
import { updateNotifier } from "./update-notifier"; describe('Update Notifier Tests', () => { it('updateNotifier() - latest', async () => { const message = await updateNotifier("1.9.3"); console.log(message); expect(message).toContain("version of atat available"); }); it('updateNotif...
// Karma configuration // Generated on Sun Jun 30 2013 00:14:30 GMT-0700 (PDT) // base path, that will be used to resolve files and exclude basePath = ''; preprocessors = { 'src/**/*.js': 'coverage' }; // list of files / patterns to load in the browser files = [ 'bower_components/jquery/jquery.js', 'src...
'use strict'; const fs = require('fs'); const path = require('path'); const assert = require('assert'); const ts = require('typescript'); const babel = require('@babel/core'); const prettier = require('prettier'); const { readdirRecursive, showDirStats } = require('./utils.js'); const prettierConfig = JSON.parse( ...
import { FAB_INCREMENT, FAB_DECREMENT } from './types'; export function fabIncrement() { return { type: FAB_INCREMENT, }; } export function fabDecrement() { return { type: FAB_DECREMENT, }; }
import React, { Component } from 'react' import { StyleSheet, View, Image, Text, AsyncStorage, TouchableHighlight } from 'react-native' import capitalize from 'lodash/capitalize' import ItemCell from '../../Components/ItemCell' import NavbarComp from '../../Components/NavBar' import style...
/// 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 an...
module.exports={A:{A:{"2":"H D G E A B HB"},B:{"2":"C p z J L N I"},C:{"1":"0 3 4 6 7 8 q r s t u v w x y DB AB BB","2":"1 5 bB F K H D G E A B C p z J L N I O P Q R S T U V W X Y Z a c d e f g h i j k l m n o M ZB TB"},D:{"1":"0 3 4 6 7 8 s t u v w x y DB AB BB NB dB GB IB FB JB KB LB","2":"1 F K H D G E A B C p z J L...
/*! * Copyright 2018 Google LLC. 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 appli...
shadow$provide.module$node_modules$$ethersproject$abi$lib$coders$address=function(global,require,module,exports){var __extends=this&&this.__extends||function(){var extendStatics=function(d$jscomp$0,b$jscomp$0){extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,b){d.__proto__=b}||function(d,...
'use strict' var config = require('./config.js') var util = require('./util.js') module.exports = { 'name': 'rtlcss', 'priority': 100, 'directives': { 'control': { 'ignore': { 'expect': { 'atrule': true, 'comment': true, 'decl': true, 'rule': true }, 'begin': function (node, metadata, co...
/** * @file sendVerification.js * @author Sanjay Sunil * @license MIT */ function send_verification() { successNotification("Verification email has successfully been sent!") var user = firebase.auth().currentUser; user.sendEmailVerification().then(() => { }).catch((err) => errorNotification(err.message)); }
import React from "react" import { useStaticQuery, graphql } from "gatsby" import Event from "./Event" import { EventListStyle } from "../../styles/EventListStyle" const EventsList = () => { const { events } = useStaticQuery(graphql` { events: allSanityEvent(sort: { fields: date, order: DESC }) { ed...
/* globals*/ const checked = function(prop, field) { const user = Meteor.user(); if (prop === 'sidebarShowFavorites') { return RocketChat.getUserPreference(user, 'sidebarShowFavorites'); } if (prop === 'mergeChannels') { return RocketChat.getUserPreference(user, 'mergeChannels'); } if (prop === 'sidebarShowU...
'use strict'; /** * Module dependencies. */ var config = require('./config'), _ = require('lodash'), path = require('path'), mongoose = require('mongoose'); module.exports.connect = function (cb) { mongoose.Promise = global.Promise; mongoose.connect(config.db.uri, config.db.options, function (e...
module.exports = function(o, callback) { var MongoClient = require('../../').MongoClient, f = require('util').format, fs = require('fs'); // Connect to db MongoClient.connect('mongodb://localhost:27017/benchmark?maxPoolSize=10', function(e, client) { var indexes = [o.s, o.e]; // Collection va...
(window.webpackJsonp=window.webpackJsonp||[]).push([[73],{521:function(n,i,o){"use strict";o.r(i);var u=o(370);o.d(i,"build",(function(){return u.j}));o(0),o(1),o(31),o(8),o(137),o(26),o(13),o(4),o(6),o(379),o(354),o(11),o(378),o(7),o(336),o(52),o(123),o(348),o(316),o(312),o(310),o(318),o(363),o(48),o(359)}}]);
import { createSelector } from 'reselect' //import { GET_ALL } from '../constants/ActionTypes' const getHeroes = state => state.heroes export const getAllHeroes = createSelector( [getHeroes], heroes => ( heroes ) )
/*! jQuery v1.11.3 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license */
//# sourceMappingURL=11.311b914b.chunk.js.map
Object.assign(pc, function () { /** * @constructor * @name pc.VrDisplay * @extends pc.EventHandler * @classdesc Represents a single Display for VR content. This could be a Head Mounted display that can present content on a separate screen * or a phone which can display content full screen o...
//============================================================================= // Yanfly Engine Plugins - Main Menu Core // YEP_MainMenuManager.js //============================================================================= var Imported = Imported || {}; Imported.YEP_MainMenuManager = true; var Yanfly = Yanfly ||...
// User database schema const mongoose = require("mongoose"); const Schema = mongoose.Schema; const uniqueValidator = require('mongoose-unique-validator') const bcrypt = require("bcrypt"); const UserSchema = new Schema({ username: { type: String, required: [true, "Please enter user name"], unique: true...
/** * 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 = require...
module.exports = { parser: "@typescript-eslint/parser", plugins: ["@typescript-eslint", "react"], extends: [ "plugin:@typescript-eslint/recommended", "eslint:recommended", "plugin:react/recommended" ], env: { "es6": true, browser: true, node: true, ...
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.stringify = f(...
import React from "react" const Checkmark = () => { return ( <span class="CheckmarkIcon"> <svg xmlns="http://www.w3.org/2000/svg" width="78.369" height="78.369" viewBox="0 0 78.369 78.369"><path fill="#4c4c4c" d="M78.049 19.015L29.458 67.606a1.094 1.094 0 0 1-1.548 0L.32 40.015a1.094 1.094 0 0 1 0-1.547l6...
//Imports import React from 'react'; import { Text, View, AppRegistry, Image, TouchableOpacity, Alert } from 'react-native'; //Formatações const Estilos = { principal: { backgroundColor: '#fff', flex: 1, //1:1 justifyContent: 'center', alignItems: 'center' }, estiloTexto: { color: '#fff', ...
import { ASYNC_START, SET_BOOKED_TRIP, RESET_BOOKINGS, GET_BOOKINGS, } from "../types" import { BookingsRequestService } from "../../services" import { resetTrips } from "./trips" const getBookings = data => ({ type: GET_BOOKINGS, data, }) const setBookedTrip = bookedTrip => ({ type: SET_BOOKED_TRIP, ...
class a{ [b]() { } }
import React from 'react'; import { mount } from 'enzyme'; import Help from './help'; import styles from '../connect.less'; describe('HostInput [Component]', () => { let component; beforeEach(() => { component = mount(<Help viewType="connectionString" />); }); afterEach(() => { component = null; }...
const mongoose = require('mongoose'); const dbName = process.env.DB_NAME; const dbPass = process.env.DB_PWD; const DB_URI = process.env.DB_URI; try { function connectMongo() { // var mongouri = `mongodb://localhost:27017/${dbName}:${dbPass}`; var mongouri = DB_URI; mongoose.connect( mongouri, { useNewU...
const isComponentSection = section => !!section.module; export default isComponentSection;
/** * @file: app.js * @author: Leonid Vinikov <czf.leo123@gmail.com> * @description: Main File */ import "@babel/polyfill" import * as core from 'CORE' import * as api from 'API'; import * as modules from 'MODULES'; import * as services from 'SERVICES'; import * as components from 'COMPONENTS'; import * as pages f...
import Ember from 'ember'; export default Ember.Route.extend({ model(params){ return { '1': {'content': 'hello item 1'}, '2': {'content': 'hello item 2'} }[params.id]; } });
( function() { // Can't test what ain't there if ( !jQuery.fx ) { return; } var oldRaf = window.requestAnimationFrame, hideOptions = { inline: function() { jQuery.style( this, "display", "none" ); }, cascade: function() { this.className = "hidden"; } }; QUnit.module( "effects", { beforeEach: function() { w...
#!/usr/bin/env node let api = require('../src/index.js') api.init()
/* 10feb15abu * (c) Software Lab. Alexander Burger */ var CvsReq = new XMLHttpRequest(); var CvsDly; function csMouseDn(cvs, event) { var r = cvs.getBoundingClientRect(); cvs.csDn = true; cvs.csDnX = event.clientX - r.left; cvs.csDnY = event.clientY - r.top; cvs.csMv = false; return false; } fun...
'use strict' function getFibonator() { const fibonacci = []; return () => { let next = 1; if (fibonacci.length >= 2) { next = fibonacci[fibonacci.length - 1] + fibonacci[fibonacci.length - 2]; } fibonacci.push(next); return next; } }
/***** License -------------- Copyright © 2017 Bill & Melinda Gates Foundation The Mojaloop files are made available by the Bill & Melinda Gates Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License. You may obtain a copy of the Licens...
module.exports = { displayName: { name: 'AWS Lambda Powertools utility: LOGGER', color: 'cyan', }, 'preset': 'ts-jest', 'transform': { '^.+\\.ts?$': 'ts-jest', }, moduleFileExtensions: [ 'js', 'ts' ], 'collectCoverageFrom': [ '**/src/**/*.ts', '!**/node_modules/**', ], 'testMatch':...
import React, { useEffect, useState } from "react"; import axios from "axios"; const OtherUsers = () => { const [userData, setUserData] = useState([]); useEffect(() => { axios .get("https://wunderlistdb.herokuapp.com/api/auth/users") .then(res => setUserData(res.data)) ...
export const ADMIN_HEADER_ITEMS = [ { id: 'data', label: 'Data', href: '/admin/data', pages: [ '/admin/data', '/admin/DataDetail', ], }, { id: 'dashboards', label: 'Dashboards', href: '/admin/dashboards', pages: [ '/admin/dashboards', '/admin/DashboardsD...
import React, { useEffect, useState } from 'react' import { Page, OrderCard, CloseButton, CommentBox, CardHeader, HeaderTitle, HeaderSubtitle, HeaderPrice, OrderRestaurant, CommentHint, CommentTextArea, OrderOptions, OptionQuantity, OptionAction } from './styled' import { useHi...
/** * @file Routing configuration * * @author cuiyuan */ import home from '../../index/component/index'; import table from '../../index/component/table'; export const routeConfig = [ { name: 'home/:name', path: home }, { name: 'home', path: home }, { nam...
module.exports = { presets: [ [ '@babel/preset-env', { modules: false, useBuiltIns: false, }, ], ], plugins: ['@babel/plugin-syntax-dynamic-import'], comments: false, };
(function () { "use strict"; function RollbackController($scope, contentResource, localizationService, assetsService, dateHelper, userService) { var vm = this; vm.rollback = rollback; vm.changeLanguage = changeLanguage; vm.changeVersion = changeVersion; vm.subm...
const ParserCommon = require('./ParserCommon'); class EntitySet extends ParserCommon { constructor(element) { super(); this.Annotations = {}; this.NaviagtionPropertyBindings = {}; this.validElements = { 'Annotation': {parent: this.Annotations, nameProp: 'Term'}, 'NavigationPropertyBindin...
const { CloudantV1 } = require("@ibm-cloud/cloudant"); const client = CloudantV1.newInstance({}); const plantedCrops = "plantedCrops"; const cropProductionForecast = "cropProductionForecast"; const LOT_DB = "lot-areas"; // // client.postAllDocs({ // db: LOT_DB, // includeDocs: true, // limit: 10, // }).the...
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _extends2 = require('babel-runtime/helpers/extends'); var _extends3 = _interopRequireDefault(_extends2); var _objectWithoutProperties2 = require('babel-runtime/helpers/objectWithoutProperties'); var _objectWithoutProperties3 = _inte...
// Requiring bcrypt for password hashing. Using the bcrypt-nodejs version as the regular bcrypt module // sometimes causes errors on Windows machines var bcrypt = require("bcrypt-nodejs"); // Creating our User model module.exports = function (sequelize, DataTypes) { var User = sequelize.define("User", { //...
"use strict";(self["webpackChunkecommerce_admin"]=self["webpackChunkecommerce_admin"]||[]).push([[552],{5552:(e,c,s)=>{s.r(c),s.d(c,{default:()=>g});var a=s(3673);const n={class:"col-xs-12 col-sm-6"},o={class:"col-xs-12 col-sm-6"};function r(e,c,s,r,m,t){const d=(0,a.up)("config-form"),l=(0,a.up)("change-password-form"...
import React, { Component, Fragment } from "react"; import { Search } from "semantic-ui-react"; import { debounce } from "lodash"; import BasicTable from "../BasicTable"; export default class FuzzySearch extends Component { state = { events: [], value: "" }; fetchEventFuzzy = debounce(() => { consol...
const User = require('./user') User.methods(['get', 'post', 'put', 'delete']) User.updateOptions({new: true, runValidators: true}) module.exports = User
const yaml = require('@stefanprobst/remark-extract-yaml-frontmatter') const rawHtml = require('rehype-raw') const sanitize = require('rehype-sanitize') const toHtml = require('rehype-stringify') const frontmatter = require('remark-frontmatter') const gfm = require('remark-gfm') const markdown = require('remark-parse') ...
import Head from "next/head"; import { useRouter } from "next/router"; import { getProducts, getProduct } from "../../utils/api"; import { getStrapiMedia } from "../../utils/medias"; const ProductPage = ({ product }) => { const router = useRouter(); if (router.isFallback) { return <div>Loading category...</div...
var createError = require('http-errors'); var express = require('express'); var path = require('path'); var cookieParser = require('cookie-parser'); var logger = require('morgan'); var usersRouter = require('./routes/users'); var productsRouter = require('./routes/products'); var ordersRouter = require('./routes/order...
'use strict'; const path = require('path'); const inquirer = require('inquirer'); const glob = require('glob'); const resolve = require('../resolve'); const getCwd = require('../getCwd'); const renderClear = require('../renderClear'); /** * @param {Object} results - the results object * @param {Object} di - dependen...
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ /** * Def...
/** * 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. * * @flow */ import invariant from 'shared/invariant'; import typeof * as FeatureFlagsType from 'shared/ReactFeatureFlags'; import...
(function($) { $.fn.backTop = function(options) { var backBtn = this; var settings = $.extend({ 'position' : 400, 'speed' : 500, 'color' : 'white', 'theme' : '' // red, green, white, custom }, options); //Set...
module.exports = function (RED) { function account(config) { const {Account, PublicAccount} = require('tsjs-xpx-chain-sdk'); const validator = require('../utils/validator'); RED.nodes.createNode(this, config); this.privateKey = config.privateKey; this.publicKey = config.publ...
"use strict"; const Bucket = require("./Bucket"); class ChainedBucket extends Bucket { constructor(size, duration, name, parent) { super(size, duration); this.parent = parent || null; this.name = name || null; } refillByName(name) { if (this.parent) this.parent.refillByName(name); if (this.n...
'use strict'; const { _assign } = require('./helper/obj'); const debug = require('./debug'); const is = require('./helper/is'); const { _deep_clone } = require('./helper/obj'); class Configuration { constructor(config = {}, sep = '.') { this.init(config, sep); } init(config = {}, sep = '.') { this.conf...
'use strict' /* eslint-env browser, webextensions */ const html = require('choo/html') const browser = require('webextension-polyfill') function icon ({ svg, title, active, action, className }) { return html` <button class="header-icon pa0 ma0 dib bn bg-transparent transition-all ${className} ${action ? 'pointe...
import request from '@/utils/request' export function getUiRepById(id) { return request({ url: '/ui-set-results/' + id + '/', method: 'get' }) } export function getUiRep() { return request({ url: '/ui-set-results/', method: 'get' }) } export function getUiCaseRepById(id) { return request({ ...
/* ***** BEGIN LICENSE BLOCK ***** * Distributed under the BSD license: * * Copyright (c) 2010, Ajax.org B.V. * 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 so...
export {}; //# sourceMappingURL=OfferDefinition.js.map
/* Copyright 2019 Adobe. All rights reserved. This file is licensed to you 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...
!(function(t, e) { if ('object' == typeof exports && 'object' == typeof module) module.exports = e(); else if ('function' == typeof define && define.amd) define([], e); else { var n = e(); for (var i in n) ('object' == typeof exports ? exports : t)[i] = n[i]; } })(this, function() { return (functi...
'use strict'; const { contains } = require('./utils/array'); const constants = require('./constants'); function modifierToString(modifier, forcePlusIfZero) { if (modifier > 0) { return `+${modifier}`; } else if (modifier < 0) { return `-${-modifier}`; } else { if (forcePlusIfZero) { return `+$...
var btn = document.getElementById("btn"); var menu = document.getElementById("menu"); var closeBtn = document.getElementById("close-btn"); var container = document.getElementById("container"); // OPEN OVERLAY btn.addEventListener("click", function() { menu.classList.remove("fade-out"); menu.classList.add("fad...
'use strict'; module.exports = { up: (queryInterface, Sequelize) => queryInterface.addColumn('Data', 'creatorId', { allowNull: false, type: Sequelize.INTEGER }), down: (queryInterface, Sequelize) => queryInterface.removeColumn('Data', 'creatorId') };
const { BN, constants, expectEvent, expectRevert } = require('@openzeppelin/test-helpers'); const { expect } = require('chai'); const { ZERO_ADDRESS } = constants; const { shouldSupportInterfaces } = require('../../utils/introspection/SupportsInterface.behavior'); const ERC721ReceiverMock = artifacts.require('ERC721R...
/*! For license information please see reactable_v1.js.LICENSE.txt */ //# sourceMappingURL=reactable_v1.js.map
/** * @module jsPlumb * @description Provides a way to visually connect elements on an HTML page, using either SVG, Canvas * elements, or VML. * * - [Demo Site](http://jsplumb.org) * - [GitHub](http://github.com/sporritt/jsplumb) * * Dual licensed under the MIT and GPL2 licenses. * * Copyright (c) 2010 -...
module.exports.Proxy = require("./src/Proxy.js"); module.exports.createProxy = require("./src/createProxy.js");
import stocks from '../../data/stocks' export default { state: { stocks: [] }, mutations: { setStocks(state, stocks) { state.stocks = stocks }, randomizeStocks(state) { state.stocks.forEach(stock => { stock.price = Math.round(stock.pri...
import_module('Athena.Math'); v = new Athena.Math.Vector3(NaN, 2, 3); CHECK(v.isNaN(), "v.isNaN()"); v = new Athena.Math.Vector3(1, 2, 3); CHECK(!v.isNaN(), "!v.isNaN()");
import React from "react"; import Chart from 'react-google-charts'; import GridContainer from "components/Grid/GridContainer.js"; import GridItem from "components/Grid/GridItem.js"; type Props = { title: String, md:Number, data: { option: String, votesCount: Number }[] } export default function Charts(...
// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See http://js.arcgis.com/3.25/esri/copyright.txt for details. //>>built define("esri/dijit/geoenrichment/ReportPlayer/core/charts/utils/plots/PictureClusteredBars","dojo/_base/Color dojo/_base/declare dojo/_base/lang dojox/gfx dojox/gfx...
let buttons = ["d", "f"]; let leds = [0,0]; document.onkeydown = function(e) { if (e.key == buttons[0]) { document.getElementById("left-btn").className = "keydown"; } if (e.key == buttons[1]) { document.getElementById("right-btn").className = "keydown"; } } document.onkeyup = f...
var searchData= [ ['hash',['Hash',['../class_f_h_s_d_k_1_1_sync_1_1_f_h_sync_dataset_1_1_f_h_sync_loop_params.html#a57e170dbdecba93d8625bd7723b4347e',1,'FHSDK.Sync.FHSyncDataset.FHSyncLoopParams.Hash()'],['../class_f_h_s_d_k_1_1_sync_1_1_f_h_sync_dataset_1_1_f_h_sync_records_params.html#a787ab20050932889d36dd210682df...
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["vendors~admin~category~detail~index~login~search~._node_modules_r"],{ /***/ "./node_modules/react-dom/index.js": /*!*****************************************!*\ !*** ./node_modules/react-dom/index.js ***! \*****************************************/ /*...
module.exports = function(app) { }
/* // https://h5.m.jd.com/rn/42yjy8na6pFsq1cx9MJQ5aTgu3kX/index.html 入口:APP首页-领京豆-升级赚京豆 21 9 * * * https://raw.githubusercontent.com/smiek2121/scripts/master/gua_MMdou.js, tag=MM领京豆, enabled=true */ const $ = new Env('MM领京豆'); const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ''; const notify = $.isNode()...
module.exports = { "acme": { "displayName": "AcmeCorp", "clientId": "", "tenantId": "", "secret": "", "oauthServerUrl": "" }, "allthings": { "displayName": "AllThings LTD", "clientId": "", "te...
module.exports = srv => { const { Books } = srv.entities srv.after('READ', 'Authors', (authors, req) => { return authors.map(async author => { const publications = await cds.transaction(req).run( SELECT .from(Books) .where({ author_ID: author.ID }) ) author.numberOfBooks = publications.length }) ...
'use strict'; var ChannelAccount = (function () { function ChannelAccount() { } ChannelAccount.prototype.mapper = function () { return { required: false, serializedName: 'ChannelAccount', type: { name: 'Composite', className: 'Chann...
// @remove-file-on-eject /** * Copyright (c) 2015-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. */ 'use strict'; const chalk = require('react-dev-utils/chalk'); const fs = require('fs'); const resolve = requir...