text
stringlengths
10
953k
import { Card } from '../../../interfaces' import Set from '../HeartGold SoulSilver' const card: Card = { name: { en: "Furret", fr: "Fouinar", }, illustrator: "MAHOU", rarity: "Rare", category: "Pokemon", set: Set, dexId: [ 162, ], hp: 80, types: [ "Colorless", ], evolveFrom: { en: "Sentret"...
import { PlacementEnum } from "../Expressions/AbstractExpression"; import { Note } from "../Note"; export enum TechnicalInstructionType { Fingering } export class TechnicalInstruction { public type: TechnicalInstructionType; public value: string; public placement: PlacementEnum; public sourceNote: ...
<TS language="bs" version="2.1"> <context> <name>AddressBookPage</name> </context> <context> <name>AddressTableModel</name> </context> <context> <name>AskPassphraseDialog</name> </context> <context> <name>BanTableModel</name> </context> <context> <name>BitcoinArrayGUI</name> <mes...
<TS language="da" version="2.1"> <context> <name>AddressBookPage</name> <message> <source>Right-click to edit address or label</source> <translation>Højreklik for at rette adressen eller teksten</translation> </message> <message> <source>Create a new address</source> <tra...
/** * @format * @file BytedRobotTwo byted-robot-two * @author 由 fe6 自动生成 */ import { IIconProps, IconWrapper } from '../runtime'; // 获取 SVG 的 HTML 字符串 export const getIconBytedRobotTwoSvgHtml = (props: IIconProps) => `<?xml version="1.0" encoding="UTF-8"?> <svg width="${props.size}" height="${props.size}" viewB...
import React, { useState, useEffect, useRef } from 'react' import './style.scss' import { Row, Col, Statistic } from 'antd' import { Link } from 'react-router-dom' import { serviceGetPanelData } from '@/services' import { PropertySafetyFilled, ScheduleFilled, FileTextFilled, AlertFilled } from '@ant-design/icon...
import { Component } from "../../parser/parse_result/component"; import { LogMessage } from "../log_message"; /** * This interface helps metric to deal with language specific stuff * For instance, don't check overriden methods or check additional tags */ export class LanguageSpecificHelper { /** * checks wh...
<TS language="zh_HK" version="2.1"> <context> <name>AddressBookPage</name> <message> <source>Right-click to edit address or label</source> <translation>按右擊修改位址或標記</translation> </message> <message> <source>Create a new address</source> <translation>新增一個位址</translation> ...
import { Node, SourceFile, ts as tsMorph } from 'ts-morph'; import { PROVIDE_CONFIG_FUNCTION, SPARTACUS_CORE, SPARTACUS_SETUP, } from '../constants'; import { isImportedFromSpartacusLibs } from './import-utils'; import { CustomConfig } from './lib-utils'; import { getModule } from './new-module-utils'; export fu...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
import React, { useState } from 'react'; import { useMountedState } from 'react-use'; import styled, { StyledComponentProps } from 'styled-components'; import { buttonStyle } from './styles'; export interface StyledButtonProps { primary?: boolean; secondary?: boolean; tertiary?: boolean; loading?: boolean; ...
import { Controller, UseGuards } from '@nestjs/common'; import { CrudController } from '../core'; import { IntegrationMapService } from './integration-map.service'; import { IntegrationMap } from './integration-map.entity'; import { AuthGuard } from '@nestjs/passport'; import { TenantPermissionGuard } from './../shared...
import { Injectable } from '@angular/core'; import { Api2Service } from './api2.service'; import { MultiItem, SeriesItem } from '../models/datamodel'; import {BehaviorSubject, Observable} from 'rxjs'; @Injectable({ providedIn: 'root', }) export class Usedata2Service { /* Dieser Service liest die Daten aus der api2....
import express = require('express'); import bodyParser = require('body-parser'); import MethodOverride = require('./../MethodOverride'); import BaseRoutes = require('./../../routes/base/BaseRoutes'); class MiddlewaresBase { static get configuration () { var app = express(); app.use(bodyParser....
import * as React from 'react'; import { MenuSection, BackItem, Separator, Group, } from '@atlaskit/navigation-next'; import titleCase from 'title-case'; import LinkWithRouter from './link-with-router'; import LinkComponent from './link-component'; import pageInfo from '../../pages-list'; import NavHeader from...
import { EditorInterface } from './engine'; import { NodeInterface } from './node'; import { TinyCanvasInterface } from './tiny-canvas'; import { RangeInterface } from './range'; import { DropdownButtonOptions, DropdownSwitchOptions, ToolbarItemOptions, } from './toolbar'; export enum CardType { INLINE = 'inline',...
import {Serializer} from "../serializers"; import {Type} from "../type"; import {ModelSerializer} from "../serializers"; import {SerializersFactory} from "../serializers"; export function Model(serializer?: Serializer<any>) { return (target: Type<any>) => { SerializersFactory.instance.registerSerializer(ta...
import { MenuController } from './menu-controller'; /** * @name MenuClose * @description * The `menuClose` directive can be placed on any button to close an open menu. * * @usage * * A simple `menuClose` button can be added using the following markup: * * ```html * <button ion-button menuClose>Close Menu</but...
import * as React from 'react'; export declare type SwitchChangeEventHandler = (checked: boolean, event: React.MouseEvent<HTMLButtonElement> | React.KeyboardEvent<HTMLButtonElement>) => void; export declare type SwitchClickEventHandler = SwitchChangeEventHandler; interface SwitchProps extends Omit<React.HTMLAttributes<...
import { terran } from "../server/data/terran.json"; import { protoss } from "../server/data/protoss.json"; import { zerg } from "../server/data/zerg.json"; import { PrismaClient } from "@prisma/client"; const prisma = new PrismaClient(); const seed = async () => { await prisma.race.create({ data: { name:...
import { Component, OnInit, ChangeDetectorRef } from '@angular/core'; import { MidiControllerService } from '../../services/midi-controller.service'; import { FileService } from '../../services/file.service'; import { Controller } from '../../models/controller.model'; var $ = require('jquery'); @Component({ selecto...
export const FormatsData: {[k: string]: SpeciesFormatsData} = { venusaur: { tier: "MV", }, clefable: { tier: "MV", }, venomoth: { tier: "MV", }, victreebel: { tier: "MV", }, golem: { tier: "MV", }, omastar: { tier: "MV", }, articuno: { tier: "MV", }, mew: { tier: "MV", }, noctowl: { t...
import { storiesOf } from '@storybook/react' import DemoComponent from './DemoComponent' storiesOf('rito/hook/useColorSchemeMediaQuery', module).add('Default', () => ( <DemoComponent /> ))
import { Component, OnInit, ViewChild } from '@angular/core'; import { Observable } from 'rxjs'; import { AcLayerComponent, AcNotification } from 'angular-cesium'; import { TracksDataProvider } from '../../utils/services/dataProvider/tracksDataProvider.service'; @Component({ selector: 'dynamic-polyline-layer', tem...
/* tslint:disable */ /* eslint-disable */ /** * Api Documentation * Api Documentation * * The version of the OpenAPI document: 1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import glo...
export * as cosmwasmrest from './module';
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ import React, { useContext, createContext, useState } from 'react'; import { ...
import { ReadWriteWallet } from "@arkecosystem/platform-sdk-profiles"; import { Circle } from "app/components/Circle"; import { Icon } from "app/components/Icon"; import { TotalAmountBox } from "domains/transaction/components/TotalAmountBox"; import { TransactionDetail } from "domains/transaction/components/Transaction...
import React from "react"; import { Icon } from "@iconify/react"; import xIcon from "@iconify/icons-teenyicons/x-circle-outline"; import exclamationIcon from "@iconify/icons-teenyicons/exclamation-circle-outline"; import tickIcon from "@iconify/icons-teenyicons/tick-circle-outline"; import infoIcon from "@iconify/icons...
/* tslint:disable */ import { ReaderFragment } from "relay-runtime"; import { FragmentRefs } from "relay-runtime"; export type FeaturedFairs_fairs = ReadonlyArray<{ readonly internalID: string; readonly name: string | null; readonly href: string | null; readonly " $refType": "FeaturedFairs_fairs"; }>; ...
import { Keys, Pipeline, Log } from '@ephox/agar'; import { UnitTest } from '@ephox/bedrock'; import { TinyActions, TinyApis, TinyLoader, TinyUi } from '@ephox/mcagar'; import SavePlugin from 'tinymce/plugins/save/Plugin'; import SilverTheme from 'tinymce/themes/silver/Theme'; UnitTest.asynctest('browser.tinymce.plug...
import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { AboutComponent } from './about/about.component'; import { ToursComponent } from './tours/tours.component'; const routes: Routes = [ { path: 'about', component: AboutComponent, data: { title: 'aofro...
import express from 'express' import http from 'http' import { port, FilePaths, ServerUrls } from './config' import opn from 'open' // import { mswServer } from './mocks/node' // mswServer.listen() // mswServer.printHandlers() const app = express() const url = `http://localhost:${port}/JS/index.html` Object.entrie...
import { User } from 'src/social-integration/types' import SearchStorage from './storage' import { SearchIndex } from '../types' import { Annotation } from 'src/annotations/types' import { PageIndexingBackground } from 'src/page-indexing/background' export interface AnnotPage { url: string fullUrl: string | nu...
import neo4j, { Driver } from 'neo4j-driver' import { Neo4jConfig } from './neo4j-config.interface' export const createDriver = async (config: Neo4jConfig) => { const driver: Driver = neo4j.driver( `${config.scheme}://${config.host}:${config.port}`, neo4j.auth.basic(config.username, config.password...
<TS language="uk" version="2.1"> <context> <name>AddressBookPage</name> <message> <source>Right-click to edit address or label</source> <translation>Клікніть правою кнопкою для редагування адреси або мітки</translation> </message> <message> <source>Create a new address</source> ...
import Item from '../../types/Item'; export const EggBun: Item = { "id": 302234, "name": "EggBun", "buildsFrom": [ 302112, 302110 ], "buildsInto": [], "requirements": { "Egg": 1, "Bread": 1 }, "stats": { "heal": 400 }, "rarity": "Uncommon", "stackable": true, "maxStacks": 5, "locations": {}, "f...
export class Notify { handlers: Array<() => void> = []; add(handler: () => void) { this.handlers.push(handler); } }
import { Directive, Input, Output, OnInit, HostListener, TemplateRef, ViewContainerRef, EventEmitter, Component, ApplicationRef } from '@angular/core'; import { Subject, Observable } from 'rxjs/Rx'; @Directive({ selector: 'ng2-autocomplete' }) export class AutocompleteDirective { }
<?xml version="1.0" ?><!DOCTYPE TS><TS language="sr" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About BitcoinCashCollectorCoin</source> <translation>О BitcoinCashCollectorCoin-u</translation> </message...
import { Component, OnInit } from '@angular/core'; import { ToastyService, ToastOptions, ToastData } from 'ng2-toasty'; @Component({ selector: 'user-home-page', templateUrl: './user-home-page.component.html', styleUrls: ['./user-home-page.component.scss'] }) export class UserHomePageComponent implements OnInit {...
import { expect } from 'chai'; import { Model } from '../lib/Model'; import { dbModel, dbField, PgIdGenerator, Timestamp } from '../index'; import { ModelError } from '../lib/errors'; const table = 'test_table'; const idGenerator = new PgIdGenerator(`${table}_id_seq`); const parser = (value: string): any => value; l...
import { NumberProp, Widget } from "cx/src/core"; import { NodeProps } from "./Node"; export interface FlowProps extends NodeProps { /** Gap between items. */ gap?: NumberProp; /** Padding. */ p?: NumberProp; /** Padding. */ padding?: NumberProp; /** Left padding. */ pl?: NumberProp; /**...
/* * Copyright © 2021. TIBCO Software Inc. * This file is subject to the license terms contained * in the license file that is distributed with this file. */ /** * Information of the activity where the pageflow process has been passivated. */ export interface PFEActivityInfo { /** * Id of the current activ...
import { TestingModule, Test } from '@nestjs/testing'; import { getRepositoryToken } from '@nestjs/typeorm'; import { OwnersRepository } from '../../../../../modules/owners/repositories/owners.repository'; import { GetAllOwnersUseCase } from '../getAll.owners.useCase'; describe('Get All owners', () => { let getAllUse...
/* * Copyright (c) 2016-2021 Martin Donath <martin.donath@squidfunk.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights...
import { Episode } from './episode.model'; export interface Links { self: Episode; previousepisode: Episode; nextepisode?: Episode; }
import { View, Text, TextInputProps } from "react-native"; import React, { useState } from "react"; import { Container, IconContainer, InputText } from "./styles"; import { Feather } from "@expo/vector-icons"; import { useTheme } from "styled-components"; interface Props extends TextInputProps { iconName: React.Comp...
import { Component } from '@angular/core'; // CONSTANTS import { ReactConfig } from '../../constants/app-repo-data.const'; @Component({ selector: 'doc-app-repo-react', templateUrl: './app-repo-react.component.html', styleUrls: ['./app-repo-react.component.scss'] }) export class AppRepoReactComponent { public c...
export * from './store-key-names';
import { baqend, model } from 'baqend' import { generateTestResult, ViewportError } from './_resultGeneration' import { setFailed, setSuccess } from './_Status' export enum TestType { PERFORMANCE = 'performance', PREWARM = 'prewarm', } /** * Handles a webpage test result to continue a single comparison test. * ...
type LatLng = { lng: number; lat: number; }; type TargetPosition = LatLng & { zoom: number; }; type CameraPosition = LatLng & { bearing?: number; pitch?: number; altitude: number; }; export type MapPosition = { camera: CameraPosition; target?: TargetPosition; };
import {Component, OnDestroy, OnInit} from '@angular/core'; import {Observable} from "rxjs"; import {ActivatedRoute, ParamMap, Router} from "@angular/router"; import {ApiService} from "../../services/api.service"; import {switchMap} from "rxjs/operators"; import {SpAlbum} from '../../class/spotify'; @Component({ sel...
import 'core-js/es6/reflect'; import 'core-js/es7/reflect'; import 'zone.js/dist/zone';
import noTypescriptDefaultImport from './no-typescript-default-import'; import noTypescriptEstreeImport from './no-typescript-estree-import'; import preferASTTypesEnum from './prefer-ast-types-enum'; export default { 'no-typescript-default-import': noTypescriptDefaultImport, 'no-typescript-estree-import': noTypesc...
import { Manifest } from '../types' import { validatePath } from './fileUtils' import * as path from 'path' import * as fs from 'fs' import * as chalk from 'chalk' import { CLIError } from '@oclif/errors' export const getManifestFile = (appPath: string): Manifest => { const manifestFilePath = path.join(appPath, 'man...
import {PureComponent} from 'react' import {CLOUD} from 'src/shared/constants' export default class extends PureComponent { render() { const {children} = this.props if (CLOUD) { return children } return null } }
import { ResourceController } from './resource.controller'; import { Widget } from '../models/widget.model'; import { PhoneWidget } from "../models/phoneRecord"; import * as restify from 'restify'; import axios from 'axios'; import notification from '../utils/notification'; class WidgetController extends ResourceContro...
export const regexTraining = { name: `regExp - wyrażenia regularne, zostań mistrzem!`, description: ` Celem szkolenia jest nauczenie uczestników w jaki sposób osiągnąć mistrzostwo w tworzeniu wyrażeń regularnych. Szkolenie jest pełne ćwiczeń dzięki czemu każdy uczestnik będzie w stanie przećwiczyć nabytą wiedzę...
import { ApiProperty } from '@nestjs/swagger'; //.. export class CommissionSetupDto { @ApiProperty() readonly intermediaryName: string; @ApiProperty() readonly intermediiaryType: string; @ApiProperty() readonly productClass: string; @ApiProperty() readonly productName: string; @ApiProperty() rea...
import Head from "next/head" import Link from "next/link" import { useEffect, useState } from "react" // import Grid from '../../components/Grid' import BrowseFilters from "../../components/BrowseFilters" import Layout from "../../components/Layout" import { algoliaSearch } from "../../lib/algolia" import { FAKE_MARKET...
import { graphqlLambda } from 'apollo-server-lambda' import * as fs from 'fs' import { GraphQLSchema } from 'graphql' import { importSchema } from 'graphql-import' import lambdaPlayground from 'graphql-playground-middleware-lambda' import { makeExecutableSchema, defaultMergedResolver } from 'graphql-tools' import { app...
// TypeScript Version: 2.1 import * as React from 'react'; import { IconBaseProps } from 'react-icon-base'; export default class GoMail extends React.Component<IconBaseProps, any> { }
/// <reference types="jest" /> import {canHandleRequest, extractNPMReference} from "../discussions-trigger"; describe(canHandleRequest, () => { const eventActions = [ ["discussion", "created", true], ["discussion", "edited", true], ["discussion", "updated", false], ["pull_request", ...
import { Duration, RemovalPolicy, Stack, StackProps, } from 'aws-cdk-lib'; import { Construct } from 'constructs'; import * as tasks from 'aws-cdk-lib/aws-stepfunctions-tasks'; import * as sfn from 'aws-cdk-lib/aws-stepfunctions'; import { JsonPath } from 'aws-cdk-lib/aws-stepfunctions'; import { LambdaDestination } ...
export default class CreateAnswerDTO { answer: string; question_id: string; health_professional_id: string; }
<?xml version="1.0" ?><!DOCTYPE TS><TS language="et" version="2.0"> <defaultcodec>UTF-8</defaultcodec> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About BellaCoin</source> <translation>BellaCoinist</translation> </mes...
import { itemReducer, makeExploreItemState, exploreReducer, makeInitialUpdateState, initialExploreState, } from './reducers'; import { ExploreId, ExploreItemState, ExploreUrlState, ExploreState, QueryTransaction, RangeScanner, } from 'app/types/explore'; import { reducerTester } from 'test/core/re...
import * as React from 'react'; import DisplayName from '../helpers/DisplayName'; import { DivAttributes } from '../helpers/types'; import { AccordionContext } from './AccordionContext'; import { UUID } from './ItemContext'; declare type AccordionProps = Pick<DivAttributes, Exclude<keyof DivAttributes, 'onChange'>> & {...
import { NgModule } from '@angular/core' import { RouterModule } from '@angular/router' import { UiCommentModule } from '@kikstart-ui/ui-comment' import { DemoSharedModule } from '../../demo-shared.module' import { DemoComponent } from '../../demo.component' import { components, config } from './ui-comment-form-demo....
import { Column, CreateDateColumn, DeleteDateColumn, Entity, PrimaryGeneratedColumn, UpdateDateColumn, } from 'typeorm'; @Entity({ name: 'users', }) export class userEntity { @PrimaryGeneratedColumn() id: number; @Column() username: string; @Column() email: string; @Column() password: ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. 'use strict'; import { injectable } from 'inversify'; import { Terminal } from 'vscode'; import { traceVerbose } from '../../logging'; import { ShellIdentificationTelemetry, TerminalShellType } from '../types'; import { Ba...
import classnames from 'classnames'; import isUndefined from 'lodash/isUndefined'; import React, { useEffect, useRef, useState } from 'react'; import { MdBusiness } from 'react-icons/md'; import { useHistory } from 'react-router-dom'; import API from '../../api'; import useOutsideClick from '../../hooks/useOutsideClic...
/** * @description Cookie工具集 * @author @daoxin * @Date 2021年09月16日 */ export interface ICookieExpiredOptions { days?: number; hours?: number; minutes?: number; } export interface ICookieUtils { set<T>(key: string, value: T, options?: ICookieExpiredOptions): ICookieUtils; del(key: string): ICooki...
import { rewriteBundleImport } from '@ssen/rewrite-bundle-import'; describe('rewriteBundleImport()', () => { test('should rewrite import paths', () => { expect(rewriteBundleImport({ importPath: './a.png' })).toBe('./a.png.js'); expect(rewriteBundleImport({ importPath: './a' })).toBe('./a'); expect(rewrit...
import { USERNAME_MAX_LEN, USERNAME_MIN_LEN, COLOR_LEN } from '../../constants/settings' import { avatarRegistry } from '../../services/avatar' export const validateDisplayName = (displayName: string): boolean => typeof displayName === 'string' && displayName.length >= USERNAME_MIN_LEN && displayName.length <= U...
// libraries import React from "react"; import { NavLink } from "react-router-dom"; // styles import "./header.scss"; const Header = () => ( <header className="header"> <div className="wrapper"> <div className="header-container"> <div className="brand"> <NavLink to="/"> <span...
import { InputType, Field, ID } from 'type-graphql'; @InputType() export class EditManufacturerInput { @Field({ nullable: true }) name?: string; @Field({ nullable: true }) country?: string; @Field({ nullable: true }) photoUrl?: string; }
import { IFilter, Entry } from '../types'; export default class AndroidFilter implements IFilter { private readonly minPriority; private filter; constructor(minPriority?: number); setFilterByTag(tags: string[]): void; setFilterByApp(applicationId: string, adbPath?: string): void; setFilterByMatc...
import * as assert from 'assert'; import * as sinon from 'sinon'; import appInsights from '../../../../appInsights'; import auth from '../../../../Auth'; import { Logger } from '../../../../cli'; import Command, { CommandError } from '../../../../Command'; import request from '../../../../request'; import Utils from '....
import { format as prettierFormat } from "prettier"; import { resolve } from "path"; export const format = (input: string) => { const output = prettierFormat(input, { parser: "mdx", plugins: [resolve(__dirname, "..", "src")], }); const vanillaOutput = prettierFormat(input, { parser: "mdx", }); ...
import { printHello } from "https://localhost:5545/cli/tests/subdir/mod2.ts"; printHello(); console.log("success");
/** * SimpleAttributesDao module. * @module extension/relatedTables */ import { UserDao } from '../../user/userDao'; import { SimpleAttributesTable } from './simpleAttributesTable'; import { SimpleAttributesRow } from './simpleAttributesRow'; import { GeoPackage } from '../../geoPackage'; import { DBValue } from '.....
import { isPojoObject, Pojo } from './pojo'; import { decodeType, decode, Decoder, DecoderFunction, JsonLiteralForm, } from './types'; import { tag } from './utils'; export const literal = <p extends JsonLiteralForm>(literal: p): DecoderFunction<p> => (value: Pojo) => { if (literal !== value) { ...
import { Tab } from "@browser/util/browser"; import App from "@browser/util/app"; import User from "@browser/util/user"; import Error from "@browser/util/error"; type Data = { [key: string]: any }; export interface Res extends Data { status: number; success: boolean; resent: boolean; offline?: boolean; rese...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may no...
import createWidthInterface, { getCssWidth, sumExternalGap } from "./WidthModel" describe("getCssWidth", () => { it("return correctly", () => { expect(getCssWidth()).toEqual("auto") expect(getCssWidth("30px + 40rem")).toEqual("calc(100% - (30px + 40rem))") expect(getCssWidth("30%")).toEqual("calc(100% - ...
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import * as lambda from '@aws-cdk/aws-lambda'; import * as cdk from '@aws-cdk/core'; import { ExecutionRole } from './lambda-role-cloudwatch-construct'; import {addCfnSuppressRules} from "@aws-solutions-constru...
export const acceptPreText = `ACCEPT: The client may request the following content types in the Accept header:`;
import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { StatItemComponent } from './stat-item/stat-item.component'; import { HttpClientModule } from '@angular/c...
/** * Copyright 2018 Google Inc. All Rights Reserved. * * 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 applica...
/** * Onshape REST API * The Onshape REST API consumed by all clients. * * OpenAPI spec version: 1.93 * Contact: api-support@onshape.zendesk.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ ...
// import AppleProvider from "next-auth/providers/apple" import { PrismaAdapter } from "@next-auth/prisma-adapter" import { PrismaClient } from "@prisma/client" import NextAuth from "next-auth" import Auth0Provider from "next-auth/providers/auth0" import FacebookProvider from "next-auth/providers/facebook" import Githu...
/* eslint-disable jsx-a11y/no-autofocus */ import { useState, FormEvent } from 'react'; import Modal from 'react-modal'; import closeImg from '../../assets/close.svg'; import incomeImg from '../../assets/income.svg'; import outcomeImg from '../../assets/outcome.svg'; import { useTransactions } from '../../hooks/useTran...
export enum Formula { DOIS_ULTIMOS_CPF = 'DOIS_ULTIMO_DO_CPF * CODIGOIBGE' }
import * as React from 'react'; import { shallow } from 'enzyme'; import Quote from 'components/Quote'; describe('<Quote/>', () => { it('renders correctly', () => { expect(shallow(<Quote/>)).toMatchSnapshot(); }); });
/** * @jest-environment jsdom */ import { mount } from '@vue/test-utils' import { createKUI } from '../kui' it('should return install function', () => { const kui = createKUI({}) expect('install' in kui).toBe(true) }) it('should install provided components', () => { const Foo = { name: 'Foo', template: '<di...
import {Point} from "./point"; import {Editor} from "./editor"; import {Text, TextFormat} from "./text"; import {DOM} from "./dom"; export interface RawRange { anchor: Point, focus: Point, } export interface Range { anchor: Point, focus: Point, isCollapsed?: boolean, formats?: TextFormat } ex...
/* * Copyright 2009 - 2016 Denys Pavlov, Igor Azarnyi * * 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 req...
export interface BulkOperationRunQuery { bulkOperationRunQuery: { bulkOperation: { id: string; status: string; }; userErrors: any[]; }; }