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 { ComponentType, PropsWithChildren, ReactNode } from 'react'; import clsx from 'clsx'; import { Icon } from '@@/Icon'; interface Props { icon?: ReactNode | ComponentType<unknown>; label: string; description?: ReactNode; className?: string; id?: string; } export function TableTitle({ icon, ...
/content/code_sandbox/app/react/components/datatables/TableTitle.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
234
```xml import type { PathnameNormalizer } from './pathname-normalizer' import { denormalizePagePath } from '../../../shared/lib/page-path/denormalize-page-path' import { PrefixPathnameNormalizer } from './prefix' import { SuffixPathnameNormalizer } from './suffix' export class NextDataPathnameNormalizer implements Pa...
/content/code_sandbox/packages/next/src/server/normalizers/request/next-data.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
261
```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, Injector } from '@angular/core'; import { Datasource, legendPositions, legendPositionTranslationM...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/widget/lib/settings/chart/bar-chart-with-labels-widget-settings.component.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,900
```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. --> <PreferenceScreen xmlns:android="path_to_url" xmlns:app="path_to_url"> <org.chromium.chrome.browser.preferences.HyperlinkPreference android:k...
/content/code_sandbox/libraries_res/chrome_res/src/main/res/xml/legal_information_preferences.xml
xml
2016-07-04T07:28:36
2024-08-15T05:20:42
AndroidChromium
JackyAndroid/AndroidChromium
3,090
195
```xml import * as React from 'react'; import { DrawerBody, DrawerHeader, DrawerHeaderTitle, OverlayDrawer, Button, Field, tokens, makeStyles, Input, } from '@fluentui/react-components'; import { Dismiss24Regular } from '@fluentui/react-icons'; const useStyles = makeStyles({ main: { display: 'g...
/content/code_sandbox/packages/react-components/react-drawer/stories/src/Drawer/DrawerCustomSize.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
458
```xml import useCalendarDate from '../useCalendarDate'; import format from 'date-fns/format'; import { act } from '@testing-library/react'; import { renderHook } from '@test/utils'; describe('useCalendarDate', () => { it('Should return controlled date', () => { const { result } = renderHook(() => useCalen...
/content/code_sandbox/src/Calendar/test/useCalendarDateSpec.tsx
xml
2016-06-06T02:27:46
2024-08-16T16:41:54
rsuite
rsuite/rsuite
8,263
591
```xml <vector xmlns:android="path_to_url" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#555" android:pathData="M12,20A8,8 0 0,0 20,12A8,8 0 0,0 12,4A8,8 0 0,0 4,12A8,8 0 0,0 12,20M12,2A10,10 0 0,1 22,12A10,10 0 0,1 12,22...
/content/code_sandbox/app/src/main/res/drawable/ic_clock.xml
xml
2016-08-13T08:08:39
2024-08-06T13:58:48
open-event-organizer-android
fossasia/open-event-organizer-android
1,783
218
```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 /// <reference types="@stdlib/types"/> import { Array3D } from '@stdlib/types/array';...
/content/code_sandbox/lib/node_modules/@stdlib/array/base/at3d/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
286
```xml import "reflect-metadata" import { DataSource } from "../../../src/data-source/DataSource" import { closeTestingConnections, createTestingConnections, reloadTestingDatabases, } from "../../utils/test-utils" import { Bar } from "./entity/Bar" import { Foo } from "./entity/Foo" // TODO: this test was ...
/content/code_sandbox/test/github-issues/7002/issue-7002.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
297
```xml import { Path } from 'slate' export const input = { path: [0, 1, 2], another: [0], } export const test = ({ path, another }) => { return Path.endsBefore(path, another) } export const output = false ```
/content/code_sandbox/packages/slate/test/interfaces/Path/endsBefore/above.tsx
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
61
```xml import {Controller} from "@tsed/di"; import {EndpointMetadata, Get, Groups, Property, Returns} from "@tsed/schema"; import {serialize} from "../../src/utils/serialize.js"; class MyModel { @Property() id: string; @Property() description: string; @Groups("summary") prop1: string; // not display by d...
/content/code_sandbox/packages/specs/json-mapper/test/integration/allowed-groups.integration.spec.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
937
```xml import * as compose from 'lodash.flowright'; import PluginDetails from '../components/detail/PluginDetails'; import React from 'react'; import Spinner from 'modules/common/components/Spinner'; import { gql } from '@apollo/client'; import { graphql } from '@apollo/client/react/hoc'; import { mutations } from '@e...
/content/code_sandbox/packages/core-ui/src/modules/settings/marketplace/containers/PluginDetails.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
474
```xml /* eslint-disable no-bitwise */ import { codeBlock, stripIndent } from "common-tags"; import fs from "fs"; import path from "path"; import ts from "typescript"; interface DocEntry { name: string; docs?: string; type: "ViewerNetworkEvent" | "ViewerEvent"; text?: string; } /** * We use this regexp to f...
/content/code_sandbox/client/scripts/generateEventDocs.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
1,828
```xml import AbstractChromeStorageService from "./abstractions/abstract-chrome-storage-api.service"; export default class BrowserMemoryStorageService extends AbstractChromeStorageService { constructor() { super(chrome.storage.session); } } ```
/content/code_sandbox/apps/browser/src/platform/services/browser-memory-storage.service.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
45
```xml import { BoldIcon, CodeIcon, Heading1Icon, Heading2Icon, BlockQuoteIcon, LinkIcon, StrikethroughIcon, OrderedListIcon, BulletedListIcon, TodoListIcon, InputIcon, HighlightIcon, CommentIcon, ItalicIcon, OutdentIcon, IndentIcon, CopyIcon, Heading3Icon, } from "outline-icons"; im...
/content/code_sandbox/app/editor/menus/formatting.tsx
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
1,602
```xml import useActivityKeyerContext from './private/useContext'; export default function useActivityKeys(): readonly [readonly string[]] { return useActivityKeyerContext().activityKeysState; } ```
/content/code_sandbox/packages/api/src/providers/ActivityKeyer/useActivityKeys.ts
xml
2016-07-07T23:16:57
2024-08-16T00:12:37
BotFramework-WebChat
microsoft/BotFramework-WebChat
1,567
40
```xml import { gql } from "@apollo/client"; import * as compose from "lodash.flowright"; import Bulk from "@erxes/ui/src/components/Bulk"; import { Alert, withProps } from "@erxes/ui/src/utils"; import { generatePaginationParams } from "@erxes/ui/src/utils/router"; import React from "react"; import { graphql } from "@...
/content/code_sandbox/packages/plugin-processes-ui/src/flow/containers/flow/FlowList.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
956
```xml import { waitForLocalState } from "coral-framework/lib/relay"; import { waitTillAuthPopupIsClosedLocal } from "coral-stream/__generated__/waitTillAuthPopupIsClosedLocal.graphql"; import { Environment, graphql } from "react-relay"; async function waitTillAuthPopupIsClosed(environment: Environment) { // Wait fo...
/content/code_sandbox/client/src/core/client/stream/common/AuthPopup/waitTillAuthPopupIsClosed.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
153
```xml import { Locator, type Page } from '@playwright/test'; import EditorPage from '../pages/editor-page'; import { Device } from '../types/types'; import EditorSelectors from '../selectors/editor-selectors'; export default class { readonly page: Page; constructor( page: Page ) { this.page = page; // TODO: thr...
/content/code_sandbox/tests/playwright/assets/breakpoints.ts
xml
2016-05-30T13:05:46
2024-08-16T13:13:10
elementor
elementor/elementor
6,507
846
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:pathData="M6,6.663C6,4.29 8.626,2.856 10.622,4.14L18.924,9.476C20.761,10.657 20.761,13.343 18.924,14.524L10.622,19.86C8.626,21.144 6,19.71 6...
/content/code_sandbox/icon-pack/src/main/res/drawable/ic_play_medium_regular_outline.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
260
```xml import { NO_ERRORS_SCHEMA, ChangeDetectionStrategy } from '@angular/core'; import * as compiler from '@angular/compiler'; import { Config, DirectiveDeclaration } from '../config'; import { SemVerDSL } from '../../util/ngVersion'; let refId = 0; const dummyMetadataFactory = (declaration: DirectiveDeclaration) ...
/content/code_sandbox/src/angular/templates/templateParser.ts
xml
2016-02-10T17:22:40
2024-08-14T16:41:28
codelyzer
mgechev/codelyzer
2,446
1,570
```xml import { promises as fs, readdir, realpath } from 'fs'; import { homedir, hostname, tmpdir, userInfo } from 'os'; import path, { resolve as resolvePath } from 'path'; import { env as process_env } from 'process'; import type { CancellationToken, Event, TextDocument, WorkspaceFolder } from 'vscode'; import { Disp...
/content/code_sandbox/src/env/node/git/localGitProvider.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
47,577
```xml import type { FetchGetUrlFunc, FetchRequest, FetchCancelSignal, GetUrlResponse } from "./fetch.js"; declare global { class Headers { constructor(values: Array<[string, string]>); forEach(func: (v: string, k: string) => void): void; } class Response { status: number; st...
/content/code_sandbox/lib.commonjs/utils/geturl-browser.d.ts
xml
2016-07-16T04:35:37
2024-08-16T13:37:46
ethers.js
ethers-io/ethers.js
7,843
182
```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 /// <reference types="@stdlib/types"/> import { Collection, ArrayLike } from '@stdlib...
/content/code_sandbox/lib/node_modules/@stdlib/ndarray/ctor/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,657
```xml export * from './compute' export * from './linearScale' export * from './logScale' export * from './symlogScale' export * from './pointScale' export * from './timeScale' export * from './timeHelpers' export * from './bandScale' export * from './ticks' export * from './types' ```
/content/code_sandbox/packages/scales/src/index.ts
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
69
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|x64"> <Configuration>debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfigura...
/content/code_sandbox/APEX_1.4/snippets/compiler/vc12win64-PhysX_3.4/SnippetResourcesLoading.vcxproj
xml
2016-10-12T16:34:31
2024-08-16T09:40:38
PhysX-3.4
NVIDIAGameWorks/PhysX-3.4
2,343
4,404
```xml import{ IOffer } from '../../../model/IOffer'; export interface IOfferCreationFormProps { offerCreated: boolean; createOffer: (offer: IOffer) => void; } ```
/content/code_sandbox/samples/react-office-offer-creation/src/webparts/offerCreationSpFx/components/IOfferCreationFormProps.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
41
```xml /// <reference path="../../../__typings__/index.d.ts"/> import path from 'path' import { assertProject } from '../src' test('assertProject()', async () => { const project = assertProject(path.join(__dirname, '../../..')) project.has('rimraf') project.hasNot('sfdsff3g34') // cspell:disable-line expect(t...
/content/code_sandbox/__utils__/assert-project/test/index.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
227
```xml import clsx from 'clsx'; type Props = Readonly<{ className?: string; }>; export default function HorizontalDivider({ className }: Props) { return ( <hr aria-hidden={true} className={clsx('my-2 h-0 border-t border-slate-200', className)} /> ); } ```
/content/code_sandbox/apps/portal/src/ui/HorizontalDivider/HorizontalDivider.tsx
xml
2016-07-05T05:00:48
2024-08-16T19:01:19
tech-interview-handbook
yangshun/tech-interview-handbook
115,302
72
```xml import React from 'react'; import { FlatList, SafeAreaView, StyleSheet } from 'react-native'; import { Image } from '@rneui/themed'; import { Header } from '../components/header'; const BASE_URI = 'path_to_url const ImageAPI = () => { return ( <> <Header title="Image" view="image" /> <SafeAr...
/content/code_sandbox/example/src/views/image.tsx
xml
2016-09-08T14:21:41
2024-08-16T10:11:29
react-native-elements
react-native-elements/react-native-elements
24,875
224
```xml import { IPlaygroundProject } from "../../../shared"; export function findLastIndex<T>( array: T[], predicate: (value: T) => boolean ): number { for (let i = array.length - 1; i >= 0; i--) { if (predicate(array[i])) { return i; } } return -1; } export function projectEquals( project1: IPlaygroundPr...
/content/code_sandbox/website/src/website/pages/playground/utils.ts
xml
2016-06-07T16:56:31
2024-08-16T17:17:05
monaco-editor
microsoft/monaco-editor
39,508
189
```xml import { IContext } from "../../../connectionResolver"; import { sendCoreMessage, sendProductsMessage } from "../../../messageBroker"; import { IDayPlanDocument } from "../../../models/definitions/dayPlans"; export default { async __resolveReference({ _id }, { models }: IContext) { return models.DayPlans....
/content/code_sandbox/packages/plugin-salesplans-api/src/graphql/resolvers/customResolvers/dayPlan.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
285
```xml <?xml version="1.0" encoding="utf-8"?> <com.balysv.materialripple.MaterialRippleLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_he...
/content/code_sandbox/app/src/main/res/layout/layout_item_history.xml
xml
2016-02-22T10:00:46
2024-08-16T15:37:50
Images-to-PDF
Swati4star/Images-to-PDF
1,174
471
```xml import { commitLocalUpdate, Environment } from "relay-runtime"; import { createMutation, LOCAL_ID } from "coral-framework/lib/relay"; export interface SetDuplicateEmailInput { duplicateEmail: string | null; } /** * SetDuplicateEmailMutation is used to set the duplicateEmail in localState. * It is used in ...
/content/code_sandbox/client/src/core/client/auth/mutations/SetDuplicateEmailMutation.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
154
```xml /* eslint-disable no-console */ import { readFile } from 'node:fs/promises'; import { createServer } from 'node:http'; import { createServer as createSecureServer } from 'node:https'; import selfsigned from 'selfsigned'; import handleServe from 'serve-handler'; const { // eslint-disable-next-line no-magic-num...
/content/code_sandbox/packages/test/web-server/src/index.ts
xml
2016-07-07T23:16:57
2024-08-16T00:12:37
BotFramework-WebChat
microsoft/BotFramework-WebChat
1,567
243
```xml import { IFormatter } from './BaseFormatter'; import { Observable, of } from 'rxjs'; import { TextEdit } from 'vscode-languageserver'; export default class NullFormatter implements IFormatter { format(): Observable<TextEdit[]> { return of([]); } } ```
/content/code_sandbox/packages/language-server-ruby/src/formatters/NullFormatter.ts
xml
2016-02-24T04:14:24
2024-08-12T08:08:29
vscode-ruby
rubyide/vscode-ruby
1,260
57
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="path_to_url"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGro...
/content/code_sandbox/VS/CSHARP/asm-irony/asm-irony.csproj
xml
2016-02-19T15:43:23
2024-08-16T10:20:31
asm-dude
HJLebbink/asm-dude
4,118
1,008
```xml import { Company, Contact, ContactNote, Deal, DealNote, Sale, Tag, Task, } from '../../../types'; export interface Db { companies: Required<Company>[]; contacts: Required<Contact>[]; contactNotes: ContactNote[]; deals: Deal[]; dealNotes: DealNote[]; sales:...
/content/code_sandbox/examples/crm/src/providers/fakerest/dataGenerator/types.ts
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
88
```xml <!-- Description: entry rights - text --> <feed xmlns="path_to_url"> <entry> <rights type="text">Entry Rights</rights> </entry> </feed> ```
/content/code_sandbox/testdata/parser/atom/atom10_feed_entry_rights_text.xml
xml
2016-01-23T02:44:34
2024-08-16T15:16:03
gofeed
mmcdole/gofeed
2,547
41
```xml import { Point } from 'slate' export const input = { point: { path: [0, 1], offset: 7, }, another: { path: [0, 1], offset: 7, }, } export const test = ({ point, another }) => { return Point.compare(point, another) } export const output = 0 ```
/content/code_sandbox/packages/slate/test/interfaces/Point/compare/path-equal-offset-equal.tsx
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
85
```xml import React from 'react'; import { ViewProps } from '../primitives/View'; export declare const Table: React.ComponentType<ViewProps>; export declare const THead: React.ComponentType<ViewProps>; export declare const TBody: React.ComponentType<ViewProps>; export declare const TFoot: React.ComponentType<ViewProps>...
/content/code_sandbox/packages/html-elements/build/elements/Table.web.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
118
```xml import React, { FC, useEffect, ReactNode } from 'react'; import { IconButton, useTheme } from '@grafana/ui'; import { getStyles } from './Modal.styles'; interface ModalWindow { onClose: () => void; closeOnClickaway?: boolean; closeOnEscape?: boolean; isVisible: boolean; title: ReactNode | string; } ...
/content/code_sandbox/pmm-app/src/shared/components/Elements/Modal/Modal.tsx
xml
2016-01-22T07:14:23
2024-08-13T13:01:59
grafana-dashboards
percona/grafana-dashboards
2,661
360
```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. --> <selector xmlns:android="path_to_url"> <item android:color="?attr/colorSurface" android:sta...
/content/code_sandbox/lib/java/com/google/android/material/timepicker/res/color/m3_timepicker_clock_text_color.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
96
```xml <persistence xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url" version="2.1"> <persistence-unit name="default" transaction-type="RESOURCE_LOCAL"> <provider>org.hibernate.jpa.HibernatePersistenceProvider</provi...
/content/code_sandbox/dev/sbt-plugin/src/sbt-test/sbt-plugin/akka-persistence-typed-migration-java/shopping-cart-lagom-persistence/src/main/resources/META-INF/persistence.xml
xml
2016-02-23T01:51:06
2024-07-17T04:00:50
lagom
lagom/lagom
2,630
126
```xml <vector xmlns:android="path_to_url" xmlns:aapt="path_to_url" android:width="108dp" android:height="108dp" android:viewportWidth="108" android:viewportHeight="108"> <path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z"> ...
/content/code_sandbox/sample/src/main/res/drawable-v24/ic_launcher_foreground.xml
xml
2016-08-11T12:08:46
2024-08-15T07:21:16
LoadingButtonAndroid
leandroBorgesFerreira/LoadingButtonAndroid
1,942
773
```xml <clickhouse> <path replace="replace">/var/lib/clickhouse</path> <tmp_path replace="replace">/var/lib/clickhouse/tmp/</tmp_path> <user_files_path replace="replace">/var/lib/clickhouse/user_files/</user_files_path> <format_schema_path replace="replace">/var/lib/clickhouse/format_schemas/</format_sc...
/content/code_sandbox/tests/integration/test_config_yaml_main/configs/config.d/path.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
140
```xml import { FeatureCode } from './interface'; import useFeatures, { FeatureContextValue } from './useFeatures'; const useFeature = <FeatureValue = any>(code: FeatureCode, prefetch = true) => { // Forcing type, not sure how to type a generic array const { featuresFlags } = useFeatures([code], prefetch); ...
/content/code_sandbox/packages/features/useFeature.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
95
```xml // Example of how you would create a table and add data to it import * as fs from "fs"; import { Document, HeadingLevel, Packer, Paragraph, Table, TableCell, TableRow, VerticalAlign, TextDirection } from "docx"; const doc = new Document({ sections: [ { children: [ new Ta...
/content/code_sandbox/demo/31-tables.ts
xml
2016-03-26T23:43:56
2024-08-16T13:02:47
docx
dolanmiu/docx
4,139
472
```xml import validate from '../src/numeric'; test('validates that the string only contains numeric characters', () => { // valid. expect(validate('1234567890')).toBe(true); expect(validate(123)).toBe(true); expect(validate('')).toBe(true); expect(validate('')).toBe(true); expect(validate(undefined)).toBe(...
/content/code_sandbox/packages/rules/tests/numeric.spec.ts
xml
2016-07-30T01:10:44
2024-08-16T10:19:58
vee-validate
logaretm/vee-validate
10,699
176
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|Win32"> <Configuration>debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> ...
/content/code_sandbox/deps/boost_1_66_0/libs/qvm/bld/test/all tests.vcxproj
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
2,049
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ Nextcloud - Android Client ~ --> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="@dimen/standard_list_item_size" android:orientation="horizontal"> <ImageView android:id="@+id/thumbnail"...
/content/code_sandbox/app/src/main/res/layout/uploader_list_item_layout.xml
xml
2016-06-06T21:23:36
2024-08-16T18:22:36
android
nextcloud/android
4,122
632
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="200dp" android:orientation="vertical" android:tag="header"> <ImageView android:layout_width="match_parent" android:layout_height="...
/content/code_sandbox/app/src/main/res/layout/include_header.xml
xml
2016-08-08T08:52:10
2024-08-12T19:24:13
AndroidAnimationExercise
REBOOTERS/AndroidAnimationExercise
1,868
482
```xml export * from './BulkActionsToolbar'; export * from './Count'; export * from './datagrid'; export * from './Empty'; export * from './InfiniteList'; export * from './filter'; export * from './FilterContext'; export * from './List'; export * from './ListActions'; export * from './listFieldTypes'; export * from './...
/content/code_sandbox/packages/ra-ui-materialui/src/list/index.ts
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
125
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:flowable="path_to_url" xmlns:cmmndi="path_to_url" xmlns:dc="path_to_url" xmlns:di="path_to_url" targetNamespace="path_to_url"> <case id="methodExpressionCase" name="Method Expression Case"> ...
/content/code_sandbox/modules/flowable-cmmn-engine/src/test/resources/org/flowable/cmmn/test/el/CmmnExpressionManagerTest.testMethodExpressions.cmmn.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
973
```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. --> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" ...
/content/code_sandbox/app/src/main/res/layout/activity_community_book_help.xml
xml
2016-08-03T05:17:27
2024-08-16T14:23:57
BookReader
smuyyh/BookReader
6,557
207
```xml /*your_sha256_hash----------------------------- *your_sha256_hash----------------------------*/ import type { languages } from '../../fillers/monaco-editor-core'; export const conf: languages.LanguageConfiguration = { comments: { lineComment: '//', blockComment: ['(*', '*)'] }, brackets: [ ['{', '}']...
/content/code_sandbox/src/basic-languages/cameligo/cameligo.ts
xml
2016-06-07T16:56:31
2024-08-16T17:17:05
monaco-editor
microsoft/monaco-editor
39,508
1,257
```xml <vector xmlns:android="path_to_url" android:height="34.0dp" android:tint="?attr/colorControlNormal" android:viewportHeight="15" android:viewportWidth="15" android:width="34.0dp"> <path android:fillColor="@android:color/white" android:pathData="M7 4.17L7 1L9 0L11 1L13 0L13 3L11 4L9 3L8 3.5L8 4.17L13.5 6L13.5 ...
/content/code_sandbox/app/src/main/res/drawable/ic_preset_temaki_town_hall.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
304
```xml <menu xmlns:android="path_to_url" xmlns:app="path_to_url"> <item android:id="@+id/action_select_root" android:icon="@drawable/ic_action_save" app:showAsAction="ifRoom" android:title="@string/action_select_root_dir"/> <!-- TODO: allow creating new folders --> <!-- ite...
/content/code_sandbox/app/src/main/res/menu/select_root.xml
xml
2016-10-14T02:54:01
2024-08-16T16:01:33
MGit
maks/MGit
1,193
121
```xml export interface Terminal { terminalId: string; isEnabledByDefault?: boolean; getTerminalName(): string; getAssetFileName(): string; launchWithCommand(command: string): Promise<void>; } ```
/content/code_sandbox/src/main/Core/Terminal/Contract/Terminal.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
44
```xml import { PartialDeep } from 'type-fest'; import { cleanupNonNestedPath, isNotNestedPath, type TypedSchema, type TypedSchemaError } from 'vee-validate'; import { InferOutput, InferInput, InferIssue, BaseSchema, BaseSchemaAsync, safeParseAsync, safeParse, BaseIssue, getDefault, optional, Arra...
/content/code_sandbox/packages/valibot/src/index.ts
xml
2016-07-30T01:10:44
2024-08-16T10:19:58
vee-validate
logaretm/vee-validate
10,699
1,170
```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 /** * Interface defining function options. */ interface Options { /** * Boolean indi...
/content/code_sandbox/lib/node_modules/@stdlib/regexp/decimal-number/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
697
```xml export * from './interface'; export * from './system-info.service'; export * from './replication.service'; export * from './RequestQueryParams'; export * from './scanning.service'; export * from './job-log.service'; export * from './project.service'; export * from './label.service'; export * from './permission.s...
/content/code_sandbox/src/portal/src/app/shared/services/index.ts
xml
2016-01-28T21:10:28
2024-08-16T15:28:34
harbor
goharbor/harbor
23,335
75
```xml import * as React from 'react'; import { Form, FormDatepicker, FormButton } from '@fluentui/react-northstar'; const FormExampleDatepicker = () => { const [errorMessage, setErrorMessage] = React.useState(null); const errorMessageHandler = (e, v) => { setErrorMessage(v.error); }; const successMessageH...
/content/code_sandbox/packages/fluentui/docs/src/examples/components/Form/Usage/FormExampleDatepicker.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
176
```xml /** @public */ export declare class MyClass { } export { } ```
/content/code_sandbox/build-tests/api-extractor-scenarios/etc/projectFolderUrl/rollup.d.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
14
```xml export type Func = (...args: any[]) => any; export type Ctx = Record<string, any>; ```
/content/code_sandbox/packages/miniapp-runtime/src/interface/utils.ts
xml
2016-11-03T06:59:15
2024-08-16T10:11:29
ice
alibaba/ice
17,815
23
```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> <string name="mtrl_chip_close_icon_content_description">%1$s- </strin...
/content/code_sandbox/lib/java/com/google/android/material/chip/res/values-ka/strings.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
88
```xml import { NotificationEventType } from "@shared/types"; import { Notification, User } from "@server/models"; import { DocumentUserEvent } from "@server/types"; import BaseTask, { TaskPriority } from "./BaseTask"; export default class DocumentAddUserNotificationsTask extends BaseTask<DocumentUserEvent> { public...
/content/code_sandbox/server/queues/tasks/DocumentAddUserNotificationsTask.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
193
```xml <?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="path_to_url" android:height="34dp" android:viewportHeight="34" android:viewportWidth="33" android:width="33dp"> <group android:translateX="6.885517"> <path android:fillColor="#F9C73D" android:pathData="M25.6749453,23.202...
/content/code_sandbox/sample/src/main/res/drawable/ic_saxaphone.xml
xml
2016-07-22T23:32:30
2024-08-07T09:37:58
expandable-recycler-view
thoughtbot/expandable-recycler-view
2,119
3,632
```xml import assert from 'assert'; import { getScriptName } from '../src'; describe('Test `getScriptName()`', () => { it('should return "vercel-*"', () => { const pkg = { scripts: { 'vercel-dev': '', 'vercel-build': '', dev: '', build: '', }, }; assert.equal( ...
/content/code_sandbox/packages/build-utils/test/unit.get-script-name.test.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
478
```xml <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <parent> <artifactId>ghosp-parent</artifactId> <groupId>org.goshop</groupId> <version>2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId...
/content/code_sandbox/goshop-service-users/pom.xml
xml
2016-06-18T10:16:23
2024-08-01T09:11:36
goshop2
pzhgugu/goshop2
1,106
1,429
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="lzP-4L-1y3"> <de...
/content/code_sandbox/Project 11 - ClearTableViewCell/ClearTableViewCell/Base.lproj/Main.storyboard
xml
2016-02-13T14:02:12
2024-08-16T09:41:59
30DaysofSwift
allenwong/30DaysofSwift
11,506
748
```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/features/broadcast/pom.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
252
```xml #!/usr/bin/env node import meow from 'meow'; import React from 'react'; import {render} from 'ink'; import Ui from './ui.js'; const cli = meow(` Usage $ fast $ fast > file Options --upload, -u Measure upload speed in addition to download speed --single-line Reduce spacing and output to a singl...
/content/code_sandbox/source/cli.tsx
xml
2016-05-18T21:24:15
2024-08-12T10:51:39
fast-cli
sindresorhus/fast-cli
2,574
251
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j="path_to_url" debug="false"> <!-- A time/date based rolling appender --> <appender name="FILE" class="org.apache.log4j.RollingFileAppender"> <param name="File" value="logs/system.log" ...
/content/code_sandbox/Hibernate/HibernateLog4JExample/log4j.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
480
```xml // Index file for "beta" utilities copied from the HIG. // Will be combined into main index later. export * from './activePage'; export * from './appInsightsHelper'; export * from './baseDefinition'; export * from './getEditUrl'; export * from './getNormalizedPath'; export * from './getPageFirstPlatform'; export...
/content/code_sandbox/packages/react-docsite-components/src/utilities/index2.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
176
```xml export default function RedirectedPage() { return <h1>Redirected from /about</h1>; } ```
/content/code_sandbox/examples/middleware/app/redirected/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
25
```xml <?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="path_to_url" xmlns:x="path_to_url" x:Class="Xamarin.Forms.Xaml.UnitTests.Gh6361"> <ContentPage.Resources> <StyleSheet> <![CDATA[ button { background-color: red; border-radius...
/content/code_sandbox/Xamarin.Forms.Xaml.UnitTests/Issues/Gh6361.xaml
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
131
```xml import { Column } from "../../../../../../src/decorator/columns/Column" import { Entity } from "../../../../../../src/decorator/entity/Entity" import { PrimaryGeneratedColumn } from "../../../../../../src" @Entity() export class Post { @PrimaryGeneratedColumn() id: number @Column("enum", { enum: ["...
/content/code_sandbox/test/functional/database-schema/column-types/postgres-enum/entity/Post.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
192
```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/build/mbvipwrap/mbvipwrap.vcxproj
xml
2016-09-27T03:41:10
2024-08-16T10:42:57
miniblink49
weolar/miniblink49
7,069
4,060
```xml declare module 'metro-cache-key' { export default function getCacheKey(files: string[]): string; } ```
/content/code_sandbox/packages/@expo/cli/ts-declarations/metro-cache-key/index.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
23
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0" xmlns:xsi="path_to_url"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <resData> <domain:infData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>example.com</domain:name>...
/content/code_sandbox/core/src/test/resources/google/registry/xjc/domain_info_response_addperiod.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
469
```xml import { Observable } from 'rxjs'; import { OrdersChart } from './orders-chart'; import { ProfitChart } from './profit-chart'; export interface OrderProfitChartSummary { title: string; value: number; } export abstract class OrdersProfitChartData { abstract getOrderProfitChartSummary(): Observable<OrderP...
/content/code_sandbox/src/app/@core/data/orders-profit-chart.ts
xml
2016-05-25T10:09:03
2024-08-16T16:34:03
ngx-admin
akveo/ngx-admin
25,169
98
```xml /** * @see path_to_url */ export const input = { $schema: 'path_to_url#', title: 'JSON-stat 2.0 Schema', id: 'path_to_url description: 'This is version 1.03 of the JSON-stat 2.0 Schema (2016-05-04)', definitions: { strarray: { type: 'array', items: { type: 'string', }, ...
/content/code_sandbox/test/e2e/realWorld.jsonStat.ts
xml
2016-03-22T03:56:58
2024-08-12T18:37:05
json-schema-to-typescript
bcherny/json-schema-to-typescript
2,877
2,754
```xml import Link from 'next/link' const twClasses = { footerLink: 'mb-1 text-sm text-default hover:underline', footerText: 'mb-1 text-sm text-default', footerTitle: 'font-semibold text-default mb-2', } export default function Footer() { // const { authData } = useAuth() return ( <footer className="co...
/content/code_sandbox/landing/src/components/sections/footer/Footer.tsx
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
742
```xml // This is technically correct, but // we need to explicitly open/use both the request queue and the request list. // We suggest using the request queue and batch add the requests instead. import { RequestList, RequestQueue, PuppeteerCrawler } from 'crawlee'; // Prepare the sources array with URLs to visit (it...
/content/code_sandbox/docs/guides/request_storage_queue_list.ts
xml
2016-08-26T18:35:03
2024-08-16T16:40:08
crawlee
apify/crawlee
14,153
350
```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 { renderIcon } from '../icon.renderer.js'; import { IconShapeTuple } from '../interfaces/icon.interfaces.js'; const icon = { outline: '<path d="M25,...
/content/code_sandbox/packages/core/src/icon/shapes/file-share-2.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
659
```xml /** * @file Email URL * @module transform.email * @author Surmon <path_to_url */ import qs from 'qs' export interface EmailLinkOptions { email: string subject?: string body?: string } export const emailLink = (email: string | EmailLinkOptions) => { if (typeof email === 'string') { return `mailt...
/content/code_sandbox/src/transforms/email.ts
xml
2016-09-23T02:02:33
2024-08-16T03:13:52
surmon.me
surmon-china/surmon.me
2,092
117
```xml export const concatenateUint8Arrays = (arrays: Uint8Array[]) => { const totalLength = arrays.map((array) => array.length).reduce((prev, next) => prev + next, 0) const concatenatedArray = new Uint8Array(totalLength) let offset = 0 arrays.forEach((array) => { concatenatedArray.set(array, offset) o...
/content/code_sandbox/packages/web/src/javascripts/Utils/ConcatenateUint8Arrays.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
94
```xml 'use strict'; import { Disposable, ExtensionContext, TextEditorRevealType, Uri, ViewColumn, commands, window, workspace } from 'vscode'; import { CodeActionParams, WorkspaceEdit } from 'vscode-languageclient'; import { LanguageClient } from 'vscode-languageclient/node'; import { Commands } from './commands'; im...
/content/code_sandbox/src/sourceAction.ts
xml
2016-08-12T15:02:43
2024-08-15T03:36:05
vscode-java
redhat-developer/vscode-java
2,064
3,396
```xml import { sortPrependValues } from '../src/codegen.js'; describe('sortPrependValues', () => { it('Should sort and use the correct order', () => { const strings: string[] = [`import `, '/* comment */', `// This is a comment`]; const sorted = sortPrependValues(strings); expect(sorted).toEqual(['/* ...
/content/code_sandbox/packages/graphql-codegen-core/tests/prepend.spec.ts
xml
2016-12-05T19:15:11
2024-08-15T14:56:08
graphql-code-generator
dotansimha/graphql-code-generator
10,759
96
```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>CFBundleIdentifier</key> <string>com.jazzy.demoexpandingcollection</string> <key>CFBundleName</key> <string>DemoExpandingCollection</string> <key>...
/content/code_sandbox/docs/docsets/DemoExpandingCollection.docset/Contents/Info.plist
xml
2016-05-25T08:01:40
2024-08-15T06:32:12
expanding-collection
Ramotion/expanding-collection
5,551
191
```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 /* eslint-disable max-lines */ import HOURS_IN_DAY = require( '@stdlib/constants/time...
/content/code_sandbox/lib/node_modules/@stdlib/constants/time/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,126
```xml import React, { ReactNode, useCallback, useMemo } from 'react'; import { ChoiceGroup, IChoiceGroupProps, Stack, Label, IChoiceGroupOption, useTheme, IChoiceGroupOptionStyles, concatStyleSets } from '@fluentui/react'; import { ValidationRule } from 'common'; import { ListItemEntity } from 'common/sharepoint'; imp...
/content/code_sandbox/samples/react-rhythm-of-business-calendar/src/common/components/LiveChoiceGroup.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
666
```xml import type { NodePath, types } from 'next/dist/compiled/babel/core' import type { PluginObj } from 'next/dist/compiled/babel/core' export default function NextPageDisallowReExportAllExports(): PluginObj<any> { return { visitor: { ImportDeclaration(path: NodePath<types.ImportDeclaration>) { ...
/content/code_sandbox/packages/next/src/build/babel/plugins/next-font-unsupported.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
206
```xml <LinearLayout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:id="@+id/fragment" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" app:layout_behavior="@string/appbar_scrolling_view_behavior"> ...
/content/code_sandbox/app/src/main/res/layout/content_main.xml
xml
2016-03-02T12:11:56
2024-08-07T06:56:48
TwinklingRefreshLayout
lcodecorex/TwinklingRefreshLayout
3,995
760
```xml export { NoRepositoriesView } from './no-repositories-view' ```
/content/code_sandbox/app/src/ui/no-repositories/index.ts
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
14
```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. --> <beans xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:motan="p...
/content/code_sandbox/motan-demo/motan-demo-client/src/main/resources/motan_demo_client_commandRegistry.xml
xml
2016-04-20T10:56:17
2024-08-16T01:20:43
motan
weibocom/motan
5,882
279
```xml import { packageName } from '../../util/pkg-name'; import { confirmOption, yesOption } from '../../util/arg-common'; export const gitCommand = { name: 'git', description: 'Manage your Git provider connections.', arguments: [ { name: 'command', required: true, }, ], subcommands: [ ...
/content/code_sandbox/packages/cli/src/commands/git/command.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
295
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingLeft="16dp" android:paddingStart="16dp" android:paddingRight="16dp" android:paddingEnd="16dp" android:orientation="...
/content/code_sandbox/VirtualApp/lib/src/main/res/layout/choose_account_row.xml
xml
2016-07-06T13:25:23
2024-08-16T16:38:22
VirtualApp
asLody/VirtualApp
10,107
213
```xml export { Cell } from './Cell'; ```
/content/code_sandbox/packages/erxes-ui/src/components/richTextEditor/extensions/Table/Cell/index.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
9