text
stringlengths
2
1.04M
angular.module("app").controller("loadOverviewController", [ function() { "use strict"; var animationDuration = 500; // in ms var containerDom = $("#chart"); var margin_top = 20; var margin_right = 45; var margin_bottom = 35; var margin_left = 35; var w = containerDom.width(); var h = containerDom.height(...
import React, { Component } from 'react'; import Person from './Person/Person'; class Persons extends Component { shouldComponentUpdate(nextProps, nextState){ return (nextProps.persons !== this.props.persons); } render() { console.log('Perosns rendering..'); return this.props.persons.map( (...
var searchData= [ ['onvaluesupdated_1416',['OnValuesUpdated',['../class_updatable_data.html#acae16037fd377822e7513a5f24e875ac',1,'UpdatableData']]], ['onvisibilitychanged_1417',['onVisibilityChanged',['../class_terrain_chunk.html#a28ddb9b507deafccba7e7dc45b756219',1,'TerrainChunk']]] ];
/** * Fastly API * Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The...
macDetailCallback("001538000000/24",[{"d":"2005-07-21","t":"add","a":"14100 East Jewell Ave.\nSuite 12\nAurora CO 80012\n","c":"UNITED STATES","o":"RFID, Inc."},{"d":"2015-08-27","t":"change","a":"14100 East Jewell Ave. Aurora CO US 80012","c":"US","o":"RFID, Inc."}]);
/* * Copyright 2014-2019 Jiří Janoušek <janousek.jiri@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of con...
const { Model, DataTypes } = require('sequelize'); const sequelize = require('../config/connection'); class ProductTag extends Model {} ProductTag.init( { id: { type: DataTypes.INTEGER, allowNull: false, primaryKey: true, autoIncrement: true, }, product_id: { type:DataType...
var root = this; datamonkey.hivtrace = function () {}; if (typeof exports !== 'undefined') { if (typeof module !== 'undefined' && module.exports) { exports = module.exports = datamonkey.hivtrace; } exports.datamonkey.hivtrace = datamonkey.hivtrace; } else { root.datamonkey.hivtrace = datamonkey.hivtra...
const urljoin = require("url-join"); const config = require("./data/SiteConfig"); module.exports = { pathPrefix: config.pathPrefix === "" ? "/ModuleSite" : config.pathPrefix, siteMetadata: { siteUrl: urljoin(config.siteUrl, config.pathPrefix), rssMetadata: { site_url: urljoin(config.siteUrl, config.p...
/* Copyright 2019-2021 The Tekton 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 applicable law or agreed to in writing, sof...
/** * 2007-2019 PrestaShop and Contributors * * NOTICE OF LICENSE * * This source file is subject to the Open Software License (OSL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/OSL-3.0 * If you...
import { __decorate } from 'tslib'; import { EventEmitter, ElementRef, Output, Input, Component, Injectable, Renderer2, ContentChildren, ContentChild, HostListener, NgModule } from '@angular/core'; import { trigger, state, style, transition, animate, keyframes } from '@angular/animations'; import { CommonModule } from ...
var parseClassNames = require('../../lib/selectorParse').parseClassNames; function builder(chai, utils) { function classes() { utils.flag(this, 'saveobject', this._obj); var tree = this._obj; var sel = tree.sel; var classNames = parseClassNames(sel); utils.flag(this, 'object', classNames); } ...
import { Set } from 'immutable' import { fetch_meta_post } from '../../util/fetch/meta' import { maybe_fix_obj } from '../../util/maybe_fix_obj' export async function resolve_entities(props) { let entities = Set([...props.entities]) const entitiy_ids = {} const { duration, response: entity_meta_pre } = await fe...
/* DrpxToggle: .isOpen() .toggle() .open() .close() drpxToggleFactory(name): DrpxToggle # service for given name with .destroy() to remove DrpxToggleController: delegates to a DrpxToggle .toggle <ANY drpx-toggle="toggle [as scopeName]">...</ANY> controller: DrpxToggleController */ ;(function(angular)...
/* * Globalize Culture ar-TN * * http://github.com/jquery/globalize * * Copyright Software Freedom Conservancy, Inc. * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * This file was generated by the Globalize Culture Generator * Translation: bugs found in this file need t...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // https://developers.google.com/web/tools/lighthouse/v3/scoring var _default = score => { if (typeof score !== 'number') { return '#e0e0e0'; } let scoreColor = '#0cce6b'; // medium range if (score <...
'use strict'; 'use console'; const _ = require('lodash'); const reply = require('../lib/reply')(); const config = require('../lib/config'); const cli = require('./lib/cli'); exports.command = 'view <cluster_sh> <job_id>'; exports.desc = 'View the job definition\n'; exports.builder = (yargs) => { cli().args('jobs'...
const colorGreen = "#28d070"; const colorBlue = "#234B6C"; const pluginContainer = ` background-image: linear-gradient( rgba(43, 91, 129, 0.9), rgba(19, 46, 74, 0.9) ), url(https://s3.amazonaws.com/switchain.com/images/background.webp); position: relative; padding: 0; background-size: cover !important; backg...
import React from 'react'; const SvgCdn = props => ( <svg width={props.width || 64} height={props.height || 64} {...props}> <g fill="none" fillRule="evenodd"> <circle cx={16} cy={16} fill="#f70808" r={16} /> <path d="M16 6l-1.66 3.016c-.188.328-.525.298-.863.115l-1.2-.607.894 4.633c.189.847-....
this.NesDb = this.NesDb || {}; NesDb[ '3B01A043EB47AA2503A28A861EB686F1505E9A76' ] = { "$": { "name": "Best of the Best: Championship Karate", "class": "Licensed", "catalog": "NES-BB-USA", "publisher": "Electro Brain", "developer": "Loriciel", "region": "USA", "players": "2", "date": "1992-12" }, "c...
import React, { cloneElement, Component, Children } from 'react' import { methods as actions } from '../provider/Client' import { connect } from 'react-redux' import omit from 'lodash/omit' import Navigation from '../components/Navigation' const screens = { xs: 480, sm: 600, md: 960, xl: 1280, xxl:...
module.exports = function (wallaby) { return { files: [ 'src/*.js', '!src/*.test.js' ], tests: ['src/*.test.js'], env: { type: 'node', runner: 'node' }, compilers: { "**/*.js": wallaby.compilers.babel() }, testFramework: 'jest', debug: true }; ...
var PixelDiff = require('pixel-diff'); var shell = require('shelljs'); var fs = require('fs'); var expect = require('chai').expect; function clear_dir(dir) { if (shell.test('-d', dir)) { shell.rm('-rf', dir); } shell.mkdir('-p', dir); } function run_and_compare(cmd, referenceImageDir, outputImageDir, output...
/** * @license * Copyright 2018 The FOAM Authors. All Rights Reserved. * http://www.apache.org/licenses/LICENSE-2.0 */ foam.CLASS({ package: 'foam.nanos.demo.relationship', name: 'Course', ids: [ 'code' ], properties: [ { class: 'StringProperty', name: 'code' }, { class: 'Stri...
import { selectEmployees, makeSelectEmployeesStatus, selectSingleEmployee, makeSelectSingleEmployeeStatus, } from '../selectors'; const employeesList = [ { id: 1, employeeId: 'Emp123', name: 'john dow', age: 18, addresses: [ { id: 1, location: 'Kolkata', }, ...
const config = require('config') const { log } = require('../../logger') exports.up = async function migrationUp(knex) { await knex.schema.createTable('nests', (table) => { if (config.database.client !== 'sqlite' && config.database.client !== 'sqlite3') table.increments('uid') table.string('id').notNullable() t...
import React from 'react'; import "./Button.scss"; import { ButtonContainer } from "./Button.styles"; const Button = ({children, ...otherProps}) => { return ( <ButtonContainer {...otherProps}> { children } </ButtonContainer> ) } export default Button;
'use strict'; var gulp = require('gulp'); var globs = require('../globs'); var runSequence = require('run-sequence'); var loadPlugins = require('gulp-load-plugins'); var plugins = loadPlugins(); gulp.task('watch', function (callback) { var spawn = require('child_process').spawn; var bunyan; var watching = false;...
const sass = require('@stencil/sass'); exports.config = { namespace: 'mycomponent', outputTargets:[ { type: 'dist' }, { type: 'www', serviceWorker: false } ], plugins: [ sass() ] }; exports.devServer = { root: 'www', watchGlob: '**/**' }
import { Link } from "react-router-dom"; import * as Routes from '../../routes'; import { useAuth } from '../../contexts/firebase/auth.context'; import styles from './MainNavigation.module.scss'; const MainNavigation = () => { const {currentUser, signOut} = useAuth(); return ( <nav> <ul> <l...
import React from 'react'; import { animated } from 'react-spring/renderprops'; import { graphql } from 'gatsby'; import styled, { css } from 'styled-components'; import { trackCustomEvent } from 'gatsby-plugin-google-analytics'; import cv from '../assets/documents/Andrew James CV.pdf'; import { formatId } from '../uti...
(window.webpackJsonp=window.webpackJsonp||[]).push([[82],{411:function(_,e,t){!function(_){"use strict";var e={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},t={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};_.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန...
import React from "react" import * as containerStyles from "./container.module.css" export default function Container({ children }) { return <div className={containerStyles.container}>{children}</div> }
import React, { Component } from 'react'; import Towers from './components/TowersFunctional'; import IndiaData from './components/stateWiseList/IndiaData'; import { withAuth0 } from '@auth0/auth0-react'; import classNames from 'classnames/bind'; import AppHeader from './components/appHeader/AppHeader'; import AppTable ...
import React from "react"; import { configure, shallow } from "enzyme"; import Adapter from "enzyme-adapter-react-16"; import NavigationItems from "./NavigationItems"; import NavigationItem from "./NavigationItem/NavigationItem"; configure({ adapter: new Adapter() }); describe("<NavigationItems />", () => { let wra...
import { PropTypes } from "react"; const Checkbox = ({ className, name, value, checked }) => { if (checked) { return (<input className={className} type="checkbox" name={name} value={value} checked onChange={this.onChange} />); } return (<input className={className} type="checkbox" name={name} value={value} ...
// Karma configuration // Generated on Tue Apr 26 2016 09:56:05 GMT+0530 (India Standard Time) module.exports = function (config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) basePath: '', // frameworks to use // available frameworks: https://npmjs.org...
define({ _widgetLabel: 'Layer mappa', goto: 'Zoom a', information: 'Dettagli', increaseOpacity: 'Aumentare opacità', decreaseOpacity: 'Diminuire opacità' });
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault"); exports.__esModule = true; exports.default = void 0; var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")); var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de...
import template from './sw-first-run-wizard-paypal-credentials.html.twig'; import './sw-first-run-wizard-paypal-credentials.scss'; const { Component, Mixin } = Shopware; Component.override('sw-first-run-wizard-paypal-credentials', { template, inject: ['systemConfigApiService'], mixins: [ Mixin.g...
/** * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. * * Camunda licenses this file to you under the MIT; you may not use this ...
var classgraphics_1_1polygon = [ [ "encode", "classgraphics_1_1polygon.html#accef210e1de0bbdbe333ac2e19e4d951", null ] ];
//# sourceMappingURL=app.1740ed99.js.map
import * as React from "react"; import Svg, { Circle, Path } from "react-native-svg"; function SvgTennisballOutline(props) { return <Svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512" {...props}><Circle cx={256} cy={256} r={208} fill="none" stroke={props.fill} strokeLinecap="round"...
var A; (function (A) { var Point = (function () { function Point() { } return Point; })(); var Line = (function () { function Line(start, end) { this.start = start; this.end = end; } return Line; })(); A.Line = Line; funct...
import { getters } from '../../agent'; import { agents } from './data'; describe('#getters', () => { it('availableAgents', () => { const state = { records: agents, }; expect(getters.availableAgents(state)).toEqual([ { id: 1, name: 'John', avatar_url: '', availa...
/// 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...
import React, { useEffect, useState } from "react"; import FormInput from "../common/FormInput"; import FormButton from "../common/FormButton"; import { View, StyleSheet, Text, Dimensions } from "react-native"; import { Title, IconButton } from "react-native-paper"; import DropDownPicker from "react-native-dropdown-pic...
/* * */ 'use strict'; (function(c) { const COMMAND_TYPES = Entry.STATIC.COMMAND_TYPES; c[COMMAND_TYPES.editPicture] = { do() { Entry.playground.painter.redo(); }, state() {}, log(objectId) { return [objectId]; }, recordable: Entry.STATI...
var gmm_acc_stats_8cc = [ [ "main", "gmm-acc-stats_8cc.html#a0ddf1224851353fc92bfbff6f499fa97", null ] ];
// Gradpa Benny PWA app // ---------------------- // Author: Ran Levi const version = 1.07; // Date: 25.04.2020 // This is a PWA built with Swiper JS and Bulma.io. // It is designed as a single common app that can be customized // for different stories and langutes based on json files. // Ver. 1.01 (26.4.2020): // ...
import { convertHsvToRgb } from './convert-hsv-to-rgb.js' describe('convertHsvToRgb', () => { test.each([ [{ h: 0, s: 0, v: 1, a: 1 }, { r: 1, g: 1, b: 1, a: 1 }], [{ h: 0, s: 1, v: 1, a: 1 }, { r: 1, g: 0, b: 0, a: 1 }], [{ h: 0.3333333333333333, s: 1, v: 1, a: 0.33 }, { r: 0, g: 1, b: 0, a: 0.33 }], ...
import Vue from "vue"; import App from "./App.vue"; import VueYoutube from "vue-youtube"; import { library } from "@fortawesome/fontawesome-svg-core"; import { faSignInAlt, faPlusCircle } from "@fortawesome/free-solid-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; import router from './rout...
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([[35],{"2dcc":function(s){s.exports=JSON.parse('{"props":{"limits":"最大最小宽度限制,格式为:\\n[ 最小宽度, 最大宽度 ]\\n单位均为像素","resizerClass":"边缘拖拽条的CSS样式 class 定义","resizerStyle":"边缘拖拽条的CSS样式 style 定义"}}')}}]);
var sec = sec || {}; sec.geo = sec.geo || {}; sec.geo.kml = sec.geo.kml || {}; sec.geo.kml.KmlOptions = function() { this.mode = "absolute"; this.fromString = function(a) { return a;//"absolute"; /* for(var key in sec.geo.kml.KmlOptions.AltitudeMode) { ...
var class_h_p_1_1_h_p_t_r_i_m_1_1_s_d_k_1_1_hwnd = [ [ "Hwnd", "class_h_p_1_1_h_p_t_r_i_m_1_1_s_d_k_1_1_hwnd.html#a28def07e5a3088643b586c517084b086", null ], [ "Hwnd", "class_h_p_1_1_h_p_t_r_i_m_1_1_s_d_k_1_1_hwnd.html#ab18fddc8102ef3ef5d9dd62bff302f31", null ], [ "swigCMemOwn", "class_h_p_1_1_h_p_t_r_i_m_1...
define('module/Popover', function () { /** * Popover (http://getbootstrap.com/javascript/#popovers) */ var Popover = function () { var showPopover = function ($popover, elPlaceholder) { var $placeholder = $(elPlaceholder); var pos = $placeholder.position(), height = $placeholder.height(); ...
/* eslint-disable react/no-unused-prop-types */ import React from 'react'; import PropTypes from 'prop-types'; const FlexBox = props => { const { element: Element, className, style, children } = props; const classProps = {}; if (className) { classProps.className = className; } return ( <Element {......
/** * Copyright 2015 Telerik AD * * 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 ...
import { getters } from '../../inboxes'; import inboxList from './fixtures'; describe('#getters', () => { it('getInboxes', () => { const state = { records: inboxList, }; expect(getters.getInboxes(state)).toEqual(inboxList); }); it('getWebsiteInboxes', () => { const state = { records: inbox...
var express = require('express'); var router = express.Router(); /* GET home page. */ router.post('/', function(req, res, next) { res.render('login'); });
import each from 'async/each'; import toml from 'toml'; import APIHandler from 'lib/api-handler'; import ProjectBuilderActions from 'lib/project-builder/actions'; import { runScriptBuilder } from 'lib/integrations/google-drive'; import { buildConstants, integrationsConstants } from 'lib/project-builder/build-status-co...
function colorfulNumbers(n) { console.log('<ul>') for(i=1 ; i<=n ; i++){ if(i%2 != 0){ console.log(` <li><span style=\'color:green\'>${i}</span></li>`) } else { console.log(` <li><span style=\'color:blue\'>${i}</span></li>`) } } console.lo...
/** * @fileoverview added by tsickle * Generated from: modules/data/src/dataservices/interfaces.ts * @suppress {checkTypes,constantProperty,extraRequire,missingOverride,missingReturn,unusedPrivateMembers,uselessCode} checked by tsc */ /** * A service that performs REST-like HTTP data operations for an entity colle...
import React from 'react'; import PropTypes from 'prop-types'; import { Button } from '../shared'; import { RestartButtonWrapperDiv } from './RestartButton.style'; import { MESSAGE } from '../../constants/messages'; export const RestartButton = ({ restart }) => { const onClick = () => { alert(MESSAGE.CONFIRM_RES...
import { I18N } from "./config"; export default { /* ** Nuxt rendering mode ** See https://nuxtjs.org/api/configuration-mode */ ssr: false, /* ** Nuxt target ** See https://nuxtjs.org/api/configuration-target */ target: "server", /* ** Headers of the page ** See https://nuxtjs.org/api...
import TokenOwnerOf from './TokenOwnerOf' import { drizzleConnect } from 'drizzle-react' // May still need this even with data function to refresh component on updates for this contract. const mapStateToProps = state => { return { accounts: state.accounts, ethritage: state.contracts.ethritageToken, drizz...
var callbackArguments = []; var argument1 = function (d) { callbackArguments.push(arguments) return d3.select(this).node().classList[1] !== liClass; }; var argument2 = function () { callbackArguments.push(arguments) for (i = 0; i < len; i++) { if (jQuery.contains(self[i], this)) { retu...
/*! * Reqwest! A general purpose XHR connection manager * (c) Dustin Diaz 2013 * https://github.com/ded/reqwest * license MIT */ !function (name, context, definition) { if (typeof module != 'undefined' && module.exports) module.exports = definition() else if (typeof define == 'function' && define.amd) def...
//Read by using fs module const fs = require("fs"); fs.readFile("user.json", function(err, data) { if (err) throw err; const users = JSON.parse(data); console.log(users); });
/** * 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. */ import { _ as _objectWithoutProperties, I as Icon, a as _extends } from '../I...
const CoreLevelPouch = require('pouchdb-adapter-leveldb-core') const { compose, replace, assoc, merge } = require('ramda') const mysqldown = require('@twilson63/mysql-down') //const mysqldown = require('../') function MysqlDownPouch(opts, callback) { opts = compose( assoc( 'name', 'json://' + ...
const COPY = "content_copy"; const COPIED = "done"; const copy = async (obj) => { // <span class="copy"><span class="material-icons">{{text}}</span></span> await navigator.clipboard.writeText(obj.children[1].innerText).then( () => { let icon = obj.children[0].children[0]; icon.textContent = COPIED;...
var Immutable = require('immutable'); var pad = require('pad'); var parseAuthor = require('../utils/parseAuthor'); var Author = Immutable.Record({ name: String(), email: String(), timestamp: Number(), timezone: String() }); Author.prototype.getName = function() { return this.get('name'); }; Auth...
/* eslint-disable */ import supertest from 'supertest'; import moxios from 'moxios'; import models from '../../../database/models'; import app from '../../../app'; import Utils from '../../../helpers/Utils'; import { userOgo, userOgoNotifications } from './__mocks__/notificationsData'; import { role } from '../../u...
'user strict'; /** * @author Cyril Lapinte - <cyril.lapinte@mtpelerin.com> */ const assertRevert = require('../helpers/assertRevert'); const OperatorMock = artifacts.require('../../contracts/mock/OperatorMock.sol'); const OPERATOR = web3.utils.toHex('OPERATOR').padEnd(66, '0'); const OPERATOR1 = web3.utils.toHex('...
import styled from 'styled-components'; export default styled.th` padding: 10px; text-align: center; border-left: 1px solid; &:nth-child(1) { border-left: 0px solid; } `;
//# sourceMappingURL=index.js.map
import check from 'check-types'; import type from 'type-detect'; import logger from '../utils/logger'; import { globalConfig, testConfig } from '../config/defaultConfigs'; const logError = (name, wrongType, correctType) => logger.error( `Invalid argument ${name} with type ${wrongType} been passed. Argument should be...
// Bicolor icons export { default as Agreement } from "./components/bicolor/Agreement"; export { default as Calculator } from "./components/bicolor/Calculator"; export { default as Constitution } from "./components/bicolor/Constitution"; export { default as Contract } from "./components/bicolor/Contract"; export { defa...
"use strict"; var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; }; var _createClass = (function () { function defineProperties(target, props) { for (var key in props) { var prop = props[key]; prop.configurable = true; if (prop.value) prop.writable = true; } Object.definePrope...
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function toKey(value, equalCompareProp = 'id') { if (typeof value === 'string') { return value; } if (value && typeof value === 'object') { const jsonObject = value.toJSON ? value.toJSON() : value; if (equal...
export function timeDifference(givenTime) { givenTime = new Date(givenTime); const milliseconds = new Date().getTime() - givenTime.getTime(); const numberEnding = number => { return number > 1 ? 's' : ''; }; const number = num => (num > 9 ? '' + num : '0' + num); const getTime = () => { let temp = M...
// ----------------------------------------------------- // Filter // - - - // Meant to narrow down an array of log items based on a given set of filters // ----------------------------------------------------- module.exports.filter = function( items, filters ) { var hasItems = items && items.length , i, j ; // ...
jQuery(function ($) { $('#form').submit(function (e) { if (!$('.industry-checkbox').is(':checked')) { e.preventDefault(); document.getElementById("checkbox-alert").innerHTML = "<div class='alert alert-warning mt-4 mb-5 text-center'>" + " <strong>Indus...
// Regular expression that matches all symbols in the Spacing Modifier Letters block as per Unicode v4.0.1: /[\u02B0-\u02FF]/;
module.exports={A:{A:{"1":"H D G E A B","16":"GB"},B:{"1":"C p z J L N I"},C:{"1":"0 2 3 4 6 8 9 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 q r s t u v w x y DB AB BB","2":"5 bB F K ZB TB"},D:{"1":"AB BB NB HB b dB IB JB KB LB","2":"0 2 3 4 6 8 9 F K H D G E A B C p z J L N I O P Q ...
isWindows = -1 < navigator.platform.indexOf("Win"), isWindows ? ($(".sidebar .sidebar-wrapper, .main-panel").perfectScrollbar(), $("html").addClass("perfect-scrollbar-on")) : $("html").addClass("perfect-scrollbar-off"); var breakCards = !0, searchVisible = 0, transparent = !0, transparentDemo = !0, fixe...
// All material copyright ESRI, All Rights Reserved, unless otherwise specified. // See http://js.arcgis.com/3.15/esri/copyright.txt and http://www.arcgis.com/apps/webappbuilder/copyright.txt for details. //>>built define({"themes/FoldableTheme/widgets/HeaderController/nls/strings":{_widgetLabel:"Ovlada\u010d z\u00e1h...
/** * Module dependencies. */ var connect = require('../../lib/connect'); var pub = __dirname + '/public'; /** * Update development submodules (git submodule update --init), * or comment out the following line if you have "sass" installed. */ require.paths.unshift('../../support/sass/lib'); connect.createServ...
var searchData= [ ['orx',['Orx',['../group___orx.html',1,'']]], ['orx_2eh',['orx.h',['../orx_8h.html',1,'']]], ['orx2rgba',['orx2RGBA',['../group__orx_display.html#ga893a18170f371e8bb402277cc39d15fa',1,'orxDisplay.h']]], ['orx_5fdefaulteventhandler',['orx_DefaultEventHandler',['../group___orx.html#ga62230a89f79...
import angular from 'angular'; export const AppSettings = function ($timeout, hubApiService, apiBackoffTimeMs, logger, _) { 'ngInject'; const model = {}; let fetcherPromise = null; model.data = {}; model.refresh = refresh; model.update = update; model.getAppTitle = getAppTitle; model.getPlatformNam...
import { API_CANONN_STEP } from '../../settings'; /* query { } is omited on purpose */ export default function gvtypesSchema(limit = API_CANONN_STEP, start = 0, whereFilter="{}") { return ` { gvtypes( limit: ${limit}, start: ${start}, where: ${whereFilter} ...
const httpStatus = require('http-status-codes') , createRouter = require('../helpers/createRouter') , config = require('../config') , log = require('../helpers/log') , printRoutes = require('../helpers/printRoutes') , getLocalRoutes = require('../helpers/getLocalRoutes') module.exports = async app ...
'use strict'; module.exports = { url: 'https://lumen.netlify.com', pathPrefix: '/', title: 'Lock Groove', subtitle: 'Pellentesque odio nisi, euismod in, pharetra a, ultricies in, diam. Sed arcu.', copyright: '© All rights reserved.', disqusShortname: '', postsPerPage: 4, googleAnalyticsId: 'UA-73379983...
"use strict"; jest.dontMock('../BlobFileReader.js').dontMock('../MediaFileReader.js').dontMock('../ChunkedFileData.js'); var BlobFileReader = require('../BlobFileReader'); function throwOnError(onSuccess) { return { onSuccess: onSuccess, onError: function onError() { throw new Error(); } }; } ...
//>>built define("dojo/cldr/nls/zh-tw/number",{"decimalFormat-long":"000\u5146",nan:"\u975e\u6578\u503c",currencyFormat:"\u00a4#,##0.00",$locale:"zh-hant-tw","decimalFormat-short":"000T"}); //@ sourceMappingURL=number.js.map
$(function () { $("#change-name").removeAttr("data-disable-with") $("#edit-members").removeAttr("data-disable-with") //$("#change-name").click(function(){ $('.edit_list').submit(function(event) { event.preventDefault(); var action = $(this).attr('action') var valu...
function additionWithoutCarrying(param1, param2) { var result = 0, num = 1; while (param1 + param2 > 0) { num *= 10; result += (param1 + param2) % num; param1 -= param1 % num; param2 -= param2 % num; } return result; }