text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```xml import React, {PureComponent, MouseEvent, ChangeEvent} from 'react' import TagInput from 'src/shared/components/TagInput' import {ErrorHandling} from 'src/shared/decorators/errors' import {Notification, NotificationFunc} from 'src/types' import {KafkaProperties} from 'src/types/kapacitor' import {notifyInvali...
/content/code_sandbox/ui/src/kapacitor/components/config/KafkaConfig.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
2,189
```xml import React from 'react'; import { Text } from 'react-native'; import { TPhrasing, TText } from '@native-html/transient-render-engine'; import { TDefaultRendererProps } from './shared-types'; import getNativePropsForTNode from './helpers/getNativePropsForTNode'; const renderTextualContent = ( props: TDefault...
/content/code_sandbox/packages/render-html/src/renderTextualContent.tsx
xml
2016-11-29T10:50:53
2024-08-08T06:53:22
react-native-render-html
meliorence/react-native-render-html
3,445
109
```xml import { ConfigurationReader, StatusBarOptionVisibility, StatusBarTextOptionVisibility, StatusBarStaticOptionVisibility, StatusBarIconOptionVisibility, checkConfigureOverridesPresent, checkBuildOverridesPresent, checkTestOverridesPresent, checkPackageOverridesPresent } from '@cmt/config'; import { SpecialKits } ...
/content/code_sandbox/src/status.ts
xml
2016-04-16T21:00:29
2024-08-16T16:41:57
vscode-cmake-tools
microsoft/vscode-cmake-tools
1,450
7,233
```xml import { MainStyleTitle as Title } from '@erxes/ui/src/styles/eindex'; import { __ } from '@erxes/ui/src/utils'; import { Button } from '@erxes/ui/src/components'; import { Wrapper } from '@erxes/ui/src/layout'; import React, { useState } from 'react'; import { ContentBox } from '../styles'; import { IConfigsMa...
/content/code_sandbox/packages/plugin-productplaces-ui/src/components/SplitSettings.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
657
```xml export {default as Client} from "./client/client"; export {default as Server} from "./server/server"; ```
/content/code_sandbox/packages/styletron-engine-monolithic/src/index.ts
xml
2016-04-01T00:00:06
2024-08-14T21:28:45
styletron
styletron/styletron
3,317
23
```xml /// /// /// /// path_to_url /// /// Unless required by applicable law or agreed to in writing, software /// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. /// import { Component, ElementRef, Inject, OnDestroy, OnInit, Renderer2, ViewChild } from '@angular/core'; import { MAT_DIALOG...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/event/event-content-dialog.component.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,090
```xml import { ConfigStateService, CurrentUserDto } from '@abp/ng.core'; import { GetPermissionListResultDto, PermissionGrantInfoDto, PermissionGroupDto, PermissionsService, ProviderInfoDto, UpdatePermissionDto, } from '@abp/ng.permission-management/proxy'; import { LocaleDirection, ToasterService } from '...
/content/code_sandbox/npm/ng-packs/packages/permission-management/src/lib/components/permission-management.component.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
2,639
```xml import { IPropertyPaneConfiguration, PropertyPaneTextField } from '@microsoft/sp-property-pane'; import * as strings from 'ProfileCardAdaptiveCardExtensionStrings'; export class ProfileCardPropertyPane { public getPropertyPaneConfiguration(): IPropertyPaneConfiguration { return { pages: [ { ...
/content/code_sandbox/samples/react-graph-auto-batching/src/adaptiveCardExtensions/profileCard/ProfileCardPropertyPane.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
183
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES ...
/content/code_sandbox/test/e2e/sql/src/test/resources/cases/tcl/e2e-tcl-prepare-transaction.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
123
```xml <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="ru_RU" sourcelanguage="en_US"> <context> <name>AddFilmstripFramesPopup</name> <message> <location filename="../../toonz/addfilmstripframespopup.cpp" line="24"/> <source>Add Frames</source> <translatio...
/content/code_sandbox/toonz/sources/translations/russian/toonz.ts
xml
2016-03-18T17:55:48
2024-08-15T18:11:38
opentoonz
opentoonz/opentoonz
4,445
189,701
```xml import * as React from 'react'; import { Card, Table, TableBody, TableCell, TableHead, TableRow, } from '@mui/material'; import { useTranslate, Title } from 'react-admin'; import LinkToRelatedCustomers from './LinkToRelatedCustomers'; import segments from './data'; const Segments = () =...
/content/code_sandbox/examples/demo/src/segments/Segments.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
239
```xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <parent> <artifactId>hsweb-system-authorization</artifactId> <groupId>org.hswebframework.web</groupId> <version>4.0.17</version> ...
/content/code_sandbox/hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml
xml
2016-01-18T03:51:39
2024-08-16T06:29:15
hsweb-framework
hs-web/hsweb-framework
8,308
725
```xml import path from "path"; import fs from "fs-extra"; import chunk from "lodash/chunk"; import truncate from "lodash/truncate"; import { InferCreationAttributes } from "sequelize"; import tmp from "tmp"; import { AttachmentPreset, CollectionPermission, CollectionSort, FileOperationState, } from "@shared/ty...
/content/code_sandbox/server/queues/tasks/ImportTask.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
3,454
```xml export { VVirtualScroll } from './VVirtualScroll' ```
/content/code_sandbox/packages/vuetify/src/components/VVirtualScroll/index.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
13
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "path_to_url"> <mapper namespace="com.jsh.erp.datasource.mappers.OrganizationMapper"> <resultMap id="BaseResultMap" type="com.jsh.erp.datasource.entities.Organization"> <id column="id" jdbcType="BIGINT" prop...
/content/code_sandbox/jshERP-boot/src/main/resources/mapper_xml/OrganizationMapper.xml
xml
2016-09-20T04:51:39
2024-08-16T16:42:52
jshERP
jishenghua/jshERP
3,107
2,749
```xml import { act, renderHook } from '@testing-library/react-hooks'; import { queryListPendingExternalInvitations } from '@proton/shared/lib/api/drive/invitation'; import type { ListDrivePendingExternalInvitationsPayload } from '@proton/shared/lib/interfaces/drive/sharing'; import useChecklist from './useChecklist'...
/content/code_sandbox/applications/drive/src/app/components/onboarding/useOnboarding.test.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
458
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <!-- Inspired GitHub Color Scheme for Sublime Text 3 path_to_url --> <plist version="1.0"> <dict> <key>name</key> <string>GitHub</string> <key>settings</key> <arr...
/content/code_sandbox/sublime/themes/inspired-github.tmTheme
xml
2016-12-06T02:57:25
2024-08-16T19:49:35
zola
getzola/zola
13,258
12,499
```xml export const MAX_COLOR_SATURATION = 100; export const MAX_COLOR_HUE = 359; export const MAX_COLOR_VALUE = 100; export const MAX_COLOR_RGB = 255; /** @deprecated Use MAX_COLOR_RGB (255) or MAX_COLOR_ALPHA (100) */ export const MAX_COLOR_RGBA = MAX_COLOR_RGB; export const MAX_COLOR_ALPHA = 100; /** Minimum length...
/content/code_sandbox/packages/react/src/utilities/color/consts.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
212
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <language name="ColdFusion" version="3" kateversion="2.2" section="Markup" extensions="*.cfm;*.cfc;*.cfml;*.dbm" mimetype="text/x-coldfusion"> <highlighting> <list name="Script Keywords"> <item>if</item> <item>else</item...
/content/code_sandbox/src/data/extra/syntax-highlighting/syntax/coldfusion.xml
xml
2016-10-05T07:24:54
2024-08-16T05:03:40
vnote
vnotex/vnote
11,687
8,637
```xml /// <reference types="cypress" /> declare namespace Cypress { interface Chainable { landingSettings(enabled: boolean): Chainable<any>; loginWithCreds(username: string, password: string): Chainable<any>; login(): Chainable<any>; removeLogin(): Chainable<any>; verifyN...
/content/code_sandbox/tests/global.d.ts
xml
2016-02-25T12:14:54
2024-08-14T22:56:44
Ombi
Ombi-app/Ombi
3,674
192
```xml import ProductChooser from './containers/ProductChooser'; import ProductForm from './containers/ProductForm'; import SelectProducts from './containers/SelectProducts'; import CagetoryForm from './containers/CategoryForm'; import { queries as productQueries, mutations as productMutations } from './graphql'; i...
/content/code_sandbox/packages/ui-products/src/index.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
121
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="crop_area_renderer_edge_size">32dp</dimen> <dimen name="crop_area_renderer_edge_thickness">2dp</dimen> <dimen name="oval_guide_stroke_width">1dp</dimen> <color name="crop_area_renderer_edge_color">#ffffffff</color> <color name=...
/content/code_sandbox/src/main/res/values/crop_area_renderer.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
123
```xml import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; /** * Label Props */ export type LabelProps = Omit<ComponentProps<LabelSlots>, 'required'> & { /** * Renders the label as disabled * @default false */ disabled?: boolean; /** * Displays an indicator that ...
/content/code_sandbox/packages/react-components/react-label/library/src/components/Label/Label.types.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
267
```xml import type { StoredMsg, Stream } from 'nats'; export async function getNatsServerDocumentState( natsStream: Stream, subjectPrefix: string, docId: string ): Promise<StoredMsg | undefined> { const remoteDocState = await natsStream.getMessage({ last_by_subj: subjectPrefix + '.' + d...
/content/code_sandbox/src/plugins/replication-nats/nats-helper.ts
xml
2016-12-02T19:34:42
2024-08-16T15:47:20
rxdb
pubkey/rxdb
21,054
90
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import type {HighlightedToken} from 'shared/textmate-lib/tokenize'; import {diffWordsWithSpace} from 'diff'; import {CSS_CLASS_PREFIX} from 'shared/textmate-lib/textmateStyle...
/content/code_sandbox/eden/contrib/shared/createTokenizedIntralineDiff.tsx
xml
2016-05-05T16:53:47
2024-08-16T19:12:02
sapling
facebook/sapling
5,987
1,918
```xml export interface IActivity { name: string; date: string; actorId: number; actorName?: string; actorPhotoUrl?: string; } ```
/content/code_sandbox/samples/react-officegraph/src/webparts/IActivity.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
36
```xml /* eslint-disable @typescript-eslint/no-var-requires, max-statements */ import * as _ from "lodash"; import { logger } from "@xarc/dev-base"; function detectCSSModule(archetype) { const cssModuleSupport = _.get(archetype, "webpack.cssModuleSupport", true); const presetRegExp = { cssOnly: /\.css$/i, ...
/content/code_sandbox/packages/xarc-webpack/src/util/detect-css-module.ts
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
444
```xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="path_to_url" android:shape="oval"> <solid android:color="@color/colorPrimary" /> <size android:width="8dp" android:height="8dp"/> </shape> ```
/content/code_sandbox/app/src/main/res/drawable/xml_round_orange_icon.xml
xml
2016-04-22T11:39:25
2024-08-04T08:17:31
StickyHeaderListView
sunfusheng/StickyHeaderListView
2,815
64
```xml import { createPrecisionMethod } from '../src' describe('createPrecisionMethod', () => { const input = new Date(2018, 9, 30, 15, 33, 47, 29) it.each([ ['millisecond', input], ['second', new Date(2018, 9, 30, 15, 33, 47, 0)], ['minute', new Date(2018, 9, 30, 15, 33, 0, 0)], ...
/content/code_sandbox/packages/scales/tests/timeHelpers.test.ts
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
276
```xml // See LICENSE.txt for license information. // ******************************************************************* // - [#] indicates a test step (e.g. # Go to a screen) // - [*] indicates an assertion (e.g. * Check the title) // - Use element testID when selecting an element. Create one if none. // ***********...
/content/code_sandbox/detox/e2e/test/server_login/server_list.e2e.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
3,582
```xml import {BindingsInterface} from "./BindingsInterface"; import {FormInterface} from "./FormInterface"; import {OptionsInterface} from "./OptionsInterface"; export enum RuntimeMode { mixed = "mixed", unified = "unified", separated = "separated", } export interface StateInterface { mode: RuntimeMode; st...
/content/code_sandbox/src/models/StateInterface.ts
xml
2016-06-20T22:10:41
2024-08-10T13:14:33
mobx-react-form
foxhound87/mobx-react-form
1,093
220
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> ...
/content/code_sandbox/third_party/mbedtls/repo/visualc/VS2017/aead_demo.vcxproj
xml
2016-04-08T20:47:41
2024-08-16T19:19:28
openthread
openthread/openthread
3,445
2,184
```xml declare module X { declare interface Y { x: number; } } ```
/content/code_sandbox/tests/format/typescript/interface2/module.ts
xml
2016-11-29T17:13:37
2024-08-16T17:29:57
prettier
prettier/prettier
48,913
16
```xml import { useEffect, useState, useContext } from "react"; import { KioskState } from "../Types"; import HighScoreInitial from "./HighScoreInitial"; import configData from "../config.json"; import { AppStateContext } from "../State/AppStateContext"; import { navigate } from "../Transforms/navigate"; import { saveH...
/content/code_sandbox/kiosk/src/Components/NewScoreEntry.tsx
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
757
```xml import { Fetch } from '../../../src/data'; describe.skip('Fetch', () => { it('Fetch({...}) returns a function fetching json by default', async () => { const transform = Fetch({ value: 'path_to_url }); const data = await transform({}); expect(data).toEqual([ { genre: 'Sports...
/content/code_sandbox/__tests__/unit/data/fetch.spec.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
203
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import gsortsh = require( './index' ); // TESTS // // The function returns a numeric array... { const x = new ...
/content/code_sandbox/lib/node_modules/@stdlib/blas/ext/base/gsortsh/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
2,387
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleIdentifier</key> <string>com.apple.xcode.dsym.BinaryDelta</string> <key>CFBundleIn...
/content/code_sandbox/Pods/Sparkle/bin/BinaryDelta.dSYM/Contents/Info.plist
xml
2016-06-12T19:22:10
2024-08-16T12:20:17
syncthing-macos
syncthing/syncthing-macos
2,651
207
```xml import { IContext } from '../..'; import { IObjectTypeResolver } from '@graphql-tools/utils'; import { moduleRequireLogin } from '@erxes/api-utils/src/permissions'; const noLoginRequiredTest: IObjectTypeResolver<any, IContext> = { async updateTrendScoreOfPublished(_, __, { models: { Post } }) { await Post...
/content/code_sandbox/packages/plugin-forum-api/src/graphql/resolvers/Mutation/postMutations.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,019
```xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>com.example</groupId> <artifactId>frontend</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name...
/content/code_sandbox/courses/java-microservices/spring-cloud-gcp-guestbook/7-vision/guestbook-frontend/pom.xml
xml
2016-04-17T21:39:27
2024-08-16T17:22:27
training-data-analyst
GoogleCloudPlatform/training-data-analyst
7,726
879
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import filled5dBy = require( './index' ); /** * Callback function. * * @param indices - array element indices * @...
/content/code_sandbox/lib/node_modules/@stdlib/array/base/filled5d-by/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
949
```xml export const USER_PROPERTIES_INFO = { email: "Primary email", username: "User name", ALL: [ { field: "email", label: "Primary email", canHide: false }, { field: "username", label: "User name" } ] }; export const STRUCTURE_STATUSES = { ACTIVE: "active", DELETED: "deleted" }; export const USE...
/content/code_sandbox/packages/core/src/constants.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
338
```xml // // // path_to_url // // Unless required by applicable law or agreed to in writing, software // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. import { randomInt } from "crypto"; import execa from "execa"; import * as fs from "fs/promises"; import * as path from "path"; import * ...
/content/code_sandbox/sdk/nodejs/tests/runtime/install-package-tests.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
1,620
```xml 'use strict'; import { inject, injectable } from 'inversify'; import { DiagnosticSeverity } from 'vscode'; import { IApplicationShell } from '../../common/application/types'; import { IServiceContainer } from '../../ioc/types'; import { IDiagnostic, IDiagnosticCommand, IDiagnosticHandlerService, IDiagnosticMes...
/content/code_sandbox/src/client/application/diagnostics/promptHandler.ts
xml
2016-01-19T10:50:01
2024-08-12T21:05:24
pythonVSCode
DonJayamanne/pythonVSCode
2,078
457
```xml import { G2Spec } from '../../../src'; export function stocksLineSeriesGradient(): G2Spec { return { type: 'line', data: { type: 'fetch', value: 'data/stocks.csv', }, encode: { x: (d) => new Date(d.date), y: 'price', series: 'symbol', color: 'price', }, ...
/content/code_sandbox/__tests__/plots/static/stocks-line-series-gradient.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
123
```xml import io, {Socket as rawSocket} from "socket.io-client"; import type {ServerToClientEvents, ClientToServerEvents} from "../../shared/types/socket-events"; type Socket = rawSocket<ServerToClientEvents, ClientToServerEvents>; const socket: Socket = io({ transports: JSON.parse(document.body.dataset.transports |...
/content/code_sandbox/client/js/socket.ts
xml
2016-02-09T03:16:03
2024-08-16T10:52:38
thelounge
thelounge/thelounge
5,518
149
```xml import * as React from 'react'; import { Table, TableBody, TableCell, TableCellLayout, TableColumnDefinition, TableColumnSizingOptions, TableHeader, TableHeaderCell, TableRow, createTableColumn, useTableColumnSizing_unstable, useTableFeatures, PresenceBadgeStatus, Avatar, Input, u...
/content/code_sandbox/packages/react-components/react-table/stories/src/Table/ResizableColumnsUncontrolled.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,672
```xml /* * Squidex Headless CMS * * @license */ import { CdkDrag, CdkDragDrop, CdkDropList, CdkDropListGroup } from '@angular/cdk/drag-drop'; import { AsyncPipe } from '@angular/common'; import { booleanAttribute, ChangeDetectionStrategy, Component, EventEmitter, Input, Output } from '@angular/core'; import { Fil...
/content/code_sandbox/frontend/src/app/shared/components/assets/assets-list.component.ts
xml
2016-08-29T05:53:40
2024-08-16T17:39:38
squidex
Squidex/squidex
2,222
772
```xml import * as React from 'react'; import { CSSModule } from './utils'; export interface TabContentProps extends React.HTMLAttributes<HTMLElement> { [key: string]: any; tag?: React.ElementType; activeTab?: number | string; cssModule?: CSSModule; } declare class TabContent extends React.Component<TabConten...
/content/code_sandbox/types/lib/TabContent.d.ts
xml
2016-02-19T08:01:36
2024-08-16T11:48:48
reactstrap
reactstrap/reactstrap
10,591
80
```xml import type { RouteNode } from './Route'; import { type Options as OptionsCore } from './getRoutesCore'; import type { RequireContext } from './types'; export type Options = Omit<OptionsCore, 'getSystemRoute'>; /** * Given a Metro context module, return an array of nested routes. * * This is a two step proces...
/content/code_sandbox/packages/expo-router/build/getRoutes.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
250
```xml import {useState} from 'react'; import {useNavigate} from '@shopify/hydrogen/client'; interface FormElements { password: HTMLInputElement; passwordConfirm: HTMLInputElement; } export function AccountPasswordResetForm({ id, resetToken, }: { id: string; resetToken: string; }) { const navigate = use...
/content/code_sandbox/packages/hydrogen/test/fixtures/demo-store-ts/src/components/account/AccountPasswordResetForm.client.tsx
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
1,149
```xml <vector xmlns:android="path_to_url" android:height="30.222221dp" android:tint="?attr/colorControlNormal" android:viewportHeight="512" android:viewportWidth="576" android:width="34.0dp"> <path android:fillColor="@android:color/white" android:pathData="M256 32c-17.7 0-32 14.3-32 32l0 2.3 0 99.6c0 5.6-4.5 10.1-...
/content/code_sandbox/app/src/main/res/drawable/ic_preset_fas_helmet_safety.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
430
```xml import vtkWidgetState from '../WidgetState'; export interface StateBuilder { addDynamicMixinState(buildInfo: { labels: string[]; mixins: string[]; name: string; initialValues?: object; }): StateBuilder; addStateFromMixin(buildInfo: { labels: string[]; mixins: string[]; name: st...
/content/code_sandbox/Sources/Widgets/Core/StateBuilder/index.d.ts
xml
2016-05-02T15:44:11
2024-08-15T19:53:44
vtk-js
Kitware/vtk-js
1,200
163
```xml import * as React from 'react'; import { IChartDataPoint, MultiStackedBarChart, IChartProps } from '@fluentui/react-charting'; import { DefaultPalette } from '@fluentui/react/lib/Styling'; export const MultiStackedBarChartCustomAccessibilityExample: React.FunctionComponent<{}> = () => { const firstChartPoints...
/content/code_sandbox/packages/react-examples/src/react-charting/StackedBarChart/MultiStackedBarChart.CustomAccessibility.Example.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,318
```xml /* * * This source code is licensed under the MIT license which is detailed in the LICENSE.txt file. */ import * as ExtensionApi from '@extraterm/extraterm-extension-api'; import { Logger, getLogger, log } from 'extraterm-logging'; import { ExtensionCommandContribution, ExtensionMenusContribution } from "./ex...
/content/code_sandbox/main/src/CommandsRegistry.ts
xml
2016-03-04T12:39:59
2024-08-16T18:44:37
extraterm
sedwards2009/extraterm
2,501
1,090
```xml import { EventEmitter } from 'events'; const oldPlatform = process.platform; export function mockProcessProp(property: string, value: any) { Object.defineProperty(process, property, { value, writable: false, enumerable: true }); } export function mockPlatform(platform: string) { mockProcessP...
/content/code_sandbox/__tests__/test-utils.ts
xml
2016-06-12T00:10:22
2024-08-15T12:11:21
windows-build-tools
felixrieseberg/windows-build-tools
3,397
185
```xml <?xml version="1.0" encoding="utf-8"?> <feed xmlns="path_to_url"> <title>Here. There.</title> <subtitle>Love ice cream. Love sunshine. Love life. Love the world. Love myself. Love you.</subtitle> <link href="/atom.xml" rel="self"/> <link href="path_to_url"/> <updated>2024-08-05T15:39:40.121Z</upd...
/content/code_sandbox/atom.xml
xml
2016-06-17T15:56:02
2024-08-15T02:53:02
godbasin.github.io
godbasin/godbasin.github.io
2,092
42,634
```xml import { SETTINGS_FILENAME } from '@config'; import { formatDate } from '@utils'; import { getCurrentDBConfig, getExportFileName } from './versions'; describe('getExportFileName', () => { const dbConfig = getCurrentDBConfig(); const now = new Date(); it('is json file', async () => { const fileName ...
/content/code_sandbox/src/database/versions.test.ts
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
194
```xml import { type EventSubscription, UnavailabilityError, Platform } from 'expo-modules-core'; import type { ClipboardImage, ContentType, GetImageOptions, GetStringOptions, SetStringOptions, } from './Clipboard.types'; import { ClipboardPasteButton } from './ClipboardPasteButton'; import ExpoClipboard fro...
/content/code_sandbox/packages/expo-clipboard/src/Clipboard.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,954
```xml export type RemoteVersionEntity = { version: string; url: string; date: string; } ```
/content/code_sandbox/src/Renderer/Library/Type/RemoteVersionEntity.ts
xml
2016-05-10T12:55:31
2024-08-11T04:32:50
jasper
jasperapp/jasper
1,318
24
```xml import { API_KEY_SOURCE } from '../constants'; import type { ProcessedApiKey } from '../interfaces'; export const getInternalKeys = (keys: ProcessedApiKey[]) => { return keys.filter(({ source }) => source === API_KEY_SOURCE.PROTON); }; export const getExternalKeys = (keys: ProcessedApiKey[]) => { retur...
/content/code_sandbox/packages/shared/lib/keys/keySource.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
86
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina4_7" orie...
/content/code_sandbox/Example/ReusableDemo iOS/CollectionViewCells/CollectionHeaderView.xib
xml
2016-01-19T19:49:55
2024-08-10T21:10:40
Reusable
AliSoftware/Reusable
2,999
1,193
```xml <annotation> <folder>toy_images</folder> <filename>toy73.jpg</filename> <path>/home/animesh/Documents/grocery_detection/toy_exptt/toy_images/toy73.jpg</path> <source> <database>Unknown</database> </source> <size> <width>500</width> <height>300</height> <depth>3</depth> </size> <segmented>0</segme...
/content/code_sandbox/Custom_Mask_RCNN/annotations/xmls/toy73.xml
xml
2016-08-17T18:29:12
2024-08-12T19:24:24
Deep-Learning
priya-dwivedi/Deep-Learning
3,346
210
```xml var obj = { test: {} }; var temp = obj; obj.test = { nested: temp }; console.log(obj); ```
/content/code_sandbox/tests/objs/recursive4.ts
xml
2016-07-24T23:05:37
2024-08-12T19:23:59
ts2c
andrei-markeev/ts2c
1,252
26
```xml <?xml version="1.0" encoding="utf-8"?> <WixLocalization Culture="zh-cn" xmlns="path_to_url"> <String Id="Locale" Overridable="yes">zh_CN</String> <String Id="ProductName" Overridable="yes">Aspia Client</String> <String Id="ShortcutName" Overridable="yes">Aspia Client</String> <String Id="Downgrad...
/content/code_sandbox/installer/translations/client.zh-cn.wxl
xml
2016-10-26T16:17:31
2024-08-16T13:37:42
aspia
dchapyshev/aspia
1,579
145
```xml import type { GitStashCommit } from './commit'; export interface GitStash { readonly repoPath: string; readonly commits: Map<string, GitStashCommit>; } ```
/content/code_sandbox/src/git/models/stash.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
39
```xml import "reflect-metadata" import { createTestingConnections, closeTestingConnections, reloadTestingDatabases, } from "../../utils/test-utils" import { DataSource } from "../../../src/data-source/DataSource" import { User } from "./entity/User" describe("github issues > #4513 CockroachDB support for ...
/content/code_sandbox/test/github-issues/4513/issue-4513.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
1,024
```xml import type { DocumentNode } from "graphql"; import { wrap } from "optimism"; import type { StoreObject, Reference, DeepPartial, } from "../../utilities/index.js"; import { Observable, cacheSizes, defaultCacheSizes, getFragmentQueryDocument, mergeDeepArray, } from "../../utilities/index.js"; imp...
/content/code_sandbox/src/cache/core/cache.ts
xml
2016-02-26T20:25:00
2024-08-16T10:56:57
apollo-client
apollographql/apollo-client
19,304
2,529
```xml // See LICENSE in the project root for license information. import type { ITerminal } from '@rushstack/terminal'; import { type ICloudBuildCacheProvider, type ICredentialCacheEntry, CredentialCache, type RushSession, RushConstants, EnvironmentVariableNames, EnvironmentConfiguration } from '@rushst...
/content/code_sandbox/rush-plugins/rush-amazon-s3-build-cache-plugin/src/AmazonS3BuildCacheProvider.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
1,691
```xml import { jsx, Canvas, Chart, Axis, Interval, Tooltip } from '../../src'; import { createContext, delay, gestureSimulator } from '../util'; const context = createContext('', { width: '100%', height: '100%', }); const containerEl = document.createElement('div'); containerEl.style.width = '470px'; containerEl....
/content/code_sandbox/packages/f2/test/chart/landscape.test.tsx
xml
2016-08-29T06:26:23
2024-08-16T15:50:14
F2
antvis/F2
7,877
413
```xml export { DriveProvider, PublicDriveProvider } from './DriveProvider'; export { useActions, useSharedWithMeActions } from './_actions'; export { usePublicAuth } from './_api'; export { useActivePing, useGetPublicKeysForEmail } from './_user'; export { useDriveEventManager } from './_events'; export { validateLin...
/content/code_sandbox/packages/drive-store/store/index.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
301
```xml import { superString } from '../interfaces/interfaces'; import { Direction } from '../enums/enum'; /** * The todo class * * See {@link TodoStore} for service using it */ export class Todo { /** * Completed status */ completed: boolean; /** * Editing status */ editing: bo...
/content/code_sandbox/test/fixtures/todomvc-ng2-duplicates/src/app/shared/miscellaneous/todo.model.ts
xml
2016-10-17T07:09:28
2024-08-14T16:30:10
compodoc
compodoc/compodoc
3,980
74
```xml import { ColumnOptions } from "../decorator/options/ColumnOptions" /** * Arguments for InheritanceMetadata class. */ export interface InheritanceMetadataArgs { /** * Class to which inheritance is applied. */ readonly target?: Function | string /** * Inheritance pattern. */ ...
/content/code_sandbox/src/metadata-args/InheritanceMetadataArgs.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
98
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <color name="colorPrimary">#008577</color> <color name="colorPrimaryDark">#00574B</color> <color name="colorAccent">#FF4081</color> </resources> ```
/content/code_sandbox/Android/AndroidFingerprintAPI/app/src/main/res/values/colors.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
63
```xml import React from 'react'; import styles from './styles.module.css'; import LandingExampleComponent from '@site/src/components/LandingExampleComponent'; interface Props { title: string; component?: React.ReactNode; idx: number; href: string; } const GestureExampleItem = ({ title, component, idx, href }...
/content/code_sandbox/docs/src/components/GestureExamples/GestureExampleItem/index.tsx
xml
2016-10-27T08:31:38
2024-08-16T12:03:40
react-native-gesture-handler
software-mansion/react-native-gesture-handler
5,989
151
```xml import { getModelState } from '@proton/account/test'; import type { PrivateKeyReference, PublicKeyReference, SessionKey } from '@proton/crypto'; import { CryptoProxy } from '@proton/crypto'; import { generatePassphrase } from '@proton/shared/lib/calendar/crypto/keys/calendarKeys'; import { KEYGEN_CONFIGS, KEYGEN...
/content/code_sandbox/applications/mail/src/app/helpers/test/crypto.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,289
```xml import * as React from 'react'; import { ComponentPage, ExampleCard, IComponentDemoPageProps, PropertiesTableSet, Markdown, } from '@fluentui/react-docsite-components'; import { HorizontalBarChartBasicExample } from './HorizontalBarChart.Basic.Example'; import { HorizontalBarChartCustomCalloutExample...
/content/code_sandbox/packages/react-examples/src/react-charting/HorizontalBarChart/HorizontalBarChartPage.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
885
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <Button android:id="@+id/start_service" android:layout_width="match_parent" android:la...
/content/code_sandbox/chapter10/ServiceTest/app/src/main/res/layout/activity_main.xml
xml
2016-10-04T02:55:57
2024-08-16T11:00:26
booksource
guolindev/booksource
3,105
253
```xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <!-- zhengAdmin-x.x.x.jarresources --> <bean id="zhengAdminUtil" class="com.zheng.common.util.ZhengAdminUtil"></bean> </beans> ```
/content/code_sandbox/zheng-cms/zheng-cms-admin/src/main/resources/applicationContext-zhengAdmin.xml
xml
2016-10-04T10:07:06
2024-08-16T07:00:44
zheng
shuzheng/zheng
16,660
84
```xml <query-profile-type id="rootStrict" inherits="root"> <strict/> </query-profile-type> ```
/content/code_sandbox/container-search/src/test/java/com/yahoo/search/query/profile/config/test/queryprofilevariants2/types/rootStrict.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
23
```xml import { AppDataField } from '../Types/AppDataField' import { ComponentDataDomain, DefaultAppDomain } from '../Types/DefaultAppDomain' import { ContentReference } from '../../Reference/ContentReference' import { PrefKey } from '../../../Syncable/UserPrefs/PrefKey' import { ItemContent } from '../../Content/ItemC...
/content/code_sandbox/packages/models/src/Domain/Abstract/Item/Interfaces/DecryptedItem.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
418
```xml /* eslint-disable jest/no-standalone-expect -- rule does not understand testGateWebpack */ import { nextTestSetup } from 'e2e-utils' import { assertHasRedbox, assertNoRedbox, getRedboxDescription, getRedboxSource, } from 'next-test-utils' const isReactExperimental = process.env.__NEXT_EXPERIMENTAL_PPR =...
/content/code_sandbox/test/development/app-dir/ssr-in-rsc/ssr-in-rsc.test.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
4,343
```xml import * as compose from 'lodash.flowright'; import { AddMessageMutationResponse, AddMessageMutationVariables, DmConfig, IConversation, IMessage, MessagesQueryResponse, MessagesTotalCountQuery, } from '@erxes/ui-inbox/src/inbox/types'; import { mutations, queries, subscriptions, } from '@erx...
/content/code_sandbox/packages/plugin-inbox-ui/src/inbox/containers/conversationDetail/DmWorkArea.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
2,487
```xml /* * Wire * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPO...
/content/code_sandbox/src/script/page/MainContent/panels/preferences/DevicesPreferences/components/MLSDeviceDetails/index.ts
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
96
```xml <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url"> <data> <variable name="viewModel" type="com.kelin.mvvmlight.zhihu.MainViewModel" /> </data> <android.support.v4.widget.DrawerLayout ...
/content/code_sandbox/sample/src/main/res/layout/activity_main.xml
xml
2016-06-02T09:26:56
2024-08-15T10:52:54
MVVMLight
Kelin-Hong/MVVMLight
1,847
849
```xml <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>com.sqlsamples</groupId> <artifactId>SqlServerSample</artifactId> <packaging>jar</packaging> <version>1.0.0</version> <name>SqlServerSample</name> <url>pa...
/content/code_sandbox/samples/tutorials/java/Ubuntu/SqlServerColumnstoreSample/pom.xml
xml
2016-03-11T21:42:56
2024-08-16T09:31:00
sql-server-samples
microsoft/sql-server-samples
9,855
253
```xml <?xml version="1.0" encoding="UTF-8"?> <shape xmlns:android="path_to_url"> <solid android:color="#00ffffff"/> <corners android:radius="30px"/> <padding android:left="0dp" android:top="0dp" android:right="0dp" android:bottom="0dp" /> </shape> ```
/content/code_sandbox/gifloadinglibrary/src/main/res/drawable/background.xml
xml
2016-04-29T02:58:10
2024-07-12T03:39:45
GifLoadingView
Rogero0o/GifLoadingView
1,329
79
```xml <vector xmlns:android="path_to_url" android:width="108dp" android:height="108dp" android:viewportWidth="512" android:viewportHeight="512"> <group android:scaleX="0.66666666" android:scaleY="0.66666666" android:pivotX="256" android:pivotY="256"> <path android:pathData="M245.29,75.579...
/content/code_sandbox/app/src/main/res/drawable/ic_launcher_monochrome.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
570
```xml import * as fs from 'fs'; import * as path from 'path'; import { launch } from '@fluentui/scripts-puppeteer'; import chalk from 'chalk'; import * as glob from 'glob'; import * as match from 'micromatch'; import type { Browser } from 'puppeteer'; import * as React from 'react'; import { buildAssets } from '../u...
/content/code_sandbox/scripts/test-ssr/src/commands/main.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,400
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <resources> <color name="colorPrimary">#3F51B5</color> <color name="colorP...
/content/code_sandbox/app-youtube/src/main/res/values/colors.xml
xml
2016-01-31T15:45:41
2024-08-14T02:52:55
toro
eneim/toro
1,414
130
```xml import { Localized } from "@fluent/react/compat"; import { FORM_ERROR } from "final-form"; import React, { FunctionComponent, useEffect, useMemo } from "react"; import { useForm } from "react-final-form"; import { graphql } from "react-relay"; import { DeepNullable, DeepPartial } from "coral-common/common/lib/t...
/content/code_sandbox/client/src/core/client/admin/routes/Configure/sections/Auth/AuthConfigContainer.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
952
```xml import { expect, it, vi } from 'vitest'; import { Channel } from '@storybook/core/channels'; import type { DocsIndexEntry, RenderContextCallbacks, Renderer } from '@storybook/core/types'; import type { StoryStore } from '../../store'; import { csfFileParts } from '../docs-context/test-utils'; import { CsfDocsR...
/content/code_sandbox/code/core/src/preview-api/modules/preview-web/render/CsfDocsRender.test.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
510
```xml import React, { Component } from 'react'; import { View } from 'react-native'; import { ComponentProps } from '../ComponentProps'; import { LayoutComponent } from './LayoutComponent'; import ParentNode from '../Layouts/ParentNode'; import { LayoutStore } from '../Stores/LayoutStore'; import { connect } from '../...
/content/code_sandbox/lib/Mock/Components/Modals.tsx
xml
2016-03-11T11:22:54
2024-08-15T09:05:44
react-native-navigation
wix/react-native-navigation
13,021
153
```xml import styled from "styled-components"; import { dimensions, colors } from "@erxes/ui/src/styles"; import { HeaderContent } from "@erxes/ui-sales/src/boards/styles/item"; export const ScrolledContent = styled.div` flex: 1; overflow: auto; `; export const BoardHeader = styled(HeaderContent)` .header-row {...
/content/code_sandbox/packages/ui-automations/src/styles.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
494
```xml <vector xmlns:android="path_to_url" xmlns:tools="path_to_url" android:width="496dp" android:height="512dp" android:viewportWidth="496.0" android:viewportHeight="512.0" tools:keep="@drawable/fa_opera"> <path android:fillColor="#FFFFFFFF" android:pathData="M3...
/content/code_sandbox/mobile/src/main/res/drawable/fa_opera.xml
xml
2016-10-24T13:23:25
2024-08-16T07:20:37
freeotp-android
freeotp/freeotp-android
1,387
403
```xml import * as compose from "lodash.flowright"; import { Alert, confirm, withProps } from "@erxes/ui/src/utils"; import { ProductCategoriesCountQueryResponse, ProductCategoryRemoveMutationResponse, } from "../../types"; import { mutations, queries } from "../../graphql"; import { BrandsQueryResponse } from "@...
/content/code_sandbox/packages/plugin-products-ui/src/containers/productCategory/CategoryList.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
702
```xml <?xml version="1.0" encoding="utf-8"?> Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <RelativeLayout xmlns:android="path_to_url" xmlns:chrome="path_to_url" android:id="@+id/contextual_search_promo" android:layout_width="match_pare...
/content/code_sandbox/libraries_res/chrome_res/src/main/res/layout/contextual_search_promo_view.xml
xml
2016-07-04T07:28:36
2024-08-15T05:20:42
AndroidChromium
JackyAndroid/AndroidChromium
3,090
712
```xml export default class BarElement extends Element<import("../types/basic.js").AnyObject, import("../types/basic.js").AnyObject> { static id: string; /** * @type {any} */ static defaults: any; constructor(cfg: any); options: any; horizontal: any; base: any; width: any; ...
/content/code_sandbox/cachecloud-web/src/main/resources/assets/vendor/chart.js/elements/element.bar.d.ts
xml
2016-01-26T05:46:01
2024-08-16T09:41:37
cachecloud
sohutv/cachecloud
8,737
229
```xml import { wepy as _wepy } from './wepy'; export type PluginFunction<T> = (wepy: typeof _wepy, options?: T) => void; export interface PluginObject<T> { install: PluginFunction<T>; [key: string]: any; } ```
/content/code_sandbox/packages/core/types/plugin.d.ts
xml
2016-11-14T08:06:56
2024-08-16T16:24:42
wepy
Tencent/wepy
22,479
61
```xml import * as React from 'react'; import { Animated, DeviceEventEmitter, Dimensions, EmitterSubscription, InteractionManager, KeyboardAvoidingView, Modal, PanResponder, BackHandler, PanResponderGestureState, PanResponderInstance, Platform, StyleProp, TouchableWithoutFeedback, View, ...
/content/code_sandbox/src/modal.tsx
xml
2016-09-23T16:45:46
2024-08-16T09:51:03
react-native-modal
react-native-modal/react-native-modal
5,444
5,705
```xml import { createToast } from './bs'; import { getElements, apiPatch, hasError, getSelectedOptions } from './util'; /** * Mark each option element in the selected columns element as 'selected' so they are submitted to * the API. */ function saveTableConfig(): void { for (const element of getElements<HTMLOpti...
/content/code_sandbox/netbox/project-static/src/tableConfig.ts
xml
2016-02-29T14:15:46
2024-08-16T16:25:20
netbox
netbox-community/netbox
15,588
1,037