text
stringlengths
2.5k
6.39M
kind
stringclasses
3 values
import type {Mutable} from "../types/Mutable"; import {Timing} from "./Timing"; /** @public */ export type AnyEasing = Easing | EasingType; /** @public */ export type EasingType = "linear" | "quad-in" | "quad-out" | "quad-in-out" | "cubic-in" | "cubic-out" | "cubic-in-out" ...
the_stack
import { assert, expect } from 'chai'; import 'mocha'; import { Index } from '../lib/index'; import { Series } from '../lib/series'; import { DataFrame } from '../lib/dataframe'; describe('Series join', () => { it('can get union of 2 series with unique values', () => { var series1 = new Series({ values: [5, 6] })...
the_stack
import * as _ from 'lodash'; import { Resource } from './resource' export class Cluster implements Resource { // http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI_launch_latest.html amiIds:any = { 'us-east-1': 'ami-275ffe31', 'us-east-2': 'ami-62745007', 'us-west-1': 'ami-...
the_stack
import { RadiobuttonIcon, SliderIcon, SwitchIcon, TextIcon, PlusIcon, CursorArrowIcon, FontFamilyIcon, FontSizeIcon, LineHeightIcon, } from '@radix-ui/react-icons'; import React from 'react'; import { Box } from '../components/Box'; import { Button } from '../components/Button'; import { Code } from '...
the_stack
import { workspace, commands, InputBoxOptions, window } from 'vscode'; import { getSymbolKind, SystemVerilogSymbol } from '../symbol'; /** * Processing states: * -------------------------------------------- * INITIAL: before the ports/parameters header. * PARAMETERS: inside the parameters header. * PORTS: inside ...
the_stack
import { Buffer } from "buffer"; import { Runtime, Collab } from "../core/"; import { ArrayMessage, CollabIDMessage, DefaultSerializerMessage, IDefaultSerializerMessage, IOptionalSerializerMessage, ObjectMessage, OptionalSerializerMessage, PairSerializerMessage, } from "../../generated/proto_compiled"; ...
the_stack
import { print, TypeMessage } from '../../../adapters/messages/console-log'; import * as BpmnModdle from "bpmn-moddle"; import * as fs from "fs"; import * as path from "path"; import * as ejs from "ejs"; import BigNumber from "bignumber.js"; import { SubProcessInfo, IFlowInfo, ElementIFlow, IDataInfo, ParamI...
the_stack
import React, { useState, useEffect } from "react"; import firebase from "firebase" import "firebase/functions" import { createStyles, makeStyles, Theme } from "@material-ui/core/styles"; import AppBar from "@material-ui/core/AppBar"; import Toolbar from "@material-ui/core/Toolbar"; import Typography from "@mater...
the_stack
import { user } from '../../sample-data/checkout-flow'; import { waitForOrderToBePlacedRequest } from '../../support/utils/order-placed'; export const productCode1 = '300938'; export const couponForCart = 'CouponForCart'; //Get $10 off your order export const productCode2 = '493683'; export const couponForProduct = 'C...
the_stack
import * as ES from './ecmascript'; import { GetIntrinsic, MakeIntrinsicClass } from './intrinsicclass'; import { ISO_YEAR, ISO_MONTH, ISO_DAY, CALENDAR, GetSlot } from './slots'; import { Temporal } from '..'; import { DateTimeFormat } from './intl'; import type { FieldRecord, PlainYearMonthParams as Params, PlainYear...
the_stack
import * as msRest from "@azure/ms-rest-js"; import * as Mappers from "./mappers"; import { Operation } from "./operation"; import * as Parameters from "./parameters"; const serializer = new msRest.Serializer(Mappers, true); // specifications for new method group start const serviceSetPropertiesOperationSpec: msRest....
the_stack
declare namespace PhonegapFacebookPlugin { //#region API Methods interface FacebookConnectPluginStatic { /** * Allows access to the Facebook Graph API. This API allows for additional permission because, unlike login, the Graph API can * accept multiple permissions. In order to make ...
the_stack
import { HttpResponse, HttpEvent } from '@angular/common/http'; import { Observable } from 'rxjs';import { HttpOptions } from './types'; import * as models from './models'; export interface APIClientInterface { /** * Arguments object for method `auth`. */ authParams?: { /** Structure entity object that n...
the_stack
import { IComponent, INvModule, ComponentList, DirectiveList, NvModule, InDiv, Vnode, utils, IDirective, lifecycleCaller, NvModuleFactory, Type, ErrorHandler } from '@indiv/core'; import { nvRouteStatus, NvLocation } from './location'; import { RouterTo, RouterFrom } from './directives'; import { getService, rootInject...
the_stack
import * as uuid from 'uuid'; import { nanoid } from 'nanoid'; import { JSONObject } from 'kuzzle-sdk'; import { RequestInput } from './requestInput'; import { RequestResponse } from './requestResponse'; import { RequestContext } from './requestContext'; import { KuzzleError, InternalError } from '../../kerror/errors'...
the_stack
import { IEvent, BindingAspect, parseNode, Locals, PartialBinding, ITemplateData, ITemplateConfig } from "./template"; import { addIdentifierToElement, addEvent, addBinding } from "./helpers"; import { ValueTypes } from "../chef/javascript/components/value/value"; import { Expression, VariableReference } from "../chef/...
the_stack
import React, {useContext} from 'react'; import * as API from '../../api'; import {Conversation, Message} from '../../types'; import {mapConversationsById, mapMessagesByConversationId} from './support'; import {notification} from '../common'; import logger from '../../logger'; const defaultFilterCallback = () => true...
the_stack
import { inspect } from 'util' import { toFileKey } from './utils/id-utils' import { enumerablizeWithPrototypeGetters } from './utils/object-utils' import { createLayerEntitySelector } from './utils/selector-utils' import { LayerCollectionFacade } from './layer-collection-facade' import type { CancelToken } from '@av...
the_stack
namespace eui { let UIComponentClass = "eui.UIComponent"; /** * The TileLayout class arranges layout elements in columns and rows * of equally-sized cells. * The TileLayout class uses a number of properties that control orientation, * count, size, gap and justification of the columns and t...
the_stack
import { ArgumentOutOfRangeException } from "../Exceptions/ArgumentException"; import { ComplexPropertyCollection } from "./ComplexPropertyCollection"; import { Contact } from "../Core/ServiceObjects/Items/Contact"; import { ContactGroupSchema } from "../Core/ServiceObjects/Schemas/ContactGroupSchema"; import { EmailA...
the_stack
import {Injectable} from '@angular/core'; import {Observable} from 'rxjs/Observable'; import {ApiService} from '../../../core/services'; import {Dataset} from '../models/catalog-dataset'; import {ObjectSchemaMap} from '../models/catalog-objectschema'; import {Cluster} from '../../../admin/models/catalog-cluster'; impor...
the_stack
import { TupleArbitrary } from '../../../../src/arbitrary/_internals/TupleArbitrary'; import { NextValue } from '../../../../src/check/arbitrary/definition/NextValue'; import { FakeIntegerArbitrary, fakeNextArbitrary } from '../__test-helpers__/NextArbitraryHelpers'; import { fakeRandom } from '../__test-helpers__/Rand...
the_stack
import * as tfc from '@tensorflow/tfjs-core'; import {scalar} from '@tensorflow/tfjs-core'; import * as tensorflow from '../data/compiled_api'; import {deregisterOp, registerOp} from '../operations/custom_op/register'; import {GraphNode} from '../operations/types'; import {GraphModel, loadGraphModel} from './graph_mo...
the_stack
import { CompletionItem, CompletionItemKind, SnippetString, MarkdownString, TextDocument, Position, Range, } from 'vscode' import { TagItem, TagAttrItem, autocompleteSpecialTagAttr, autocompleteTagAttr, autocompleteTagAttrValue, autocompleteTagName, } from '../common/src' import * as path fr...
the_stack
import { $enum, EnumValueMapper, EnumValueMapperWithNull, EnumValueMapperWithUndefined, EnumValueMapperWithNullAndUndefined } from "../src"; enum RGB { R = "r", G = 1, B = "b" } describe("mapValue (string/number mix)", () => { describe("Without null/undefined", () => { inte...
the_stack
import { CUSTOM_ELEMENTS_SCHEMA, SimpleChange } from '@angular/core'; import { AppsProcessService, setupTestBed } from '@alfresco/adf-core'; import { from, of } from 'rxjs'; import { FilterProcessRepresentationModel } from '../models/filter-process.model'; import { ProcessFilterService } from '../services/process-filte...
the_stack
* @packageDocumentation * @module help-extension */ import { ILayoutRestorer, JupyterFrontEnd, JupyterFrontEndPlugin } from '@jupyterlab/application'; import { Dialog, ICommandPalette, MainAreaWidget, showDialog, WidgetTracker } from '@jupyterlab/apputils'; import { PageConfig, URLExt } from '@jupyte...
the_stack
import { useState, useEffect, useCallback } from 'react'; import { createStyles, makeStyles, Theme } from '@material-ui/core'; import { Formik, Form, FormikHelpers } from 'formik'; import { useRouter } from 'next/router'; import Button from '@material-ui/core/Button'; import useAuth from '../hooks/use-auth'; import Ov...
the_stack
import * as path from "path"; import * as fs from "fs"; import * as os from "os"; import * as nls from "vscode-nls"; import { ILogger } from "../log/LogHelper"; import { CommandExecutor } from "../../common/commandExecutor"; import { ChildProcess, ISpawnResult } from "../../common/node/childProcess"; import { PromiseUt...
the_stack
declare namespace Selectize { // see https://github.com/brianreavis/selectize.js/blob/master/docs/usage.md // option identifiers are parameterized by T; data is parameterized by U interface IOptions<T, U> { // General // ----------------------------------------------------------------------...
the_stack
import { assert } from "chai"; import * as Plottable from "../../src"; describe("Formatters", () => { describe("fixed()", () => { it("shows correct amount of digits according to precision", () => { const fixed3 = Plottable.Formatters.fixed(); assert.strictEqual(fixed3(1), "1.000", "shows three decim...
the_stack
import * as path from 'path'; import * as http from 'http'; import * as findup from 'findup'; import * as express from 'express'; import * as resolveFrom from 'resolve-from'; import * as webpackDevMiddleware from 'webpack-dev-middleware'; import * as webpackHotMiddleware from 'webpack-hot-middleware'; import * as semve...
the_stack
import * as Common from '../../core/common/common.js'; import * as SDK from '../../core/sdk/sdk.js'; import type * as Protocol from '../../generated/protocol.js'; import * as TextUtils from '../text_utils/text_utils.js'; import * as Workspace from '../workspace/workspace.js'; import {ContentProviderBasedProject} from ...
the_stack
import Adapt, { callInstanceMethod, FinalDomElement, Group, handle } from "@adpt/core"; import { dockerMocha, mochaTmpdir } from "@adpt/testutils"; import execa from "execa"; import fs from "fs-extra"; import path from "path"; import should from "should"; import { createActionPlugin } from "../../src/action/action_plug...
the_stack
import {Class, AnyTiming, Creatable, InitType} from "@swim/util"; import type {MemberAnimatorInit} from "@swim/component"; import {AnyLength, Length, AnyTransform, Transform} from "@swim/math"; import { FontStyle, FontVariant, FontWeight, FontStretch, FontFamily, AnyFont, Font, AnyColor, Color, } from...
the_stack
import * as path from "path"; import * as semver from "semver"; import { ChildProcess } from "../../common/node/childProcess"; import { CommandExecutor } from "../../common/commandExecutor"; import { MobilePlatformDeps, TargetType } from "../generalPlatform"; import { IIOSRunOptions, PlatformType } from "../launchArgs...
the_stack
export type Maybe<T> = T | null; export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] }; export type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> }; export type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> }; /** All...
the_stack
import useRaf from '@rooks/use-raf' import useInterval from '@use-it/interval' import { memo, useCallback, useEffect, useMemo, useRef, useState } from 'react' import Button from '../../docs/fixtures/Button' import Code from '../../docs/fixtures/Code' import Container from '../../docs/fixtures/Container' import Expandab...
the_stack
import NeovimStore from './store'; import * as A from './actions'; import Cursor from './cursor'; import Input from './input'; import log from '../log'; export default class NeovimScreen { ctx: CanvasRenderingContext2D; cursor: Cursor; input: Input; constructor(private readonly store: NeovimStore, pub...
the_stack
import {hi, lo, toHex, toHexWord} from "z80-base"; import {Hal, Z80} from "z80-emulator"; import {CassettePlayer} from "./CassettePlayer.js"; import {Keyboard} from "./Keyboard.js"; import {model1Level1Rom} from "./Model1Level1Rom.js"; import {model1Level2Rom} from "./Model1Level2Rom.js"; import {model3Rom} from "./Mod...
the_stack
import { Chart } from '../chart'; import { AnimationOptions, Animation, Browser, createElement } from '@syncfusion/ej2-base'; import { textElement, getValueXByPoint, stopTimer, findCrosshairDirection, getValueYByPoint, ChartLocation, withInBounds, removeElement } from '../../common/utils/helper'; import { PathO...
the_stack
import * as React from "react"; import { mount, configure } from "enzyme"; import * as Adapter from 'enzyme-adapter-react-16'; import { ListItemAttachments } from "../../../src/controls/listItemAttachments/ListItemAttachments"; import { assert} from "chai"; configure({ adapter: new Adapter() }); describe("<ListItemA...
the_stack
import {FormulaTransform as VgFormulaTransform, SignalRef} from 'vega'; import {isNumber, isString} from 'vega-util'; import {AncestorParse} from '.'; import {isMinMaxOp} from '../../aggregate'; import {getMainRangeChannel, SingleDefChannel} from '../../channel'; import { isFieldDef, isFieldOrDatumDefForTimeFormat,...
the_stack
import { Convert } from "pvtsutils"; import { Browser } from "../src/helper"; import { browser, testCrypto } from "./utils"; context("AES", () => { testCrypto(crypto, [ //#region AES-CBC { name: "AES-128-CBC", actions: { generateKey: [ { algorithm: { name: "AES-CBC"...
the_stack
import { getProjectFileFromTree, isProjectContentFile, ProjectContentsTree, ProjectContentTreeRoot, walkContentsTreeAsync, zipContentsTree, zipContentsTreeAsync, } from '../../components/assets' import { EditorDispatch } from '../../components/editor/action-types' import { deleteFile, selectFromFileAn...
the_stack
import { HttpClient, HttpResponse, HttpEvent } from '@angular/common/http'; import { Inject, Injectable, Optional } from '@angular/core'; import { GistsAPIClientInterface } from './gists-api-client.interface'; import { Observable } from 'rxjs'; import { tap } from 'rxjs/operators'; import { USE_DOMAIN, USE_HTTP_OPTIONS...
the_stack
import * as fileType from 'file-type' import * as fs from 'fs-extra' import { inject, injectable, LazyServiceIdentifer } from 'inversify' import * as jsonwebtoken from 'jsonwebtoken' import * as Git from 'nodegit' import * as os from 'os' import * as path from 'path' import * as agent from 'superagent' import * as URL ...
the_stack
import TransBtn from './TransBtn'; import PropTypes from '../_util/vue-types'; import KeyCode from '../_util/KeyCode'; import classNames from '../_util/classNames'; import pickAttrs from '../_util/pickAttrs'; import { isValidElement } from '../_util/props-util'; import createRef from '../_util/createRef'; import type {...
the_stack
import * as ethers from 'ethers' import * as fs from 'fs' import { genRandomSalt, stringifyBigInts, } from 'maci-crypto' import { maciContractAbi, } from 'maci-contracts' import { genBatchUstProofAndPublicSignals, verifyBatchUstProof, genQvtProofAndPublicSignals, verifyQvtProof, getSi...
the_stack
namespace $ { export enum $mol_time_moment_weekdays { monday, tuesday, wednesday, thursday, friday, saturday, sunday } export type $mol_time_moment_config = number | Date | string | { year? : number month? : number day? : number hour? : number minute? : number second? : number offset? ...
the_stack
import * as core from '@spyglassmc/core' import { sequence } from '@spyglassmc/core' import * as json from '@spyglassmc/json' import { localeQuote, localize } from '@spyglassmc/locales' import * as mcf from '@spyglassmc/mcfunction' import * as nbt from '@spyglassmc/nbt' import { ReleaseVersion } from '../../dependency/...
the_stack
import { BarcodeGenerator } from "../../../src/barcode/barcode"; import { createElement } from "@syncfusion/ej2-base"; let barcode: BarcodeGenerator; let ele: HTMLElement; describe('Barcode Control ', () => { describe('EAN8 bar testing for all lines check EAN8 barcode', () => { //let ele: HTMLElem...
the_stack
import * as $protobuf from "protobufjs"; /** Namespace google. */ export namespace google { /** Namespace protobuf. */ namespace protobuf { /** Properties of an Any. */ interface IAny { /** Any type_url */ type_url?: (string|null); /** Any value */ ...
the_stack
import { Template } from '@aws-cdk/assertions'; import * as iam from '@aws-cdk/aws-iam'; import * as cdk from '@aws-cdk/core'; import * as codepipeline from '../lib'; import * as validations from '../lib/private/validation'; import { FakeBuildAction } from './fake-build-action'; import { FakeSourceAction } from './fake...
the_stack
import { AccessLevelList } from "../shared/access-level"; import { PolicyStatement, Operator } from "../shared"; /** * Statement provider for service [codestar](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscodestar.html). * * @param sid [SID](https://docs.aws.amazon.com/IAM/latest/User...
the_stack
import * as React from "react"; import { ComponentProps } from "widgets/BaseComponent"; import styled from "styled-components"; import { TransformWrapper, TransformComponent } from "react-zoom-pan-pinch"; import { Colors } from "constants/Colors"; export interface StyledImageProps { defaultImageUrl: string; enable...
the_stack
import { DisposableStore, Emitter, Event, IDisposable } from '@velcro/common'; import { execute } from '@velcro/runner'; import * as Monaco from 'monaco-editor'; import { createContext, useContext, useEffect, useState } from 'react'; import * as SvelteLanguage from './svelte.language'; const readUrl = (href: string) =...
the_stack
import Conditions from '../../../../../resources/conditions'; import NetRegexes from '../../../../../resources/netregexes'; import { Responses } from '../../../../../resources/responses'; import ZoneId from '../../../../../resources/zone_id'; import { RaidbossData } from '../../../../../types/data'; import { Trigg...
the_stack
import { camelCase, isValid, mapObject, omit, toArr, toStr, transpose } from "./utils"; import type { TypeSingleValueCSSProperty, ICSSComputedTransformableProperties } from "./types"; /** * Returns a closure Function, which adds a unit to numbers but simply returns strings with no edits assuming the value has a unit...
the_stack
import type { Plugin } from "graphile-build"; import type { ConnectionFilterResolver } from "postgraphile-plugin-connection-filter/dist/PgConnectionArgFilterPlugin"; import type { BackwardRelationSpec } from "postgraphile-plugin-connection-filter/dist/PgConnectionArgFilterBackwardRelationsPlugin"; import type { PgEntit...
the_stack
* @packageDocumentation * @module core/data */ import { SUPPORT_JIT, EDITOR, TEST } from 'internal:constants'; import * as js from '../utils/js'; import { CCClass } from './class'; import { errorID, warnID } from '../platform/debug'; import { legacyCC } from '../global-exports'; import { EditorExtendableObject, edit...
the_stack
import Feature from 'ol/Feature'; import Draw from 'ol/interaction/Draw'; import Translate from 'ol/interaction/Translate'; import Text from 'ol/style/Text'; import Fill from 'ol/style/Fill'; import Style from 'ol/style/Style'; import Stroke from 'ol/style/Stroke'; import Circle from 'ol/style/Circle'; import Point fro...
the_stack
import AnswerVerb from "./answer/answer"; import HangupVerb from "./hangup/hangup"; import UnmuteVerb from "./unmute/unmute"; import GatherVerb from "./gather/gather"; import MuteVerb, {MuteOptions} from "./mute/mute"; import PlayVerb, {PlayOptions} from "./play/play"; import RecordVerb, {RecordOptions, RecordResult} f...
the_stack
import * as chai from 'chai'; import * as sinonChai from 'sinon-chai' import * as sinon from 'sinon' chai.use(sinonChai); const expect = chai.expect import { Game } from '../src/game' import * as Parser from 'storyboard-lang' import * as Actions from '../src/gameActions' describe("initialization", function() { des...
the_stack
import type { IndentXml } from '@asap/shared/domain/xml'; import type { FailedAssert, ParseSchematronAssertions, SchematronJSONToXMLProcessor, SchematronProcessor, SchematronResult, SuccessfulReport, } from '@asap/shared/use-cases/schematron'; import type { XSLTProcessor } from '../use-cases/assertion-views...
the_stack
import _ from 'lodash'; export class SeriesSizeItem { public scrollIndex: number = -1; public modelIndex: number; public frozenIndex: number = -1; public size: number; public position: number; public get endPosition(): number { return this.position + this.size; } } export class SeriesSizes { priva...
the_stack
import { useState } from 'react'; import { Story } from '../../../lib/@types/storybook-emotion-10-fixes'; import { asChromaticStory, asPlayground } from '../../../lib/story-intents'; import { ChoiceCard } from './ChoiceCard'; import ChoiceCardStories from './ChoiceCard.stories'; import { ChoiceCardGroup, ChoiceCardGrou...
the_stack
// The MIT License (MIT) // // vs-deploy (https://github.com/mkloubert/vs-deploy) // Copyright (c) Marcel Joachim Kloubert <marcel.kloubert@gmx.net> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // ...
the_stack
import path from "path"; import fs from "fs"; import { Logger } from "@nestjs/common"; import { v5 as uuid } from "uuid"; import { JSDOM } from "jsdom"; import { SubmissionEntity } from "@/submission/submission.entity"; import { ProblemType } from "@/problem/problem.entity"; import { SubmissionStatus } from "@/submi...
the_stack
import { assert } from 'chai' import { Wallet, WalletFactory, XrplNetwork, XrpUtils } from 'xpring-common-js' import XrpError from '../../src/XRP/shared/xrp-error' import IssuedCurrencyClient from '../../src/XRP/issued-currency-client' import XRPTestUtils from './helpers/xrp-test-utils' import { AccountRootFlag, T...
the_stack
import { DescriptorSet } from '../base/descriptor-set'; import { DescriptorSetLayout } from '../base/descriptor-set-layout'; import { PipelineLayout } from '../base/pipeline-layout'; import { Buffer } from '../base/buffer'; import { CommandBuffer } from '../base/command-buffer'; import { Device } from '../base/device';...
the_stack
import * as msRest from "@azure/ms-rest-js"; import * as msRestAzure from "@azure/ms-rest-azure-js"; import * as Models from "../models"; import * as Mappers from "../models/replicationPoliciesMappers"; import * as Parameters from "../models/parameters"; import { SiteRecoveryManagementClientContext } from "../siteRecov...
the_stack
import * as cart from '../../helpers/cart'; import { visitHomePage } from '../../helpers/checkout-flow'; import * as alerts from '../../helpers/global-message'; import { clickHamburger } from '../../helpers/homepage'; import { viewportContext } from '../../helpers/viewport-context'; import { login } from '../../support...
the_stack
import * as React from "react"; import styles from "./ManageProfileCardProperties.module.scss"; import { IManageProfileCardPropertiesProps } from "./IManageProfileCardPropertiesProps"; import { escape } from "@microsoft/sp-lodash-subset"; import { IManageProfileCardPropertiesState } from "./IManageProfileCardProperties...
the_stack
import { IExecuteFunctions, } from 'n8n-core'; import { IDataObject, ILoadOptionsFunctions, INodeExecutionData, INodeParameters, INodePropertyOptions, INodeType, INodeTypeDescription, NodeApiError, NodeOperationError, } from 'n8n-workflow'; import { URL, } from 'url'; import { awsApiRequestSOAP, } from '...
the_stack
import * as msRest from "@azure/ms-rest-js"; import * as Models from "../models"; import * as Mappers from "../models/managersMappers"; import * as Parameters from "../models/parameters"; import { StorSimpleManagementClientContext } from "../storSimpleManagementClientContext"; /** Class representing a Managers. */ exp...
the_stack
import * as fs from 'fs-extra' import { readdir } from 'fs' import { PassThrough } from 'stream' import { BadPathError, InvalidInputError, DoesNotExist } from '../errors' import * as Path from 'path' import * as crypto from 'crypto' import { ListFilesResult, PerformWriteArgs, WriteResult, PerformDeleteArgs, PerformR...
the_stack
import { Duck } from '../index'; import Scene from './scene'; import Debug from './debug/debug'; import startup from '../helper/startup'; import dprScale from '../helper/dprScale'; import EventEmitter from './events/eventEmitter'; import EVENTS from './events/events'; import detectBrowser from '../utils/detectBrowser';...
the_stack
'use strict'; import * as React from 'react'; import {connect} from 'react-redux'; import {State} from '../../store'; import {ScaleInfo, MarkApplicationRecord, MarkApplication, InteractionSignal} from '../../store/factory/Interaction'; import {GroupRecord} from '../../store/factory/marks/Group'; import {setSelection, ...
the_stack
import BitMatrix from '../../common/BitMatrix'; import WhiteRectangleDetector from '../../common/detector/WhiteRectangleDetector'; import DetectorResult from '../../common/DetectorResult'; import GridSamplerInstance from '../../common/GridSamplerInstance'; import NotFoundException from '../../NotFoundException'; import...
the_stack
import { CharacteristicValue, PlatformAccessory } from "homebridge"; import { PLATFORM_NAME, PLUGIN_NAME } from "./settings"; import { ProtectCameraConfig, ProtectNvrLiveviewConfig } from "unifi-protect"; import { ProtectBase } from "./protect-accessory"; import { ProtectNvr } from "./protect-nvr"; import {...
the_stack
import { SDK, search } from '@getstation/sdk'; import { Credentials } from 'google-auth-library/build/src/auth/credentials'; import * as decode from 'jwt-decode'; import { compose, prop, reject } from 'ramda'; import { contained } from 'ramda-adjunct'; import { combineLatest, defer, from, Observable, Subscription } fro...
the_stack
import { BaseResource } from 'ms-rest-azure'; import { CloudError } from 'ms-rest-azure'; import * as moment from 'moment'; export { BaseResource } from 'ms-rest-azure'; export { CloudError } from 'ms-rest-azure'; /** * @class * Initializes a new instance of the Resource class. * @constructor * Common resource r...
the_stack
// The module 'vscode' contains the VS Code extensibility API // Import the module and reference it with the alias vscode in your code below import * as vscode from "vscode"; import * as path from "path"; import { BoardProvider } from "./boardProvider"; import { ProjectInitializer } from "./projectInitializer"; import ...
the_stack
import SubscriptionManager from "../../../../../main/js/joynr/dispatching/subscription/SubscriptionManager"; import MessagingQos from "../../../../../main/js/joynr/messaging/MessagingQos"; import defaultMessagingSettings from "../../../../../main/js/joynr/start/settings/defaultMessagingSettings"; import MulticastSubscr...
the_stack
import { Component, Element, Prop, Watch, Event, EventEmitter, h } from '@stencil/core'; import { select, event } from 'd3-selection'; import { min, max } from 'd3-array'; import { scaleBand, scaleQuantize } from 'd3-scale'; import { easeCircleIn } from 'd3-ease'; import { nest } from 'd3-collection'; import { IBoxMo...
the_stack
import { Utils } from '@rpgjs/common' import { RpgPlayer } from './Player' import { MAXHP, MAXSP, } from '../presets' const { isString } = Utils export class ParameterManager { private _paramsModifier: { [key: string]: { value?: number, rate?: number } ...
the_stack
import { Component, OnInit, Input } from '@angular/core'; import { CloudGemMetricApi } from './api-handler.class'; import { AwsService } from 'app/aws/aws.service'; import { Http } from '@angular/http'; import 'rxjs/add/operator/do'; import { Observable } from 'rxjs/Observable'; import { debounceTime, distinctUntilChan...
the_stack
module BABYLON { /** * This class describe a rectangle that were added to the map. * You have access to its coordinates either in pixel or normalized (UV) */ export class PackedRect { constructor(root: RectPackingMap, parent: PackedRect, pos: Vector2, size: Size) { this._pos...
the_stack
import { AfterContentInit, AfterViewInit, Component, ChangeDetectionStrategy, ChangeDetectorRef, EventEmitter, ViewChild, ViewChildren, Input, Output, Optional, QueryList, ElementRef, OnDestroy, NgZone } from '@angular/core'; import { Observable } from 'rxjs/Observable'; import { Subscript...
the_stack
import * as Oni from "oni-api" import * as Log from "oni-core-logging" import { Event } from "oni-types" import * as React from "react" import { getMetadata } from "./../../Services/Metadata" import { ISession, SessionManager } from "./../../Services/Sessions" import styled, { boxShadowInset, Css, css, ...
the_stack
import { Component, OnInit, OnDestroy, ViewChild } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import * as _ from 'lodash'; import * as moment from 'moment'; import fileSaver from 'file-saver'; //let fileSaver = require('file-saver'); import { AdminService } from '../admin.se...
the_stack
import * as msRest from "@azure/ms-rest-js"; import * as Models from "../models"; import * as Mappers from "../models/accountsMappers"; import * as Parameters from "../models/parameters"; import { MLTeamAccountManagementClientContext } from "../mLTeamAccountManagementClientContext"; /** Class representing a Accounts. ...
the_stack
import { DateTime, Interval } from 'luxon' import { Shift } from './sharedUtils' import { getCoverageGapItems, getSubheaderItems, getOutOfBoundsItems, } from './shiftsListUtil' import { Chance } from 'chance' import * as _ from 'lodash' const c = new Chance() const chicago = 'America/Chicago' const newYork = 'Am...
the_stack
import { splitPath, foreach, decodeVarint } from "./utils"; //import { StatusCodes, TransportStatusError } from "@ledgerhq/errors"; import type Transport from "@ledgerhq/hw-transport"; const remapTransactionRelatedErrors = (e) => { if (e && e.statusCode === 0x6a80) { // TODO: } return e; }; const PATH_SIZE...
the_stack
import {CloudPrintInterfaceImpl, Destination, DestinationConnectionStatus, DestinationErrorType, DestinationOrigin, DestinationState, DestinationStoreEventType, DestinationType, Error, GooglePromotedDestinationId, LocalDestinationInfo, makeRecentDestination, NativeLayerImpl, NUM_PERSISTED_DESTINATIONS, PrintPreviewDest...
the_stack
import { BoxGeometry, DoubleSide, Mesh, MeshBasicMaterial, PlaneBufferGeometry, Line, BufferGeometry, Vector3, } from 'three'; import { Pane } from 'tweakpane'; // import { AxesHelper, GridHelper, Vector3 } from 'three'; import { Coords3 } from '../libs/types'; import { Helper } from '../utils'; impo...
the_stack
* Bitbucket API * Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework. * * The version of the OpenAPI document: 2.0 * Contact: support@bitbucket.org * * NOTE:...
the_stack
import { inspect } from 'util' import { toFileKey } from './utils/id-utils' import { enumerablizeWithPrototypeGetters } from './utils/object-utils' import { createLayerEntitySelector } from './utils/selector-utils' import { LayerCollectionFacade } from './layer-collection-facade' import type { CancelToken } from '@av...
the_stack
//@ts-check ///<reference path="devkit.d.ts" /> declare namespace DevKit { namespace Formmsdyn_incidenttype_Information { interface tab__C6408E85_49E7_4216_BF96_986A20C64ECB_Sections { _2405DB6B_E18C_49E5_A76B_505837745C84: DevKit.Controls.Section; _AA02FBB3_348E_4F8C_BC8E_1FE3F9BD7D90: DevKit.Controls.Sectio...
the_stack