text stringlengths 2.5k 6.39M | kind stringclasses 3
values |
|---|---|
import { ConnectionClosed, DataReceived } from "./Common";
import { DefaultHttpClient, HttpClient } from "./HttpClient";
import { IConnection } from "./IConnection";
import { ILogger, LogLevel } from "./ILogger";
import { LoggerFactory } from "./Loggers";
import { ITransport, LongPollingTransport, ServerSentEventsTrans... | the_stack |
import {
ApiBlock,
ApiBlockType,
ApiCellBlock,
ApiKeyValueEntityType,
ApiKeyValueSetBlock,
ApiLineBlock,
ApiPageBlock,
ApiRelationshipType,
ApiSelectionElementBlock,
ApiSelectionStatus,
ApiTableBlock,
ApiTextType,
ApiWordBlock,
} from "./api-models/document";
import {
ApiDocumentMetadata,
... | the_stack |
import { floorMod } from './utils';
import Vector from './Vector';
export interface IField {
xmin: number; // 一般格点数据是按照矩形范围来切割,所以定义其经纬度范围
ymin: number;
xmax: number;
ymax: number;
deltaX: number; // x(经度)增量
deltaY: number; // y(维度)增量
cols: number; // 列(可由 `(xmax - xmin) / deltaX` 得到)
rows: number; // 行... | the_stack |
import { hex2string, hex2rgb, EventEmitter, deprecation } from '@pixi/utils';
import { Matrix, Rectangle } from '@pixi/math';
import { MSAA_QUALITY, RENDERER_TYPE } from '@pixi/constants';
import { settings } from '@pixi/settings';
import { RenderTexture } from './renderTexture/RenderTexture';
import type { SCALE_MODE... | the_stack |
import { Actions, Schema, StrictSchema, ValidatorValidateResult } from './types';
import {
aggregator,
get,
isValidAction,
isActionString,
isActionSelector,
isActionAggregator,
isActionFunction,
isFunction,
isString,
isObject,
SCHEMA_OPTIONS_SYMBOL,
isEmptyObject,
} from './helpers';
import { Va... | the_stack |
import {
isTwoDimArray,
ModelTypes,
JointDataset,
IExplanationModelMetadata,
ModelExplanationUtils,
FabricStyles
} from "@responsible-ai/core-ui";
import { localization } from "@responsible-ai/localization";
import {
IPlotlyProperty,
RangeTypes,
AccessibleChart,
PlotlyMode
} from "@responsible-ai/ml... | the_stack |
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
export interface AcceptInvitationRequest {
/**
* <p>The ARN of the behavior graph that the member account is accepting the invitation
* for.</p>
* <p>The member account status in the b... | the_stack |
import * as coreHttp from "@azure/core-http";
import { LROSYM, LROResponseInfo } from "../lro/models";
/** Represents a phone number search request to find phone numbers. Found phone numbers are temporarily held for a following purchase. */
export interface PhoneNumberSearchRequest {
/** The type of phone numbers to... | the_stack |
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
import { AcceptGrantCommand, AcceptGrantCommandInput, AcceptGrantCommandOutput } from "./commands/AcceptGrantCommand";
import {
CheckInLicenseCommand,
CheckInLicenseCommandInput,
CheckInLicenseCommandOutput,
} from "./commands/CheckInLi... | the_stack |
import {
AST_NODE_TYPES,
TSESTree,
} from '@typescript-eslint/experimental-utils';
import debug from 'debug';
import {
isCallExpression,
isJsxExpression,
isIdentifier,
isNewExpression,
isParameterDeclaration,
isPropertyDeclaration,
isTypeReference,
isUnionOrIntersectionType,
isVariableDeclaration,... | the_stack |
import {
Lazy,
HashCode,
Equivalent,
Compare,
Murmur3,
Numbers,
Constructors,
Interpolate,
Interpolator,
} from "@swim/util";
import type {Display, Output} from "@swim/codec";
import {Item, Value, Form} from "@swim/structure";
import {AnyTimeZone, TimeZone} from "./TimeZone";
import {DateTimeInterpola... | the_stack |
namespace eui {
/**
* The ProgressBar control provides a visual representation of the progress of a task over time.
*
* @version Egret 2.4
* @version eui 1.0
* @platform Web,Native
* @includeExample extension/eui/components/ProgressBarExample.ts
* @language en_US
*/
/**... | the_stack |
namespace gdjs {
import PIXI = GlobalPIXIModule.PIXI;
/**
* The renderer for a gdjs.RuntimeScene using Pixi.js.
*/
export class RuntimeScenePixiRenderer {
_pixiRenderer: PIXI.Renderer | null;
_runtimeScene: gdjs.RuntimeScene;
_pixiContainer: PIXI.Container;
_debugDraw: PIXI.Graphics | null ... | the_stack |
import { player, format } from './Synergism';
import { Globals as G } from './Variables';
import { toggleCorruptionLevel } from './Toggles';
import { getElementById } from './Utility';
import { Alert, Prompt } from "./UpdateHTML";
import { DOMCacheGetOrSet } from './Cache/DOM';
export const corruptionDisplay = (index:... | the_stack |
import { parseMol2 } from '../mol2/parser';
const Mol2String = `@<TRIPOS>MOLECULE
5816
26 26 0 0 0
SMALL
GASTEIGER
@<TRIPOS>ATOM
1 O 1.7394 -2.1169 -1.0894 O.3 1 LIG1 -0.3859
2 O -2.2941 1.0781 -1.7979 O.3 1 LIG1 -0.5033
3 O -3.6584 0.58... | the_stack |
'use strict';
import * as jwt from 'jsonwebtoken';
import * as _ from 'lodash';
import * as chai from 'chai';
import * as sinon from 'sinon';
import * as sinonChai from 'sinon-chai';
import * as chaiAsPromised from 'chai-as-promised';
import * as utils from '../utils';
import * as mocks from '../../resources/mocks';
... | the_stack |
import { ParseTreeListener } from "antlr4ts/tree/ParseTreeListener";
import { GrammarSpecContext } from "./ANTLRv4Parser";
import { GrammarTypeContext } from "./ANTLRv4Parser";
import { PrequelConstructContext } from "./ANTLRv4Parser";
import { OptionsSpecContext } from "./ANTLRv4Parser";
import { OptionContext } from... | the_stack |
import { NgModule, Component, Pipe, OnInit, DoCheck, AfterContentInit, HostListener, Input, ElementRef, Output, EventEmitter, forwardRef, IterableDiffers } from '@angular/core';
import { CommonModule } from '@angular/common';
import { Observable } from 'rxjs/Rx';
import { FormsModule, NG_VALUE_ACCESSOR, ControlValueAcc... | the_stack |
import React, { Component } from 'react'
import {
StyleSheet,
Text,
View,
Image,
Dimensions,
TouchableNativeFeedback,
InteractionManager,
ActivityIndicator,
Animated,
Easing,
FlatList,
Linking,
Alert
} from 'react-native'
import { updown, fav, close } from '../../dao/sync'
import Ionicons fr... | the_stack |
import { originDestinationMatrix } from "../src/originDestinationMatrix";
import * as fetchMock from "fetch-mock";
import {
barriers,
barriersFeatureSet,
polylineBarriers,
polygonBarriers,
} from "./mocks/inputs";
import {
OriginDestinationMatrix,
OriginDestinationMatrix_esriNAODOutputStraightLines,
Or... | the_stack |
import { define, freeze, getGetter, getSetter, createSymbol, assign, getDptor, WINDOW } from '../share/util'
import { SUPER, NOCTOR, AWAIT, CLSCTOR, NEWTARGET, SUPERCALL } from '../share/const'
import { pattern, createFunc, createClass } from './helper'
import { Variable, Prop } from '../scope/variable'
import { Identi... | the_stack |
import {assert} from 'chai';
import * as ion from '../src/Ion';
import JSBI from 'jsbi';
import {Decimal, Writer} from "../src/Ion";
import {BinaryWriter, NullNode} from "../src/IonBinaryWriter";
import {Writeable} from "../src/IonWriteable";
import {getSystemSymbolTableImport} from "../src/IonSystemSymbolTable";
impor... | the_stack |
import { Pos, NoPos, SrcFile, Position } from "../pos";
import { token } from "../token";
import { ByteStr } from "../bytestr";
import { Int64 } from "../int64";
import { Num } from "../num";
import { numconv } from "../numconv";
import { StrWriter } from "../util";
import { Scope, Ent, nilScope } from "./scope";
impor... | the_stack |
import {LOCALES} from '../locales';
export default {
property: {
weight: 'weight',
label: 'label',
fillColor: 'fill color',
color: 'color',
coverage: 'coverage',
strokeColor: 'stroke color',
radius: 'radius',
outline: 'outline',
stroke: 'stroke',
density: 'density',
height... | the_stack |
import { fileExists } from 'common-utils/file.js';
import * as fs from 'fs-extra';
import { homedir } from 'os';
import * as vscode from 'vscode';
import { Uri } from 'vscode';
import { Utils as UriUtils } from 'vscode-uri';
import { CSpellClient } from '../client';
import { getCSpellDiags } from '../diags';
import typ... | the_stack |
import { defaultAPIMocks, MOCK_TEAM_ID, mockAPI } from 'lib/api.mock'
import { expectLogic, partial } from 'kea-test-utils'
import { initKeaTests } from '~/test/init'
import { insightLogic } from './insightLogic'
import { AvailableFeature, InsightShortId, InsightType, ItemMode, PropertyOperator } from '~/types'
import ... | the_stack |
import { join, normalize } from '@angular-devkit/core';
import type { Rule, SchematicContext, Tree } from '@angular-devkit/schematics';
import { chain, noop } from '@angular-devkit/schematics';
import type { Linter } from 'eslint';
import type { TSLintRuleOptions } from 'tslint-to-eslint-config';
import {
addESLintTa... | the_stack |
import {
GetState,
PartialState,
SetState,
State,
StateCreator,
StoreApi,
} from './vanilla'
const DEVTOOLS = Symbol()
export const redux =
<S extends State, A extends { type: unknown }>(
reducer: (state: S, action: A) => S,
initial: S
) =>
(
set: SetState<S>,
get: GetState<S>,
a... | the_stack |
const _API_BLACKLIST = [
'animate',
'animateChild',
'AnimateChildOptions',
'AnimateTimings',
'animation',
'AnimationAnimateChildMetadata',
'AnimationAnimateMetadata',
'AnimationAnimateRefMetadata',
'AnimationBuilder',
'AnimationEvent',
'AnimationFactory',
'AnimationGroupMetadata',
'AnimationKe... | the_stack |
import {
CancellationToken,
CodeAction,
CodeActionContext,
CodeActionKind,
CodeActionProvider,
CompletionContext,
CompletionItem,
CompletionItemKind,
CompletionItemProvider,
Diagnostic,
DiagnosticSeverity,
MarkdownString,
Position,
QuickPickItem,
Range,
SnippetString,
TextDocument,
window,
workspace
... | the_stack |
import mdbid from "mdbid";
import { CmsModelFieldInput, CmsGroup, CmsModelField } from "~/types";
import { useContentGqlHandler } from "../utils/useContentGqlHandler";
import * as helpers from "../utils/helpers";
import models from "./mocks/contentModels";
import { useCategoryManageHandler } from "../utils/useCategoryM... | the_stack |
import {
Component,
ViewChild,
ElementRef,
OnInit,
Input,
AfterViewInit,
} from '@angular/core';
import { FileUploader, FileUploaderOptions, FileItem } from 'ng2-file-upload';
import { Camera, CameraOptions } from '@ionic-native/camera/ngx';
import WarehouseProduct from '@modules/server.common/entities/Warehouse... | the_stack |
import { LongFormPage, PageOverrides } from "../site/LongFormPage"
import { BlogIndexPage } from "../site/BlogIndexPage"
import { FrontPage } from "../site/FrontPage"
import { ChartsIndexPage, ChartIndexItem } from "../site/ChartsIndexPage"
import { CovidPage } from "../site/CovidPage"
import { SearchPage } from "../si... | the_stack |
import {
JupyterFrontEnd,
JupyterFrontEndPlugin
} from '@jupyterlab/application';
import { INotebookTracker } from '@jupyterlab/notebook';
import {
WidgetTracker,
showDialog,
Dialog,
InputDialog
} from '@jupyterlab/apputils';
import { CodeCell } from '@jupyterlab/cells';
import {
Dashboard,
Dashboar... | the_stack |
import * as generators from "../utils/generators";
import { RenderModes } from "constants/WidgetConstants";
import {
migrateChartDataFromArrayToObject,
migrateToNewLayout,
migrateInitialValues,
migrateToNewMultiSelect,
} from "./DSLMigrations";
import {
buildChildren,
widgetCanvasFactory,
buildDslWithChil... | the_stack |
import type {Mutable} from "@swim/util";
import type {TestOptions} from "./Test";
import type {SpecTest} from "./SpecTest";
import type {SpecUnit} from "./SpecUnit";
import type {Proof} from "./Proof";
import type {Report} from "./Report";
import {ConsoleReport} from "./ConsoleReport";
import {Exam} from "./Exam";
/**... | 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/signalRSharedPrivateLinkResourcesMappers";
import * as Parameters from "../models/parameters";
import { SignalRManagementClientContext } from "../... | the_stack |
import { localize } from 'vs/nls';
import product from 'vs/platform/product/common/product';
import { isMacintosh, isLinux, language } from 'vs/base/common/platform';
import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry';
import { IOpenerService } from 'vs/platform/opener/common/opener';
import { U... | the_stack |
import {
DocPlainText,
DocLinkTag,
TSDocConfiguration,
DocParagraph,
DocNode,
DocBlock,
DocComment,
DocSection,
DocCodeSpan,
StandardTags,
DocNodeKind
} from '@microsoft/tsdoc';
import {
ApiItem,
ApiItemKind,
ApiParameterListMixin,
ApiPackage,
ApiReleaseTagMixin,
ReleaseTag,
ApiDocum... | the_stack |
import { EnumeratorBase } from "../System/Collections/Enumeration/EnumeratorBase";
import { DisposableBase } from "../System/Disposable/DisposableBase";
import { IEnumerator } from "../System/Collections/Enumeration/IEnumerator";
import { IEnumerable } from "../System/Collections/Enumeration/IEnumerable";
import { Acti... | the_stack |
import * as t from 'graphql/language';
import { uniqArray, unCapitalize, MemberTypeMap } from '../../utils';
const singleValueOperators = ['gt', 'gte', 'lt', 'lte'];
const operatorsMap = {
equals: 'in',
notEquals: 'notIn',
notSet: 'set',
};
enum FilterKind {
AND = 'AND',
OR = 'OR',
PLAIN = 'PLAIN',
}
f... | the_stack |
import {Index, HashIndex, DistinctIndex} from "./indexes";
import {Tracer, NoopTracer, TraceNode, TraceFrameType} from "./trace";
//------------------------------------------------------------------------
// debugging utilities
//------------------------------------------------------------------------
const TRACE = f... | the_stack |
import { lookupProfile, NAME_LOOKUP_PATH, UserSession } from '@stacks/auth';
import {
BLOCKSTACK_DEFAULT_GAIA_HUB_URL,
DoesNotExist,
GaiaHubError,
getGlobalObject,
InvalidStateError,
megabytesToBytes,
PayloadTooLargeError,
SignatureVerificationError,
} from '@stacks/common';
import {
eciesGetJsonStrin... | the_stack |
module es {
type PredicateType<T> = (value?: T, index?: number, list?: T[]) => boolean
export class List<T> {
protected _elements: T[];
/**
* 默认为列表的元素
*/
constructor(elements: T[] = []) {
this._elements = elements
}
/**
* 在列表的末尾添加... | the_stack |
import type {
capDataStorageOptions,
JsonStore,
JsonTable,
} from '../../../src/definitions';
import { Data } from './Data';
import { UtilsSQLite } from './UtilsSQLite';
const COL_ID = 'id';
const COL_NAME = 'name';
const COL_VALUE = 'value';
export class StorageDatabaseHelper {
Path: any = null;
NodeFs: a... | the_stack |
import { List, Map } from 'immutable'
import { addNestKey, DndIntents, moveDraggedValue, onIntentFactory, onMovedType } from '@ui-schema/kit-dnd'
import React from 'react'
import { onChangeHandler, StoreKeys } from '@ui-schema/ui-schema'
import { DragDropSpec } from '@ui-schema/material-dnd/DragDropSpec'
export const ... | the_stack |
import WebSocket from 'ws';
import ReconnectingWebSocket, {ErrorEvent} from '../reconnecting-websocket';
import {spawn} from 'child_process';
const WebSocketServer = WebSocket.Server;
const PORT = 50123;
const PORT_UNRESPONSIVE = '50124';
const URL = `ws://localhost:${PORT}`;
beforeEach(() => {
(global as any).We... | the_stack |
import googleDrive from '@iconify-icons/logos/google-drive';
import { Icon } from '@iconify/react';
import { useMount, useUnmount } from 'ahooks';
import { Button, InlineLoading, InlineNotification, TextInput } from 'carbon-components-react';
import { Stack } from 'office-ui-fabric-react';
import React, { useRef, useSt... | the_stack |
import { context, Span, trace, diag } from '@opentelemetry/api';
import { suppressTracing } from '@opentelemetry/core';
import type mongoose from 'mongoose';
import { MongooseInstrumentationConfig, SerializerPayload } from './types';
import { startSpan, handleCallbackResponse, handlePromiseResponse } from './utils';
im... | the_stack |
import {
Build,
BuildDefinitionReference,
} from 'azure-devops-node-api/interfaces/BuildInterfaces';
import {
BuildResult,
BuildRun,
BuildStatus,
DashboardPullRequest,
GitTag,
Policy,
PullRequest,
PullRequestOptions,
RepoBuild,
Team,
TeamMember,
} from '@backstage/plugin-azure-devops-common';
... | the_stack |
import * as coreClient from "@azure/core-client";
export const Solution: coreClient.CompositeMapper = {
type: {
name: "Composite",
className: "Solution",
modelProperties: {
id: {
serializedName: "id",
readOnly: true,
type: {
name: "String"
}
},
... | the_stack |
import { db } from "./data"
import { EventEmitter } from "./event"
import * as monaco from "../monaco/monaco"
import * as guid from "./guid"
import savedScripts from "./saved-scripts"
import { SaveScriptMsg } from "../common/messages"
import * as figma from "./figma-plugin-bridge"
import { print, dlog } from "./util"
... | the_stack |
namespace PE.Battle.UI {
export let actionsInx = 0;
export let movesInx = 0;
export class Window_BattleMessage extends Window_Message {
constructor() {
super();
}
frameskin: any;
loadFrameSkin() {
this.frameskin = ImageManager.loadSystem("battle_message_skin");
}
normalColor(... | the_stack |
import { sp } from "@pnp/sp";
import "@pnp/sp/webs";
import "@pnp/sp/lists/web";
import "@pnp/sp/folders/web";
import "@pnp/sp/files/folder";
import "@pnp/sp/items/list";
import "@pnp/sp/fields/list";
import "@pnp/sp/views/list";
import "@pnp/sp/site-users/web";
import { IList } from "@pnp/sp/lists";
import * as _ from... | the_stack |
import { holdLoop } from '../../tests/utils'
import { wait } from './async'
import { loadSource, loadSources, Source } from './entropy_source'
describe('Entropy source utilities', () => {
describe('loadSource', () => {
it('passes source options', async () => {
const sourceGetter = jasmine.createSpy()
... | the_stack |
import { DataViewFieldType } from 'app/constants';
import ReactChart from 'app/models/ReactChart';
import { PageInfo } from 'app/pages/MainPage/pages/ViewPage/slice/types';
import {
ChartConfig,
ChartContext,
ChartDataSectionField,
ChartOptions,
ChartStyleConfig,
ChartStyleSectionGroup,
} from 'app/types/Ch... | the_stack |
module TDev.RT {
//? Math goodness, abs, max, ...
//@ robust
export module Math_
{
//? Maps an integer value from one range to another. Does not contrain the value.
//@ [result].writesMutable
//@ [in_max].defl(1023) [out_max].defl(4)
export function map_range(x: number, i... | the_stack |
import fs from 'fs'
import assert from 'assert'
import net from 'net'
import sinon from 'sinon'
import config from '../../src/config'
import Peer from '../../src/service/peer'
import { NetworkCreatePeerOrgType } from '../../src/model/type/network.type'
import MinimumNetwork from '../util/minimumNetwork'
describe('Peer... | the_stack |
import { stylePropsView, validStyles } from '@tamagui/helpers'
import { useForceUpdate } from '@tamagui/use-force-update'
import React, {
Children,
Fragment,
createElement,
forwardRef,
memo,
useCallback,
useContext,
useRef,
useState,
} from 'react'
import { StyleSheet, Text, TouchableWithoutFeedback, ... | the_stack |
declare module '~request~form-data/lib/form_data' {
class FormData {
static LINE_BREAK: string;
static DEFAULT_CONTENT_TYPE: string;
append (key: string, value: any, options?: string | FormData.Options): FormData;
getHeaders <T> (userHeaders?: T): T & FormData.Headers;
getCustomHeaders (contentType?: string)... | the_stack |
import { ConcreteRequest } from "relay-runtime";
import { FragmentRefs } from "relay-runtime";
export type ArtworkSidebarCurrentBidInfo_Test_QueryVariables = {};
export type ArtworkSidebarCurrentBidInfo_Test_QueryResponse = {
readonly artwork: {
readonly " $fragmentRefs": FragmentRefs<"ArtworkSidebarCurrent... | the_stack |
import * as S from "./main";
declare const InputDeviceCapabilities: any;
const LocMap = Map;
const LocWeakMap = WeakMap;
const defineProperty = Object.defineProperty;
export function nodeListIter<T>(nl: {
length: number;
[index: number]: T;
}): Iterable<T> {
return {
[Symbol.iterator]() {
let i = 0;... | the_stack |
import '../../../test/test_helper';
import querystring from 'querystring';
import {ShopifyHeader} from '../../../base_types';
import {DataType, GetRequestParams} from '../../http_client/types';
import {assertHttpRequest} from '../../http_client/test/test_helper';
import {RestClient} from '../rest_client';
import {Rest... | the_stack |
import {expect} from 'chai';
import {Attribute} from '../../../../lib/attribute';
import {Backend, InferenceHandler, SessionHandler} from '../../../../lib/backend';
import {WebGLBackend} from '../../../../lib/backends/backend-webgl';
import {WebGLInferenceHandler} from '../../../../lib/backends/webgl/inference-handler... | the_stack |
import { Difference, Options, Result, Statistics, SymlinkStatistics } from "../src"
import { compare as compareAsync, fileCompareHandlers } from "../src"
import util = require('util')
import path from 'path'
import Streams from 'memory-streams'
export interface DisplayOptions {
showAll: boolean,
wholeReport: b... | the_stack |
import earcut from "earcut";
import polylabel from "polylabel";
import * as martinez from "martinez-polygon-clipping";
import * as THREE from "three";
import { Geometry } from "./Geometry";
import { Transform } from "../../../geo/Transform";
/**
* @class VertexGeometry
* @abstract
* @classdesc Represents a vertex ... | the_stack |
import { IntMap, SortedArray, Iterator, Segmentation, Interval, OrderedSet } from '../../../mol-data/int';
import { UniqueArray } from '../../../mol-data/generic';
import { SymmetryOperator } from '../../../mol-math/geometry/symmetry-operator';
import { Model, ElementIndex } from '../model';
import { sort, arraySwap, h... | the_stack |
import { inject, injectable } from 'inversify';
import _ from 'lodash';
import { inspect } from 'util';
import { IVCSService, ServicePagination } from '..';
import { debugLog } from '../../detectors/utils';
import { IssueState, ListGetterOptions, Paginated, PaginationParams, PullRequestState } from '../../inspectors';
... | the_stack |
//@ts-check
///<reference path="devkit.d.ts" />
declare namespace DevKit {
namespace FormSite_Information {
interface tab_address_Sections {
primary_address: DevKit.Controls.Section;
time_zone: DevKit.Controls.Section;
}
interface tab_General_Sections {
section1: DevKit.Controls.Section;
}
interfac... | the_stack |
import { Volume } from "../component/channel/Volume";
import "../core/context/Destination";
import "../core/clock/Transport";
import { Param } from "../core/context/Param";
import {
OutputNode,
ToneAudioNode,
ToneAudioNodeOptions,
} from "../core/context/ToneAudioNode";
import { Decibels, Seconds, Time } from "../co... | the_stack |
import { dew as _inflateDewDew } from "./zlib/inflate.dew.js";
import { dew as _commonDewDew } from "./utils/common.dew.js";
import { dew as _stringsDewDew } from "./utils/strings.dew.js";
import { dew as _constantsDewDew } from "./zlib/constants.dew.js";
import { dew as _messagesDewDew } from "./zlib/messages.dew.js";... | the_stack |
import { userOwns } from '../../vulcan-users/permissions';
import { foreignKeyField, resolverOnlyField, denormalizedField, denormalizedCountOfReferences } from '../../../lib/utils/schemaUtils';
import { mongoFindOne } from '../../mongoQueries';
import { commentGetPageUrlFromDB } from './helpers';
import { userGetDispla... | the_stack |
import Vue, { ComponentOptions, CreateElement } from 'vue';
import { PropsDefinition } from 'vue/types/options';
import { CombinedVueInstance } from 'vue/types/vue';
import { VNode } from 'vue/types/vnode';
import { createNamespace } from '../../utils';
declare const h: CreateElement;
const [createComponent, bem] = ... | the_stack |
import PostgrestTransformBuilder from './PostgrestTransformBuilder'
/**
* Filters
*/
type FilterOperator =
| 'eq'
| 'neq'
| 'gt'
| 'gte'
| 'lt'
| 'lte'
| 'like'
| 'ilike'
| 'is'
| 'in'
| 'cs'
| 'cd'
| 'sl'
| 'sr'
| 'nxl'
| 'nxr'
| 'adj'
| 'ov'
| 'fts'
| 'plfts'
| 'phfts'
... | the_stack |
import * as debug_ from "debug";
import { app } from "electron";
import { appendFileSync, promises as fsp } from "fs";
import { clone } from "ramda";
import { LocaleConfigIdentifier, LocaleConfigValueType } from "readium-desktop/common/config";
import { LocatorType } from "readium-desktop/common/models/locator";
import... | the_stack |
import { BuildsService } from "@modules/resources/builds/service";
import { Job } from "bullmq";
import Container from "typedi";
import { BuildTestInstanceScreenshotService } from "@modules/resources/builds/instances/screenshots.service";
import { getScreenshotActionsResult, getTemplateFileContent } from "@utils/helper... | the_stack |
import {
Store,
Event,
launch,
step,
createNode,
withRegion,
restore,
createEvent,
} from 'effector'
import type {Scope} from '../effector/unit.h'
import type {StateRef} from '../effector/index.h'
import type {Stack} from '../effector/kernel'
import type {
Leaf,
NSType,
DOMElement,
LeafData,
T... | the_stack |
import setupLogger from '@/config/logger';
import { IExplorer } from '@/services/datastores/base/datastore';
import Cursor from '@/services/datastores/dynomite/lib/Cursor';
import { MAX_KEY_STRING_SIZE_CHARS } from '@/services/datastores/dynomite/lib/dynomite-constants';
import DynomiteCluster from '@/services/datastor... | the_stack |
import { SelectionModel } from '@angular/cdk/collections';
import { FlatTreeControl } from '@angular/cdk/tree';
import { Component, Injectable, ElementRef, ViewChild } from '@angular/core';
import { MatTreeFlatDataSource, MatTreeFlattener } from '@angular/material/tree';
import { BehaviorSubject } from 'rxjs';
/**
* ... | the_stack |
import { computed, ComputedRef, reactive, Ref, toRef, unref, UnwrapRef } from "vue"
import { watch, watchEffect, WatchStopHandle } from "vue"
import { inject, InjectionKey, provide } from "vue"
import { nonNull, Reactive } from "../common/common"
import { Config, Configs, EdgeConfig, MarkerStyle, NodeConfig } from "../... | the_stack |
import InfoCircle from '@assets/icons/InfoCircle';
import {
BrandedButton,
CheckboxItem,
CheckboxList,
ColourHighlightHeaderTextText,
ErrorText,
HeaderText,
RegularText,
TextareaWithCharCount,
} from '@covid/components';
import { Form } from '@covid/components/Form';
import { GenericTextField } from '@c... | the_stack |
import * as admin from "firebase-admin";
import * as betterAjvErrors from "better-ajv-errors";
import * as crypto from "crypto";
import * as firestore from "@google-cloud/firestore";
import * as functions from "firebase-functions";
import {
API_ANIMATION_CREATE,
API_ANIMATION_JSON,
API_ANIMATION_VIDEO,
API_FEED... | the_stack |
import { Dictionary, DictionaryWithStringKey } from "../../AltDictionary";
import { EwsLogging } from "../EwsLogging";
import { EwsServiceJsonReader } from "../EwsServiceJsonReader";
import { ExchangeService } from "../ExchangeService";
import { ExtendedPropertyDefinition } from "../../PropertyDefinitions/ExtendedProp... | the_stack |
import $RefParser from '@apidevtools/json-schema-ref-parser'
import retry, { Options } from 'async-retry'
import Debug, { Debugger as DebugDebugger } from 'debug'
import { AnyAaaaRecord, AnyARecord } from 'dns'
// eslint-disable-next-line import/no-unresolved
import { resolveAny } from 'dns/promises'
import { existsSyn... | the_stack |
import { ActivityType, DynamicScopeType, FullSourceCoordinate, PassiveEntityType, ReceiveOpType, SendOpType, SymbolMessage } from "./messages";
import { EntityRefType, KomposMetaModel } from "./meta-model";
import { TraceParser } from "./trace-parser";
export interface EntityProperties {
id: number;
origin?: Full... | the_stack |
import assert from 'assert';
import { Readable } from 'stream';
import { r } from '../src';
import config from './config';
import { uuid } from './util/common';
describe('stream', () => {
let dbName: string;
let tableName: string;
let tableName2: string;
let dumpTable: string;
const numDocs = 100; // Number ... | the_stack |
declare namespace DeployJava {
/**
* @summary Interface for {@link deployJava} object.
* @author Cyril Schumacher
* @version 1.0
*/
interface DeployJavaStatic {
/**
* @summary Brand name.
* @member {string}
*/
brand: string;
/**
... | the_stack |
import * as assert from "assert"
import * as http from "http"
import { get } from "lodash"
import * as url from "url"
import { testCli } from "."
import distbin from "../"
import { discoverOutbox } from "../src/activitypub"
import * as activitypub from "../src/activitypub"
import { ASJsonLdProfileContentType } from "..... | the_stack |
import 'mocha';
import expect from 'expect';
import { gitSyncDetector } from '../src';
import { GitResourceAttributes } from '../src/types';
import * as fetchGitData from '../src/fecth-git-data';
import * as sinon from 'sinon';
import { Resource } from '@opentelemetry/resources';
describe('git detector', () => {
b... | the_stack |
import * as React from 'react';
import { Modal, Tag, Input, DatePicker, Select, Tooltip } from 'antd';
import { IBaseInfo } from '../../interface/common';
import { renderOperationBtns, IBtn, NavRouterLink, renderTooltip } from '../../component/CustomComponent';
import { healthMap, hostTypeMap, healthTypes, hostTypes } ... | the_stack |
import { detach } from '@syncfusion/ej2-base';
import { NodeSelection } from '../../src/selection/selection'
describe('Selection', () => {
//HTML value
let innervalue: string = '<p id="selectionTag"><b>Description:</b></p>' +
'<p>The <span id="spantag">Rich Text Editor (RTE)</span> control is an easy t... | the_stack |
import { BufferAttribute, Texture, Vector2 } from "three";
import { Geometry } from "three/examples/jsm/deprecated/Geometry";
import { DoubleSide, NearestFilter } from "three/src/constants";
import { Object3D } from "three/src/core/Object3D";
import { BoxGeometry } from "three/src/geometries/BoxGeometry";
import { BoxH... | the_stack |
import { CancellationToken } from 'vs/base/common/cancellation';
import { Emitter, Event } from 'vs/base/common/event';
import { Disposable, DisposableStore } from 'vs/base/common/lifecycle';
import { isArray } from 'vs/base/common/types';
import { URI } from 'vs/base/common/uri';
import { IChannel, IServerChannel } fr... | the_stack |
import { createUserAndSession, beforeAllDb, afterAllTests, beforeEachDb, models, createItemTree, createResource, createNote, createItemTree3, db, tempDir, expectNotThrow, expectHttpError } from '../utils/testing/testUtils';
import { shareFolderWithUser } from '../utils/testing/shareApiUtils';
import { resourceBlobPath ... | the_stack |
import { AfterContentInit, Directive, ElementRef, forwardRef, HostBinding,
Input, OnDestroy, OnInit, Renderer2, Self, ContentChildren, QueryList, Host, SkipSelf,
HostListener, Inject, Output, EventEmitter } from '@angular/core';
import { DOCUMENT } from '@angular/common';
import { MDCLineRippleFoundation, MDCLineRi... | the_stack |
import * as ko from "knockout";
import React from "react";
import NewVertexIcon from "../../../images/NewVertex.svg";
import StyleIcon from "../../../images/Style.svg";
import { DatabaseAccount } from "../../Contracts/DataModels";
import * as ViewModels from "../../Contracts/ViewModels";
import { useSidePanel } from ".... | the_stack |
import type { DMMF } from '@prisma/client/runtime'
import dedent from 'dindist'
import { chain } from 'lodash'
import * as Nexus from 'nexus'
import { NexusEnumTypeConfig, NexusListDef, NexusNonNullDef, NexusNullDef } from 'nexus/dist/core'
import { MaybePromise, RecordUnknown, Resolver } from '../../helpers/utils'
imp... | the_stack |
declare var highlightedDates: string[];
declare var weekStart: number;
namespace Home {
declare var bulmaCalendar: any;
declare var InlineEditor: any;
declare var BulmaTagsInput: any;
interface GetDayReponse extends Result {
data: DayData;
}
interface DayData {
... | the_stack |
import {
IIcon,
ImageryVisualizer,
IVisualizerEntity,
IVisualizersConfig,
VisualizerInteractions,
VisualizersConfig
} from '@ansyn/imagery';
import { cloneDeep as _cloneDeep } from 'lodash';
import Feature from 'ol/Feature';
import Style from 'ol/style/Style';
import Point from 'ol/geom/Point';
import * as condit... | the_stack |
import {Request} from '../lib/request';
import {Response} from '../lib/response';
import {AWSError} from '../lib/error';
import {Service} from '../lib/service';
import {WaiterConfiguration} from '../lib/service';
import {ServiceConfigurationOptions} from '../lib/service';
import {ConfigBase as Config} from '../lib/conf... | the_stack |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.