text stringlengths 3.3k 33k |
|---|
/**
* Copyright (c) 2019, 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 { EventEmitter } from 'events'
import fs from 'fs'
import net from 'net'
import path from 'path'
import { Disposable, DocumentSelector, Emitter, TextDocument } from 'vscode-languageserver-protocol'
import { ForkOptions, LanguageClient, LanguageClientOptions, RevealOutputChannelOn, ServerOptions, SpawnOptions, St... |
<reponame>Rostov1991/amcharts5
import type { Lang } from "../.internal/Lang";
// FRENCH
const lang: Lang = {
"AD": "Andorre",
"AE": "脡mirats arabes unis",
"AF": "Afghanistan",
"AG": "Antigua-et-Barbuda",
"AI": "Anguilla",
"AL": "Albanie",
"AM": "Arm茅nie",
"AO": "Angola",
"AQ": "Antarctique",
"AR": "Argentine... |
<gh_stars>10-100
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for details.
/// <reference path="../../typings/hashFiles.d.ts" />
/// <reference path="../../typings/request.d.ts" />
/// <reference path="../../typings/wrench.d.ts" />... |
<reponame>phxgbl/appsmith<filename>app/client/src/sagas/PostEvaluationSagas.ts
import { ENTITY_TYPE, Message } from "entities/AppsmithConsole";
import { DataTree } from "entities/DataTree/dataTreeFactory";
import {
getEntityNameAndPropertyPath,
isAction,
isWidget,
} from "workers/evaluationUtils";
import {
Eval... |
import { SourceError, Variant } from 'js-slang/dist/types';
import { AcademyState } from '../../features/academy/AcademyTypes';
import { AchievementState } from '../../features/achievement/AchievementTypes';
import { DashboardState } from '../../features/dashboard/DashboardTypes';
import { Grading } from '../../featur... |
import { Client, ClientBase, Pool, PoolClient, QueryResult } from 'pg'
import Config from './Config'
import {Context} from './Container'
import { Logger } from './util'
import patch from './util/patch'
export const SQL = require('sql-template-strings')
export type Executor<T, U> = (client: T) => Promise<U>
export c... |
import BungieImage from 'app/dim-ui/BungieImage';
import { StatTotalToggle } from 'app/dim-ui/CustomStatTotal';
import ExternalLink from 'app/dim-ui/ExternalLink';
import PressTip from 'app/dim-ui/PressTip';
import { t } from 'app/i18next-t';
import { D1Item, D1Stat, DimItem, DimSocket, DimStat } from 'app/inventory/it... |
<reponame>1424667164/angular<gh_stars>1-10
import {
AsyncTestCompleter,
beforeEach,
ddescribe,
xdescribe,
describe,
dispatchEvent,
expect,
iit,
inject,
IS_DARTIUM,
beforeEachBindings,
it,
xit,
TestComponentBuilder,
By,
Scope
} from 'angular2/test_lib';
import {DOM} from 'angular2/src/do... |
<reponame>raja1203/angular
/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import {傻isMissingTranslationError, 傻makeTemplateObject, 傻ParsedTranslation, 傻translate} f... |
<reponame>isaquerochak/tds-vscode<filename>src/compileKey/compileKey.ts
import * as vscode from 'vscode';
import * as path from 'path';
import * as nls from 'vscode-nls';
import * as fs from 'fs';
import { languageClient, permissionStatusBarItem } from '../extension';
import Utils from '../utils';
let localize = nls.l... |
<gh_stars>10-100
import { Injectable } from '@angular/core';
import { HttpManager } from 'central-ui-core';
import { RequestOptions, Headers } from '@angular/http';
import { EnvironmentConfig } from '../config/service.config';
const from = Math.round((new Date().getTime()-(7 * 24 * 60 * 60 * 1000))/1000);
const to = M... |
<reponame>jpellizzari/lua-in-js<filename>src/lib/string.ts
import printj from 'printj'
import { Table } from '../Table'
import { LuaError } from '../LuaError'
import { tostring, posrelat, coerceArgToNumber, coerceArgToString, hasOwnProperty, LuaType } from '../utils'
const ROSETTA_STONE: Record<string, string> = ... |
import Axios, { AxiosRequestConfig } from 'axios';
import { ENV } from '@waldur/configs/default';
import {
get,
getAll,
getById,
post,
sendForm,
getList,
getFirst,
patch,
deleteById,
getSelectData,
parseResultCount,
put,
} from '@waldur/core/api';
import { SubmitCartRequest } from '@waldur/mark... |
/**
* Copyright (c) 2019-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author <NAME> <<EMAIL>>
*/
import { ValueCell } from '../../../mol-util';
import { GeometryUtils } from '../geometry';
import { ParamDefinition as PD } from '../../../mol-util/param-definition';
import { Trans... |
import React, { useReducer, useEffect, useContext, useState } from 'react'
import {
Select,
Space,
Tooltip,
Drawer,
Button,
Dropdown,
Menu,
Checkbox,
} from 'antd'
import {
SettingOutlined,
ReloadOutlined,
DownOutlined,
} from '@ant-design/icons'
import { ScrollablePane } from 'office-ui-fabric-re... |
<reponame>SidharthBihary/graphql-engine
import {
RequestTransform,
RequestTransformBody,
RequestTransformMethod,
} from '@/metadata/types';
import { getLSItem, setLSItem, LS_KEYS } from '@/utils/localStorage';
import {
defaultRequestContentType,
GraphiQlHeader,
KeyValuePair,
RequestTransformState,
Reque... |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 13