text stringlengths 3 1.05M |
|---|
/*
* /MathJax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
*
* Copyright (c) 2009-2013 The MathJax Consortium
*
* Part of the MathJax library.
* See http://www.mathjax.org for details.
*
* Licensed under the Apache License, Version 2.0;
* you may not use this file except in compliance with the Lice... |
import React, { Fragment } from 'react';
import VodCardContainer from './VodCardContainer';
import ClipContainer from './ClipContainer';
import ClipCardsContainer from './ClipCardsContainer';
import {withRouter} from 'react-router-dom';
import {connect} from 'react-redux';
import {withStyles} from '@material-ui/core... |
# Copyright 2014-2018 The PySCF Developers. 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 appl... |
/**
* @name exports
* @static
* @summary Arguments for the library query
*/
module.exports = {
'composed-of': {
type: 'reference',
fhirtype: 'reference',
xpath: "Library.relatedArtifact[type/@value='composed-of'].resource",
definition: 'http://hl7.org/fhir/SearchParameter/Library-composed-of',
descriptio... |
import UserStory from "../db/models/userStory.model";
class UserStoryController {
static async addUserStory(req, res) {
try {
const data = { ...req.body };
if (req.file) {
data.fileURL = req.file.location;
}
const customerStory = await UserStory.create(data);
return res.stat... |
export class State {
/**
* Build a state instance
* @param name {string} the state name
* @param trigger {string} the state trigger
*/
constructor(name, trigger) {
this.name = name;
this.trigger = trigger;
}
/**
* Check whether the trigger has been fired or not
... |
import { combineReducers } from 'redux';
const default_state = {
init: false
};
const appReducer = (state = default_state, action)=>{
switch (action.type) {
}
return state;
};
export default combineReducers({
app: appReducer,
}); |
var should = require('chai').should()
|
/**
* Create snapshot of the Dynamic Lighting layer and transition between them on
* a timer, creating an animation.
*
* `!snapshot frames` will capture the current state of the Dynamic Lighting layer and be ready to animate it for frames/20 seconds.
* `!reset` will clear the animation buffer
* `!run` and `!stop... |
// Copyright 2019 Google LLC
//
// 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
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
const path = require("path");
const webpack = require("webpack");
const fg = require("fast-glob");
const CopyWebpackPlugin = require("copy-webpack-plugin");
const {
CleanWebpackPlugin
} = require("clean-webpack-plugin");
const ExtensionReloader = require("webpack-extension-reloader");
const HtmlWebpackPlugin = requir... |
/**
* 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';
function _interopDefault (ex) { return (ex && (typeof ex === '... |
import React from 'react';
import PropTypes from 'prop-types';
import {TouchableWithoutFeedback} from 'react-native';
import PDF from 'react-native-pdf';
import styles from '../../styles/styles';
import * as StyleUtils from '../../styles/StyleUtils';
import withWindowDimensions, {windowDimensionsPropTypes} from '../wit... |
module.exports = function(router, content) {
// START__####################################################################################################
// File: Dentist visited?
// Variable: mentalHealth
router.post('/application/_1-adult/_7-treatment/dentist-visited', function(req, res) {
var buttonC... |
/**
* Kendo UI v2019.1.220 (http://www.telerik.com/kendo-ui)
* Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.... |
import { EventBase } from "kudzu/events/EventBase";
import { tag } from "kudzu/html/tags";
import { setOpen } from "./ops";
/**
* A pseudo-element that is made out of other elements.
**/
export class HtmlCustomTag extends EventBase {
element;
/**
* Creates a new pseudo-element
* @param tagName - the... |
// @flow
import fs from 'fs-extra';
import AbstractVinyl from './abstract-vinyl';
import ValidationError from '../../../error/validation-error';
import logger from '../../../logger/logger';
export default class JSONFile extends AbstractVinyl {
override: boolean = false;
async write(): Promise<string> {
const ... |
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["exports", "../createIcon"], factory);
} else if (typeof exports !== "undefined") {
factory(exports, require("../createIcon"));
} else {
var mod = {
exports: {}
};
factory(mod.exports, global.createIc... |
console.log('I am find-me folder, index.js');
|
var packNumber = require('./Number.js').pack;
var LENGTH_UNIT = {
// absolute length units
'px': true,
'mm': true,
'cm': true,
'in': true,
'pt': true,
'pc': true,
// relative length units
'em': true,
'ex': true,
'ch': true,
'rem': true,
// viewport-p... |
/* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. */
/******************************************************************************
*
* You may not use the identified files except in compliance with the Apache
* License, Version 2.0 (the "License.")
*
* You may obtain a copy of the ... |
/**
* @fileoverview Prevent usage of setState in componentDidUpdate
* @author Yannick Croissant
*/
'use strict';
const makeNoMethodSetStateRule = require('../util/makeNoMethodSetStateRule');
module.exports = makeNoMethodSetStateRule('componentDidUpdate');
|
import React from 'react';
const VideoListItem = ({video}) => {
const imageUrl = video.snippet.thumbnails.default.url;
return(
<li className="list-group-item">
<div className="video-list media">
<div className="media-left">
<img src={imageUrl} className="media-object" />
</div>
... |
const api = require('../../config/api.js');
const user = require('../../utils/user.js');
const util = require('../../utils/util.js');
const utils = require('../../utils/utils.js');
//获取应用实例
const app = getApp();
Page({
data: {
newGoods: [],
hotGoods: [],
topics: [],
topicdonate: [],
brands: [],... |
# -*- coding: utf-8 -*-
#
# michael a.g. aïvázis <nichael.aivazis@para-sim.com>
# (c) 1998-2022 all rights reserved
# support
import re
import subprocess
# framework
import merlin
# the C compiler from the GNU compiler suite
class GNU(merlin.component, implements=merlin.protocols.compiler):
"""
Common base ... |
'use strict';
ApplicationConfiguration.registerModule('compare'); |
'''
test___init__ - Tests dns_sprockets_lib.loaders package.
.. Copyright (c) 2015 Neustar, Inc. All rights reserved.
.. See COPYRIGHT.txt for full notice. See LICENSE.txt for terms and conditions.
'''
# pylint: skip-file
import dns_sprockets_lib.loaders as loaders
def test_ZoneLoader():
class TestZoneLoader... |
import { expect } from 'chai';
import { spec } from 'modules/sublimeBidAdapter.js';
import { newBidder } from 'src/adapters/bidderFactory.js';
let utils = require('src/utils');
describe('Sublime Adapter', function () {
const adapter = newBidder(spec);
describe('sendEvent', function () {
let sandbox;
cons... |
/*
* Copyright (c) 2015 by UCAR
* BSD 2-Clause License:
* https://raw.githubusercontent.com/NCAR/openlayers-polygon/main/LICENSE
*
* Usage: see the comments before createPolygon function and the associated file "eol.html"
*/
var EOL = (function(eol,$) {
var global = this;
var map_ = null;
var vectorLayer_... |
'use strict';
const assert = require('./../../assert');
const common = require('./../../common');
let battle;
describe('Fallout calculation', function () {
afterEach(function () {
battle.destroy();
});
it('should make Hail/Sandstorm damage some pokemon but not others', function () {
battle = common.createBat... |
function (doc) {
if (doc['dcterms:subject']) {
for(var i=0;i<doc['dcterms:subject'].length;i++){
emit([doc['dcterms:subject'][i]['@id']],doc['dcterms:subject'][i]['rdfs:label']);
}
}
} |
import { Dimensions, Platform, StatusBar } from 'react-native';
const { width, height } = Dimensions.get('window');
export const isiOS = Platform.OS === 'ios';
export const isIphoneX = isiOS && (height === 812 || width === 812);
export const iOSHeaderTopPadding = isIphoneX ? 39 : 15;
export const iOSHeaderHeight = is... |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=cross_request.js.map |
from rest_framework import serializers
from editors.models import Editor
class EditorSerializer(serializers.ModelSerializer):
owner = serializers.ReadOnlyField(source='owner.username')
class Meta:
model = Editor
fields = ('id', 'name', 'owner')
from django.contrib.auth.models import User
... |
(function(d){d['km']=Object.assign(d['km']||{},{a:"មិនអាចអាប់ឡូតឯកសារ៖",b:"Image toolbar",c:"Table toolbar",d:"Edit block",e:"Yellow marker",f:"Green marker",g:"Pink marker",h:"Blue marker",i:"Red pen",j:"Green pen",k:"Remove highlight",l:"Highlight",m:"Text highlight toolbar",n:"Font Size",o:"Default",p:"Tiny",q:"Sm... |
class BaseAuthenticator:
args = []
@classmethod
def authenticate(cls, **kwargs):
return False
|
import os
import urllib.parse
import argparse
parser = argparse.ArgumentParser()
parser.add_argument("-id", "--inputdir", required=True, help="Input existing directory that contains all cleaned html files.")
parser.add_argument("-of", "--outputfile", required=True, help="Output a new xml file that will contain URL lin... |
// --------------DEPENDENCIES-------------------
// npm packages
const path = require("path");
const express = require("express");
const session = require("express-session");
const exphbs = require("express-handlebars");
// create variable for express()
const app = express();
// PORT variable for listener
const PORT =... |
from django.contrib import admin
from django.urls import path, include
from django.views.generic import RedirectView
urlpatterns = [
path('admin/', admin.site.urls),
path('', RedirectView.as_view(pattern_name='reviews:api-root')),
path('api/', include('reviews.urls', namespace='reviews')),
path('api/au... |
import React from 'react';
import createSvgIcon from './utils/createSvgIcon';
export default createSvgIcon(
<path d="M16 17.01V11c0-.55-.45-1-1-1s-1 .45-1 1v6.01h-1.79c-.45 0-.67.54-.35.85l2.79 2.78c.2.19.51.19.71 0l2.79-2.78c.32-.31.09-.85-.35-.85H16zM8.65 3.35L5.86 6.14c-.32.31-.1.85.35.85H8V13c0 .55.45 1 1 1s1-.4... |
const jwt = require("jsonwebtoken");
const issuer = "LesFadenDev";
const audience= "lesfaden.de";
const validtime = '2h';
const algorithms= 'HS256';
const secrect= "NGUzOWNlMjA3MTA4YTM2Zjk0OGM3NjYzNzgyMjE2NDhhNGE1OGMzMjQzMTQxNGFiMjNmYmEzNjZiNjNjMDIzZDJlZGU2NGY3M2EyMmFhY2EzMmE5OTk2YThmY2QwMmIxYmFlNjg2NWRlY2NkNzVlNmEzNTJ... |
const router = require('express').Router()
const User = require('../db/models/user')
module.exports = router
router.post('/login', async (req, res, next) => {
try {
const user = await User.findOne({where: {email: req.body.email}})
if (!user) {
console.log('No such user found:', req.body.email)
re... |
#
# Copyright (c) 2010-2016, MIT Probabilistic Computing Project
#
# Lead Developers: Dan Lovell and Jay Baxter
# Authors: Dan Lovell, Baxter Eaves, Jay Baxter, Vikash Mansinghka
# Research Leads: Vikash Mansinghka, Patrick Shafto
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may... |
/*! Select2 4.0.1 | https://github.com/select2/select2/blob/master/LICENSE.md */
(function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var e=jQuery.fn.select2.amd;return e.define("select2/i18n/da",[],function(){return{errorLoading:function(){return"Resultaterne kunne ikke indlæses."},inputTooL... |
/*
* This file has been compiled from: /modules/system/lang/fr/client.php
*/
if ($.wn === undefined) $.wn = {}
if ($.oc === undefined) $.oc = $.wn
if ($.wn.langMessages === undefined) $.wn.langMessages = {}
$.wn.langMessages['fr'] = $.extend(
$.wn.langMessages['fr'] || {},
{"markdowneditor":{"formatting":"For... |
web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"));
var abi = [{"constant":false,"inputs":[],"name":"gameQuery","outputs":[{"name":"","type":"bool"}],"payable":false,"type":"function"},{"constant":true,"inputs":[],"name":"koETHHost","outputs":[{"name":"","type":"address"}],"payable":false,"type"... |
load("fcfbc86708bc3a4062c2091a062e13b6.js");
load("faa81dc98fc13338aca921d45eebae79.js");
/// 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 ... |
export default {
el: {
colorpicker: {
confirm: 'Confirmar',
clear: 'Limpar'
},
datepicker: {
now: 'Agora',
today: 'Hoje',
cancel: 'Cancelar',
clear: 'Limpar',
confirm: 'Confirmar',
selectDate: 'Selecione a data',
selectTime: 'Selecione a hora',
s... |
import React, { Component } from 'react';
import { connect } from 'react-redux';
import RaisedButton from 'material-ui/RaisedButton';
import { Grid, Row, Col, Table, DropdownButton } from 'react-bootstrap';
import { Card, CardHeader, CardText, CardTitle } from 'material-ui/Card';
import Checkbox from 'material-ui/Check... |
module.exports = async d => {
const {name, code} = d.command;
return {
code: d.util.setCode({function: d.func, code, result: name})
}
} |
import React, { useEffect, useState } from 'react';
import axios from 'axios'
import { useDispatch, useSelector } from 'react-redux';
import { Container, Row, Col, Image, Button, Collapse } from 'react-bootstrap';
import { listProductDetails } from '../actions/productActions';
import { Link, useParams } from 'reac... |
import React from 'react';
import Routes from './Components/Routes';
function App() {
return (
<div className="App">
<Routes/>
</div>
);
}
export default App;
|
import _ from 'lodash';
import PropTypes from 'prop-types';
import React, {PureComponent} from 'react';
import {LayoutAnimation, StyleSheet, Keyboard, TextInput, PixelRatio, I18nManager} from 'react-native';
import {Constants} from '../../helpers';
import {asBaseComponent} from '../../commons';
import Assets from '../.... |
import isString from 'lodash.isstring'
import isNil from 'lodash.isnil'
export const TRUNCATED_COMPONENT_KEY = 'c-Truncate__content__chunks'
export const TRUNCATED_CLASSNAMES = {
component: TRUNCATED_COMPONENT_KEY,
withSplitter: 'with-splitter',
firstChunk: `${TRUNCATED_COMPONENT_KEY}__first`,
secondChunk: `$... |
/* global */
'use strict'
var $ = require('jquery')
var yo = require('yo-yo')
var ethJSUtil = require('ethereumjs-util')
var BN = ethJSUtil.BN
var helper = require('../../lib/helper')
var copyToClipboard = require('./copy-to-clipboard')
var css = require('../../universal-dapp-styles')
var MultiParamManager = require('... |
(function() {
loadOptions();
submitHandler();
})();
function submitHandler() {
var $submitButton = $('#submitButton');
$submitButton.on('click', function() {
console.log('Submit');
var return_to = getQueryParam('return_to', 'pebblejs://close#');
document.location = return_to + encodeURIComponent(JSON.string... |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "LayoutStyle", {
enumerable: true,
get: function get() {
return _style.LayoutStyle;
}
});
Object.defineProperty(exports, "LayoutContainer", {
enumerable: true,
get: function get() {
return _s... |
function main() {
const v2 = [-402407275];
const v5 = (2).toPrecision(3,2,"*rBqVy//Sg");
}
%NeverOptimizeFunction(main);
main();
|
from datetime import datetime
from sqlalchemy import (
Column,
UniqueConstraint,
Integer,
ForeignKey,
DateTime,
Boolean,
or_,
)
from sqlalchemy.orm import relationship
from sqlalchemy.orm.exc import NoResultFound
import zeeguu.core
from zeeguu.core.model import Article, User
from zeeguu.co... |
// file: random-password-generator.js
/**
* Random Password Generator
* © Vivid Ventures LLC 2021
*
* Usage:
* rpg.generatepass(passwordLength,numberOfSpecialCharacters)
* rpg.generatepass(10,3)
* OR
* RandomPasswordGenerator.generatepass(10,3)
*
* returns:
* a ten ... |
/**
* @name FlipDown
* @description Flip styled countdown clock
* @author Peter Butcher (PButcher) <pbutcher93[at]gmail[dot]com>
* @param {number} uts - Time to count down to as unix timestamp
* @param {string} el - DOM element to attach FlipDown to
* @param {object} opt - Optional configuration settings
**/
cla... |
# nate@prefect.io - 10/18/21
# aws lambda-based, event-driven flow trigger
# using example event: s3:ObjectCreated:*
import logging
import os
from typing import Any, Dict
import boto3
import prefect
from prefect.run_configs.kubernetes import KubernetesRun
logging.basicConfig()
logger = logging.getLogger()
logger.se... |
# coding: utf-8
"""
Isilon SDK
Isilon SDK - Language bindings for the OneFS API # noqa: E501
OpenAPI spec version: 2
Contact: sdk@isilon.com
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
from __future__ import absolute_import
import unittest
import isi_sdk_7_2
from isi... |
import React from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import classNames from 'classnames';
//
import * as Basic from '../../basic';
import * as Utils from '../../../utils';
import { IdentityManager, DataManager, ConfigurationManager, FormProjectionManager, SecurityManager... |
'use strict';
var video = window.video = document.querySelector('video');
var url = '../video/small.webm';
var rangeLength = 50000; // bytes
var totalBytes = 0;
getVideoHeaders();
function getVideoHeaders() {
var options = {
headers: {
'method': 'HEAD'
}
};
fetch(url, options).then(function(res... |
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2017-11-15 15:19
from __future__ import unicode_literals
import annoying.fields
import datetime
from django.conf import settings
import django.core.validators
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.M... |
const simpleDDP = require('simpleddp')
const ws = require('isomorphic-ws')
const fs = require('fs')
const stringify = require('stringify-object')
const osort = require('./lib/object-sort')
const prettier = require('prettier')
const prettierRules = require('../.prettierrc.json')
prettierRules.parser = 'babel'
const deb... |
'use strict';
const Sequelize = require('sequelize');
const LeagueTable = {
// example of id = '380-17-11-DEF'
// AS 'fixtureId-teamforid-pointitemid-position'
id: {
type: Sequelize.STRING(13),
primaryKey: true,
allowNull: false,
},
fixture_id: {
type: Sequelize.SMALLINT,
allowNull: fals... |
from ctypes import *
from conman import libconman
from conman.state import *
from conman.resource import Resource
class Dir(Resource):
def __init__(self, path, state=present, owner='', group='', mode='', recurse=0):
self._type = self._gettype()
self.name = path
self.state = state
self.owner = owner
self.gro... |
var tlm=function(Le){'use strict';/**
* @license
* Copyright 2019 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://... |
let chalk = require('chalk')
let pkg = require('./package.json')
module.exports = function showVersion (print) {
print(`check-dts ${ chalk.bold(pkg.version) }`)
}
|
# coding: utf-8
"""
Server API
Reference for Server API (REST/Json)
OpenAPI spec version: 2.0.9
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
from __future__ import absolute_import
import os
import sys
import unittest
import kinow_client
from kinow_client.rest import A... |
import click
from flask.cli import FlaskGroup
from . import create_app_wsgi
@click.group(cls=FlaskGroup, create_app=create_app_wsgi)
def main():
"""Management script for the flask_start application."""
if __name__ == "__main__": # pragma: no cover
main()
|
/*
* =============================
* Communicator
* This class facilitates any communication
* with underlying services.
* =============================
*/
define(['socket.io'], io =>{
class Communicator {
constructor(handlersMap) {
this._handlers = [];
this._socket = io();... |
from urlparse import urlparse
from google.appengine.api import users
from google.appengine.ext import ndb
import os
import webapp2
from mdetect import UAgentInfo
class WhiteListEntry(ndb.Model):
emailAddress = ndb.StringProperty()
class MainHandler(webapp2.RequestHandler):
def get(self):
uagent = UAg... |
from typing import List
from daipecore.lineage.argument.ArgumentMappingInterface import ArgumentMappingInterface
class ArgumentClassResolver:
def __init__(self, argument_mappings: List[ArgumentMappingInterface]):
all_mapping = dict()
for argument_mapping in argument_mappings:
all_mapp... |
/*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... |
/**
* jQuery EasyUI 1.4.2
*
* Copyright (c) 2009-2015 www.jeasyui.com. All rights reserved.
*
* Licensed under the GPL license: http://www.gnu.org/licenses/gpl.txt
* To use it on other terms please contact us at info@jeasyui.com
*
*/
(function($){
function _1(_2){
$(_2).addClass("droppable");
$(_2).bind("_drag... |
const initialState = {
todos: []
};
export default initialState;
|
$(function(){
$("[name='dataTable_length']").on("change", function(){
let option = $(this).val();
let current_url = window.location.href;
if(current_url.indexOf("?") === -1){
current_url += "?entries="+option;
}else{
if(current_url.indexOf("entries") === -1)... |
/*
Copyright © 2001-2004 World Wide Web Consortium,
(Massachusetts Institute of Technology, European Research Consortium
for Informatics and Mathematics, Keio University). All
Rights Reserved. This work is distributed under the W3C® Software License [1] in the
hope that it will be useful, but WITHOUT ANY WARRANT... |
/*
* NOTE:
* This file is plugin stub for main.js
*/
import Vue from 'vue'
import plugin from './index'
Vue.use(plugin)
/*
* NOTE:
* If you want Vue instance of main.js to import something in your plugin as a Vue option,
* you need to export it here.
*/
export default plugin
|
const axios = require('axios')
const cersex = () => {
return new Promise((resolve, reject) => {
var url = `https://arugaz.herokuapp.com/api/cersex2`
axios.get(url)
.then(res => {
const { result } = res.data
resolve({ result })
})
})
}
mo... |
import React from 'react';
import PropTypes from 'prop-types';
import { View, Animated, ViewPropTypes, AppState,Easing } from 'react-native';
import GaugeProgress from './GaugeProgress';
const AnimatedProgress = Animated.createAnimatedComponent(GaugeProgress);
const ActiveState = "active"
export default class Animated... |
# 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.
from typing import Optional, Tuple
import torch
import torch.nn as nn
import torch.nn.functional as F
from fairseq.modules import (
Layer... |
import React, { lazy } from 'react'
import {
CBadge,
CButton,
CButtonGroup,
CCard,
CCardBody,
CProgress,
CCallout,
CCardGroup,
CCardFooter,
CCol,
CLink,
CRow,
CWidgetProgress,
CWidgetIcon,
CWidgetProgressIcon,
CWidgetSimple
} from '@coreui/react'
import CIcon from '@coreui/icons-react'
... |
/*
* reframe.js - Reframe.js: responsive iframes for embedded content
* @version v3.0.2
* @link https://github.com/yowainwright/reframe.ts#readme
* @author Jeff Wainwright <yowainwright@gmail.com> (http://jeffry.in)
* @license MIT
*/
!(function (e, t) {
"object" == typeof exports && "undefined" != typeof module... |
import { __ } from '~/locale';
import AjaxFilter from '../droplab/plugins/ajax_filter';
import { deprecatedCreateFlash as createFlash } from '../flash';
import DropdownUtils from './dropdown_utils';
import FilteredSearchDropdown from './filtered_search_dropdown';
import FilteredSearchTokenizer from './filtered_search_t... |
(function(window, document, $, undefined) {
$(function () {
var urlParm=erpShopApp.getQueryString('name'); //取url参数
$('#myTab a').each(function(index,ele){ //页面初始化 显示哪个tab
var hrefVal=$(ele).attr('href').replace('#', '')
if($(ele).attr('href').replace('#', '')==urlParm){
$(ele).tab('show')... |
var group___c_o___s_d_o =
[
[ "SDO message contents", "group___c_o___s_d_o__message_contents.html", null ],
[ "Object dictionary", "group___c_o___s_d_o__object_dictionary.html", null ],
[ "Object Dictionary function", "group___c_o___s_d_o___o_d__function.html", null ],
[ "CO_SDO.h", "_c_o___s_d_o_8h.htm... |
import http.server
import json
import os
import re
import ssl
from typing import Dict
from typing import List
class RequestHandler(http.server.BaseHTTPRequestHandler):
created_repositories: List[str] = []
def do_GET(self) -> None:
host = self.headers["host"]
print(f"Incoming GET request to {h... |
import FileTemplateSelector from '../file_template_selector';
import initDeprecatedJQueryDropdown from '~/deprecated_jquery_dropdown';
export default class BlobCiSyntaxYamlSelector extends FileTemplateSelector {
constructor({ mediator }) {
super(mediator);
this.config = {
key: 'gitlab-ci-yaml',
n... |
import React from "react"
import ReactDOM from "react-dom"
import {Provider, createStore, applyMiddleware} from "relinx"
import {thunk, logger} from "@relinx/middleware"
import createModel from "./models"
import App from "./container/app"
const store = createStore(
{
models: createModel()
},
applyMiddleware... |
export { default } from 'ember-letter-by-letter/components/ember-lxl'; |
var searchData=
[
['b',['b',['../classClassicThackerTest.html#a47d1748d983fa34782d765fdfc9eea32',1,'ClassicThackerTest::b()'],['../classTest.html#a7bddd128de5558db4bae9a7542c8ae81',1,'Test::b()'],['../classLakeAtRestTest.html#a15491ec847ab6b11c9d15ac670ebf350',1,'LakeAtRestTest::b()'],['../classBowlTest.html#af8bd1ea... |
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Top-level presubmit script for isolate.
See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for
details on the presubmit API ... |
"use strict";
module.exports = function(sequelize, DataTypes) {
var Package = sequelize.define('package', {
id: {
type: DataTypes.INTEGER(11),
allowNull: false,
primaryKey: true,
autoIncrement: true,
unique: true
},
package_type_id... |
"use strict";
var Observable_1 = require('rxjs/Observable');
var select_1 = require('../../operator/select');
Observable_1.Observable.prototype.select = select_1.select;
|
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])... |
"use strict";
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
return new (P || (P = Promise))(function (resolve, reject) {
function fulfilled(value) { t... |