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 { Meta } from '@storybook/react'; import { Toolbar } from '@fluentui/react-northstar'; import ToolbarExampleCustomContentShorthand from '../../examples/components/Toolbar/Content/ToolbarExampleCustomContent.shorthand'; import ToolbarExampleMenuItemToggle from '../../examples/components/Toolbar/Content/Too...
/content/code_sandbox/packages/fluentui/docs/src/vr-tests/Toolbar/Toolbar.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
152
```xml import { DIALOG_DATA, DialogConfig } from "@angular/cdk/dialog"; import { Component, Inject, OnInit } from "@angular/core"; import { ApiService } from "@bitwarden/common/abstractions/api.service"; import { OrganizationUserService } from "@bitwarden/common/admin-console/abstractions/organization-user/organizatio...
/content/code_sandbox/apps/web/src/app/admin-console/organizations/members/components/bulk/bulk-confirm.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
953
```xml import { getId } from '@fluentui/react/lib/Utilities'; export interface IExample { key: string; title: string; onRender?: () => JSX.Element; } export class ExampleGroup { private _title: string; private _examples: IExample[]; constructor(title: string) { this._title = title; this._examples...
/content/code_sandbox/packages/react-docsite-components/src/utilities/examplesOf.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
178
```xml <!-- or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file path_to_url Unless required by applicable law or agreed to in writing, "AS IS" BASIS, WITHOUT WARRANTIES ...
/content/code_sandbox/tiered-storage/file-system/pom.xml
xml
2016-06-28T07:00:03
2024-08-16T17:12:43
pulsar
apache/pulsar
14,047
1,565
```xml import Datetime from '@nateradebaugh/react-datetime'; import React from 'react'; import { FlexWrapper } from './styles'; type Props = { onChange?: (e: React.FormEvent<HTMLElement>) => void; defaultValue?: any; value?: any; placeholder?: string; name?: string; errors?: any; dateFormat?: string; r...
/content/code_sandbox/exm/modules/common/form/DateControl.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
345
```xml <?xml version="1.0" encoding="utf-8"?> <rotate xmlns:android="path_to_url" android:fromDegrees="0" android:pivotX="50%" android:pivotY="50%" android:toDegrees="360" > <shape android:innerRadiusRatio="3" android:shape="ring" android:thicknessRatio="8" a...
/content/code_sandbox/library/oneKeyShareSDK/src/main/res/drawable/ssdk_oks_classic_progressbar.xml
xml
2016-09-26T09:42:41
2024-08-12T07:09:06
AndroidFire
jaydenxiao2016/AndroidFire
2,634
167
```xml <?xml version="1.0"?> <wayfire> <plugin name="fisheye"> <_short>Fisheye</_short> <_long>A plugin which provides fisheye effect.</_long> <category>Effects</category> <option name="toggle" type="activator"> <_short>Toggle</_short> <_long>Toggles fisheye with the specified activator.</_long> <defa...
/content/code_sandbox/metadata/fisheye.xml
xml
2016-03-04T15:00:44
2024-08-16T19:04:29
wayfire
WayfireWM/wayfire
2,346
280
```xml import React, { useEffect } from "react"; import { GraphQLError } from "graphql"; import gql from "graphql-tag"; import { act } from "@testing-library/react"; import { render, waitFor, screen, renderHook } from "@testing-library/react"; import userEvent from "@testing-library/user-event"; import fetchMock from "...
/content/code_sandbox/src/react/hooks/__tests__/useMutation.test.tsx
xml
2016-02-26T20:25:00
2024-08-16T10:56:57
apollo-client
apollographql/apollo-client
19,304
15,777
```xml import { jsx } from '@antv/f-engine'; import { vec2 } from 'gl-matrix'; import { PolarProps } from '../types'; export default (props: PolarProps) => { const { ticks: originTicks, coord, style, grid: gridType } = props; const { center } = coord; const { grid, tickLine, line, labelOffset, label } = style; ...
/content/code_sandbox/packages/f2/src/components/axis/polar/polar-y.tsx
xml
2016-08-29T06:26:23
2024-08-16T15:50:14
F2
antvis/F2
7,877
574
```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 { ComponentHarness, ComponentHarnessConstructor, handleAutoChangeDetectionStatus, HarnessEnvironment, HarnessLoader, stopHandlingAutoChangeDetectionSta...
/content/code_sandbox/src/cdk/testing/testbed/testbed-harness-environment.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
1,762
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="path_to_url"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectTypeGuids>{EFBA0AD7-5A72-4...
/content/code_sandbox/tests/ResolveImports/Xamarin.Android.BindingResolveImports-Tests/Xamarin.Android.BindingResolveImports-Tests.csproj
xml
2016-03-30T15:37:14
2024-08-16T19:22:13
android
dotnet/android
1,905
1,056
```xml <Documentation> <Docs DocId="T:SpriteKit.SKNode"> <summary>The building block out of which scene-graphs are made. The root of the tree is an <see cref="T:SpriteKit.SKScene" />.</summary> <remarks> <para> <img href="~/SpriteKit/_images/SKNode.Hierarchy.png" alt="Class diagram of the SKNode...
/content/code_sandbox/docs/api/SpriteKit/SKNode.xml
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
529
```xml export interface AddedOAuthParams { inviteId?: string redirectTo?: string openInviteSlug?: string } ```
/content/code_sandbox/src/cloud/api/auth/index.ts
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
26
```xml import {JumpNavigationHistoryEntity} from '../Library/Type/JumpNavigationHistoryEntity'; import {DB} from '../Library/Infra/DB'; import {DateUtil} from '../Library/Util/DateUtil'; class _JumpNavigationHistoryRepo { async getHistories(maxCount: number): Promise<{error?: Error; histories?: JumpNavigationHistory...
/content/code_sandbox/src/Renderer/Repository/JumpNavigationHistoryRepo.ts
xml
2016-05-10T12:55:31
2024-08-11T04:32:50
jasper
jasperapp/jasper
1,318
496
```xml import useTranscriptFocusContext from './private/useContext'; export default function useActiveDescendantId(): readonly [string] { return useTranscriptFocusContext().activeDescendantIdState; } ```
/content/code_sandbox/packages/component/src/providers/TranscriptFocus/useActiveDescendantId.ts
xml
2016-07-07T23:16:57
2024-08-16T00:12:37
BotFramework-WebChat
microsoft/BotFramework-WebChat
1,567
42
```xml import { ComponentFixture, TestBed } from '@angular/core/testing'; import { HttpClientTestingModule } from '@angular/common/http/testing'; beforeEach(async () => { await TestBed.configureTestingModule({ imports: [HttpClientTestingModule], }).compileComponents(); }); bef...
/content/code_sandbox/src/portal/src/app/license/license.component.spec.ts
xml
2016-01-28T21:10:28
2024-08-16T15:28:34
harbor
goharbor/harbor
23,335
84
```xml import { findModulesAsync } from './findModules'; import { getProjectPackageJsonPathAsync, mergeLinkingOptionsAsync, resolveSearchPathsAsync, } from './mergeLinkingOptions'; import { resolveExtraBuildDependenciesAsync, resolveModulesAsync } from './resolveModules'; import type { ModuleDescriptor, SearchOpt...
/content/code_sandbox/packages/expo-modules-autolinking/src/autolinking/index.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
270
```xml import { configureStore } from '@reduxjs/toolkit'; import { featuresReducer } from '@proton/features'; import { elementsReducer } from '../elements/elementsSlice'; import eo from './eoSlice'; export const setupStore = () => { return configureStore({ devTools: process.env.NODE_ENV !== 'production',...
/content/code_sandbox/applications/mail/src/app/store/eo/eoStore.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
176
```xml import { getSystemNodeVersionNonCached } from '../lib/getSystemNodeVersion' import * as execa from 'execa' jest.mock('execa', () => ({ sync: jest.fn(() => ({ stdout: 'v10.0.0', })), })) test('getSystemNodeVersion() executed from an executable pnpm CLI', () => { // @ts-expect-error process['pkg'] = ...
/content/code_sandbox/config/package-is-installable/test/getSystemNodeVersion.test.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
172
```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>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIdentifier</key> <string>com.reactn...
/content/code_sandbox/ExampleApp/ios/ExampleApp-tvOSTests/Info.plist
xml
2016-06-27T07:13:04
2024-08-16T07:17:35
react-native-audio-toolkit
react-native-audio-toolkit/react-native-audio-toolkit
1,047
232
```xml // *** WARNING: this file was generated by test. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** import * as pulumi from "@pulumi/pulumi"; import * as inputs from "../types/input"; import * as outputs from "../types/output"; export interface TypeWithAssetsArgs { archiv...
/content/code_sandbox/tests/testdata/codegen/assets-and-archives/nodejs/types/input.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
118
```xml <?xml version="1.0" encoding="utf-8"?> <sync-adapter xmlns:android="path_to_url" android:contentAuthority="@string/mauron85_bgloc_content_authority" android:accountType="@string/mauron85_bgloc_account_type" android:userVisible="false" android:supportsUploading="true" android:allowParallel...
/content/code_sandbox/android/lib/src/main/res/xml/syncadapter.xml
xml
2016-05-31T22:09:08
2024-08-16T08:47:22
react-native-background-geolocation
mauron85/react-native-background-geolocation
1,326
99
```xml import { codec, cryptography, apiClient, Transaction, registrationSignatureMessageSchema, mainchainRegParams as mainchainRegParamsSchema, MESSAGE_TAG_CHAIN_REG, } from 'lisk-sdk'; /** * Registers the mainchain to a specific sidechain node. * * @example * ```js * // Update path to point to the dev-va...
/content/code_sandbox/examples/interop/common/mainchain_registration.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
1,481
```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. --> <view xmlns:android="path_to_url" style="@style/Widget.Design.Snackbar" cl...
/content/code_sandbox/lib/java/com/google/android/material/snackbar/res/layout/design_layout_snackbar.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
138
```xml declare interface INoFrameworkCrudWebPartStrings { PropertyPaneDescription: string; DataGroupName: string; ListNameFieldLabel: string; } declare module 'NoFrameworkCrudWebPartStrings' { const strings: INoFrameworkCrudWebPartStrings; export = strings; } ```
/content/code_sandbox/samples/sharepoint-crud/src/webparts/noFrameworkCrud/loc/mystrings.d.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
62
```xml import React, {FC} from 'react' const HandlerActions: FC<{ onGoToConfig: () => void onTest: () => void validationError: string }> = ({onGoToConfig, onTest, validationError}) => ( <div style={{display: 'flex'}}> <div className="btn btn-primary btn-sm" onClick={e => { e.preventDefa...
/content/code_sandbox/ui/src/kapacitor/components/handlers/HandlerActions.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
185
```xml import type { BeforeAll, Canvas, CleanupCallback, ProjectAnnotations as CsfProjectAnnotations, DecoratorFunction, Globals, LoaderFunction, Renderer, StepRunner, } from '@storybook/csf'; import type { ComponentAnnotations, ComponentId, ComponentTitle, LegacyStoryFn, PartialStoryFn, ...
/content/code_sandbox/code/core/src/types/modules/story.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
1,178
```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>en</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_NAME)</string> <key>CFBundleIcons</key> <dict/> <key>CFBundleI...
/content/code_sandbox/functions/LegacyFunctionsQuickstart/FunctionsExample/Info.plist
xml
2016-04-26T17:13:37
2024-08-15T05:40:16
quickstart-ios
firebase/quickstart-ios
2,773
571
```xml import { Update } from '../../src/apprun'; let startTime; let lastName; export const startMeasure = function (name: string) { lastName = name startTime = performance.now(); } export const stopMeasure = function () { window.setTimeout(function () { const stop = performance.now(); const measure = ...
/content/code_sandbox/demo/components/store.ts
xml
2016-10-07T02:07:44
2024-08-16T16:03:13
apprun
yysun/apprun
1,177
757
```xml <EventContainer xmlns="clr-namespace:MonoTests.System.Xaml;assembly=System.Xaml.TestCases" /> ```
/content/code_sandbox/src/Test/System.Xaml.TestCases/XmlFiles/EventContainer.xml
xml
2016-08-25T20:07:20
2024-08-13T22:23:35
CoreWF
UiPath/CoreWF
1,126
22
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|x64"> <Configuration>debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfigura...
/content/code_sandbox/PhysX_3.4/Snippets/compiler/vc14win64/SnippetVehicleTank.vcxproj
xml
2016-10-12T16:34:31
2024-08-16T09:40:38
PhysX-3.4
NVIDIAGameWorks/PhysX-3.4
2,343
5,088
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import zeros = require( '@stdlib/ndarray/zeros' ); import nditerMatrixEntries = require( './index' ); // TESTS /...
/content/code_sandbox/lib/node_modules/@stdlib/ndarray/iter/matrix-entries/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
808
```xml /** * @license * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, ...
/content/code_sandbox/packages/mdc-chips/chip-set/index.ts
xml
2016-12-05T16:04:09
2024-08-16T15:42:22
material-components-web
material-components/material-components-web
17,119
257
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <Filter Include="Source Files"> <UniqueIdentifier>{64bed835-70a3-4780-817a-37550f9beafe}</UniqueIdentifier> <Extensions>cpp</Extensions> </Filter> <Filter Include="Header Files"> <U...
/content/code_sandbox/Sources/SeriousSam/SeriousSam.vcxproj.filters
xml
2016-03-11T13:28:40
2024-08-15T13:54:18
Serious-Engine
Croteam-official/Serious-Engine
3,021
5,121
```xml import * as React from 'react'; import { applyTriggerPropsToChildren, type FluentTriggerComponent, getTriggerChild, useMergedRefs, } from '@fluentui/react-utilities'; import { useOverflowItem } from '../../useOverflowItem'; import { OverflowItemProps } from './OverflowItem.types'; /** * Attaches overfl...
/content/code_sandbox/packages/react-components/react-overflow/library/src/components/OverflowItem/OverflowItem.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
232
```xml <?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <LangVersion>8.0</LangVersion> <!-- Publishing configuration --> <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibraries...
/content/code_sandbox/backend/src/Cli/Cli.fsproj
xml
2016-12-04T23:15:08
2024-08-16T03:57:32
dark
darklang/dark
1,652
641
```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="character_counter_content_description">%1$d/%2$d karakt...
/content/code_sandbox/lib/java/com/google/android/material/textfield/res/values-eu/strings.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
207
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QualityChecker</class> <widget class="QDockWidget" name="QualityChecker"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>567</width> <height>403</height> </rect> </property> <property name="windowTitle"> ...
/content/code_sandbox/unsupported/plugins_experimental/edit_panosample/QualityChecker.ui
xml
2016-11-07T00:03:21
2024-08-16T16:55:49
meshlab
cnr-isti-vclab/meshlab
4,633
568
```xml import { HttpServiceInterface } from '../../Http/HttpServiceInterface' import { RecoveryKeyParamsRequestParams, SignInWithRecoveryCodesRequestParams } from '../../Request' import { HttpResponse } from '@standardnotes/responses' import { GenerateRecoveryCodesResponseBody, RecoveryKeyParamsResponseBody, Sign...
/content/code_sandbox/packages/api/src/Domain/Server/Auth/AuthServer.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
250
```xml import { StrictMode } from 'react'; import { createRoot } from 'react-dom/client'; import { App } from './App'; createRoot(document.getElementById('root')!).render( <StrictMode> <App /> </StrictMode> ); ```
/content/code_sandbox/examples/ci/src/index.tsx
xml
2016-06-17T22:03:19
2024-08-16T10:28:42
react-querybuilder
react-querybuilder/react-querybuilder
1,131
54
```xml import React from 'react'; type IconProps = React.SVGProps<SVGSVGElement>; export declare const IcEnvelopeOpen: (props: IconProps) => React.JSX.Element; export {}; ```
/content/code_sandbox/packages/icons/lib/icEnvelopeOpen.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
43
```xml import { interfaces } from '@botpress/sdk' export default interfaces.llm ```
/content/code_sandbox/interfaces/llm/interface.definition.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
17
```xml /*! */ const path = require('path') export class MultiLanguageRecognizer { public recognizers: any private readonly id: string private readonly dialogPath: string private readonly $schema: string | undefined constructor(dialogPath: string, recognizers: any, schema?: string) { this.id = `QnA_${p...
/content/code_sandbox/parsers/LU/JS/packages/lu/src/parser/qnabuild/multi-language-recognizer.ts
xml
2016-03-03T23:47:03
2024-08-14T08:40:45
botframework-sdk
microsoft/botframework-sdk
7,459
201
```xml import { Column, Entity, OneToMany, PrimaryColumn } from "../../../../src" import { Photo } from "./Photo" @Entity() export class Author { @PrimaryColumn() id: number @Column() firstName: string @Column() lastName: string @Column() age: number @OneToMany(() => Photo, (pho...
/content/code_sandbox/test/github-issues/9977/entity/Author.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
88
```xml import { inject, injectable } from 'inversify'; import { ServiceIdentifiers } from '../container/ServiceIdentifiers'; import { ICodeTransformer } from '../interfaces/code-transformers/ICodeTransformer'; import { IOptions } from '../interfaces/options/IOptions'; import { IRandomGenerator } from '../interfaces/ut...
/content/code_sandbox/src/code-transformers/AbstractCodeTransformer.ts
xml
2016-05-09T08:16:53
2024-08-16T19:43:07
javascript-obfuscator
javascript-obfuscator/javascript-obfuscator
13,358
321
```xml /*your_sha256_hash----------------------------- *your_sha256_hash----------------------------*/ export function getLoadedMonaco(): typeof monaco { if (!monaco) { throw new Error("monaco is not loaded yet"); } return monaco; } export function getMonaco(): typeof monaco | undefined { return (window as any...
/content/code_sandbox/website/src/monaco-loader.ts
xml
2016-06-07T16:56:31
2024-08-16T17:17:05
monaco-editor
microsoft/monaco-editor
39,508
760
```xml import type { H3Event } from 'h3' import { klona } from 'klona' // @ts-expect-error virtual file import _inlineAppConfig from '#internal/nuxt/app-config' // App config const _sharedAppConfig = _deepFreeze(klona(_inlineAppConfig)) export function useAppConfig (event?: H3Event) { // Backwards compatibility wit...
/content/code_sandbox/packages/nuxt/src/core/runtime/nitro/app-config.ts
xml
2016-10-26T11:18:47
2024-08-16T19:32:46
nuxt
nuxt/nuxt
53,705
269
```xml import Burger from "./Burger"; class VegBurger extends Burger { public price(): number { return 11; } public name(): string { return "Veg Burger"; } } export default VegBurger; ```
/content/code_sandbox/samples/react-designpatterns-typescript/Builder/src/webparts/builder/components/VegBurger.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
50
```xml import React from 'react'; import { View, Text, TouchableOpacity, StyleSheet, ViewStyle, TextStyle, EmitterSubscription, } from 'react-native'; import { Navigation, NavigationProps, EventSubscription, Options } from 'react-native-navigation'; import TestIDs from '../testIDs'; type Event = { comp...
/content/code_sandbox/playground/src/screens/StaticLifecycleOverlay.tsx
xml
2016-03-11T11:22:54
2024-08-15T09:05:44
react-native-navigation
wix/react-native-navigation
13,021
1,397
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <language name="ANSI C89" section="Sources" version="5" kateversion="5.0" indenter="cstyle" extensions="*.c;*.C;*.h" mimetype="text/x-csrc;text/x-c++src;text/x-chdr" priority="2" ...
/content/code_sandbox/src/data/extra/syntax-highlighting/syntax/ansic89.xml
xml
2016-10-05T07:24:54
2024-08-16T05:03:40
vnote
vnotex/vnote
11,687
1,807
```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.microsoft.bot.sample</groupId> <artifactId>echoSkillbot</artifactId> <version>sample</vers...
/content/code_sandbox/samples/java_springboot/80.skills-simple-bot-to-bot/DialogSkillBot/pom.xml
xml
2016-09-20T16:17:28
2024-08-16T02:44:00
BotBuilder-Samples
microsoft/BotBuilder-Samples
4,323
1,761
```xml export { default } from './Forbidden'; ```
/content/code_sandbox/packages/ui-components/src/components/Forbidden/index.ts
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
9
```xml const textEncoder = new TextEncoder(); export async function computeHash(str: string): Promise<string> { const data = textEncoder.encode(str); const hashBuffer = await crypto.subtle.digest('SHA-256', data); const hashArray = Array.from(new Uint8Array(hashBuffer)); const hashHex = hashArray .map((b)...
/content/code_sandbox/src/utils/compute-hash.ts
xml
2016-11-29T14:26:53
2024-08-15T11:05:30
graphql-voyager
graphql-kit/graphql-voyager
7,720
100
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|Win32"> <Configuration>debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfi...
/content/code_sandbox/PhysX_3.4/Snippets/compiler/vc12win32/SnippetContactModification.vcxproj
xml
2016-10-12T16:34:31
2024-08-16T09:40:38
PhysX-3.4
NVIDIAGameWorks/PhysX-3.4
2,343
4,813
```xml import Link from '@docusaurus/Link'; import classNames from 'classnames'; import React from 'react'; import { Button } from '../../components/Button'; import { CodeSection } from '../../components/CodeSection'; import { FormWrapper } from '../../components/FormWrapper'; import styles from '../../index.module.cs...
/content/code_sandbox/website/pages-parts/LandingPage/Header.tsx
xml
2016-05-10T13:08:50
2024-08-13T11:27:18
uniforms
vazco/uniforms
1,934
827
```xml import { IUserDocument } from '@erxes/api-utils/src/types'; import { Model } from 'mongoose'; import { ASSET_KB_ARTICLE_HISTORY_ACTIONS } from '../common/constant/asset'; import { IAssetDocument, IKBArticleHistoryDocument } from '../common/types/asset'; import { IModels } from '../connectionResolver'; import...
/content/code_sandbox/packages/plugin-assets-api/src/models/KBArticleHistories.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
776
```xml <?xml version="1.0" encoding="utf-8" standalone="yes"?> <settings> <category label="40000"> <setting type="lsep" /> <setting id="Port" type="number" label="40040" default="21" /> <setting id="MaxClients" type="number" label="40050" default="10" /> <setting id="Ma...
/content/code_sandbox/packages/addons/service/proftpd/source/resources/settings.xml
xml
2016-03-13T01:46:18
2024-08-16T11:58:29
LibreELEC.tv
LibreELEC/LibreELEC.tv
2,216
1,439
```xml import React from "react"; import { Divider, Radio } from "antd"; import { ResourceTypeFilterValue } from "./types"; import "./resourceTypeFilter.scss"; interface Props { value?: ResourceTypeFilterValue; onChange: (value: ResourceTypeFilterValue) => void; } const ResourceTypeFilter: React.FC<Props> = ({ va...
/content/code_sandbox/browser-extension/common/src/devtools/components/ResourceTypeFilter/ResourceTypeFilter.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
347
```xml import { ReactNode } from 'react'; import { Option } from '@@/form-components/Input/Select'; import { Annotation, AnnotationErrors } from '../../annotations/types'; export interface Path { Key: string; Route: string; ServiceName: string; ServicePort: number; PathType?: string; } export interface Ho...
/content/code_sandbox/app/react/kubernetes/ingresses/CreateIngressView/types.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
228
```xml import { test, liquid } from '../../stub/render' describe('filters/math', function () { describe('abs', function () { it('should return 3 for -3', () => test('{{ -3 | abs }}', '3')) it('should return 2 for arr[0]', () => test('{{ arr[0] | abs }}', { arr: [-2, 'a'] }, '2')) it('should return conver...
/content/code_sandbox/test/integration/filters/math.spec.ts
xml
2016-06-13T07:39:30
2024-08-16T16:56:50
liquidjs
harttle/liquidjs
1,485
1,483
```xml import { map, Observable, firstValueFrom } from "rxjs"; import { Jsonify } from "type-fest"; import { ORGANIZATIONS_DISK, StateProvider, UserKeyDefinition } from "../../../platform/state"; import { UserId } from "../../../types/guid"; import { InternalOrganizationServiceAbstraction } from "../../abstractions/or...
/content/code_sandbox/libs/common/src/admin-console/services/organization/organization.service.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
1,343
```xml import { createContext, useContext } from "react" import RootStore from "../stores/RootStore.js" export const StoreContext = createContext<RootStore>( null as unknown as RootStore, // never use default value ) export const useStores = () => useContext(StoreContext) ```
/content/code_sandbox/packages/community/src/hooks/useStores.ts
xml
2016-03-06T15:19:53
2024-08-15T14:27:10
signal
ryohey/signal
1,238
59
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:pathData="M14.763,9.177C15.446,8.493 16.554,8.493 17.237,9.177L22.03,13.97C22.323,14.262 22.323,14.737 22.03,15.03C21.737,15.323 21.263,15.3...
/content/code_sandbox/app/src/main/res/drawable-night/ic_cu_status.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
899
```xml <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="uk_UA"> <context> <name>AddressBookDialog</name> <message> <location filename="../address_book_dialog.ui" line="17"/> <source>Address Book Properties</source> <translation> </translation> </messa...
/content/code_sandbox/source/console/translations/aspia_console_uk.ts
xml
2016-10-26T16:17:31
2024-08-16T13:37:42
aspia
dchapyshev/aspia
1,579
13,841
```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/parser/sql/dialect/sql92/pom.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
296
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import FLOAT16_EPS = require( './index' ); // TESTS // // The export is a number... { // eslint-disable-next-l...
/content/code_sandbox/lib/node_modules/@stdlib/constants/float16/eps/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
99
```xml import { c } from 'ttag'; import type { useDetailsModal } from '../../../modals/DetailsModal'; import type { useFilesDetailsModal } from '../../../modals/FilesDetailsModal'; import ContextMenuButton from '../ContextMenuButton'; interface Props { selectedBrowserItems: { rootShareId: string; linkId: string }...
/content/code_sandbox/applications/drive/src/app/components/sections/ContextMenu/buttons/DetailsButton.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
264
```xml /* eslint-disable @typescript-eslint/naming-convention */ /* eslint-disable no-underscore-dangle */ import { type RunnerTask, type TaskContext, type TaskMeta, type TestContext } from 'vitest'; import { composeStory } from 'storybook/internal/preview-api'; import type { ComponentAnnotations, ComposedStoryFn } f...
/content/code_sandbox/code/addons/vitest/src/plugin/test-utils.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
250
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ import LN_TWO_PI = require( './index' ); // TESTS // // The export is a number... { // eslint-disable-next-lin...
/content/code_sandbox/lib/node_modules/@stdlib/constants/float64/ln-two-pi/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
99
```xml <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre...
/content/code_sandbox/test/e2e/sql/src/test/resources/cases/dql/dataset/empty_storage_units/opengauss/select_opengauss_pg_catalog_pg_database.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
223
```xml export * as HeadManagerContext from '../../../../../shared/lib/head-manager-context.shared-runtime' export * as ServerInsertedHtml from '../../../../../shared/lib/server-inserted-html.shared-runtime' export * as AppRouterContext from '../../../../../shared/lib/app-router-context.shared-runtime' export * as Hooks...
/content/code_sandbox/packages/next/src/server/route-modules/app-page/vendored/contexts/entrypoints.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
111
```xml <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="path_to_url" xmlns:app="path_to_url"> <data> <variable name="viewModel" type="com.kelin.mvvmlight.zhihu.newsdetail.NewsDetailViewModel" /> </data> <android.support.v4.widget.SwipeRefreshLayout ...
/content/code_sandbox/sample/src/main/res/layout/activity_news_detail_content.xml
xml
2016-06-02T09:26:56
2024-08-15T10:52:54
MVVMLight
Kelin-Hong/MVVMLight
1,847
292
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>ClassLib</RootNamespace> <TargetFramework>net7.0</TargetFramework> <LangVersion>latest</LangVersion> </PropertyGroup> </Project> ```
/content/code_sandbox/test/dotnet-new.Tests/Approvals/DotnetVisualBasicClassTemplatesTest.class.langVersion=latest.targetFramework=net7.0.verified/ClassLib.vbproj
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
56
```xml <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/darkblue</item> <item name="colorPrimaryDark">@color/darkblue</item> <item name="colorAccent">@color/da...
/content/code_sandbox/MyTracker/app/src/main/res/values/styles.xml
xml
2016-09-26T16:36:28
2024-08-13T08:59:01
AndroidTutorialForBeginners
hussien89aa/AndroidTutorialForBeginners
4,360
87
```xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="path_to_url"> <item android:id="@+id/about_item" android:title="About" /> </menu> ```
/content/code_sandbox/app/src/main/res/menu/menu.xml
xml
2016-08-17T12:14:07
2024-08-14T11:15:26
SpeedView
anastr/SpeedView
1,283
48
```xml import type { RecordOf } from 'immutable'; import { List, Record as ImmutableRecord } from 'immutable'; import escapeTextContentForBrowser from 'escape-html'; import type { ApiAccountFieldJSON, ApiAccountRoleJSON, ApiAccountJSON, } from 'mastodon/api_types/accounts'; import type { ApiCustomEmojiJSON } fr...
/content/code_sandbox/app/javascript/mastodon/models/account.ts
xml
2016-02-22T15:01:25
2024-08-16T19:27:35
mastodon
mastodon/mastodon
46,560
959
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {MemoryRouter} from 'react-router-dom'; import {act, render, screen} from 'modules/testing-library'; import {modificationsStore} from 'modules/...
/content/code_sandbox/operate/client/src/App/Layout/index.test.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
575
```xml import { render } from '@testing-library/react'; import type { Props } from './CheckoutRow'; import CheckoutRow from './CheckoutRow'; let props: Props; beforeEach(() => { props = { title: 'My Checkout Title', amount: 999, }; }); it('should render', () => { const { container } = re...
/content/code_sandbox/packages/components/containers/payments/subscription/modal-components/helpers/CheckoutRow.test.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
370
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <ClCompile Include="main.cpp" /> <ClCompile Include="script.cpp" /> <ClCompile Include="utils.cpp" /> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\inc\enums.h"> <Filter>include</F...
/content/code_sandbox/DeepGTAV.filters
xml
2016-09-05T05:49:38
2024-08-13T21:27:29
DeepGTAV
aitorzip/DeepGTAV
1,107
259
```xml declare class MyArray<T> extends Array<T> { sort(compareFn?: (a: T, b: T) => number): this; } ```
/content/code_sandbox/tests/format/typescript/conformance/types/thisType/thisType.ts
xml
2016-11-29T17:13:37
2024-08-16T17:29:57
prettier
prettier/prettier
48,913
32
```xml "use client" import * as React from "react" import { Checkbox } from "@/components/ui/checkbox" import { LinkIcon, Trash2Icon } from "lucide-react" import Link from "next/link" import Image from "next/image" import { useSortable } from "@dnd-kit/sortable" import { CSS } from "@dnd-kit/utilities" import { Person...
/content/code_sandbox/web/components/routes/link/list-item.tsx
xml
2016-08-08T16:09:17
2024-08-16T16:23:04
learn-anything.xyz
learn-anything/learn-anything.xyz
15,943
1,436
```xml import { useContext } from 'react'; import ConfigContext from '../containers/config/configContext'; const useConfig = () => { return useContext(ConfigContext); }; export default useConfig; ```
/content/code_sandbox/packages/components/hooks/useConfig.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
38
```xml import { HasManyOptions } from 'sequelize'; import { HasAssociation } from './has-association'; import { ModelClassGetter } from '../../model/shared/model-class-getter'; import { addAssociation, getPreparedAssociationOptions } from '../shared/association-service'; import { Association } from '../shared/associat...
/content/code_sandbox/src/associations/has/has-many.ts
xml
2016-01-27T11:25:52
2024-08-13T16:56:45
sequelize-typescript
sequelize/sequelize-typescript
2,768
254
```xml export * from './ChoiceGroupOption'; export * from './ChoiceGroupOption.types'; ```
/content/code_sandbox/packages/react/src/components/ChoiceGroup/ChoiceGroupOption/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
18
```xml <resources> <string name="version">v1.2.7</string> <string name="app_name">APlayer</string> <string name="tab_song"></string> <string name="tab_album"></string> <string name="tab_artist"></string> <string name="tab_playlist"></string> <string name="tab_folder"></string> <string name="tab_genre">...
/content/code_sandbox/app/src/main/res/values-zh-rTW/strings.xml
xml
2016-01-14T13:38:47
2024-08-16T13:03:46
APlayer
rRemix/APlayer
1,308
5,180
```xml import { DOMUtils } from '@jupyterlab/apputils'; describe('@jupyterlab/apputils', () => { describe('DOMUtils', () => { describe('hasActiveEditableElement', () => { const testCases = [ // editable elements ['.input', true], ['.textarea', true], ['.div-editable', true]...
/content/code_sandbox/packages/apputils/test/domutils.spec.ts
xml
2016-06-03T20:09:17
2024-08-16T19:12:44
jupyterlab
jupyterlab/jupyterlab
14,019
453
```xml import { EventEmitter2 } from "eventemitter2"; import React from "react"; import withContext from "./withContext"; interface Props { eventEmitter: EventEmitter2; } /** * SendReady will notify the embed that * we are ready and have setup all listeners. */ class SendReady extends React.Component<Props> { ...
/content/code_sandbox/client/src/core/client/framework/lib/bootstrap/SendReady.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
142
```xml <vector android:height="160dp" android:viewportHeight="600" android:viewportWidth="900" android:width="240dp" xmlns:android="path_to_url"> <path android:fillColor="#000" android:pathData="M0,0h900v600h-900z"/> <path android:fillColor="#fff" android:pathData="M0,0h900v400h-900z"/> <path android:fi...
/content/code_sandbox/app/src/main/res/drawable/ic_flag_eg.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
7,263
```xml import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; import { SwatchPickerProps } from '../SwatchPicker/SwatchPicker.types'; export type ColorSwatchSlots = { root: NonNullable<Slot<'button'>>; icon?: Slot<'span'>; disabledIcon?: Slot<'span'>; }; /** * ColorSwatch Props ...
/content/code_sandbox/packages/react-components/react-swatch-picker/library/src/components/ColorSwatch/ColorSwatch.types.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
244
```xml import { pathExists } from '../../ui/lib/path-exists' import { IFoundEditor } from './found-editor' import appPath from 'app-path' /** Represents an external editor on macOS */ interface IDarwinExternalEditor { /** Name of the editor. It will be used both as identifier and user-facing. */ readonly name: str...
/content/code_sandbox/app/src/lib/editors/darwin.ts
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
1,743
```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="node"/> /// <reference types="@stdlib/types"/> import { Readabl...
/content/code_sandbox/lib/node_modules/@stdlib/random/streams/kumaraswamy/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
2,847
```xml import { FeatureStatus, FindNativeFeature, NoteType, GetIframeAndNativeEditors, ComponentArea, GetSuperNoteFeature, UIFeature, IframeComponentFeatureDescription, Uuid, NativeFeatureIdentifier, } from '@standardnotes/snjs' import { EditorMenuGroup } from '@/Components/NotesOptions/EditorMenuGr...
/content/code_sandbox/packages/web/src/javascripts/Utils/createEditorMenuGroups.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
1,094
```xml import { foldTo } from 'fractal-objects'; import { merge } from 'lodash'; import { ApolloLink } from 'apollo-link'; import { ApolloClient } from 'apollo-client'; import { ConnectionParamsOptions } from 'subscriptions-transport-ws'; import { IResolvers } from 'graphql-tools'; import CommonModule, { CommonModule...
/content/code_sandbox/modules/module/common/GraphQLModule.ts
xml
2016-09-08T16:44:45
2024-08-16T06:17:16
apollo-universal-starter-kit
sysgears/apollo-universal-starter-kit
1,684
646
```xml import path from "path"; const templates = Object.freeze({ indexTemplate: path.resolve( "./src/templates/IndexTemplate/IndexTemplate.tsx", ), notFoundTemplate: path.resolve( "./src/templates/NotFoundTemplate/NotFoundTemplate.tsx", ), categoryTemplate: path.resolve( "./src/templates/Categor...
/content/code_sandbox/internal/gatsby/constants/templates.ts
xml
2016-03-11T21:02:37
2024-08-15T23:09:27
gatsby-starter-lumen
alxshelepenok/gatsby-starter-lumen
1,987
175
```xml <View frame="0, 0, sys.contW, sys.contH/5" css="{flex-direction='column'}" bg="0xffffff"> <Text id="item" css="{flex=1, margin=15}" fontSize="25"></Text> <Text id="subitem" css="{flex=1, margin-left=30, margin-right=15, margin-bottom=15}" fontSize="16"></Text> </View> ```
/content/code_sandbox/IOS/Playground/Playground/playground/demo.xml
xml
2016-01-07T08:55:50
2024-08-16T13:34:26
LuaViewSDK
alibaba/LuaViewSDK
3,733
93
```xml /* * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ import { renderIcon } from '../icon.renderer.js'; import { IconShapeTuple } from '../interfaces/icon.interfaces.js'; const icon = { outline: '<path d="M18....
/content/code_sandbox/packages/core/src/icon/shapes/snowflake.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
957
```xml import { Pipe, PipeTransform } from '@angular/core'; import * as _ from 'lodash'; @Pipe({ name: 'replace' }) export class ReplacePipe implements PipeTransform { transform(value: any, searchValue: string | RegExp, replaceValue: string): any { if (!_.isString(value) || _.isUndefined(searchValue) || _.isUn...
/content/code_sandbox/deb/openmediavault/workbench/src/app/shared/pipes/replace.pipe.ts
xml
2016-05-03T10:35:34
2024-08-16T08:03:04
openmediavault
openmediavault/openmediavault
4,954
102
```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. --> <beans xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:motan="p...
/content/code_sandbox/motan-demo/motan-demo-client/src/main/resources/motan_demo_client_annotation.xml
xml
2016-04-20T10:56:17
2024-08-16T01:20:43
motan
weibocom/motan
5,882
170
```xml /* eslint-disable @typescript-eslint/no-var-requires */ import * as Path from "path"; const webpack = require("webpack"); import { loadXarcOptions } from "../util/load-xarc-options"; module.exports = function() { const xarcOptions = loadXarcOptions(); const xarcCwd = xarcOptions.cwd; return { plugin...
/content/code_sandbox/packages/xarc-webpack/src/partials/dll.ts
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
123
```xml <dict> <key>LayoutID</key> <integer>2</integer> <key>PathMapRef</key> <array> <dict> <key>CodecID</key> <array> <integer>283904135</integer> </array> <key>Headphone</key> <dict/> <key>Inputs</key> <array> <string>Mic</string> <string>LineIn</string> </array> <key>IntS...
/content/code_sandbox/Resources/ALC887/layout2.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
5,404