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 /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {shallow} from 'enzyme'; import {EditorState} from 'lexical'; import Editor from './Editor'; jest.mock('@lexical/react/LexicalOnChangePlugin',...
/content/code_sandbox/optimize/client/src/modules/components/TextEditor/Editor.test.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
564
```xml import React, { ReactElement, useRef, useState } from 'react'; import { EditorState } from 'draft-js'; import Editor from '@draft-js-plugins/editor'; import createStickerPlugin from '@draft-js-plugins/sticker'; import editorStyles from './editorStyles.css'; import stickers from './stickers'; const stickerPlugin...
/content/code_sandbox/stories/sticker/src/SimpleStickerEditor.tsx
xml
2016-02-26T09:54:56
2024-08-16T18:16:31
draft-js-plugins
draft-js-plugins/draft-js-plugins
4,087
286
```xml import { FluentDesignSystem } from '../fluent-design-system.js'; import { Tab } from './tab.js'; import { template } from './tab.template.js'; import { styles } from './tab.styles.js'; export const definition = Tab.compose({ name: `${FluentDesignSystem.prefix}-tab`, template, styles, }); ```
/content/code_sandbox/packages/web-components/src/tab/tab.definition.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
70
```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="catchup_baseui_back">Back</string> <string name="catc...
/content/code_sandbox/libraries/base-ui/src/main/res/values/strings.xml
xml
2016-04-25T09:33:27
2024-08-16T02:22:21
CatchUp
ZacSweers/CatchUp
1,958
100
```xml import { makeStyles, mergeClasses, shorthands } from '@griffel/react'; import { tokens, typographyStyles } from '@fluentui/react-theme'; import { SlotClassNames } from '@fluentui/react-utilities'; import type { SelectSlots, SelectState } from './Select.types'; export const selectClassNames: SlotClassNames<Selec...
/content/code_sandbox/packages/react-components/react-select/library/src/components/Select/useSelectStyles.styles.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,934
```xml import { createElement } from 'react' import omit from 'lodash/omit' import { useSpring, animated } from '@react-spring/web' import { useTheme, useMotionConfig } from '@nivo/core' import { NoteSvg } from './types' export const AnnotationNote = <Datum,>({ datum, x, y, note, }: { datum: Datum ...
/content/code_sandbox/packages/annotations/src/AnnotationNote.tsx
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
321
```xml <vector xmlns:android="path_to_url" android:width="128dp" android:height="128dp" android:viewportWidth="128" android:viewportHeight="128"> <path android:pathData="M128,64C128,99.346 99.346,128 64,128 28.654,128 0,99.346 0,64 0,28.654 28.654,0 64,0c35.346,0 64,28.654 64,64" android:f...
/content/code_sandbox/app/src/main/res/drawable/ic_quest_motorcycle_parking_capacity.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
2,218
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:activiti="path_to_url" targetNamespace="org.activiti.engine.test.api.runtime"> <process id="executionLocalization" name="Process Name"> <documentation>Process Description</documentation> <extensionElements> <activi...
/content/code_sandbox/modules/flowable5-test/src/test/resources/org/activiti/engine/test/api/runtime/executionLocalization.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
373
```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="ja" original="../LocalizableSt...
/content/code_sandbox/tools/Microsoft.TemplateEngine.Authoring.TemplateVerifier/xlf/LocalizableStrings.ja.xlf
xml
2016-06-28T20:54:16
2024-08-16T14:39:38
templating
dotnet/templating
1,598
633
```xml import type { Branded } from '../../system/brand'; export const missingRepositoryId = '-'; export type GkProviderId = Branded< 'github' | 'githubEnterprise' | 'gitlab' | 'gitlabSelfHosted' | 'bitbucket' | 'bitbucketServer' | 'azureDevops', 'GkProviderId' >; export type GkRepositoryId = Branded<string, 'GkRep...
/content/code_sandbox/src/gk/models/repositoryIdentities.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
655
```xml import { ModelObjectTypeGenerator, RelatedGeneratorArgs, IGenerators, AuxillaryObjectTypeGenerator, AuxillaryInterfaceGenerator, } from '../../generator' import { GraphQLInterfaceType, GraphQLID, GraphQLNonNull } from 'graphql/type' export default class NodeGenerator extends AuxillaryInterfaceGenerato...
/content/code_sandbox/cli/packages/prisma-generate-schema/src/generator/default/query/nodeGenerator.ts
xml
2016-09-25T12:54:40
2024-08-16T11:41:23
prisma1
prisma/prisma1
16,549
136
```xml import React from 'react'; import { store } from '../global-state/router-store'; import { router } from '../imperative-api'; import Stack from '../layouts/Stack'; import Tabs from '../layouts/Tabs'; import { act, screen, renderRouter, testRouter } from '../testing-library'; /** * Stacks are the most common nav...
/content/code_sandbox/packages/expo-router/src/__tests__/stacks.test.ios.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
2,372
```xml import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing'; import { StylingComponent } from './styling.component'; describe('StylingComponent', () => { let component: StylingComponent; let fixture: ComponentFixture<StylingComponent>; beforeEach(waitForAsync(() => { TestBed.conf...
/content/code_sandbox/projects/docs-app/src/app/fundamentals/styling/styling.component.spec.ts
xml
2016-03-10T21:29:15
2024-08-15T07:07:30
angular-tree-component
CirclonGroup/angular-tree-component
1,093
128
```xml import { GluegunToolbox } from "gluegun" import { prefix } from "./pretty" // #region Error Guards type IsError = (str: string) => boolean type ErrorMessage = (str?: string) => string type ErrorGuard = [IsError, ErrorMessage] const isIgnite: ErrorGuard = [ (str) => str.toLowerCase() === "ignite", (str) => ...
/content/code_sandbox/src/tools/validations.ts
xml
2016-02-10T16:06:07
2024-08-16T19:52:51
ignite
infinitered/ignite
17,196
803
```xml <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="path_to_url" xmlns:app="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="mat...
/content/code_sandbox/sample/src/main/res/layout/lottiefiles_fragment.xml
xml
2016-10-06T22:42:42
2024-08-16T18:32:58
lottie-android
airbnb/lottie-android
34,892
668
```xml /* * Wire * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPO...
/content/code_sandbox/src/script/util/QualifiedId.test.ts
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
501
```xml import { WatchOptions } from 'chokidar'; export interface IWatcherPublicConfig { chokidarOptions?: WatchOptions; enabled?: boolean; ignore?: Array<string | RegExp>; include?: Array<string | RegExp>; /** * The root folder(s) to watch * Passed to chokidar as paths */ root?: string | string[];...
/content/code_sandbox/src/config/IWatcher.ts
xml
2016-10-28T10:37:16
2024-07-27T15:17:43
fuse-box
fuse-box/fuse-box
4,003
81
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const ClockIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M1024 2048q-124 0-238-32t-214-90-181-140-140-181-91-214-3...
/content/code_sandbox/packages/react-icons-mdl2/src/components/ClockIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
321
```xml import React, { useRef } from 'react' import { useEffectOnce } from 'react-use' import { focusFirstChildFromElement } from '../../../cloud/lib/dom' import { useLeftToRightNavigationListener } from '../../lib/keyboard' interface LeftToRightListProps { className?: string ignoreFocus?: boolean } const LeftRigh...
/content/code_sandbox/src/design/components/atoms/LeftRightList.tsx
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
232
```xml import { useFormikContext } from 'formik'; import { VariableDefinition } from '../../custom-templates/components/CustomTemplatesVariablesDefinitionField'; import { getTemplateVariables, intersectVariables, isTemplateVariablesEnabled, } from '../../custom-templates/components/utils'; export function usePa...
/content/code_sandbox/app/react/portainer/templates/custom-templates/useParseTemplateOnFileChange.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
241
```xml import * as gulp from 'gulp'; import { join } from 'path'; import Config from '../../config'; const replace = require('gulp-replace'); /** * Executes the build task, copying all TypeScript files over to the `dist/tmp` directory. */ export = () => { return gulp.src([ join(Config.APP_SRC, '**/*.ts'), ...
/content/code_sandbox/tools/tasks/seed/copy.prod.rollup.aot.ts
xml
2016-01-27T07:12:46
2024-08-15T11:32:04
angular-seed-advanced
NathanWalker/angular-seed-advanced
2,261
212
```xml <?xml version="1.0" encoding="UTF-8"?> <configuration debug="false"> <!-- ,pom.xml --> <property name="log.root.level" value="${log.root.level}"/> <!-- --> <property name="log.home" value="${log.home}"/> <!-- --> <!-- app log --> <appender name="MPUSH_APPENDER" class="ch.qos.logback.core...
/content/code_sandbox/mpush-boot/src/main/resources/logback.xml
xml
2016-04-28T01:43:19
2024-08-16T04:05:03
mpush
mpusher/mpush
3,748
2,428
```xml <vector android:height="48dp" android:viewportHeight="24.0" android:viewportWidth="24.0" android:width="48dp" xmlns:android="path_to_url"> <path android:fillColor="#FF000000" android:pathData="M19.35,10.04C18.67,6.59 15.64,4 12,4c-1.48,0 -2.85,0.43 -4.01,1.17l1.46,1.46C10.21,6.23 11.08,6 12,6c3.04,0 5.5,...
/content/code_sandbox/app/src/main/res/drawable/ic_cloud_off_black_48dp.xml
xml
2016-02-07T19:27:52
2024-07-19T03:29:48
SectionedRecyclerViewAdapter
luizgrp/SectionedRecyclerViewAdapter
1,678
370
```xml import { ClickMode, HoverMode, InteractivityDetect, MoveDirection, OutMode, ShapeType, ISourceOptions, MoveType as PolygonMaskMoveType } from "tsparticles"; import { InlineArrangement as PolygonMaskInlineArrangement, Type as PolygonMaskType } from 'tsparticles/Plugins/PolygonMask/Enums'; export const defaultPar...
/content/code_sandbox/src/DefaultOptions.ts
xml
2016-11-29T10:59:11
2024-08-14T11:19:23
react-particles-js
wufe/react-particles-js
1,151
736
```xml <?xml version="1.0" encoding="utf-8" ?> <Configuration> <!-- Both lists should be sorted in chronological order --> <Inputs> <File Path="api-10.xml.in" Level="10" /> <File Path="api-15.xml.in" Level="15" /> <File Path="api-16.xml.in" Level="16" /> <File Path="api-17.xml.in" Level="17" /> ...
/content/code_sandbox/build-tools/api-merge/merge-configuration.xml
xml
2016-03-30T15:37:14
2024-08-16T19:22:13
android
dotnet/android
1,905
417
```xml import { c } from 'ttag'; import type { IconName } from '@proton/components'; import { Icon, useSecurityCheckup } from '@proton/components'; import SecurityCheckupCohort from '@proton/shared/lib/interfaces/securityCheckup/SecurityCheckupCohort'; import clsx from '@proton/utils/clsx'; const Title = ({ subli...
/content/code_sandbox/applications/account/src/app/containers/securityCheckup/SecurityCheckupSummaryTitle.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
603
```xml import * as React from 'react'; import { IAppDefinition, IAppLink, ApiReferencesTableSet } from '@fluentui/react-docsite-components'; import { DetailsListBasicExample } from '@fluentui/react-examples/lib/react/DetailsList/DetailsList.Basic.Example'; import { mergeStyles } from '@fluentui/react/lib/Styling'; impo...
/content/code_sandbox/apps/public-docsite-resources/src/AppDefinition.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
5,710
```xml import * as React from 'react'; import { useRecordContext } from 'react-admin'; import { Customer } from '../types'; const AddressField = () => { const record = useRecordContext<Customer>(); return record ? ( <span> {record.address}, {record.city}, {record.stateAbbr} {record.zipcode...
/content/code_sandbox/examples/demo/src/visitors/AddressField.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
88
```xml <fxlayout> <page name="Text Iwa"> <vbox> <control>targetType</control> <vbox modeSensitive="targetType" mode="1"> <control>columnIndex</control> </vbox> <vbox modeSensitive="targetType" mode="2"> <control>text</control> </vbox> <control>hAlign</control> <control>center</control> <control...
/content/code_sandbox/stuff/profiles/layouts/fxs/STD_iwa_TextFx.xml
xml
2016-03-18T17:55:48
2024-08-15T18:11:38
opentoonz
opentoonz/opentoonz
4,445
179
```xml // The file for the current environment will overwrite this one during build // Different environments can be found in config/environment.{dev|prod}.ts // The build system defaults to the dev environment export const environment = { production: false }; ```
/content/code_sandbox/hello-mobile/src/app/environment.ts
xml
2016-01-25T17:36:44
2024-08-15T10:53:22
mobile-toolkit
angular/mobile-toolkit
1,336
52
```xml <resources> <string name="bga_pp_take_picture"></string> <string name="bga_pp_not_support_take_photo"></string> <string name="bga_pp_not_support_crop"></string> <string name="bga_pp_toast_photo_picker_max"> %1$d </string> <string name="bga_pp_all_image"></string> <string name="bga_pp_conf...
/content/code_sandbox/library/src/main/res/values/bga_pp_strings.xml
xml
2016-06-24T04:05:29
2024-08-02T03:07:30
BGAPhotoPicker-Android
bingoogolapple/BGAPhotoPicker-Android
2,235
184
```xml import * as React from "react"; import { EditControls } from "./EditControls"; import { CursorState, handleKeyboardEvent } from "./keyboardNavigation"; import { isPlaying, updatePlaybackSongAsync, stopPlayback } from "./playback"; import { PlaybackControls } from "./PlaybackControls"; import { ScrollableWorkspac...
/content/code_sandbox/webapp/src/components/musicEditor/MusicEditor.tsx
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
4,962
```xml import { http, HttpResponse } from 'msw'; import { render, within } from '@testing-library/react'; import { UserViewModel } from '@/portainer/models/user'; import { server } from '@/setup-tests/server'; import { createMockResourceGroups, createMockSubscriptions, } from '@/react-tools/test-mocks'; import { w...
/content/code_sandbox/app/react/azure/DashboardView/DashboardView.test.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
1,090
```xml import * as compose from "lodash.flowright"; import { BrandDetailQueryResponse, BrandsCountQueryResponse, BrandsGetLastQueryResponse, } from "@erxes/ui/src/brands/types"; import { mutations, queries } from "../graphql"; import { router as routerUtils, withProps } from "modules/common/utils"; import Butto...
/content/code_sandbox/packages/core-ui/src/modules/settings/brands/containers/Brands.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,137
```xml import expect from 'expect'; import { createHeadersFromOptions, queryParameters, flattenObject, } from './fetch'; describe('queryParameters', () => { it('should generate a query parameter', () => { const data = { foo: 'bar' }; expect(queryParameters(data)).toEqual('foo=bar'); ...
/content/code_sandbox/packages/ra-core/src/dataProvider/fetch.spec.ts
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
965
```xml import React from 'dom-chef'; import {$} from 'select-dom'; import * as pageDetect from 'github-url-detection'; import features from '../feature-manager.js'; import observe from '../helpers/selector-observer.js'; import {getBranches} from '../github-helpers/pr-branches.js'; import getPrInfo, {PullRequestInfo} ...
/content/code_sandbox/source/features/pr-base-commit.tsx
xml
2016-02-15T16:45:02
2024-08-16T18:39:26
refined-github
refined-github/refined-github
24,013
757
```xml import path from 'node:path'; import { deleteSync } from 'del'; import { makeDirectorySync } from 'make-dir'; import parentModule from 'parent-module'; import os from 'node:os'; import type { Mock, MockInstance } from 'vitest'; import fs from 'node:fs'; function normalizeDirectorySlash(pathname: string): string...
/content/code_sandbox/test/utils/temp-dir.ts
xml
2016-07-29T09:54:26
2024-08-08T15:15:52
graphql-config
kamilkisiela/graphql-config
1,160
619
```xml <!-- Description: feed entry contributor uri --> <feed version="0.3" xmlns="path_to_url#"> <entry> <contributor> <uri>path_to_url </contributor> </entry> </feed> ```
/content/code_sandbox/testdata/parser/atom/atom03_feed_entry_contributor_uri.xml
xml
2016-01-23T02:44:34
2024-08-16T15:16:03
gofeed
mmcdole/gofeed
2,547
54
```xml import clamp from './clamp'; describe('clamp()', () => { it('returns the exact value passed in if it already lies between min & max', () => { expect(clamp(7, 0, 10)).toBe(7); }); it('returns the min if the value passed in is lower than min', () => { expect(clamp(-2, 0, 10)).toBe(0);...
/content/code_sandbox/packages/utils/clamp.test.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
131
```xml import React from 'react' import SpecField, {SpecFieldProps} from './SpecField' import FunctionButtons from './_FunctionButtons' import labelFromFieldName from '../libs/label-from-field-name' type SpecPropertyProps = SpecFieldProps & { onZoomClick(...args: unknown[]): unknown onDataClick(...args: unknown...
/content/code_sandbox/src/components/_SpecProperty.tsx
xml
2016-09-08T17:52:22
2024-08-16T12:54:23
maputnik
maplibre/maputnik
2,046
283
```xml import {parseResponse} from 'src/shared/parsing/flux/response' import {SIMPLE, TAGS_RESPONSE} from 'test/shared/parsing/flux/constants' import {parseTablesByTime} from 'src/shared/parsing/flux/parseTablesByTime' describe('parseTablesByTime', () => { it('can parse common flux table with simplified column names...
/content/code_sandbox/ui/test/shared/parsing/flux/parseTablesByTime.test.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
299
```xml /** * Web Animations `@angular/platform-browser/animations` * Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. * Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0). **/ // import 'web-animations-js'; // Run `npm install --...
/content/code_sandbox/angularv61/src/polyfills.ts
xml
2016-07-02T18:58:48
2024-08-15T23:36:46
curso-angular
loiane/curso-angular
1,910
270
```xml export function applyAnimationsDefaults(defaults: any): void; ```
/content/code_sandbox/cachecloud-web/src/main/resources/assets/vendor/chart.js/core/core.animations.defaults.d.ts
xml
2016-01-26T05:46:01
2024-08-16T09:41:37
cachecloud
sohutv/cachecloud
8,737
13
```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>15G31</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>FakePCIID</string> <k...
/content/code_sandbox/Clover-Configs/Dell/Dell XPS 13 9550/CLOVER/kexts/Other/FakePCIID.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
663
```xml import React, {PureComponent, ReactElement} from 'react' import {connect, ResolveThunks} from 'react-redux' import {withSource} from 'src/CheckSources' import { loadUsersAsync, loadRolesAsync, loadPermissionsAsync, loadDBsAndRPsAsync, } from 'src/admin/actions/influxdb' import PageSpinner from 'src/shar...
/content/code_sandbox/ui/src/admin/containers/influxdb/AdminInfluxDBScopedPage.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
1,210
```xml import { ObjectLiteral } from "../../common/ObjectLiteral" import { QueryResult } from "../../query-runner/QueryResult" /** * Result object returned by InsertQueryBuilder execution. */ export class InsertResult { static from(queryResult: QueryResult) { const result = new this() result.raw ...
/content/code_sandbox/src/query-builder/result/InsertResult.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
163
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FastConnectDialog</class> <widget class="QDialog" name="FastConnectDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>315</width> <height>276</height> </rect> </property> <property name="sizePolicy"> ...
/content/code_sandbox/source/console/fast_connect_dialog.ui
xml
2016-10-26T16:17:31
2024-08-16T13:37:42
aspia
dchapyshev/aspia
1,579
1,030
```xml <?xml version="1.0"?> <!-- 19x23 lowerbody detector (see the detailed description below). ////////////////////////////////////////////////////////////////////////// | IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. | By downloading, copying, installing or using the software you agree | ...
/content/code_sandbox/OpenCVLibrary320/src/main/res/raw/haarcascade_lowerbody.xml
xml
2016-09-09T07:50:18
2024-08-05T09:03:43
OpenCVForAndroid
kongqw/OpenCVForAndroid
2,046
150,327
```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>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>#DropOEM_DSM</key> <dict> <key>ATI</key> <true/> <key>Firewire</key> ...
/content/code_sandbox/Clover-Configs/Dell/Dell 7577/CLOVER/doc/config-sample.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
7,043
```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/mysql/select_mysql_performance_schema_metadata_locks.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
187
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:id="@+id/activity_puzzle" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="home.smart.fly.animations.customview.puzzle.PuzzleActivity...
/content/code_sandbox/app/src/main/res/layout/activity_puzzle.xml
xml
2016-08-08T08:52:10
2024-08-12T19:24:13
AndroidAnimationExercise
REBOOTERS/AndroidAnimationExercise
1,868
204
```xml import {Land} from './land'; export class Klant { constructor(public voornaam: string, public achternaam: string, public straat: string, public huisnummer: string, public huisnummertoevoeging: string, public plaats: string, pu...
/content/code_sandbox/perf/test/angular-cli/src/app/models/bestelling/klant.ts
xml
2016-02-12T13:14:28
2024-08-15T18:38:25
stryker-js
stryker-mutator/stryker-js
2,561
90
```xml import Ionicons from '@expo/vector-icons/Ionicons'; import { PropsWithChildren, useState } from 'react'; import { StyleSheet, TouchableOpacity, useColorScheme } from 'react-native'; import { ThemedText } from '@/components/ThemedText'; import { ThemedView } from '@/components/ThemedView'; import { Colors } from...
/content/code_sandbox/templates/expo-template-default/components/Collapsible.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
306
```xml import React from 'react'; import { renderWithWrapper } from '../../../.ci/testHelper'; import { makeStyles } from '../makeStyles'; import Text from '../../Text'; import { ThemeProps, useTheme } from '../ThemeProvider'; import { StyleSheet } from 'react-native'; describe('useTheme()', () => { it('should retur...
/content/code_sandbox/packages/themed/src/config/__tests__/makeStyles.test.tsx
xml
2016-09-08T14:21:41
2024-08-16T10:11:29
react-native-elements
react-native-elements/react-native-elements
24,875
390
```xml // path_to_url#vue3 declare module "*.vue" { import type {DefineComponent} from "vue"; // eslint-disable-next-line @typescript-eslint/ban-types const component: DefineComponent<{}, {}, any>; export default component; } ```
/content/code_sandbox/client/shims-vue.d.ts
xml
2016-02-09T03:16:03
2024-08-16T10:52:38
thelounge
thelounge/thelounge
5,518
53
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ const is = () => true; export {is}; ```
/content/code_sandbox/operate/client/src/__mocks__/bpmn-js/lib/util/ModelUtil.ts
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
39
```xml import { createRequire } from 'module'; import { cwd } from 'process'; import { isSchema, Kind } from 'graphql'; import { asArray, debugTimerEnd, debugTimerStart, getDocumentNodeFromSchema, isDocumentString, parseGraphQLSDL, Source, } from '@graphql-tools/utils'; import { LoadTypedefsOptions } from...
/content/code_sandbox/packages/load/src/load-typedefs/collect-sources.ts
xml
2016-03-22T00:14:38
2024-08-16T02:02:06
graphql-tools
ardatan/graphql-tools
5,331
1,816
```xml /* * * See the LICENSE file at the top-level directory of this distribution * for licensing information. * * Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation, * no part of this software, including this file, may be copied, modified, * propagated, or distributed except accor...
/content/code_sandbox/elements/lisk-p2p/test/integration/penalty_malformed_peerinfo_list.spec.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
895
```xml import typeDefs from './graphql/typeDefs'; import resolvers from './graphql/resolvers'; import { generateModels } from './connectionResolver'; import { setupMessageConsumers } from './messageBroker'; import { initBrokerErkhet } from './messageBrokerErkhet'; import afterMutations from './afterMutations'; import ...
/content/code_sandbox/packages/plugin-syncerkhet-api/src/configs.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
303
```xml import { DocumentCardStatusBase } from './DocumentCardStatus.base'; import type { IStyle, ITheme } from '../../Styling'; import type { IReactProps, IRefObject, IStyleFunctionOrObject } from '../../Utilities'; /** * {@docCategory DocumentCard} */ export interface IDocumentCardStatus {} /** * {@docCategory Do...
/content/code_sandbox/packages/react/src/components/DocumentCard/DocumentCardStatus.types.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
304
```xml import React from 'react'; type IconProps = React.SVGProps<SVGSVGElement>; export declare const IcCheckmarkCircleFilled: (props: IconProps) => React.JSX.Element; export {}; ```
/content/code_sandbox/packages/icons/lib/icCheckmarkCircleFilled.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
45
```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/src/builder/timestamp.ts
xml
2016-02-17T08:00:23
2024-08-16T19:00:48
arrow
apache/arrow
14,094
368
```xml import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing'; import { MAT_DIALOG_DATA, MatDialogRef } from '@angular/material/dialog'; import { ToastrModule } from 'ngx-toastr'; import { FormDialogComponent } from '~/app/core/components/intuition/form-dialog/form-dialog.component'; import { ...
/content/code_sandbox/deb/openmediavault/workbench/src/app/core/components/intuition/form-dialog/form-dialog.component.spec.ts
xml
2016-05-03T10:35:34
2024-08-16T08:03:04
openmediavault
openmediavault/openmediavault
4,954
226
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const DownIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M1965 1101l-941 941-941-941 90-90 787 787V0h128v1798l787-7...
/content/code_sandbox/packages/react-icons-mdl2/src/components/DownIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
132
```xml /* * * See the LICENSE file at the top-level directory of this distribution * for licensing information. * * Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation, * no part of this software, including this file, may be copied, modified, * propagated, or distributed except accor...
/content/code_sandbox/elements/lisk-p2p/test/integration/cleanup_unresponsive_peers.spec.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
439
```xml import pick from 'lodash/pick' import { createElement } from 'react' import { renderToStaticMarkup } from 'react-dom/server' import { ChartProps, chartsMapping, ChartType } from './mappings' const staticProps = { animate: false, isInteractive: false, renderWrapper: false, theme: {}, } export co...
/content/code_sandbox/packages/static/src/renderer.ts
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
210
```xml /* eslint-disable @typescript-eslint/no-var-requires */ const FailPlugin = require("../plugins/fail-plugin"); // path_to_url export {}; module.exports = function() { return { plugins: [new FailPlugin()] }; }; ```
/content/code_sandbox/packages/xarc-webpack/src/partials/fail.ts
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
50
```xml import { defaultDecorateStory } from 'storybook/internal/preview-api'; import type { DecoratorFunction, LegacyStoryFn } from 'storybook/internal/types'; import type { ReactRenderer } from '../types'; import { jsxDecorator } from './jsxDecorator'; export const applyDecorators = ( storyFn: LegacyStoryFn<ReactR...
/content/code_sandbox/code/renderers/react/src/docs/applyDecorators.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
199
```xml import { ButtonRow, Container, Row } from "../../styles"; import React, { useEffect, useState } from "react"; import ActionButtons from "@erxes/ui/src/components/ActionButtons"; import Alert from "@erxes/ui/src/utils/Alert/index"; import Button from "@erxes/ui/src/components/Button"; import Dropdown from "@erxe...
/content/code_sandbox/packages/plugin-facebook-ui/src/automations/components/action/ButtonGenerator.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,439
```xml import { mock } from "jest-mock-extended"; import { createPortSpyMock } from "../../autofill/spec/autofill-mocks"; import { sendPortMessage } from "../../autofill/spec/testing-utils"; import { FilelessImportPort } from "../enums/fileless-import.enums"; import { LpFilelessImporter } from "./abstractions/lp-file...
/content/code_sandbox/apps/browser/src/tools/content/lp-fileless-importer.spec.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
1,612
```xml /* TypeScript file generated from Variants.res by genType. */ /* eslint-disable */ /* tslint:disable */ import * as VariantsJS from './Variants.res.js'; import type {list} from '../src/shims/RescriptPervasives.shim'; export type weekday = "monday" | "tuesday" | "wednesday" | "thursday" | "friday...
/content/code_sandbox/jscomp/gentype_tests/typescript-react-example/src/Variants.gen.tsx
xml
2016-01-06T20:34:59
2024-08-16T05:38:07
rescript-compiler
rescript-lang/rescript-compiler
6,636
806
```xml /** * change img size or quality todo change size * * @param img * @param quality * @param fileType */ export default function changeImageSize( img: HTMLImageElement, quality: number | undefined, fileType: string, ) { const canvas = document.createElement('canvas'); const ctx = canvas.getContext(...
/content/code_sandbox/packages/zarm/src/file-picker/utils/changeImageSize.tsx
xml
2016-07-13T11:45:37
2024-08-12T19:23:48
zarm
ZhongAnTech/zarm
1,707
295
```xml import { MockProxy } from "jest-mock-extended"; import { MIN_VERSION } from "../migrate"; import { MigrationHelper } from "../migration-helper"; import { mockMigrationHelper } from "../migration-helper.spec"; import { MinVersionMigrator } from "./min-version"; describe("MinVersionMigrator", () => { let help...
/content/code_sandbox/libs/common/src/state-migrations/migrations/min-version.spec.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
216
```xml <resources> <string name="app_name">Payment</string> </resources> ```
/content/code_sandbox/freeline-sample/ThirdParty/payment/src/main/res/values/strings.xml
xml
2016-08-03T17:22:52
2024-08-06T10:04:13
freeline
alibaba/freeline
5,481
19
```xml import './ExtendedPeoplePicker.scss'; import { BaseExtendedPicker } from '../BaseExtendedPicker'; import type { IPickerItemProps } from '../../../Pickers'; import type { IExtendedPersonaProps } from '../../../SelectedItemsList'; import type { IPersonaProps } from '../../../Persona'; import type { IBaseExtendedPi...
/content/code_sandbox/packages/react/src/components/ExtendedPicker/PeoplePicker/ExtendedPeoplePicker.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
188
```xml import { html } from 'lit'; import { customElement, property, queryAssignedElements, state, } from 'lit/decorators.js'; import { classMap } from 'lit/directives/class-map.js'; import { createRef, ref } from 'lit/directives/ref.js'; import { $ } from '@mdui/jq/$.js'; import '@mdui/jq/methods/children.js';...
/content/code_sandbox/packages/mdui/src/components/tabs/tabs.ts
xml
2016-07-11T17:39:02
2024-08-16T07:12:34
mdui
zdhxiong/mdui
4,077
2,239
```xml import assert from 'assert'; import { describe, it } from 'node:test'; import HTMLInputMaskElement from '../../src/controls/html-input-mask-element'; describe('HTMLMaskElement', function () { describe('#get isActive', function () { it('should use getRootNode if available', function () { const inpu...
/content/code_sandbox/packages/imask/test/controls/html-mask-element.ts
xml
2016-11-10T13:04:29
2024-08-16T15:16:18
imaskjs
uNmAnNeR/imaskjs
4,881
195
```xml import { getLocalesFromRequireContext } from '@proton/shared/lib/i18n/locales'; const requireContext = import.meta.webpackContext!('../../locales', { recursive: false, regExp: /\.json$/, mode: 'lazy', chunkName: 'locales/[request]', }); const locales = getLocalesFromRequireContext(requireContex...
/content/code_sandbox/applications/verify/src/app/locales.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
80
```xml <?xml version="1.0" encoding="utf-8"?> <abapGit version="v1.0.0" serializer="LCL_OBJECT_CLAS" serializer_version="v1.0.0"> <asx:abap xmlns:asx="path_to_url" version="1.0"> <asx:values> <VSEOCLASS> <CLSNAME>ZCL_AWS1_EC2_ACTIONS</CLSNAME> <LANGU>E</LANGU> <DESCRIPT>EC2 Code Example Actions</DESCR...
/content/code_sandbox/sap-abap/services/ec2/zcl_aws1_ec2_actions.clas.xml
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
1,162
```xml export { default as CalendarImportSection } from './CalendarImportSection'; export { default as CalendarExportSection } from './CalendarExportSection'; export { default as MyCalendarsSection } from './MyCalendarsSection'; export { default as OtherCalendarsSection } from './OtherCalendarsSection'; export { defaul...
/content/code_sandbox/packages/components/containers/calendar/settings/index.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
247
```xml import Link from 'next/link' import React from 'react' export default function Layout() { return ( <div> <Link href="/parallel-non-intercepting/foo">link</Link> </div> ) } ```
/content/code_sandbox/test/e2e/app-dir/parallel-routes-and-interception/app/parallel-non-intercepting/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
50
```xml <?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="path_to_url" android:width="108dp" android:height="108dp" android:viewportHeight="108" android:viewportWidth="108"> <path android:fillColor="#26A69A" android:pathData="M0,0h108v108h-108z" /> <path androi...
/content/code_sandbox/chromecast-sender-sample-app/src/main/res/drawable/ic_launcher_background.xml
xml
2016-08-29T12:04:03
2024-08-16T13:03:46
android-youtube-player
PierfrancescoSoffritti/android-youtube-player
3,391
1,629
```xml import { IgResponseError } from './ig-response.error'; import { IgResponse } from '../types'; import { UploadRepositoryVideoResponseRootObject } from '../responses'; export class IgUploadVideoError extends IgResponseError { constructor(response: IgResponse<UploadRepositoryVideoResponseRootObject>, public vide...
/content/code_sandbox/src/errors/ig-upload-video-error.ts
xml
2016-06-09T12:14:48
2024-08-16T10:07:22
instagram-private-api
dilame/instagram-private-api
5,877
72
```xml import { Injectable } from '@angular/core'; import { HttpEvent, HttpInterceptor, HttpHandler, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs/Rx'; /** * @deprecated This interceptor is deprecated */ @Injectable() export class NoopInterceptor implements HttpInterceptor { interce...
/content/code_sandbox/test/fixtures/todomvc-ng2-deprecated/src/app/shared/interceptors/noopinterceptor.interceptor.ts
xml
2016-10-17T07:09:28
2024-08-14T16:30:10
compodoc
compodoc/compodoc
3,980
88
```xml <vector android:height="24dp" android:tint="#EEEEEE" android:viewportHeight="24.0" android:viewportWidth="24.0" android:width="24dp" xmlns:android="path_to_url"> <path android:fillColor="#FF000000" android:pathData="M6,2v6h0.01L6,8.01 10,12l-4,4 0.01,0.01L6,16.01L6,22h12v-5.99h-0.01L18,16l-4,-4 4,-3....
/content/code_sandbox/app/src/main/res/drawable/ic_hourglass.xml
xml
2016-09-23T13:33:17
2024-08-15T09:51:19
xDrip
NightscoutFoundation/xDrip
1,365
215
```xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="path_to_url" xmlns:app="path_to_url"> <item android:id="@+id/about" android:orderInCategory="100" android:title="@string/about" app:showAsAction="never" /> <item android:id="@+id/share" android...
/content/code_sandbox/app/src/main/res/menu/main.xml
xml
2016-03-13T05:16:32
2024-04-29T09:08:01
RxJavaApp
jiang111/RxJavaApp
1,045
151
```xml class C { "foo"(); "bar"() { } } ```
/content/code_sandbox/tests/format/typescript/compiler/ClassDeclaration22.ts
xml
2016-11-29T17:13:37
2024-08-16T17:29:57
prettier
prettier/prettier
48,913
17
```xml import { describe, it, expect } from 'vitest'; import { Vec2 } from '../common/Vec2'; import { Vec3 } from '../common/Vec3'; describe('Math', function(): void { it('Vec2', function(): void { var r, v = new Vec2(); expect(v.x).equal(0); expect(v.y).equal(0); v.setNum(3, 4); expect(v.x).eq...
/content/code_sandbox/src/__test__/Math.test.ts
xml
2016-03-22T04:46:05
2024-08-16T07:41:00
planck.js
piqnt/planck.js
4,864
832
```xml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".ui.activity.AnimateDrawableActivity"...
/content/code_sandbox/app/src/main/res/layout/activity_animate_drawable.xml
xml
2016-08-08T08:52:10
2024-08-12T19:24:13
AndroidAnimationExercise
REBOOTERS/AndroidAnimationExercise
1,868
182
```xml import { Loader2Icon, LucideProps } from "lucide-react" import { cn } from "@/lib/utils" const Loader = ({ className, style, }: { className?: string style?: object }) => { return ( <LoaderWrapper className={className} style={style}> <LoaderIcon /> <LoaderText /> </LoaderWrapper> ...
/content/code_sandbox/pos/components/ui/loader.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
237
```xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "path_to_url"> <mapper namespace="com.us.example.dao.UserDao"> <resultMap id="userMap" type="com.us.example.domain.SysUser"> <id property="id" column="ID"/> <result property="username" column=...
/content/code_sandbox/springboot-SpringSecurity1/src/main/resources/mapper/UserDaoMapper.xml
xml
2016-11-07T02:13:31
2024-08-16T08:17:57
springBoot
527515025/springBoot
6,488
219
```xml import React, { Component } from 'react'; import SVGInline from 'react-svg-inline'; import classNames from 'classnames'; import styles from './TadaButton.scss'; import tadaIcon from '../../assets/images/tada-green-ic.inline.svg'; type Props = { onClick: (...args: Array<any>) => any; iconClass?: string; sh...
/content/code_sandbox/source/renderer/app/components/widgets/TadaButton.tsx
xml
2016-10-05T13:48:54
2024-08-13T22:03:19
daedalus
input-output-hk/daedalus
1,230
176
```xml <vector xmlns:android="path_to_url" android:width="32dp" android:height="32dp" android:tint="?attr/colorControlNormal" android:viewportHeight="32" android:viewportWidth="32"> <group android:translateX="16" android:translateY="16"> <group android:name="ring_outer"> <path an...
/content/code_sandbox/app/src/main/res/drawable/vd_checkable_radiobutton_unchecked.xml
xml
2016-11-04T14:23:35
2024-08-12T07:50:44
adp-delightful-details
alexjlockwood/adp-delightful-details
1,070
207
```xml import { ServiceScope } from '@microsoft/sp-core-library'; export interface IOrganisationChartProps { serviceScope: ServiceScope; organisationName: string; } ```
/content/code_sandbox/samples/react-organisationchart/src/webparts/organisationChart/components/IOrganisationChartProps.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
36
```xml /* * Wire * * This program is free software: you can redistribute it and/or modify * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPO...
/content/code_sandbox/src/script/components/MessagesList/Message/MessageWrapper.tsx
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
2,032
```xml export enum MediaDirection { /** * Media is send and receive is suspended. */ INACTIVE = 'inactive', /** * Media is only received from remote peer. */ RECVONLY = 'recvonly', /** * Media is only sent to the remote peer. */ SENDONLY = 'sendonly', /** * Media is sent and receiv...
/content/code_sandbox/types/hand-crafted/service/RTC/MediaDirection.d.ts
xml
2016-01-27T22:44:09
2024-08-16T02:51:56
lib-jitsi-meet
jitsi/lib-jitsi-meet
1,328
95
```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>15D21</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>ACPISensors</stri...
/content/code_sandbox/Clover-Configs/Dell/Dell XPS 13 9550/CLOVER/kexts/Other/ACPISensors.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
2,008
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportHeight="210.0" android:viewportWidth="210.0"> <path android:fillColor="#FF000000" android:pathData="M190.32,90.03L36.78,2.27C34.14,0.75 31.19,0 28.24,0c-0.06,0 -0.12,0.01 -0.18,0.01c...
/content/code_sandbox/library/src/main/res/drawable/about_icon_google_play.xml
xml
2016-04-20T23:26:30
2024-08-16T16:27:00
android-about-page
medyo/android-about-page
2,040
697
```xml import xs, {Stream, MemoryStream} from 'xstream'; import concat from 'xstream/extra/concat'; import delay from 'xstream/extra/delay'; import tween from 'xstream/extra/tween'; import dropRepeats from 'xstream/extra/dropRepeats'; import {State} from '../model/index'; import {lastCombStep} from '../model/queries'; ...
/content/code_sandbox/src/Calculator/view/tweens.ts
xml
2016-09-13T13:33:31
2024-08-15T13:43:45
matrixmultiplication.xyz
staltz/matrixmultiplication.xyz
1,129
963
```xml /* * Squidex Headless CMS * * @license */ import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'; import { HttpTestingController, provideHttpClientTesting } from '@angular/common/http/testing'; import { inject, TestBed } from '@angular/core/testing'; import { ApiUrlConfig, createPr...
/content/code_sandbox/frontend/src/app/shared/services/schemas.service.spec.ts
xml
2016-08-29T05:53:40
2024-08-16T17:39:38
squidex
Squidex/squidex
2,222
6,553