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 { mkRespond } from 'src/api-utils' import { getOrCreateFlow, setFlow } from '../flow-state' import { MessageHandler } from '../types' export const patientMessageHandler: MessageHandler = async (props) => { if (props.message.type !== 'text') { return } const respond = mkRespond(props) const {...
/content/code_sandbox/bots/hit-looper/src/message-handler/from-patient.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
728
```xml import {BindingTarget} from '../../../common/binding/target.js'; import {Point4d} from '../model/point-4d.js'; export function point4dFromUnknown(value: unknown): Point4d { return Point4d.isObject(value) ? new Point4d(value.x, value.y, value.z, value.w) : new Point4d(); } export function writePoint4d(targ...
/content/code_sandbox/packages/core/src/input-binding/point-4d/converter/point-4d.ts
xml
2016-05-10T15:45:13
2024-08-16T19:57:27
tweakpane
cocopon/tweakpane
3,480
136
```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 * as ts from 'typescript'; /** Type that describes a property name with an obtainable text. */ type PropertyNameWithText = Exclude<ts.PropertyName, ts.ComputedPro...
/content/code_sandbox/src/cdk/schematics/update-tool/utils/property-name.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
197
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <!-- Label to show that an SDK operation has been complete successfully. --> <string name="error_ok">Khng c li</string> <!-- Label to show that an error of Invalid argument occurs during a SDK operation. --> <string name="error_args">Hm s khng hp...
/content/code_sandbox/app/src/main/res/values-vi/strings_karere_errors.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
301
```xml import { global } from '@storybook/global'; const { window: globalWindow } = global; if (globalWindow) { globalWindow.STORYBOOK_ENV = 'react'; } ```
/content/code_sandbox/code/renderers/react/src/globals.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
38
```xml import {getFormioSchema} from "../utils/getFormioSchema.js"; import {ErrorLabel} from "./errorLabel.js"; describe("@ErrorLabel", () => { it("should set the error label", async () => { class Model { @ErrorLabel("Error label") test: string; } expect(await getFormioSchema(Model)).toEqual...
/content/code_sandbox/packages/third-parties/schema-formio/src/decorators/errorLabel.spec.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
185
```xml <resources> <dimen name="bottom_navigation_elevation">8dp</dimen> <dimen name="bottom_navigation_min_width">104dp</dimen> <dimen name="bottom_navigation_max_width">168dp</dimen> <dimen name="bottom_navigation_height">56dp</dimen> <dimen name="bottom_navigation_icon">24dp</dimen> <dimen...
/content/code_sandbox/ahbottomnavigation/src/main/res/values/dimens.xml
xml
2016-03-17T12:17:56
2024-08-16T05:12:20
ahbottomnavigation
aurelhubert/ahbottomnavigation
3,836
609
```xml <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>${groupId}</groupId> <artifactId>${artifactId}</artifactId> <version>${version}</version> <packaging>pom</pac...
/content/code_sandbox/dev/archetypes/maven-java/src/main/resources/archetype-resources/pom.xml
xml
2016-02-23T01:51:06
2024-07-17T04:00:50
lagom
lagom/lagom
2,630
577
```xml import { consumeRPCQueue } from "../messageBroker"; export const segmentsCunsomers = ({ name, segments }) => { if (segments.propertyConditionExtender) { segments.propertyConditionExtenderAvailable = true; consumeRPCQueue( `${name}:segments.propertyConditionExtender`, segments.propertyCondi...
/content/code_sandbox/packages/api-utils/src/consumers/segments.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
190
```xml /* * Extra typings definitions */ // Allow .json files imports declare module '*.json'; // SystemJS module definition declare var module: NodeModule; interface NodeModule { id: string; } ```
/content/code_sandbox/generators/app/templates/src/typings.d.ts
xml
2016-04-27T19:11:10
2024-08-15T11:32:04
generator-ngx-rocket
ngx-rocket/generator-ngx-rocket
1,525
43
```xml <?xml version="1.0" encoding="utf-8" ?> <!-- * * * 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, ...
/content/code_sandbox/Stack/Opc.Ua.Core/Schema/Opc.Ua.NodeSet2.xml
xml
2016-02-12T14:57:06
2024-08-13T10:24:27
UA-.NETStandard
OPCFoundation/UA-.NETStandard
1,910
912,236
```xml <?xml version="1.0" encoding="UTF-8"?> <?import javafx.scene.control.*?> <?import javafx.scene.layout.*?> <?import net.corda.demobench.ui.*?> <VBox visible="false" prefHeight="953.0" prefWidth="1363.0" xmlns="path_to_url" xmlns:fx="path_to_url" styleClass="terminal-vbox"> <HBox fx:id="header" disable="true"...
/content/code_sandbox/tools/demobench/src/main/resources/net/corda/demobench/views/NodeTerminalView.fxml
xml
2016-10-06T08:46:29
2024-08-15T09:36:24
corda
corda/corda
3,974
424
```xml import { Alert, EmptyState, Spinner } from '@erxes/ui/src'; import { IUser } from '@erxes/ui/src/auth/types'; import { gql } from '@apollo/client'; import React from 'react'; import ContractDetails from '../../components/detail/ContractDetails'; import { mutations, queries } from '../../graphql'; import { Deta...
/content/code_sandbox/packages/plugin-savings-ui/src/contracts/containers/detail/ContractDetails.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
640
```xml import { IContext } from "../../../connectionResolver"; import { IPipelineDocument } from "../../../models/definitions/boards"; import { BOARD_TYPES, VISIBLITIES } from "../../../models/definitions/constants"; import { generateTicketCommonFilters } from "../queries/utils"; export default { createdUser(pip...
/content/code_sandbox/packages/plugin-tickets-api/src/graphql/resolvers/customResolvers/pipeline.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
470
```xml <Project> <Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" Condition="'$(BuildingInsideVisualStudio)' == 'true' AND Exists('$(__XFBuildTasksLocation)Xamarin.Forms.Build.Tasks.dll')" /> <Import Project="..\.nuspec\Xamarin.Forms.Debug.targets" Condition="'$(BuildingInsideVisualStudio)' != 'true'" /> </...
/content/code_sandbox/Xamarin.Forms.Xaml.UnitTests/Directory.Build.targets
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
82
```xml import { $ } from '../$.js'; import { JQ } from '../shared/core.js'; declare module '../shared/core.js' { // eslint-disable-next-line @typescript-eslint/no-unused-vars interface JQ<T = HTMLElement> { /** * * * * @param start * @param end * @example ```js $('div').slice...
/content/code_sandbox/packages/jq/src/methods/slice.ts
xml
2016-07-11T17:39:02
2024-08-16T07:12:34
mdui
zdhxiong/mdui
4,077
166
```xml import {platformBrowserDynamic} from '@angular/platform-browser-dynamic' import {AppModule} from './app.module' const platform = platformBrowserDynamic() platform.bootstrapModule(AppModule) ```
/content/code_sandbox/angular2/example/main.ts
xml
2016-01-22T23:19:59
2024-08-14T11:30:58
text-mask
text-mask/text-mask
8,259
38
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="@dimen/ayp_menu_item_padding" android:background="?attr/selectableItemBackground" ...
/content/code_sandbox/custom-ui/src/main/res/layout/ayp_menu_item.xml
xml
2016-08-29T12:04:03
2024-08-16T13:03:46
android-youtube-player
PierfrancescoSoffritti/android-youtube-player
3,391
167
```xml // See LICENSE.txt for license information. import {match} from 'path-to-regexp'; import {type IntlShape} from 'react-intl'; import {Navigation} from 'react-native-navigation'; import urlParse from 'url-parse'; import {makeDirectChannel, switchToChannelByName} from '@actions/remote/channel'; import {showPermal...
/content/code_sandbox/app/utils/deep_link/index.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
2,324
```xml /* eslint-disable max-len */ import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing'; import { FormBuilder } from '@angular/forms'; import { ToastrModule } from 'ngx-toastr'; import { FormPasswordInputComponent } from '~/app/core/components/intuition/form/components/form-password-input/f...
/content/code_sandbox/deb/openmediavault/workbench/src/app/core/components/intuition/form/components/form-password-input/form-password-input.component.spec.ts
xml
2016-05-03T10:35:34
2024-08-16T08:03:04
openmediavault
openmediavault/openmediavault
4,954
246
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" package="github.nisrulz.sample.listviewwithcustomadapter"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" ...
/content/code_sandbox/ListViewWithCustomAdapter/app/src/main/AndroidManifest.xml
xml
2016-02-25T11:06:48
2024-08-07T21:41:59
android-examples
nisrulz/android-examples
1,747
153
```xml <Project xmlns="path_to_url"> <ItemGroup> <!-- managed --> <FirstParty Include="SkiaSharp*.dll" /> <FirstParty Include="HarfBuzzSharp*.dll" /> <!-- native --> <FirstParty Include="libSkiaSharp.dll" /> <FirstParty Include="libHarfBuzzSharp.dll" /> <!-- ANGLE --> <FirstParty Incl...
/content/code_sandbox/scripts/SignList.xml
xml
2016-02-22T17:54:43
2024-08-16T17:53:42
SkiaSharp
mono/SkiaSharp
4,347
212
```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 iterEllipe = require( './index' ); /** * Returns an iterator protocol-compliant object. * * @returns itera...
/content/code_sandbox/lib/node_modules/@stdlib/math/iter/special/ellipe/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
328
```xml /// <reference types="node" /> import { EventEmitter } from "events"; import { Stream } from "stream"; import { Url } from "url"; import { IncomingMessage, ServerResponse } from "http"; import { Span, Tracer } from 'opentracing'; export = Tailor; declare class Tailor extends EventEmitter { /** * Creates ...
/content/code_sandbox/index.d.ts
xml
2016-01-21T10:55:04
2024-08-12T19:21:02
tailor
zalando/tailor
1,728
722
```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 /** * Returns the enumeration constant associated with a ndarray data type string. * *...
/content/code_sandbox/lib/node_modules/@stdlib/ndarray/base/dtype-str2enum/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
185
```xml import { pokemonService } from '../src/pokemon.service'; import { describe, it, expect, vi } from 'vitest'; describe('pokemon service', () => { describe('getAll', () => { it('should fetch pokemon', async () => { // Arrange const expectedPokemon = [{ name: 'foo', type: 'bar' }]; vi.stubGl...
/content/code_sandbox/e2e/test/vue-typescript-vitest/tests/pokemon.service.spec.ts
xml
2016-02-12T13:14:28
2024-08-15T18:38:25
stryker-js
stryker-mutator/stryker-js
2,561
133
```xml <?xml version="1.0"?> <!-- --> <info xmlns:xsi= "path_to_url" xsi:noNamespaceSchemaLocation="path_to_url"> <id>comments</id> <name>Comments</name> <summary>Files app plugin to add comments to files</summary> <description>Files app plugin to add comments to files</description> <version>1.21.0</version> ...
/content/code_sandbox/apps/comments/appinfo/info.xml
xml
2016-06-02T07:44:14
2024-08-16T18:23:54
server
nextcloud/server
26,415
315
```xml import { preset, task, series } from '@fluentui/scripts-tasks'; preset(); task('build', series('clean', 'copy')).cached!(); ```
/content/code_sandbox/packages/common-styles/just.config.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
34
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:id="@+id/activity_login" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.alrubaye.mytracker.Login"> <LinearLayout andro...
/content/code_sandbox/MyTracker/app/src/main/res/layout/activity_login.xml
xml
2016-09-26T16:36:28
2024-08-13T08:59:01
AndroidTutorialForBeginners
hussien89aa/AndroidTutorialForBeginners
4,360
619
```xml import { Thread } from '../../src/flux/models/thread'; import { Folder } from '../../src/flux/models/folder'; import { Label } from '../../src/flux/models/label'; import { Message } from '../../src/flux/models/message'; import FocusedContentStore from '../../src/flux/stores/focused-content-store'; import Focused...
/content/code_sandbox/app/spec/stores/message-store-spec.ts
xml
2016-10-13T06:45:50
2024-08-16T18:14:37
Mailspring
Foundry376/Mailspring
15,331
2,167
```xml <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="it_IT"> <context> <name>Dialog</name> <message> <location filename="../../GUI/AddAddressManuallyDialog.ui" line="0" /> <source>Add Address Manually</source> <translation type="unfinished" /> </message...
/content/code_sandbox/i18n/ts/it_IT.ts
xml
2016-02-19T19:33:33
2024-08-15T11:00:40
PINCE
korcankaraokcu/PINCE
2,022
23,832
```xml import { observer } from 'mobx-react-lite' import { Title, Text, Subtitle } from '@/Components/Preferences/PreferencesComponents/Content' import { useCallback, useState } from 'react' import Button from '@/Components/Button/Button' import Switch from '@/Components/Switch/Switch' import HorizontalSeparator from '...
/content/code_sandbox/packages/web/src/javascripts/Components/Preferences/Panes/Backups/TextBackups/TextBackupsDesktop.tsx
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
823
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const PauseIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M640 256h128v1536H640V256zm768 0v1536h-128V256h128z" /> ...
/content/code_sandbox/packages/react-icons-mdl2/src/components/PauseIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
121
```xml <definitions xmlns="path_to_url" xmlns:activiti="path_to_url" targetNamespace="Examples"> <process id="executionListenersProcess"> <startEvent id="theStart" name="Start Event"> <extensionElements> <activiti:executionListener class="org.flowable.examples.bpmn.executionlistener.C...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/examples/bpmn/executionlistener/ExecutionListenersCurrentActivity.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
254
```xml <clickhouse> <proxy> <!-- At each interaction with S3 resolver sends empty GET request to specified endpoint URL to obtain proxy host. Proxy host is returned as string in response body. Then S3 client uses proxy URL formed as proxy_scheme://proxy_host:proxy_port to...
/content/code_sandbox/tests/integration/test_s3_table_function_with_http_proxy/configs/config.d/proxy_remote.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
132
```xml import { Meta } from '@storybook/react'; import { MenuButton } from '@fluentui/react-components'; import descriptionMd from './MenuButtonDescription.md'; import bestPracticesMd from '../Button/ButtonBestPractices.md'; export { Default } from './MenuButtonDefault.stories'; export { Shape } from './MenuButtonShap...
/content/code_sandbox/packages/react-components/react-button/stories/src/MenuButton/index.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
234
```xml import * as React from 'react'; import { render } from '@testing-library/react'; import { DrawerHeaderNavigation } from './DrawerHeaderNavigation'; import { isConformant } from '../../testing/isConformant'; describe('DrawerHeaderNavigation', () => { isConformant({ Component: DrawerHeaderNavigation, di...
/content/code_sandbox/packages/react-components/react-drawer/library/src/components/DrawerHeaderNavigation/DrawerHeaderNavigation.test.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
157
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" package="github.nisrulz.example.readjsonfile"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" andro...
/content/code_sandbox/ReadJSONFile/app/src/main/AndroidManifest.xml
xml
2016-02-25T11:06:48
2024-08-07T21:41:59
android-examples
nisrulz/android-examples
1,747
154
```xml import { createNext } from 'e2e-utils' import { NextInstance } from 'e2e-utils' import { fetchViaHTTP } from 'next-test-utils' describe('undici fetch', () => { let next: NextInstance beforeAll(async () => { next = await createNext({ files: { 'pages/api/globalFetch.js': ` import ...
/content/code_sandbox/test/e2e/undici-fetch/index.test.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
533
```xml <Application x:Class="WpfApplication.App" xmlns="path_to_url" xmlns:x="path_to_url" StartupUri="MainWindow.xaml"> <Application.Resources> </Application.Resources> </Application> ```
/content/code_sandbox/src/TestApplications/WpfApplication/App.xaml
xml
2016-04-13T06:25:32
2024-08-16T09:08:40
FlaUI
FlaUI/FlaUI
2,193
47
```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>$(PRODUCT_...
/content/code_sandbox/mobile/examples/swift/async_await/Info.plist
xml
2016-08-08T15:07:24
2024-08-16T19:02:07
envoy
envoyproxy/envoy
24,480
333
```xml import assert from 'assert'; import { isOfficialRuntime, isStaticRuntime } from '../src'; describe('Test `isOfficialRuntime()`', () => { it('should be correct', () => { assert.equal(true, isOfficialRuntime('static', '@vercel/static')); assert.equal(true, isOfficialRuntime('static', '@now/static')); ...
/content/code_sandbox/packages/fs-detectors/test/unit.is-official-runtime.test.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
408
```xml import { Chart } from '../../../src'; export function chartTooltipMultiChart(context) { const { container, canvas1, canvas2 } = context; const options = { type: 'interval', data: [ { genre: 'Sports', sold: 275 }, { genre: 'Strategy', sold: 115 }, { genre: 'Action', sold: 120 }, ...
/content/code_sandbox/__tests__/plots/api/chart-tooltip-multi-chart.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
276
```xml import { MNEMONIC_STATUS } from '@proton/shared/lib/interfaces'; import type RecoveryStatus from '../containers/recovery/RecoveryStatus'; import usePrimaryRecoverySecret from './usePrimaryRecoverySecret'; import { useUser } from './useUser'; import useUserSettings from './useUserSettings'; const useRecoverySta...
/content/code_sandbox/packages/components/hooks/useRecoveryStatus.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
293
```xml import { VConsoleLogPlugin } from './log'; export class VConsoleSystemPlugin extends VConsoleLogPlugin { public onReady() { super.onReady(); this.printSystemInfo(); } public printSystemInfo() { // print system info const ua = navigator.userAgent; let logMsg: string[] = []; //...
/content/code_sandbox/src/log/system.ts
xml
2016-04-27T03:33:45
2024-08-16T15:29:33
vConsole
Tencent/vConsole
16,699
1,065
```xml import * as React from 'react'; import { Checkbox, Combobox, makeStyles, Option, useId } from '@fluentui/react-components'; import type { CheckboxProps, ComboboxProps } from '@fluentui/react-components'; const useStyles = makeStyles({ root: { // Stack the label above the field with a gap display: 'gri...
/content/code_sandbox/packages/react-components/react-combobox/stories/src/Combobox/ComboboxControllingOpenAndClose.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
484
```xml <?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="8.00"> <data> <int key="IBDocument.SystemTarget">1060</int> <string key="IBDocument.SystemVersion">13F1911</string> <string key="IBDocument.InterfaceBuilderVersion">851</string> <string key="IB...
/content/code_sandbox/desmume/src/frontend/cocoa/translations/English.lproj/MainMenu.xib
xml
2016-11-24T02:20:36
2024-08-16T13:18:50
desmume
TASEmulators/desmume
2,879
1,176,016
```xml import { mat4, vec3 } from "gl-matrix"; import { assertExists, readString } from "../util.js"; import ArrayBufferSlice from "../ArrayBufferSlice.js"; export class PMP { public static parse(buffer: ArrayBufferSlice): PMP { const pmp = new PMP(); const view = buffer.createDataView(); ...
/content/code_sandbox/src/WiiSports/PMP.ts
xml
2016-10-06T21:43:45
2024-08-16T17:03:52
noclip.website
magcius/noclip.website
3,206
567
```xml import { Log } from '../../../../log'; import { isWatchEnabled } from '../instantiateMetro'; jest.mock('../../../../log'); describe(isWatchEnabled, () => { const originalValue = process.env.CI; beforeEach(() => { delete process.env.CI; }); afterEach(() => { process.env.CI = originalValue; }...
/content/code_sandbox/packages/@expo/cli/src/start/server/metro/__tests__/instantiateMetro.test.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
179
```xml import type { IMinimatch } from 'minimatch'; import type { SourceSkips } from './sourcer/SourceSkips'; export type FingerprintSource = HashSource & { /** * Hash value of the `source`. * If the source is excluding by `Options.dirExcludes`, the value will be null. */ hash: string | null; /** * ...
/content/code_sandbox/packages/@expo/fingerprint/src/Fingerprint.types.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,330
```xml <dict> <key>LayoutID</key> <integer>78</integer> <key>PathMapRef</key> <array> <dict> <key>CodecID</key> <array> <integer>269697542</integer> </array> <key>ExtMic</key> <dict> <key>HeadsetMic_dBV</key> <integer>1088421888</integer> <key>MuteGPIO</key> <integer>262144</int...
/content/code_sandbox/Resources/CS4206/layout78.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
15,134
```xml import { defineConfig } from 'vite'; import react from '@vitejs/plugin-react'; // path_to_url export default defineConfig({ plugins: [react()] }); ```
/content/code_sandbox/examples/with-vite/vite.config.ts
xml
2016-06-06T02:27:46
2024-08-16T16:41:54
rsuite
rsuite/rsuite
8,263
38
```xml <?xml version="1.0" encoding="UTF-8"?> <Configuration status="WARN"> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%d{HH:mm:ss.SSS} [%X{actor-name}] [%t] %-5level %logger{36} - %msg%n"/> </Console> </Appenders> <Loggers> <Logger name="io.camund...
/content/code_sandbox/zeebe/broker-client/src/test/resources/log4j2-test.xml
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
148
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <ClInclude Include="..\..\test\mul_ms_test.cpp"> <Filter>qvm\test</Filter> </ClInclude> </ItemGroup> <ItemGroup> <Filter Include="qvm"> <UniqueIdentifier>{4D131E42-3D71-6B5C-3422-43...
/content/code_sandbox/deps/boost_1_66_0/libs/qvm/bld/test/mul_ms_test.vcxproj.filters
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
176
```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/sql/supported/dcl/drop-login.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
119
```xml 'use client' import type { FocusAndScrollRef, PrefetchKind, RouterChangeByServerResponse, } from '../../client/components/router-reducer/router-reducer-types' import type { FlightRouterState, FetchServerResponseResult, } from '../../server/app-render/types' import React from 'react' export type Child...
/content/code_sandbox/packages/next/src/shared/lib/app-router-context.shared-runtime.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
1,179
```xml <?xml version="1.0" encoding="utf-8"?> <!-- Distributed under the Boost file LICENSE_1_0.txt or copy at path_to_url --> <header name="boost/proto/functional/std.hpp"> <para>Includes all the functional extensions to Proto for the standard library.</para> </header> ```
/content/code_sandbox/deps/boost_1_66_0/libs/proto/doc/reference/functional/std.xml
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
71
```xml import { describe, expect, it } from 'vitest'; import { escapeJsStr, indent } from './util'; describe('util', () => { describe('indent()', () => { it('skips indent on <= 0', () => { expect(indent(0, 'hello')).toBe('hello'); expect(indent(-1, 'hello')).toBe('hello'); }); it('indents s...
/content/code_sandbox/packages/insomnia-testing/src/generate/util.test.ts
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
296
```xml /* * * 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, sublicense, a...
/content/code_sandbox/tools/build/copy/index.ts
xml
2016-01-28T22:09:23
2024-08-16T17:55:06
mkdocs-material
squidfunk/mkdocs-material
19,629
693
```xml import { useState, useRef, useEffect } from 'react'; import sortBy from 'lodash/sortBy'; import { useThrottle } from '@uidotdev/usehooks'; import { waveformColorDark, waveformColorLight } from '../colors'; import { fixRemoteBuffer, renderWaveformPng } from '../ffmpeg'; import { RenderableWaveform } from '../typ...
/content/code_sandbox/src/renderer/src/hooks/useWaveform.ts
xml
2016-10-30T10:49:56
2024-08-16T19:12:59
lossless-cut
mifi/lossless-cut
25,459
957
```xml <pathInterpolator xmlns:android="path_to_url" android:pathData="M 0,0 c 0.5,0 0.5,1.0 1,1"/> ```
/content/code_sandbox/app/src/main/res/interpolator/fingerprint_off_1.xml
xml
2016-11-04T14:23:35
2024-08-12T07:50:44
adp-delightful-details
alexjlockwood/adp-delightful-details
1,070
43
```xml <?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent"> <com.google.android.material.appbar.AppBarLayout android:layout_width=...
/content/code_sandbox/feature/main/pkg/src/main/res/layout/activity_main.xml
xml
2016-07-30T18:18:32
2024-08-16T01:37:59
AndroidUtilCode
Blankj/AndroidUtilCode
33,178
441
```xml import { CommonModule } from '@angular/common'; import { Component } from '@angular/core'; import { AppConfigService } from '@service/appconfigservice'; @Component({ selector: 'features-section', standalone: true, imports: [CommonModule], template: ` <section class="landing-features py-8...
/content/code_sandbox/src/app/showcase/pages/landing/featuressection.component.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
1,168
```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 /** * Returns the mode of a Bernoulli distribution. * * ## Notes * * - If `p < 0` or...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/dists/bernoulli/mode/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
276
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- *** GENERATED FROM project.xml - DO NOT EDIT *** *** EDIT ../build.xml INSTEAD *** --> <project name="org.graalvm.visualvm.sa-impl" basedir=".."> <property file="nbproject/private/suite-private.properties"/> <property file="nbproject/suite.prop...
/content/code_sandbox/visualvm/sa/nbproject/build-impl.xml
xml
2016-09-12T14:44:30
2024-08-16T14:41:50
visualvm
oracle/visualvm
2,821
348
```xml /*your_sha256_hash----------------------------- *your_sha256_hash----------------------------*/ import type { languages } from '../../fillers/monaco-editor-core'; export const conf: languages.LanguageConfiguration = { brackets: [ ['{', '}'], ['[', ']'], ['(', ')'] ], autoClosingPairs: [ { open: '{'...
/content/code_sandbox/src/basic-languages/dockerfile/dockerfile.ts
xml
2016-06-07T16:56:31
2024-08-16T17:17:05
monaco-editor
microsoft/monaco-editor
39,508
1,004
```xml import * as React from 'react'; import { Announced } from '@fluentui/react/lib/Announced'; import { TextField, ITextFieldStyles } from '@fluentui/react/lib/TextField'; import { DetailsList, DetailsListLayoutMode, Selection, IColumn } from '@fluentui/react/lib/DetailsList'; import { MarqueeSelection } from '@flue...
/content/code_sandbox/packages/react-examples/src/azure-themes/stories/components/detailsList.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
878
```xml import { ccmSchema } from 'lisk-sdk'; export const ccmsInfoSchema = { $id: 'msgRecoveryPlugin/ccmsFromEvents', type: 'object', properties: { ccms: { type: 'array', fieldNumber: 1, items: { ...ccmSchema, }, }, }, }; ```
/content/code_sandbox/examples/interop/messageRecovery/schema.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
80
```xml import axios from 'axios'; import router from './../router'; import Vue from 'vue' import store from './../store' const vue = new Vue(); axios.defaults.timeout = 30000; axios.defaults.baseURL = 'path_to_url axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'; const $ajax = axios.create...
/content/code_sandbox/House-Map.UI/src/ajax/ajax.ts
xml
2016-08-07T02:49:01
2024-08-12T19:24:12
HouseSearch
liguobao/HouseSearch
1,341
601
```xml // See LICENSE.txt for license information. import {tableSchema} from '@nozbe/watermelondb'; import {MM_TABLES} from '@constants/database'; const {CHANNEL_INFO} = MM_TABLES.SERVER; export default tableSchema({ name: CHANNEL_INFO, columns: [ {name: 'guest_count', type: 'number'}, {name...
/content/code_sandbox/app/database/schema/server/table_schemas/channel_info.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
142
```xml export type FileDownloadRequest = { fileName: string; blobData: BlobPart; blobOptions?: BlobPropertyBag; downloadMethod?: "save" | "open"; }; ```
/content/code_sandbox/libs/common/src/platform/abstractions/file-download/file-download.request.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
40
```xml // Components import { VProgressLinear } from '@/components/VProgressLinear' // Utilities import { computed } from 'vue' import { getCurrentInstanceName, propsFactory } from '@/util' // Types import type { ExtractPropTypes, SetupContext } from 'vue' import type { SlotsToProps } from '@/util' export interface ...
/content/code_sandbox/packages/vuetify/src/composables/loader.tsx
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
319
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See harness/README in the NetBeans platform --> <!-- for some information on what you could do (e.g. targets to override). --> <!-- If you delete this file and reopen the project it will be recreated. --> <project name="org.graalvm.visual...
/content/code_sandbox/plugins/jfr.streaming/build.xml
xml
2016-09-12T14:44:30
2024-08-16T14:41:50
visualvm
oracle/visualvm
2,821
130
```xml #!/usr/bin/env -S node --no-warnings --loader ts-node/esm import { test, } from 'tstest' import type { WechatySkeleton, WechatySkeletonProtectedProperty, } from './wechaty-skeleton.js' test('ProtectedPropertyWechatySkeleton', async t => { type NotExist...
/content/code_sandbox/src/wechaty/wechaty-skelton.spec.ts
xml
2016-05-01T14:36:45
2024-08-16T17:27:03
wechaty
wechaty/wechaty
19,828
142
```xml import { CreateDateColumn, Entity, ManyToOne, PrimaryColumn, } from "../../../../src/index" import { Message } from "./Message" import { User } from "./User" export interface RecipientConstructor { user?: User message?: Message receivedAt?: number readAt?: number } @Entity() exp...
/content/code_sandbox/test/github-issues/1551/entity/Recipient.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
254
```xml export const loadApp = jest.fn().mockResolvedValue(''); export const clientUrlScheme = '123'; export const installationID = ''; export const isDevice = false; export const getBuildInfoAsync = jest.fn().mockResolvedValue({ appName: '', appVersion: 1, appIcon: '', hostUrl: '', }); export const getPendingDe...
/content/code_sandbox/packages/expo-dev-launcher/bundle/native-modules/__mocks__/DevLauncherInternal.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
270
```xml import { NodeViewProps, NodeViewWrapper } from "@tiptap/react"; import React, { forwardRef, useEffect, useImperativeHandle, useRef, useState, } from "react"; import { SuggestionOptions, SuggestionProps } from "@tiptap/suggestion"; import { VariableLabel, VariableListBtn, VariableListWrapper, Va...
/content/code_sandbox/packages/erxes-ui/src/components/richTextEditor/nodes/Mention.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,586
```xml import {POST} from '../modules/fetch.ts'; import {showErrorToast} from '../modules/toast.ts'; const preventListener = (e) => e.preventDefault(); /** * Attaches `input` handlers to markdown rendered tasklist checkboxes in comments. * * When a checkbox value changes, the corresponding [ ] or [x] in the markdo...
/content/code_sandbox/web_src/js/markup/tasklist.ts
xml
2016-11-01T02:13:26
2024-08-16T19:51:49
gitea
go-gitea/gitea
43,694
746
```xml <shapes name="mxgraph.aws.deployment_management"> <shape name="AWS CloudFormation" h="54.06" w="48.17" aspect="variable" strokewidth="inherit"> <connections> <constraint x="0.5" y="0" perimeter="0" name="N"/> <constraint x="0.5" y="1" perimeter="0" name="S"/> <constraint x="0" y="0.5" perimeter="0" name="W"/> <c...
/content/code_sandbox/src/main/webapp/stencils/aws/deployment_management.xml
xml
2016-09-06T12:59:15
2024-08-16T13:28:41
drawio
jgraph/drawio
40,265
5,361
```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 { assert } from "chai"; import { mount } from "enzyme"; import * as React from "react"; import sinon from "sinon"; import ...
/content/code_sandbox/packages/core/test/breadcrumbs/breadcrumbsTests.tsx
xml
2016-10-25T21:17:50
2024-08-16T15:14:48
blueprint
palantir/blueprint
20,593
1,256
```xml import { css } from '@emotion/css'; import { stylesFactory } from '@grafana/ui'; import { GrafanaTheme } from '@grafana/data'; import { getPmmTheme } from 'shared/components/helpers/getPmmTheme'; export const getStyles = stylesFactory((theme: GrafanaTheme) => { const parameters = getPmmTheme(theme); return...
/content/code_sandbox/pmm-app/src/pmm-qan/panel/components/Overview/components/MetricColumns/MetricColumn.styles.ts
xml
2016-01-22T07:14:23
2024-08-13T13:01:59
grafana-dashboards
percona/grafana-dashboards
2,661
348
```xml import { LiveAnnouncer } from "@angular/cdk/a11y"; import { DialogRef } from "@angular/cdk/dialog"; import { CdkDragDrop, DragDropModule, moveItemInArray } from "@angular/cdk/drag-drop"; import { CommonModule } from "@angular/common"; import { AfterViewInit, Component, DestroyRef, ElementRef, EventEmit...
/content/code_sandbox/libs/vault/src/cipher-form/components/custom-fields/custom-fields.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
2,551
```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 { Component, computed } from '@angular/core'; import { RegistrarService } from '../registrar/registrar.service'; import { MatSnack...
/content/code_sandbox/console-webapp/src/app/billingInfo/billingInfo.component.ts
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
244
```xml #import "AppDelegate.h" #import <React/RCTBundleURLProvider.h> @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.moduleName = @"ReactNativeApp"; // You can add your custom initial props in the dictionary below. ...
/content/code_sandbox/javascriptv3/example_code/reactnative/ReactNativeApp/ios/ReactNativeApp/AppDelegate.mm
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
249
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <resData> <contact:creData xmlns:contact="urn:ietf:params:xml:ns:contact-1.0"> <contact:id>sh8013</contact:id> <contact:crDate>1999-04-...
/content/code_sandbox/core/src/test/resources/google/registry/xjc/contact_create_response.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
178
```xml // // // Microsoft Bot Framework: path_to_url // // Bot Framework Emulator Github: // path_to_url // // All rights reserved. // // 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 witho...
/content/code_sandbox/packages/sdk/shared/src/types/response/resource.ts
xml
2016-11-11T23:15:09
2024-08-16T12:45:29
BotFramework-Emulator
microsoft/BotFramework-Emulator
1,803
265
```xml import React, {FunctionComponent} from 'react' import classnames from 'classnames' import {Namespace} from 'src/types/queries' export interface DatabaseListItemProps { isActive: boolean namespace: Namespace onChooseNamespace: (namespace: Namespace) => () => void } const DatabaseListItem: FunctionCompon...
/content/code_sandbox/ui/src/shared/components/DatabaseListItem.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
148
```xml <?xml version="1.0" encoding="UTF-8"?> <countries> <country id="4" alpha2="af" alpha3="afg" name="Afghanistan"/> <country id="710" alpha2="za" alpha3="zaf" name="Afrique du Sud"/> <country id="8" alpha2="al" alpha3="alb" name="Albanie"/> <country id="12" alpha2="dz" alpha3="dza" name="Algrie"/> ...
/content/code_sandbox/data/countries/fr/countries.xml
xml
2016-01-27T21:41:04
2024-08-16T10:07:17
world_countries
stefangabos/world_countries
1,364
4,602
```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. --> <RelativeLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:layo...
/content/code_sandbox/supportSample/src/main/res/layout/item_expand_parent.xml
xml
2016-08-03T15:43:34
2024-08-14T01:11:22
SwipeRecyclerView
yanzhenjie/SwipeRecyclerView
5,605
248
```xml import * as os from 'os' import * as process from 'process' import * as path from 'path' import { assert } from 'chai' import * as sinon from 'sinon' import { resolveEnvFilePath, parseArgList, isPromise } from '../src/utils' describe('utils', (): void => { describe('resolveEnvFilePath', (): void => { cons...
/content/code_sandbox/test/utils.spec.ts
xml
2016-08-17T01:00:47
2024-08-13T12:40:53
env-cmd
toddbluhm/env-cmd
1,721
413
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:flowable="path_to_url" xmlns:cmmndi="path_to_url" xmlns:dc="path_to_url" xmlns:di="path_to_url" xmlns:design="path_to_url" targetNamespace="path_to_url"> <case id="testCase" flowable:initiatorVariableName="ini...
/content/code_sandbox/modules/flowable-cmmn-engine/src/test/resources/org/flowable/cmmn/test/migration/task-and-listener-in-stage-userlistener.cmmn.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
467
```xml import type { MatcherFunction } from "expect"; // this is necessary because this file is picked up by `tsc` (it's not a test), // but our main `tsconfig.json` doesn't include `"ES2021.WeakRef"` on purpose declare class WeakRef<T extends WeakKey> { constructor(target: T); deref(): T | undefined; } export co...
/content/code_sandbox/src/testing/matchers/toBeGarbageCollected.ts
xml
2016-02-26T20:25:00
2024-08-16T10:56:57
apollo-client
apollographql/apollo-client
19,304
361
```xml let INSET = 0; export const POSITIONS = { 'bottom': { bottom: INSET, left: 0, right: 0, }, 'top': { top: INSET, left: 0, right: 0, }, 'top-right': { top: INSET, right: INSET, }, 'top-left': { top: INSET, left: INSET, }, 'bottom-left': { bottom: INSET,...
/content/code_sandbox/src/components/composites/Toast/utils.ts
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
145
```xml import {Value} from '../model/value.js'; import {createValue} from '../model/values.js'; import {ViewProps} from '../model/view-props.js'; import {PopupView} from '../view/popup.js'; import {Controller} from './controller.js'; interface Config { viewProps: ViewProps; } export class PopupController implements ...
/content/code_sandbox/packages/core/src/common/controller/popup.ts
xml
2016-05-10T15:45:13
2024-08-16T19:57:27
tweakpane
cocopon/tweakpane
3,480
156
```xml import { React } from "@xarc/react"; import { toggleTodo } from "../redux/action"; const custom = require("../styles/bootstrap.css"); export const Todo = props => { const { todo, dispatch } = props; return ( <li className={custom["list-group-item"]}> <input type="checkbox" checked...
/content/code_sandbox/samples/subapp2-todo-app/src/todo/component/todo.tsx
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
119
```xml import { Entity, Column, PrimaryColumn } from "../../../../../src" export enum NumericEnum { ADMIN, EDITOR, MODERATOR, GHOST, } export enum StringEnum { ADMIN = "a", EDITOR = "e", MODERATOR = "m", GHOST = "g", } export enum StringNumericEnum { ONE = "1", TWO = "2", ...
/content/code_sandbox/test/functional/database-schema/simple-enums/entity/SimpleEnumEntity.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
443
```xml /* Use of this source code is governed by a MIT license that can be found in the LICENSE file. */ #import "CocoaUIInterface.h" #import <sys/stat.h> #import <objc/runtime.h> #import <Cocoa/Cocoa.h> #import <ape_netlib.h> #import "CocoaUIInterface.h" #import <SDL.h> #import <SDL_opengl.h> #import <SDL_sy...
/content/code_sandbox/src/Interface/osx/CocoaUIInterface.mm
xml
2016-05-20T13:58:04
2024-07-31T04:37:16
Nidium
nidium/Nidium
1,140
4,181
```xml <?xml version="1.0" encoding="utf-8"?> <Weavers xmlns:xsi="path_to_url" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd"> <AutoProperties /> <Throttle /> <PropertyChanged /> <Resourcer /> </Weavers> ```
/content/code_sandbox/src/ResXManager.VSIX/FodyWeavers.xml
xml
2016-06-03T12:04:15
2024-08-15T21:49:16
ResXResourceManager
dotnet/ResXResourceManager
1,299
63
```xml import { Command } from '@expo/commander'; import chalk from 'chalk'; import { link } from '../Formatter'; import { commentOnIssueAsync } from '../GitHubActions'; import logger from '../Logger'; type ActionOptions = { payload: string; }; export type CommentatorComment = { issue: number; body: string; };...
/content/code_sandbox/tools/src/commands/CommentatorCommand.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
442
```xml import React, { useMemo, useContext, createContext, useReducer, useEffect, useCallback } from "react"; import { Group, Rule } from "../../../types"; import { EXTENSION_MESSAGES } from "../../../constants"; import { recordsInitialState, recordsReducer } from "./recordsReducer"; import { RecordsAction, RecordsActi...
/content/code_sandbox/browser-extension/common/src/popup/contexts/RecordsContext/index.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
771