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 { Path } from 'slate' export const input = { path: [0, 1, 2], another: [1], } export const test = ({ path, another }) => { return Path.isBefore(path, another) } export const output = true ```
/content/code_sandbox/packages/slate/test/interfaces/Path/isBefore/before.tsx
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
61
```xml import { PipeTransform, Pipe } from '@angular/core'; @Pipe({ name: 'customPipe', }) export class CustomPipePipe implements PipeTransform { transform(value: any, args?: any): any { return `CustomPipe: ${value}`; } } ```
/content/code_sandbox/code/frameworks/angular/template/stories/core/moduleMetadata/angular-src/custom.pipe.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
57
```xml // Bangla (India) export default function(number: number, index: number): [string, string] { return [ ['', ' '], ['%s ', '%s '], ['1 ', '1 '], ['%s ', '%s '], ['1 ', '1 '], ['%s ', '%s '], ['1 ', '1 '], ['%s ', '%s '], ['1 ', '1 '], ['%s ', '%s '], ...
/content/code_sandbox/src/lang/bn_IN.ts
xml
2016-06-23T02:06:23
2024-08-16T02:07:26
timeago.js
hustcc/timeago.js
5,267
175
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="1px" android:background="#fff" android:gravity="center_vertical" android:orientation="horizontal" android...
/content/code_sandbox/app/src/main/res/layout/item_home.xml
xml
2016-12-06T12:45:56
2024-08-15T20:35:53
ZoomHeader
githubwing/ZoomHeader
2,469
397
```xml import * as React from 'react'; import Svg, { SvgProps, Defs, G, Path, Ellipse } from 'react-native-svg'; const SvgComponent = (props: SvgProps) => ( <Svg id="ART" width={259.492} height={336.983} {...props}> <Defs /> <G id="_2_color" data-name="2 color"> <Path d="m68.745 246.964 31.195-...
/content/code_sandbox/samples/react-native/src/components/SvgGraphic.tsx
xml
2016-11-30T14:45:57
2024-08-16T13:21:38
sentry-react-native
getsentry/sentry-react-native
1,558
14,631
```xml import color from 'color'; import { MD3Colors, tokens } from './tokens'; import type { MD3Theme } from '../../../types'; import configureFonts from '../../fonts'; const { palette, opacity } = tokens.md.ref; export const MD3LightTheme: MD3Theme = { dark: false, roundness: 4, version: 3, isV3: true, c...
/content/code_sandbox/src/styles/themes/v3/LightTheme.tsx
xml
2016-10-19T05:56:53
2024-08-16T08:48:04
react-native-paper
callstack/react-native-paper
12,646
640
```xml import { ClassAttributes, ComponentProps, ComponentType } from 'react'; import { Pressable as NativePressable, StyleProp, ViewStyle, PressableStateCallbackType as NativePressableStateCallbackType } from 'react-native'; type NativePressableProps = ComponentProps<typeof NativePressable> & ClassAttributes<typeof Na...
/content/code_sandbox/packages/expo-router/build/views/Pressable.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
271
```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>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>$(PRODUCT_...
/content/code_sandbox/Example tvOS/Info.plist
xml
2016-07-16T20:30:52
2024-08-11T11:30:01
FeedKit
nmdias/FeedKit
1,176
290
```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" xmlns:tools="path_to_url" android:layout_width="ma...
/content/code_sandbox/catalog/java/io/material/catalog/feature/res/layout/cat_demo_fragment.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
279
```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>BuildMachineOSBuild</key> <string>16F73</string> <key>CFBundleExecutable</key> <string>VoodooPS2Keyboard</string> <key>CFBundleGetInfoString</key> <key>CFBundleIdenti...
/content/code_sandbox/Clover-Configs/Lenovo/Y470/CLOVER/kexts/10.12/VoodooPS2Controller.kext/Contents/PlugIns/VoodooPS2Keyboard.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
6,855
```xml import { PreferencesMenuItem } from './PreferencesMenuItem' export interface SelectableMenuItem extends PreferencesMenuItem { selected: boolean } ```
/content/code_sandbox/packages/web/src/javascripts/Components/Preferences/Controller/SelectableMenuItem.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
26
```xml <!-- drawable/weather-lightning.xml --> <vector xmlns:android="path_to_url" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#000" android:pathData="M6,16A5,5 0 0,1 1,11A5,5 0 0,1 6,6C7,3.65 9.3,2 12,2C15.43,2 18.24,4....
/content/code_sandbox/app/src/main/res/drawable/weather_thunder_mini_xml.xml
xml
2016-02-21T04:39:19
2024-08-16T13:35:51
GeometricWeather
WangDaYeeeeee/GeometricWeather
2,420
379
```xml import { performance } from "perf_hooks"; import { Event, EventEmitter } from "vscode"; import { CancellationToken, LanguageClient, LanguageClientOptions, ProtocolRequestType, ProtocolRequestType0, RequestType, RequestType0, ServerOptions } from "vscode-languageclient/node"; import { TraceEvent } from "./extensi...
/content/code_sandbox/src/TracingLanguageClient.ts
xml
2016-08-12T15:02:43
2024-08-15T03:36:05
vscode-java
redhat-developer/vscode-java
2,064
1,203
```xml <Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\..\..\..\configureawait.props" /> <Import Project="..\..\..\..\common.props" /> <PropertyGroup> <TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> <AssemblyName>Volo.Docs.Admin.HttpApi.Client</AssemblyName> <PackageI...
/content/code_sandbox/modules/docs/src/Volo.Docs.Admin.HttpApi.Client/Volo.Docs.Admin.HttpApi.Client.csproj
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
175
```xml import { UIRenderHtmlCardProps } from '../../toolkit/toolkit-types'; const html = `<a href="path_to_url" style="text-align:center;"> A link to MDN! </a>`; const anchorsMinimalConfig: UIRenderHtmlCardProps = { title: 'Minimal Anchor Example', props: { source: { html } }, preferHtml...
/content/code_sandbox/doc-tools/doc-pages/src/pages/cards/anchorsMinimalConfig.tsx
xml
2016-11-29T10:50:53
2024-08-08T06:53:22
react-native-render-html
meliorence/react-native-render-html
3,445
99
```xml import * as React from 'react'; import { List, ListItem } from '@fluentui/react-list-preview'; export const Default = () => ( <List> <ListItem>Asia</ListItem> <ListItem>Africa</ListItem> <ListItem>Europe</ListItem> <ListItem>North America</ListItem> <ListItem>South America</ListItem> <...
/content/code_sandbox/packages/react-components/react-list-preview/stories/src/List/ListDefault.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
103
```xml export * from './ChatGpt'; ```
/content/code_sandbox/samples/react-chatgpt-app/src/components/ChatGpt/index.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
9
```xml // Image const sizes = { '2xs': '6', 'xs': '10', 'sm': '16', 'md': '20', 'lg': '24', 'xl': '32', '2xl': '64', 'full': '100%', }; export const Image = { baseStyle: { maxWidth: '100%', }, sizes, defaultProps: {}, }; ```
/content/code_sandbox/src/theme/components/image.ts
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
93
```xml import cn from "classnames"; import React, { FunctionComponent } from "react"; import { withStyles } from "coral-ui/hocs"; import styles from "./Table.css"; interface Props extends React.HTMLAttributes<HTMLTableElement> { className?: string; /** * Override or extend the styles applied to the component....
/content/code_sandbox/client/src/core/client/ui/components/v2/Table/Table.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
168
```xml import { useEffect, useState } from 'react'; import { ArrowSmallRightIcon } from '@heroicons/react/24/outline'; import type { QuestionsQuestionType } from '@prisma/client'; import type { TypeaheadOption } from '~/ui'; import { Button, Select } from '~/ui'; import Container from '~/components/shared/Container'; ...
/content/code_sandbox/apps/portal/src/components/questions/LandingComponent.tsx
xml
2016-07-05T05:00:48
2024-08-16T19:01:19
tech-interview-handbook
yangshun/tech-interview-handbook
115,302
1,232
```xml import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { MatIconModule, MatButtonModule } from '@angular/material'; import { ServiceBoxComponent } from './service-box.component'; describe('ServiceBoxComponent', () => { let component: ServiceBoxComponent; let fixture: ComponentFixture...
/content/code_sandbox/src/app/service-box/service-box.component.spec.ts
xml
2016-09-20T13:50:42
2024-08-06T13:58:18
loklak_search
fossasia/loklak_search
1,829
156
```xml import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { EndWithAsyncIterable } from '../../asynciterable/operators/endwith.js'; /** * @ignore */ export function endWithProto<T>(this: AsyncIterableX<T>, ...args: T[]) { return new EndWithAsyncIterable<T>(this, args); } AsyncIterableX...
/content/code_sandbox/src/add/asynciterable-operators/endwith.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
120
```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, EventEmitter, forwardRef, Input, OnInit, Output, SkipSelf, ViewChild } fr...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/widget/lib/home-page/quick-link.component.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,941
```xml import { FontSizes, FontWeights } from '@fluentui/react/lib/Styling'; import { IGroupedVerticalBarChartStyleProps, IGroupedVerticalBarChartStyles } from '../../index'; export const getStyles = (props: IGroupedVerticalBarChartStyleProps): IGroupedVerticalBarChartStyles => { const { theme, href } = props; ret...
/content/code_sandbox/packages/react-charting/src/components/GroupedVerticalBarChart/GroupedVerticalBarChart.styles.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
210
```xml import * as React from 'react'; import { MicroFeedbackExample } from './MicroFeedback.Example'; import { MicroFeedbackCalloutExample } from './MicroFeedbackCallout.Example'; import { MicroFeedbackStackExample } from './MicroFeedbackStack.Example'; export const Basic = () => <MicroFeedbackExample />; export co...
/content/code_sandbox/packages/react-examples/src/react-experiments/MicroFeedback/index.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
107
```xml import { screen, waitFor } from '@testing-library/react'; import cloneDeep from 'lodash/cloneDeep'; import { getModelState } from '@proton/account/test'; import { PLANS } from '@proton/shared/lib/constants'; import { Audience, External } from '@proton/shared/lib/interfaces'; import format from '@proton/shared/l...
/content/code_sandbox/packages/components/containers/payments/subscription/SubscriptionModalProvider.test.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,398
```xml namespace pxt.skillmap { export type ScriptText = pxt.Map<string>; export interface Project { header?: pxt.workspace.Header; text?: ScriptText; deleted?: boolean; } export interface WorkspaceProvider<U> { initAsync(): Promise<void> getProjectAsync(headerI...
/content/code_sandbox/pxtlib/skillmap.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
580
```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 * as pulumi from "../../../../../"; class MyResource extends pulumi.CustomResource { constructor(name: string) { supe...
/content/code_sandbox/sdk/nodejs/tests/runtime/langhost/cases/069.ambiguous_entrypoints/index.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
83
```xml import fs from 'fs' import path from 'path' import { addDependenciesToPackage, install, mutateModules, mutateModulesInSingleProject } from '@pnpm/core' import { prepareEmpty, preparePackages } from '@pnpm/prepare' import { addDistTag } from '@pnpm/registry-mock' import { type ProjectRootDir } from '@pnpm/types' ...
/content/code_sandbox/pkg-manager/core/test/hoistedNodeLinker/install.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
2,737
```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"> <!-- State Disabled, Unchecked --> <item...
/content/code_sandbox/lib/java/com/google/android/material/materialswitch/res/color/mtrl_switch_thumb_tint.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
317
```xml // See LICENSE.txt for license information. import React, {type Dispatch, type RefObject, type SetStateAction, useCallback} from 'react'; import {StyleSheet} from 'react-native'; import OptionItem from '@components/option_item'; import {preventDoubleTap} from '@utils/tap'; import type {SearchRef} from '@compo...
/content/code_sandbox/app/screens/home/search/initial/modifiers/modifier.tsx
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
423
```xml <vector xmlns:android="path_to_url" android:width="23dp" android:height="20dp" android:viewportWidth="23" android:viewportHeight="20"> <path android:pathData="M17.212,0H5.788C4.969,-0 4.294,-0 3.744,0.046C3.173,0.093 2.648,0.195 2.156,0.45C1.426,0.83 0.83,1.426 0.45,2.156C0.195,2.648 0.09...
/content/code_sandbox/icon-pack/src/main/res/drawable/ic_grid_split.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
1,061
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import plist from '@expo/plist'; import Debug from 'debug'; import { Socket } from 'net'; import type { ProtocolWriter } from './AbstractProtocol'; import { PlistProtocolRead...
/content/code_sandbox/packages/@expo/cli/src/run/ios/appleDevice/protocol/UsbmuxProtocol.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
534
```xml import * as React from 'react'; import { ThemingSchemesCustomExample } from './Theming.Schemes.Custom.Example'; import { ThemingSchemesVariantExample } from './Theming.Schemes.Variant.Example'; export const SchemesCustom = () => <ThemingSchemesCustomExample />; export const SchemesVariant = () => <ThemingSche...
/content/code_sandbox/packages/react-examples/src/react-experiments/Theming/index.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
95
```xml <?xml version="1.0" encoding="utf-8"?> <PreferenceScreen xmlns:android="path_to_url"> <PreferenceScreen xmlns:android="path_to_url" android:icon="@drawable/ic_watch_grey600_48dp" android:key="smart_watch_options" android:summary="@string/pebble_and_android_wear_options" androi...
/content/code_sandbox/app/src/main/res/xml/pref_advanced_settings.xml
xml
2016-09-23T13:33:17
2024-08-15T09:51:19
xDrip
NightscoutFoundation/xDrip
1,365
14,906
```xml <?xml version="1.0" encoding="UTF-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file source-language="en" target-language="ja" datatype="plaintext" original="reporting.en.xlf"> <body> </body> </file> </xliff> ```
/content/code_sandbox/translations/reporting.ja.xlf
xml
2016-10-20T17:06:34
2024-08-16T18:27:30
kimai
kimai/kimai
3,084
84
```xml import {getJsonSchema} from "../../utils/getJsonSchema.js"; import {DateFormat, DateTime, Email, Format, TimeFormat, Uri, Url} from "./format.js"; describe("@Format", () => { it("should declare prop", () => { // WHEN class Model { @Format("email") email: string; } // THEN expe...
/content/code_sandbox/packages/specs/schema/src/decorators/common/format.spec.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
630
```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 Complex128Array = require( '@stdlib/array/complex128' ); import Complex64Array = require( '@stdlib/array/co...
/content/code_sandbox/lib/node_modules/@stdlib/array/base/slice/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,025
```xml import StockData from '../StockData'; import CandlestickFinder from './CandlestickFinder'; export default class GraveStoneDoji extends CandlestickFinder { constructor() { super(); this.requiredCount = 1; this.name = 'GraveStoneDoji'; } logic (data:StockData) { let da...
/content/code_sandbox/src/candlestick/GraveStoneDoji.ts
xml
2016-05-02T19:16:32
2024-08-15T14:25:09
technicalindicators
anandanand84/technicalindicators
2,137
219
```xml import { describe, expect, it } from 'vitest'; import { ArgsToTemplateOptions, argsToTemplate } from './argsToTemplate'; // adjust path describe('argsToTemplate', () => { it('should correctly convert args to template string and exclude undefined values', () => { const args: Record<string, any> = { ...
/content/code_sandbox/code/frameworks/angular/src/client/argsToTemplate.test.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
984
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#FF000000" android:pathData="M15.386,0.524c-4.764,0 -8.64,3.876 -8.64,8.64 0,4.75 3.876,8.613 8.64,8.613 4.75,0 8.614,-3.86...
/content/code_sandbox/app/core/src/main/res/drawable/ic_patreon.xml
xml
2016-09-08T12:42:53
2024-08-16T19:41:25
Magisk
topjohnwu/Magisk
46,424
182
```xml import * as React from "react"; import type { DefaultOptions } from "../../core/index.js"; import { ApolloClient } from "../../core/index.js"; import { InMemoryCache as Cache } from "../../cache/index.js"; import { ApolloProvider } from "../../react/context/index.js"; import type { MockedResponse } from "../cor...
/content/code_sandbox/src/testing/react/MockedProvider.tsx
xml
2016-02-26T20:25:00
2024-08-16T10:56:57
apollo-client
apollographql/apollo-client
19,304
531
```xml import React from "react"; import { GraphQLError } from "graphql"; import gql from "graphql-tag"; import { act, render, renderHook, waitFor } from "@testing-library/react"; import { ApolloClient, ApolloError, ApolloLink, ErrorPolicy, InMemoryCache, NetworkStatus, TypedDocumentNode, } from "../../....
/content/code_sandbox/src/react/hooks/__tests__/useLazyQuery.test.tsx
xml
2016-02-26T20:25:00
2024-08-16T10:56:57
apollo-client
apollographql/apollo-client
19,304
12,007
```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. --> <menu xmlns:android="path_to_url" xmlns:app="path_to_url" > <item android:id="@+id/m_s...
/content/code_sandbox/app/src/main/res/menu/home.xml
xml
2016-04-09T16:05:02
2024-08-08T06:37:18
trugithub
kba7/trugithub
2,055
115
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "path_to_url"> <suite name="TestNG Packages Test Suite" guice-stage="DEVELOPMENT"> <test thread-count="5" name="TestNG Packages Test" verbose="2"> <packages> <package name="com.journaldev.xml"></package> </packages> </test> </suite> ...
/content/code_sandbox/TestNG-Examples/src/test/resources/testng_package.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
93
```xml import { html, nothing } from 'lit'; import { customElement, property, state } from 'lit/decorators.js'; import { classMap } from 'lit/directives/class-map.js'; import { createRef, ref } from 'lit/directives/ref.js'; import cc from 'classcat'; import { MduiElement } from '@mdui/shared/base/mdui-element.js'; impo...
/content/code_sandbox/packages/mdui/src/components/navigation-rail/navigation-rail-item.ts
xml
2016-07-11T17:39:02
2024-08-16T07:12:34
mdui
zdhxiong/mdui
4,077
1,346
```xml import Link from 'next/link' export default function Home() { return ( <main> <Link href="/asdfasdfasdf">Hello, world!</Link> </main> ) } ```
/content/code_sandbox/test/production/app-dir/typed-routes-with-webpack-worker/bad-routes/app/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
43
```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 bessely0By = require( './index' ); /** * Accessor callback. * * @returns accessed value */ function access...
/content/code_sandbox/lib/node_modules/@stdlib/math/strided/special/bessely0-by/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
4,468
```xml <!-- ~ 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 OR CONDITIONS OF ANY KIND, either expre...
/content/code_sandbox/test/e2e/sql/src/test/resources/env/scenario/readwrite_splitting_and_shadow/authority.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
636
```xml /// <reference types="react"/> declare module 'to-style' { interface ToStyle { string(style: CSSProperties): string; object(style: string | Record<string, unknown>): CSSProperties; } const toStyle: ToStyle; export default toStyle; } ```
/content/code_sandbox/packages/emoji/src/@types/to-style.d.ts
xml
2016-02-26T09:54:56
2024-08-16T18:16:31
draft-js-plugins
draft-js-plugins/draft-js-plugins
4,087
60
```xml import { React } from "@xarc/react"; export const Demo2 = props => { return ( <div style={{ padding: "5px", border: "solid", marginLeft: "15%", marginRight: "15%" }}> <p>abc subapp demo2</p> props: {JSON.stringify(props)} <p> <a href="path_to_url">Electrode Docs</a> </p> ...
/content/code_sandbox/samples/subapp2-poc/src/demo2.tsx
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
100
```xml export enum RTSConfig { /** In bytes */ MAX_DU_SIZE = 2_000_000, } ```
/content/code_sandbox/packages/docs-proto/lib/RTSConfig.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
24
```xml import { IBreadCrumbItem } from '../../types'; import React from 'react'; import styled from 'styled-components'; import { dimensions } from '../../styles'; import BreadCrumbItem from './BreadCrumbItem'; const Items = styled.ul` display: inline-block; padding: 0; margin: 0 ${dimensions.coreSpacing}px 0 0;...
/content/code_sandbox/packages/erxes-ui/src/components/breadcrumb/BreadCrumb.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
222
```xml import { optionalRequire } from '../../navigation/routeBuilder'; import ComponentListScreen, { ListElement } from '../ComponentListScreen'; export const AudioScreens = [ { name: 'Expo Audio Player', route: 'audio/expo-audio', options: {}, getComponent() { return optionalRequire(() => req...
/content/code_sandbox/apps/native-component-list/src/screens/Audio/AudioScreen.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
298
```xml "use client" import { useState } from "react" import RightSideBar from "@/modules/chat/component/RightSideBar" import Messages from "@/modules/chat/component/messages/Messages" export default function Detail() { const [showSidebar, setShowSidebar] = useState(false) const handleToggle = () => { setShow...
/content/code_sandbox/exm-web/app/(main)/chats/detail/page.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
191
```xml <Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\..\..\buildtools\common.props" /> <PropertyGroup> <Description>Amazon Lambda .NET Core support - SQSEvents package.</Description> <TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks> <AssemblyTitle>Amazon.Lambda.SQSEvents...
/content/code_sandbox/Libraries/src/Amazon.Lambda.SQSEvents/Amazon.Lambda.SQSEvents.csproj
xml
2016-11-11T20:43:34
2024-08-15T16:57:53
aws-lambda-dotnet
aws/aws-lambda-dotnet
1,558
227
```xml <dict> <key>LayoutID</key> <integer>27</integer> <key>PathMapRef</key> <array> <dict> <key>CodecID</key> <array> <integer>283902576</integer> </array> <key>Headphone</key> <dict> <key>AmpPostDelay</key> <integer>50</integer> <key>AmpPreDelay</key> <integer>100</integer> ...
/content/code_sandbox/Resources/ALC270/layout27.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
10,574
```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. */ --> <Keyboard xmlns:android="path_to_url" android:keyWidth="10%p" an...
/content/code_sandbox/app/src/main/res/xml/popup_punctuation.xml
xml
2016-01-22T21:40:54
2024-08-16T11:54:30
hackerskeyboard
klausw/hackerskeyboard
1,807
341
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.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/icl/test/test_split_interval_map_infix_/vc10_test_split_interval_map_infix.vcxproj
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
1,335
```xml import './Ix.js'; import { Observer, PartialObserver } from '../src/observer.js'; import { AsyncIterableX } from 'ix/asynciterable/asynciterablex.js'; export async function hasNext<T>(source: AsyncIterator<T>, expected: T) { await expect(source.next()).resolves.toEqual({ done: false, value: expected }); } ex...
/content/code_sandbox/spec/asynciterablehelpers.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
924
```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>NSExtension</key> <dict> <key>NSExtensionAttributes</key> <dict> <key>IntentsSupported</key> <array/> </dict> <key>NSExtensionPointIdentifier</key> <strin...
/content/code_sandbox/tests/dotnet/AdditionalAppExtensionConsumer/nativeextension/tvOS/NativeIntentsExtension/Info.plist
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
158
```xml import { useState, useCallback, useEffect } from 'react' import { createStoreContext } from '../../utils/context' import { SearchContext } from './types' import { HistoryItem } from '../../../api/search' import { localLiteStorage } from 'ltstrg' import { searchKey, searchHistoryKey } from '../../localStorageKeys...
/content/code_sandbox/src/cloud/lib/stores/search/store.ts
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
1,024
```xml // See LICENSE.txt for license information. import React, {useCallback, useEffect} from 'react'; import {useIntl} from 'react-intl'; import {Keyboard, type StyleProp, TouchableHighlight, View, type ViewStyle} from 'react-native'; import {fetchMissingProfilesByIds, fetchMissingProfilesByUsernames} from '@action...
/content/code_sandbox/app/components/post_list/combined_user_activity/combined_user_activity.tsx
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
1,755
```xml // See LICENSE in the project root for license information. // This is a workaround for path_to_url // // To correct how ESLint searches for plugin packages, add this line to the top of your project's .eslintrc.js file: // // require("@rushstack/eslint-patch/modern-module-resolution"); // import path from '...
/content/code_sandbox/eslint/eslint-patch/src/_patch-base.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
2,117
```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-array name="roboguice_modules"> <item>com.github.mobile.GitHubModule</i...
/content/code_sandbox/app/src/main/res/values/roboguice.xml
xml
2016-04-09T16:05:02
2024-08-08T06:37:18
trugithub
kba7/trugithub
2,055
88
```xml import { memo, useMemo } from 'react'; import { motion, AnimatePresence, MotionStyle } from 'framer-motion'; import { FaTrashAlt } from 'react-icons/fa'; import { mySpring } from './animations'; import useUserSettings from './hooks/useUserSettings'; import { useSegColors } from './contexts'; import { ApparentCu...
/content/code_sandbox/src/renderer/src/TimelineSeg.tsx
xml
2016-10-30T10:49:56
2024-08-16T19:12:59
lossless-cut
mifi/lossless-cut
25,459
1,091
```xml import { type FC } from 'react'; import { useSelector } from 'react-redux'; import { c, msgid } from 'ttag'; import { Button } from '@proton/atoms/Button'; import { CircleLoader } from '@proton/atoms/CircleLoader'; import { ModalTwoContent, ModalTwoFooter, ModalTwoHeader, Progress } from '@proton/components/co...
/content/code_sandbox/packages/pass/components/Invite/VaultInviteRespond.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,072
```xml import {Injectable} from '@angular/core'; import {CanActivate, ActivatedRouteSnapshot, Router, RouterStateSnapshot} from '@angular/router'; import { AuthService } from './auth/auth.service'; @Injectable({ providedIn: 'root', }) export class RedirectGuard implements CanActivate { constructor(private router:...
/content/code_sandbox/api/client/src/app/redirect.guard.ts
xml
2016-06-08T16:34:46
2024-08-16T18:12:30
WALKOFF
nsacyber/WALKOFF
1,198
135
```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"> <!-- Selected. --> <!-- Pressing on a selected d...
/content/code_sandbox/lib/java/com/google/android/material/timepicker/res/color/m3_timepicker_display_ripple_color.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
468
```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>QuickSightV2</groupId> <artifactId>QuickSightV2</artifactId> <version>1.0-SNAPSHOT</version> ...
/content/code_sandbox/javav2/example_code/quicksight/pom.xml
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
725
```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. --> <com.google.android.flexbox.FlexboxLayout xmlns:android="path_to_url" xmlns:app="path_to_url"...
/content/code_sandbox/flexbox/src/androidTest/res/layout/activity_flex_basis_percent_test.xml
xml
2016-05-04T08:11:22
2024-08-15T12:27:34
flexbox-layout
google/flexbox-layout
18,226
271
```xml <?xml version="1.0" encoding="UTF-8"?><!-- Published by JAX-WS RI at path_to_url RI's version is JAX-WS RI 2.1.6 in JDK 6. --> <xs:schema xmlns:tns="path_to_url" xmlns:xs="path_to_url" version="1.0" targetNamespace="path_to_url"> <xs:element name="getCount" type="tns:getCount"></xs:element> <xs:elemen...
/content/code_sandbox/modules/flowable-cxf/src/test/resources/org/flowable/engine/impl/webservice/counterSchema.xsd
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
1,038
```xml import { DocumentNode, GraphQLResolveInfo } from 'graphql'; import { merge } from 'lodash'; import { gql, createHttpLink, execute, from, toPromise, GraphQLRequest, FetchResult, ApolloLink, } from '@apollo/client/core'; import { onError } from '@apollo/client/link/error'; import { setContext } fro...
/content/code_sandbox/packages/gateway/src/subscription/SubscriptionResolver.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,984
```xml import type { ChangeEvent } from 'react'; import { useEffect, useState } from 'react'; import { c } from 'ttag'; import type { ModalOwnProps } from '@proton/components/components'; import { Prompt, Tooltip } from '@proton/components/components'; import { useNotifications } from '@proton/components/hooks'; impo...
/content/code_sandbox/applications/wallet/src/app/components/InviteModal/index.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,036
```xml import Head from "next/head"; import Image from "next/image"; import { Inter } from "next/font/google"; import styles from "@/styles/Home.module.css"; const inter = Inter({ subsets: ["latin"] }); export default function Home() { return ( <> <Head> <title>Create Next App</title> <met...
/content/code_sandbox/test-storybooks/portable-stories-kitchen-sink/nextjs/pages/index.tsx
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
640
```xml // See LICENSE in the project root for license information. import type * as fs from 'fs'; import * as path from 'path'; import type { FileSystemAdapter } from 'fast-glob'; import { Path } from '@rushstack/node-core-library'; interface IVirtualFileSystemEntry { name: string; children?: Set<IVirtualFileSyst...
/content/code_sandbox/apps/heft/src/pluginFramework/StaticFileSystemAdapter.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
2,159
```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 describing `dmediansorted`. */ interface Routine { /** * Computes th...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/dmediansorted/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
644
```xml <clickhouse> </clickhouse> ```
/content/code_sandbox/tests/integration/test_dictionaries_config_reload/config/dictionaries_config.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
9
```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>CFBundleGetInfoString</key> <key>CFBundleIdentifier</key> <string>as.vit9696.PinConfigs</string> <key>CFBundl...
/content/code_sandbox/Clover-Configs/Lenovo/Y480/CLOVER/kexts/10.11/AppleALC.kext/Contents/PlugIns/PinConfigs.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
22,231
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SyncStallModeSelector</class> <widget class="QWidget" name="SyncStallModeSelector"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>434</width> <height>149</height> </rect> </property> <property name="window...
/content/code_sandbox/src/MEGASync/syncs/gui/Twoways/macx/SyncStallModeSelector.ui
xml
2016-02-10T18:28:05
2024-08-16T19:36:44
MEGAsync
meganz/MEGAsync
1,593
2,197
```xml export const Messages = { buttons: { reset: 'Reset All', showSelected: 'Show Selected', showAll: 'Show all', }, }; ```
/content/code_sandbox/pmm-app/src/pmm-qan/panel/components/Filters/Filters.messages.ts
xml
2016-01-22T07:14:23
2024-08-13T13:01:59
grafana-dashboards
percona/grafana-dashboards
2,661
36
```xml import { ActivityIcon, ActivityRow } from "../styles"; import { formatText, getIconAndColor } from "../utils"; import ErrorBoundary from "@erxes/ui/src/components/ErrorBoundary"; import { IActivityLog } from "../types"; import { IIntegration } from "@erxes/ui-inbox/src/settings/integrations/types"; import { IUs...
/content/code_sandbox/packages/ui-log/src/activityLogs/components/ActivityItem.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
580
```xml import type { DefaultCombinatorName, DefaultOperatorName } from '../../types/index.noReact'; import type { SpELBaseNode, SpELBetweenFields, SpELBetweenValues, SpELBooleanLiteral, SpELCompoundNode, SpELExpressionNode, SpELIdentifier, SpELListNode, SpELNodeType, SpELNullLiteral, SpELNumericLi...
/content/code_sandbox/packages/react-querybuilder/src/utils/parseSpEL/utils.ts
xml
2016-06-17T22:03:19
2024-08-16T10:28:42
react-querybuilder
react-querybuilder/react-querybuilder
1,131
1,788
```xml import { IsUrl, ValidateIf } from 'class-validator'; import { TInputOptions } from '../../types/options/TInputOptions'; import { IOptions } from '../../interfaces/options/IOptions'; import { ObfuscationTarget } from '../../enums/ObfuscationTarget'; import { DEFAULT_PRESET } from '../presets/Default'; import...
/content/code_sandbox/src/options/validators/IsDomainLockRedirectUrl.ts
xml
2016-05-09T08:16:53
2024-08-16T19:43:07
javascript-obfuscator
javascript-obfuscator/javascript-obfuscator
13,358
228
```xml import { isEnabled } from "@erxes/ui/src/utils/core"; const callsIntegrationDetail: string = ` query callsIntegrationDetail($integrationId: String!) { callsIntegrationDetail(integrationId: $integrationId) { _id phone wsServer inboxId operators token } } `; const ...
/content/code_sandbox/packages/plugin-calls-ui/src/graphql/queries.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
970
```xml /** * This return value is to let iOS know what the result of your background fetch was, so the * platform can better schedule future background fetches. Also, your app has up to 30 seconds * to perform the task, otherwise your app will be terminated and future background fetches * may be delayed. */ export...
/content/code_sandbox/packages/expo-background-fetch/build/BackgroundFetch.types.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
496
```xml import { RadioGroup } from '@fluentui/react-northstar'; import * as React from 'react'; const RadioGroupMinimalPerf = () => <RadioGroup />; RadioGroupMinimalPerf.iterations = 5000; RadioGroupMinimalPerf.filename = 'RadioGroupMinimal.perf.tsx'; export default RadioGroupMinimalPerf; ```
/content/code_sandbox/packages/fluentui/docs/src/examples/components/RadioGroup/Performance/RadioGroupMinimal.perf.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
74
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <...
/content/code_sandbox/extensions/android/ringlibsdl/project/jni/SDL2_ttf/VisualC/showfont/showfont.vcxproj
xml
2016-03-24T10:29:27
2024-08-16T12:53:07
ring
ring-lang/ring
1,262
2,837
```xml // @ts-nocheck /* eslint-disable */ // import Row from '../Row' import { mount, Wrapper, MountOptions, } from '@vue/test-utils' // import Vue from 'vue' describe.skip('Table Row', () => { type Instance = InstanceType<typeof Row> let mountFunction: (options?: MountOptions<Instance>) => Wrapper<Instanc...
/content/code_sandbox/packages/vuetify/src/components/VDataTable/__tests__/Row.spec.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
917
```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>AppGroupIdentifier</key> <string>$(APP_GROUP_IDENTIFIER)</string> <key>AppStoreURL</key> <string>$(APP_STORE_URL)</string> <key>BGTaskSchedulerPermittedIdentifiers</ke...
/content/code_sandbox/Loop/Info.plist
xml
2016-05-24T03:26:56
2024-08-12T13:34:08
Loop
LoopKit/Loop
1,467
1,260
```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_p...
/content/code_sandbox/demo/src/main/res/layout/item_main_list.xml
xml
2016-01-15T10:35:24
2024-08-15T13:08:04
okhttp-OkGo
jeasonlzy/okhttp-OkGo
10,594
201
```xml import * as React from 'react'; import type { IHelloTailwindProps } from './IHelloTailwindProps'; import { escape } from '@microsoft/sp-lodash-subset'; export default class HelloTailwind extends React.Component<IHelloTailwindProps, {}> { public render(): React.ReactElement<IHelloTailwindProps> { const { ...
/content/code_sandbox/samples/react-tailwindcss3/src/webparts/helloTailwind/components/HelloTailwind.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
596
```xml import { StatusBar as ReactNativeStatusBar } from 'react-native'; import { mockProperty } from './Helpers'; import { setStatusBarTranslucent } from '../StatusBar'; describe('setStatusBarTranslucent', () => { it('delegates to the React Native StatusBar equivalent', () => { const mock = jest.fn(); mock...
/content/code_sandbox/packages/expo-status-bar/src/__tests__/setStatusBarTranslucent-test.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
103
```xml <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/map_real_time" android:fitsSyste...
/content/code_sandbox/Android/app/src/main/res/layout/activity_map_realtime.xml
xml
2016-01-30T13:42:30
2024-08-12T19:21:10
Travel-Mate
project-travel-mate/Travel-Mate
1,292
1,072
```xml import * as React from 'react'; import { ActionButton, IButtonStyles } from '@fluentui/react/lib/Button'; import { Stack } from '@fluentui/react/lib/Stack'; import { Text } from '@fluentui/react/lib/Text'; import { ApiReferencesTable, gapTokens } from './ApiReferencesTable'; import { IApiReferencesTableProps, ...
/content/code_sandbox/packages/react-docsite-components/src/components/ApiReferencesTable/ApiReferencesTableSet.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,320
```xml import { Subscriber } from '../Subscriber'; /** * Subscribes to an object that implements Symbol.observable with the given * Subscriber. * @param obj An object that implements Symbol.observable */ export declare const subscribeToObservable: <T>(obj: any) => (subscriber: Subscriber<T>) => any; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/internal/util/subscribeToObservable.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
64
```xml import { useSpacing } from '@mobily/stacks'; import React, { useCallback } from 'react'; import Highlighter, { HighlighterProps } from '../highlight/Highlighter'; import { useColorRoles } from '../theme/colorSystem'; import useTextRoleNucleon, { TextRoleNucleonProps } from './nucleons/useTextRoleNucleon'; exp...
/content/code_sandbox/apps/discovery/src/components/UISourceDisplayMolecule.tsx
xml
2016-11-29T10:50:53
2024-08-08T06:53:22
react-native-render-html
meliorence/react-native-render-html
3,445
452
```xml import { TevStage, IndTexStage, TexGen, ColorChannelControl, GXMaterial, LightChannelControl, AlphaTest, RopInfo, SwapTable } from "./gx_material.js"; import * as GX from "./gx_enum.js"; import { autoOptimizeMaterial } from "./gx_render.js"; function copyColorChannelControl(colorChannel: ColorChannelControl): ...
/content/code_sandbox/src/gx/GXMaterialBuilder.ts
xml
2016-10-06T21:43:45
2024-08-16T17:03:52
noclip.website
magcius/noclip.website
3,206
4,213
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:flowable="path_to_url" xmlns:bpmndi="path_to_url" xmlns:omgdc="path_to_url" xmlns:omgdi="path_to_url" typeLanguage="path_to_url" expressionLanguage="path_to_url" targetNamespace="path_to_url"> ...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/event/error/ErrorEventSubProcessTest.testInterruptingSimpleActivities.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
1,560
```xml <vector xmlns:android="path_to_url" android:width="23dp" android:height="22dp" android:viewportWidth="23" android:viewportHeight="22"> <path android:pathData="M11.2,12.414V18.069C11.2,18.604 11.184,18.951 11.133,19.172C11.071,19.433 10.965,19.621 10.841,19.767C10.529,20.132 10.061,20.326 ...
/content/code_sandbox/icon-pack/src/main/res/drawable/ic_volume_off.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
1,475