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 from 'react' import { usePreferences } from '../lib/stores/preferences' import Button from '../../design/components/atoms/Button' import { mdiArrowLeft, mdiArrowRight } from '@mdi/js' import { AppComponent } from '../../design/lib/types' import cc from 'classcat' import styled from '../../design/lib...
/content/code_sandbox/src/cloud/components/SidebarToggleButton.tsx
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
308
```xml import Footer from './Footer' export default Footer ```
/content/code_sandbox/demo/src/components/Footer/index.ts
xml
2016-04-18T14:42:12
2024-08-13T16:26:17
reapop
LouisBarranqueiro/reapop
1,547
11
```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 } from '@angular/core'; import { MatDialog, MatDialogRef } from '@angular/material/dialog'; import { Sto...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/dashboard-page/layout/move-widgets-dialog.component.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
336
```xml <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:bind="path_to_url"> <data> <import type="android.view.View" /> <variable name="track" type="com.eventyay.organizer.data.tracks.Track" /> </data> <...
/content/code_sandbox/app/src/main/res/layout/track_create_layout.xml
xml
2016-08-13T08:08:39
2024-08-06T13:58:48
open-event-organizer-android
fossasia/open-event-organizer-android
1,783
373
```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 sapx = require( './index' ); // TESTS // // The function returns a Float32Array... { const x = new Floa...
/content/code_sandbox/lib/node_modules/@stdlib/blas/ext/base/sapx/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
2,518
```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 { ChangeDetectorRef, Component, EventEmitter, Input, OnInit, Output, ViewEncapsulation } from '@angular/core'; impor...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-widget-select.component.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,931
```xml import { Notification } from './Notifications.types'; /** * Fetches information about all notifications present in the notification tray (Notification Center). * > This method is not supported on Android below 6.0 (API level 23) on these devices it will resolve to an empty array. * @return A Promise which re...
/content/code_sandbox/packages/expo-notifications/build/getPresentedNotificationsAsync.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
118
```xml // This is a generated file. Changes are likely to result in being overwritten declare namespace RightContentOverlayScssNamespace { export interface IRightContentOverlayScss { 'right-content-overlay': string; rightContentOverlay: string; } } declare const RightContentOverlayScssModule: RightContentO...
/content/code_sandbox/packages/app/client/src/ui/shell/mdi/tabbedDocument/rightContentOverlay/rightContentOverlay.scss.d.ts
xml
2016-11-11T23:15:09
2024-08-16T12:45:29
BotFramework-Emulator
microsoft/BotFramework-Emulator
1,803
130
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="150dp" android:layout_height="wrap_content" android:background="#000" android:gravity="center" android:orientation="horizontal"> <TextV...
/content/code_sandbox/app/src/main/res/layout/popup_reply.xml
xml
2016-01-28T12:16:02
2024-08-12T03:26:43
NineGridView
jeasonlzy/NineGridView
2,461
255
```xml import { fn } from '@storybook/test'; import type { Meta, StoryObj } from '@storybook/web-components'; import type { ButtonProps } from './Button'; import { Button } from './Button'; // More on how to set up stories at: path_to_url const meta: Meta<ButtonProps> = { title: 'Example/Button', tags: ['autodoc...
/content/code_sandbox/code/renderers/web-components/template/cli/ts-3-8/Button.stories.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
266
```xml // Packages import electron, {app} from 'electron'; import type {BrowserWindow, AutoUpdater} from 'electron'; import retry from 'async-retry'; import ms from 'ms'; // Utilities import autoUpdaterLinux from './auto-updater-linux'; import {getDefaultProfile} from './config'; import {version} from './package.json...
/content/code_sandbox/app/updater.ts
xml
2016-07-01T06:01:21
2024-08-16T16:05:22
hyper
vercel/hyper
43,095
820
```xml type ContentsJsonImageScale = '1x' | '2x' | '3x'; type ContentsJsonImageIdiom = 'iphone' | 'ipad' | 'watchos' | 'ios' | 'ios-marketing' | 'universal'; type ContentsJsonImageAppearance = { appearance: 'luminosity'; value: 'dark'; }; export interface ContentsJsonImage { appearances?: ContentsJsonImageA...
/content/code_sandbox/packages/expo-asset/plugin/build/AssetContents.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
231
```xml import type { Uri } from 'vscode'; import type { PushFlags } from '../../commands/git/stash'; import { Container } from '../../container'; import { executeGitCommand } from '../actions'; import type { GitStashCommit } from '../models/commit'; import type { GitStashReference } from '../models/reference'; import t...
/content/code_sandbox/src/git/actions/stash.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
639
```xml import { TestBed, inject, ComponentFixture, waitForAsync } from "@angular/core/testing"; import { DebugElement } from "@angular/core"; import { UntypedFormGroup, UntypedFormControl } from "@angular/forms"; import { By } from "@angular/platform-browser"; import { DynamicFormService, DynamicRatingModel } from "@ng...
/content/code_sandbox/projects/ng-dynamic-forms/ui-bootstrap/src/lib/rating/dynamic-bootstrap-rating.component.spec.ts
xml
2016-06-01T20:26:33
2024-08-05T16:40:39
ng-dynamic-forms
udos86/ng-dynamic-forms
1,315
576
```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 sdsnansum = require( './index' ); // TESTS // // The function returns a number... { const x = new Float...
/content/code_sandbox/lib/node_modules/@stdlib/blas/ext/base/sdsnansum/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,803
```xml import type IMetricsRequestService from './types/IMetricsRequestService'; export default class MetricsBase { protected requestService: IMetricsRequestService; constructor(requestService: IMetricsRequestService) { this.requestService = requestService; } public init({ uid, clientID, appV...
/content/code_sandbox/packages/metrics/lib/MetricsBase.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
261
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleIdentifier</key> <string>xamarin.ios.xtest</string> <key>CFBundleIn...
/content/code_sandbox/tests/test-libraries/XTest-Info-watchsimulator.plist
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
533
```xml import * as hid from './hid'; import * as fs from "fs"; import Cloud = pxt.Cloud; import U = pxt.Util; import D = pxt.HWDBG; export function startAsync(compileRes: pxtc.CompileResult) { return hid.initAsync() .then(d => { hid.connectSerial(d) D.postMessage = msg => { ...
/content/code_sandbox/cli/clidbg.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
275
```xml #!/usr/bin/env -S node --no-warnings --loader ts-node/esm /** * Wechaty Chatbot SDK - path_to_url * * @copyright 2016 Huan LI () <path_to_url and * Wechaty Contributors <path_to_url * * * path_to_url * * Unless required by applicable law or agreed to in writing, software *...
/content/code_sandbox/src/user-modules/room.spec.ts
xml
2016-05-01T14:36:45
2024-08-16T17:27:03
wechaty
wechaty/wechaty
19,828
1,380
```xml export const version = "4.8.1"; ```
/content/code_sandbox/test/extract/resolve/__mocks__/ts-config-with-path-correct-resolution-prio/src/aliassed/js-before-ts.ts
xml
2016-11-20T20:05:37
2024-08-16T08:58:52
dependency-cruiser
sverweij/dependency-cruiser
5,116
12
```xml // The Redux maintainers have deprecated "createStore" to push everyone to use Redux Toolkit :/ // so we must import `createStore` as `legacy_createStore` import { legacy_createStore as reduxCreateStore, applyMiddleware, compose } from 'redux' import type { Store, StoreEnhancer } from 'redux' import { createRed...
/content/code_sandbox/src/kea/store.ts
xml
2016-03-29T08:30:54
2024-08-10T20:41:40
kea
keajs/kea
1,933
720
```xml export * from './Subtitle2'; export { subtitle2ClassNames } from './useSubtitle2Styles.styles'; ```
/content/code_sandbox/packages/react-components/react-text/library/src/components/presets/Subtitle2/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
23
```xml import { ColumnDef, flexRender, getCoreRowModel, OnChangeFn, PaginationOptions, PaginationState, SortingState, useReactTable, } from '@tanstack/react-table' import { Filters } from '../api/types' import { DebouncedInput } from './debouncedInput' export const DEFAULT_PAGE_INDEX = 0 export const D...
/content/code_sandbox/examples/react/query-router-search-params/src/components/table.tsx
xml
2016-10-20T17:25:08
2024-08-16T17:23:37
table
TanStack/table
24,696
1,156
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net6.0</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="AWSSDK.Core" Version="3.7.2.7" /> <PackageReference Include="AWSSDK.Kinesis" Version="3.7.0.55" /> <PackageR...
/content/code_sandbox/dotnetv3/Kinesis/ListStreamsExample/ListStreamsExample/ListStreamsExample.csproj
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
160
```xml import { SelectWithSearch } from '@erxes/ui/src'; import { IOption, IQueryParams } from '@erxes/ui/src/types'; import React from 'react'; import { queries } from '../graphql'; import { IContractType } from '../types'; // get contractType options for react-select export function generateContractTypeOptions( a...
/content/code_sandbox/packages/plugin-savings-ui/src/contractTypes/containers/SelectContractType.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
340
```xml export interface Errors { errors: { [key: string]: string }; } ```
/content/code_sandbox/src/app/core/models/errors.model.ts
xml
2016-09-22T19:46:14
2024-08-14T05:18:19
angular-realworld-example-app
gothinkster/angular-realworld-example-app
5,179
17
```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.yahoo.vespa</groupId> <artifactId>vespa</artifactId> <packaging>pom</packaging> <version>8-SNAPSHOT</versio...
/content/code_sandbox/pom.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
1,431
```xml // See LICENSE in the project root for license information. import { Colorize } from '@rushstack/terminal'; import type { EventHooks } from '../api/EventHooks'; import { type IEnvironment, Utilities } from '../utilities/Utilities'; import { Event } from '../api/EventHooks'; import { Stopwatch } from '../utilit...
/content/code_sandbox/libraries/rush-lib/src/logic/EventHooksManager.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
673
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <style name="CustomText"> <item name="android:textSize">@dimen/welcome_text_size</item> </style> <style name="CustomText.Prickly"> <item name="android:textColor">@color/prickly_green</item> </style> <style name="CustomText.Unused"> <item na...
/content/code_sandbox/test/samples/bundles/res/values/styles.xml
xml
2016-03-24T18:26:35
2024-08-16T16:00:20
redex
facebook/redex
6,016
446
```xml <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <Nullable>enable</Nullable> <NoDefaultLaunchSettingsFile Condition="'$(ExcludeLaunchSettings)' == 'True'">True</NoDefaultLaunchSettingsFile> <RootNamespace Condition="'$(name)' != '$(name{-VALUE-FOR...
/content/code_sandbox/src/ApiTemplate/templates/ApiTemplate/Company.Api1.csproj
xml
2016-10-10T21:02:00
2024-08-13T18:02:26
AspLabs
aspnet/AspLabs
1,224
133
```xml // This is a hack to have the import sort prettier plugin respect that the .scss file gets imported first // so that local css imports from components would not be ordered before the main import import './app.scss' ```
/content/code_sandbox/applications/docs-editor/src/app/style.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
46
```xml // TODO: drop pmcrypto import, see path_to_url // eslint-disable-next-line no-restricted-imports import { parseMail } from 'pmcrypto-v6-canary/lib/message/parseMail'; /** * Overwrites the headers in baseHeader by the headers defined in extraHeaders. */ export const combineHeaders = async (baseHeader: string, ...
/content/code_sandbox/applications/mail/src/app/helpers/mail.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
353
```xml import { HierarchyRectangularNode } from "d3-hierarchy"; import { ModuleTree, ModuleTreeLeaf } from "../shared/types"; export type CssColor = string; export const COLOR_DEFAULT_FILE: CssColor = "#db7100"; export const COLOR_DEFAULT_OWN_SOURCE: CssColor = "#487ea4"; export const COLOR_DEFAULT_VENDOR_SOURCE: Css...
/content/code_sandbox/src/color.ts
xml
2016-10-25T16:11:55
2024-08-16T06:59:38
rollup-plugin-visualizer
btd/rollup-plugin-visualizer
1,845
197
```xml <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="path_to_url" xmlns:tools="path_to_url" xmlns:app="path_to_url" android:id="@+id/quote_container" android:layout_width="wrap_content" android:layout_height="wrap_content" android:visibility="gone" tools:visibility="visible"> <LinearLayout an...
/content/code_sandbox/src/main/res/layout/quote_view.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
1,067
```xml import { useEffect, useState } from 'react'; import { useLoading } from '@proton/hooks'; import { Api } from '@proton/shared/lib/interfaces'; import noop from '@proton/utils/noop'; import { AmountAndCurrency, CardModel, CardPaymentProcessor, CardPaymentProcessorState, ChargeablePaymentParam...
/content/code_sandbox/packages/components/payments/react-extensions/useCard.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,086
```xml <vector xmlns:android="path_to_url" xmlns:tools="path_to_url" android:width="448dp" android:height="512dp" android:viewportWidth="448.0" android:viewportHeight="512.0" tools:keep="@drawable/fa_font_awesome"> <path android:fillColor="#FFFFFFFF" android:pathD...
/content/code_sandbox/mobile/src/main/res/drawable/fa_font_awesome.xml
xml
2016-10-24T13:23:25
2024-08-16T07:20:37
freeotp-android
freeotp/freeotp-android
1,387
622
```xml import colors from '@erxes/ui/src/styles/colors'; export const EMAIL_CONTENT_CLASS = 'erxes-email-content'; export const EMAIL_CONTENT_PLACEHOLDER = `<div class="${EMAIL_CONTENT_CLASS}"></div>`; export const MESSAGE_KINDS = { AUTO: 'auto', VISITOR_AUTO: 'visitorAuto', MANUAL: 'manual', ALL_LIST: ['auto'...
/content/code_sandbox/packages/ui-engage/src/constants.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,851
```xml /// <reference lib="dom" /> import { afterEach, beforeEach, describe, expect, it } from 'vitest' import '@testing-library/jest-dom' import { userEvent } from '@testing-library/user-event' import { TestForm, sampleData } from './simple' window.customElements.define('test-form', TestForm) describe('Lit Tests', ()...
/content/code_sandbox/packages/lit-form/tests/simple.test.ts
xml
2016-11-29T04:53:07
2024-08-16T16:25:02
form
TanStack/form
3,566
586
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="horizontal" tools:context="com.cyl.musiclake.ui.main.TestActivity"> <LinearLayout ...
/content/code_sandbox/app/src/main/res/layout/activity_test.xml
xml
2016-04-09T15:47:45
2024-08-14T04:30:04
MusicLake
caiyonglong/MusicLake
2,654
745
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Library</OutputType> <TargetFramework>netcoreapp3.1</TargetFramework> <PackageId>Microsoft.Bot.Components.Samples.DialogAndTriggerPackage</PackageId> <Description>This library implements .NET support for a custom trigger and an Adaptive d...
/content/code_sandbox/composer-samples/csharp_dotnetcore/packages/DialogAndTriggerPackage/Microsoft.Bot.Components.Samples.DialogAndTriggerPackage.csproj
xml
2016-09-20T16:17:28
2024-08-16T02:44:00
BotBuilder-Samples
microsoft/BotBuilder-Samples
4,323
256
```xml <?xml version="1.0" encoding="utf-8"?> <!-- COMPLETED (2) Create the version of dimens that will be used when the smallest width of the screen is 600dp --> <resources> <dimen name="forecast_detail_vertical_padding">24dp</dimen> <dimen name="today_forecast_list_item_vertical_padding">24dp</dimen> <di...
/content/code_sandbox/S12.04-Solution-ResourceQualifiers/app/src/main/res/values-sw600dp/dimens.xml
xml
2016-11-02T04:42:26
2024-08-12T19:38:06
ud851-Sunshine
udacity/ud851-Sunshine
1,999
145
```xml export { default as AttachedFile } from './AttachedFile'; ```
/content/code_sandbox/packages/components/components/attachedFile/index.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
13
```xml import {Source} from 'src/types/sources' import {Dashboard, DashboardSwitcherLinks} from 'src/types/dashboards' export const EMPTY_LINKS = { links: [], active: null, } export const linksFromDashboards = ( dashboards: Dashboard[], source: Source ): DashboardSwitcherLinks => { const links = dashboards....
/content/code_sandbox/ui/src/dashboards/utils/dashboardSwitcherLinks.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
377
```xml import type { FeatureAccess } from '../../../features'; import type { IssueShape } from '../../../git/models/issue'; import type { PullRequestShape } from '../../../git/models/pullRequest'; import type { IpcScope, WebviewState } from '../../../webviews/protocol'; import { IpcCommand, IpcNotification } from '../....
/content/code_sandbox/src/plus/webviews/focus/protocol.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
617
```xml <resources> <string name="app_name">Fresco Image Viewer</string> <string name="sample_title">Fresco Image Viewer</string> <string name="action_simple_usage">Simple usage</string> <string name="action_styled_view">Styled view</string> <string name="action_rotation_support">Rotation support<...
/content/code_sandbox/sample/src/main/res/values/strings.xml
xml
2016-08-29T15:05:41
2024-08-16T13:03:46
FrescoImageViewer
stfalcon-studio/FrescoImageViewer
1,808
449
```xml import type { ComponentPropsWithoutRef } from 'react'; import { useState } from 'react'; import { generateUID } from '@proton/components'; import { PASS_APP_NAME } from '@proton/shared/lib/constants'; import clsx from '@proton/utils/clsx'; import type { LogoProps } from './Logo'; type Props = ComponentPropsWi...
/content/code_sandbox/packages/components/components/logo/PassLogo.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
9,776
```xml import Map from './Map'; import CollisionIndex from '../core/CollisionIndex'; import UIComponent from '../ui/UIComponent'; declare module "./Map" { interface Map { getCollisionIndex(): CollisionIndex createCollisionIndex(): CollisionIndex clearCollisionIndex(): this //@intern...
/content/code_sandbox/src/map/Map.Collision.ts
xml
2016-02-03T02:41:32
2024-08-15T16:51:49
maptalks.js
maptalks/maptalks.js
4,272
1,026
```xml export * from './nested/bar' ```
/content/code_sandbox/test/fixtures/basic/composables/export-star.ts
xml
2016-10-26T11:18:47
2024-08-16T19:32:46
nuxt
nuxt/nuxt
53,705
8
```xml export * from './find-config.js'; export * from './get-config.js'; export * from './utils.js'; ```
/content/code_sandbox/src/helpers/index.ts
xml
2016-07-29T09:54:26
2024-08-08T15:15:52
graphql-config
kamilkisiela/graphql-config
1,160
24
```xml <vector xmlns:android="path_to_url" xmlns:aapt="path_to_url" android:width="48dp" android:height="48dp" android:viewportWidth="48" android:viewportHeight="48"> <path android:pathData="M37,6H11C9.343,6 8,7.343 8,9V39C8,40.657 9.343,42 11,42H37C38.657,42 40,40.657 40,39V9C40,7.343 38.65...
/content/code_sandbox/icon-pack/src/main/res/drawable/ic_video_thumbnail_outline.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
1,485
```xml <UserControl x:Class="Telegram.Controls.Cells.Premium.PremiumFeatureUpgradedStoriesCell" xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:Telegram.Views" xmlns:common="using:Telegram.Common" xmlns:controls="using:Telegram.Controls" ...
/content/code_sandbox/Telegram/Controls/Cells/Premium/PremiumFeatureUpgradedStoriesCell.xaml
xml
2016-05-23T09:03:33
2024-08-16T16:17:48
Unigram
UnigramDev/Unigram
3,744
654
```xml <clickhouse> <http_forbid_headers> <header>exact_header</header> <header_regexp>(?i)(case_insensitive_header)</header_regexp> </http_forbid_headers> </clickhouse> ```
/content/code_sandbox/tests/config/config.d/forbidden_headers.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
50
```xml <dict> <key>LayoutID</key> <integer>7</integer> <key>PathMapRef</key> <array> <dict> <key>CodecID</key> <array> <integer>285343761</integer> </array> <key>Headphone</key> <dict/> <key>Inputs</key> <array> <string>Mic</string> <string>LineIn</string> </array> <key>Line...
/content/code_sandbox/Resources/CA0132/layout7.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
4,069
```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. */ // TypeScript Version: 4.1 /** * Returns an object key. * * @returns new key */ type Nullary = () => string | sym...
/content/code_sandbox/lib/node_modules/@stdlib/utils/map-keys/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
563
```xml export type IBBoolean = 'YES' | 'NO' | boolean; export type IBItem<H extends Record<string, any>, B extends Record<string, any[]> = { [key: string]: any; }> = { $: H; } & B; export type Rect = { key: string; x: number; y: number; width: number; height: number; }; export type IBRect = ...
/content/code_sandbox/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/InterfaceBuilder.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,774
```xml export { Input, inputClassNames, renderInput_unstable, useInputStyles_unstable, useInput_unstable } from './Input'; export type { InputOnChangeData, InputProps, InputSlots, InputState } from './Input'; ```
/content/code_sandbox/packages/react-components/react-input/library/src/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
49
```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 iterDeg2rad = require( './index' ); /** * Returns an iterator protocol-compliant object. * * @returns iter...
/content/code_sandbox/lib/node_modules/@stdlib/math/iter/special/deg2rad/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
340
```xml // See LICENSE.txt for license information. import {Database, Q} from '@nozbe/watermelondb'; import {of as of$} from 'rxjs'; import {MM_TABLES} from '@constants/database'; import type DraftModel from '@typings/database/models/servers/draft'; const {SERVER: {DRAFT}} = MM_TABLES; export const getDraft = async...
/content/code_sandbox/app/queries/servers/drafts.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
220
```xml import { BaseResponse } from "@bitwarden/common/models/response/base.response"; export class ServiceAccountResponse extends BaseResponse { id: string; organizationId: string; name: string; creationDate: string; revisionDate: string; constructor(response: any) { super(response); this.id = th...
/content/code_sandbox/bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/models/responses/service-account.response.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
176
```xml // See LICENSE.txt for license information. import {Button} from '@rneui/base'; import {openAuthSessionAsync} from 'expo-web-browser'; import qs from 'querystringify'; import React, {useEffect, useState} from 'react'; import {useIntl} from 'react-intl'; import {Linking, Platform, Text, View, type EventSubscript...
/content/code_sandbox/app/screens/sso/sso_authentication.tsx
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
1,328
```xml import { html } from '@microsoft/fast-element'; import type { Args, Meta } from '@storybook/html'; import { renderComponent } from '../helpers.stories.js'; import type { Menu as FluentMenu } from './menu.js'; type MenuStoryArgs = Args & FluentMenu; type MenuStoryMeta = Meta<MenuStoryArgs>; const storyTemplate ...
/content/code_sandbox/packages/web-components/src/menu/menu.stories.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,364
```xml import React from 'react' import { SafeAreaProvider } from 'react-native-safe-area-context' import { ThemeProvider } from 'styled-components' import Toast from 'react-native-toast-message' import { commonTheme } from './theme/theme' import { Navigation } from './navigation' export function AppComponent() { re...
/content/code_sandbox/example-expo/src/AppComponent.tsx
xml
2016-07-27T10:57:27
2024-08-14T16:51:53
react-native-ble-plx
dotintent/react-native-ble-plx
3,006
101
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net7.0</TargetFramework> <LangVersion>preview</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> </Project> ```
/content/code_sandbox/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.class.langVersion=preview.targetFramework=net7.0.verified/ClassLib.csproj
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
65
```xml /* * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ import { property } from '@cds/core/internal'; import { CdsButtonAction } from '@cds/core/button-action'; export const CdsCloseButtonTagName = 'cds-internal-clos...
/content/code_sandbox/packages/core/src/internal-components/close-button/close-button.element.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
202
```xml <?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="it" original="../Resources.res...
/content/code_sandbox/src/Compatibility/GenAPI/Microsoft.DotNet.GenAPI/xlf/Resources.it.xlf
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
294
```xml import { useFolders, useHandler } from '@proton/components'; import { conversationCountsActions, messageCountsActions, selectConversationCounts, selectMessageCounts, } from '@proton/mail'; import { MAILBOX_LABEL_IDS } from '@proton/shared/lib/constants'; import type { Message } from '@proton/shar...
/content/code_sandbox/applications/mail/src/app/hooks/optimistic/useOptimisticApplyLabels.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,787
```xml import * as React from 'react'; import { Flex, Image, Text, Header } from '@fluentui/react-northstar'; const FlexExampleMediaCard = () => ( <Flex gap="gap.medium" padding="padding.medium" debug> <Flex.Item size="size.medium"> <div style={{ position: 'relative' }}> <Image fluid src="path_to_u...
/content/code_sandbox/packages/fluentui/docs/src/examples/components/Flex/Rtl/FlexExample.rtl.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
213
```xml import { Select } from 'antd'; import { SelectValue } from 'antd/lib/select'; import { Connect } from 'dob-react'; import * as _ from 'lodash'; import * as React from 'react'; import * as ReactDOM from 'react-dom'; import { pipeEvent } from '../../utils/functional'; import * as Styled from './index.style'; impor...
/content/code_sandbox/src/plugins/main-tool-editor-variable/index.tsx
xml
2016-09-20T11:57:51
2024-07-23T03:40:11
gaea-editor
ascoders/gaea-editor
1,339
636
```xml <?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.03"> <data> <int key="IBDocument.SystemTarget">1050</int> <string key="IBDocument.SystemVersion">9J61</string> <string key="IBDocument.InterfaceBuilderVersion">677</string> <string key="IBDocument.App...
/content/code_sandbox/CocoaHTTPServer-master/Samples/SecureHTTPServer/English.lproj/MainMenu.xib
xml
2016-10-17T08:37:55
2024-08-15T15:12:09
macSVG
dsward2/macSVG
1,152
36,688
```xml import { createTemporaryProjectFile } from './dotExpo'; const debug = require('debug')('expo:start:project:devices') as typeof console.log; export type DeviceInfo = { installationId: string; lastUsed: number; }; export type DevicesInfo = { devices: DeviceInfo[]; }; const DEVICES_FILE_NAME = 'devices.js...
/content/code_sandbox/packages/@expo/cli/src/start/project/devices.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
653
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:tint="?attr/colorControlNormal" android:viewportWidth="960" android:viewportHeight="960"> <path android:fillColor="@android:color/white" android:pathData="M394,900L338,844L382,800L200,80...
/content/code_sandbox/app/src/main/res/drawable/ic_outline_camera_front_24.xml
xml
2016-08-15T19:10:31
2024-08-16T19:34:19
Aegis
beemdevelopment/Aegis
8,651
630
```xml import { Chart } from '@antv/g2'; import { schemeTableau10 } from 'd3-scale-chromatic'; const chart = new Chart({ container: 'container', height: 900, width: 1100, }); chart .treemap() .data({ type: 'fetch', value: 'path_to_url }) .layout({ path: (d) => d.name.replace(/\./g, '/'), ...
/content/code_sandbox/site/examples/graph/hierarchy/demo/treemap.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
221
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OpenBackupsFolder</class> <widget class="QWidget" name="OpenBackupsFolder"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>587</width> <height>90</height> </rect> </property> <property name="sizePolicy"> ...
/content/code_sandbox/src/MEGASync/syncs/gui/Backups/macx/OpenBackupsFolder.ui
xml
2016-02-10T18:28:05
2024-08-16T19:36:44
MEGAsync
meganz/MEGAsync
1,593
743
```xml import { ShapeComponent as SC } from '../../runtime'; import { Color } from './color'; export type LineOptions = Record<string, any>; /** * | */ export const Line: SC<LineOptions> = (options, context) => { return Color( { colorAttribute: 'stroke', symbol: 'line', ...options }, context, ); }; Lin...
/content/code_sandbox/src/shape/point/line.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
94
```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:layout_width="match_parent" android:layout_height="wrap_content" ...
/content/code_sandbox/libraries_res/chrome_res/src/main/res/layout/new_tab_page_all_dismissed.xml
xml
2016-07-04T07:28:36
2024-08-15T05:20:42
AndroidChromium
JackyAndroid/AndroidChromium
3,090
551
```xml import { ISPFxAdaptiveCard, BaseAdaptiveCardView } from "@microsoft/sp-adaptive-card-extension-base"; import { IMyOneDriveInfoAdaptiveCardExtensionProps, IMyOneDriveInfoAdaptiveCardExtensionState } from "../MyOneDriveInfoAdaptiveCardExtension"; import { HelperService } from "../services/HelperService"; export ...
/content/code_sandbox/samples/react-my-onedrive-info/src/adaptiveCardExtensions/myOneDriveInfo/quickView/QuickView.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
418
```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.microsoft.sqlserver</groupId> <artifactId>mssql-jdbc</artifactId> <version>12.8.0</version> <packaging>jar</packaging> ...
/content/code_sandbox/pom.xml
xml
2016-08-22T21:58:47
2024-08-14T04:52:30
mssql-jdbc
microsoft/mssql-jdbc
1,046
6,066
```xml export * from './generation' export * from './legends' export * from './stratification' ```
/content/code_sandbox/packages/boxplot/src/compute/index.ts
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
22
```xml import * as React from "react"; export const id = "skip-nav"; export default function SkipNavContent() { return <div id={id} />; } ```
/content/code_sandbox/app/components/SkipNavContent.tsx
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
35
```xml <shapes name="mxgraph.weblogos"> <shape aspect="variable" h="458.18" name="Adfty" strokewidth="inherit" w="455.82"> <connections/> <foreground> <fillcolor color="#ffffff"/> <path> <move x="37.74" y="325.23"/> <curve x1="13.36" x2="0" x3="17.99" y1="311.16" y2="264....
/content/code_sandbox/src/main/webapp/stencils/weblogos.xml
xml
2016-09-06T12:59:15
2024-08-16T13:28:41
drawio
jgraph/drawio
40,265
300,616
```xml import { Chart } from '@antv/g2'; const data = [ { name: 'London', : 'Jan.', : 18.9 }, { name: 'London', : 'Feb.', : 28.8 }, { name: 'London', : 'Mar.', : 39.3 }, { name: 'London', : 'Apr.', : 81.4 }, { name: 'London', : 'May', : 47 }, { name: 'London', : 'Jun.', : 20.3 }, { name: 'London', : 'Jul...
/content/code_sandbox/site/examples/interaction/data/demo/column-normalizeY-element-point-move.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
426
```xml // See LICENSE.txt for license information. import DatabaseManager from '@database/manager'; import { updateLocalFile, updateLocalFilePath, } from './file'; import type ServerDataOperator from '@database/operator/server_data_operator'; import type FileModel from '@typings/database/models/servers/file'...
/content/code_sandbox/app/actions/local/file.test.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
383
```xml // Generates a string from "color-1" to "color-32" based on an input string export default (str: string) => { let hash = 0; for (let i = 0; i < str.length; i++) { hash += str.charCodeAt(i); } /* Modulo 32 lets us be case insensitive for ascii due to A being ascii 65 (100 0001) while a being ascii ...
/content/code_sandbox/client/js/helpers/colorClass.ts
xml
2016-02-09T03:16:03
2024-08-16T10:52:38
thelounge
thelounge/thelounge
5,518
126
```xml <?xml version="1.0" encoding="utf-8"?> <!-- /**************************************************************************** ** ** Contact: path_to_url ** ** This file is part of the Qt VS Tools. ** ** $QT_BEGIN_LICENSE:GPL-EXCEPT$ ** accordance with the commercial license agreement provided with the ** Software or...
/content/code_sandbox/GlosSIConfig/QtMsBuild/deploy/qtdeploy.targets
xml
2016-11-18T00:46:26
2024-08-12T19:26:08
GlosSI
Alia5/GlosSI
1,642
3,077
```xml import Message from '../components/Message'; import socket from '../socket'; import { SEAL_TEXT, SEAL_USER_TIMEOUT } from '../../../utils/const'; /** */ let isSeal = false; export default function fetch<T = any>( event: string, data = {}, { toast = true } = {}, ): Promise<[string | null, T | null...
/content/code_sandbox/packages/web/src/utils/fetch.ts
xml
2016-02-15T14:47:58
2024-08-14T13:07:55
fiora
yinxin630/fiora
6,485
229
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> ...
/content/code_sandbox/54_KthNodeInBST/54_KthNodeInBST.vcxproj
xml
2016-11-21T05:04:57
2024-08-14T04:03:23
CodingInterviewChinese2
zhedahht/CodingInterviewChinese2
5,289
1,782
```xml import {getJsonSchema} from "../../utils/getJsonSchema.js"; import {DefaultMsg} from "./defaultMsg.js"; describe("@DefaultMsg", () => { it("should declare default message", () => { // WHEN @DefaultMsg("foo should be a string") class Model { property: number; } // THEN const sche...
/content/code_sandbox/packages/specs/schema/src/decorators/common/defaultMsg.spec.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
122
```xml import * as React from 'react'; import styles from './Vimeo.module.scss'; import { escape } from '@microsoft/sp-lodash-subset'; import VimeoPlayer from './VimeoPlayer'; import VimeoConstants from './VimeoConstants'; import { PrimaryButton } from 'office-ui-fabric-react/lib/components/Button'; export interface ...
/content/code_sandbox/samples/react-azfunc-vimeo/VimeoWebPart/src/webparts/vimeo/components/VimeoPreviewPlayer.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
270
```xml /** * @license * * 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 * to use, copy, modify, merge, publish, distribute, ...
/content/code_sandbox/packages/mdc-snackbar/test/util.test.ts
xml
2016-12-05T16:04:09
2024-08-16T15:42:22
material-components-web
material-components/material-components-web
17,119
1,175
```xml <vector xmlns:android="path_to_url" xmlns:aapt="path_to_url" android:width="48dp" android:height="48dp" android:viewportWidth="48" android:viewportHeight="48"> <path android:pathData="M37,6H11C9.343,6 8,7.343 8,9V39C8,40.657 9.343,42 11,42H37C38.657,42 40,40.657 40,39V9C40,7.343 38.65...
/content/code_sandbox/icon-pack/src/main/res/drawable/ic_web_lang_medium_solid.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
517
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <resData> <host:infData xmlns:host="urn:ietf:params:xml:ns:host-1.0"> <host:name>%HOSTNAME%</host:name> <host:roid>NS1_EXAMPLE1-REP</ho...
/content/code_sandbox/core/src/test/resources/google/registry/flows/host_info_response_fakesite_post_transfer_and_update_no_addresses.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
292
```xml import { DecryptedItemInterface, EmojiString, IconType, KeySystemIdentifier, KeySystemRootKeyStorageMode, SharedVaultListingInterface, VaultListingInterface, } from '@standardnotes/models' import { AbstractService } from '../Service/AbstractService' import { VaultServiceEvent, VaultServiceEventPayl...
/content/code_sandbox/packages/services/src/Domain/Vault/VaultServiceInterface.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
480
```xml import { Redis } from "ioredis"; import Joi from "joi"; import { isNull } from "lodash"; import { DateTime } from "luxon"; import { v4 as uuid } from "uuid"; import { constructDownloadLinkURL, constructTenantURL, } from "coral-server/app/url"; import { Config } from "coral-server/config"; import { MongoCont...
/content/code_sandbox/server/src/core/server/services/users/download/token.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
991
```xml import { MigrationInterface, QueryRunner } from "../../../../src" export class WithoutView1623518107000 implements MigrationInterface { name = "WithoutView1623518107000" public async up(queryRunner: QueryRunner): Promise<void> { await queryRunner.query( "CREATE TABLE `foo` (`id` int...
/content/code_sandbox/test/github-issues/4956/migrations/WithoutView.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
141
```xml import { useCallback, useRef } from 'react'; import { FILE_CHUNK_SIZE } from '@proton/shared/lib/drive/constants'; import type { TransferProgresses } from '../../../components/TransferManager/transfer'; import { TransferState } from '../../../components/TransferManager/transfer'; import { isTransferActive, isT...
/content/code_sandbox/packages/drive-store/store/_uploads/UploadProvider/useUploadControl.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,388
```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. */ // TypeScript Version: 4.1 /** * Tests if a value is an array containing a circular reference. * * @param value -...
/content/code_sandbox/lib/node_modules/@stdlib/assert/is-circular-array/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
262
```xml /** * @license * * 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 * to use, copy, modify, merge, publish, distribute, ...
/content/code_sandbox/packages/mdc-textfield/icon/component.ts
xml
2016-12-05T16:04:09
2024-08-16T15:42:22
material-components-web
material-components/material-components-web
17,119
647
```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 seq2slice = require( './index' ); // TESTS // // The function returns a Slice object or an error object....
/content/code_sandbox/lib/node_modules/@stdlib/slice/base/seq2slice/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
741
```xml import { BSON, BSONRegExp, BSONSymbol, BSONType, Binary, Code, DBRef, Decimal128, DeserializeOptions, Document, Double, Int32, Long, MaxKey, MinKey, ObjectId, ObjectIdLike, SerializeOptions, Timestamp, deserialize, serialize, } f...
/content/code_sandbox/src/driver/mongodb/typings.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
53,784
```xml import React from 'react'; type IconProps = React.SVGProps<SVGSVGElement>; export declare const IcChevronsLeft: (props: IconProps) => React.JSX.Element; export {}; ```
/content/code_sandbox/packages/icons/lib/icChevronsLeft.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
45