text stringlengths 2.5k 6.39M | kind stringclasses 3
values |
|---|---|
import * as i18n from '../../core/i18n/i18n.js';
import * as Platform from '../../core/platform/platform.js';
import * as UI from '../../ui/legacy/legacy.js';
import playerPropertiesViewStyles from './playerPropertiesView.css.js';
import type * as Protocol from '../../generated/protocol.js';
const UIStrings = {
/*... | the_stack |
import {Nullable} from './base'
import {getElement, pixelRatio} from './util'
import {View} from './view'
// Spacing between nodes in the tree.
const SPACE = 19;
// Padding from the edge of the canvas.
const PAD = 11;
// Radius of the nodes.
const RADIUS = 5;
interface Position {
parent: Nullable<Position>;
chi... | the_stack |
declare namespace GoogleAdsScripts {
namespace AdsApp {
/** Represents a Google Ads ad group. */
interface AdGroup extends Base.StatsFor {
/** Creates a selector of all ad params in the ad group. */
adParams(): AdParamSelector;
/** Adds a callout to this ad group.... | the_stack |
import {ObservableType, isObservable} from '@layr/observable';
import {useState, useEffect, useCallback, useRef, useMemo, DependencyList} from 'react';
import {AsyncFunction, getTypeOf} from 'core-helpers';
import {useCustomization, Customization} from './components';
/**
* A convenient hook for loading data asynchr... | the_stack |
import { CoreConnection } from '../index'
import { PeripheralDeviceAPI as P, PeripheralDeviceAPI } from '../lib/corePeripherals'
import * as _ from 'underscore'
import { DDPConnectorOptions } from '../lib/ddpClient'
jest.mock('faye-websocket')
jest.mock('got')
process.on('unhandledRejection', (reason) => {
console.lo... | the_stack |
declare module JQuerySPServices {
interface SPServicesOptions {
/** If true, we'll cache the XML results with jQuery's .data() function */
cacheXML?: boolean;
/** The Web Service operation */
operation: string;
/** URL of the target Web */
webURL?: string;
/**... | the_stack |
import type { ImportDeclaration, SyntaxList } from 'typescript';
import { ExtensionContext, NotebookCell, NotebookDocument, Uri, workspace } from 'vscode';
import { EOL } from 'os';
import { MappingItem, RawSourceMap, SourceMapConsumer, SourceMapGenerator } from 'source-map';
import * as path from 'path';
import * as f... | the_stack |
import { connect, Cursor } from 'mongodb';
import { connectionString } from '../index';
import { ObjectId } from 'bson';
/**
* test the FilterQuery type using collection.find<T>() method
* Monog uses FilterQuery type for every method that performs a document search
* for example: findX, updateX, deleteX, distinct, ... | the_stack |
import { Option, Some, None } from "../src/Option";
import { Vector } from "../src/Vector";
import { instanceOf } from "../src/Comparison";
import { Seq } from "../src/Seq";
import { MyClass, MySubclass } from "./SampleData";
import { assertFailCompile } from "./TestHelpers";
import * as assert from 'assert'
describe(... | the_stack |
import { Collection } from "./collection";
import { CloneMethod } from "./clone";
import { Doc } from "../../common/types";
import { Scorer } from "../../full-text-search/src/scorer";
import { Query as FullTextSearchQuery } from "../../full-text-search/src/query_types";
/**
* ResultSet class allowing chainable queries... | the_stack |
import { sr25519Verify, waitReady } from '@polkadot/wasm-crypto'
import { KusamaProtocol } from '../../../src/protocols/substrate/kusama/KusamaProtocol'
import { SubstrateNetwork } from '../../../src/protocols/substrate/SubstrateNetwork'
import { AirGapWalletStatus } from '../../../src/wallet/AirGapWallet'
import { Te... | the_stack |
import { Component, ChangeDetectionStrategy, ViewChild } from '@angular/core';
import { FormBuilder, Validators} from '@angular/forms';
import { FormArray, FormGroup, FormControl} from '@angular/forms';
import { InfluxServerService } from './influxservercfg.service';
import { ValidationService } from '../common/valida... | the_stack |
import { ByteArray } from './../../graphics/images/index';
import { TtfReader } from './ttf-reader';
import { TtfMetrics } from './ttf-metrics';
import { PdfDictionary, SaveDescendantFontEventHandler, SaveFontDictionaryEventHandler } from './../../primitives/pdf-dictionary';
import { SaveFontProgramEventHandler, SaveCm... | the_stack |
import 'chrome://resources/cr_elements/cr_action_menu/cr_action_menu.js';
import 'chrome://resources/cr_elements/cr_button/cr_button.m.js';
import 'chrome://resources/cr_elements/policy/cr_policy_pref_indicator.m.js';
import 'chrome://resources/cr_elements/shared_style_css.m.js';
import 'chrome://resources/cr_elements/... | the_stack |
import React, { useContext, useState } from 'react';
import {
CODE_TYPE,
DATA_SOURCE_ENUM,
DATA_SOURCE_TEXT,
DATA_SOURCE_VERSION,
FLINK_VERSIONS,
formItemLayout,
KAFKA_DATA_LIST,
KAFKA_DATA_TYPE,
SOURCE_TIME_TYPE,
} from '@/constant';
import { isAvro, isKafka, isShowTimeForOffsetReset } from '@/utils/is';
impo... | the_stack |
'use strict';
import * as http from 'http';
import { URL } from 'url';
import * as os from 'os';
import * as path from 'path';
import { Uri, window } from 'vscode';
import { planner, OutputAdaptor, utils } from 'pddl-workspace';
import { isHttp } from '../utils';
import { PlannerExecutable } from '../planning/Planner... | the_stack |
import AWS from 'aws-sdk'
import { PutObjectRequest } from 'aws-sdk/clients/s3'
import { PackageStatus, DomainPackageStatus } from 'aws-sdk/clients/es'
import { ElasticsearchIndexLocale } from '@island.is/content-search-index-manager'
import { logger } from '@island.is/logging'
import { environment } from '../../enviro... | the_stack |
import { mergeStyles, Separator, Stack } from 'office-ui-fabric-react';
import React from 'react';
import { HideAt, ShowAt } from 'react-with-breakpoints';
import { logEvent } from '../Shared/AppInsights';
import { ArtObject, ArtMatch, loadingMatch, loadingArtwork } from "../Shared/ArtSchemas";
import bannerImage from ... | the_stack |
import * as ts from 'typescript';
import {
Finding,
EffectiveConfiguration,
LintAndFixFileResult,
Replacement,
RuleContext,
Severity,
RuleConstructor,
MessageHandler,
AbstractProcessor,
DeprecationHandler,
DeprecationTarget,
FindingFilterFactory,
FindingFilter,
} from... | the_stack |
namespace ts.projectSystem {
function createExportingModuleFile(path: string, exportPrefix: string, exportCount: number): File {
return {
path,
content: fill(exportCount, i => `export const ${exportPrefix}_${i} = ${i};`).join("\n"),
};
}
function createExport... | the_stack |
declare module "qdtNova" {
function _default(supernova: any): (Component: any, options: any) => () => {
component(): void;
};
export default _default;
}
declare module "components/QdtModal/QdtModalStyles" {
export default styles;
function styles(theme: any): {
modalContainer: {
... | the_stack |
import { Injectable } from '@angular/core';
import { Store } from '@ngrx/store';
import {
Address,
B2BApprovalProcess,
B2BUnit,
B2BUser,
CostCenter,
EntitiesModel,
SearchConfig,
StateUtils,
StateWithProcess,
UserIdService,
} from '@spartacus/core';
import { Observable, queueScheduler, using } from '... | the_stack |
import * as argparse from 'argparse';
import * as fs from 'fs';
import assert from 'assert';
import * as util from 'util';
import * as path from 'path';
import { Ast, Type } from 'thingtalk';
import * as I18N from '../../../lib/i18n';
import { serializePrediction } from '../../../lib/utils/thingtalk';
import { getEleme... | the_stack |
import * as pulumi from "@pulumi/pulumi";
import * as utilities from "../utilities";
/**
* Manages a Key Vault Managed Storage Account.
*
* ## Example Usage
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as azure from "@pulumi/azure";
*
* const exampleClientConfig = azure.core.getCli... | the_stack |
* Created by Dolkkok on 2017. 7. 18..
*/
import {AfterViewInit, Component, ElementRef, Injector, Input, OnDestroy, OnInit} from '@angular/core';
import {BaseChart, ChartSelectInfo} from '../base-chart';
import {BaseOption} from '../option/base-option';
import {
CellColorTarget,
CHART_STRING_DELIMITER,
ChartColo... | the_stack |
import 'chrome://resources/cr_elements/cr_expand_button/cr_expand_button.m.js';
import 'chrome://resources/cr_elements/cr_link_row/cr_link_row.js';
import 'chrome://resources/cr_elements/shared_style_css.m.js';
import 'chrome://resources/polymer/v3_0/iron-collapse/iron-collapse.js';
import '../settings_shared_css.js';
... | the_stack |
import TestSuiteWorker from "worker-loader?inline=no-fallback!test_suite/test_suite_worker";
import { assertNotNull, Rpc } from "common";
import { TestSuiteTests } from "test_suite/test_suite_worker";
import { PostMessageTypedArray, ZapArray } from "types";
import { zapBufferTests } from "test_suite/zap_buffer_test";
... | the_stack |
import "reflect-metadata"
import { createClass, reflection } from "./helpers"
import { getMetadata, setMetadata } from "./storage"
import {
Class,
CustomPropertyDecorator,
DecoratorId,
DecoratorOption,
DecoratorOptionId,
DecoratorTargetType,
GenericTypeParameterDecorator,
GenericTypeArg... | the_stack |
import { AccessLevelList } from "../shared/access-level";
import { PolicyStatement } from "../shared";
/**
* Statement provider for service [sqlworkbench](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssqlworkbench.html).
*
* @param sid [SID](https://docs.aws.amazon.com/IAM/latest/UserGu... | the_stack |
import { settingsController, translations, cordovaFS, DocumentSelection } from "..";
/**
* Handles export / import saved games
*/
export class SavedGamesExport {
/**
* The Cordova persistent file system
*/
private fs: FileSystem = null;
/**
* Saved games file entries
*/
private ... | the_stack |
import { Component, h, ComponentInterface, Prop, Event, EventEmitter, Host, State, Watch, Element } from '@stencil/core'
import classNames from 'classnames'
import {
hoursRange,
minutesRange,
compareTime,
verifyValue,
verifyTime,
verifyDate,
getYearRange,
getMonthRange,
getDayRange,
formatValue
} fr... | the_stack |
import { EventEmitter } from "events";
import { ClientOptions } from "../ClientOptions";
import { IClient } from "../IClient";
import { Level2Point } from "../Level2Point";
import { Level2Snapshot } from "../Level2Snapshots";
import { Level2Update } from "../Level2Update";
import { Market } from "../Market";
import { N... | the_stack |
import {Injectable} from "@angular/core";
import {BehaviorSubject} from "rxjs/BehaviorSubject";
import {Subject} from "rxjs/Subject";
import {of} from "rxjs/observable/of";
import {combineLatest} from "rxjs/observable/combineLatest";
import {switchMap, take, map, filter, distinctUntilChanged, skip} from "rxjs/operators... | the_stack |
import * as Popper from '@popperjs/core';
import cx from 'classnames';
import React, { useContext } from 'react';
import { OverlayBehaviorContext, OverlayBehaviorContextType } from '../../providers';
import { composeHandlers, pick } from '../../utils';
import {
IOverlayAnimationProps,
IOverlayBackdropProps,
IOver... | the_stack |
module android.text{
import System = java.lang.System;
import StringBuilder = java.lang.StringBuilder;
import MeasuredText = android.text.MeasuredText;
import Spanned = android.text.Spanned;
import TextDirectionHeuristic = android.text.TextDirectionHeuristic;
import TextDirectionHeuristics = and... | the_stack |
import { Appservice, AppserviceJoinRoomStrategy, IJoinRoomStrategy } from "../../src";
import * as expect from "expect";
import * as simple from "simple-mock";
describe('AppserviceJoinRoomStrategy', () => {
it('should be able to join the room normally', async () => {
const appservice = new Appservice({
... | the_stack |
import {MAGIC_ADDRESS_INDICATING_ETH} from '../src/transactions';
import {
waitForChallengesToTimeOut,
challengeChannelAndExpectGas,
Y,
X,
LforX,
LforJ,
J,
assertEthBalancesAndHoldings,
amountForAlice,
amountForBob,
amountForAliceAndBob,
} from './fixtures';
import {gasRequiredTo} from './gas';
i... | the_stack |
module VORLON {
declare var BABYLON;
/**
* Represents a node in a tree.
* Composed of a div wrapper that can have classes :
* tree-node : always, represents the type TreeNodeHTMLElement
* tree-node-with-children : if element has children
* tree-node-folded : if the node is folde... | the_stack |
import { DebugProtocol } from 'vscode-debugprotocol';
import { NotebookDocument, NotebookCell, DebugSession, DebugAdapterTracker, Uri } from 'vscode';
import * as path from 'path';
import { JavaScriptKernel } from '../jsKernel';
import { Compiler } from '../compiler';
import { createDeferred, noop } from '../../coreUti... | the_stack |
import { MailActions, MailActionTypes } from '../actions';
import { MailBoxesState, MailboxKey } from '../datatypes';
import { Mailbox } from '../models/mail.model';
import { SafePipe } from '../../shared/pipes/safe.pipe';
export function reducer(
// eslint-disable-next-line unicorn/no-object-as-default-parameter
... | the_stack |
import { storage } from 'uxp'
import * as consts from './consts'
import { GlobalVars } from "./globals";
import {
getChildIndex,
isFirstChild,
isLastChild,
isOnlyChild, isRootNode,
sameParentBounds
} from "./node";
import { asBool } from './tools'
import * as tools from './tools'
const CssSelectorParser = req... | the_stack |
import * as html from '../src/ast'
import { HtmlParser, TreeError } from '../src/html_parser'
import { TokenType } from '../src/lexer'
import { ParseError } from '../src/parse_util'
import { humanizeDom, humanizeDomSourceSpans, humanizeLineColumn } from '../src/ast_spec_utils'
// AST output is humanized to an array
/... | the_stack |
import * as coreClient from "@azure/core-client";
export const BasicDef: coreClient.CompositeMapper = {
type: {
name: "Composite",
className: "BasicDef",
modelProperties: {
id: {
serializedName: "id",
nullable: true,
type: {
name: "Number"
}
},
... | the_stack |
import {Watcher, RawMap, RawValue, RawEAV, RawEAVC, maybeIntern} from "./watcher";
import {HTMLWatcher} from "./html";
import {v4 as uuid} from "uuid";
function asValue(value:RawValue|undefined) {
if(typeof value == "string") {
if(value == "true") return true;
if(value == "false") return false;
}
return ... | the_stack |
import * as express from 'express';
import { extend, intersection, isFunction, isNil, isNumber, isObject, isString, isUndefined, union } from 'lodash';
import { IStore } from '..';
import { IBucket, IDemuxed, IDynamicObject, IOptions, IPermission, IPermissions, IResource, IResources, IRole, IRoles, IRolesObject, IRoles... | the_stack |
import {JVMThread} from './threading';
import {ThreadStatus} from './enums';
import assert from './assert';
/**
* Represents a JVM monitor.
*/
export default class Monitor {
/**
* The owner of the monitor.
*/
private owner: JVMThread = null;
/**
* Number of times that the current owner has locked this... | the_stack |
import React, { useState, MouseEvent, useEffect, ChangeEvent } from 'react';
import { useLocation, useHistory } from 'react-router-dom';
import {
ThemeProvider,
IconButton,
Button,
InputLabel,
FormControl,
Select,
MenuItem,
} from '@material-ui/core';
import AddIcon from '@material-ui/icons/... | the_stack |
import { CSSProperties } from "react";
import { CSSTransitionProps, CSSTransitionDelay } from "./csstransition";
import { resolveTransit } from "./transit";
export interface TransitionState {
id?: StateID;
style?: CSSProperties;
className?: string;
inTransition?: boolean;
}
export enum StateID {
EntryPoint... | the_stack |
import { isEmpty, get, set, cloneDeep, uniqBy } from 'lodash';
import {
Edge,
FieldAndAggregation,
GraphData,
GroupEdgeFields,
GroupEdges,
GroupEdgeCandidates,
NumericAggregations,
StringAggregations,
Field,
} from '../types';
import {
average,
count,
max,
min,
sum,
} from '../../../utils/ed... | the_stack |
import { VNode, VNodeKind, PropsArg } from '../createElement';
import { renderDOM } from '../renderDOM';
import { diffProps } from './props';
import { b } from '../createElement';
import { renderType, machineRegistry } from '../machineRegistry';
export function diff(
oldVNode: VNode,
newVNode: VNode | undefined | ... | the_stack |
import * as vscode from "vscode";
import * as Utils from "./Utils";
import { Position, Range } from "./VimStyle";
enum EditorActionType {
Insert,
Replace,
Delete,
SetPosition,
}
class EditorAction {
public Type: EditorActionType;
public Position: IPosition;
public Range: IRange;
public ... | the_stack |
import {Directive, Version} from '../csp';
import {Finding, Severity} from '../finding';
import {CspParser} from '../parser';
import {CheckerFunction} from './checker';
import * as securityChecks from './security_checks';
/**
* Helper function for running a check on a CSP string.
*
* @param test CSP stri... | the_stack |
import {UserLayer} from 'neuroglancer/layer';
import {WatchableValue} from 'neuroglancer/trackable_value';
import {DEFAULT_SIDE_PANEL_LOCATION, SidePanelLocation, TrackableSidePanelLocation} from 'neuroglancer/ui/side_panel_location';
import {arraysEqual} from 'neuroglancer/util/array';
import {RefCounted} from 'neurog... | the_stack |
import * as Fs from 'fs-extra';
import * as Path from 'path';
import * as Tmp from 'tmp';
import { Git } from './git';
import { localStorage as LocalStorage } from './local-storage';
import { Manual } from './manual';
import { Paths, resolveProject } from './paths';
import { prompt } from './prompt';
import { Step } fr... | the_stack |
import { Fetcher } from "./Fetcher";
import { FetchableType } from "./Fetchable";
export class DependencyManager {
/*
* key: Name the root entity type of query
*/
private rootTypeResourceMap = new Map<string, Resources>();
/*
* level-1 key: FieldName
* level-2 key: Field name
*/... | the_stack |
* Copyright 2015 Dev Shop Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | the_stack |
import * as assert from 'assert';
import * as fs from 'fs';
import * as sinon from 'sinon';
import appInsights from '../../../../appInsights';
import auth from '../../../../Auth';
import { Cli, Logger } from '../../../../cli';
import Command from '../../../../Command';
import request from '../../../../request';
import ... | the_stack |
import {io, linalg, randomNormal, Tensor, zeros} from '@tensorflow/tfjs-core';
import * as tfl from './index';
// tslint:disable-next-line:max-line-length
import {describeMathCPUAndGPU, describeMathCPUAndWebGL2, expectTensorsClose} from './utils/test_utils';
import {version} from './version';
describeMathCPUAndGPU('L... | the_stack |
export type Map = {
name?: string;
category?: string;
author?: string;
data: string[];
};
export const fourfour: Map = {
name: '4x4',
category: '4x4',
data: [
'----',
'-wb-',
'-bw-',
'----'
]
};
export const sixsix: Map = {
name: '6x6',
category: '6x6',
data: [
'------',
'------',
'--wb--',
... | the_stack |
import {Request} from '../lib/request';
import {Response} from '../lib/response';
import {AWSError} from '../lib/error';
import {Service} from '../lib/service';
import {ServiceConfigurationOptions} from '../lib/service';
import {ConfigBase as Config} from '../lib/config-base';
interface Blob {}
declare class Comprehend... | the_stack |
import path from "path";
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
import { defineAppModule, PulumiApp, PulumiAppModule } from "@webiny/pulumi-sdk";
import { createLambdaRole, getCommonLambdaEnvVariables } from "../lambdaUtils";
import { StorageOutput, VpcConfig } from "../common";
... | the_stack |
import { Canvas, CanvasRenderingContext2D, createCanvas, Image, loadImage } from "canvas";
import { decompressFrames, parseGIF } from "./gifuct-js";
import { QRCodeModel, QRErrorCorrectLevel, QRUtil } from "./qrcode";
import GIFEncoder from "./gif.js/GIFEncoder";
const defaultScale = 0.4;
export type ComponentOptions... | the_stack |
import { LayoutUtil } from "./layout_utils"
import { ListViewItem } from "./listviewitem";
import { TimerMgr } from "../timer/timer_mgr";
import { gen_handler } from "../util";
export class ListView
{
private scrollview:cc.ScrollView;
private mask:cc.Mask;
private content:cc.Node;
private ite... | the_stack |
import { expect } from 'chai';
import { SinonStub, stub } from 'sinon';
import '../testing/setup';
import { DataLayer, Gtag, DynamicConfig } from './types';
import {
getOrCreateDataLayer,
insertScriptTag,
wrapOrCreateGtag,
findGtagScriptOnPage,
promiseAllSettled
} from './helpers';
import { GtagCommand } from... | the_stack |
import { ContactDetails, ContactGroup } from '@reach4help/model/lib/markers';
import {
isMarkerType,
isService,
MARKER_TYPE_STRINGS,
MarkerType,
Service,
SERVICE_STRINGS,
} from '@reach4help/model/lib/markers/type';
import firebase from 'firebase/app';
import cloneDeep from 'lodash/cloneDeep';
import merge ... | the_stack |
import * as ts from "typescript";
import * as Lint from "tslint";
/** KEEP IN SYNC WITH README.md
## ext-variable-name
This rule provides extensive support for customizing allowable variable names
for a wide variety of variable tags. The rule is configured by setting up a
list of sub-rules that specify the tag... | the_stack |
import { Template } from '../Templates/Template';
import { Component } from '../Base/Component';
import { IComponentBindings } from '../Base/ComponentBindings';
import { ComponentOptions } from '../Base/ComponentOptions';
import { DefaultFoldingTemplate } from './DefaultFoldingTemplate';
import { IQueryResult } from '.... | the_stack |
import { IonicNativePlugin } from "@ionic-native/core";
export declare enum AdParamErrorCodes {
AD_PARAM_INNER = 0,
AD_PARAM_INVALID_REQUEST = 1,
AD_PARAM_NETWORK_ERROR = 2,
AD_PARAM_NO_AD = 3,
AD_PARAM_AD_LOADING = 4,
AD_PARAM_LOW_API = 5,
AD_PARAM_BANNER_AD_EXPIRE = 6,
AD_PARAM_BANNER_... | the_stack |
import { IExtractor, ExtractResult, RegExpUtility, StringUtility } from "@microsoft/recognizers-text";
import { BaseNumberParser, BaseNumberExtractor } from "@microsoft/recognizers-text-number";
import { ISetExtractorConfiguration, BaseSetExtractor, ISetParserConfiguration, BaseSetParser } from "../baseSet";
import { B... | the_stack |
import * as loggerTypes from '../../common/types';
import * as configTypes from '../config/types';
import { Propagation } from '../propagation/types';
import * as samplerTypes from '../sampler/types';
import { NodeJsEventEmitter } from '../../node/types';
/** Default type for functions */
// tslint:disable:no-any
expo... | the_stack |
* @module IModelHost
*/
import * as os from "os";
import * as path from "path";
import * as semver from "semver";
import { IModelJsNative, NativeLibrary } from "@bentley/imodeljs-native";
import { TelemetryManager } from "@itwin/core-telemetry";
import { AccessToken, assert, BeEvent, Guid, GuidString, IModelStatus, L... | the_stack |
import { toArray } from '@lumino/algorithm';
import { IChangedArgs } from '@jupyterlab/coreutils';
import {
CellModel,
CodeCellModel,
MarkdownCellModel,
RawCellModel
} from '@jupyterlab/cells';
import * as nbformat from '@jupyterlab/nbformat';
import { OutputAreaModel } from '@jupyterlab/outputarea';
impor... | the_stack |
import * as protos from '../../protos';
export function commonPrefix(strings: string[]): string {
if (strings.length === 0) {
return '';
}
let result = '';
while (result.length < strings[0].length) {
// try one more character
const next = result + strings[0][result.length];
if (strings.every(st... | the_stack |
import {AeadConfig} from '../aead/aead_config';
import {AeadKeyTemplates} from '../aead/aead_key_templates';
import {PbAesCtrKeyFormat, PbEciesAeadDemParams, PbEciesAeadHkdfKeyFormat, PbEciesAeadHkdfParams, PbEciesAeadHkdfPrivateKey, PbEciesAeadHkdfPublicKey, PbEciesHkdfKemParams, PbEllipticCurveType, PbHashType, PbKey... | the_stack |
import { SInt64, UInt64, Int64 } from './int64'
import { sint64rand, uint64rand } from './int64_rand'
import { asciibuf } from './util'
import {
assertEq,
assertEqList,
assertEqObj,
assertThrows,
quickcheck,
} from './test'
TEST('basic', () => {
let s, u
s = new SInt64(0xFFFFFFFF | 0, 0x7FFFFFFF | 0)
... | the_stack |
module Shumway.AVM2 {
import Multiname = Shumway.AVM2.ABC.Multiname;
import ByteArray = Shumway.AVM2.AS.flash.utils.ByteArray;
import forEachPublicProperty = Shumway.AVM2.Runtime.forEachPublicProperty;
import construct = Shumway.AVM2.Runtime.construct;
export enum AMF0Marker {
NUMBER = 0x00,
BOOLEAN ... | the_stack |
import { Browser, EmitType, select } from '@syncfusion/ej2-base';
import { EventHandler, isNullOrUndefined, closest } from '@syncfusion/ej2-base';
import { createElement } from '@syncfusion/ej2-base';
import { Grid } from '../../../src/grid/base/grid';
import { Freeze } from '../../../src/grid/actions/freeze';
import {... | the_stack |
import * as fs from 'fs-extra';
import * as path from 'path';
import _ from 'lodash';
import { Template, ResourceBase } from 'cloudform-types';
import { JSONUtilities } from 'amplify-cli-core';
import { diff as getDiffs, Diff as DeepDiff } from 'deep-diff';
import { readFromPath } from './fileUtils';
import { InvalidMi... | the_stack |
import * as z from "zod";
import chalk from "chalk";
import { Api, Client, Model } from "@core/types";
import { Graph } from "@core/types/client/graph";
import { exit } from "../../lib/process";
import { Argv } from "yargs";
import { dispatch, initCore } from "../../lib/core";
import { BaseArgs } from "../../types";
im... | the_stack |
import useSWR from "swr";
import { mutate } from "swr";
import * as Rails from "@rails/ujs";
import dayjs from "dayjs";
import { dequal } from "dequal";
import { CACHE_BUSTER } from "./meta";
import { useState, useEffect } from "react";
const API_CONFERENCE = `/api/conference?p=${CACHE_BUSTER}`;
export class ApiErr... | the_stack |
//@ts-check
///<reference path="devkit.d.ts" />
declare namespace DevKit {
namespace FormPurchase_Order_Receipt {
interface tab_fstab_receipt_products_Sections {
fstab_products_section_related: DevKit.Controls.Section;
}
interface tab_fstab_receipt_products extends DevKit.Controls.ITab {
Section: tab_fsta... | the_stack |
import * as vscode from "vscode";
// import Bracket from "./bracket";
import BracketClose from "./bracketClose";
import { IStackElement } from "./IExtensionGrammar";
import LanguageConfig from "./languageConfig";
import LineState from "./lineState";
import Settings from "./settings";
import TextLine from "./textLine";
... | the_stack |
import sver from 'sver';
const { Semver, SemverRange } = sver;
import { Log } from '../common/log.js';
import { Resolver } from "../trace/resolver.js";
import { ExactPackage, newPackageTarget, PackageTarget } from "./package.js";
import { isURL, importedFrom } from "../common/url.js";
import { JspmError, throwInternalE... | the_stack |
import * as fs from 'fs-extra';
import * as path from 'path';
import * as portfinder from 'portfinder';
import * as prettier from 'prettier';
import * as urlJoin from 'url-join';
import * as webpack from 'webpack';
import { pri } from '../../../node';
import { analyseProject } from '../../../utils/analyse-project';
imp... | the_stack |
import { GraphQLClientRequest } from './client/types';
import { replaceImagesInMarkdown } from './utils/replaceImages';
import { getTeamProjects } from './utils/getTeamProjects';
import { Importer, ImportResult, Comment } from './types';
import linearClient from './client';
import chalk from 'chalk';
import * as inquir... | the_stack |
import NetRegexes from '../../../../../resources/netregexes';
import { Responses } from '../../../../../resources/responses';
import ZoneId from '../../../../../resources/zone_id';
import { RaidbossData } from '../../../../../types/data';
import { TriggerSet } from '../../../../../types/trigger';
export interfac... | the_stack |
import { CommonOffset } from "@akashic/pdi-types";
import * as pl from "@akashic/playlog";
import { E, PointDownEvent, PointMoveEvent, PointUpEvent } from "./entities/E";
import { Event, JoinEvent, LeaveEvent, MessageEvent, OperationEvent, PlayerInfoEvent, TimestampEvent } from "./Event";
import { EventIndex } from "./... | the_stack |
import { DataSource } from '@angular/cdk/table';
import { compareValues, isNumber } from '@dynatrace/barista-components/core';
import { DtPagination } from '@dynatrace/barista-components/pagination';
import {
BehaviorSubject,
combineLatest,
merge,
Observable,
of,
Subject,
Subscription,
} from 'rxjs';
impo... | the_stack |
import {
Component,
OnInit,
ViewChild,
Input,
Output,
EventEmitter,
Inject,
HostListener,
AfterViewInit,
AfterViewChecked,
ApplicationRef
} from '@angular/core';
import { MatDialog, MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
import { ToastrService } from 'ngx-toastr';
import... | the_stack |
import assert from "assert";
import FilecoinProvider from "../../../src/provider";
import getProvider from "../../helpers/getProvider";
import getIpfsClient from "../../helpers/getIpfsClient";
import { CID } from "../../../src/things/cid";
import { StartDealParams } from "../../../src/things/start-deal-params";
import ... | the_stack |
import { TokenReader, Token, characterIsNumber, ITokenizationSettings, createCombineMap } from "../helpers";
import { ArgumentList } from "./components/constructs/function";
import { ForIteratorExpression, ForStatementExpression } from "./components/statements/for";
import { StatementTypes } from "./components/statemen... | the_stack |
import { getDPRValue, hideAutoFillElement, hideAutoFillOptions, positionAutoFillElement, Spreadsheet } from '../index';
import { closest, detach, EventHandler } from '@syncfusion/ej2-base';
import { Tooltip } from '@syncfusion/ej2-popups';
import { colWidthChanged, rowHeightChanged, contentLoaded, getFilterRange } from... | the_stack |
import { AuthInfo, Connection } from '@salesforce/core';
import { MockTestOrgData, testSetup } from '@salesforce/core/lib/testSetup';
import {
CancelResponse,
ContinueResponse
} from '@salesforce/salesforcedx-utils-vscode/out/src/types/index';
import {
ComponentSet,
registry,
SourceComponent
} from '@salesfor... | 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 Ambrosia = require("ambrosia-node");
import IC = Ambrosia.IC;
import Messages = Ambrosia.Messages;
import StringEncoding = Ambrosia.StringEncoding;
import Utils = Ambrosia.Utils;
import * as PublishedAPI from "./ConsumerInterface.g"; // This is a generated file
import * as Framework from "./PublisherFramework.g... | the_stack |
import * as THREE from 'three';
import {cloneDeep} from 'lodash';
import {getObjectName} from '../ui/editor/DebugData';
import {createBoundingBox} from '../utils/rendering';
import { getParams } from '../params';
import assert from 'assert';
export const ZONE_TYPE = [
'TELEPORT',
'CAMERA',
'SCENERIC',
... | the_stack |
import chai from "chai";
import chaiAsPromised from "chai-as-promised";
chai.use(chaiAsPromised);
const assert = chai.assert;
import * as sinon from "sinon";
import { EventEmitter } from "events";
import {
BatchingReceiver,
getRemainingWaitTimeInMsFn,
BatchingReceiverLite
} from "../../../src/core/batchingRecei... | the_stack |
import EventDispatcher from "./../../starling/events/EventDispatcher";
import Starling from "./../../starling/core/Starling";
import IllegalOperationError from "openfl/errors/IllegalOperationError";
import FilterHelper from "./../../starling/filters/FilterHelper";
import FilterQuad from "./../../starling/filters/Filter... | the_stack |
import { fixInsert, insertAfterNode, insertBeforeNode } from "../tree/insert";
import { Color, PageContent } from "../pageModel";
import { SENTINEL_INDEX, EMPTY_TREE_ROOT } from "../tree/tree";
import { Buffer, ContentNode } from "./contentModel";
import {
getLineStarts,
getNodeContent,
updateContentTreeMetadata,... | the_stack |
import { Production } from '../production';
import { WorldInterface } from './worldInterface';
import { Unit } from '../units/unit';
import { GameModel } from '../gameModel';
import { BuyAction, BuyAndUnlockAction, UpAction, UpHire, UpSpecial, Research } from '../units/action';
import { Cost } from '../cost';
import { ... | the_stack |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.