text stringlengths 10 953k |
|---|
import React, { useEffect, useReducer } from 'react';
import { GraphQLError } from 'graphql';
import { connect, ConnectedProps } from 'react-redux';
import Helmet from 'react-helmet';
import { Tooltip } from 'react-bootstrap';
import requestAction from '@/utils/requestAction';
import {
parseValidateApiData,
getVali... |
import { FeeType, Fees, Network, singleFee } from '@xchainjs/xchain-client'
import { assetAmount, assetToBase } from '@xchainjs/xchain-util'
/**
* Check Subscan API response
*
* @param {SubscanResponse} response The subscan response.
* @returns {boolean} `true` or `false`
*/
export const isSuccess = (response: { ... |
import React from 'react';
import {createUniqueIDFactory} from '@shopify/javascript-utilities/other';
import {OptionList, OptionDescriptor} from '../../../OptionList';
import {ActionList} from '../../../ActionList';
import {Popover} from '../../../Popover';
import {PreferredPosition} from '../../../PositionedOverlay';
... |
import { BaseEntity } from 'app/shared/model/base-entity';
import dayjs from 'dayjs';
import { StudentParticipation } from 'app/entities/participation/student-participation.model';
import { AssessmentType } from 'app/entities/assessment-type.model';
import { TutorParticipation } from 'app/entities/participation/tutor-p... |
/* Copyright (c) 2018 Environmental Systems Research Institute, Inc.
* Apache-2.0 */
export * from "./util";
export * from "./types";
export * from "./api";
export * from "./content";
export * from "./categories"; |
<?xml version="1.0" ?><!DOCTYPE TS><TS language="lt" version="2.0">
<defaultcodec>UTF-8</defaultcodec>
<context>
<name>AboutDialog</name>
<message>
<location filename="../forms/aboutdialog.ui" line="+14"/>
<source>About Glancoin</source>
<translation>Apie Glancoin</translation>
</mes... |
import { IconProp } from "@fortawesome/fontawesome-svg-core"
import { library } from "@fortawesome/fontawesome-svg-core"
import {
faUser,
faVoteYea,
faBullhorn,
faUsers,
faUsersCog,
faCalendar,
faFile,
faComments
} from "@fortawesome/free-solid-svg-icons"
library.add(
faUser,
faVoteYea,
faBullhorn... |
import RdfResourceImpl, { Constructor, namespace, RdfResource } from '@tpluscode/rdfine';
import * as $rdf from '@rdf-esm/data-model';
import type * as RDF from 'rdf-js';
import { schema } from './lib/namespace';
import type { Initializer, ResourceNode } from '@tpluscode/rdfine/RdfResource';
import type { Mixin } from ... |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faCookieBite: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatu... |
import * as React from 'react';
import Rtl from './Rtl';
import Types from './Types';
import Variations from './Variations';
import State from './State';
const InputExamples = () => (
<div>
<Types />
<Variations />
<State />
<Rtl />
</div>
);
export default InputExamples; |
import { ForumPage } from './app.po';
describe('forum App', () => {
let page: ForumPage;
beforeEach(() => {
page = new ForumPage();
});
it('should display message saying app works', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('app works!');
});
}); |
import { Injectable, InternalServerErrorException, HttpException, HttpStatus } from '@nestjs/common';
import { UserService } from '../users/services/user.service';
import { JwtService } from '@nestjs/jwt';
import { User } from 'src/users/entities/user.entity';
import { LoginUserDto } from 'src/users/dto/user-dto';
impo... |
import { SvelteTypedComponent , SvelteAllProps } from 'svelte-typed-component';
import { quadIn } from "svelte/easing";
/** Navigation drawers provide access to destinations in your app.
*
* Props: right, persistent, elevation, show, classes, navClasses, borderClasses,
* transitionProps
*/
export default class Nav... |
import { Injectable } from '@nestjs/common';
@Injectable()
export class HelperService {
constructor() {}
public async offsetLimitParser(offset = 0, limit = 25): Promise<{ offset: number; limit: number }> {
offset = offset < 0 ? 0 : offset;
limit = limit <= 0 ? 25 : limit > 25 ? 25 : limit;
return { ... |
import { Controller, Get } from '@nestjs/common';
import { AppService } from './app.service';
@Controller()
export class AppController {
constructor(private readonly appService: AppService) {}
@Get()
getHello(): string {
return this.appService.getHello();
}
} |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="fr_FR">
<context>
<name>DMXUSB</name>
<message>
<location filename="dmxusb.cpp" line="139"/>
<source>This plugin provides DMX output support for</source>
<translation>Ce plugin offre le support des interface... |
import get from 'lodash-es/get';
import { getLastChange } from 'checkout/utils';
import { Event } from 'checkout/backend';
import { IntegrationType } from 'checkout/config';
const getCode = (e: Event[]): string => get(getLastChange(e), 'error.code');
export const getErrorCodeFromEvents = (events: Event[], integration... |
import { OnInit } from '@angular/core';
export declare class AppComponent implements OnInit {
private vrednost;
private Button_clicked();
ngOnInit(): void;
private fb1;
} |
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* 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 l... |
import { Theme } from "@mui/material/styles";
import createStyles from "@mui/styles/createStyles";
import makeStyles from "@mui/styles/makeStyles";
import { toString } from "lodash";
import React from "react";
import { IPlayer } from "../../PersonObjects/IPlayer";
import { BaseServer } from "../../Server/BaseServer";
i... |
import JSBI from 'jsbi'
// exports for external consumption
export type BigintIsh = JSBI | number | string
export enum ChainId {
MAINNET = 56,
TESTNET = 97
}
export enum TradeType {
EXACT_INPUT,
EXACT_OUTPUT
}
export enum Rounding {
ROUND_DOWN,
ROUND_HALF_UP,
ROUND_UP
}
export const FACTORY_ADDRESS =... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
'use strict';
// This must be the first statement otherwise modules might got loaded with
// the wrong locale.
import * as nls from 'vscode-nls';
import { EventEmitter... |
import { IsOptional, IsString } from 'class-validator';
export class GetVideosFilterDto {
@IsOptional()
@IsString()
title?: string;
} |
/*-
* ========================LICENSE_START=================================
* TeamApps
* ---
* Copyright (C) 2014 - 2019 TeamApps.org
* ---
* 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... |
import { ProductModule } from "./product/product.module";
import { UserModule } from "./user/user.module";
const Modules: any[] = [
ProductModule,
UserModule
]
export default Modules; |
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { PlayerdetailsComponent } from './playerdetails.component';
import { RouterTestingModule } from '@angular/router/testing';
import { HttpClientTestingModule } from '@angular/common/http/testing';
import { Component } from '@angular/core';
impor... |
import { Text } from "@kaizen/component-library"
import * as React from "react"
import { CATEGORIES } from "../../../storybook/constants"
export default {
title: `${CATEGORIES.deprecated}/Text`,
component: Text,
parameters: {
info: {
text: `
# Deprecated
This component is now deprecated... |
import {Component} from "angular2/core";
import {ROUTER_DIRECTIVES, Router, RouteParams} from "angular2/router";
import {ContactService} from "../contacts/contact.service";
import {Contact} from "../contacts/contact";
@Component({
selector:'about',
providers:[ContactService],
directives: [ROUTER_DIRECTIVES],
t... |
/// <reference lib="dom" />
import { Color } from "./../math/Color.d.ts";
import { LineSegments } from "./../objects/LineSegments.d.ts";
export class GridHelper extends LineSegments {
/**
* @param [size=10]
* @param [divisions=10]
* @param [color1=0x444444]
* @param [color2=0x888888]
*/
constructor(
... |
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import {FormsModule} from '@angular/forms'
import { AppComponent } from './app.component';
import { QuotesComponent } from './quotes/quotes.component';
import { FormComponent } from './form/form.component';
import { St... |
import { Controller, Get } from '@nestjs/common';
import { AppService } from './app.service';
@Controller()
export class AppController {
constructor(
private readonly appService: AppService,
) {}
@Get('/')
getGreeting(): string {
return this.appService.getGreeting();
}
} |
import { Injectable } from '@angular/core';
import { Observable, Subscriber } from 'rxjs/Rx';
export interface Customer {
id: number;
name: string;
}
let CUSTOMERS: Customer[] = [
{ id: 1, name: 'Leng' },
{ id: 2, name: 'Ying' },
{ id: 3, name: 'Ho' }
];
let customerPromise = Promise.resolve(CU... |
import { Router } from 'express';
export interface ControllerBase {
path: string;
router: Router;
initRoutes(): void;
} |
/**
* Copyright (c) 2020, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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.o... |
import {
DatabaseMigrationServiceClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../DatabaseMigrationServiceClient.ts";
import { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } from "../models/models_0.ts";
import {
deserializeAws_json1_1ModifyReplicationSubnetGr... |
import {
AdvancedLogicTypes,
ExtensionTypes,
PaymentTypes,
RequestLogicTypes,
} from '@requestnetwork/types';
import { CurrencyManager } from '@requestnetwork/currency';
import BTCAddressedBased from '../src/btc/mainnet-address-based';
import Declarative from '../src/declarative';
import PaymentNetworkETHInputD... |
import * as React from 'react';
import { useTranslation } from 'react-i18next';
import { ActionsMenu, CloseButton } from '@console/internal/components/utils';
import { TaskKind } from '../../../../types';
import PipelineResourceRef from '../../../shared/common/PipelineResourceRef';
import TaskSidebarShortcuts from './T... |
import { authReducer, AuthState } from "@store/reducers/authReducer";
import { combineReducers } from "redux";
export const rootReducer = combineReducers<StoreState>({
auth: authReducer
});
export interface StoreState {
auth: AuthState;
} |
import { readFileAsync, writeFileAsync } from "./utils/file.utils";
import { IResult } from "./models/result.interface";
import { InitOpts, ModuleInfos, init } from "license-checker";
import { promisify } from "util";
const initAsync: (options: InitOpts) => Promise<ModuleInfos> = promisify(init);
export async functio... |
const plugin: Fig.Plugin = {
icon: "💥",
name: "zsh2000_consolemaverick",
displayName: "Zsh2000",
type: "shell",
description: "Pretty sweet zsh theme",
authors: [
{
name: "consolemaverick",
github: "consolemaverick",
twitter: "consolemaverick",
},
],
github: "consolemaverick/zs... |
import clsx from 'clsx';
import { graphql, Link, PageProps } from 'gatsby';
import React, { FC } from 'react';
import Layout from '../components/layout';
import { Metadata } from '../components/metadata';
import { Article, XperienceQuery } from '../XperienceQuery';
import * as styles from './index.module.css';
export... |
import { useCallback, SyntheticEvent } from 'react';
import { eventLikeHandlers, reactOrNativeEvent, keyValueEvent, useHandlers } from './useHandlers';
import { assert, LoggingTypes } from './utils';
export interface ReactOrNativeEventListener {
(event: Event | SyntheticEvent): void;
}
/**
* Gets the value for the... |
/*
* Copyright 2019 IBM Corporation
*
* 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 ... |
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
id = ''; // Id of dailymotion video
// This is the "real" player we got via iframe api
// all methods (i.e. "play()" o... |
import { workflow } from '../src/index'
workflow
.init({
name: 'workflow-demo',
context: {
params: {},
body: {}
},
debug: true
})
.add({
name: 'task1',
target(curTask) {
console.log(`Workflow-excuting: ${curTask.name}-excuted`)
},
description: 'FALSE',
filter... |
import { FunctionalComponent, h } from "preact";
import { useEffect, useState } from "preact/hooks";
import { useHasMounted } from "../../prerender";
import * as style from "./style.css";
const Notificator: FunctionalComponent = () => {
const message = useMessage();
return (
<div class={style.container}>
... |
import { Nullable } from '@src/types';
import { Node, parse, SortNode } from 'gonzales-pe-sl';
import BaseResolver from './base-resolver';
const sassLintHelpers = require('sass-lint/lib/helpers');
enum SortOrderMethod {
RECESS = 'recess',
SMACSS = 'smacss',
CONCENTRIC = 'concentric',
}
export default class Pro... |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
import { DeviceCodeResponse } from "../response/DeviceCodeResponse";
import { BaseAuthRequest } from "./BaseAuthRequest";
/**
* Parameters for Oauth2 device code flow.
* - scopes - Array of sco... |
import MongoStore from 'connect-mongo';
import express from 'express';
import session from 'express-session';
import { config } from './config';
import { ConnectionHelper } from './helpers/connectionHelper';
import { IUser } from './interfaces/IUser';
import router from './routes';
import cors from 'cors';
declare modu... |
import { RESTDataSource } from 'apollo-datasource-rest';
type TrustWalletTokenLists = {
name: string;
logoURI: string;
timestamp: string;
tokens: TrustWalletToken[];
};
type TrustWalletToken = {
chainId: number;
asset: string;
type: string;
address: string;
name: string;
symbo... |
export const PermissionClearer = {
coworkerRead: 'clearer.coworker.read',
coworkerCreate: 'clearer.coworker.create',
coworkerUpdate: 'clearer.coworker.update',
coworkerDisable: 'clearer.coworker.disable',
roleRead: 'clearer.role.read',
roleCreate: 'clearer.role.create',
roleUpdate: 'clearer.role.update',... |
export class Pages {
private _active: boolean = false;
constructor(private _str: string, private _page: number) { }
}
export class PagesHandler {
public init: number = 0;
public final: number = 8;
constructor() { }
}
export class ConfigNgTable2 {
constructor(private total: number, private regPo... |
/**
* @file DiamondOne 菱形1
* @author Auto Generated by IconPark
*/
/* tslint:disable: max-line-length */
/* eslint-disable max-len */
import {ISvgIconProps, IconHelper, IconWrapper} from '../runtime';
export default IconWrapper(
'diamond-one',
false,
(h: IconHelper, props: ISvgIconProps) => (
<... |
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'fs-header',
templateUrl: './header.component.html',
styleUrls: ['./header.component.scss']
})
export class HeaderComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
} |
import { useContext } from 'react';
import { CountdownContext } from '../contexts/CountdownContext';
import styles from '../styles/components/CountDown.module.css';
export function CountDown(){
const {minutes,
seconds,
hasFinished,
isActive,
startCountDown,
... |
/*
* Copyright 2018-2019 Unbounded Systems, LLC
*
* 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 l... |
import { ChildProcess, SpawnOptions } from 'child_process';
import { Config } from './config';
import { Context } from './context';
import { Logger } from './core';
export interface CreateConfigOptions {
rootPath?: boolean;
}
export interface TPlatformApi {
context: Context;
logger: Logger;
prepareLocal(): Pr... |
import {EOL} from "os";
import {Command} from "vscode-languageserver";
import { Position, TextDocument, TextEdit} from "vscode-languageserver-types/lib/main";
import { Commands, DafnyKeyWords, DafnyReports } from "./../../../strings/stringRessources";
import { methodAt } from "./../semanticAnalysis";
import { Symbol } ... |
// smithy-typescript generated code
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
import { Command as $Command } from "@aws-sdk/smithy-client";
import {
FinalizeHandlerArguments,
Handler,
HandlerEx... |
import { ponyfillGlobal } from '@mui/utils';
// eslint-disable-next-line no-underscore-dangle
ponyfillGlobal.__MUI_RELEASE_INFO__ = 'MTU5NjMxOTIwMDAwMA=='; // 2020-08-02 |
// import async from "async";
// import crypto from "crypto";
// import nodemailer from "nodemailer";
// import passport from "passport";
// import { User, UserDocument, AuthToken } from "../models/User";
// import { Request, Response, NextFunction } from "express";
// import { IVerifyOptions } from "passport-local";
/... |
import {
types,
IAnyType,
IAnyModelType,
Instance,
isStateTreeNode,
getSnapshot,
} from 'mobx-state-tree';
import QueryModel from './QueryModel';
import MutationModel from './MutationModel';
import SubscriptionModel from './SubscriptionModel';
type TypeOrFrozen<T> = T extends IAnyType ? T : Ret... |
export * from './access-denied-error'
export * from './email-in-use-error'
export * from './invalid-param-error'
export * from './missing-param-error'
export * from './server-error'
export * from './unauthorized-error'
export * from './unexpected-error' |
export * from '@styled-icons/material/Redeem' |
export default {
title: 'Link',
}
const commonProps = 'href="https://vuejs.org" target="_blank" rel="noreferrer noopener" style="margin-right: 10px;"'
export const BasicLinks = () => `
<el-link ${commonProps}>normal link</el-link>
<el-link ${commonProps} type="primary">primary link</el-link>
<el-link ${commonProps}... |
import { customElement, useView, PLATFORM } from 'aurelia-framework';
import { bindable } from 'aurelia-typed-observable-plugin';
/**
* @selector mdc-fab
* @selector a[mdc-fab]
* @selector button[mdc-fab]
*/
@useView(PLATFORM.moduleName('./mdc-fab.html'))
@customElement('mdc-fab')
export class MdcFab {
/** Make ... |
import { Col, Radio, Tabs } from "antd";
import React from "react";
import {
InterfaceRevision,
ListInterfaceGroupsQuery,
} from "../../generated/graphql";
import CenteredSpinner from "../../layout/CenteredSpinner";
import ErrorAlert from "../../layout/ErrorAlert";
import { ResourceReference } from "../ResourceRef"... |
// Copyright 2019 The Oppia Authors. 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 ap... |
import { List as _List_ } from "@aws-sdk/types";
export const _FileShareARNList: _List_ = {
type: "list",
min: 1,
member: {
shape: {
type: "string",
min: 50
}
}
}; |
export interface IRefereceInput {
onChangeReference: any;
name: string;
value: string;
label: string;
defaultValue: string;
error?: string;
touched?: boolean;
isLoad: boolean;
handleSubmitReference: (
e?: React.FormEvent<HTMLFormElement> | undefined
) => void;
secureT... |
// định nghĩa 1 kiểu dữ liệu map riêng
interface MyMap {
[index: string]: string;
}
let translations: MyMap = {
ok: 'Alright'
};
// XXX This does not work because all pairs must match
let anotherMap: MyMap = {
'0': 'first'
// length: 1
}; |
export const environment = {
production: true,
host: 'https://y355q7esej.execute-api.us-east-1.amazonaws.com/prd/'
}; |
export class HexadecimalHelper {
public static toDecimal(arr: number[]): number {
let result: number = null;
for (let index = 0; index < arr.length; index++) {
if (!result) {
result = arr[index] * Math.pow(256, arr.length - index - 1);
continue;
}
result += arr[index] * Mat... |
import React from 'react';
import { fireEvent, cleanup, render, act } from '@testing-library/react-native';
import timeTravel, { setupTimeTravel } from '@mocks/timeTravel';
import { ThemeContextProvider } from '@providers';
import * as SchemaTypes from '@schema-types';
import LanguageFilter, { ANIMATION_TIMING } from... |
export { DatePickerPopupDirective } from './datepicker/datepicker-popup.component';
export { DatePickerComponent } from './datepicker/datepicker.component';
export declare const DATEPICKER_DIRECTIVES: Array<any>; |
import React, { useState } from 'react'
import { action } from '@storybook/addon-actions'
import { withKnobs } from '@storybook/addon-knobs'
import { Container } from './'
import { withA11y } from '@storybook/addon-a11y'
export default {
title: 'Atoms/Container',
component: Container,
decorators: [
withKnobs... |
const ClearSnow: LangJob = {
reportString: '除雪中。',
label: null,
description: null,
defName: 'ClearSnow'
}
export default ClearSnow; |
import xlsx from 'node-xlsx';
import { actions, Context, Next } from '@nocobase/actions';
import render from '../renders';
async function _export(ctx: Context, next: Next) {
let { columns } = ctx.action.params;
if (typeof columns === 'string') {
columns = JSON.parse(columns);
}
ctx.action.mergeParams({
... |
// tslint:disable:object-literal-sort-keys
import { BlueBase } from '../../BlueBase';
import { ConfigRegistry } from '../ConfigRegistry';
const configs = {
title: 'Config Registry Test',
subtitle: 'We are just testing',
'plugin.test.foo': 5,
'plugin.test.bar': 10,
'plugin.another.check': true,
};
describe('Confi... |
import { newE2EPage } from '@stencil/core/testing';
let page;
describe('my-component', () => {
beforeEach(async () => {
page = await newE2EPage();
await page.addScriptTag({
url: 'https://code.jquery.com/jquery-3.6.0.min.js',
id: 'jquery',
});
});
it('renders, without jQuery', async () =>... |
import React from 'react';
import { SvgIcon, SvgIconProps } from '@kukui/ui';
const SvgComponent = props => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" {...props}>
<path d="M495 59.6c21.9 21.87 21.9 57.3 0 79.2L182.3 451.6a97.59 97.59 0 0 1-40.8 24.2L20.52 511.4c-5.62 1.6-11.693.1-15.833-4.1-... |
import {allowMethods} from "./util"
export {
capability,
context,
curveKeyPair,
version,
Context,
Event,
EventOfType,
EventType,
Socket,
Observer,
Proxy,
} from "./native"
import {
capability,
Context,
EventOfType,
EventType,
Observer,
Options,
ReadableKeys,
Socket,
SocketType,... |
export * from "./widgetModel";
export * from "./IViewModelBinder";
export * from "./widgetEditor";
export * from "./IWidgetService";
export * from "./modelBinderSelector";
export * from "./widgetService"; |
import { useUser } from './User'
import Signin from './Signin'
interface Props {
children: JSX.Element
}
function PrivateRoute({ children }: Props): JSX.Element {
const me = useUser()
if (!me) return <Signin />
return children
}
export default PrivateRoute |
import { NgModule } from '@angular/core';
import { Routes, RouterModule } from '@angular/router';
import { PublishedComponent } from './index';
const routes: Routes = [
{
path: 'published/:id',
component: PublishedComponent
}
];
@NgModule({
imports: [RouterModule.forChild(routes)],
ex... |
export * from './home.module';
export * from './home.state'; |
<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 { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-visa',
templateUrl: './visa.component.html',
styleUrls: ['./visa.component.css']
})
export class VisaComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
} |
import React, { useState, useEffect } from 'react';
import { Feather as Icon } from '@expo/vector-icons';
import {
View,
ImageBackground,
Image,
StyleSheet,
Text,
// TextInput,
KeyboardAvoidingView,
Platform,
Picker,
} from 'react-native';
import { RectButton } from 'react-native-gesture-handler';
imp... |
import { Injectable } from '@angular/core';
import { ActivatedRouteSnapshot, ResolveEnd, Router, RouterEvent } from '@angular/router';
import { ApplicationInsights, ITelemetryItem, SeverityLevel } from '@microsoft/applicationinsights-web';
import { AdalService } from 'adal-angular4';
import { filter } from 'rxjs/operat... |
import {Component, Input, OnInit} from 'angular2/core';
import {IColumn} from './column/IColumn';
import {IStore} from "../../../data/store/IStore";
import {IModel} from "../../../data/model/IModel";
import {ICollection} from "../../../data/collection/ICollection";
import {GridComponent} from "./GridComponent";
import... |
import { IconDefinition, IconPrefix, IconName } from "@fortawesome/fontawesome-common-types";
export const definition: IconDefinition;
export const faStaffSnake: IconDefinition;
export const prefix: IconPrefix;
export const iconName: IconName;
export const width: number;
export const height: number;
export const ligatu... |
const mongoose = require('mongoose-fill');
const Schema = mongoose.Schema;
import SequenceConfigs from '../configurations/sequence';
import Sequence from './sequence';
const SequenceFilesSchema = new mongoose.Schema({
fileName: String,
path: String,
type: {
type: String,
enum: SequenceConf... |
/** Unknown
* Copyright, 2019.
*/ |
/**
* @adonisjs/http-server
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/// <reference path="../../adonis-typings/index.ts" />
import { types } from '@poppinss/utils/build/helpers'
i... |
import { Component, OnInit, Input, AfterContentChecked, AfterViewChecked, Output, EventEmitter } from '@angular/core';
import { Quote } from 'src/app/resources/classes/quote';
import { ToggleInsertSectionService } from 'src/app/resources/services/toggle-insert-section.service';
@Component({
selector: 'app-quotes-ins... |
import { Component, OnInit } from '@angular/core';
import { FeedingService } from '../../services/feeding.service';
import { Feeding } from '../../models/feeding';
import { AngularFireAuth } from 'angularfire2/auth';
import * as firebase from 'firebase/app';
import * as moment from 'moment';
@Component({
selector: '... |
import type { SvelteComponentTyped } from "svelte";
/**
* @description An item can contain icons signifying a 'like' or 'favorite' action
*/
export default class Rating extends SvelteComponentTyped{
} |
import {runIfMain} from "../../deps/mocha.ts";
import {expect} from "../../deps/chai.ts";
import {Connection} from "../../../src/connection/Connection.ts";
// TODO(uki00a) uncomment this when CockroachDriver is implemented.
// import {CockroachDriver} from "../../../src/driver/cockroachdb/CockroachDriver.ts";
import {c... |
import cxapi = require('@aws-cdk/cx-api');
import AWS = require('aws-sdk');
import child_process = require('child_process');
import fs = require('fs-extra');
import os = require('os');
import path = require('path');
import util = require('util');
import { debug } from '../../logging';
import { PluginHost } from '../../... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.