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 <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> ...
/content/code_sandbox/appdistribution/app/src/main/res/values/styles.xml
xml
2016-04-26T17:13:27
2024-08-16T18:37:58
quickstart-android
firebase/quickstart-android
8,797
218
```xml import { BasicTooltip, Chip } from '@nivo/tooltip' import { DefaultLink, DefaultNode, SankeyLinkDatum } from './types' const tooltipStyles = { container: { display: 'flex', alignItems: 'center', }, sourceChip: { marginRight: 7, }, targetChip: { marginLeft: 7, ...
/content/code_sandbox/packages/sankey/src/SankeyLinkTooltip.tsx
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
246
```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 { assert } from "chai"; import { type EnzymePropSelector, mount, type ReactWrapper } from "enzyme"; import * as React from ...
/content/code_sandbox/packages/core/test/controls/radioGroupTests.tsx
xml
2016-10-25T21:17:50
2024-08-16T15:14:48
blueprint
palantir/blueprint
20,593
862
```xml import * as assert from "assert"; import * as nls from "vscode-nls"; import { ErrorHelper } from "../../common/error/errorHelper"; import { InternalErrorCode } from "../../common/error/internalErrorCode"; import { PlatformType } from "../launchArgs"; import { AppLauncher } from "../appLauncher"; import { Output...
/content/code_sandbox/src/extension/commands/launchExpoWeb.ts
xml
2016-01-20T21:10:07
2024-08-16T15:29:52
vscode-react-native
microsoft/vscode-react-native
2,617
349
```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="sk" datatype="plaintext" original="validators.en.xlf"> <body> <trans-unit id="IkNxbBI" resname="This value is not a valid role."> <source>This...
/content/code_sandbox/translations/validators.sk.xlf
xml
2016-10-20T17:06:34
2024-08-16T18:27:30
kimai
kimai/kimai
3,084
1,704
```xml <?xml version='1.0' encoding='UTF-8'?> <services> <container version="1.0"> <!-- Avoid using DefaultLinguisticsProvider --> <component id="com.yahoo.language.simple.SimpleLinguistics" /> <search> <chain id="default" inherits="vespa"/> <provider id="bar" type=...
/content/code_sandbox/application/src/test/app-packages/withqueryprofile/services.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
202
```xml import type { MaybeNull, UniqueItem } from '@proton/pass/types'; import type { CustomAliasCreateRequest } from '../api'; import type { ItemType } from '../protobuf'; import type { IndexedByShareIdAndItemId, Item, ItemRevision } from './items'; type AliasMailbox = { id: number; email: string }; export type Ali...
/content/code_sandbox/packages/pass/types/data/items.dto.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
672
```xml import React from 'react'; type IconProps = React.SVGProps<SVGSVGElement>; export declare const IcPinAngledFilled: (props: IconProps) => React.JSX.Element; export {}; ```
/content/code_sandbox/packages/icons/lib/icPinAngledFilled.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
45
```xml const commontTypes = ` _id: String key: OverallWorkKey workIds: [String] type: String jobRefer: JobRefer product: Product count: Float needProducts: JSON resultProducts: JSON inDepartment: Department inBranch: Branch outDepartment: Department outBranch: Branch `; export const types = ...
/content/code_sandbox/packages/plugin-processes-api/src/graphql/schema/overallWork.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
470
```xml import { nextTestSetup } from 'e2e-utils' import { check, retry } from 'next-test-utils' describe('parallel-routes-revalidation', () => { const { next, isNextStart, isNextDeploy } = nextTestSetup({ files: __dirname, }) // This test is skipped when deployed as it relies on a shared data store // For...
/content/code_sandbox/test/e2e/app-dir/parallel-routes-revalidation/parallel-routes-revalidation.test.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
3,507
```xml export const saveColor = 'var(--green11)'; export const primaryColor = 'var(--cyan9)'; export const primaryTextColor = 'var(--cyan11)'; export const waveformColorLight = '#000000'; // Must be hex because used by ffmpeg export const waveformColorDark = '#ffffff'; // Must be hex because used by ffmpeg export const...
/content/code_sandbox/src/renderer/src/colors.ts
xml
2016-10-30T10:49:56
2024-08-16T19:12:59
lossless-cut
mifi/lossless-cut
25,459
105
```xml <vector xmlns:android="path_to_url" xmlns:tools="path_to_url" android:width="640dp" android:height="512dp" android:viewportWidth="640.0" android:viewportHeight="512.0" tools:keep="@drawable/fa_mixcloud"> <path android:fillColor="#FFFFFFFF" android:pathData=...
/content/code_sandbox/mobile/src/main/res/drawable/fa_mixcloud.xml
xml
2016-10-24T13:23:25
2024-08-16T07:20:37
freeotp-android
freeotp/freeotp-android
1,387
809
```xml import { BrowserWindowNotifier } from "@Core/BrowserWindowNotifier"; import type { SearchResultItem } from "@common/Core"; import { describe, expect, it, vi } from "vitest"; import { InMemorySearchIndex } from "./InMemorySearchIndex"; describe(InMemorySearchIndex, () => { it("should return an empty list of ...
/content/code_sandbox/src/main/Core/SearchIndex/InMemorySearchIndex.test.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
672
```xml import { getMetadataArgsStorage } from "../../globals" import { ColumnMetadataArgs } from "../../metadata-args/ColumnMetadataArgs" /** * Creates a "level"/"length" column to the table that holds a closure table. */ export function TreeLevelColumn(): PropertyDecorator { return function (object: Object, pro...
/content/code_sandbox/src/decorator/tree/TreeLevelColumn.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
112
```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> <parent> <groupId>ai.clipper</groupId> <artifactId>clipper-parent</artifactId> <version>0.1</version> </parent> <artifac...
/content/code_sandbox/containers/jvm/clipper-examples/pom.xml
xml
2016-10-27T17:30:27
2024-07-31T01:29:41
clipper
ucbrise/clipper
1,397
1,002
```xml import { render } from '@testing-library/react'; import Card from './Card'; describe('<Card />', () => { it('renders with a border and background by default', () => { const { container } = render(<Card>Lorem ipsum dolor sit amet consectetur adipisicing elit.</Card>); expect(container.first...
/content/code_sandbox/packages/atoms/Card/Card.test.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
208
```xml import getValue from '../../utils/getValue'; describe('getValue', () => { it('should return props.value if it exists', () => { const actual = getValue({ value: 1 }, 0); expect(actual).toEqual(1); }); it('should return props.defaultValue if it exists', () => { const actual = getValue({ default...
/content/code_sandbox/packages/zarm/src/slider/__tests__/utils/getValue.test.ts
xml
2016-07-13T11:45:37
2024-08-12T19:23:48
zarm
ZhongAnTech/zarm
1,707
173
```xml <?xml version="1.0" encoding="UTF-8" ?> <ContentPage xmlns="path_to_url" xmlns:x="path_to_url" x:Class="Xamarin.Forms.Xaml.UnitTests.ResourceLoader"> <ContentPage.Resources> <ResourceDictionary Source="AppResources/Colors.xaml" /> </ContentPage.Resources> <Label x:Name="label" Te...
/content/code_sandbox/Xamarin.Forms.Xaml.UnitTests/ResourceLoader.xaml
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
96
```xml import * as React from 'react'; import { cloneElement, createElement, isValidElement, useCallback, useRef, useEffect, FC, ComponentType, ReactElement, useMemo, } from 'react'; import { sanitizeListRestProps, useListContextWithProps, Identifier, OptionalReso...
/content/code_sandbox/packages/ra-ui-materialui/src/list/datagrid/Datagrid.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
3,716
```xml import { EncString } from "../../platform/models/domain/enc-string"; import { FieldType, LinkedIdType } from "../../vault/enums"; import { Field as FieldDomain } from "../../vault/models/domain/field"; import { FieldView } from "../../vault/models/view/field.view"; import { safeGetString } from "./utils"; expo...
/content/code_sandbox/libs/common/src/models/export/field.export.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
332
```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. --> <manifest package="com.yanzhenjie.recyclerview"/> ```
/content/code_sandbox/support/src/main/AndroidManifest.xml
xml
2016-08-03T15:43:34
2024-08-14T01:11:22
SwipeRecyclerView
yanzhenjie/SwipeRecyclerView
5,605
62
```xml export * from 'rxjs-compat/operator/window'; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/operator/window.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
11
```xml import { createServiceFactory, SpectatorService, SpyObject } from '@ngneat/spectator/jest'; import { LocalizationPipe } from '../pipes/localization.pipe'; import { LocalizationService } from '../services/localization.service'; describe('LocalizationPipe', () => { let spectator: SpectatorService<LocalizationPi...
/content/code_sandbox/npm/ng-packs/packages/core/src/lib/tests/localization.pipe.spec.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
233
```xml import * as React from 'react'; import { Image, IImageProps, ImageFit } from '@fluentui/react/lib/Image'; // These props are defined up here so they can easily be applied to multiple Images. // Normally specifying them inline would be fine. const imageProps: IImageProps = { imageFit: ImageFit.cover, src: 'p...
/content/code_sandbox/packages/react-examples/src/react/Image/Image.Cover.Example.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
369
```xml import { getRoutes } from '../getRoutes'; import { inMemoryContext } from '../testing-library/context-stubs'; const originalEnv = process.env.NODE_ENV; afterEach(() => { process.env.NODE_ENV = originalEnv; }); describe('getRoutes', () => { it(`should append a _layout, sitemap and +not-found`, () => { ...
/content/code_sandbox/packages/expo-router/src/__tests__/getRoutes.test.ios.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
6,222
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <color name="launcher_background">#FFFFFF</color> <color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#303F9F</color> <color name="colorAccent">#FF4081</color> </resources> ```
/content/code_sandbox/pjsip-apps/src/swig/csharp/pjsua2xamarin/pjsua2xamarin.Android/Resources/values/colors.xml
xml
2016-01-24T05:00:33
2024-08-16T03:31:21
pjproject
pjsip/pjproject
1,960
79
```xml interface Filters { /* dangling=<boolean> When set to true (or 1), returns all networks that are not in use by a container. When set to false (or 0), only networks that are in use by one or more containers are returned. */ dangling?: [boolean]; // Matches a network's driver driver?: string[]; // Matche...
/content/code_sandbox/app/react/docker/networks/queries/types.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
220
```xml <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="path_to_url" xmlns:x="path_to_url" x:Class="Xamarin.Forms.Controls.GalleryPages.CollectionViewGalleries.EmptyViewGalleries.EmptyViewTemplateGallery"> <ContentPage.Content> <Grid> <Grid.RowDefinitions> <RowDefinition H...
/content/code_sandbox/Xamarin.Forms.Controls/GalleryPages/CollectionViewGalleries/EmptyViewGalleries/EmptyViewTemplateGallery.xaml
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
295
```xml <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <TypeScriptToolsVersion>Latest</TypeScriptToolsVersion> <TypeScriptCompileBlocked>true</TypeScriptCompileBlocked> <LangVersion>latest</LangVersion> <ImplicitUsings>enable</ImplicitUsings> <Ne...
/content/code_sandbox/backend/src/Squidex/Squidex.csproj
xml
2016-08-29T05:53:40
2024-08-16T17:39:38
squidex
Squidex/squidex
2,222
2,384
```xml import { Platform } from 'react-native'; import setColor from 'color'; import { grey400, grey800, grey50, grey700, white, black, } from '../../styles/themes/v2/colors'; import type { InternalTheme } from '../../types'; type BaseProps = { theme: InternalTheme; disabled?: boolean; value?: bool...
/content/code_sandbox/src/components/Switch/utils.ts
xml
2016-10-19T05:56:53
2024-08-16T08:48:04
react-native-paper
callstack/react-native-paper
12,646
533
```xml <!-- *********************************************************************************************** Xamarin.TVOS.Common.props WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have created a backup copy. Incorrect changes to this file will make it impossible to load or build...
/content/code_sandbox/msbuild/Xamarin.Shared/Xamarin.TVOS.Common.props
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
174
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageR...
/content/code_sandbox/Source/TestDafny/TestDafny.csproj
xml
2016-04-16T20:05:38
2024-08-16T13:55:18
dafny
dafny-lang/dafny
2,863
246
```xml import React, { FunctionComponent, useCallback, useEffect, useState, } from "react"; import { graphql } from "react-relay"; import ModerationReason from "coral-admin/components/ModerationReason/ModerationReason"; import { useViewerEvent } from "coral-framework/lib/events"; import { useMutation, withFrag...
/content/code_sandbox/client/src/core/client/stream/tabs/Comments/Comment/ModerationDropdown/ModerationDropdownContainer.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
1,080
```xml import { createContext, useContext } from 'react' /** * A React context for sharing the `selected` state of an element. */ export const SelectedContext = createContext(false) /** * Get the current `selected` state of an element. */ export const useSelected = (): boolean => { return useContext(SelectedC...
/content/code_sandbox/packages/slate-react/src/hooks/use-selected.ts
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
67
```xml import { Observable } from '../Observable'; import { Operator } from '../Operator'; import { Subscriber } from '../Subscriber'; import { OperatorFunction } from '../types'; /** * Ignores all items emitted by the source Observable and only passes calls of `complete` or `error`. * * ![](ignoreElements.png) * ...
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/src/internal/operators/ignoreElements.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
340
```xml import type { ReactNode, RefObject } from 'react'; import { createContext, useContext, useEffect } from 'react'; import { useHandler } from '@proton/components'; const MailContentRefContext = createContext<RefObject<HTMLDivElement>>(null as any); /** * Call the handler whenever the user click on the mail app...
/content/code_sandbox/applications/mail/src/app/hooks/useClickMailContent.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
292
```xml import versions from './versions'; /// <reference types="@types/compression" /> export * from './presets'; export * from './utils/cache'; export * from './utils/cli'; export * from './utils/check-addon-order'; export * from './utils/envs'; export * from './utils/common-glob-options'; export * from './utils/fr...
/content/code_sandbox/code/core/src/common/index.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
400
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.20.4 --> <interface> <requires lib="gtk+" version="3.10"/> <object class="GtkAdjustment" id="adjDiagonalRange"> <property name="lower">1</property> <property name="upper">89</property> <property name="value">45</property> <pro...
/content/code_sandbox/glade/ae/dpad.glade
xml
2016-04-24T07:57:04
2024-08-12T02:37:39
sc-controller
kozec/sc-controller
1,522
10,863
```xml /* * path_to_url * * or in the 'license' file accompanying this file. This file is distributed * on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either */ import { LambdaHandler } from 'ask-sdk-core'; import { SkillInvokerConfig } from '../config/SkillInvokerConfig'; export class S...
/content/code_sandbox/ask-sdk-local-debug/lib/builder/SkillInvokerConfigBuilder.ts
xml
2016-06-24T06:26:05
2024-08-14T12:39:19
alexa-skills-kit-sdk-for-nodejs
alexa/alexa-skills-kit-sdk-for-nodejs
3,118
153
```xml import { Matcher } from './Matcher' import { joinPaths } from './URLTools' import { NaviRequest } from './NaviRequest' export const KEY_WILDCARD = '\0' export const MEMO_KEY_PREFIX = '\0' /** * An object that holds information about a path that can be matched * in *part* of a URL. */ export interface Mappin...
/content/code_sandbox/packages/navi/src/Mapping.ts
xml
2016-09-24T07:44:26
2024-07-11T14:52:12
navi
frontarm/navi
2,070
1,111
```xml <dict> <key>CommonPeripheralDSP</key> <array> <dict> <key>DeviceID</key> <integer>0</integer> <key>DeviceType</key> <string>Headphone</string> </dict> <dict> <key>DeviceID</key> <integer>0</integer> <key>DeviceType</key> <string>Microphone</string> </dict> </array> <key>PathMa...
/content/code_sandbox/Resources/ALC269/Platforms100.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
1,752
```xml import spservice from '../../services/spservices'; import { IFile } from '../../webparts/myTasks/components/Attachments/IFile'; import { ITaskExternalReference } from '../../services/ITaskExternalReference'; export interface IUploadFromSharePointProps { spservice: spservice; onSelectedFile?: (file:IFile) => ...
/content/code_sandbox/samples/react-mytasks/src/Controls/UploadFromSharePoint/IUploadFromSharePointProps.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
101
```xml import React from 'react'; if (!global.setImmediate) { global.setImmediate = function (fn) { return setTimeout(fn, 0); }; } if (process.env.NODE_ENV === 'development' && process.env.EXPO_OS === 'web') { // Stack traces are big with React Navigation require('./LogBox').default.install(); } export f...
/content/code_sandbox/packages/@expo/metro-runtime/src/error-overlay/index.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
172
```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 Complex128 = require( '@stdlib/complex/float64/ctor' ); import conj = require( './index' ); // TESTS // ...
/content/code_sandbox/lib/node_modules/@stdlib/complex/float64/conj/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
269
```xml import { describe, it, expect } from 'vitest' import { mount } from '@vue/test-utils' import { Radar } from '../src/index.js' import * as radarChartConfig from '../sandboxes/radar/src/chartConfig.js' describe('RadarChart', () => { it('should render a canvas', () => { const wrapper = mount(Radar, { p...
/content/code_sandbox/test/Radar.spec.ts
xml
2016-06-26T13:25:12
2024-08-15T18:05:48
vue-chartjs
apertureless/vue-chartjs
5,514
276
```xml import type { Dependencies } from "@Core/Dependencies"; import type { DependencyRegistry } from "@Core/DependencyRegistry"; import { describe, expect, it, vi } from "vitest"; import { DuckDuckGoWebSearchEngine } from "./DuckDuckGoWebSearchEngine"; import { GoogleWebSearchEngine } from "./GoogleWebSearchEngine"; ...
/content/code_sandbox/src/main/Extensions/WebSearch/WebSearchExtensionModule.test.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
243
```xml import { Commands } from "oni-api" import * as React from "react" import { Provider } from "react-redux" import { ISessionStore, Sessions } from "./" interface SessionPaneProps { commands: Commands.Api store: ISessionStore } /** * Class SessionsPane * * A Side bar pane for Oni's Session Management ...
/content/code_sandbox/browser/src/Services/Sessions/SessionsPane.tsx
xml
2016-11-16T14:42:55
2024-08-14T11:48:05
oni
onivim/oni
11,355
347
```xml import * as React from 'react' import { Octicon } from '../octicons' import * as octicons from '../octicons/octicons.generated' import { Banner } from './banner' import { LinkButton } from '../lib/link-button' interface IConflictsFoundBannerProps { /** * Description of the operation to continue * Exampl...
/content/code_sandbox/app/src/ui/banners/conflicts-found-banner.tsx
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
379
```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> <artifactId>spring-cloud-function-deployer</artifactId> <packaging>jar</packaging> <name>spring-cloud-function-deployer</name> <des...
/content/code_sandbox/spring-cloud-function-deployer/pom.xml
xml
2016-09-22T02:34:34
2024-08-16T08:19:07
spring-cloud-function
spring-cloud/spring-cloud-function
1,032
1,245
```xml const commonParamsDef = ` $brandId: String!, $name: String!, $content: String, `; const commonParams = ` brandId: $brandId, name: $name, content: $content, `; const responseTemplatesAdd = ` mutation responseTemplatesAdd(${commonParamsDef}) { responseTemplatesAdd(${commonParams}) { _id ...
/content/code_sandbox/packages/ui-inbox/src/settings/responseTemplates/graphql/mutations.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
239
```xml import * as yargs from "yargs" import chalk from "chalk" import path from "path" import { PlatformTools } from "../platform/PlatformTools" import { CommandUtils } from "./CommandUtils" /** * Generates a new subscriber. */ export class SubscriberCreateCommand implements yargs.CommandModule { command = "sub...
/content/code_sandbox/src/commands/SubscriberCreateCommand.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
388
```xml import { isURLProtonInternal } from '@proton/components/helpers/url'; import { getAssistantModels } from '@proton/llm/lib/api'; import { ASSISTANT_CONTEXT_SIZE_LIMIT, GENERAL_STOP_STRINGS, STOP_STRINGS_WRITE_FULL_EMAIL, assistantAuthorizedApps, } from '@proton/llm/lib/constants'; import type { Tr...
/content/code_sandbox/packages/llm/lib/helpers.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
3,365
```xml import * as path from "path"; import { CancellationToken, CodeLens, CodeLensProvider, commands, Event, EventEmitter, Range, TextDocument } from "vscode"; import { FlutterSdks, IAmDisposable, Logger } from "../../shared/interfaces"; import { disposeAll } from "../../shared/utils"; import { fsPath } from "../../sh...
/content/code_sandbox/src/extension/code_lens/flutter_dartpad_samples_lsp.ts
xml
2016-07-30T13:49:11
2024-08-10T16:23:15
Dart-Code
Dart-Code/Dart-Code
1,472
828
```xml <?xml version="1.0" encoding="UTF-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file source-language="de" target-language="de-CH" datatype="plaintext" original="messages.en.xlf"> <body> <trans-unit id="wCazS.X" resname="action.close"> <source>action.close</source> ...
/content/code_sandbox/translations/messages.de_CH.xlf
xml
2016-10-20T17:06:34
2024-08-16T18:27:30
kimai
kimai/kimai
3,084
13,556
```xml import {RemoteGitHubV4Entity} from '../../Type/RemoteGitHubV4/RemoteGitHubV4Entity'; import {TimerUtil} from '../../Util/TimerUtil'; import {Logger} from '../../Infra/Logger'; export type PartialError = { message: string; type?: 'NOT_FOUND' | 'FORBIDDEN' | string; }; export class GitHubV4Client { private...
/content/code_sandbox/src/Renderer/Library/GitHub/V4/GitHubV4Client.ts
xml
2016-05-10T12:55:31
2024-08-11T04:32:50
jasper
jasperapp/jasper
1,318
795
```xml import { z, IntegrationDefinitionProps } from '@botpress/sdk' export { actions } from './actions' export { events } from './events' export { channels } from './channels' export const configuration = { schema: z.object({ owner: z.string().min(1), repo: z.string().min(1), token: z.string().min(1), ...
/content/code_sandbox/integrations/github/src/definitions/index.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
173
```xml import React, { type FC, Fragment, useState } from 'react'; import { Button, Heading, Tab, TabList, TabPanel, Tabs, ToggleButton } from 'react-aria-components'; import { useParams, useRouteLoaderData } from 'react-router-dom'; import { useLocalStorage } from 'react-use'; import { getContentTypeFromHeaders } fro...
/content/code_sandbox/packages/insomnia/src/ui/components/panes/request-pane.tsx
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
4,670
```xml import * as React from 'react'; import { Provider } from 'jotai'; import { EnhancedThemeProvider, } from '@pnp/spfx-controls-react/lib/EnhancedThemeProvider'; import { FlightTrackerControl } from './FlightTrackerControl'; import { IFlightTrackerProps } from './IFlightTrackerProps'; export const FlightTrack...
/content/code_sandbox/samples/react-flighttracker/src/components/FlightTracker/FlightTracker.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
160
```xml import React, { FunctionComponent } from "react"; const CoralMarkIcon: FunctionComponent = () => { return ( <svg xmlns="path_to_url" viewBox="0 0 110 114"> <rect width="110" height="114" fill="currentColor" /> <g id="Frame 385"> <rect width="314" height="279" ...
/content/code_sandbox/client/src/core/client/ui/components/icons/CoralMarkIcon.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
2,455
```xml import { BigNumber } from '@ethersproject/bignumber'; import { parse as parseTransaction } from '@ethersproject/transactions'; import { donationAddressMap, ETHUUID } from '@config'; import { fAccounts, fAssets, fERC20NonWeb3TxConfigJSON as fERC20NonWeb3TxConfig, fERC20NonWeb3TxReceipt, fERC20NonWeb3Tx...
/content/code_sandbox/src/helpers/transaction.spec.ts
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
5,861
```xml import * as DateGrid from '../../../../../src/utils/date-time-utilities/dateFormatting/formatYear'; enum Months { Jan = 0, Feb = 1, Mar = 2, Apr = 3, May = 4, Jun = 5, Jul = 6, Aug = 7, Sep = 8, Oct = 9, Nov = 10, Dec = 11, } describe('formatYear', () => { const date = new Date(2016, ...
/content/code_sandbox/packages/fluentui/react-northstar/test/specs/utils/date-time-utils/dateFormatting/formatYear-test.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
152
```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 { Complex128 } from '@stdlib/types/comp...
/content/code_sandbox/lib/node_modules/@stdlib/math/base/special/csignum/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
266
```xml // export const revalidate = '1' export default function Root({ children }: { children: React.ReactNode }) { return ( <html> <body>{children}</body> </html> ) } ```
/content/code_sandbox/test/e2e/app-dir/app-invalid-revalidate/app/layout.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
46
```xml /*your_sha256_hash----------------------------- *your_sha256_hash----------------------------*/ import { testTokenization } from '../test/testRunner'; testTokenization('vb', [ // Comments - single line [ { line: "'", tokens: [{ startIndex: 0, type: 'comment.vb' }] } ], [ { line: " ' a c...
/content/code_sandbox/src/basic-languages/vb/vb.test.ts
xml
2016-06-07T16:56:31
2024-08-16T17:17:05
monaco-editor
microsoft/monaco-editor
39,508
4,764
```xml import { Component, ViewChild } from '@angular/core'; import { IonicPage, Slides, NavController } from 'ionic-angular'; @IonicPage() @Component({ selector: 'page-slider-with-arrows', templateUrl: 'slider-with-arrows.html' }) export class SliderWithArrowsPage { @ViewChild('slider') slider: Slides; slid...
/content/code_sandbox/src/pages/slide/slider-with-arrows/slider-with-arrows.ts
xml
2016-11-04T05:48:23
2024-08-03T05:22:54
ionic3-components
yannbf/ionic3-components
1,679
294
```xml <ResourceDictionary xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:Telegram.Controls.Messages.Content" xmlns:controls="using:Telegram.Controls" xmlns:icons="using:Telegram.Assets.Icons" xmlns:muxc="u...
/content/code_sandbox/Telegram/Controls/Messages/Content/VoiceNoteContent.xaml
xml
2016-05-23T09:03:33
2024-08-16T16:17:48
Unigram
UnigramDev/Unigram
3,744
2,267
```xml import { useMutation, useQueryClient } from '@tanstack/react-query'; import { EnvironmentId } from '@/react/portainer/environments/types'; import axios, { parseAxiosError } from '@/portainer/services/axios'; import { withError } from '@/react-tools/react-query'; import { EdgeStack } from '../../types'; import...
/content/code_sandbox/app/react/edge/edge-stacks/ItemView/EnvironmentsDatatable/useCollectLogsMutation.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
240
```xml import { GET_LIST, GET_MANY, GET_MANY_REFERENCE, DELETE, DELETE_MANY, UPDATE_MANY, } from 'ra-core'; import { QUERY_TYPES, IntrospectionResult, IntrospectedResource, } from 'ra-data-graphql'; import { ArgumentNode, IntrospectionField, IntrospectionNamedTypeRef, ...
/content/code_sandbox/packages/ra-data-graphql-simple/src/buildGqlQuery.ts
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
2,102
```xml /** @jsx jsx */ import { Editor } from 'slate' import { jsx } from '../../..' export const input = ( <editor> <block> one<inline>two</inline>three </block> </editor> ) export const test = editor => { return Editor.string(editor, [0, 1]) } export const output = `two` ```
/content/code_sandbox/packages/slate/test/interfaces/Editor/string/inline.tsx
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
84
```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/Sources/Info.plist
xml
2016-06-15T20:15:11
2024-08-13T17:55:49
LayoutKit
LinkedInAttic/LayoutKit
3,161
248
```xml const maxDelay = 50; export const getStaticProps = async () => { const delay = Math.floor(Math.random() * maxDelay); return new Promise(resolve => { setTimeout(resolve, delay); }).then(() => { return { props: { message: "demo3 this is static props", // this actually won't exe...
/content/code_sandbox/samples/subapp2-poc/src/demo3-static-props.ts
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
123
```xml <RelativeLayout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:id="@+id/file_explorer_grid_layout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="2dp" android:background="@drawable/background_item_...
/content/code_sandbox/app/src/main/res/layout/item_file_explorer_grid.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
1,337
```xml import * as React from "react"; import { WebPartContext } from "@microsoft/sp-webpart-base"; // Used to retrieve SharePoint items import { sp } from '@pnp/sp'; import '@pnp/sp/webs'; import '@pnp/sp/lists'; import "@pnp/sp/views"; import { ICardServiceState, cardServiceReducer } from "../CardService/CardServic...
/content/code_sandbox/samples/react-adaptivecards-hooks/src/services/SPListDataService/SPListDataService.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
350
```xml export type Browser = "Arc" | "Brave Browser" | "Firefox" | "Google Chrome" | "Microsoft Edge" | "Yandex Browser"; ```
/content/code_sandbox/src/common/Extensions/BrowserBookmarks/Browser.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
34
```xml import * as consts from '../src/consts' const noBuild = false const secrets = [] satisfies string[] const sourceMap = false const verbose = false const confirm = true const json = false const entryPoint = consts.defaultEntrypoint const outDir = consts.defaultOutputFolder const allowDeprecated = false const isPu...
/content/code_sandbox/packages/cli/e2e/defaults.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
118
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:pathData="M13,5C13,4.448 12.552,4 12,4C11.448,4 11,4.448 11,5L11,16.586L5.707,11.293C5.317,10.902 4.683,10.902 4.293,11.293C3.902,11.683 3.9...
/content/code_sandbox/shared/original-core-ui/src/main/res/drawable/ic_arrow_down.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
262
```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. --> <project xmlns:xsi="path_to_url" xmlns="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVers...
/content/code_sandbox/modules/user-directory/pom.xml
xml
2016-06-21T21:21:06
2024-08-06T13:29:36
wasabi
intuit/wasabi
1,133
369
```xml <Documentation> <Docs DocId="T:Foundation.NSNumber"> <summary>Binding to Objective-C API to box numbers (value types).</summary> <remarks> <para> NSNumber provides explicit operator conversions that allow you to cast an NSNumber into any of the core .NET types (float, double, int, uint, short,...
/content/code_sandbox/docs/api/Foundation/NSNumber.xml
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
277
```xml import { Widget } from '@lumino/widgets'; import { ITableOfContentsTracker, TableOfContents } from './tokens'; /** * Table of contents tracker */ export class TableOfContentsTracker implements ITableOfContentsTracker { /** * Constructor */ constructor() { this.modelMapping = new WeakMap<Widget,...
/content/code_sandbox/packages/toc/src/tracker.ts
xml
2016-06-03T20:09:17
2024-08-16T19:12:44
jupyterlab
jupyterlab/jupyterlab
14,019
226
```xml import '@interactjs/types' import interact from '@interactjs/interactjs/index' export default interact ```
/content/code_sandbox/Myrtille.Web/node_modules/interactjs/index.d.ts
xml
2016-03-10T11:30:37
2024-08-16T11:10:12
myrtille
cedrozor/myrtille
1,778
25
```xml import {Component, NgModule} from '@angular/core'; import {MatListModule} from '@angular/material/list'; /** * Basic component using `MatNavList` and `MatListItem`. Other parts of the list * module such as `MatList`, `MatSelectionList` or `MatListOption` are not used * and should be tree-shaken away. */ @Co...
/content/code_sandbox/integration/size-test/material/list/nav-list.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
148
```xml import deburr from "lodash/deburr"; import difference from "lodash/difference"; import sortBy from "lodash/sortBy"; import { observer } from "mobx-react"; import { DOMParser as ProsemirrorDOMParser } from "prosemirror-model"; import { TextSelection } from "prosemirror-state"; import * as React from "react"; impo...
/content/code_sandbox/app/components/Editor.tsx
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
2,077
```xml import { debug } from "../debug" import * as node_fetch from "node-fetch" import HttpProxyAgent from "http-proxy-agent" import HttpsProxyAgent from "https-proxy-agent" import AsyncRetry from "async-retry" const d = debug("networking") declare const global: any const isJest = typeof jest !== "undefined" const...
/content/code_sandbox/source/api/fetch.ts
xml
2016-08-20T12:57:06
2024-08-13T14:00:02
danger-js
danger/danger-js
5,229
1,026
```xml import { hooks } from 'botframework-webchat-api'; import classNames from 'classnames'; import PropTypes from 'prop-types'; import React, { useCallback, useRef, type FC, type FormEventHandler, type MouseEventHandler } from 'react'; import { useRefFrom } from 'use-ref-from'; import IconButton from '../SendBox/Ico...
/content/code_sandbox/packages/component/src/SendBoxToolbar/UploadButton.tsx
xml
2016-07-07T23:16:57
2024-08-16T00:12:37
BotFramework-WebChat
microsoft/BotFramework-WebChat
1,567
822
```xml <!-- Description: entry source contributor - email --> <feed xmlns="path_to_url"> <entry> <source> <contributor> <email>email@example.org</email> </contributor> </source> </entry> </feed> ```
/content/code_sandbox/testdata/parser/atom/atom10_feed_entry_source_contributor_email.xml
xml
2016-01-23T02:44:34
2024-08-16T15:16:03
gofeed
mmcdole/gofeed
2,547
64
```xml // PnP import { sp, RenderListDataOptions } from "@pnp/sp"; import { WebPartContext } from "@microsoft/sp-webpart-base"; import { SPHttpClient, SPHttpClientResponse, ISPHttpClientOptions } from '@microsoft/sp-http'; import { IGetListDataAsStreamResult, IRow } from './IGetListDataAsStreamResult'; import { GetAbs...
/content/code_sandbox/samples/react-comparer/src/services/OneDriveServices/OneDriveServices.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
1,432
```xml <?xml version="1.0" encoding="UTF-8"?> <nodes> <node> <text>this branch</text> <id>root/number_8</id> <cls>folder</cls> <leaf></leaf> <expanded></expanded> <value>number_8</value> <children> <node> <text><![CDATA[<i class="icon-shopping-cart"></i> Purchase Metronic Tod...
/content/code_sandbox/Git.Storage.Web/Theme/plugins/bootstrap-tree/xmlexample.xml
xml
2016-05-19T00:34:01
2024-07-23T18:45:11
gitwms
hechenqingyuan/gitwms
1,000
297
```xml import { API_CODES } from '@proton/shared/lib/constants'; import type { SyncMultipleApiResponse, SyncMultipleApiResponses, UpdateEventPartApiResponse, } from '@proton/shared/lib/interfaces/calendar'; import type { OpenedMailEvent } from '../../../../hooks/useGetOpenedMailEvents'; import type { A...
/content/code_sandbox/applications/calendar/src/app/containers/calendar/eventStore/cache/upsertResponsesArray.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
830
```xml import * as React from 'react'; import { TextField, Button, ButtonType } from 'office-ui-fabric-react'; import styles from './ConfigurationView.module.scss'; import IConfigurationViewState from './IConfigurationViewState'; import IConfigurationViewProps from './IConfigurationViewProps'; export default cla...
/content/code_sandbox/samples/react-todo-basic/src/webparts/todo/components/ConfigurationView/ConfigurationView.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
413
```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 realarray = require( './index' ); // TESTS // // The function returns a typed array.. { realarray(); //...
/content/code_sandbox/lib/node_modules/@stdlib/array/typed-real/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
282
```xml export { default as IconRow } from './IconRow'; export { default as MemoizedIconRow } from './MemoizedIconRow'; ```
/content/code_sandbox/packages/components/components/iconRow/index.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
29
```xml import * as React from 'react'; import ComponentExample from '../../../../components/ComponentDoc/ComponentExample'; import ExampleSection from '../../../../components/ComponentDoc/ExampleSection'; const Types = () => ( <ExampleSection title="Types"> <ComponentExample title="Default" descripti...
/content/code_sandbox/packages/fluentui/docs/src/examples/components/Form/Types/index.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
131
```xml import { inject, injectable } from 'inversify'; import * as path from 'path'; import { IServiceContainer } from '../../../ioc/types'; import '../../extensions'; import { TerminalShellType } from '../types'; import { ActivationScripts, VenvBaseActivationCommandProvider } from './baseActivationProvider'; // For ...
/content/code_sandbox/src/client/common/terminal/environmentActivationProviders/commandPrompt.ts
xml
2016-01-19T10:50:01
2024-08-12T21:05:24
pythonVSCode
DonJayamanne/pythonVSCode
2,078
612
```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 two arguments are strictly equal. * * ## Notes * * - The function dif...
/content/code_sandbox/lib/node_modules/@stdlib/assert/is-strict-equal/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
322
```xml import { getPackageJson } from '@expo/config'; import { getBareExtensions } from '@expo/config/paths'; import * as runtimeEnv from '@expo/env'; import JsonFile from '@expo/json-file'; import chalk from 'chalk'; import { MixedOutput, Module, ReadOnlyGraph, Reporter } from 'metro'; import { stableHash } from 'metr...
/content/code_sandbox/packages/@expo/metro-config/src/ExpoMetroConfig.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
3,247
```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.material.chip.Chip xmlns:android="path_to_url" xmlns:app="path_to_ur...
/content/code_sandbox/catalog/java/io/material/catalog/chip/res/layout/cat_chip_group_item_filter.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
110
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" android:versionCode="1" android:versionName="1.0" package="Xamarin.Forms_Performance_Integration"> <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="30" /> <application android:label="Xamarin.Forms.Performance.Integration...
/content/code_sandbox/tests/Xamarin.Forms-Performance-Integration/Droid/Properties/AndroidManifest.xml
xml
2016-03-30T15:37:14
2024-08-16T19:22:13
android
dotnet/android
1,905
91
```xml import { MstError, stringStartsWith } from "../internal" /** * path_to_url * path_to_url */ export interface IJsonPatch { readonly op: "replace" | "add" | "remove" readonly path: string readonly value?: any } export interface IReversibleJsonPatch extends IJsonPatch { readonly oldValue: any // This g...
/content/code_sandbox/src/core/json-patch.ts
xml
2016-09-04T18:28:25
2024-08-16T08:48:55
mobx-state-tree
mobxjs/mobx-state-tree
6,917
951
```xml import React, {FunctionComponent, MouseEvent, CSSProperties} from 'react' import _ from 'lodash' const handleClick = (e: MouseEvent<HTMLDivElement>): void => { e.stopPropagation() } const randomSize = (): CSSProperties => { const width = _.random(60, 200) return {width: `${width}px`} } const LoaderSkel...
/content/code_sandbox/ui/src/flux/components/LoaderSkeleton.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
296
```xml import * as React from 'react'; import cx from 'classnames'; import { createSvgIcon } from '../utils/createSvgIcon'; import { iconClassNames } from '../utils/iconClassNames'; export const BroadcastViewFullscreenIcon = createSvgIcon({ svg: ({ classes }) => ( <svg role="presentation" focusable="false" viewB...
/content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/BroadcastViewFullscreenIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
520