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 <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="path_to_url" xmlns:tools="path_to_url" tools:context="org.thoughtcrime.securesms.components.ZoomingImageView"> <com.github.chrisbanes.photoview.PhotoView android:id="@+id/image_view" and...
/content/code_sandbox/src/main/res/layout/zooming_image_view.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
155
```xml /* * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ import { renderIcon } from '../icon.renderer.js'; import { IconShapeTuple } from '../interfaces/icon.interfaces.js'; const icon = { outline: '<path d="M31....
/content/code_sandbox/packages/core/src/icon/shapes/indent.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
419
```xml <?xml version='1.0'?> <!--*-nxml-*--> <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "path_to_url"> <refentry id="flatpak-search"> <refentryinfo> <title>flatpak search</title> <productname>flatpak</productname> <authorgroup> <author> ...
/content/code_sandbox/doc/flatpak-search.xml
xml
2016-05-19T14:19:21
2024-08-16T16:20:45
flatpak
flatpak/flatpak
4,157
1,336
```xml // Components import React, {PureComponent} from 'react' import {connect} from 'react-redux' // Libraries import _ from 'lodash' import {Link} from 'react-router' // Components import AlertsTableRow from 'src/alerts/components/AlertsTableRow' import InfiniteScroll from 'src/shared/components/InfiniteScroll' im...
/content/code_sandbox/ui/src/alerts/components/AlertsTable.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
1,691
```xml <Project Sdk="Microsoft.NET.Sdk.Web"> <Import Project="..\..\..\..\configureawait.props" /> <Import Project="..\..\..\..\common.props" /> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <AssemblyName>Volo.ClientSimulation.Web</AssemblyName> <PackageId>Volo.ClientSimulation.Web</Pack...
/content/code_sandbox/modules/client-simulation/src/Volo.ClientSimulation.Web/Volo.ClientSimulation.Web.csproj
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
429
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|Win32"> <Configuration>debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfi...
/content/code_sandbox/PhysX_3.4/Snippets/compiler/vc14win32/SnippetContactModification.vcxproj
xml
2016-10-12T16:34:31
2024-08-16T09:40:38
PhysX-3.4
NVIDIAGameWorks/PhysX-3.4
2,343
4,845
```xml import { vi } from 'vitest'; import * as useNotificationsModule from '@proton/components/hooks/useNotifications'; export const mockUseNotifications = (value?: Partial<ReturnType<typeof useNotificationsModule.default>>) => { const mockedUseNotifications = vi.spyOn(useNotificationsModule, 'default'); mo...
/content/code_sandbox/packages/testing/lib/vitest/mockUseNotifications.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
123
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> ...
/content/code_sandbox/msvc/NanobenchmarkExample.vcxproj
xml
2016-02-17T16:29:40
2024-08-16T17:15:04
highwayhash
google/highwayhash
1,516
1,619
```xml import { Component } from '@angular/core'; import { Code } from '@domain/code'; @Component({ selector: 'sample-doc', template: ` <app-docsectiontext> <p>A sample UI implementation with templating and additional elements.</p> </app-docsectiontext> <div class="card flex...
/content/code_sandbox/src/app/showcase/doc/inputotp/sampledoc.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
1,538
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ export {default as withErrorHandling} from './withErrorHandling'; export {DocsProvider, default as withDocs, DocsContext} from './withDocs'; export {U...
/content/code_sandbox/optimize/client/src/modules/HOC/index.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
117
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {BusinessObject} from 'bpmn-js/lib/NavigatedViewer'; const isProcessEndEvent = (businessObject: BusinessObject) => { return ( businessOb...
/content/code_sandbox/operate/client/src/modules/bpmn-js/utils/isProcessEndEvent.ts
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
105
```xml <page id="map1" layout="column" description="Contains 4 boxes, to which 4 sources may be added"> <section layout="row" description="row 1"> <section id="box1"><placeholder id="box1source"/></section> <section id="box2"><placeholder id="box2source"/></section> </section> <section layo...
/content/code_sandbox/container-search/src/test/java/com/yahoo/search/pagetemplates/config/test/examples/mapexamples/map1.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
195
```xml <vector xmlns:android="path_to_url" android:height="34.0dp" android:tint="?attr/colorControlNormal" android:viewportHeight="15" android:viewportWidth="15" android:width="34.0dp"> <path android:fillColor="@android:color/white" android:pathData="M9 8L9 10L11.5 10C11.78 10 12 10.22 12 10.5L12 14.5C12 14.78 11.7...
/content/code_sandbox/app/src/main/res/drawable/ic_preset_temaki_camper_trailer_dump.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
765
```xml <remote_servers> </remote_servers> ```
/content/code_sandbox/tests/integration/test_config_corresponding_root/configs/config.d/bad.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
12
```xml import React, { useCallback } from "react"; import { RQInput } from "lib/design-system/components"; import { Input } from "antd"; import { BottomSheetLayout, BottomSheetPlacement, BottomSheetProvider } from "componentsV2/BottomSheet"; import SessionViewerBottomSheet from "features/sessionBook/components/SessionV...
/content/code_sandbox/app/src/features/sessionBook/screens/DraftSessionScreen/components/DraftSessionDetailsPanel/DraftSessionDetailsPanel.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
662
```xml import {createKeyboardEvent} from '../testing/private'; import {hasModifierKey} from './modifiers'; describe('keyboard modifiers', () => { it('should check whether the alt key is pressed', () => { const event = createKeyboardEvent('keydown', 0); const altEvent = createKeyboardEvent('keydown', 0, '', {...
/content/code_sandbox/src/cdk/keycodes/modifiers.spec.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
523
```xml import { type PackageSnapshot } from '@pnpm/lockfile.types' import * as dp from '@pnpm/dependency-path' import { type PkgResolutionId } from '@pnpm/types' export interface NameVer { name: string peersSuffix: string | undefined version: string nonSemverVersion?: PkgResolutionId } export function nameVer...
/content/code_sandbox/lockfile/utils/src/nameVerFromPkgSnapshot.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
164
```xml import React, { useState } from 'react'; import { useSelector } from 'react-redux'; import { getOSSFileUrl } from '../utils/uploadFile'; import Dialog from '../components/Dialog'; import Avatar from '../components/Avatar'; import Button from '../components/Button'; import { State } from '../state/reducer'; impo...
/content/code_sandbox/packages/web/src/modules/GroupInfo.tsx
xml
2016-02-15T14:47:58
2024-08-14T13:07:55
fiora
yinxin630/fiora
6,485
596
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ import { registerCodeHighlighting } from '@lexical/code' import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext' import { useEffect } from 'react'...
/content/code_sandbox/packages/web/src/javascripts/Components/SuperEditor/Plugins/CodeHighlightPlugin/index.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
116
```xml import "reflect-metadata" import { closeTestingConnections, createTestingConnections, reloadTestingDatabases, } from "../../utils/test-utils" import { DataSource } from "../../../src/data-source/DataSource" import { ObjectLiteral } from "../../../src/common/ObjectLiteral" import { expect } from "chai...
/content/code_sandbox/test/github-issues/513/issue-513.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
761
```xml // // // path_to_url // // This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS // snippet-start:[cdk.typescript.hello-cdk] import * as core from "@aws-cdk/core"; import { HelloCdkStack } from "../lib/hello-cdk-stack"; const app = new core.App(); new HelloCdkStack(app, "HelloCdkStack...
/content/code_sandbox/resources/cdk/legacy/basic-s3-bucket/hello-cdk.ts
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
101
```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 getOwnPropertyNames = require( './index' ); // TESTS // // The function returns an array of strings... {...
/content/code_sandbox/lib/node_modules/@stdlib/utils/property-names/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
145
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions id="definitions" xmlns="path_to_url" xmlns:flowable="path_to_url" targetNamespace="Examples"> <process id="boundaryConditionalOnEmbeddedSubprocess"> <startEvent id="theStart" /> <sequenceFlow id="flow1" sourceRef="theStart" targetRef="subprocess" />...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/event/conditional/BoundaryConditionalEventTest.testCatchNonInterruptingConditionalOnEmbeddedSubprocess.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
352
```xml import React from 'react'; import { List, Heading, Box } from 'native-base'; export const Example = () => { const [defaultColor, setDefaultColor] = React.useState('primary.400'); return ( <Box w="80%"> <Heading px={2} py={4} bg={defaultColor} fontSize={24} c...
/content/code_sandbox/example/storybook/stories/components/primitives/List/PressableList.tsx
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
316
```xml import { Component } from "@angular/core"; @Component({ selector: "app-logo-cnet", templateUrl: "logo-cnet.component.html", }) export class LogoCnetComponent {} ```
/content/code_sandbox/apps/web/src/app/auth/trial-initiation/content/logo-cnet.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
39
```xml <?xml version="1.0" encoding="UTF-8" ?> <routes xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <route id="myroute"></route> </routes> ```
/content/code_sandbox/samples/development-frameworks/laravel/vendor/symfony/routing/Tests/Fixtures/missing_path.xml
xml
2016-03-11T21:42:56
2024-08-16T09:31:00
sql-server-samples
microsoft/sql-server-samples
9,855
59
```xml <?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="es" original="../Resources.res...
/content/code_sandbox/src/Compatibility/ApiCompat/Microsoft.DotNet.PackageValidation/xlf/Resources.es.xlf
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
934
```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"> <modelV...
/content/code_sandbox/cache-explorer/pom.xml
xml
2016-09-09T22:28:14
2024-08-14T17:35:43
light-4j
networknt/light-4j
3,614
399
```xml <?xml version="1.0" encoding="utf-8"?> Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <RelativeLayout xmlns:android="path_to_url" android:padding="16dp" android:layout_width="match_parent" android:layout_height="wrap_content"> <Ima...
/content/code_sandbox/libraries_res/chrome_res/src/main/res/layout/physical_web_list_item_nearby_url.xml
xml
2016-07-04T07:28:36
2024-08-15T05:20:42
AndroidChromium
JackyAndroid/AndroidChromium
3,090
508
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="15705" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina6_1" orientation="portrait" app...
/content/code_sandbox/WeChat/ViewController/Me我/PersonCenterHeaderCell.xib
xml
2016-06-06T01:53:42
2024-08-05T09:45:48
WeChat
zhengwenming/WeChat
1,626
1,663
```xml import { act, fireEvent, render, screen, waitFor, } from '@testing-library/react'; import expect from 'expect'; import { createMemoryHistory } from 'history'; import * as React from 'react'; import { Route, Routes } from 'react-router'; import { TestMemoryRouter } from 'react-admin'; import...
/content/code_sandbox/packages/ra-core/codemods/__testfixtures__/replace-MemoryRouter-useEditController.output.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
6,970
```xml // See LICENSE in the project root for license information. import { IdentityMockTransformer } from '../transformers/IdentityMockTransformer'; export = new IdentityMockTransformer(); ```
/content/code_sandbox/heft-plugins/heft-jest-plugin/src/exports/jest-identity-mock-transform.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
34
```xml <settings version="2"> <setting id="NUM_ADAPTERS">1</setting> <setting id="RESTART_ON_RESUME" default="true">false</setting> <setting id="WAIT_FOR_FEINIT" default="true">false</setting> <setting id="WORKAROUND_SLEEP" default="true">false</setting> <setting id="WORKAROUND_SLEEP_TIME">1</settin...
/content/code_sandbox/packages/addons/service/oscam/source/settings-default.xml
xml
2016-03-13T01:46:18
2024-08-16T11:58:29
LibreELEC.tv
LibreELEC/LibreELEC.tv
2,216
93
```xml import * as React from 'react'; interface MyType { foo: number; bar: boolean; baz?: { n: number }; } function assertIsString(val: any): asserts val is string { if (typeof val !== 'string') { throw new Error('Not a string!'); } } const foo: any = 'bar'; assertIsString(foo); type MyObject = Pick<...
/content/code_sandbox/test/fixtures/typescript-advanced/src/App.tsx
xml
2016-07-17T14:55:11
2024-08-16T18:02:58
create-react-app
facebook/create-react-app
102,384
152
```xml import { BackgroundFetchOptions, BackgroundFetchResult, BackgroundFetchStatus } from './BackgroundFetch.types'; /** * Gets a status of background fetch. * @return Returns a promise which fulfils with one of `BackgroundFetchStatus` enum values. */ export declare function getStatusAsync(): Promise<BackgroundFet...
/content/code_sandbox/packages/expo-background-fetch/build/BackgroundFetch.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
492
```xml import { ReactNode } from 'react'; import { Rocket } from 'lucide-react'; import LinuxIcon from '@/assets/ico/linux.svg?c'; import MicrosoftIcon from '@/assets/ico/vendor/microsoft.svg?c'; import KubernetesIcon from '@/assets/ico/vendor/kubernetes.svg?c'; import { Icon } from '@@/Icon'; import { FallbackImage ...
/content/code_sandbox/app/react/portainer/templates/components/TemplateItem.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
699
```xml import React, { FunctionComponent } from "react" import TimelineCommand from "../../components/TimelineCommand" import ContentView from "../../components/ContentView" import { TimelineCommandProps, buildTimelineCommand } from "../BaseCommand" interface StateValuesChangePayload { added: any changed: any c...
/content/code_sandbox/lib/reactotron-core-ui/src/timelineCommands/StateValuesChangeCommand/index.tsx
xml
2016-04-15T21:58:32
2024-08-16T11:39:46
reactotron
infinitered/reactotron
14,757
400
```xml /* only nested types 1. with no identifier field 2. that don't become array elements 3. with more than 1 field */ export default [ 'UserDetailsType', 'Coordinate', 'TimeTrack', 'OTPConfig', 'MailConfig', 'ManualVerificationConfig', 'PasswordVerificationConfig', 'Styles', 'UserNotif...
/content/code_sandbox/packages/erxes-ui/src/no-id-nested-types.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
202
```xml import Link from 'next/link' export default function Page() { return ( <div> <h1>Modal</h1> <ul> <li> <Link href="/u/foobar/l">Profile Link</Link> </li> <li> <Link href="/trending">Trending Link</Link> </li> </ul> </div> ) } ```
/content/code_sandbox/test/e2e/app-dir/parallel-routes-catchall-specificity/app/@modal/(...)comments/[productId]/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
91
```xml import { PageId, PageGroup, pagesSpecs } from '@doc/pages'; import type { MaterialCommunityIcons } from '@expo/vector-icons'; import { ComponentProps } from 'react'; export type IconName = ComponentProps<typeof MaterialCommunityIcons>['name']; export type PageRoute = `${PageGroup}-${PageId}`; export type Playg...
/content/code_sandbox/apps/discovery/src/nav-model.ts
xml
2016-11-29T10:50:53
2024-08-08T06:53:22
react-native-render-html
meliorence/react-native-render-html
3,445
238
```xml <?xml version="1.0" encoding="utf-8"?> <!--EXPORTED BY TOOL, DON'T MODIFY IT!--> <!--Source File: node_test\query_ut_2.xml--> <behavior name="node_test/query_ut_2" agenttype="AgentNodeTest" version="4"> <node class="Sequence" id="0"> <attachment class="Precondition" id="1" flag="precondition"> <prope...
/content/code_sandbox/integration/unity/Assets/Resources/behaviac/exported/node_test/query_ut_2.xml
xml
2016-11-21T05:08:08
2024-08-16T07:18:30
behaviac
Tencent/behaviac
2,831
400
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <resData> <domain:chkData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:cd> <domain:name avail="0">example1.tld</domain:name> ...
/content/code_sandbox/core/src/test/resources/google/registry/flows/domain/domain_check_fee_response_default_token_v11.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
580
```xml /** * @license * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at path_to_url */ import {AttributeSelectorUpgradeData, VersionChanges} from '@angular/cdk/schematics'; export const attributeSelectors: VersionChanges<AttributeSelectorUpgradeData> = {};...
/content/code_sandbox/src/material/schematics/ng-update/data/attribute-selectors.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
70
```xml <?xml version="1.0"?> <phpunit xmlns:xsi="path_to_url" colors="true" xsi:noNamespaceSchemaLocation="path_to_url"> <testsuites> <testsuite name="main"> <directory suffix="Test.php">.</directory> </testsuite> </testsuites> <logging/> <source> <include> <directory suffi...
/content/code_sandbox/tests/phpunit.xml
xml
2016-08-16T15:09:33
2024-08-09T00:52:45
self-service-password
ltb-project/self-service-password
1,143
121
```xml /** * @license * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at path_to_url */ import {AnimationEvent} from '@angular/animations'; import {CdkAccordionItem} from '@angular/cdk/accordion'; import {UniqueSelectionDispatcher} from '@angular/cdk/collect...
/content/code_sandbox/src/material/expansion/expansion-panel.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
1,986
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>%FRAMEWORK%</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> </Project> ```
/content/code_sandbox/test/dotnet-new.Tests/Approvals/FeaturesSupport.classlib.Nullable-True#TopLevel-True#ImplicitUsings-True#FileScopedNs-True#Framework-net7.0#cs#NoLangVer.verified/MyProject/classlib.csproj
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
53
```xml <vector xmlns:android="path_to_url" android:width="48dp" android:height="48dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:pathData="m12,0 l-6,12h3.5a2.5,2.5 0,0 1,2.5 -2.5,2.5 2.5,0 0,1 2.5,2.5h3.5z" android:fillColor="#c33"/> <path android:pathDat...
/content/code_sandbox/app/src/main/res/drawable/ic_compass_needle_48dp.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
206
```xml import React from 'react'; import { Story, Meta } from '@storybook/react'; import CustomAddVideoEditor from './CustomAddVideoEditor'; export default { title: 'Video/Editor with Video Plugin and Add Video Button', component: CustomAddVideoEditor } as Meta; export const Default: Story = () => <CustomAddVid...
/content/code_sandbox/stories/adding-video/src/CustomAddVideoEditor.stories.tsx
xml
2016-02-26T09:54:56
2024-08-16T18:16:31
draft-js-plugins
draft-js-plugins/draft-js-plugins
4,087
75
```xml import type { VerificationPreferences } from '../VerificationPreferences'; import type { ContactEmail } from '../contacts'; export type GetVerificationPreferences = ({ email, lifetime, contactEmailsMap, }: { email: string; lifetime?: number; contactEmailsMap?: { [email: string]: ContactE...
/content/code_sandbox/packages/shared/lib/interfaces/hooks/GetVerificationPreferences.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
77
```xml import { customFieldsDataByFieldCode } from "@erxes/api-utils/src/fieldUtils"; import { IModels } from "../connectionResolver"; import { ICustomerDocument } from "../db/models/definitions/customers"; import { Transform } from "stream"; import { EMAIL_VALIDATION_STATUSES, LOG_MAPPINGS } from "../data/modules/...
/content/code_sandbox/packages/core/src/messageBrokers/utils.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
11,114
```xml <?xml version="1.0" encoding="utf-8"?> <project name="ext-theme-neutral" default=".help"> <!-- The build-impl.xml file imported here contains the guts of the build process. It is a great idea to read that file to understand how the process works, but it is best to limit your changes to this file....
/content/code_sandbox/ext/packages/ext-theme-neutral/build.xml
xml
2016-04-12T18:27:27
2024-08-16T16:17:46
community-edition
ramboxapp/community-edition
6,351
296
```xml export const functions: string[] = [ // path_to_url // // path_to_url#aggregate-functions // 'ANY', 'APPROX_COUNT_DISTINCT', 'APPROX_PERCENTILE', 'AVG', 'BIT_AND', 'BIT_OR', 'BIT_XOR', 'BOOL_AND', 'BOOL_OR', 'COLLECT_LIST', 'COLLECT_SET', 'CORR', 'COUNT', 'COUNT', 'COUNT', '...
/content/code_sandbox/src/languages/spark/spark.functions.ts
xml
2016-09-12T13:09:04
2024-08-16T10:30:12
sql-formatter
sql-formatter-org/sql-formatter
2,272
1,780
```xml /* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * Measures the total success or failures for the display name selection ...
/content/code_sandbox/packages/metrics/types/web_core_signup_congratulationsStep_displayNameChoice_total_v1.schema.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
118
```xml import { build } from 'esbuild' /** * We publish the "pnpm" package bundled with all refclone artifacts for macOS and Windows. * Unfortunately, we need to do this because otherwise corepack wouldn't be able to install * pnpm with reflink support. Reflink is only unpacking the pnpm tarball and does no additio...
/content/code_sandbox/pnpm/bundle.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
265
```xml export { menuVariables as menuItemIndicatorVariables } from './menuVariables'; ```
/content/code_sandbox/packages/fluentui/react-northstar/src/themes/teams-dark/components/Menu/menuItemIndicatorVariables.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
15
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignWithParentIfMissing="true" android:orientatio...
/content/code_sandbox/calendar/src/main/res/layout/layout_schedule.xml
xml
2016-10-08T07:10:11
2024-08-14T08:22:32
Calendar
xiaojianglaile/Calendar
1,293
818
```xml <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>com.journaldev</groupId> <artifactId>EmployeeRegistration-JSFBridge</artifactId> <packaging>war</packaging> <version>0.0.1-SNAPSHOT</version> <name>EmployeeRegistr...
/content/code_sandbox/Portal-Portlets/EmployeeRegistration-JSFBridge/pom.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
1,180
```xml import axios, { parseAxiosError } from '@/portainer/services/axios'; import { RegistryId } from '@/react/portainer/registries/types/registry'; import { Pair } from '@/react/portainer/settings/types'; import { EdgeGroup } from '@/react/edge/edge-groups/types'; import { AutoUpdateResponse } from '@/react/portainer...
/content/code_sandbox/app/react/edge/edge-stacks/queries/useCreateEdgeStack/createStackFromGit.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
650
```xml class A {} let a = new A() let x = a.x //TS2339 class X { prop: () => void; } class B2 extends X { prop() { // TS2425 } } ```
/content/code_sandbox/tests/errors-test/cases/fields.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
49
```xml /** * @license * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, ...
/content/code_sandbox/packages/mdc-linear-progress/test/foundation.test.ts
xml
2016-12-05T16:04:09
2024-08-16T15:42:22
material-components-web
material-components/material-components-web
17,119
2,823
```xml // These kind of comments are used in HTML export const html = { regionStartMatcher: /^\s*<!--\s*#docregion\s*(.*?)\s*(?:-->)?\s*$/, regionEndMatcher: /^\s*<!--\s*#enddocregion\s*(.*?)\s*-->\s*$/, }; ```
/content/code_sandbox/tools/region-parser/region-matchers/html.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
72
```xml <?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ru" original="../LocalizableSt...
/content/code_sandbox/src/Cli/dotnet/commands/dotnet-workload/search/xlf/LocalizableStrings.ru.xlf
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
373
```xml <manifest xmlns:android="path_to_url" package="com.weishu.upf.receiver_management.app"> <application android:allowBackup="true" android:name="com.weishu.upf.receiver_management.app.UPFApplication" android:label="@string/app_name" android:icon="@mipma...
/content/code_sandbox/receiver-management/src/main/AndroidManifest.xml
xml
2016-01-28T02:51:45
2024-08-16T11:36:48
understand-plugin-framework
tiann/understand-plugin-framework
2,633
134
```xml import {Injectable} from '@angular/core'; import {WNode, Workflow} from 'app/model/workflow.model'; import {BehaviorSubject, Observable} from 'rxjs'; @Injectable() export class WorkflowCoreService { private _linkJoinEvent: BehaviorSubject<WNode> = new BehaviorSubject(null); private _asCodeEditorEvent: ...
/content/code_sandbox/ui/src/app/service/workflow/workflow.core.service.ts
xml
2016-10-11T08:28:23
2024-08-16T01:55:31
cds
ovh/cds
4,535
298
```xml import * as fs from 'node:fs'; import * as path from 'node:path'; import type { BackupMetaFileContent, BackupOptions, RxDatabase } from '../../types/index.d.ts'; import { blobToString, now } from '../../plugins/utils/index.ts'; /** * ensure that the given folder exists */ export function ensureFol...
/content/code_sandbox/src/plugins/backup/file-util.ts
xml
2016-12-02T19:34:42
2024-08-16T15:47:20
rxdb
pubkey/rxdb
21,054
657
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <transfer op="request"> <domain:transfer xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>rich.example</domain:name> <domain:period unit="y">1</domain:period> <domain:authInfo> <domain:pw roi...
/content/code_sandbox/core/src/test/resources/google/registry/flows/domain/domain_transfer_request_premium.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
153
```xml import { MarkdownString, ThemeColor, ThemeIcon, TreeItem, TreeItemCollapsibleState, window } from 'vscode'; import type { ViewShowBranchComparison } from '../../config'; import type { Colors } from '../../constants'; import { GlyphChars } from '../../constants'; import type { GitUri } from '../../git/gitUri'; im...
/content/code_sandbox/src/views/nodes/branchNode.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
5,257
```xml import { ModuleView } from '../../abstract'; import Resizer from '../../utils/Resizer'; import Panel from '../model/Panel'; import ButtonsView from './ButtonsView'; export default class PanelView extends ModuleView<Panel> { constructor(model: Panel) { super({ model, el: model.get('el') as string }); t...
/content/code_sandbox/src/panels/view/PanelView.ts
xml
2016-01-22T00:23:19
2024-08-16T11:20:59
grapesjs
GrapesJS/grapesjs
21,687
889
```xml import { Button, makeStyles, tokens, typographyStyles } from '@fluentui/react-components'; import { Carousel, CarouselButton, CarouselCard, CarouselSlider } from '@fluentui/react-carousel-preview'; import * as React from 'react'; const useClasses = makeStyles({ carousel: { display: 'grid', gridTemplat...
/content/code_sandbox/packages/react-components/react-carousel-preview/stories/src/Carousel/CarouselControlled.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
755
```xml // See LICENSE in the project root for license information. import { MockWritable, StringBufferTerminalProvider, Terminal } from '@rushstack/terminal'; import { JsonFile } from '@rushstack/node-core-library'; import { StreamCollator } from '@rushstack/stream-collator'; import { BuildPlanPlugin } from '../BuildP...
/content/code_sandbox/libraries/rush-lib/src/logic/operations/test/BuildPlanPlugin.test.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
1,069
```xml import * as express from 'express'; import { LogLevel } from '../../options'; import { JsonMap, AnyJson } from '../../../common/jsonTypes'; import { MessageProviders } from '../../message'; export type Hook = () => Promise<unknown>; /** * State handlers map a state description to a function * that can setup ...
/content/code_sandbox/src/dsl/verifier/proxy/types.ts
xml
2016-06-03T12:02:17
2024-08-15T05:47:24
pact-js
pact-foundation/pact-js
1,596
321
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>$(CurrentTargetFramework)</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonPackageVersion)" /> </ItemGroup> </Project> ```
/content/code_sandbox/test/TestAssets/TestPackages/dotnet-new/test_templates/PostActions/RestoreNuGet/TwoProjectsPrimaryOutputs/Custom/MyTestProject/MyTestProject.csproj
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
75
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="path_to_url"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGro...
/content/code_sandbox/UWPHook/UWPHook.csproj
xml
2016-09-18T11:43:03
2024-08-15T10:36:31
UWPHook
BrianLima/UWPHook
1,534
2,472
```xml <?xml version="1.0" encoding="UTF-8"?> <manifest> <remote name="rocm-org" fetch="path_to_url" /> <default revision="refs/tags/rocm-6.2.0" remote="rocm-org" sync-c="true" sync-j="4" /> <!--list of projects for ROCm--> <project name="amdsmi" /> <project name="omniperf" /> <projec...
/content/code_sandbox/tools/rocm-build/rocm-6.2.0.xml
xml
2016-03-18T00:24:29
2024-08-16T18:19:24
ROCm
ROCm/ROCm
4,429
920
```xml // luma.gl /** * Stores luma.gl specific state associated with a context */ export interface WebGLContextData { _polyfilled: boolean; _extensions: Record<string, any>; } /** * Gets luma.gl specific state from a context * @returns context state */ export function getWebGLContextData(gl: WebGL2Rendering...
/content/code_sandbox/modules/webgl/src/context/helpers/webgl-context-data.ts
xml
2016-01-25T09:41:59
2024-08-16T10:03:05
luma.gl
visgl/luma.gl
2,280
166
```xml import React from 'react' import SpecProperty from './_SpecProperty' import DataProperty, { Stop } from './_DataProperty' import ZoomProperty from './_ZoomProperty' import ExpressionProperty from './_ExpressionProperty' import {function as styleFunction} from '@maplibre/maplibre-gl-style-spec'; import {findDefa...
/content/code_sandbox/src/components/FieldFunction.tsx
xml
2016-09-08T17:52:22
2024-08-16T12:54:23
maputnik
maplibre/maputnik
2,046
2,536
```xml type Props = { children: React.ReactNode; }; export default function Container({ children }: Props) { return <div className="container mx-auto px-5">{children}</div>; } ```
/content/code_sandbox/examples/cms-enterspeed/components/container.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
40
```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 runtime from "@pulumi/pulumi/runtime" // @pulumi dependency is not included import * as semver from "semver" // npm depend...
/content/code_sandbox/tests/integration/nodejs/codepaths-workspaces/infra/index.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
270
```xml import type { DragEvent, ReactNode } from 'react'; import { useEffect, useMemo, useRef } from 'react'; import { createPortal } from 'react-dom'; interface DragMoveContentProps<T> { data?: T; dragging?: boolean; children: ReactNode; } interface UseDragMoveParams { dragging: boolean; setDragg...
/content/code_sandbox/packages/components/hooks/useDragMove.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
378
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <language name="BrightScript" section="Scripts" extensions="*.brs" version="5" kateversion="5.0" author="Daniel Levin (dendy.ua@gmail.com)" license="MIT"> <highlighting> <list name="library"><item>library</item></list> ...
/content/code_sandbox/src/data/extra/syntax-highlighting/syntax/brightscript.xml
xml
2016-10-05T07:24:54
2024-08-16T05:03:40
vnote
vnotex/vnote
11,687
8,146
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug-c++17|Win32"> <Configuration>Debug-c++17</Configuration> <Platform>Win32</Platform> </ProjectConfigu...
/content/code_sandbox/extern/libcds/projects/Win/vc141/gtest-list-lazy.vcxproj
xml
2016-03-16T06:10:37
2024-08-16T14:13:51
firebird
FirebirdSQL/firebird
1,223
12,831
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. This code is free software; you can redistribute it and/or modify it published by the Free Software Foundation. Oracle designates this particular file as subject to the "Classpath" exception as provided by...
/content/code_sandbox/visualvm/libs.profiler/profiler.api/build.xml
xml
2016-09-12T14:44:30
2024-08-16T14:41:50
visualvm
oracle/visualvm
2,821
265
```xml // Libraries import React, {PureComponent, CSSProperties} from 'react' import classnames from 'classnames' import _ from 'lodash' import memoizeOne from 'memoize-one' // Components import InvalidData from 'src/shared/components/InvalidData' // Utils import {manager} from 'src/worker/JobManager' import { SMAL...
/content/code_sandbox/ui/src/shared/components/SingleStat.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
1,743
```xml <vector android:height="24dp" android:viewportHeight="24.0" android:viewportWidth="24.0" android:width="24dp" xmlns:android="path_to_url"> <path android:fillColor="#FFFFFF" android:pathData="M1,18v3h3c0,-1.66 -1.34,-3 -3,-3zM1,14v2c2.76,0 5,2.24 5,5h2c0,-3.87 -3.13,-7 -7,-7zM19,7L5,7v1.63c3.96,1.28 7...
/content/code_sandbox/core-sample-app/src/main/res/drawable/ic_cast_connected_24dp.xml
xml
2016-08-29T12:04:03
2024-08-16T13:03:46
android-youtube-player
PierfrancescoSoffritti/android-youtube-player
3,391
291
```xml import React from 'react'; /** * KML specific props. */ export type KMLProps = { /** * The value of require('path/to/file.kml') for the .kml asset */ filePath: string; }; /** * Internal JSON object for representing marker KMLs in Expo Maps library. * * See {@link KMLProps} for more detail....
/content/code_sandbox/packages/expo-maps/build/KML.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
177
```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 objectValues = require( './index' ); // TESTS // // The function returns an array of values... { object...
/content/code_sandbox/lib/node_modules/@stdlib/utils/values/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
199
```xml <?xml version="1.0" encoding="utf-8"?> <!--EXPORTED BY TOOL, DON'T MODIFY IT!--> <!--Source File: node_test\decoration_loopuntil_ut_0.xml--> <behavior name="node_test/decoration_loopuntil_ut_0" agenttype="AgentNodeTest" version="5"> <node class="Sequence" id="0"> <node class="Action" id="4"> <propert...
/content/code_sandbox/integration/unity/Assets/Resources/behaviac/exported/node_test/decoration_loopuntil_ut_0.xml
xml
2016-11-21T05:08:08
2024-08-16T07:18:30
behaviac
Tencent/behaviac
2,831
285
```xml import { Container, Greeting, NavButton, RestartButton, SetupList, SubContent, Text } from './styles'; import { IFeature, IRoleValue } from 'modules/robot/types'; import CollapseContent from 'modules/common/components/CollapseContent'; import { Description } from '@erxes/ui-settings/src/styles'; i...
/content/code_sandbox/packages/core-ui/src/modules/robot/components/Setup.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,372
```xml import { bind } from 'decko'; import * as React from 'react'; import { connect } from 'react-redux'; import { selectIsComparedEntity, selectEntityForComparing, unselectEntityForComparing, } from '../../../store'; import { IApplicationState, IConnectedReduxProps } from 'setup/store/store'; import CompareC...
/content/code_sandbox/webapp/client/src/features/compareModels/view/CompareEntities/CompareClickAction/CompareClickAction.tsx
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
396
```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 { canfulfill, interfaces } from 'ask-sdk-model'; import { expect } from 'chai'; import { ImageHelper } from '../....
/content/code_sandbox/ask-sdk-core/tst/response/ResponseFactory.spec.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
5,850
```xml import { useCallback, useEffect, useState } from 'react'; import { ActionResult, getActionResult } from 'shared/components/Actions'; import { Databases } from 'shared/core'; import { mysqlMethods } from '../../../database-models'; import { processTableData } from '../../TableContainer.tools'; interface StatusDa...
/content/code_sandbox/pmm-app/src/pmm-qan/panel/components/Details/Table/components/Status/Status.hooks.tsx
xml
2016-01-22T07:14:23
2024-08-13T13:01:59
grafana-dashboards
percona/grafana-dashboards
2,661
273
```xml import * as React from 'react'; import type { Meta } from '@storybook/react'; import { Steps } from 'storywright'; import { Textarea } from '@fluentui/react-textarea'; import { withStoryWrightSteps, TestWrapperDecoratorFixedWidth } from '../../utilities'; export default { title: 'Textarea Converged', decor...
/content/code_sandbox/apps/vr-tests-react-components/src/stories/Textarea/TextareaInteractions.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
471
```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> <dimen name="mtrl_badge_size">8dp</dimen> <dimen name="mtrl_badge...
/content/code_sandbox/lib/java/com/google/android/material/badge/res/values/dimens.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
561
```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> <declare-styleable name="ElasticDragDismissFrameLayout"> <attr name="d...
/content/code_sandbox/app/src/main/res/values/attrs_elastic_drag_dismiss_frame_layout.xml
xml
2016-08-20T00:57:24
2024-08-09T02:01:01
LookLook
xinghongfei/LookLook
2,211
135
```xml <?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.CardView xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:id="@+id/album_card" android:layout_width="wrap_content" android:layout_height="wrap_content" app:cardCornerRadius="0dp" ...
/content/code_sandbox/app/src/main/res/layout/card_album_compact.xml
xml
2016-01-07T17:24:12
2024-08-16T06:55:33
LeafPic
UnevenSoftware/LeafPic
3,258
920
```xml import { isAbsolute, relative } from 'path'; import { isValidPath } from '@graphql-tools/utils'; import { normalizeInstanceOrArray, Types } from '@graphql-codegen/plugin-helpers'; import isGlob from 'is-glob'; import mm from 'micromatch'; import { CodegenContext } from '../config.js'; type NegatedPattern = `!${...
/content/code_sandbox/packages/graphql-codegen-cli/src/utils/patterns.ts
xml
2016-12-05T19:15:11
2024-08-15T14:56:08
graphql-code-generator
dotansimha/graphql-code-generator
10,759
2,467
```xml import { Redirect } from 'react-router-dom'; import { useBitcoinBlockchainContext } from '../contexts'; export const EmptyViewContainer = () => { const { decryptedApiWalletsData } = useBitcoinBlockchainContext(); if (decryptedApiWalletsData?.length) { return <Redirect to={`wallets/${decryptedA...
/content/code_sandbox/applications/wallet/src/app/containers/EmptyViewContainer.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
88
```xml import { Viewlet } from "./viewlet"; import { Code } from "./code"; const SEARCH_BOX = "div.extensions-viewlet[id=\"workbench.view.extensions\"] .monaco-editor textarea"; export class Extensions extends Viewlet { constructor(code: Code) { super(code); } public async openExtensionsViewlet...
/content/code_sandbox/test/smoke/automation/src/extensions.ts
xml
2016-01-20T21:10:07
2024-08-16T15:29:52
vscode-react-native
microsoft/vscode-react-native
2,617
515
```xml import { NamedPalette, NamedTheme } from './types'; export const paletteTemplate = (id: string): NamedPalette & { id: string } => ({ id, name: '', keyColor: [44.51, 39.05, 288.84], darkCp: 2 / 3, lightCp: 1 / 3, hueTorsion: 0, }); export const themeTemplate = (id: string): NamedTheme & { id: string...
/content/code_sandbox/packages/react-components/theme-designer/src/colors/templates.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
128
```xml import { IsOptional } from "class-validator"; import { Environment } from "@server/env"; import environment from "@server/utils/environment"; import { CannotUseWithout } from "@server/utils/validators"; class GooglePluginEnvironment extends Environment { /** * Google OAuth2 client credentials. To enable au...
/content/code_sandbox/plugins/google/server/env.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
142