text
stringlengths
3
1.05M
/* 5.13-5.20 瓜分千万京豆 免费抽大奖 新增开卡脚本,一次性脚本 第一个账号助力作者 其他依次助力CK1 第一个CK失效会退出脚本 ———————————————— 入口:[ 5.13-5.20 瓜分千万京豆 免费抽大奖] 请求太频繁会被黑ip 过10分钟再执行 cron:40 0 13-20 5 * ============Quantumultx=============== [task_local] #5.13-5.20 瓜分千万京豆 免费抽大奖 40 0 13-20 5 * jd_opencardL142.js, tag=5.13-5.20 瓜分千万京豆 免费抽大奖, enabled=true */ c...
function InventoryController($scope) { var ic = this; // holds bidding values ic.item = {}; ic.bid = {}; ic.auctionInProgress = false; ic.isSelected = false; /** * @desc function that displays a modal to perform auction/bidding * @param {String} name - selected item's name *...
/** * @class Oskari.mapframework.bundle.mappublished.LogoPlugin * Displays the NLS logo and provides a link to terms of use on top of the map. * Gets base urls from localization files. */ Oskari.clazz.define( 'Oskari.mapframework.bundle.mapmodule.plugin.LogoPlugin', /** * @static @method create called ...
import _extends from "@babel/runtime/helpers/extends"; import CalendarLocale from "rc-picker/es/locale/hi_IN"; import TimePickerLocale from '../../time-picker/locale/hi_IN'; // Merge into a locale object var locale = { lang: _extends({ placeholder: 'तारीख़ चुनें', rangePlaceholder: ['प्रारंभ तिथि', 'समाप्ति ...
""" Tests CoreML GLMClassifier converter. """ import coremltools import unittest import numpy from sklearn.datasets import load_iris from sklearn.linear_model import LogisticRegression from sklearn.svm import LinearSVC from onnxmltools.convert.coreml.convert import convert from onnxmltools.utils import dump_data_and_mo...
import Vue from 'vue' import Vuex from 'vuex' // import {ADD_COUNTER, ADD_TO_CART} from "./mutation-types"; import getters from "./getters"; //1安装插件 Vue.use(Vuex) //2.创建Store对象 const store=new Vuex.Store({ state: { cartList: [], }, getters, mutations: { //mutations的唯一目的性就是修改state中状态 //mutations中...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
const startButton = document.getElementById("start-btn"); const nextButton = document.getElementById("next-btn"); const questionContainerElement = document.getElementById("question-container"); const questionElement = document.getElementById("question"); const answerButtonsElement = document.getElementById("answer-...
/** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ (function (factory) { if (typeof module === "object" && typeof module.exports === "object") { var v = fac...
search_result['248']=["topic_0000000000000098_attached_props--.html","Ram Attached Properties",""];
print('-'*10, 'TABUADA', '-'*10) n = 0 while True: num = int(input('Digite um número:')) if num < 0: break for c in range(1,11): print(f'{num} x {c} = {num * c}') print('Programa Tabuada encerrado. Até mais!')
"use strict"; const { readJsonSchema } = require("../../../"); const { host } = require("@jsdevtools/host-environment"); const fetch = host.global.fetch || require("node-fetch"); const download = module.exports = { /** * Downloads a list of over 2000 real-world Swagger APIs from apis.guru, * and applies some ...
module.exports = { parser: '@typescript-eslint/parser', // Specifies the ESLint parser extends: [ 'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin 'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-pr...
export {default} from './Popover';
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCupFill(props) { return ( <Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}> <Path fill="none" d="M0 0h24v24H0z" /> <Path d="M5 3h15a2 2 0 012 2v3a2 2 0 01-2 2h-2v3a4 4 0 01-4 4H8a4 4 0 01-4...
import React from "react" import { Img } from "gatsby-image" import Card from "./card" const MachineCard = ({ name, price, children }) => { return ( <Card> <div> {children} <h1>{name}</h1> </div> </Card> ) } export default MachineCard
'use strict'; const fs = require('fs'); const util = require('util'); const _ = require('lodash'); const Tokenizer = require('./tokenizer'); const Parser = require('./parser'); class MUMPSCompiler { readFile(fileName) { return fs.readFileSync(fileName, 'utf8').split('\n'); } compile(fileName) { ...
import React from "react"; import MultipleChoice from "../MultipleChoice"; import FormControlLabel from "@material-ui/core/FormControlLabel"; import Radio from "@material-ui/core/Radio"; export default function (props) { return ( <MultipleChoice {...props} question="I am currently working. What if I ...
import React from 'react'; import PropTypes from 'prop-types'; import { connect } from 'react-redux'; import withStyles from 'isomorphic-style-loader/lib/withStyles'; import { toastr } from 'react-redux-toastr'; // import Toggle from 'react-bootstrap-toggle'; import routes from '../../constants/routes'; import s from '...
// require('dotenv').config({ // path: '../.env' // }); var mobilemoney = require('../lib/rave.mobilemoney'); var base = require('../lib/rave.base'); var Promise = require('bluebird'); var mocha = require('mocha'); var chai = require('chai'); var expect = chai.expect; var chaiAsPromised = require('chai-as-promised...
class API { static headers = { "Content-Type": "application/json", "Accept": "application/json", } static options = { credentials: "include" } static baseURL = "http://localhost:3000/api/v1" // sends body object to url and returns a promise parsed to json string static post(url, body) { ...
/** Used to detect hot functions by number of calls within a span of milliseconds. */ var HOT_COUNT = 500, HOT_SPAN = 16; /* Built-in method references for those with the same name as other `lodash` methods. */ var nativeNow = Date.now; /** * Creates a function that'll short out and invoke `identity` instead * ...
export default class MTGCard { constructor(id, wishid, custid, spotid, spot, ownerid, owner, shelfid, itemid, itemdescription, quantity, marketprice) { this.id = id, this.wishid = wishid, this.custid = custid, this.spotid = spotid this.spot = spot, this.ownerid ...
const { ID, isVar } = require('./util') const { isComponent } = require('../util') let isPlatformReservedTag function no (a, b, c) { return false } function isBuiltInTag (tag) { if ( tag === 'slot' || tag === 'component' || tag === 'keep-alive' ) { return true } ...
from models.siampose_RCNN_corr import SiamMask from models.features import MultiStageFeature from models.rpn import RPN, DepthCorr from models.mask import Mask # from models.DCNv2.dcn_v2 import DCN import torch import torch.nn as nn import math from utils.load_helper import load_pretrain from resnet import resnet50 BN...
//// [mergeThreeInterfaces.ts] // interfaces with the same root module should merge // basic case interface A { foo: string; } interface A { bar: number; } interface A { baz: boolean; } var a: A; var r1 = a.foo var r2 = a.bar; var r3 = a.baz; // basic generic case interface B<T> { foo: T; } inter...
import csv import os.path import sys import time from datetime import datetime from os import getpid from django.core.management.base import BaseCommand from kolibri.core.analytics import SUPPORTED_OS from kolibri.core.analytics.measurements import get_db_info from kolibri.core.analytics.measurements import get_kolib...
import { containsNone } from '../'; describe('containsNone', function () { it('should be defined', function () { expect(containsNone).toBeDefined(); }); });
""" __MT_pre__MatchCase.py_____________________________________________________ Automatically generated AToM3 syntactic object (DO NOT MODIFY DIRECTLY) Author: gehan Modified: Sun Feb 15 10:22:15 2015 ___________________________________________________________________________ """ from ASGNode import * from ATOM3Type ...
$(document).on('click', '.quantity-sub', (e) => { changeQuantity(e.target, -1); }); $(document).on('click', '.quantity-add', (e) => { changeQuantity(e.target, 1); }); function changeQuantity(target, value) { const id = $(target).data('id'); $.post(`/admin/product/${id}/quantity`, {value: value}, (data...
import React from "react"; import {makeStyles} from "@material-ui/core/styles"; import Slide from "@material-ui/core/Slide"; import Close from "@material-ui/icons/Close"; import Dialog from "@material-ui/core/Dialog"; import DialogTitle from "@material-ui/core/DialogTitle"; import DialogActions from "@material-ui/core/...
/** * Copyright IBM Corp. 2020, 2021 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import AnalyticsAPI from '../Analytics'; import root from 'window-or-global'; describe('AnalyticsAPI', function() { it('should execute the...
import ghostPaths from 'ghost/utils/ghost-paths'; describe('Unit: Util: ghost-paths', function () { describe('join', function () { var join = ghostPaths().url.join; it('should join two or more paths, normalizing slashes', function () { var path; path = join('/one/', '/two/...
$(function () { let $saveBtn = $("#save-btn"); //保存按钮 let $imageUpload = $("input[name=banner-image-select]"); // 图片输入框 let $bannerImage = $(".banner-image");//图片img let $tagSelect = $("#tag-select"); //文章标签分类元素 let $articleSelect = $("#article-select"); //文章元素 //点击元素分类时显示对应的文章 // 选择文章不同类...
# 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 logging import subprocess from pathlib import Path from typing import List import func_argparse import numpy as np from cc_net impo...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const slugify = require("@sindresorhus/slugify"); const chalk_1 = require("chalk"); const stringLength = require("string-length"); exports.title = function (content) { return '\n' + chalk_1.default.bold.underline(content) + '\n\n'; }; expo...
# ---------------------------------------------------------------------------- # pyglet # Copyright (c) 2006-2008 Alex Holkner # Copyright (c) 2008-2020 pyglet contributors # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the follo...
const { Projection } = Osef.domain; class ContactListProjection extends Projection { constructor(store) { super(store); this.key = 'contact-list'; this.initialState = new ContactList(); } contactCreated(e) { return this.addOrUpdate(this.key, function(s) { s.addC...
var $wnd = $wnd || window.parent; var __gwtModuleFunction = $wnd.jsqrscanner; var $sendStats = __gwtModuleFunction.__sendStats; $sendStats('moduleStartup', 'moduleEvalStart'); var $gwt_version = "2.8.2"; var $strongName = 'A0B8A701676EC50AB4CC7360F3404F4E'; var $gwt = {}; var $doc = $wnd.document; var $moduleName, $mod...
const nanoid = require('nanoid'); const { getUser } = require('../../services/utils'); const resolveInsertComment = async (root, { content, blogId }, ctx) => { const user = getUser(ctx); const blog = await ctx.photon.blogs.findOne({ where: { id: blogId } }); if (!blog) { throw new Error('The blog may not ex...
/** * @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...
OC.L10N.register( "text", { "New text document" : "Novo documento de texto", "Nextcloud Text" : "Nextcloud Texto", "text document" : "documento de texto", "Readme" : "Leiame", "Text" : "Texto", "📝 Collaborative document editing" : "📝 Edição colaborativa de documentos", "** 📝 Colla...
const bcrypt = require('bcrypt'); const { baseFind, baseFindById, baseUpdate, baseRemove, setAuditInformation } = require('../_shared/base-service'); const { rc400, rc409, rc201 } = require('../../helpers/base-response'); const { User } = require('./user.model'); /** * Creates a new record. */ const crea...
/* jQWidgets v3.6.0 (2014-Nov-25) Copyright (c) 2011-2014 jQWidgets. License: http://jqwidgets.com/license/ */ if(!jqxBaseFramework){var jqxBaseFramework=window.minQuery||window.jQuery}(function(h,q,i){if(!q){return}h.jqx=h.jqx||{};h.jqx.AMD=false;var b=q.module("jqwidgets",[]);var u=q.module("jqwidgets-amd",[],functi...
var path = require('path') var utils = require('./utils') var webpack = require('webpack') var config = require('../config') var merge = require('webpack-merge') var baseWebpackConfig = require('./webpack.base.conf') var CopyWebpackPlugin = require('copy-webpack-plugin') var HtmlWebpackPlugin = require('html-webpack-pl...
'use strict';var Cu=require('chrome').Cu;var XPCOMUtils=Cu.import('resource://gre/modules/XPCOMUtils.jsm',{}).XPCOMUtils;var Services=Cu.import('resource://gre/modules/Services.jsm',{}).Services;var imports={};XPCOMUtils.defineLazyGetter(imports,'stringBundle',function(){return Services.strings.createBundle('chrome://b...
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-358f9b78"],{"0436":function(t,e,a){"use strict";var r=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",[a("Form",{ref:"orderData",staticClass:"tabform",attrs:{"label-width":80,"label-position":"right"}},[t._l(t.fromList,(function(e...
function getWater(){ }
import React, {Component} from "react"; import Attribute from "../utility/Attribute"; import Gauge from "../utility/Gauge"; import PropTypes from "prop-types"; import Player from "@craeft/engine/src/player"; export default class PlayerDescription extends Component { static propTypes = { player: PropTypes....
(function (angular) { "use strict"; var module = angular.module("healthBam.userManagement"); /** * Factory for creating the userManagementService. */ function userManagementServiceFactory( $log, $mdDialog, $q, $state, errorHandlingService ) { ...
import os from kivy import Config from kivy.app import App from kivy.core.window import Window from kivy.properties import StringProperty from kivy.uix.screenmanager import ScreenManager from pyphlow.app.viewer import ViewScreen class PhlowManager(ScreenManager): def __init__(self, **kwargs): super().__...
module.exports = { log: { // logging with Morgan - https://github.com/expressjs/morgan // Can specify one of 'combined', 'common', 'dev', 'short', 'tiny' format: 'dev', options: { // Stream defaults to process.stdout // Uncomment/comment to toggle the logging to a log on the file system ...
/* * This combined file was created by the DataTables downloader builder: * https://datatables.net/download * * To rebuild or modify this file with the latest versions of the included * software please visit: * https://datatables.net/download/#ju/dt-1.10.21 * * Included libraries: * DataTables 1.10.21 *...
#!/usr/bin/env python # -*- coding: utf-8 -*- ''' Created on 2011/12/08 @author: Naoto Hori ''' from cafysis.elements.error import MyError from cafysis.elements.psf import Psf, Atom def line2atom(line): line.rstrip() atom = Atom() ## Old #atom.atom_id = int(line[0:8]) #atom.seg_name = line[8:11] ...
const randomId = (n) => [...Array(n)].map((i) => (~~(Math.random() * 36)).toString(36)).join(""); module.exports = randomId;
var _ = require('lodash'); var join = require('path').join; var shell = require('shelljs'); module.exports = function($){ return new Electron($); }; function Electron($){ this.$ = $; this.log = require('./log')($, 'electrify:electron'); } Electron.prototype.package = function(packager_options, do...
var express = require('express'); var createError = require('http-errors'); var router = express.Router(); const Suggestion = require('../../../../models/suggestions'); const Comment = require('../../../../models/comments'); const LikeHistorys = require('../../../../models/likeHistorys'); /* Routing Methods */ router....
import * as React from "react" import { Link } from "gatsby" const Layout = ({ location, title, children }) => { const rootPath = `${__PATH_PREFIX__}/` const isRootPath = location.pathname === rootPath let header if (isRootPath) { header = ( <h1 className="main-heading"> <Link to="/">{title}...
const columnDefs = [{ headerName: 'Top Level Column Group', children: [{ headerName: 'Group A', children: [ { field: 'athlete', minWidth: 200 }, { field: 'country', minWidth: 200, }, { headerName: 'Group', valueGetter: 'data.country.charAt(0)', }, ] ...
import random import numpy as np class PolynomialMutation(): def __init__(self, rate=0.1, eta=20): self.rate = rate self.eta = eta def __repr__(self): return f"cross_rate:{self.rate}, eta_c:{self.eta}" def __call__(self, gene): size = len(gene) res =...
import ast from 'abstract-syntax-tree' export const isObject = (value) => { return typeof value === 'object' && value !== null && !Array.isArray(value) } export const isParams = (type, params) => { return (type === 'FunctionDeclaration' && Array.isArray(params)) } export const convertArrowtoRegular = (node, isAr...
'use strict'; function Do() {} const chain = function(fn, ...args) { const current = done => { if (done) current.done = done; if (current.prev) { current.prev.next = current; current.prev(); } else { current.forward(); } return current; }; const prev = this instanceof Do ?...
'use strict'; /* global Rocketbar, MocksHelper, MockIACPort, MockSearchWindow, MockSystem, MockPromise */ requireApp('system/test/unit/mock_app_window.js'); requireApp('system/test/unit/mock_search_window.js'); requireApp('system/shared/test/unit/mocks/mock_settings_listener.js'); requireApp('system/shared/test/uni...
# coding=utf-8 # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** # *** Do not edit by hand unless you're certain you know what you are doing! *** import warnings import pulumi import pulumi.runtime from typing import Any, Dict, List, Mapping, Optional, Tuple, Union from .. import ...
# -*- coding: utf-8 -*- # ====================================================================================================================== # Copyright (©) 2015-2021 LCS - Laboratoire Catalyse et Spectrochimie, Caen, France. # CeCILL-B FREE SOFTWARE LICENSE AGREEMENT - See full LICENSE agreement in the root dir...
import UIElement, { EVENT } from "@core/UIElement"; import { CLICK, PREVENT, STOP, DEBOUNCE } from "@core/Event"; import icon from "@icon/icon"; import { round } from "@core/functions/math"; import NumberInputEditor from "../property-editor/NumberInputEditor"; export default class PageTools extends UIElement { co...
from .dichotomous import * from .polytomous import *
require("./runtime.js");require("./vendor.js");module.exports = (global["webpackJsonp"] = global["webpackJsonp"] || []).push([["bundle"],{ /***/ "../$$_lazy_route_resource lazy recursive": /***/ (function(module, exports) { function webpackEmptyAsyncContext(req) { // Here Promise.resolve().then() is used instead of ...
# Asset Monitoring Dashboard 1.0 # Cisco Meraki IoT + Cisco Industrial Asset Vision # MIT License, flopach / Cisco Systems 2021 import iav_to_influx import meraki_to_influx import config import time from threading import Thread if __name__ == "__main__": print("Starting py_connector") time.sleep(60) #wait for...
import {inherits as ol_inherits} from 'ol' import ol_interaction_Interaction from 'ol/interaction/Interaction' /** Interaction hover do to something when hovering a feature * @constructor * @extends {ol_interaction_Interaction} * @fires hover, enter, leave * @param {olx.interaction.HoverOptions} * @param { strin...
pass
import babel from "rollup-plugin-babel"; var pkg = require("../package.json"); module.exports = { input: pkg.module, output: { name: "RLibrary", file: "./build/RLibrary.js", format: "umd", globals: { d3: "d3", webcharts: "webCharts" } }, external: (function() { var dependen...
import json class Serialisable: def to_simple_list(self): """Return the object's attributes in a list that can JSON serialised. The only restriction of the format of the list to be returned is that if it is passed to from_simple_list, then we get something equivalent to the origin...
# Dependencies # general from datetime import datetime import inspect import logging import os import time # Funcs def test(safe, safecracker, del_files = [], **kwargs): # Constants output_ts = datetime.now().strftime('%Y-%m-%d %H%M%S') output_filename = f"{output_ts} cracked_password.txt" # time ...
import './App.css'; import Home from './components/Home'; function App() { return ( <div className="App"> <header className="App-header"> <Home /> </header> </div> ); } export default App;
g_db.quests[3191]={id:3191,name:"^ffffffSoldiers of One Family",type:0,trigger_policy:3,on_give_up_parent_fail:1,on_success_parent_success:0,can_give_up:1,can_retake:0,can_retake_after_failure:1,on_fail_parent_fail:0,fail_on_death:0,simultaneous_player_limit:0,ai_trigger:0,ai_trigger_enable:0,auto_trigger:0,trigger_on_...
import React from "react"; import { StyleSheet, Dimensions, ScrollView, Image, ImageBackground, Platform, Linking, View, TouchableOpacity, AsyncStorage } from "react-native"; import { Block, Text, theme } from "galio-framework"; import AppJSON from './../app.json' import { Button } from "../componen...
import numpy as np from tqdm import tqdm from torch.utils.data import TensorDataset, DataLoader from torch.utils.data import RandomSampler, SequentialSampler, random_split import torch # extract tokenized versions of the text def extract_features(df, tokenizer): input_ids = [] attention_masks = [] for te...
const {ApiError, ApiErrorNames} = require('../utils/err_util.js'); const {query, executeTrans} = require('../utils/db_util.js') const UserModel = require('../models/user') const UserService = require('../services/user.js') const {testPhone, isExit} = require('../utils/format_util.js') const rp = require('request-promis...
from lxml import etree class WCS11GetCoverageMixIn(object): def prepareXMLData(self, xml_data): parser = etree.XMLParser(remove_blank_text=True) tree = etree.fromstring(xml_data, parser) try: reference = tree.xpath("wcs:Coverage/ows:Reference", namespaces={ ...
/***@@@ BEGIN LICENSE @@@***/ /*───────────────────────────────────────────────────────────────────────────*\ │ Copyright (C) 2013 eBay Software Foundation │ │ │ │hh ,'""`. ...
import React, { Component } from 'react'; import PropTypes from 'prop-types'; class Login extends Component { static propTypes = { authenticate: PropTypes.func, logout: PropTypes.func, uid: PropTypes.string, }; static defaultProps = { authenticate: () => {}, logout: () => {}, uid: '', }...
'use strict'; var React = require('react'); var SvgIcon = require('../../svg-icon'); var CommunicationPhonelinkSetup = React.createClass({ displayName: 'CommunicationPhonelinkSetup', render: function render() { return React.createElement( SvgIcon, this.props, React.createElement('path', { d...
module.exports = { accepted: ':attribute phải được chấp nhận.', alpha: 'Trường :attribute phải là ký tự', alpha_dash: ':attribute chỉ chấp nhận ký tự chữ cái, số, dấu gạch chéo và gạch dưới.', alpha_num: ':attribute phải là ký tự chữ cái hoặc chữ số.', between: ':attribute phải nằm trong khoảng :min và :max.'...
/** * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */ /** * @module engine/model/selection */ import Position from './position'; import Element from './element'; import Node from './node'; i...
VERSION = (1, 0)
import './scripts/base.js'; import './scripts/functions.js'; import './index.scss';
#! /usr/bin/env python import copy import pickle from itertools import count from itertools import product as cartesian import numpy as np import matplotlib as mpl import matplotlib.pyplot as plots from scipy.special import erfinv import calib.gen as gen import calib.data as data import calib.simulation as sims imp...
!function(t){"use strict";var n=function(){};n.prototype.init=function(){t("#sa-basic").on("click",function(){swal({title:"Any fool can use a computer!",confirmButtonClass:"btn btn-confirm mt-2"}).catch(swal.noop)}),t("#sa-title").click(function(){swal({title:"The Internet?",text:"That thing is still around?",type:"que...
if (typeof module !== 'undefined' && module.exports) { var chai = require('chai'); var Papa = require('../papaparse.js'); } var assert = chai.assert; var RECORD_SEP = String.fromCharCode(30); var UNIT_SEP = String.fromCharCode(31); var FILES_ENABLED = false; try { new File([""], ""); FILES_ENABLED = true; } catch...
#!/usr/bin/env python import os import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "ac_directions.settings") from django.core.management import execute_from_command_line execute_from_command_line(sys.argv)
# Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup -------------------------------------------------------------- # If ex...
/* * Copyright 2019 American Express Travel Related Services Company, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless r...
/** * Schema representing master data for defining pathology result. * See {@tutorial lab-tutorial} for an overview. * * @module pathologyresult */ // import the necessary modules var mongoose = require('mongoose'); var resuable = require('../framework/reusableobjects'); var Schema = mongoose.Schema; /** * Sche...
/*! FullCalendar Resources Common Plugin v4.4.2 Docs & License: https://fullcalendar.io/scheduler (c) 2019 Adam Shaw */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@fullcalendar/core')) : typeof define === 'function' && define.amd ? def...
var searchData= [ ['gear',['gear',['../structDJI_1_1OSDK_1_1Telemetry_1_1RC.html#ab8cfe628ed6ab215c7a96e711cf1c2bc',1,'DJI::OSDK::Telemetry::RC::gear()'],['../structDJI_1_1OSDK_1_1Telemetry_1_1Status.html#af6ba56ad8ee99b1df60e53fdb8b38bb3',1,'DJI::OSDK::Telemetry::Status::gear()'],['../structDJI_1_1OSDK_1_1Telemetry_...
import React from 'react'; import HintsComponent from './HintsComponent'; export default (props) => { return ( <HintsComponent {...props} /> ); };
module.exports={A:{A:{"132":"K C G E A B YB"},B:{"4":"D w Z I M H"},C:{"1":"0 1 3 5 6 7 8 s t u v z x","2":"WB AB F J K C G E A B UB OB","33":"D w Z I M H N O P Q R S T U V W X Y y a b c d e f L h i j k l m n o p q r"},D:{"1":"0 1 3 5 6 7 8 q r s t u v z x BB IB DB FB ZB GB","2":"F J K C G E A B D w Z I M H N O P Q R S...
var express = require("express"); var PORT = process.env.PORT || 8080; //jacksons code here? process.env.JAWSDB_url; var app = express(); // Serve static content for the app from the "public" directory in the application directory. app.use(express.static("public")); // Parse application body as JSON app.use(expres...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var kendo_angular_common_1 = require("@progress/kendo-angular-common"); var upload_service_1 = require("./upload.service"); var util_1 = require("./util"); var validation_util_1 = require("./validation-ut...