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 type { ExcludedSearchResults } from "@Core/ExcludedSearchResults"; import type { SearchResultItemAction } from "@common/Core"; import type { ActionHandler } from "../Contract"; /** * Action handler for excluding a search result from the search results. */ export class ExcludeFromSearchResultsActionHand...
/content/code_sandbox/src/main/Core/ActionHandler/DefaultActionHandlers/ExcludeFromSearchResultsActionHandler.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
156
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <update> <domain:update xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:name>example.tld</domain:name> <domain:add> <domain:status s="clientRenewProhibited" lang="en">Renew prohibited.</domain...
/content/code_sandbox/core/src/test/resources/google/registry/flows/domain/domain_update_add_non_server_status.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
134
```xml import { getSupportedUID } from '@proton/shared/lib/calendar/helper'; import { getIsAllDay } from '@proton/shared/lib/calendar/veventHelper'; import { omit } from '@proton/shared/lib/helpers/object'; import type { VcalVeventComponent } from '@proton/shared/lib/interfaces/calendar/VcalModel'; import type { Calen...
/content/code_sandbox/applications/calendar/src/app/containers/calendar/recurrence/createFutureRecurrence.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
798
```xml export * from './PersonaCoin'; export * from './PersonaCoin.base'; ```
/content/code_sandbox/packages/react/src/components/Persona/PersonaCoin/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
16
```xml import path from '../../shared/lib/isomorphic/path' import type { Normalizer } from './normalizer' export class PrefixingNormalizer implements Normalizer { private readonly prefix: string constructor(...prefixes: ReadonlyArray<string>) { this.prefix = path.posix.join(...prefixes) } public normaliz...
/content/code_sandbox/packages/next/src/server/normalizers/prefixing-normalizer.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
88
```xml <?xml version="1.0" encoding="utf-8"?> <!-- path_to_url Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <resources> <dimen name="mtrl_alert_dialog_picker_background_inset">24dp</dimen> <integ...
/content/code_sandbox/lib/java/com/google/android/material/datepicker/res/values/dimens.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
1,037
```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 /** * Interface describing `ssumors`. */ interface Routine { /** * Computes the sum ...
/content/code_sandbox/lib/node_modules/@stdlib/blas/ext/base/ssumors/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
640
```xml export function getSha() { const gitHubSha = process.env.GITHUB_SHA if (isGitHubActions() && gitHubSha !== undefined && gitHubSha.length > 0) { return gitHubSha } throw new Error( `Unable to get the SHA for the current platform. Check the documentation for the expected environment variables.` ...
/content/code_sandbox/script/build-platforms.ts
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
99
```xml declare const _default: Partial<{ isAvailableAsync: () => Promise<boolean>; requestReview: () => Promise<void>; }>; export default _default; //# sourceMappingURL=ExpoStoreReview.d.ts.map ```
/content/code_sandbox/packages/expo-store-review/build/ExpoStoreReview.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
44
```xml <vector android:height="48dp" android:viewportHeight="128" android:viewportWidth="128" android:width="48dp" xmlns:android="path_to_url"> <path android:fillColor="#aaa" android:pathData="M24.308,100H104.308V52l-40,-16 -40,16z"/> <path android:pathData="m16.308,56 l48,-20 48,20"...
/content/code_sandbox/app/src/main/res/drawable/ic_building_service.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
196
```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"> <parent> <artifactId>whatsmars-parent</artifactId> <groupId>org.hongxi</groupId> <version>2021.4.1</version> </parent> <m...
/content/code_sandbox/whatsmars-archetypes/dubbo-archetype/src/main/resources/archetype-resources/pom.xml
xml
2016-04-01T10:33:04
2024-08-14T23:44:08
whatsmars
javahongxi/whatsmars
1,952
174
```xml import { IPropertyPaneAccessor } from "@microsoft/sp-webpart-base"; export interface IScriptEditorProps { script: string; title: string; propPaneHandle: IPropertyPaneAccessor; } ```
/content/code_sandbox/samples/react-script-editor/src/webparts/scriptEditor/components/IScriptEditorProps.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
45
```xml export * from './Revision/Revision' export * from './Revision/RevisionMetadata' export * from './UseCase/AddAuthenticator/AddAuthenticator' export * from './UseCase/AddAuthenticator/AddAuthenticatorDTO' export * from './UseCase/DeleteAuthenticator/DeleteAuthenticator' export * from './UseCase/DeleteAuthenticator...
/content/code_sandbox/packages/snjs/lib/Domain/index.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
287
```xml /* * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ import { html } from 'lit'; import { spreadProps, getElementStorybookArgs } from '@cds/core/internal'; import { ClarityIcons } from '@cds/core/icon/icon.service.j...
/content/code_sandbox/packages/core/src/selection-panels/radio/radio-panel.stories.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
5,517
```xml import * as React from 'react'; import { Segment } from '@fluentui/react-northstar'; const SegmentExample = () => <Segment>The elevator to success is out of order. Youll have to use the stairs.</Segment>; export default SegmentExample; ```
/content/code_sandbox/packages/fluentui/docs/src/examples/components/Segment/Types/SegmentExample.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
55
```xml /// <reference path="@ms/odsp.d.ts" /> /// <reference path="@ms/odsp-webpack.d.ts" /> /// <reference path="assertion-error/assertion-error.d.ts" /> /// <reference path="chai/chai.d.ts" /> /// <reference path="es6-collections/es6-collections.d.ts" /> /// <reference path="es6-promise/es6-promise.d.ts" /> /// <refe...
/content/code_sandbox/samples/react-redux/typings/tsd.d.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
290
```xml /** @jsx jsx */ import { Transforms } from 'slate' import { jsx } from '../../..' export const run = editor => { Transforms.setNodes(editor, { key: 'a' }, { at: [0, 1] }) } export const input = ( <editor> <block> <text /> <inline>word</inline> <text /> </block> </editor> ) export...
/content/code_sandbox/packages/slate/test/transforms/setNodes/path/inline.tsx
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
135
```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-ins/pom.xml
xml
2016-01-23T15:29:29
2024-08-15T04:04:18
flexmark-java
vsch/flexmark-java
2,239
306
```xml import React from 'react'; type IconProps = React.SVGProps<SVGSVGElement>; export declare const IcAt: (props: IconProps) => React.JSX.Element; export {}; ```
/content/code_sandbox/packages/icons/lib/icAt.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
42
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>RTL8188EU8</string> <key>CFBundleGetInfoString</key> <key>CFBundleIconF...
/content/code_sandbox/Clover-Configs/Lenovo/Y700/CLOVER/kexts/Other/RTL8188EU8.kext/Contents/Resources/Info-RTL8188EU___MountainLion__Upgraded_.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
826
```xml import {Readable} from 'stream'; declare namespace getRawBody { export type Encoding = string | true; export interface Options { /** * The expected length of the stream. */ length?: number | string | null; /** * The byte limit of the body. This is the ...
/content/code_sandbox/014云开发实现小程序支付/cloud/pay/node_modules/raw-body/index.d.ts
xml
2016-11-24T02:09:00
2024-08-16T05:39:00
xiaochengxu_demos
qiushi123/xiaochengxu_demos
1,634
567
```xml import "reflect-metadata" import { closeTestingConnections, createTestingConnections, reloadTestingDatabases, } from "../../../utils/test-utils" import { DataSource } from "../../../../src/data-source/DataSource" import { Post } from "./entity/Post" import { Category } from "./entity/Category" descr...
/content/code_sandbox/test/functional/persistence/custom-column-name-pk/custom-column-name-pk.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
352
```xml import * as React from 'react'; import styles from './WebpartDetails.module.scss'; import { IWebpartDetailsProps } from './IWebpartDetailsProps'; import { sp } from "@pnp/sp"; import "@pnp/sp/webs"; import { IFile } from '@pnp/sp/files/types'; import { ClientsidePageFromFile, IClientsidePage } from "@pnp/sp/clie...
/content/code_sandbox/samples/react-webpartdetails/src/webparts/webpartDetails/components/WebpartDetails.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
722
```xml /* import test from 'tape-promise/tape'; import {UniformBufferLayout, UniformBlock} from '@luma.gl/core'; import {fixture} from 'test/setup'; const UBO_INDEX = 0; const FLOAT = 1.0; const VEC2 = [2.0, 2.0]; const VEC3 = [3.0, 3.0, 3.0]; const VEC4 = [4.0, 4.0, 4.0, 4.0]; const VS = /* glsl *`\ #version 300 es ...
/content/code_sandbox/modules/core/test/portable/uniform-buffer-layout.spec.ts
xml
2016-01-25T09:41:59
2024-08-16T10:03:05
luma.gl
visgl/luma.gl
2,280
1,227
```xml /* eslint-disable testing-library/no-node-access */ import React from 'react'; import { render, screen } from '@testing-library/react'; import { testStandardProps } from '@test/utils'; import PlaceholderParagraph from '../PlaceholderParagraph'; describe('Placeholder.Paragraph', () => { testStandardProps(<Plac...
/content/code_sandbox/src/Placeholder/test/PlaceholderParagraphSpec.tsx
xml
2016-06-06T02:27:46
2024-08-16T16:41:54
rsuite
rsuite/rsuite
8,263
515
```xml export interface Client { getRootPathAsync(): Promise<string>; isFileIgnoredAsync(filePath: string): Promise<boolean>; } export default function getVCSClientAsync(projectDir: string): Promise<Client>; ```
/content/code_sandbox/packages/expo-updates/utils/build/vcs.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
44
```xml import { AdaptedEvent, Point } from '../interfaces'; import VelocityTracker from './VelocityTracker'; export interface TrackerElement { abosoluteCoords: Point; relativeCoords: Point; timestamp: number; velocityX: number; velocityY: number; } const MAX_POINTERS = 20; export default class PointerTrack...
/content/code_sandbox/src/web/tools/PointerTracker.ts
xml
2016-10-27T08:31:38
2024-08-16T12:03:40
react-native-gesture-handler
software-mansion/react-native-gesture-handler
5,989
1,704
```xml /* * This suite intentionally runs in node environment to simulate SSR * @jest-environment node */ import { createContext, SYMBOL_NAMESPACE } from './global-context-selector'; function getGlobalProperty(symbol: Symbol) { // @ts-expect-error - Indexing object with symbols not supported until TS 4.4 retur...
/content/code_sandbox/packages/react-components/global-context/src/global-context-selector.test.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
336
```xml <resources> <!-- Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. --> <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> <!-- API ...
/content/code_sandbox/limbo-android-arm/src/main/res/values-v14/styles.xml
xml
2016-02-13T09:05:37
2024-08-16T14:28:26
limbo
limboemu/limbo
2,563
89
```xml // Joo Mendes // Mar 2019 import * as React from 'react'; import styles from './TenantProperties.module.scss'; import { ITenantPropertyPanelProps, panelMode } from './ITenantPropertyPanelProps'; import { ITenantPropertyPanelSate } from './ITenantPropertyPanelState'; import { escape } from '@microsoft/sp-lodash-s...
/content/code_sandbox/samples/react-tenant-properties/src/webparts/tenantProperties/components/TenantPropertyPanel.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
1,792
```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 {Place, UIChangedFile, VisualChangedFileType} from './UncommittedChanges'; import type {UseUncommittedSelection} from './partialSelection'; import type {ChangedFil...
/content/code_sandbox/addons/isl/src/ChangedFile.tsx
xml
2016-05-05T16:53:47
2024-08-16T19:12:02
sapling
facebook/sapling
5,987
4,155
```xml import type { DefaultSession } from 'next-auth'; declare module 'next-auth' { /** * Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context */ type Session = { user?: DefaultSession['user'] & { id: string; }; }; } ```
/content/code_sandbox/apps/portal/src/types/next-auth.d.ts
xml
2016-07-05T05:00:48
2024-08-16T19:01:19
tech-interview-handbook
yangshun/tech-interview-handbook
115,302
73
```xml import { Repository } from '../models/repository' import { Account } from '../models/account' import { getAccountForEndpoint } from './api' /** Get the authenticated account for the repository. */ export function getAccountForRepository( accounts: ReadonlyArray<Account>, repository: Repository ): Account | ...
/content/code_sandbox/app/src/lib/get-account-for-repository.ts
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
103
```xml <?xml version="1.0" encoding="utf-8"?> <vector xmlns:android="path_to_url" android:width="48dp" android:height="48dp" android:viewportWidth="48" android:viewportHeight="48"> <path android:fillColor="#36c" android:pathData="M47.09,21.86l-21-21a3.09,3.09,0,0,0-4.37,0L17.41,5.26...
/content/code_sandbox/docs/assets/ic_launcher.xml
xml
2016-10-14T02:54:01
2024-08-16T16:01:33
MGit
maks/MGit
1,193
490
```xml import { useEffect, useState } from 'react'; import useCache from '@proton/components/hooks/useCache'; import { useBlockchainClient } from '../../hooks/useBlockchainClient'; const FEES_ESTIMATION_KEY = 'fees_estimation'; export const useBlockchainFeesEstimation = () => { const cache = useCache(); con...
/content/code_sandbox/applications/wallet/src/app/contexts/BitcoinBlockchainContext/useBlockchainFeesEstimation.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
255
```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 {Version} from '@angular/core'; /** Current version of Angular Material. */ export const VERSION = new Version('0.0.0-PLACEHOLDER'); ```
/content/code_sandbox/src/material/core/version.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
69
```xml // Type definitions for ag-grid v6.2.1 // Project: path_to_url // Definitions by: Niall Crosby <path_to_url // Definitions: path_to_url import { AbstractColDef } from "../entities/colDef"; import { GridOptionsWrapper } from "../gridOptionsWrapper"; import { ColumnGroup } from "../entities/columnGroup"; import { ...
/content/code_sandbox/services/dashboard/assets-dev/js/vendor/ag-grid/dist/lib/headerRendering/cssClassApplier.d.ts
xml
2016-06-21T19:39:58
2024-08-12T19:23:26
mylg
mehrdadrad/mylg
2,691
138
```xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> <file source-language="en" datatype="plaintext" original="ng2.template"> <body> <trans-unit id="6641024648411549335" datatype="html"> <source>Host</source> <cont...
/content/code_sandbox/src/frontend/translate/messages.pt-br.xlf
xml
2016-03-12T11:46:41
2024-08-16T19:56:44
pigallery2
bpatrik/pigallery2
1,727
69,675
```xml <glade-catalog name="remarkable_window" domain="glade-3" depends="gtk+" version="1.0"> <glade-widget-classes> <glade-widget-class title="Remarkable Window" name="RemarkableWindow" generic-name="RemarkableWindow" parent="GtkWindow" icon-name="...
/content/code_sandbox/data/ui/remarkable_window.xml
xml
2016-06-11T20:27:09
2024-08-16T11:43:15
Remarkable
jamiemcg/Remarkable
1,961
94
```xml declare var __DEV__: boolean; import hyphenate from "./hyphenate-style-name"; import validateKeyframesObject from "./validate-keyframes-object"; import generateAlphabeticName from "./generate-alphabetic-name"; import {hash} from "./hash"; import type { StyleObject, FontFaceObject, KeyframesObject, } from...
/content/code_sandbox/packages/styletron-engine-monolithic/src/css.ts
xml
2016-04-01T00:00:06
2024-08-14T21:28:45
styletron
styletron/styletron
3,317
419
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" package="com.example.uilayouttest"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@...
/content/code_sandbox/chapter3/UILayoutTest/app/src/main/AndroidManifest.xml
xml
2016-10-04T02:55:57
2024-08-16T11:00:26
booksource
guolindev/booksource
3,105
140
```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 { Layout, MatrixTriangle, TransposeOper...
/content/code_sandbox/lib/node_modules/@stdlib/blas/base/dtrmv/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,602
```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>SecretsManagerJ2</groupId> <artifactId>SecretsManagerJ2</artifactId> <version>1.0-SNAPSHOT</versi...
/content/code_sandbox/javav2/example_code/secrets-manager/pom.xml
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
699
```xml <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="path_to_url" backupGlobals="false" backupStaticAttributes="false" bootstrap="tests/PhpUnit/bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" ...
/content/code_sandbox/phpunit.xml
xml
2016-11-26T14:04:16
2024-08-14T11:31:03
health
antonioribeiro/health
1,942
282
```xml import {useDecorators} from "@tsed/core"; import {CollectionOf} from "@tsed/schema"; import {Component} from "./component.js"; /** * Configure the property as Tags component. * @decorator * @formio * @property * @schema */ export function InputTags(props: Record<string, any> = {}): PropertyDecorator { re...
/content/code_sandbox/packages/third-parties/schema-formio/src/decorators/inputTags.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
119
```xml export function add(num1: number, num2: number) { return num1 + num2; } export function addOne(number: number) { number++; return number; } export function negate(number: number) { return -number; } export function isNegativeNumber(number: number) { var isNegative = false; if (number < 0) { is...
/content/code_sandbox/packages/vitest-runner/testResources/multiple-configs/math.ts
xml
2016-02-12T13:14:28
2024-08-15T18:38:25
stryker-js
stryker-mutator/stryker-js
2,561
95
```xml import { KeyCodes } from './KeyCodes'; import { getDocument } from './dom/getDocument'; import { getItem, setItem } from './sessionStorage'; import { setRTL as mergeStylesSetRTL } from '@fluentui/merge-styles'; const RTL_LOCAL_STORAGE_KEY = 'isRTL'; // Default to undefined so that we initialize on first read. ...
/content/code_sandbox/packages/utilities/src/rtl.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
477
```xml import * as React from 'react'; import { IconButton } from '../../../../Button'; import { css, getId, initializeComponentRef } from '../../../../Utilities'; import { Persona, PersonaSize } from '../../../../Persona'; import * as stylesImport from './ExtendedSelectedItem.scss'; import type { ISelectedPeopleItemPr...
/content/code_sandbox/packages/react/src/components/SelectedItemsList/SelectedPeopleList/Items/ExtendedSelectedItem.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
630
```xml <?xml version="1.0" encoding="utf-8"?> <transitionSet xmlns:android="path_to_url" xmlns:tools="path_to_url" xmlns:app="path_to_url" android:transitionOrdering="together"> <changeBounds android:interpolator="@android:interpolator/fast_out_slow_in" android:duration="350" to...
/content/code_sandbox/app/src/main/res/transition/search_activity_shared_return.xml
xml
2016-02-21T04:39:19
2024-08-16T13:35:51
GeometricWeather
WangDaYeeeeee/GeometricWeather
2,420
288
```xml export * from "./Contract"; export * from "./FileSystemUtilityModule"; ```
/content/code_sandbox/src/main/Core/FileSystemUtility/index.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
15
```xml import { graphql } from './gql/index'; import { makeYoga } from './yoga'; import persistedDocumentsDictionary from './gql/persisted-documents.json'; const persistedDocuments = new Map<string, string>(Object.entries(persistedDocumentsDictionary)); const HelloQuery = graphql(/* GraphQL */ ` query HelloQuery { ...
/content/code_sandbox/examples/persisted-documents-string-mode/src/yoga.spec.ts
xml
2016-12-05T19:15:11
2024-08-15T14:56:08
graphql-code-generator
dotansimha/graphql-code-generator
10,759
480
```xml /** * Switches a video element into fullscreen. */ export declare function requestFullscreen(element: HTMLMediaElement): Promise<void>; /** * Switches a video element out of fullscreen. */ export declare function exitFullscreen(element: HTMLMediaElement): Promise<void>; /** * Listens for fullscreen change e...
/content/code_sandbox/packages/expo-av/build/FullscreenUtils.web.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
136
```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 /** * High word mask for the significand of a double-precision floating-point number. ...
/content/code_sandbox/lib/node_modules/@stdlib/constants/float64/high-word-significand-mask/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
132
```xml import { AndroidConfig, ConfigPlugin, IOSConfig, createRunOncePlugin } from 'expo/config-plugins'; const pkg = require('expo-av/package.json'); const MICROPHONE_USAGE = 'Allow $(PRODUCT_NAME) to access your microphone'; const withAV: ConfigPlugin<{ microphonePermission?: string | false } | void> = ( config,...
/content/code_sandbox/packages/expo-av/plugin/src/withAV.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
181
```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.itmuch.cloud</groupId> <artifactId>microservice-consumer-movie-feign-hystrix-fallback-factory</artifactId> <version>0...
/content/code_sandbox/2018-Finchley/microservice-consumer-movie-feign-hystrix-fallback-factory/pom.xml
xml
2016-08-26T09:35:58
2024-08-12T06:14:53
spring-cloud-study
eacdy/spring-cloud-study
1,042
527
```xml import { api } from '@proton/pass/lib/api/api'; import { type Lock, LockMode } from '@proton/pass/lib/auth/lock/types'; export const checkSessionLock = async (): Promise<Lock> => { try { const { LockInfo } = await api({ url: 'pass/v1/user/session/lock/check', method: 'get' }); return { ...
/content/code_sandbox/packages/pass/lib/auth/lock/session/lock.requests.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
386
```xml import { act, renderHook } from '@testing-library/react-hooks'; import useInViewport from '../index'; const targetEl = document.createElement('div'); document.body.appendChild(targetEl); const mockIntersectionObserver = jest.fn().mockReturnValue({ observe: () => null, disconnect: () => null, }); window.In...
/content/code_sandbox/packages/zarm/src/use-in-viewport/__tests__/index.test.tsx
xml
2016-07-13T11:45:37
2024-08-12T19:23:48
zarm
ZhongAnTech/zarm
1,707
318
```xml // Exporting the document as a stream import * as fs from "fs"; import { Document, Packer, Paragraph, Tab, TextRun } from "docx"; const doc = new Document({ sections: [ { properties: {}, children: [ new Paragraph({ children: [ ...
/content/code_sandbox/demo/74-nodejs-stream.ts
xml
2016-03-26T23:43:56
2024-08-16T13:02:47
docx
dolanmiu/docx
4,139
149
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const Tiles2Icon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M256 2048V768h640v1280H256zM384 896v1024h384V896H384zM25...
/content/code_sandbox/packages/react-icons-mdl2/src/components/Tiles2Icon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
207
```xml <query-profile id="rootWithFilter" inherits="root"> <field name="model.filter">+best</field> </query-profile> ```
/content/code_sandbox/container-search/src/test/java/com/yahoo/search/query/profile/config/test/queryprofilevariants2/rootWithFilter.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
31
```xml <?xml version="1.0" encoding="UTF-8" ?> <ContentPage xmlns="path_to_url" xmlns:x="path_to_url" x:Class="Xamarin.Forms.Controls.GalleryPages.RefreshViewGalleries.RefreshCollectionViewGallery" Title="CollectionView (Pull To Refresh)"> <ContentPage.Content> <RefreshView IsRe...
/content/code_sandbox/Xamarin.Forms.Controls/GalleryPages/RefreshViewGalleries/RefreshCollectionViewGallery.xaml
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
249
```xml <resources xmlns:tools="path_to_url"> <!-- app. --> <string name="app_name"></string> <string name="geometric_weather"> </string> <!-- keyword. --> <string name="current_location"> </string> <string name="default_location"> </string> <string name="live"></string> <string name="to...
/content/code_sandbox/app/src/main/res/values-sr/strings.xml
xml
2016-02-21T04:39:19
2024-08-16T13:35:51
GeometricWeather
WangDaYeeeeee/GeometricWeather
2,420
1,880
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "path_to_url"> <mapper namespace="org.maxkey.persistence.mapper.RolesMapper"> <sql id="where_statement"> <if test="id != null and id != ''"> and id = #{id} </if> <if test="name != null and name != '...
/content/code_sandbox/maxkey-persistence/src/main/resources/org/dromara/maxkey/persistence/mapper/xml/highgo/RolesMapper.xml
xml
2016-11-16T03:06:50
2024-08-16T09:22:42
MaxKey
dromara/MaxKey
1,423
689
```xml <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="path_to_url"> <item android:drawable="@drawable/ic_player_15_plus_disabled" android:state_enabled="false" /> <item android:drawable="@drawable/ic_player_15_plus" /> </selector> ```
/content/code_sandbox/app/src/main/res/drawable/media_player_15_plus.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
66
```xml export type TTransformersRelationEdge <TTransformerName extends string> = [ transformerNameA: TTransformerName, transformerNameB: TTransformerName | null ]; ```
/content/code_sandbox/src/types/utils/TTransformersRelationEdge.ts
xml
2016-05-09T08:16:53
2024-08-16T19:43:07
javascript-obfuscator
javascript-obfuscator/javascript-obfuscator
13,358
38
```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/parser/src/main/resources/case/rul/sql.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
171
```xml describe('Toolbar menu overflow with wrapped first item', () => { const selectors = { toolbarItem: 'ui-toolbar__item', toolbar: 'ui-toolbar', toolbarItemWrapper: 'ui-toolbar__itemwrapper', }; const itemsCount = 20; const toolbarItem = (index: number) => `.${selectors.toolbarItem}:nth-child($...
/content/code_sandbox/packages/fluentui/e2e/tests/toolbarMenuOverflowWrapped.spec.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
574
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <ClInclude Include="..\..\test\access_v_fail4.cpp"> <Filter>lib\qvm\libs\qvm\test</Filter> </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="lib"> <UniqueIdentifier>{5D3A1871-4...
/content/code_sandbox/deps/boost_1_66_0/libs/qvm/bld/test/access_v_fail4.vcxproj.filters
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
331
```xml import {getTheme, mergeStyles, mergeStyleSets , FontSizes, FontWeights, DefaultPalette } from 'office-ui-fabric-react/lib/Styling'; import { CommunicationColors } from '@uifabric/fluent-theme/lib/fluent/FluentColors'; import { IStackStyles, IStackTokens, IStackItemStyles, ITextFieldStyles, ITextField...
/content/code_sandbox/samples/react-mytasks/src/webparts/myTasks/components/NewTask/NewTaskStyles.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
499
```xml <vector xmlns:android="path_to_url" android:width="27dp" android:height="27dp" android:viewportWidth="27" android:viewportHeight="27"> <path android:pathData="M11,2C6.029,2 2,6.029 2,11C2,13.38 2.924,15.544 4.432,17.153L13.586,8C14.367,7.219 15.633,7.219 16.414,8L19.915,11.5C19.064,11.509...
/content/code_sandbox/app/src/main/res/drawable/ic_cu_status_completed.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
898
```xml import React, { useState, useRef } from 'react'; import classNames from 'classnames'; import { ButtonToolbar, Button, CheckboxGroup, Checkbox, RadioGroup, Radio, Toggle, Slider, Input, Loader, Container, Sidebar, Sidenav, Content, Nav, IconButton, Stack, Panel, Steps, Divi...
/content/code_sandbox/docs/components/AdminFrame/AdminFrame.tsx
xml
2016-06-06T02:27:46
2024-08-16T16:41:54
rsuite
rsuite/rsuite
8,263
1,271
```xml <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE scenario SYSTEM "sipp.dtd"> <!-- This program is free software; you can redistribute it and/or --> <!-- published by the Free Software Foundation; either version 2 of the --> <!-- --> <...
/content/code_sandbox/tests/pjsua/scripts-sipp/strict-route.xml
xml
2016-01-24T05:00:33
2024-08-16T03:31:21
pjproject
pjsip/pjproject
1,960
1,110
```xml <?xml version="1.0" encoding="utf-8"?> <data> <messages> <ccp_dialog_title translation="" /> <ccp_dialog_search_hint_message translation="..." /> <ccp_dialog_no_result_ack_message translation="" /> </messages> <countries> <country name="" engli...
/content/code_sandbox/ccp/src/main/res/raw/ccp_chinese_traditional.xml
xml
2016-01-20T10:28:34
2024-08-13T16:24:01
CountryCodePickerProject
hbb20/CountryCodePickerProject
1,506
6,825
```xml import { EncryptedBytes } from '../Types/EncryptedBytes' import { FileMemoryCache } from './FileMemoryCache' describe('file memory cache', () => { const createBytes = (size: number): EncryptedBytes => { return { encryptedBytes: new TextEncoder().encode('a'.repeat(size)) } } it('should add file', () =...
/content/code_sandbox/packages/files/src/Domain/Cache/FileMemoryCache.spec.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
531
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <LangVersion>latest</LangVersion> <EnableDefaultItems>fals...
/content/code_sandbox/tests/test-libraries/testgenerator.csproj
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
131
```xml import parseua from 'next/dist/compiled/ua-parser-js' interface UserAgent { isBot: boolean ua: string browser: { name?: string version?: string major?: string } device: { model?: string type?: string vendor?: string } engine: { name?: string version?: string } o...
/content/code_sandbox/packages/next/src/server/web/spec-extension/user-agent.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
323
```xml import * as React from 'react'; import polyglotI18nProvider from 'ra-i18n-polyglot'; import englishMessages from 'ra-language-english'; import { AdminContext } from '../AdminContext'; import { Create } from '../detail'; import { SimpleForm } from '../form'; import { NullableBooleanInput } from './NullableBoolea...
/content/code_sandbox/packages/ra-ui-materialui/src/input/NullableBooleanInput.stories.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
300
```xml import { ChangeEvent } from 'react'; import { InputGroup } from '@@/form-components/InputGroup'; type Props = { serviceIndex: number; portIndex: number; onChange: (e: ChangeEvent<HTMLInputElement>) => void; value?: number; }; export function ContainerPortInput({ serviceIndex, portIndex, value, ...
/content/code_sandbox/app/react/kubernetes/applications/CreateView/application-services/components/ContainerPortInput.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
197
```xml import React from 'react'; import { MAILBOX_LABEL_IDS } from '@proton/shared/lib/constants'; import { isFrozenExpiration } from '@proton/shared/lib/mail/messages'; import { getMessageHasData } from 'proton-mail/helpers/message/messages'; import type { MessageState } from 'proton-mail/store/messages/messagesTyp...
/content/code_sandbox/applications/mail/src/app/components/message/extras/expiration/ExtraExpiration.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
346
```xml <?xml version="1.0" encoding="UTF-8"?> <faces-config xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url" version="2.2"> <application> <action-listener>org.primefaces.application.DialogActionListener</action-listener> <navigation-handler>org.primefaces.application.Dial...
/content/code_sandbox/PrimeFaces/Primefaces-Utilities-Sample/src/main/webapp/WEB-INF/faces-config.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
120
```xml import express, { urlencoded } from 'express'; import type Provider from 'oidc-provider'; export const oauthRoutes = async (port: number) => { const clientIDAuthorizationCode = 'authorization_code'; const clientIDAuthorizationCodePKCE = 'authorization_code_pkce'; const clientIDImplicit = 'implicit'; con...
/content/code_sandbox/packages/insomnia-smoke-test/server/oauth.ts
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
2,065
```xml import { fs } from 'memfs'; import path from 'path'; import { createTempDirectoryPath } from '../createTempPath'; import * as GitIgnore from '../mergeGitIgnorePaths'; import { removeFromGitIgnore, upsertGitIgnoreContents } from '../mergeGitIgnorePaths'; const testRoot = createTempDirectoryPath(); beforeAll(as...
/content/code_sandbox/packages/@expo/cli/src/utils/__tests__/mergeGitIgnorePaths-test.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,969
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net472</TargetFramework> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.VisualStudio.SDK" /> <PackageReference Include="PropertyChanged.Fody" PrivateAssets="all" /> <PackageReference Include="Fody" Private...
/content/code_sandbox/src/ResXManager.VSIX.Compatibility/ResXManager.VSIX.Compatibility.csproj
xml
2016-06-03T12:04:15
2024-08-15T21:49:16
ResXResourceManager
dotnet/ResXResourceManager
1,299
174
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES"> <device id="retina4_7" orientation="portrait"> <adaptation id="full...
/content/code_sandbox/Tests/FunctionalTests/TestRig/Sources/FTRWebViewController.xib
xml
2016-02-04T17:55:29
2024-08-08T03:33:02
EarlGrey
google/EarlGrey
5,612
2,795
```xml import { PathExt } from '@jupyterlab/coreutils'; const TESTPATH = 'foo/test/simple/test-path.js'; describe('@jupyterlab/coreutils', () => { describe('PathExt', () => { describe('.join()', () => { it('should join the arguments and normalize the path', () => { const path = PathExt.join('foo'...
/content/code_sandbox/packages/coreutils/test/path.spec.ts
xml
2016-06-03T20:09:17
2024-08-16T19:12:44
jupyterlab
jupyterlab/jupyterlab
14,019
602
```xml import type { Extension } from "@Core/Extension"; import type { ExtensionRegistry as ExtensionRegistryInterface } from "./Contract"; export class ExtensionRegistry implements ExtensionRegistryInterface { private readonly extensions: Record<string, Extension> = {}; public register(extension: Extension) ...
/content/code_sandbox/src/main/Core/ExtensionRegistry/ExtensionRegistry.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
187
```xml import _ from "lodash"; import {IrcEventHandler} from "../../client"; import Helper from "../../helper"; import Msg from "../../models/msg"; import User from "../../models/user"; import pkg from "../../../package.json"; import {MessageType} from "../../../shared/types/msg"; const ctcpResponses = { CLIENTINFO: ...
/content/code_sandbox/server/plugins/irc-events/ctcp.ts
xml
2016-02-09T03:16:03
2024-08-16T10:52:38
thelounge
thelounge/thelounge
5,518
596
```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>CFBundleIdentifier</key> <string>org.sil.ukelele.keyboardlayout.halmak</string> <key>CFBundleName</key> <string>Halmak</string> <key>CFBundleVersion</key> <string>2.0...
/content/code_sandbox/macos/Halmak.bundle/Contents/Info.plist
xml
2016-04-02T00:02:09
2024-08-12T00:50:02
halmak
kaievns/halmak
1,053
195
```xml /* eslint-disable @typescript-eslint/restrict-template-expressions */ import fs from "fs/promises"; import path from "path"; import filenamify from "filenamify"; import Config from "../../config"; import {MessageStorage} from "./types"; import Channel from "../../models/chan"; import {Message} from "../../model...
/content/code_sandbox/server/plugins/messageStorage/text.ts
xml
2016-02-09T03:16:03
2024-08-16T10:52:38
thelounge
thelounge/thelounge
5,518
1,223
```xml import { KeyDefinitionLike, MigrationHelper } from "../migration-helper"; import { Migrator } from "../migrator"; type ExpectedAccountType = { settings?: { collapsedGroupings?: string[]; }; }; const COLLAPSED_GROUPINGS: KeyDefinitionLike = { key: "collapsedGroupings", stateDefinition: { name: "...
/content/code_sandbox/libs/common/src/state-migrations/migrations/22-move-collapsed-groupings-to-state-provider.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
361
```xml // @ts-ignore import HttpsProxyAgent from 'next/dist/compiled/https-proxy-agent' // @ts-ignore import HttpProxyAgent from 'next/dist/compiled/http-proxy-agent' import type { Agent } from 'https' /** * If the http(s)_proxy environment variables is set, return a proxy agent. */ export function getProxyAgent(): ...
/content/code_sandbox/packages/font/src/google/get-proxy-agent.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
154
```xml import { FieldValidationResult, FormValidationResult } from 'lc-form-validation'; import { actionTypes } from '../common/constants/actionTypes'; import { MemberErrors } from '../model'; import { MemberFieldChangePayload } from '../components/member/actions/memberFieldChange'; export const createEmptyMemberError...
/content/code_sandbox/old_class_components_samples/13 TestComponents/src/reducers/memberErrors.ts
xml
2016-02-28T11:58:58
2024-07-21T08:53:34
react-typescript-samples
Lemoncode/react-typescript-samples
1,846
301
```xml import * as babel from '@babel/core'; import { getConfig } from '@expo/config'; import { expoRouterBabelPlugin } from '../expo-router-plugin'; jest.mock('@expo/config', () => ({ ...jest.requireActual('@expo/config'), getConfig: jest.fn(() => ({ exp: { web: { lang: 'en', name: 'web...
/content/code_sandbox/packages/babel-preset-expo/src/__tests__/expo-router-plugin.test.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,280
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!-- ~ ~ ~ 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. --> <window xmlns="path_to_url" xmlns:c="path_to_url" ...
/content/code_sandbox/modules/web/test/spec/cuba/web/dataloadcoordinator/screens/dlc-auto.xml
xml
2016-03-24T07:55:56
2024-07-14T05:13:48
cuba
cuba-platform/cuba
1,342
582
```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/electron/renderer/src/actions/__tests__/actions.spec.ts
xml
2016-07-26T13:55:48
2024-08-16T03:45:51
wire-desktop
wireapp/wire-desktop
1,075
472
```xml /// /// /// /// path_to_url /// /// Unless required by applicable law or agreed to in writing, software /// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. /// import { Inject, Injectable, Type } from '@angular/core'; import { Observable } from 'rxjs'; import { MatDialog, MatDialogC...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/widget/dialog/custom-dialog.service.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
615
```xml <vector xmlns:android="path_to_url" android:width="128dp" android:height="128dp" android:viewportWidth="128" android:viewportHeight="128"> <path android:pathData="m128,64c0,35.346 -28.654,64 -64,64s-64,-28.654 -64,-64 28.654,-64 64,-64 64,28.654 64,64" android:fillColor="#fd5"/> <...
/content/code_sandbox/app/src/main/res/drawable/ic_quest_max_height_measure.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
1,351
```xml import { ElementUIComponent } from './component' /** Backtop Component */ export declare class ElBacktop extends ElementUIComponent { /** Backtop target */ target: string /** Backtop visibility height */ visibilityHeight: string | number /** Backtop right position */ right: string | number /*...
/content/code_sandbox/types/backtop.d.ts
xml
2016-09-03T06:19:26
2024-08-16T02:26:18
element
ElemeFE/element
54,066
82
```xml /* * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import { getFormattedDateString } from "../../common/dateFormatProps"; import { measureTextWidth } from "../../common/utils"; imp...
/content/code_sandbox/packages/datetime/src/components/date-picker/datePickerUtils.ts
xml
2016-10-25T21:17:50
2024-08-16T15:14:48
blueprint
palantir/blueprint
20,593
142
```xml import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { SliderDemo } from './sliderdemo'; @NgModule({ imports: [RouterModule.forChild([{ path: '', component: SliderDemo }])], exports: [RouterModule] }) export class SliderDemoRoutingModule {} ```
/content/code_sandbox/src/app/showcase/pages/slider/sliderdemo-routing.module.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
61