text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```xml import React from 'react'; import { cx } from '@emotion/css'; export const Scrollbar = (props) => { const { children, ...restProps } = props; return ( <div {...restProps} className={cx(restProps.className)}> {children} </div> ); }; ```
/content/code_sandbox/pmm-app/src/shared/components/Elements/Scrollbar/__mocks__/Scrollbar.tsx
xml
2016-01-22T07:14:23
2024-08-13T13:01:59
grafana-dashboards
percona/grafana-dashboards
2,661
66
```xml import { Editor, EditorInterface } from '../interfaces/editor' export const first: EditorInterface['first'] = (editor, at) => { const path = Editor.path(editor, at, { edge: 'start' }) return Editor.node(editor, path) } ```
/content/code_sandbox/packages/slate/src/editor/first.ts
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
56
```xml import { SettingsListItem, SidebarList, SidebarListItem } from '@proton/components'; import { getIsSectionAvailable, getSectionPath } from '@proton/components/containers/layout/helper'; import CalendarsSettingsSidebarList from './CalendarsSettingsSidebarList'; import type { getCalendarAppRoutes } from './routes...
/content/code_sandbox/applications/account/src/app/containers/calendar/CalendarSettingsSidebar.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
432
```xml <GroupPolicyObject><SecurityGroups><Group bkp:Source="FromDACL"><Sid><![CDATA[S-1-5-21-852640682-2439737213-2645099010-519]]></Sid><SamAccountName><![CDATA[Enterprise Admins]]></SamAccountName><Type><![CDATA[UniversalGroup]]></Type><NetBIOSDomainName><![CDATA[IDL]]></NetBIOSDomainName><DnsDomainName><![CDATA...
/content/code_sandbox/Internet Explorer/Group Policy Objects/User/{AF749E88-41DD-4DA8-8BD7-5CCEBABB6B75}/Backup.xml
xml
2016-02-26T19:43:51
2024-08-16T18:13:11
Windows-Secure-Host-Baseline
nsacyber/Windows-Secure-Host-Baseline
1,548
1,316
```xml import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { FormsModule } from '@angular/forms'; import { IonicModule } from '@ionic/angular'; import { SignupPage } from './signup'; import { SignupPageRoutingModule } from './signup-routing.module'; @NgModule({ imports: ...
/content/code_sandbox/examples/ionic-angular/src/app/pages/signup/signup.module.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
97
```xml import * as React from 'react'; import { Shadow } from './ShadowHelper'; import { TextFieldBasicExample } from '../TextField/TextField.Basic.Example'; export const ShadowDOMTextFieldExample: React.FunctionComponent = () => { return ( <Shadow> <TextFieldBasicExample /> </Shadow> ); }; ```
/content/code_sandbox/packages/react-examples/src/react/ShadowDOM/ShadowDOM.TextField.Example.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
67
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES ...
/content/code_sandbox/infra/pom.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
392
```xml import type { FC, PropsWithChildren } from 'react'; import React, { useState } from 'react'; import { LocationProvider } from '@storybook/core/router'; import { styled } from '@storybook/core/theming'; import type { Meta, StoryObj } from '@storybook/react'; import { fn } from '@storybook/test'; import { action...
/content/code_sandbox/code/core/src/manager/components/layout/Layout.stories.tsx
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
835
```xml import React from 'react'; import { Text } from 'native-base'; export const Example = () => { return ( <Text italic> <Text bold>Taj Mahal</Text> is in Agra. </Text> ); }; ```
/content/code_sandbox/example/storybook/stories/components/primitives/Text/Nested.tsx
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
54
```xml // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // // path_to_url // // Unless required by applicable law or agreed to in writing, // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDI...
/content/code_sandbox/js/test/unit/ipc/reader/json-reader-tests.ts
xml
2016-02-17T08:00:23
2024-08-16T19:00:48
arrow
apache/arrow
14,094
254
```xml import { IterableX } from '../../iterable/iterablex.js'; import { filter } from '../../iterable/operators/filter.js'; /** * @ignore */ export function filterProto<T, S extends T>( this: IterableX<T>, predicate: (value: T, index: number) => value is S, thisArg?: any ): IterableX<S>; export function filte...
/content/code_sandbox/src/add/iterable-operators/filter.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
205
```xml import * as React from 'react'; import { createSvgIcon } from '../utils/createSvgIcon'; export const PresenceAvailableIcon = createSvgIcon({ svg: ({ classes }) => ( <svg role="presentation" focusable="false" viewBox="0 0 10 10" className={classes.svg}> <path d="M4.99769 0C2.23754 0 0 2.23754 0 4.997...
/content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/PresenceAvailableIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
516
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <resources> <string name="item_view_role_description">Flipi</string> </resources>...
/content/code_sandbox/lib/java/com/google/android/material/resources/res/values-is/strings.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
84
```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="M2 2C2.55 2 3 2.45 3 3L3 3.56L12.38 12L13 12C13.55 12 14 12.45 14...
/content/code_sandbox/app/src/main/res/drawable/ic_preset_temaki_buffer_stop.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
280
```xml const GQL_QUERY_WITH_CONST = /* GraphQL */ ` query S { shop } ` as const; const HTML_WITH_CONST = /* HTML */ ` <div> <h1>foo</h1> <p>foo</p> </div> ` as const; ```
/content/code_sandbox/tests/format/typescript/as/as-const-embedded.ts
xml
2016-11-29T17:13:37
2024-08-16T17:29:57
prettier
prettier/prettier
48,913
56
```xml <?xml version="1.0" encoding="utf-8"?> <!-- path_to_url Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <resources> <string name="cat_navigation_rail_title" description="The title for the n...
/content/code_sandbox/catalog/java/io/material/catalog/navigationrail/res/values/strings.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
1,773
```xml // See LICENSE in the project root for license information. module.exports = { moduleValue: 'zzz' }; ```
/content/code_sandbox/heft-plugins/heft-jest-plugin/src/test/project1/a/b/mockTransformModule1.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
25
```xml export * from "./reference-run"; ```
/content/code_sandbox/src/file/footnotes/footnote/run/index.ts
xml
2016-03-26T23:43:56
2024-08-16T13:02:47
docx
dolanmiu/docx
4,139
8
```xml import { EMA } from '../moving_averages/EMA'; import { CandleData } from '../StockData'; import { Indicator, IndicatorInput } from '../indicator/indicator'; export class ForceIndexInput extends IndicatorInput { close : number[]; volume : number[]; period : number = 1; }; export class ForceIndex extends ...
/content/code_sandbox/src/volume/ForceIndex.ts
xml
2016-05-02T19:16:32
2024-08-15T14:25:09
technicalindicators
anandanand84/technicalindicators
2,137
404
```xml /** * @license */ import {ArbitraryEqualityMap as ArbitraryEqualityMap_} from '../core/lib/arbitrary-equality-map.js'; import * as Artifacts_ from './artifacts.js'; import Audit_ from './audit.js'; import Config_ from './config.js'; import {Protocol as _Crdp} from 'devtools-protocol/types/protocol.js'; import...
/content/code_sandbox/types/lh.d.ts
xml
2016-03-08T01:03:11
2024-08-16T10:56:56
lighthouse
GoogleChrome/lighthouse
28,125
673
```xml <?xml version="1.0"?> <doc> <assembly> <name>Microsoft.VisualStudio.Validation</name> </assembly> <members> <member name="T:System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute"> <summary> Marks code to be excluded from code coverage. </...
/content/code_sandbox/packages/Microsoft.VisualStudio.Validation.14.1.111/lib/portable-net45+win+wpa81+wp80/Microsoft.VisualStudio.Validation.xml
xml
2016-04-24T09:50:47
2024-08-16T11:45:14
ILRuntime
Ourpalm/ILRuntime
2,976
5,400
```xml import { ErrorHandler, Injectable, Injector, inject } from "@angular/core"; import { LogService } from "@bitwarden/common/platform/abstractions/log.service"; @Injectable() export class LoggingErrorHandler extends ErrorHandler { /** * When injecting services into an `ErrorHandler`, we must use the `Injecto...
/content/code_sandbox/libs/angular/src/platform/services/logging-error-handler.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
139
```xml import graphqlPubsub from "@erxes/api-utils/src/graphqlPubsub"; import { CONVERSATION_STATUSES } from "./models/definitions/constants"; import { sendContactsMessage, sendCoreMessage } from "./messageBroker"; import { generateModels } from "./connectionResolver"; import { IConversationDocument } from "./models/de...
/content/code_sandbox/packages/plugin-inbox-api/src/receiveMessage.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,759
```xml export const data = `name,url,additional_urls,username,password,note,cardholdername,cardnumber,cvc,expirydate,zipcode,folder,full_name,phone_number,email,address1,address2,city,country,state,type,custom_fields SomeTitle,,,,,SomeNoteToMyIdentity,,,,,123456,,#fullName,123456789,hello@bitwarden.com,Test street 123,...
/content/code_sandbox/libs/importer/spec/test-data/nordpass-csv/nordpass.identity.csv.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
105
```xml import { IPersonaProps, PersonaPresence } from '@fluentui/react/lib/Persona'; import { TestImages } from '@fluentui/example-data'; /* eslint-disable deprecation/deprecation */ /** @deprecated Use the version from `@fluentui/example-data` instead. */ export const people: (IPersonaProps & { key: string | number ...
/content/code_sandbox/packages/react-examples/src/react/PeoplePicker/examples/PeoplePickerExampleData.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
3,105
```xml import * as React from 'react' import { Octicon } from '../octicons' import * as octicons from '../octicons/octicons.generated' interface IBannerProps { readonly id?: string readonly timeout?: number readonly dismissable?: boolean readonly onDismissed: () => void } export class Banner extends React.Com...
/content/code_sandbox/app/src/ui/banners/banner.tsx
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
632
```xml /* eslint-disable */ export default { displayName: 'identity', preset: '../../jest.preset.js', setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'], globals: {}, coverageDirectory: '../../coverage/packages/identity', transform: { '^.+.(ts|mjs|js|html)$': [ 'jest-preset-angular', { ...
/content/code_sandbox/npm/ng-packs/packages/identity/jest.config.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
180
```xml import { Permission } from 'app/model/permission.model'; import { Application } from './application.model'; import { Environment } from './environment.model'; import { GroupPermission } from './group.model'; import { ProjectIntegration } from './integration.model'; import { Key } from './keys.model'; import { Pi...
/content/code_sandbox/ui/src/app/model/project.model.ts
xml
2016-10-11T08:28:23
2024-08-16T01:55:31
cds
ovh/cds
4,535
711
```xml import { Injectable, Inject } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; @Injectable({ providedIn: 'root', }) export class DataService { baseUrl = `${this.BASE_URL}api`; constructor(@Inject('BASE_URL') private BASE_URL: string, private http:...
/content/code_sandbox/src/Presentation/Web/ClientApp/src/app/shared/services/data.service.ts
xml
2016-06-03T17:49:56
2024-08-14T02:53:24
AspNetCoreSpa
fullstackproltd/AspNetCoreSpa
1,472
314
```xml import AttachMoneyIcon from '@mui/icons-material/AttachMoney'; import { Box, Stack, Typography } from '@mui/material'; import { ResponsiveBar } from '@nivo/bar'; import { format, startOfMonth } from 'date-fns'; import { useMemo } from 'react'; import { useGetList } from 'react-admin'; import { Deal } from '../t...
/content/code_sandbox/examples/crm/src/dashboard/DealsChart.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
1,102
```xml import Button from "@erxes/ui/src/components/Button"; import { ControlLabel, FormControl, FormGroup, } from "@erxes/ui/src/components/form"; import Icon from "@erxes/ui/src/components/Icon"; import { FlexItem, LeftItem } from "@erxes/ui/src/components/step/styles"; import Tip from "@erxes/ui/src/components...
/content/code_sandbox/packages/plugin-calendar-ui/src/settings/components/scheduler/steps/CustomFields.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,206
```xml import { global as globalThis } from '@storybook/global'; export default { component: globalThis.Components.Button, tags: ['autodocs'], parameters: { chromatic: { disable: true }, // Skip the first story in the TOC docs: { toc: { ignoreSelector: '#one' } }, }, }; export const One = { args: ...
/content/code_sandbox/code/addons/docs/template/stories/toc/ignore-selector.stories.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
119
```xml // Imports import VueGtag, { trackRouter } from 'vue-gtag-next' // Types import type { App } from 'vue' import type { Router } from 'vue-router' export function installGtag (app: App, router: Router) { if (!IN_BROWSER) return // vue-gtag-next doesn't support esm properly const install = VueGtag.install ...
/content/code_sandbox/packages/docs/src/plugins/gtag.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
128
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <!-- colors for general appearance --> <color name="colorPrimary">#3F51B5</color> <color name="colorPrimaryDark">#303F9F</color> <color name="colorPrimaryLight">#C5CAE9</color> <color name="colorAccent">#303F9F</color> <!-- colors taskEn...
/content/code_sandbox/Lesson09b-ToDo-List-AAC/T09b.03-Solution-RetrieveTasksFromDatabaseAtMainActivity/app/src/main/res/values/colors.xml
xml
2016-11-02T04:41:25
2024-08-12T19:38:05
ud851-Exercises
udacity/ud851-Exercises
2,039
148
```xml import { EXTENSION_MESSAGES } from "../../constants"; import { isExtensionEnabled } from "../../utils"; import { initExtensionMessageListener } from "../common/extensionMessageListener"; import { initSessionRecording } from "../common/sessionRecorder"; import { initMessageHandler } from "./messageHandler"; docu...
/content/code_sandbox/browser-extension/sessionbear/src/content-scripts/app/index.ts
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
174
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const CircleFillIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M32 1024q0-137 35-264t100-237 155-200 201-155T760 68...
/content/code_sandbox/packages/react-icons-mdl2/src/components/CircleFillIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
217
```xml import * as React from 'react'; import { createSvgIcon } from '../utils/createSvgIcon'; export const FilesFlashIcon = createSvgIcon({ svg: ({ classes }) => ( <svg role="presentation" focusable="false" viewBox="0 0 20 20" className={classes.svg}> <path d="M16 7H13.5C12.673 7 12 6.327 12 5.5V2H4V18H16...
/content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/FilesFlashIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
513
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {render} from 'modules/testing-library'; import {PROCESS_INSTANCE_ID} from 'modules/mocks/metadata'; import {flowNodeSelectionStore} from 'modu...
/content/code_sandbox/operate/client/src/App/ProcessInstance/TopPanel/ModificationDropdown/tests/mocks.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
463
```xml import * as React from 'react' import Form from 'next/form' export default function Home() { return ( <Form action="/" id="search-form"> <input name="query" /> <button type="submit" formAction="/search"> Submit </button> </Form> ) } ```
/content/code_sandbox/test/e2e/app-dir/next-form/default/app/forms/button-formaction/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
69
```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>com.vladsch.flexmark</groupId> <artifactId>flexmark-java</artifactId> <version>0.64.8</ver...
/content/code_sandbox/flexmark-ext-typographic/pom.xml
xml
2016-01-23T15:29:29
2024-08-15T04:04:18
flexmark-java
vsch/flexmark-java
2,239
310
```xml import { IterableX } from '../../iterable/iterablex.js'; import { maxBy } from '../../iterable/maxby.js'; import { ExtremaOptions } from '../../iterable/extremaoptions.js'; /** * @ignore */ export function maxByProto<TSource, TKey>( this: IterableX<TSource>, options?: ExtremaOptions<TSource, TKey> ): TSou...
/content/code_sandbox/src/add/iterable-operators/maxby.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
130
```xml export * from './checkbox/index.js'; ```
/content/code_sandbox/packages/mdui/src/components/checkbox.ts
xml
2016-07-11T17:39:02
2024-08-16T07:12:34
mdui
zdhxiong/mdui
4,077
9
```xml import { CommonModule } from "@angular/common"; import { NgModule } from "@angular/core"; import { ButtonComponent } from "./button.component"; @NgModule({ imports: [CommonModule], exports: [ButtonComponent], declarations: [ButtonComponent], }) export class ButtonModule {} ```
/content/code_sandbox/libs/components/src/button/button.module.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
58
```xml <refentry id="refparam"> <refmeta> <refentrytitle>ne_strparam</refentrytitle> <manvolnum>3</manvolnum> </refmeta> <refnamediv> <refname id="ne_strparam">ne_strparam</refname> <refpurpose>HTTP extended parameter value encoding</refpurpose> </refnamediv> <refsynopsisdiv> ...
/content/code_sandbox/libs/neon/doc/ref/param.xml
xml
2016-06-22T17:19:44
2024-08-16T02:15:29
winscp
winscp/winscp
2,528
632
```xml const foo = (): () => void => (): void => null; const bar = (): (() => void) => (): void => null; const baz = (): ((() => void)) => (): void => null; ```
/content/code_sandbox/tests/format/typescript/function-type/type-annotation.ts
xml
2016-11-29T17:13:37
2024-08-16T17:29:57
prettier
prettier/prettier
48,913
43
```xml export const humanizeNote = (text: string): string => { if (text) { return text.replace(/&gt;/g, '>').replace(/&#39;/g, "'") } return '' } ```
/content/code_sandbox/ui/src/dashboards/utils/notes.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
48
```xml /* * Squidex Headless CMS * * @license */ import { AsyncPipe } from '@angular/common'; import { Component, Input } from '@angular/core'; import { FormsModule, ReactiveFormsModule, UntypedFormGroup } from '@angular/forms'; import { FieldDto, FormHintComponent, RichTextFieldPropertiesDto, SchemaTagSource, Tag...
/content/code_sandbox/frontend/src/app/features/schemas/pages/schema/fields/types/rich-text-ui.component.ts
xml
2016-08-29T05:53:40
2024-08-16T17:39:38
squidex
Squidex/squidex
2,222
226
```xml import { Operator } from '../Operator'; import { Observable } from '../Observable'; import { Subscriber } from '../Subscriber'; import { Subscription } from '../Subscription'; import { OuterSubscriber } from '../OuterSubscriber'; import { InnerSubscriber } from '../InnerSubscriber'; import { subscribeToResult } ...
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/src/internal/operators/switchMap.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
1,276
```xml import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { ImageDocModule } from '@doc/Image/imagedoc.module'; import { ImageDemo } from './imagedemo'; import { ImageDemoRoutingModule } from './imagedemo-routing.module'; @NgModule({ imports: [CommonModule, ImageDemoRo...
/content/code_sandbox/src/app/showcase/pages/image/imagedemo.module.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
90
```xml export default function Page() { return 'foo' } ```
/content/code_sandbox/test/e2e/app-dir/parallel-routes-and-interception/app/parallel-nested-catchall/foo/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
13
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "path_to_url"> <mapper namespace="recordMapper"> <select id="showRecords" resultType="org.lab5.entity.Record"> select * from Records where Records.cid = #{cid} ...
/content/code_sandbox/数据库系统原理/实验/lab/mybLab5/src/main/resources/recordMapper.xml
xml
2016-06-28T16:17:32
2024-08-16T18:40:43
zju-icicles
QSCTech/zju-icicles
36,801
268
```xml <?xml version="1.0" encoding="utf-8"?> <com.airbnb.epoxy.integrationtest.ViewWithAnnotationsForIntegrationTest xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" /> ```
/content/code_sandbox/epoxy-integrationtest/src/main/res/layout/view_with_annotations_for_integration_test.xml
xml
2016-08-08T23:05:11
2024-08-16T16:11:07
epoxy
airbnb/epoxy
8,486
63
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES ...
/content/code_sandbox/test/it/optimizer/src/test/resources/converter/explain.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
2,887
```xml <resources xmlns:tools="path_to_url"> <string name="app_name">PDF </string> <string name="title">PDF</string> <string name="file_name_text"></string> <string name="select_images_text"></string> <string name="password_protect_pdf_text"> PDF</string> <string name="edit_images_text"></strin...
/content/code_sandbox/app/src/main/res/values-zh-rHK/strings.xml
xml
2016-02-22T10:00:46
2024-08-16T15:37:50
Images-to-PDF
Swati4star/Images-to-PDF
1,174
6,212
```xml /// <reference types="mocha"/> /// <reference types="node" /> import xs, {Stream} from '../../src/index'; import * as assert from 'assert'; describe('xs.merge', () => { it('should merge OR-style two streams together', (done: any) => { const stream = xs.merge( xs.periodic(100).take(2), xs.perio...
/content/code_sandbox/tests/factory/merge.ts
xml
2016-04-22T19:25:41
2024-08-12T22:43:18
xstream
staltz/xstream
2,374
717
```xml // Public utilities API export { SUPPORTED_PACKAGES } from './defaultSupportedPackages'; export { isEditorSupported } from './isEditorSupported'; // Re-export for convenience export { configureEnvironment } from '@fluentui/monaco-editor/lib/configureEnvironment'; // Intentionally not exporting the query param ...
/content/code_sandbox/packages/react-monaco-editor/src/utilities/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
108
```xml import { EncryptedPayloadInterface, HistoryEntry } from '@standardnotes/models' import { EncryptionProviderInterface, RevisionClientInterface } from '@standardnotes/services' jest.mock('@standardnotes/models', () => { const original = jest.requireActual('@standardnotes/models') return { ...original, ...
/content/code_sandbox/packages/snjs/lib/Domain/UseCase/GetRevision/GetRevision.spec.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
1,510
```xml import { toFullOption, toFullOptionList } from './toFullOption'; describe('toFullOption', () => { it('adds value', () => { expect(toFullOption({ name: 'n1', label: 'l1' })).toEqual({ name: 'n1', value: 'n1', label: 'l1', }); }); it('adds name', () => { expect(toFullOption({ ...
/content/code_sandbox/packages/react-querybuilder/src/utils/toFullOption.test.ts
xml
2016-06-17T22:03:19
2024-08-16T10:28:42
react-querybuilder
react-querybuilder/react-querybuilder
1,131
595
```xml import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { DockDocModule } from '@doc/dock/dockdoc.module'; import { DockDemo } from './dockdemo'; import { DockDemoRoutingModule } from './dockdemo-routing.module'; @NgModule({ imports: [CommonModule, DockDemoRoutingMod...
/content/code_sandbox/src/app/showcase/pages/dock/dockdemo.module.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
89
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin"...
/content/code_sandbox/app/src/main/res/layout/activity_libre_trend.xml
xml
2016-09-23T13:33:17
2024-08-15T09:51:19
xDrip
NightscoutFoundation/xDrip
1,365
354
```xml import { TestBed, ComponentFixture } from '@angular/core/testing'; import { Tag, TagModule } from './tag'; import { NoopAnimationsModule } from '@angular/platform-browser/animations'; import { By } from '@angular/platform-browser'; describe('Tag', () => { let tag: Tag; let fixture: ComponentFixture<Tag>...
/content/code_sandbox/src/app/components/tag/tag.spec.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
145
```xml import { verifySignedMessage } from './signing'; describe('lib/signing', () => { const msgToSign = 'Testing your code is great!'; const msgToVerify = { address: '0x6980ba0ab378c2ed0efccd7ea6ab84d54615a2de', msg: msgToSign, sig: your_sha256_hashyour_sha256_hash771c', version: '2' }; ...
/content/code_sandbox/src/utils/signing.spec.ts
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
131
```xml import { z } from '@botpress/sdk' import { omit } from 'lodash' export const ticketSchema = z.object({ id: z.number(), subject: z.string(), description: z.string(), status: z.enum(['new', 'open', 'pending', 'hold', 'solved', 'closed']), priority: z.enum(['low', 'normal', 'high', 'urgent']).nullable(),...
/content/code_sandbox/integrations/zendesk/src/definitions/schemas.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
768
```xml /* eslint-disable verdaccio/jsx-spread */ import Box from '@mui/material/Box'; import React from 'react'; import { MemoryRouter } from 'react-router'; import Search from './Search'; export default { title: 'Components/Header/Search', }; export const SearchByQuery = { render: (args) => ( <MemoryRouter ...
/content/code_sandbox/packages/ui-components/src/components/Search/Search.stories.tsx
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
168
```xml import React from 'react'; import { getRouter } from '@storybook/nextjs/navigation.mock'; import type { Meta, StoryObj } from '@storybook/react'; import { expect, userEvent, within } from '@storybook/test'; import { useParams, usePathname, useRouter, useSearchParams, useSelectedLayoutSegment, useSe...
/content/code_sandbox/code/frameworks/nextjs/template/stories_nextjs-default-ts/Navigation.stories.tsx
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
862
```xml import 'rxjs/add/observable/of'; import { EventEmitter } from 'events'; import { Observable } from 'rxjs/Observable'; import { ChildProcess } from 'child_process'; import { ExecutionResult, IProcessService, ObservableExecutionResult, Output, ShellOptions, SpawnOptions, } from '../../cli...
/content/code_sandbox/src/test/mocks/proc.ts
xml
2016-01-19T10:50:01
2024-08-12T21:05:24
pythonVSCode
DonJayamanne/pythonVSCode
2,078
662
```xml import { parallelTest as test } from '../parallelTest'; import { expect } from '@playwright/test'; import WpAdminPage from '../pages/wp-admin-page'; async function validateGettingStartedPage( wpAdmin: WpAdminPage ) { await wpAdmin.page.goto( '/wp-admin/admin.php?page=elementor-getting-started' ); expect( awai...
/content/code_sandbox/tests/playwright/sanity/elementor-menu.test.ts
xml
2016-05-30T13:05:46
2024-08-16T13:13:10
elementor
elementor/elementor
6,507
378
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent"> <fragment android:id="@+id/news_content_fragment" android:name="com.example.fragmentbestpracti...
/content/code_sandbox/chapter4/FragmentBestPractice/app/src/main/res/layout/news_content.xml
xml
2016-10-04T02:55:57
2024-08-16T11:00:26
booksource
guolindev/booksource
3,105
100
```xml import { Location } from "@angular/common"; import { ChangeDetectorRef, Component, NgZone, OnDestroy, OnInit } from "@angular/core"; import { ActivatedRoute, Router } from "@angular/router"; import { first } from "rxjs/operators"; import { SendComponent as BaseSendComponent } from "@bitwarden/angular/tools/send...
/content/code_sandbox/apps/browser/src/tools/popup/send/send-type.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
1,597
```xml <?xml version="1.0" encoding="utf-8"?> <androidx.preference.PreferenceScreen xmlns:android="path_to_url"> <androidx.preference.CheckBoxPreference android:defaultValue="false" android:key="@string/play_sounds_key" android:summary="@string/play_sound_on_check_in_out" android:ti...
/content/code_sandbox/app/src/main/res/xml/preferences.xml
xml
2016-08-13T08:08:39
2024-08-06T13:58:48
open-event-organizer-android
fossasia/open-event-organizer-android
1,783
238
```xml "use client" /* eslint-disable react-hooks/exhaustive-deps */ import { useEffect, useState } from "react" import { configAtom, configsAtom, currentUserAtom } from "@/store/config.store" import { useAtomValue } from "jotai" import { Loader2, ServerOffIcon } from "lucide-react" import { cn } from "@/lib/utils" ...
/content/code_sandbox/pos/modules/auth/checkAuth.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
509
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:pathData="M7.24,8.75c-0.26,-0.48 -0.39,-1.03 -0.39,-1.67 0,-0.61 0.13,-1.16 0.4,-1.67 0.26,-0.5 0.63,-0.93 1.11,-1.2...
/content/code_sandbox/app/src/main/res/drawable/ic_strikethrough.xml
xml
2016-08-13T08:08:39
2024-08-06T13:58:48
open-event-organizer-android
fossasia/open-event-organizer-android
1,783
1,122
```xml import { Document, Schema, Model, Connection, Types, HydratedDocument, } from 'mongoose'; import { IModels } from '../index'; import * as _ from 'lodash'; import { TimeDurationUnit, TIME_DURATION_UNITS } from '../../../consts'; // null, undefined, '' means it's for every user types export const SUBS...
/content/code_sandbox/packages/plugin-forum-api/src/db/models/subscription/subscriptionProduct.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
772
```xml import { observable, computed, action, extendObservable, runInAction, } from 'mobx'; import { find, get } from 'lodash'; import BigNumber from 'bignumber.js'; import Store from './lib/Store'; import Request from './lib/LocalizedRequest'; import { WalletTransaction } from '../domains/WalletTransaction';...
/content/code_sandbox/source/renderer/app/stores/TransactionsStore.ts
xml
2016-10-05T13:48:54
2024-08-13T22:03:19
daedalus
input-output-hk/daedalus
1,230
3,307
```xml // luma.gl import type {BufferProps} from '@luma.gl/core'; import {Buffer} from '@luma.gl/core'; import type {NullDevice} from '../null-device'; export class NullBuffer extends Buffer { device: NullDevice; byteLength: number; constructor(device: NullDevice, props: BufferProps = {}) { super(device, ...
/content/code_sandbox/modules/test-utils/src/null-device/resources/null-buffer.ts
xml
2016-01-25T09:41:59
2024-08-16T10:03:05
luma.gl
visgl/luma.gl
2,280
260
```xml import { DefaultEnvironment, expect } from '@test/util'; import * as vscode from 'vscode'; suite('Debug/Launch interface using Presets', () => { let testEnv: DefaultEnvironment; setup(async function (this: Mocha.Context) { this.timeout(100000); const build_loc = 'build'; const ...
/content/code_sandbox/test/extension-tests/single-root-UI/test/debugger-presets.test.ts
xml
2016-04-16T21:00:29
2024-08-16T16:41:57
vscode-cmake-tools
microsoft/vscode-cmake-tools
1,450
368
```xml <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE header PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "path_to_url"> <header name="boost/signals/trackable.hpp"> <namespace name="boost"> <namespace name="signals"> <class name="trackable"> <purpose>Enables safe use of multicast callbacks.</pu...
/content/code_sandbox/deps/boost_1_66_0/libs/signals/doc/reference/trackable.xml
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
637
```xml import * as React from 'react'; import { IContextualMenuProps, Stack } from '@fluentui/react'; // IStackTokens import { DefaultButton } from '@fluentui/react/lib/Button'; export default { title: 'Components/SplitButton', }; export interface IButtonExampleProps { // These are set based on the toggles shown a...
/content/code_sandbox/packages/react-examples/src/azure-themes/stories/components/splitButton.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
716
```xml { "!" = "Generated by ProjectCenter, do not edit"; ApplicationDescription = "Simple image viewer"; ApplicationIcon = "Review.tiff"; ApplicationName = Review; ApplicationRelease = "0.1"; Authors = ( "Serg Stoyan <stoyan255@ukr.net>" ); FullVersionID = "0.1"; NOTE = "Automatica...
/content/code_sandbox/Applications/Review/ReviewInfo.plist
xml
2016-10-28T07:02:49
2024-08-16T14:14:55
nextspace
trunkmaster/nextspace
1,872
259
```xml import { useQuery } from '@tanstack/react-query'; import axios, { parseAxiosError } from '@/portainer/services/axios'; import { withError } from '@/react-tools/react-query'; import { ExperimentalFeatures } from '../types'; import { buildUrl } from '../settings.service'; import { queryKeys } from './queryKeys'...
/content/code_sandbox/app/react/portainer/settings/queries/useExperimentalSettings.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
224
```xml type Props = { className?: string } const Spinner = ({ className }: Props) => ( <div className={`animate-spin rounded-full border border-solid border-info border-r-transparent ${className}`} /> ) export default Spinner ```
/content/code_sandbox/packages/web/src/javascripts/Components/Spinner/Spinner.tsx
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
47
```xml /// <reference path="../../node_modules/electron/electron.d.ts" /> interface Window { devhub?: boolean eval: never ipc: Electron.IpcRenderer process?: { type?: string } require: NodeRequireFunction } declare namespace NodeJS { interface ProcessVersions { electron?: boolean } } ```
/content/code_sandbox/@types/electron/index.d.ts
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
75
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import type { ApplyUncommittedChangesPreviewsFuncType, UncommittedChangesPreviewContext, } from '../previews'; import type { CommandArg, ExactRevset, OptimisticRevse...
/content/code_sandbox/addons/isl/src/operations/RevertOperation.ts
xml
2016-05-05T16:53:47
2024-08-16T19:12:02
sapling
facebook/sapling
5,987
604
```xml // @ts-ignore try{self['workbox:range-requests:7.1.0']&&_()}catch(e){} ```
/content/code_sandbox/packages/workbox-range-requests/src/_version.ts
xml
2016-04-04T15:55:19
2024-08-16T08:33:26
workbox
GoogleChrome/workbox
12,245
30
```xml import React, { useState, useEffect } from 'react'; import type { ColorMode, StorageManager, IColorModeContextProps, } from './types'; import { HybridContext } from './../hybrid-overlay/Context'; import type { IHybridContextProps } from './../hybrid-overlay/types'; import { AppState, useColorScheme as _use...
/content/code_sandbox/src/core/color-mode/hooks.tsx
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
974
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#DDCCCC" android:orientation="vertical" android:paddingBottom="0dp" android:paddingTop="32dp"> <TextView ...
/content/code_sandbox/app/src/main/res/layout/list_item_multi_header_0.xml
xml
2016-04-16T22:20:07
2024-07-18T10:04:59
StickyHeaders
ShamylZakariya/StickyHeaders
1,404
199
```xml import { IUser } from "./IUser"; import { WebPartContext } from "@microsoft/sp-webpart-base"; export interface IAppContext { currentUser: IUser; context: WebPartContext; } ```
/content/code_sandbox/samples/react-modern-organization-chart/src/Entities/IAppContext.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
44
```xml import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { MatSelectModule } from '@angular/material/select'; import { MatIconModule } from '@angular/material/icon'; import { MatDividerModule } from '@angular/material/divider'; import { BreadcrumbsDemoBasicComponent } fr...
/content/code_sandbox/apps/docs-app/src/app/content/components/component-demos/breadcrumbs/demos/breadcrumbs-demo.module.ts
xml
2016-07-11T23:30:52
2024-08-15T15:20:45
covalent
Teradata/covalent
2,228
279
```xml import { Component, ChangeDetectionStrategy } from '@angular/core'; import { CalendarEvent, CalendarEventTitleFormatter, CalendarView, } from 'angular-calendar'; import { CustomEventTitleFormatter } from './custom-event-title-formatter.provider'; import { colors } from '../demo-utils/colors'; @Component({...
/content/code_sandbox/projects/demos/app/demo-modules/disable-tooltips/component.ts
xml
2016-04-26T15:19:33
2024-08-08T14:23:40
angular-calendar
mattlewis92/angular-calendar
2,717
175
```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 skewness = require( './index' ); // TESTS // // The function returns a number... { skewness( 0, 4 ); //...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/dists/arcsine/skewness/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
420
```xml import orderBy from './orderBy'; describe('orderBy()', () => { it('orders an array of objects by the numeric value of a given property of the objects in the array', () => { const arrayOfObjects = [{ id: 7 }, { id: 3 }, { id: 3 }, { id: 6 }, { id: 18 }, { id: 2 }]; const output = orderBy(arr...
/content/code_sandbox/packages/utils/orderBy.test.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
143
```xml import path from 'path'; import { exportAppAsync } from './exportApp'; import { Options } from './resolveOptions'; import * as Log from '../log'; import { waitUntilAtlasExportIsReadyAsync } from '../start/server/metro/debugging/attachAtlas'; import { FileNotifier } from '../utils/FileNotifier'; import { ensureD...
/content/code_sandbox/packages/@expo/cli/src/export/exportAsync.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
292
```xml import { hasNext } from '../iterablehelpers.js'; import { catchError, concat, range, sequenceEqual, throwError } from 'ix/iterable/index.js'; test('Iterable.catchError with no errors', () => { const res = catchError(range(0, 5), range(5, 5)); expect(sequenceEqual(res, range(0, 5))).toBeTruthy(); }); test('...
/content/code_sandbox/spec/iterable/catcherror-spec.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
273
```xml // THESE EXPORTS WILL BE REMOVED IN THE NEXT MAJOR RELEASE export { DebugSymbolicator } from './debugsymbolicator'; export { DeviceContext } from './devicecontext'; export { ReactNativeErrorHandlers } from './reactnativeerrorhandlers'; export { NativeLinkedErrors } from './nativelinkederrors'; export { Release ...
/content/code_sandbox/src/js/integrations/index.ts
xml
2016-11-30T14:45:57
2024-08-16T13:21:38
sentry-react-native
getsentry/sentry-react-native
1,558
188
```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 {CollectionViewer, DataSource} from '@angular/cdk/collections'; import {BehaviorSubject, merge, Observable} from 'rxjs'; import {map} from 'rxjs/operators'; /** ...
/content/code_sandbox/src/material/tree/data-source/nested-data-source.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
253
```xml import { sentry as sentryHelpers } from '@botpress/sdk-addons' import actions from './actions' import channels from './channels' import { handler } from './handler' import { register, unregister } from './setup' import * as bp from '.botpress' const integration = new bp.Integration({ register, unregister, ...
/content/code_sandbox/integrations/zendesk/src/index.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
125
```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 lucas = require( './index' ); // TESTS // // The function returns a number... { lucas( 8 ); // $ExpectT...
/content/code_sandbox/lib/node_modules/@stdlib/math/base/special/lucas/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
218
```xml import { useEnvironmentId } from '@/react/hooks/useEnvironmentId'; import { useIsSwarm } from '@/react/docker/proxy/queries/useInfo'; import { StackType } from '@/react/common/stacks/types'; import { PageHeader } from '@@/PageHeader'; import { Widget } from '@@/Widget'; import { TemplateViewType, useViewType }...
/content/code_sandbox/app/react/portainer/templates/custom-templates/CreateView/CreateView.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
356
```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. --> <TextView xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="...
/content/code_sandbox/demo-playground/src/main/res/layout/spinner_item.xml
xml
2016-05-04T08:11:22
2024-08-15T12:27:34
flexbox-layout
google/flexbox-layout
18,226
178
```xml /* your_sha256_hash---------------------------- * See 'LICENSE' in the project root for license information. * your_sha256_hash-------------------------- */ import { ok, strictEqual } from 'assert'; import { describe, it } from 'mocha'; import { parse } from '../../src/Utility/Eventing/eventParser'; const te...
/content/code_sandbox/Extension/test/unit/parser.test.ts
xml
2016-03-26T21:26:30
2024-08-16T15:16:40
vscode-cpptools
microsoft/vscode-cpptools
5,438
900