Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
5.74k
46.1k
<reponame>dolomite-exchange/solo /* Copyright 2019 dYdX Trading Inc. 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 requ...
import * as vscode from 'vscode'; // @ts-ignore import { StorageArea } from 'kv-storage-polyfill'; // @ts-ignore export class MemFS implements vscode.FileSystemProvider, vscode.FileSearchProvider, vscode.TextSearchProvider { root = new Directory(vscode.Uri.parse('memfs:/'), ''); fileStorage = new FileStorage(); as...
import { Dialog, FloatingActionButton, IconButton, Toolbar, ToolbarGroup, ToolbarSeparator } from 'material-ui' import FullscreenDialog from 'material-ui-fullscreen-dialog' import SearchBar from 'material-ui-search-bar' import Avatar from 'material-ui/Avatar' import FlatButton from 'material-ui/FlatButton' import { Lis...
<gh_stars>10-100 import { GraphQLResolveInfo } from 'graphql'; export type Maybe<T> = T | null; export type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] }; export type RequireFields<T, K extends keyof T> = { [X in Exclude<keyof T, K>]?: T[X] } & { [P in K]-?: NonNullable<T[P]> }; /** All built-i...
import * as child_proc from 'child_process'; import * as net from 'net'; import * as path from 'path'; import * as cache from '@cmt/cache'; import {CMakeGenerator} from '@cmt/kit'; import {createLogger} from '@cmt/logging'; import {fs} from '@cmt/pr'; import * as proc from '@cmt/proc'; import rollbar from '@cmt/rollba...
import Emitter from "../libraries/Emitter"; import IndexedDb from "./IndexedDb"; import { AppConfig } from "../models/AppConfig"; import { AppState, ClickedNotifications } from "../models/AppState"; import { NotificationReceived, NotificationClicked } from "../models/Notification"; import { ServiceWorkerState } from "...
<reponame>FFXIVMacrology/cactbot import Conditions from '../../../../../resources/conditions'; import NetRegexes from '../../../../../resources/netregexes'; import Outputs from '../../../../../resources/outputs'; import { callOverlayHandler } from '../../../../../resources/overlay_plugin_api'; import { Responses } ...
/* eslint-disable */ import * as Long from 'long'; import * as _m0 from 'protobufjs/minimal'; export const protobufPackage = 'optionalstest'; export enum StateEnum { UNKNOWN = 0, ON = 2, OFF = 3, UNRECOGNIZED = -1, } export function stateEnumFromJSON(object: any): StateEnum { switch (object) { case 0: ...
<filename>lit_nlp/client/modules/main_toolbar.ts /** * @license * Copyright 2020 Google 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/LICE...
import React from 'react'; import PropTypes from 'prop-types'; import {Renderer, RendererProps} from '../factory'; import {ServiceStore, IServiceStore} from '../store/service'; import {Api, SchemaNode, ApiObject, RendererData, Action} from '../types'; import {filter, evalExpression} from '../utils/tpl'; import cx from ...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
-