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" ?> <controls:TestContentPage xmlns="path_to_url" xmlns:x="path_to_url" xmlns:controls="clr-namespace:Xamarin.Forms.Controls" xmlns:system="clr-namespace:System;assembly=mscorlib" ...
/content/code_sandbox/Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Issue4143.xaml
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
762
```xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>com.neo</groupId> <artifactId>spring-boot-mybatis-xml</artifactId> <version>1.0.0</version> <packaging>jar</packaging> <na...
/content/code_sandbox/2.x/spring-boot-mybatis/spring-boot-mybatis-xml/pom.xml
xml
2016-11-05T05:32:33
2024-08-16T13:11:30
spring-boot-examples
ityouknow/spring-boot-examples
30,137
457
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LteRlcGraphDialog</class> <widget class="QDialog" name="LteRlcGraphDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>660</width> <height>447</height> </rect> </property> <property name="windowTitle"> ...
/content/code_sandbox/utilities/wireshark/ui/qt/lte_rlc_graph_dialog.ui
xml
2016-10-27T09:31:28
2024-08-16T19:00:35
nexmon
seemoo-lab/nexmon
2,381
3,286
```xml import { logger } from '@sentry/utils'; import { ReactNativeLibraries } from '../utils/rnlibraries'; import { RN_GLOBAL_OBJ } from '../utils/worldwide'; /** * Polyfill the global promise instance with one we can be sure that we can attach the tracking to. * * In newer RN versions >=0.63, the global promise ...
/content/code_sandbox/src/js/integrations/reactnativeerrorhandlersutils.ts
xml
2016-11-30T14:45:57
2024-08-16T13:21:38
sentry-react-native
getsentry/sentry-react-native
1,558
856
```xml <resources> <string name="app_name">CatLoadingLibrary</string> <string name="loading">L O A D I N G ...</string> </resources> ```
/content/code_sandbox/catloadinglibrary/src/main/res/values/strings.xml
xml
2016-04-01T09:02:26
2024-08-02T07:37:09
CatLoadingView
Rogero0o/CatLoadingView
1,066
39
```xml <!-- Description: feed title - xhtml w/ escaped markup --> <feed version="0.3" xmlns="path_to_url#"> <title type="application/xhtml+xml"><div xmlns="path_to_url">&lt;p&gt;Feed Title&lt;/p&gt;</div></title> </feed> ```
/content/code_sandbox/testdata/parser/atom/atom03_feed_title_xhtml_escaped_markup.xml
xml
2016-01-23T02:44:34
2024-08-16T15:16:03
gofeed
mmcdole/gofeed
2,547
64
```xml import { HEADERS } from '@verdaccio/core'; import { $NextFunctionVer, $RequestExtend, $ResponseExtend } from '../types'; // TODO: remove, was relocated to web package // @ts-deprecated export function setSecurityWebHeaders( req: $RequestExtend, res: $ResponseExtend, next: $NextFunctionVer ): void { // ...
/content/code_sandbox/packages/middleware/src/middlewares/security-headers.ts
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
179
```xml import _ from "underscore" import { Torrent } from "../bittorrent" export let serverService = ['$rootScope', '$q', 'electron', 'notificationService', '$bittorrent', '$btclients', function($rootScope, $q, electron, $notify, $bittorrent, $btclients) { /* * Well known error values used for er...
/content/code_sandbox/src/scripts/services/server.ts
xml
2016-06-18T15:04:41
2024-08-16T07:12:27
Electorrent
tympanix/Electorrent
1,016
1,617
```xml <?xml version="1.0" encoding="UTF-8"?> <module type="JAVA_MODULE" version="4"> <component name="FlexmarkExt.ModuleBuildProperties"> <option name="extensionName" value="FlexmarkHtmlConverter" /> <option name="extensionPackage" value="com.vladsch.flexmark.html.converter" /> <option name="extensionPac...
/content/code_sandbox/flexmark-html2md-converter/flexmark-html2md-converter.iml
xml
2016-01-23T15:29:29
2024-08-15T04:04:18
flexmark-java
vsch/flexmark-java
2,239
757
```xml import styled from 'styled-components'; import { Button, LinkApp } from '@components'; import translate from '@translations'; const ImportSuccessContainer = styled.div` display: flex; flex-direction: column; align-items: center; `; export default function ImportSuccess() { return ( <ImportSuccessC...
/content/code_sandbox/src/features/Settings/Import/components/ImportSuccess.tsx
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
121
```xml import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing'; import { FooterComponent } from './footer.component'; describe('FooterComponent', () => { let component: FooterComponent; let fixture: ComponentFixture<FooterComponent>; beforeEach(waitForAsync(() => { TestBed.configure...
/content/code_sandbox/projects/docs-app/src/app/layout/footer/footer.component.spec.ts
xml
2016-03-10T21:29:15
2024-08-15T07:07:30
angular-tree-component
CirclonGroup/angular-tree-component
1,093
121
```xml import { c } from 'ttag'; import { Button } from '@proton/atoms/Button'; import type { ModalProps } from '@proton/components/components'; import { ModalTwo, ModalTwoContent, ModalTwoFooter } from '@proton/components/components'; import { useLoading } from '@proton/hooks'; import type { APP_NAMES } from '@proton...
/content/code_sandbox/applications/account/src/app/single-signup-v2/modals/AccessModal.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
662
```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. --> <ripple xmlns:android="path_to_url" android:color="?attr/colorPrimary"/> ``...
/content/code_sandbox/lib/java/com/google/android/material/navigation/res/drawable-v21/mtrl_navigation_bar_item_background.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
83
```xml import * as compose from "lodash.flowright"; import { DEFAULT_BACKGROUND_COLORS, DEFAULT_BORDER_COLORS, } from "../../components/chart/utils"; import ChartRenderer from "../../components/chart/ChartRenderer"; import NumberRenderer from "../../components/chart/NumberRenderer"; import React from "react"; imp...
/content/code_sandbox/packages/plugin-insight-ui/src/containers/chart/ChartRenderer.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
733
```xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="path_to_url" xmlns="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>function.example</groupId> <artifactId>simplestjar</artifactId> <version>1.0.0.RELEASE</version> <packaging>jar</packaging>...
/content/code_sandbox/spring-cloud-function-deployer/src/it/simplestjar/pom.xml
xml
2016-09-22T02:34:34
2024-08-16T08:19:07
spring-cloud-function
spring-cloud/spring-cloud-function
1,032
378
```xml import {Store, Type} from "@tsed/core"; import {JsonEntityStore} from "@tsed/schema"; export function isEndpoint(target: Type<any>, propertyKey: string | symbol) { return Store.fromMethod(target, propertyKey).has(JsonEntityStore); } ```
/content/code_sandbox/packages/platform/platform-cache/src/utils/isEndpoint.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
58
```xml import { readdirSync, type Stats } from 'fs' import fs from 'fs/promises' import path from 'path' import util from 'util' export async function cleanExpiredDlxCache ({ cacheDir, dlxCacheMaxAge, now, }: { cacheDir: string dlxCacheMaxAge: number now: Date }): Promise<void> { if (dlxCacheMaxAge === I...
/content/code_sandbox/store/plugin-commands-store/src/cleanExpiredDlxCache.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
830
```xml import {getComputedStyle} from '@floating-ui/utils/dom'; import * as React from 'react'; import {useId} from '../hooks/useId'; import type {Alignment, FloatingContext, Side} from '../types'; import {warn} from '../utils/log'; import useModernLayoutEffect from 'use-isomorphic-layout-effect'; export interface Fl...
/content/code_sandbox/packages/react/src/components/FloatingArrow.tsx
xml
2016-03-29T17:00:47
2024-08-16T16:29:40
floating-ui
floating-ui/floating-ui
29,450
1,315
```xml import Icon from '@proton/components/components/icon/Icon'; import useFolderColor from '@proton/components/hooks/useFolderColor'; import type { Folder } from '@proton/shared/lib/interfaces/Folder'; import type { FolderInfo } from '../../helpers/labels'; interface Props { folderInfo: FolderInfo; } const It...
/content/code_sandbox/applications/mail/src/app/components/list/ItemIcon.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
177
```xml import React, {useEffect, useRef, DependencyList} from 'react'; /** * This hook avoid calling useEffect on the initial value of his dependency array */ export const useDidUpdate = (callback: () => void, dep: DependencyList) => { const isMounted = useRef<boolean>(false); useEffect(() => { if (isMounte...
/content/code_sandbox/src/hooks.ts
xml
2016-11-11T12:17:27
2024-08-16T16:43:58
react-native-calendars
wix/react-native-calendars
9,403
198
```xml <?xml version="1.0" encoding="utf-8"?> <resources xmlns:tools="path_to_url" tools:ignore="MissingTranslation"> <!-- common strings without special context --> <string name="app_name">Delta Chat</string> <string name="ok">OK</string> <string name="cancel">Annuler</string> <string name="clear_se...
/content/code_sandbox/src/main/res/values-fr/strings.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
23,302
```xml import type { SupportedPlatform } from '../types'; /** * Options for 'react-native-config' command. */ export interface RNConfigCommandOptions { platform: SupportedPlatform; projectRoot: string; searchPaths: string[]; } /** * Dependency configuration for Android platform. */ export interface RNCo...
/content/code_sandbox/packages/expo-modules-autolinking/build/reactNativeConfig/reactNativeConfig.types.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
527
```xml <vector xmlns:android="path_to_url" android:width="240dp" android:height="160dp" android:viewportWidth="3" android:viewportHeight="2"> <path android:pathData="M0,0h1v2h-1z" android:fillColor="#002B7F"/> <path android:pathData="M1,0h1v2h-1z" android:fillColor="#FCD116"/...
/content/code_sandbox/app/src/main/res/drawable/ic_flag_ro.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
142
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name"> </string> <string name="app_launcher_name"> </string> <string name="playlist_empty"> </string> <string name="rename_song"> </string> <string name="rename_song_error"> </string> <string name="rename_song_em...
/content/code_sandbox/app/src/main/res/values-bg/strings.xml
xml
2016-01-10T12:21:23
2024-08-16T13:03:46
Simple-Music-Player
SimpleMobileTools/Simple-Music-Player
1,277
1,155
```xml <resources> <string name="app_name">Banner kotlin Example</string> </resources> ```
/content/code_sandbox/usekotlin/src/main/res/values/strings.xml
xml
2016-04-22T05:50:25
2024-08-15T03:35:23
banner
youth5201314/banner
12,833
21
```xml import * as React from 'react'; import { useTabList_unstable } from './useTabList'; import { renderTabList_unstable } from './renderTabList'; import { useTabListStyles_unstable } from './useTabListStyles.styles'; import type { TabListProps } from './TabList.types'; import type { ForwardRefComponent } from '@flue...
/content/code_sandbox/packages/react-components/react-tabs/library/src/components/TabList/TabList.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
233
```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 ...
/content/code_sandbox/pulsar-io/cassandra/pom.xml
xml
2016-06-28T07:00:03
2024-08-16T17:12:43
pulsar
apache/pulsar
14,047
393
```xml <?xml version='1.0' encoding='UTF-8'?> <?xml-stylesheet type="text/xsl" href="manpage.xsl"?> <refentry xml:id="libmosquitto" xmlns:xlink="path_to_url"> <refmeta> <refentrytitle>libmosquitto</refentrytitle> <manvolnum>3</manvolnum> <refmiscinfo class="source">Mosquitto Project</refmiscinfo> <refmiscinfo...
/content/code_sandbox/man/libmosquitto.3.xml
xml
2016-03-10T20:19:09
2024-08-16T07:21:58
mosquitto
eclipse/mosquitto
8,797
261
```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 OR COND...
/content/code_sandbox/sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml
xml
2016-02-02T08:00:06
2024-08-16T18:58:11
beam
apache/beam
7,730
3,816
```xml import '../manual-mocks'; jest.unmock('../../src/test-provider/test-provider'); jest.unmock('../../src/test-provider/test-provider-context'); jest.unmock('../../src/JestExt/run-mode'); jest.unmock('./test-helper'); jest.unmock('../../src/appGlobals'); import * as vscode from 'vscode'; import { JestTestProvider...
/content/code_sandbox/tests/test-provider/test-provider.test.ts
xml
2016-10-09T13:06:02
2024-08-13T18:32:04
vscode-jest
jest-community/vscode-jest
2,819
5,956
```xml <vector xmlns:android="path_to_url" android:width="96dp" android:height="96dp" android:viewportWidth="96.0" android:viewportHeight="96.0"> <path android:pathData="M25.53,90.69C15.8,87.21 8.74,78.56 5.94,66.7 4.67,61.31 4.31,52.42 5.36,52.42c0.35,0 1.28,2.44 2.07,5.42 1...
/content/code_sandbox/app/src/main/res/drawable/ic_religion_hindu.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
1,132
```xml import { Observable } from '../Observable'; import { OperatorFunction } from '../types'; /** * Branch out the source Observable values as a nested Observable starting from * an emission from `openings` and ending when the output of `closingSelector` * emits. * * <span class="informal">It's like {@link buffe...
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/internal/operators/windowToggle.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
440
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <Filter Include="src"> <UniqueIdentifier>{650cd08c-12e7-4f30-8948-a01d1b1b7c7d}</UniqueIdentifier> </Filter> </ItemGroup> <ItemGroup> <Text Include="ReadMe.txt" /> </ItemGroup> <ItemGro...
/content/code_sandbox/build/harfbuzz/harfbuzz.vcxproj.filters
xml
2016-09-27T03:41:10
2024-08-16T10:42:57
miniblink49
weolar/miniblink49
7,069
3,775
```xml <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" "path_to_url"> <library name="Array" dirname="array" id="array" last-revision="$Date$"> <libraryinfo> <author> <firstname>Nicolai</firstname> <surname>Josuttis</surname> </author> <m...
/content/code_sandbox/deps/boost_1_66_0/libs/array/doc/array.xml
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
5,779
```xml import { Username } from '@standardnotes/snjs' import { ChallengePrompt } from '@standardnotes/services' import { RefObject, useState } from 'react' import { WebApplication } from '@/Application/WebApplication' import Button from '../Button/Button' import Icon from '../Icon/Icon' import { InputValue } from '....
/content/code_sandbox/packages/web/src/javascripts/Components/ChallengeModal/U2FPrompt.tsx
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
711
```xml import { Column, Entity } from "../../../../src/index" import { AbstractEntity } from "./AbstractEntity" @Entity() export class ConcreteEntity extends AbstractEntity { @Column() position: string } ```
/content/code_sandbox/test/github-issues/1369/entity/ConcreteEntity.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
41
```xml import { UserService } from '~modules/user/shared/user.service'; import { ApolloTestingController, ApolloTestingModule } from 'apollo-angular/testing'; import { TestBed } from '@angular/core/testing'; import { getMeQuery } from '~modules/user/shared/user-queries.graphql'; import { User } from '~modules/user/shar...
/content/code_sandbox/src/app/modules/user/shared/user.service.spec.ts
xml
2016-11-22T17:10:18
2024-08-14T21:36:59
angular-example-app
Ismaestro/angular-example-app
2,150
255
```xml <?xml version="1.0" encoding="utf-8"?> <WixLocalization Culture="cs-cz" xmlns="path_to_url"> <String Id="Locale" Overridable="yes">cs</String> <String Id="ProductName" Overridable="yes">Aspia Host</String> <String Id="DowngradeErrorMessage" Overridable="yes">A newer version of the application is alre...
/content/code_sandbox/installer/translations/host.cs-cz.wxl
xml
2016-10-26T16:17:31
2024-08-16T13:37:42
aspia
dchapyshev/aspia
1,579
145
```xml import type { Image } from "@common/Core/Image"; export interface FileIconExtractor { matchesFilePath: (filePath: string) => boolean; extractFileIcon: (filePath: string) => Promise<Image>; extractFileIcons: (filePaths: string[]) => Promise<Record<string, Image>>; } ```
/content/code_sandbox/src/main/Core/ImageGenerator/FileIconExtractor.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
64
```xml import React, { Component } from 'react'; import { Platform, StyleSheet, Text, Animated, View, TextInput, } from 'react-native'; import { RectButton } from 'react-native-gesture-handler'; import { DrawerLayout, DrawerType } from 'react-native-gesture-handler'; const TYPES: DrawerType[] = ['front',...
/content/code_sandbox/example/src/basic/horizontalDrawer/index.tsx
xml
2016-10-27T08:31:38
2024-08-16T12:03:40
react-native-gesture-handler
software-mansion/react-native-gesture-handler
5,989
1,231
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout android:id="@+id/item_view" xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="@dimen/video_item_layout_height" android:layout_margin="@dimen/default_general_margin" android:clickable="true" android...
/content/code_sandbox/app/src/main/res/layout/item_video_strip.xml
xml
2016-06-01T04:36:01
2024-08-14T06:51:22
bilibili-android-client
HotBitmapGG/bilibili-android-client
4,487
882
```xml import { EventEmitter } from 'events'; import { PubSubEngine } from './pubsub-engine'; export interface PubSubOptions { eventEmitter?: EventEmitter; } export class PubSub extends PubSubEngine { protected ee: EventEmitter; private subscriptions: { [key: string]: [string, (...args: any[]) => void] }; pri...
/content/code_sandbox/src/pubsub.ts
xml
2016-08-19T19:08:00
2024-07-04T19:27:14
graphql-subscriptions
apollographql/graphql-subscriptions
1,584
273
```xml import {Value} from '../model/value.js'; import {View} from '../view/view.js'; import {Controller} from './controller.js'; export interface ValueController< T, Vw extends View = View, Va extends Value<T> = Value<T>, > extends Controller<Vw> { readonly value: Va; } ```
/content/code_sandbox/packages/core/src/common/controller/value.ts
xml
2016-05-10T15:45:13
2024-08-16T19:57:27
tweakpane
cocopon/tweakpane
3,480
68
```xml import { c } from 'ttag'; import { APPS } from '@proton/shared/lib/constants'; import envelopSvg from '@proton/styles/assets/img/illustrations/welcome-pane.svg'; import { Bordered } from '../../components'; import { useConfig } from '../../hooks'; const Cash = () => { const { APP_NAME } = useConfig(); ...
/content/code_sandbox/packages/components/containers/payments/Cash.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
212
```xml import { WalkoffEvent } from "./walkoffEvent"; export class EventQueue { items: WalkoffEvent[] = []; constructor(private maxSize = 500) {} add(item: WalkoffEvent) { this.items.push(item); if (this.items.length > this.maxSize) this.items = this.items.slice(this.maxSize *...
/content/code_sandbox/socketio/src/models/eventQueue.ts
xml
2016-06-08T16:34:46
2024-08-16T18:12:30
WALKOFF
nsacyber/WALKOFF
1,198
134
```xml import { EditorState } from 'draft-js'; import { ButtonHTMLAttributes, ComponentType } from 'react'; import AlignBlockCenterButton from './components/AlignBlockCenterButton'; import AlignBlockDefaultButton from './components/AlignBlockDefaultButton'; import AlignBlockLeftButton from './components/AlignBlockLeftB...
/content/code_sandbox/packages/buttons/src/index.ts
xml
2016-02-26T09:54:56
2024-08-16T18:16:31
draft-js-plugins
draft-js-plugins/draft-js-plugins
4,087
623
```xml export { default as IMask } from 'imask'; export * from './imask.directive'; export * from './imask.pipe'; export * from './imask.module'; export * from './imask-factory'; export * from './default-imask-factory'; export * from './imask-factory-token'; ```
/content/code_sandbox/packages/angular-imask/src/index.ts
xml
2016-11-10T13:04:29
2024-08-16T15:16:18
imaskjs
uNmAnNeR/imaskjs
4,881
66
```xml <resources> <string name="path_pathmorph_expandcollapse">M 1,-4 L 1,4 L -1,4 L -1,-4 Z</string> </resources> ```
/content/code_sandbox/app/src/main/res/values/checkable_expandcollapse.xml
xml
2016-11-04T14:23:35
2024-08-12T07:50:44
adp-delightful-details
alexjlockwood/adp-delightful-details
1,070
42
```xml import {fakeAsync, flush} from '@angular/core/testing'; import {dispatchMouseEvent} from '@angular/cdk/testing/private'; import {_supportsShadowDom} from '@angular/cdk/platform'; import {createComponent, startDraggingViaMouse} from './test-utils.spec'; import { ConnectedDropZones, DraggableInDropZone, Drag...
/content/code_sandbox/src/cdk/drag-drop/directives/single-axis-drop-list.spec.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
2,850
```xml <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre...
/content/code_sandbox/test/e2e/sql/src/test/resources/cases/dql/dataset/empty_storage_units/opengauss/select_opengauss_pg_catalog_plan_table_data.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
185
```xml import { CdsCheckbox as Checkbox, CdsCheckboxGroup as CheckboxGroup } from '@cds/core/checkbox'; import '@cds/core/checkbox/register'; import { createComponent } from '@lit-labs/react'; import * as React from 'react'; import { logReactVersion } from '../utils/index.js'; export const CdsCheckbox = createComponen...
/content/code_sandbox/packages/react/src/checkbox/index.tsx
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
124
```xml <ehcache xmlns:xsi="path_to_url" xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false"> <diskStore path="java.io.tmpdir"/> <!-- objects are evicted from the cache every 60 seconds --> <cache name="vets" timeToLiveSeconds="60" maxElementsInMemory="100...
/content/code_sandbox/docs/examples/example_osv_java_servlet/src/main/resources/cache/ehcache.xml
xml
2016-04-06T18:46:17
2024-08-11T17:18:28
unik
solo-io/unik
2,702
131
```xml /* eslint-disable verdaccio/jsx-spread */ import React, { Suspense, lazy } from 'react'; /** * With the combination of a bundler, enable to code split a package. * * @example ```jsx const VersionPage = loadable(() => import(/'../pages/Version')); ``` @category HOC */ export default (importC...
/content/code_sandbox/packages/ui-components/src/utils/loadable.tsx
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
132
```xml import { attachmentInput, attachmentType } from "@erxes/api-utils/src/commonTypeDefs"; export const types = (isContactsEnabled: boolean) => ` ${attachmentType} ${attachmentInput} ${ isContactsEnabled ? ` extend type Customer @key(fields: "_id") { _id: String! @external } ex...
/content/code_sandbox/packages/plugin-clientportal-api/src/graphql/schema/clientPortalUser.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,504
```xml export * from './policy-names'; export * from './route-names'; ```
/content/code_sandbox/npm/ng-packs/packages/identity/config/src/enums/index.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
15
```xml import { ChangeDetectionStrategy, ViewContainerRef, ChangeDetectorRef, Component, OnInit, Inject } from '@angular/core'; import { FormBuilder, FormGroup, Validators } from '@angular/forms'; import { ActivatedRoute, Router } from '@angular/router'; import { I18NService } from '@core'; import { _HttpClient, ALAIN_...
/content/code_sandbox/maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/permissions/roles/roles.component.ts
xml
2016-11-16T03:06:50
2024-08-16T09:22:42
MaxKey
dromara/MaxKey
1,423
1,708
```xml import * as fabricAsyncLoader from './fabricAsyncLoader'; export { fabricAsyncLoader }; ```
/content/code_sandbox/packages/webpack-utilities/src/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
19
```xml import comment from './comments'; import emojis from './emojis'; export default { ...comment, ...emojis }; ```
/content/code_sandbox/packages/plugin-reactions-api/src/graphql/resolvers/mutations/index.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
24
```xml <?xml version="1.0" encoding="utf-8"?> <!-- path_to_url Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <selector xmlns:android="path_to_url"> <item android:alpha="0.24" android:color="?attr/colorPr...
/content/code_sandbox/lib/java/com/google/android/material/slider/res/color/material_slider_halo_color.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
104
```xml import type { KeyboardEvent, MutableRefObject } from 'react'; import { useEffect, useMemo, useRef, useState } from 'react'; import { normalize } from '@proton/shared/lib/helpers/string'; import clsx from '@proton/utils/clsx'; import type { DropdownProps } from '../dropdown/Dropdown'; import Dropdown from '../d...
/content/code_sandbox/packages/components/components/selectTwo/SelectTwo.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,582
```xml <?xml version="1.0"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfiguration Include=...
/content/code_sandbox/Software/Applications/Examples/Zooid_Keyframe/Zooid_Keyframe.vcxproj
xml
2016-07-20T23:21:47
2024-08-12T19:58:09
SwarmUI
ShapeLab/SwarmUI
1,525
2,842
```xml import * as React from 'react'; import * as _ from 'lodash'; import { createComponent, ComponentSlotStylesInput, ThemePrepared, Grid, Header, HeaderProps, ShorthandCollection, } from '@fluentui/react-northstar'; import ColorBox from './ColorBox'; type ColorVariantsProps = { name?: string; the...
/content/code_sandbox/packages/fluentui/docs/src/components/ColorSchemes.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
417
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/colorPrimary" android:orientation="vertical" android:weightSum="1"> <TextView android:id="@+id/text...
/content/code_sandbox/app/src/main/res/layout/welcome_slide1.xml
xml
2016-09-21T08:56:16
2024-08-06T13:58:15
susi_android
fossasia/susi_android
2,419
332
```xml import { Column, Entity, PrimaryGeneratedColumn } from "../../../../src" export enum EnumStatus { DRAFT = "draft", PUBLISHED = "published", } @Entity("module-foo_table_x") export class Foo { @PrimaryGeneratedColumn({ name: "id" }) id: number @Column({ type: "enum", enum: EnumStatus, defaul...
/content/code_sandbox/test/github-issues/9684/entity/Foo.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
93
```xml import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { InputTextModule } from 'primeng/inputtext'; import { KeyFilterModule } from 'primeng/keyfilter'; import { AppDocModule } from '@layout/doc/app.doc....
/content/code_sandbox/src/app/showcase/doc/inputtext/inputtextdoc.module.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
342
```xml import * as _ from 'lodash'; import * as moment from 'moment'; import { date } from 'faker'; const getNowDate = (): Date => new Date(); const areMomentsSameDay = (m: moment.Moment, d: Date = getNowDate()) => m.isSame(d, 'day'); export const getRandomDates = (count, daysAgo: number): Date[] => { const now = ...
/content/code_sandbox/packages/fluentui/react-northstar-prototypes/src/prototypes/chatPane/services/dateUtils.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
396
```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 ...
/content/code_sandbox/tests/integration/src/test/resources/pulsar-auth.xml
xml
2016-06-28T07:00:03
2024-08-16T17:12:43
pulsar
apache/pulsar
14,047
140
```xml import { Node, Schema } from "prosemirror-model"; import headingToSlug from "../editor/lib/headingToSlug"; import textBetween from "../editor/lib/textBetween"; import { ProsemirrorData } from "../types"; export type Heading = { /* The heading in plain text */ title: string; /* The level of the heading */ ...
/content/code_sandbox/shared/utils/ProsemirrorHelper.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
1,919
```xml export * from './BleDevice/BleDevice' ```
/content/code_sandbox/example/src/components/molecules/index.ts
xml
2016-07-27T10:57:27
2024-08-14T16:51:53
react-native-ble-plx
dotintent/react-native-ble-plx
3,006
12
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <selector xmlns:android="path_to_url"> <item android:color="@android:color/system...
/content/code_sandbox/lib/java/com/google/android/material/color/res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
99
```xml import clsx from '@proton/utils/clsx'; import './InputFieldStackedGroup.scss'; const InputFieldStackedGroup = ({ children, classname }: { children: React.ReactNode; classname?: string }) => ( <div className={clsx('stacked-field-group', classname)}>{children}</div> ); export default InputFieldStackedGroup;...
/content/code_sandbox/packages/components/components/inputFieldStacked/InputFieldStackedGroup.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
75
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="17701" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="B8D-0N-5wS"> <dependencies> <plugIn identifier="com.apple.In...
/content/code_sandbox/tests/perftest/Main.storyboard
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
9,087
```xml export default function isLowQualityComment(text: string): boolean { // Note: the unicode range targets skin color modifiers for the hand emojis return text.replaceAll(/[\s,.!?]+|[\u{1F3FB}-\u{1F3FF}]|[+-]\d+||ditt?o|me|too|t?here|on|same|this|issues?|please|pl[sz]|any|updates?|bump|question|solution|following...
/content/code_sandbox/source/helpers/is-low-quality-comment.ts
xml
2016-02-15T16:45:02
2024-08-16T18:39:26
refined-github
refined-github/refined-github
24,013
109
```xml import { XmlParser } from "../parser/xml-parser"; export interface CorePropsDeclaration { title: string, description: string, subject: string, creator: string, keywords: string, language: string, lastModifiedBy: string, revision: number, } export function parseCoreProps(root: El...
/content/code_sandbox/src/document-props/core-props.ts
xml
2016-10-24T16:57:56
2024-08-16T17:39:34
docxjs
VolodymyrBaydalka/docxjs
1,168
233
```xml <Project> <PropertyGroup> <ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally> </PropertyGroup> </Project> ```
/content/code_sandbox/templates/Directory.Packages.props
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
33
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup Label="Build"> <TargetFrameworks>net48;netstandard2.0;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks> <GenerateDocumentationFile>true</GenerateDocumentationFile> </PropertyGroup> <PropertyGroup Label="Package"> <GeneratePackageOn...
/content/code_sandbox/src/FlaUI.UIA3/FlaUI.UIA3.csproj
xml
2016-04-13T06:25:32
2024-08-16T09:08:40
FlaUI
FlaUI/FlaUI
2,193
618
```xml import React, { useMemo } from 'react' import { getColumnHeaderDetails } from '@devhub/core' import { NotificationCardsContainer, NotificationCardsContainerProps, } from '../../containers/NotificationCardsContainer' import { IconProp } from '../../libs/vector-icons' import { ColumnRenderer, ColumnRendererPr...
/content/code_sandbox/packages/components/src/components/columns/NotificationColumn.tsx
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
415
```xml import {Materializer, Type, Types} from "cad/craft/schema/types/index"; import {ApplicationContext} from "cad/context"; import {BaseSchemaField, OperationParamsErrorReporter, OperationSchema} from "cad/craft/schema/schema"; export interface ObjectTypeSchema extends BaseSchemaField { type: Types.object; sc...
/content/code_sandbox/web/app/cad/craft/schema/types/objectType.ts
xml
2016-08-26T21:55:19
2024-08-15T01:02:53
jsketcher
xibyte/jsketcher
1,461
159
```xml /*your_sha256_hash----------------------------- *your_sha256_hash----------------------------*/ import type { languages } from '../../fillers/monaco-editor-core'; export const conf: languages.LanguageConfiguration = { // the default separators except `@$` wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\#\%\^\&\*\(\)...
/content/code_sandbox/src/basic-languages/apex/apex.ts
xml
2016-06-07T16:56:31
2024-08-16T17:17:05
monaco-editor
microsoft/monaco-editor
39,508
2,276
```xml import { SerializedTeam } from '../../../../interfaces/db/team' import { generateMockId, getCurrentTime, MockDbMap } from '../utils' type MockTeam = Omit<SerializedTeam, 'permissions'> const teamMap = new MockDbMap<MockTeam>('mock:teamMap') const teamDomainMap = new MockDbMap<string>('mock:teamDomainMap') exp...
/content/code_sandbox/src/cloud/api/mock/db/mockEntities/teams.ts
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
317
```xml import * as core from "./core"; import * as cmds from "./cmds"; export function init(updated: () => void) { if ("serviceWorker" in navigator && !pxt.webConfig.isStatic && !pxt.BrowserUtils.isLocalHost(true)) { window.addEventListener("load", function () { const ref = pxt....
/content/code_sandbox/webapp/src/appcache.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
386
```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 { ArrayLike } from '@stdlib/types/array...
/content/code_sandbox/lib/node_modules/@stdlib/stats/incr/mminmaxabs/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
788
```xml import React from 'react'; import styled from 'styled-components'; import {View} from '../../Library/View/View'; import {appTheme} from '../../Library/Style/appTheme'; import {border} from '../../Library/Style/layout'; import {HorizontalResizer} from '../../Library/View/HorizontalResizer'; import {UserPrefRepo} ...
/content/code_sandbox/src/Renderer/Fragment/Side/SideFragment.tsx
xml
2016-05-10T12:55:31
2024-08-11T04:32:50
jasper
jasperapp/jasper
1,318
416
```xml /* tslint:disable */ require('./FileUpload.module.css'); const styles = { fileUpload: 'fileUpload_207465a2', container: 'container_207465a2', row: 'row_207465a2', column: 'column_207465a2', 'ms-Grid': 'ms-Grid_207465a2', title: 'title_207465a2', subTitle: 'subTitle_207465a2', description: 'descri...
/content/code_sandbox/samples/react-file-upload/src/webparts/fileUpload/components/FileUpload.module.scss.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
144
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- 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, WITHO...
/content/code_sandbox/docs/topics/impala_delete.xml
xml
2016-04-13T07:00:08
2024-08-16T10:10:44
impala
apache/impala
1,115
1,821
```xml import { mergeClasses } from '@fluentui/react-components'; import * as React from 'react'; import { useGridStyles } from './Grid.styles'; export interface GridShimProps { /** * The columns of the grid with a space-separated list of values. * The values represent the track size, and the space between the...
/content/code_sandbox/packages/react-components/react-migration-v0-v9/library/src/components/Grid/GridShim.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
386
```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 xmlns:android="path_to_url" xmlns:xliff="urn:oasis:names:tc:xli...
/content/code_sandbox/app/src/main/res/values-es/strings.xml
xml
2016-01-22T21:40:54
2024-08-16T11:54:30
hackerskeyboard
klausw/hackerskeyboard
1,807
3,789
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net6.0;net6.0-windows</TargetFrameworks> <Description>Unofficial port of the Windows Workflow Foundation (WF) to .NET 6</Description> <TargetsForTfmSpecificBuildOutput>$(TargetsForTfmSpecificBuildOutput);CopyProjectRe...
/content/code_sandbox/src/UiPath.Workflow/UiPath.Workflow.csproj
xml
2016-08-25T20:07:20
2024-08-13T22:23:35
CoreWF
UiPath/CoreWF
1,126
511
```xml <?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="7.10"> <data> <int key="IBDocument.SystemTarget">1080</int> <string key="IBDocument.SystemVersion">12E55</string> <string key="IBDocument.InterfaceBuilderVersion">3084</string> <string key="IBDocument.A...
/content/code_sandbox/tests/qa-regression/EndSheet/MainSheet.xib
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
3,853
```xml /** * String related filters * * * prefer stringify() to String() since `undefined`, `null` should eval '' */ // Han (Chinese) characters: \u4E00-\u9FFF // Additional Han characters: \uF900-\uFAFF (CJK Compatibility Ideographs) // Additional Han characters: \u3400-\u4DBF (CJK Unified Ideographs Extension A)...
/content/code_sandbox/src/filters/string.ts
xml
2016-06-13T07:39:30
2024-08-16T16:56:50
liquidjs
harttle/liquidjs
1,485
1,795
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <Filter Include="surfaces"> <UniqueIdentifier>{11868456-7D97-D44D-C42F-3C3707EFE842}</UniqueIdentifier> </Filter> <Filter Include="surfaces"> <UniqueIdentifier>{11868456-7D97-D44D-C42F-3C...
/content/code_sandbox/orig_chrome/cc/cc_surfaces.vcxproj.filters
xml
2016-09-27T03:41:10
2024-08-16T10:42:57
miniblink49
weolar/miniblink49
7,069
1,869
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>BuildMachineOSBuild</key> <string>16G29</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>AtherosE2200Ether...
/content/code_sandbox/Clover-Configs/XiaoMi/i5-with-fingerprint/CLOVER/kexts/Other/AtherosE2200Ethernet.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
941
```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="fo" datatype="plaintext" original="actions.en.xlf"> <body> <trans-unit id="bEXLcqN" resname="stop"> <source>stop</source> <target stat...
/content/code_sandbox/translations/actions.fo.xlf
xml
2016-10-20T17:06:34
2024-08-16T18:27:30
kimai
kimai/kimai
3,084
661
```xml import assert from 'assert'; import fs from 'fs'; import { globSync } from 'glob'; import * as path from 'path'; import { ResourceKind } from './Resources'; import { UnexpectedError } from '../utils/errors'; import { directoryExistsAsync } from '../utils/modules'; export interface ProjectFile<L extends string ...
/content/code_sandbox/packages/@expo/config-plugins/src/android/Paths.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,025
```xml import {PlatformTest} from "@tsed/common"; import {Logger} from "@tsed/logger"; import {TestMongooseContext} from "@tsed/testing-mongoose"; import {User} from "./helpers/entity/User.js"; import {Server} from "./helpers/Server.js"; import {UserService} from "./helpers/services/UserService.js"; import {EntityManag...
/content/code_sandbox/packages/orm/mikro-orm/test/integration.spec.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
819
```xml import {DecoratorTypes, UnsupportedDecoratorType} from "@tsed/core"; import {JsonEntityFn} from "@tsed/schema"; /** * Mounts the specified middleware function or functions at the specified path: the middleware function is executed when * the base of the requested path matches `path. * * ```typescript * @Co...
/content/code_sandbox/packages/platform/platform-middlewares/src/decorators/useAfter.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
270
```xml export default { cancelText: '', }; ```
/content/code_sandbox/packages/zarm/src/action-sheet/locale/zh_CN.tsx
xml
2016-07-13T11:45:37
2024-08-12T19:23:48
zarm
ZhongAnTech/zarm
1,707
10
```xml <?xml version="1.0" encoding="utf-8"?> <Project> <PropertyGroup> <OutputType>Exe</OutputType> <ApplicationTitle>MySimpleApp</ApplicationTitle> <ApplicationId>com.xamarin.mysimpleapp</ApplicationId> <ApplicationVersion>3.14</ApplicationVersion> </PropertyGroup> <Import Project="../../common/shared-do...
/content/code_sandbox/tests/dotnet/MySimpleApp/shared.csproj
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
115
```xml import { stateAndDispatch } from "../state"; import { setEvalResult } from "./setEvalResult"; // This will set the notes for a given criteria instance id. If notes is undefined, it will clear them. export function setEvalResultNotes(criteriaId: string, notes: string) { const { state: teacherTool, dispatch }...
/content/code_sandbox/teachertool/src/transforms/setEvalResultNotes.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
113
```xml <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="path_to_url"> <item android:color="@color/button_green_text_disabled" android:state_enabled="false"/> <item android:color="@color/button_green_text" android:state_window_focused="false"/> <item android:color="@color/button_green_text_pre...
/content/code_sandbox/app/src/main/res/drawable/selector_btn_green_text.xml
xml
2016-08-08T10:52:58
2024-07-13T02:47:52
Onboarding
eoinfogarty/Onboarding
1,491
145