text
stringlengths
2.5k
6.39M
kind
stringclasses
3 values
import { Address, BlendFactor, BlendOp, ColorMask, ComparisonFunc, CullMode, DynamicStateFlagBit, Filter, Format, FormatInfos, FormatType, GetTypeSize, PolygonMode, PrimitiveMode, ShadeModel, ShaderStageFlagBit, StencilOp, Type, DescriptorType, SamplerInfo, MemoryAccessBit, } from '../../cocos/core/gfx/base...
the_stack
import { VirtualCell, VirtualData, VirtualNode } from '../virtual-util'; import { adjustRendered, estimateHeight, getVirtualHeight, initReadNodes, populateNodeData, processRecords } from '../virtual-util'; import { mockPlatform } from '../../../util/mock-providers'; describe('VirtualScroll', () => { beforeEach(() ...
the_stack
import {context} from '@actions/github'; import {GitHub} from '@actions/github/lib/utils'; import type {GraphQlQueryResponseData} from '@octokit/graphql'; import {GraphqlResponseError} from '@octokit/graphql'; import type {RequestParameters} from '@octokit/graphql/dist-types/types'; // eslint-disable-next-line import/n...
the_stack
import { describe, it, expect } from "@jest/globals"; import { dataset } from "@rdfjs/dataset"; import { DataFactory } from "n3"; import { IriString, Thing, ThingPersisted, UrlString } from "../interfaces"; import { removeAll, removeUrl, removeBoolean, removeDatetime, removeDate, removeTime, removeDecima...
the_stack
interface RestEntities {} /** * @internal */ declare namespace SDK { namespace REST { function createRecord(object: any, type: string, successCallback: (result: any) => any, errorCallback: (err: Error) => any): void; function deleteRecord(id: string, type: string, successCallBack: () => any, errorCallback:...
the_stack
import { expect } from '../expect' import { fancy } from 'fancy-test' import { restore, replace, fake } from 'sinon' import Prompter from '../../src/services/user-prompt' import { ProviderLibrary, Logger, BoosterConfig } from '@boostercloud/framework-types' import * as Nuke from '../../src/commands/nuke' import * as pr...
the_stack
import { GraphQLQueryGenerator } from '../../../src/services/graphql/graphql-query-generator' import { SinonStub, stub, replace, SinonStubbedInstance, restore, fake } from 'sinon' import { expect } from '../../expect' import { GraphQLTypeInformer } from '../../../src/services/graphql/graphql-type-informer' import sinon...
the_stack
import { module, test } from 'qunit'; import { click, currentURL, fillIn, settled, visit, waitFor, waitUntil, } from '@ember/test-helpers'; import { setupApplicationTest } from 'ember-qunit'; import percySnapshot from '@percy/ember'; import Layer2TestWeb3Strategy from '@cardstack/web-client/utils/web3-str...
the_stack
import { createApi } from '@reduxjs/toolkit/query/react' import { setupApiStore, waitMs } from './helpers' import React from 'react' import { render, screen, getByTestId, waitFor } from '@testing-library/react' describe('fixedCacheKey', () => { const api = createApi({ async baseQuery(arg: string | Promise<string...
the_stack
import { Filter, ComparisonFilter, Rule, CombinationFilter, NegationFilter } from 'geostyler-style'; import { isCombinationFilter, isComparisonFilter, isNegationFilter } from 'geostyler-style/dist/typeguards'; import { VectorData } from 'geostyler-data'; import _get from 'lodash/get'; import _set f...
the_stack
import Image from './image/ImageBox'; import EventObject from './event/EventObject'; import EventSource from './event/EventSource'; import InternalEvent from './event/InternalEvent'; import Rectangle from './geometry/Rectangle'; import TooltipHandler from './tooltip/TooltipHandler'; import mxClient from '../mxClient'; ...
the_stack
import { FocusMonitor } from '@angular/cdk/a11y'; import { coerceBooleanProperty } from '@angular/cdk/coercion'; import { SelectionModel } from '@angular/cdk/collections'; import { AfterContentInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChildren, Directive, ElementRef...
the_stack
import tv4 from 'tv4'; import Types from './types'; import SchemaNotFound from './schema-not-found-error'; import EventHandling from './eventhandling'; import config from './config'; import { applyMixins, cleanPath } from './util'; import RemoteStorage from './remotestorage'; /** * Provides a high-level interface to ...
the_stack
import setupLogger from '@/config/logger'; import { IExplorer } from '@/services/datastores/base/datastore'; import { ICassandraAccessDef, IClusterSchemaColumn, ICreateTableOptions, IDatacenter, IKeyResult, IKeyspace, IKeyspaceReplication, IStatementResult, ITableSchema, ITableSummary, IUserDefine...
the_stack
import { Fn } from './cfn-fn'; import { Stack } from './stack'; import { Token } from './token'; import { filterUndefined } from './util'; /** * An enum representing the various ARN formats that different services use. */ export enum ArnFormat { /** * This represents a format where there is no 'resourceName' pa...
the_stack
import { toAsyncIterable } from '@esfx/async-iter-fromsync'; import { Equaler } from "@esfx/equatable"; import { identity, tuple } from '@esfx/fn'; import * as assert from "@esfx/internal-assert"; import { defaultIfEmpty, empty, map, union } from "@esfx/iter-fn"; import { Grouping } from "@esfx/iter-grouping"; im...
the_stack
import { util } from "protobufjs/minimal"; import { BatchingLayerMessage } from "../../generated/proto_compiled"; import { Collab, CollabEvent, CollabEventsRecord, InitToken, ICollabParent, MessageMeta, Pre, Message, serializeMessage, } from "../core"; import { Optional } from "../util"; import { Batc...
the_stack
import * as PrismaSchemaDSL from "prisma-schema-dsl"; import { camelCase } from "camel-case"; import { pascalCase } from "pascal-case"; import { types } from "@amplication/data"; import countBy from "lodash.countby"; import { Entity, EntityField, EnumDataType, LookupResolvedProperties, } from "../../types"; imp...
the_stack
import { defaultConfig, getCurrTime } from './Utils'; import { StorageCache } from './StorageCache'; import { ICache, CacheConfig, CacheItem, CacheItemOptions } from './types'; import { ConsoleLogger as Logger } from '@aws-amplify/core'; const logger = new Logger('Cache'); /** * Customized storage based on...
the_stack
module android.widget{ import Gravity = android.view.Gravity; import View = android.view.View; import MeasureSpec = View.MeasureSpec; import ViewGroup = android.view.ViewGroup; import Drawable = android.graphics.drawable.Drawable; import Canvas = android.graphics.Canvas; import Rect = androi...
the_stack
/*** Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information. */ module Todo { "use strict"; /** A union of the differing promise types from WinJs and Azure */ type Promise = Microsoft.WindowsAzure.asyncPromise | WinJS...
the_stack
import classnames from 'classnames'; import every from 'lodash/every'; import isEmpty from 'lodash/isEmpty'; import isNull from 'lodash/isNull'; import isUndefined from 'lodash/isUndefined'; import { Dispatch, Fragment, SetStateAction, useContext, useEffect, useState } from 'react'; import { FaFilter } from 'react-icon...
the_stack
import { developMachine } from "../develop" import { interpret } from "xstate" import { IProgram } from "../../commands/types" const actions = { assignStoreAndWorkerPool: jest.fn(), assignServiceResult: jest.fn(), callApi: jest.fn(), finishParentSpan: jest.fn(), saveDbState: jest.fn(), logError: jest.fn(),...
the_stack
import {normalizeUnit} from './conversions'; import {ExpressionNode, ExpressionTerm, FunctionNode, IdentNode, NumberNode, numberNode, OperatorNode, Percentage, Unit, ZERO} from './parsers'; export type Evaluatable<T> = Evaluator<T>|T; /** * A NumberNodeSequence is a vector of NumberNodes with a specified * sequence...
the_stack
import * as assert from 'assert'; import * as fs from 'fs-extra'; import * as path from 'path'; import * as sinon from 'sinon'; import { Constants } from '../src/Constants'; import { TruffleConfiguration } from '../src/helpers'; import * as helpers from '../src/helpers'; import * as commands from '../src/helpers/comman...
the_stack
import React from 'react'; import Conversations from './collections/conversations/collection'; import { Posts } from './collections/posts'; import { postGetAuthorName } from './collections/posts/helpers'; import { Comments } from './collections/comments/collection'; import { commentGetAuthorName } from './collections/c...
the_stack
import { Component, OnInit, OnDestroy, ViewChild } from '@angular/core'; import { FormBuilder, Validators } from '@angular/forms'; import { CustomValidators } from './../shared/validation/validators'; import { ShopEventBus, PricingService, UserEventBus, Util } from './../shared/services/index'; import { PromotionTestCo...
the_stack
declare const mhtml2html const InitKeyPair = function () { const keyPair: keypair = { publicKey: null, privateKey: null, keyLength: null, nikeName: null, createDate: null, email: null, passwordOK: false, verified: false, publicKeyID: null, _password: null } return keyPair } const makeKeyPairDa...
the_stack
namespace annie { /** * 动态文本类,有时需要在canvas里有一个动态文本,能根据我们的显示内容来改变 * @class annie.TextField * @extends annie.Bitmap * @since 1.0.0 * @public */ export class TextField extends DisplayObject { public constructor() { super(); this._instanceType = "annie.Te...
the_stack
import { CoinPretty } from "./coin-pretty"; import { Dec } from "./decimal"; import { Int } from "./int"; import { CoinUtils } from "./coin-utils"; import { DecUtils } from "./dec-utils"; describe("Test CoinPretty", () => { it("Test creation of CoinPretty", () => { expect( new CoinPretty( { ...
the_stack
import {IApp} from '../../IApp'; import IDisplayContext = etch.drawing.IDisplayContext; import Point = etch.primitives.Point; import {SamplerBase} from './SamplerBase'; import {WaveVoice} from '../../WaveVoice'; declare var App: IApp; export class SampleGen extends SamplerBase { //private WaveForm: number[]; ...
the_stack
import { Element } from "@siteimprove/alfa-dom"; import { Equatable } from "@siteimprove/alfa-equatable"; import { Hashable, Hash } from "@siteimprove/alfa-hash"; import { Iterable } from "@siteimprove/alfa-iterable"; import { Serializable } from "@siteimprove/alfa-json"; import { Option, None } from "@siteimprove/alfa...
the_stack
import { FilterOutlined } from "@ant-design/icons"; import { AutoComplete, Button, Checkbox, Input, Modal, Popover, Typography } from "antd"; import Item from "antd/lib/list/Item"; import Paragraph from "antd/lib/typography/Paragraph"; import arrayMove from "array-move"; import { AnimatePresence, motion } from "framer-...
the_stack
import { API, ASTPath, FileInfo, Identifier, ImportDeclaration, MemberExpression, Property, } from 'jscodeshift'; const legacyTypeLevelsMap = { dataViz1: 'levels.title.large', dataViz2: 'levels.heading.large', h1: 'levels.heading.medium', h2: 'levels.heading.small', h3: 'levels.body.large', h...
the_stack
import * as builder from 'botbuilder'; import * as msRest from 'ms-rest'; import RemoteQuery = require('./RemoteQuery/teams'); import RestClient = require('./RemoteQuery/RestClient'); import { ChannelAccount, ChannelInfo, ComposeExtensionQuery, IComposeExtensionResponse, ComposeExtensionParameter, ComposeExtensionRespo...
the_stack
import * as util from './util' import { Angle } from './angle' import { Geometry } from './geometry' import { Rectangle } from './rectangle' export class Point extends Geometry implements Point.PointLike { public x: number public y: number protected get [Symbol.toStringTag]() { return Point.toStringTag } ...
the_stack
import { defHttp } from '/@/utils/http/axios'; enum Api { cpuCount = '/actuator/metrics/system.cpu.count', cpuUsage = '/actuator/metrics/system.cpu.usage', processStartTime = '/actuator/metrics/process.start.time', processUptime = '/actuator/metrics/process.uptime', processCpuUsage = '/actuator/metrics/proce...
the_stack
import EncodeHintType from './../../EncodeHintType' import BitArray from './../../common/BitArray' import CharacterSetECI from './../../common/CharacterSetECI' import GenericGF from './../../common/reedsolomon/GenericGF' import ReedSolomonEncoder from './../../common/reedsolomon/ReedSolomonEncoder' import ErrorCorrecti...
the_stack
import { ICarouselConfigProps } from '..'; import { getEle } from '../../../utility/dom/getEle'; import { getAllEle } from '../../../utility/dom/getAllEle'; import { setCss } from '../../../utility/dom/setCss'; import { addClass } from '../../../utility/dom/addClass'; import { removeClass } from '../../../utility/...
the_stack
import { state } from ".."; /** * Combat result for death */ export const COMBATTABLE_DEATH = "D"; /** * The combat table */ export const combatTable = { /** * Combat table results when the combat ratio is <= 0 */ tableBelowOrEqualToEnemy: { // Random table result = 1 1: { ...
the_stack
import { flatten, isEmpty, cloneDeep, uniqBy } from 'lodash'; import { combineGraphs } from '../../utils/graph-utils/utils'; import { getFilterOptions, getGraph, getStyleOptions } from './selectors'; import * as GraphSlices from './slice'; import { importEdgeListCsv, importNodeEdgeCsv, importJson, } from './proc...
the_stack
import { AfterViewInit, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges, ViewChild, } from '@angular/core'; import { debounceTime } from 'rxjs/operators'; @Component({ selector: 'amexio-availability', templateUrl: './availability.component.html', }) expor...
the_stack
import {Component, OnInit} from '@angular/core'; import {AlertEnum} from '../../../common/alert-enum.enum'; import {BsModalRef, BsModalService} from 'ngx-bootstrap'; import {RoleVO} from '../../../pojo/RoleVO'; import {RoleService} from '../../../service/role.service'; @Component({ selector: 'app-role-manage', tem...
the_stack
import GPUHelper from '../common/GPUHelper'; import Convolution1D from './Convolution1D'; import { performance } from 'perf_hooks'; import { Axis, FileParams } from '../common/types'; import { makeG0Kernel, makeG1Kernel, makeG2Kernel } from '../common/kernels'; import { unlinkSync } from 'fs'; import { logTime } from '...
the_stack
import { ConcreteRequest } from "relay-runtime"; import { FragmentRefs } from "relay-runtime"; export type ViewingRoomArtworkQueryVariables = { viewingRoomID: string; artworkID: string; }; export type ViewingRoomArtworkQueryResponse = { readonly artwork: { readonly " $fragmentRefs": FragmentRefs<"Vi...
the_stack
import * as Async from "../src/async"; import * as Sync from "../src/sync"; import { makeFactory } from "../src/async"; interface ParentType { name: string | null; birthday: Date; children: ChildType[]; spouse: ParentType | null; } interface ChildType { name: string | null; grade: number; } interface Wid...
the_stack
type StateType = IndexType; /** * Action labels can be strings */ export type ActionNameType = IndexType; /** * Represents a state and data and its corresponding data. */ export type State<S extends StateType, D = {}> = Readonly<D> & { readonly stateName: S; } /** * Give Actions to nextState() to (maybe) trig...
the_stack
import { Matrix } from './matrix'; import { isNumber } from '@xiao-ai/utils'; export type PointLike = number[] | Point; export type PointInput = PointLike | number; /** 方向 */ export enum Direction { Center, Top, TopLeft, TopRight, Bottom, BottomLeft, BottomRight, Left, Right, } /...
the_stack
import { readJSON } from "fs-extra"; import { Nullable, Undefinable } from "../../../../shared/types"; import * as React from "react"; import { ContextMenu, Menu, Classes, Button, MenuDivider } from "@blueprintjs/core"; import { Node, Scene } from "babylonjs"; import { LGraph, LGraphCanvas, LGraphGroup, LiteGraph, L...
the_stack
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types"; import { AssociateLensesCommand, AssociateLensesCommandInput, AssociateLensesCommandOutput, } from "./commands/AssociateLensesCommand"; import { CreateMilestoneCommand, CreateMilestoneCommandInput, CreateMilestoneCommandOutput, } ...
the_stack
import {describe, it, beforeEach, afterEach} from 'mocha'; import * as assert from 'assert'; import {execSync} from 'child_process'; import * as path from 'path'; import rimraf from 'rimraf'; import {core} from '../src/core'; import {OWL_BOT_IGNORE} from '../src/labels'; import nock from 'nock'; import * as sinon from...
the_stack
module android.support.v4.widget { import Canvas = android.graphics.Canvas; import Paint = android.graphics.Paint; import PixelFormat = android.graphics.PixelFormat; import Rect = android.graphics.Rect; import Drawable = android.graphics.drawable.Drawable; import SystemClock = android.os.SystemClock; import Gravity = a...
the_stack
export default { '-157766400000000000': [ { key: ['Christopher'], value: 0, name: ['Christopher'], time: -157766400000.0, }, { key: ['Daniel'], value: 0, name: ['Daniel'], time: -157766400000.0, }, { key: ['David'], value: 6820.0, n...
the_stack
import { options, tasks, domData, triggerEvent, cleanNode } from '@tko/utils' import { observableArray, observable, isWritableObservable } from '@tko/observable' import { MultiProvider } from '@tko/provider.multi' import { DataBindProvider } from '@tko/provider.databind' import { VirtualProvider } from '@tko/...
the_stack
import { Task } from 'fp-ts/lib/Task'; import { pipe } from 'fp-ts/lib/function'; import { of, merge, firstValueFrom, lastValueFrom } from 'rxjs'; import { mapTo, take, toArray, delay, mergeMap, map } from 'rxjs/operators'; import { createMockEffectContext, createHttpResponse, createHttpRequest, createTestRoute } from ...
the_stack
import 'core-js/features/set-immediate'; import { attempt, isError, each, includes, compact, map, find, Dictionary, flatten, assign, filter, keys, reverse } from 'lodash'; import { DbIndexFTSFromRangeQueries, getFullTextIndexWordsForItem } from './FullTextSearchHelpers'; import { StoreSchema, DbProvider, DbSchema,...
the_stack
import 'react'; // tslint:disable-next-line strict-export-declare-modifiers type Booleanish = boolean | 'true' | 'false'; declare module 'react' { interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> { // Standard HTML Attributes accesskey?: string; class?: string;...
the_stack
import { Injectable, OnDestroy } from '@angular/core'; const symbolObservable = (typeof Symbol === 'function' && Symbol.observable) || '@@observable'; /** * A callback invoked when a store value changes. It is called with the latest value of a given store. */ export type SubscriberFunction<T> = (value: T) => void; ...
the_stack
import { existsSync, readdirSync, readFileSync, statSync } from 'fs'; import { posix as path, resolve } from 'path'; import { Configuration, Linter } from 'tslint'; import * as ts from 'typescript'; import { JsonDocs } from '@kirbydesign/core/custom-elements'; const { readdir, readFile } = require('fs').promises; co...
the_stack
import * as fhirTypes from '../utils/fhirTypes'; import * as yup from 'yup'; import { ConvectorModel, FlatConvectorModel, ReadOnly, Required, Validate, Default } from '@worldsibu/convector-core'; import { x509Identities } from '../utils/identities.model'; export type date = string; expor...
the_stack
module TDev.AST.ExprParser { export var infixProps:any = null; function getInfixProperty(o:string) { if (infixProps == null) { infixProps = {} var api = TDev.api; [api.core.Number, api.core.Boolean, api.core.String, api.core.Unknown].f...
the_stack
const keywords = { a: "", abort: "non-reserved", abs: "", absent: "", absolute: "non-reserved", access: "non-reserved", according: "", action: "non-reserved", ada: "", add: "non-reserved", admin: "non-reserved", after: "non-reserved", aggregate: "non-reserved", all: "reserved", allocate: "...
the_stack
import { Agile, CallbackSubscriptionContainer, ComponentSubscriptionContainer, RuntimeJob, Observer, Runtime, SubscriptionContainer, } from '../../../src'; import * as Utils from '@agile-ts/utils'; import { LogMock } from '../../helper/logMock'; import waitForExpect from 'wait-for-expect'; describe('Runt...
the_stack
import { extractGlobTypes } from 'html-typings'; import { joinPages } from './tools/joinPages'; import { polymerBuild } from './tools/build'; import processhtml from 'gulp-processhtml'; import childProcess from 'child_process'; import StreamZip from 'node-stream-zip'; import beautify from 'gulp-beautify'; import Undert...
the_stack
import { ChangeLogItem, ChangeLogKind, ContentProvider, Header, Image, Sponsor, IssueKind, SupportChannel, SocialMediaProvider, SponsorProvider } from "../../vscode-whats-new/src/ContentProvider"; export class BookmarksContentProvider implements ContentProvider { public provideHeader(logoUrl: string): Header { ...
the_stack
module PageStack{ export var DEBUG = false; const history_go = history.go; export var currentStack:StateStack; var iFrameHistoryLengthAsFake = 0; /** * callback when user press back history button * @return is back press consumed */ export var backListener:()=>boolean; /** ...
the_stack
import * as React from "react"; import { makeKeyClick } from "./utils/react"; import { Action, BoardType } from "./types"; import { $setting, get } from "./views/settings"; import { currentBoardIsROM } from "./boards"; import { changeCurrentAction } from "./app/appControl"; import moveImage from "./img/toolbar/move.pn...
the_stack
namespace egret { /** * @private */ const enum Keys{ eventTarget, eventsMap, captureEventsMap, notifyLevel } let ONCE_EVENT_LIST:egret.sys.EventBin[] = []; /** * The EventDispatcher class is the base class for all classes that dispatchEvent events. ...
the_stack
import { Trans } from "@lingui/macro"; import { i18nMark } from "@lingui/react"; import mixin from "reactjs-mixin"; import { Link } from "react-router"; import { MountService } from "foundation-ui"; import * as React from "react"; import { request } from "@dcos/mesos-client"; import { ProductIcons } from "@dcos/ui-kit/...
the_stack
import { InanoSQLAdapter, InanoSQLTable, InanoSQLPlugin, InanoSQLInstance, adapterCreateIndexFilter, adapterConnectFilter, adapterDeleteIndexFilter, adapterAddIndexValueFilter, adapterDeleteIndexValueFilter, adapterReadIndexKeyFilter, adapterReadIndexKeysFilter } from "@nano-sql/core/lib/interfaces"; import { generateI...
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
// bundled version of @reach/dialog // their latest release doesn't allow react v18 for now import * as react from "react"; import * as reactDom from "react-dom"; function _extends$1() { _extends = Object.assign || function (target) { for (let i = 1; i < arguments.length; i++) { const source =...
the_stack
import { HttpClient } from '@angular/common/http'; import { Injectable, OnDestroy } from '@angular/core'; import { ItemAnnotation, ProfileUpdate, TagCleanupUpdate, TagValue } from '@destinyitemmanager/dim-api-types'; import { environment } from '@env/environment'; import { IconDefinition } from '@fortaw...
the_stack
import { Component, h } from "preact"; import { IS_WEB, isNumericalKey, randomString } from "../src/util"; import { BaseObjectDescriptor, InspectorData, PropertyDescriptor, ValueDescriptor } from "./serializer"; type ElementLike = JSX.Element | string | null; type ElementList = ElementLike[]; export class Ins...
the_stack
import { IAgentContext, IDIDManager, IKeyManager, IAgentPlugin, VerifiablePresentation } from '@veramo/core' import { IDataStoreORM, TClaimsColumns, FindArgs } from '@veramo/data-store' import { ICredentialIssuer } from '@veramo/credential-w3c' import { ICredentialsForSdr, IPresentationValidationResult, ISelectiv...
the_stack
import type { Context, Script } from 'vm'; import type { LegacyFakeTimers, ModernFakeTimers } from '@jest/fake-timers'; import type { Circus, Config, Global } from '@jest/types'; import jestMock = require('jest-mock'); declare type JestMockFn = typeof jestMock.fn; declare type JestMockSpyOn = typeof jestMock.spyOn; exp...
the_stack
import { deepEqual, deepStrictEqual, doesNotThrow, equal, strictEqual, throws } from 'assert'; import { ConfigurationTarget, Disposable, env, EnvironmentVariableMutator, EnvironmentVariableMutatorType, EventEmitter, ExtensionContext, extensions, ExtensionTerminalOptions, Pseudoterminal, Terminal, TerminalDimensions, Te...
the_stack
import { HttpClient, HttpResponse } from "@angular/common/http"; import { Injectable } from "@angular/core"; import { buildHttpRequestOptions, HTTP_JSON_OPTIONS, HTTP_GET_OPTIONS, buildHttpRequestOptionsWithObserveResponse, HTTP_GET_OPTIONS_OBSERVE_RESPONSE, CURRENT_BASE_HREF } from "../units/utils"; import {...
the_stack
import { isSafari } from 'vs/base/browser/browser'; import { IndexedDB } from 'vs/base/browser/indexedDB'; import { DeferredPromise, Promises } from 'vs/base/common/async'; import { toErrorMessage } from 'vs/base/common/errorMessage'; import { Emitter } from 'vs/base/common/event'; import { Disposable, DisposableStore,...
the_stack
import * as child_process from "child_process"; import * as fs from "fs"; import * as iconv from "iconv-lite"; import * as os from "os"; import * as path from "path"; import * as properties from "properties"; import * as vscode from "vscode"; import * as WinReg from "winreg"; import { arduinoChannel } from "./o...
the_stack
import * as _ from 'lodash'; import { referenceForModel, apiVersionForModel } from '@console/internal/module/k8s'; import { ClusterTaskModel, PipelineRunModel, TaskModel, PipelineModel, ClusterTriggerBindingModel, TriggerBindingModel, } from '../../models'; import { pipelineTestData, DataState, PipelineExam...
the_stack
import { Link, Button, Spacer, Text, Card, Input, Row, Col, Tooltip, Loading, } from "@geist-ui/react"; import QuestionCircle from "@geist-ui/react-icons/questionCircle"; import { ethers } from "ethers"; import { useState } from "react"; import { Connection } from "./containers/Connection"; impo...
the_stack
import { ConcreteRequest } from "relay-runtime"; import { FragmentRefs } from "relay-runtime"; export type SaleBelowTheFoldQueryVariables = { saleID?: string | null | undefined; }; export type SaleBelowTheFoldQueryResponse = { readonly unfilteredSaleArtworksConnection: { readonly counts: { r...
the_stack
import '@clayui/css/lib/css/atlas.css'; import '@clayui/css/src/scss/cadmin.scss'; import Button from '@clayui/button'; const spritemap = require('@clayui/css/lib/images/icons/icons.svg'); import {ClayDropDownWithItems as DropDownWithItems} from '@clayui/drop-down'; import {ClayCheckbox as Checkbox, ClayInput as Input...
the_stack
import {Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChange, SimpleChanges} from '@angular/core'; import {TranslationUnit} from '../model/translation-unit'; import {MatDialog, MatSnackBar} from '@angular/material'; import {NormalizedMessage} from '../model/normalized-message'; import {FormBuilder, F...
the_stack
import { isFunction, isVariable, Symbol, SYMBOL_FLAG_CONVERT_INSTANCE_TO_GLOBAL, SYMBOL_FLAG_IS_BINARY_OPERATOR, SYMBOL_FLAG_IS_GENERIC, SYMBOL_FLAG_IS_REFERENCE, SYMBOL_FLAG_IS_TEMPLATE, SYMBOL_FLAG_IS_UNARY_OPERATOR, SYMBOL_FLAG_IS_UNSIGNED, SYMBOL_FLAG_NATIVE_DOUBLE, S...
the_stack
import { EventListener } from '@fluentui/react-component-event-listener' import * as React from 'react' import * as ReactDOM from 'react-dom' import * as PropTypes from 'prop-types' import * as _ from 'lodash' import getElementType from '../utils/getElementType' import getUnhandledProps from '../utils/getUnhandledProp...
the_stack
import {File} from './file'; import {ApiError, ErrorCode} from './api_error'; import {FileSystem, BFSOneArgCallback, BFSCallback, BFSThreeArgCallback} from './file_system'; import {FileFlag} from './file_flag'; import * as path from 'path'; import Stats from './node_fs_stats'; import setImmediate from '../generic/setIm...
the_stack
import * as vscode from 'vscode'; import {Substitution, UglyRevelation, LanguageEntry, PrettyCursor, PrettyStyleProperties, PrettyStyle, assignStyleProperties, HideTextMethod} from './configuration'; import {RangeSet} from './RangeSet'; import {DisjointRangeSet} from './DisjointRangeSet'; import * as drangeset from './...
the_stack
import * as colorUtils from '../utils/color_utils'; import * as mathUtils from '../utils/math_utils'; import {Cam16} from './cam16'; import {ViewingConditions} from './viewing_conditions'; // libmonet is designed to have a consistent API across platforms // and modular components that can be moved around easily. Usi...
the_stack
import { cliArguments } from 'cli-argument-parser' import { expect } from 'chai' import { RedisModules } from '../modules/redis-modules' import { FTParsedSearchResponse, FTSearchArrayResponse } from '../modules/redisearch/redisearch.types' import * as fs from 'fs'; let redis: RedisModules const index = 'idx' const quer...
the_stack
"use strict"; import { IAppInsightsCore } from "../JavaScriptSDK.Interfaces/IAppInsightsCore"; import { IConfiguration } from "../JavaScriptSDK.Interfaces/IConfiguration"; import { ITelemetryItem } from "../JavaScriptSDK.Interfaces/ITelemetryItem"; import { IPlugin, ITelemetryPlugin } from "../JavaScriptSDK.Interfaces...
the_stack
import { BalancedLoadBalancingStrategy } from "../../src/loadBalancerStrategies/balancedStrategy"; import { GreedyLoadBalancingStrategy } from "../../src/loadBalancerStrategies/greedyStrategy"; import { PartitionOwnership } from "../../src"; import { UnbalancedLoadBalancingStrategy } from "../../src/loadBalancerStrateg...
the_stack
import { dependentKeyCompat } from '@ember/object/compat'; import { DEBUG } from '@glimmer/env'; import { cached, tracked } from '@glimmer/tracking'; import { resolve } from 'rsvp'; import type { ManyRelationship } from '@ember-data/record-data/-private'; import { assertPolymorphicType } from '@ember-data/store/-debu...
the_stack
import { GameProps, Texture, Device, DeviceSize, Context } from "@replay/core"; import { replayCore, ReplayPlatform } from "@replay/core/dist/core"; import { CustomSprite, makeSprite, Sprite } from "@replay/core/dist/sprite"; import { TextTexture } from "@replay/core/dist/t"; import { getParentCoordsForSprite } from "....
the_stack
import { Shader } from './shader'; import imageVertexSource from './shaders/image-vertex.glsl'; import imageFragmentSource from './shaders/image-fragment.glsl'; import { BatchCommand } from './batch'; import { DrawCommandType, DrawImageCommand } from './draw-image-command'; import { Graphic } from '../Graphic'; import ...
the_stack
* Used for stock event calculations. */ import { StockChart } from '../stock-chart'; import { StockEventsSettingsModel } from '../model/base-model'; import { Series, Points } from '../../chart/series/chart-series'; import { FlagType } from '../../common/utils/enum'; import { BorderModel } from '../../common/model/base...
the_stack
import { clone } from 'lodash'; import React, { useEffect } from 'react'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n/react'; import { EuiDraggable, EuiIconTip, EuiSpacer, EuiAccordion, EuiToolTip, EuiButtonIcon, EuiButtonIconProps } from '@elastic/eui'; import { NumberInputOption, Se...
the_stack
import { Decimal } from 'decimal.js'; import { FcalError } from '../fcal'; import { NumberSystem } from './numberSystem'; import { UnitMeta } from './units'; import toFormat from 'toformat'; toFormat(Decimal); export enum DATATYPE { NUMBER, UNIT, PERCENTAGE, } export enum TYPE_RANK { PERCENTAGE, NUMBER, U...
the_stack
import Bluebird from 'bluebird' import chai from 'chai' import http from 'http' import https from 'https' import net from 'net' import sinon from 'sinon' import sinonChai from 'sinon-chai' import tls from 'tls' import url from 'url' import DebuggingProxy from '@cypress/debugging-proxy' import request from '@cypress/req...
the_stack