text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
path_to_url
Unless required by applicable law or agreed to in writing,
"AS IS" BASIS, WITHO... | /content/code_sandbox/docs/topics/impala_refresh_updated_hms.xml | xml | 2016-04-13T07:00:08 | 2024-08-16T10:10:44 | impala | apache/impala | 1,115 | 579 |
```xml
/*
* path_to_url
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
*/
export { ExpressAdapter } from './adapter/ExpressAdapter';
export {
SkillRequestSignatureVerifier,
TimestampVerifier,
... | /content/code_sandbox/ask-sdk-express-adapter/lib/index.ts | xml | 2016-06-24T06:26:05 | 2024-08-14T12:39:19 | alexa-skills-kit-sdk-for-nodejs | alexa/alexa-skills-kit-sdk-for-nodejs | 3,118 | 80 |
```xml
/* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
/**
* Measures update saml info successes and failures
*/
export interface ... | /content/code_sandbox/packages/metrics/types/web_core_sso_saml_update_info_total_v1.schema.d.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 105 |
```xml
interface WasmApi {
instance: {
exports: {
b64_output: {
value: number;
};
solve: () => number;
memory: {
buffer: Uint8Array;
};
};
};
}
self.onmessage = async function (event) {
const { b64So... | /content/code_sandbox/packages/shared/lib/pow/wasmWorker.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 333 |
```xml
function testArrayForEach() {
msg("testArrayFoEach");
let strs: string[] = [];
[1, 2, 3].forEach(x => strs.push("X" + x))
let r = "A"
for (let s of strs) {
r += s
}
assert(r == "AX1X2X3", "forEach")
}
testArrayForEach()
``` | /content/code_sandbox/tests/compile-test/lang-test0/241arrayforeach.ts | xml | 2016-01-24T19:35:52 | 2024-08-16T16:39:39 | pxt | microsoft/pxt | 2,069 | 87 |
```xml
/*
* one or more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
*/
const convertToQueryString = (params: Record<string, string>) => {
return new URLSearchParams(params).toString();
};
export {convertToQueryString};... | /content/code_sandbox/operate/client/e2e-playwright/utils/convertToQueryString.ts | xml | 2016-03-20T03:38:04 | 2024-08-16T19:59:58 | camunda | camunda/camunda | 3,172 | 59 |
```xml
<!--
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~
~ path_to_url
~
~ Unless required by applicable law or agreed to in writing, software
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre... | /content/code_sandbox/test/e2e/sql/src/test/resources/cases/dql/dataset/empty_storage_units/mysql/select_mysql_mysql_default_roles.xml | xml | 2016-01-18T12:49:26 | 2024-08-16T15:48:11 | shardingsphere | apache/shardingsphere | 19,707 | 122 |
```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 { TemplateResult, render } from 'lit';
export function createTestElement(template?: TemplateResult): Promise<HTMLElement> {
const element = document.cre... | /content/code_sandbox/packages/core/src/test/utils.ts | xml | 2016-09-29T17:24:17 | 2024-08-11T17:06:15 | clarity | vmware-archive/clarity | 6,431 | 651 |
```xml
<page id="richSerp" layout="mainAndRight">
<section layout="row" placement="main">
<section layout="column" description="left main pane">
<section layout="row" max="5" description="Bar of images, from one of two possible sources">
<choice>
<source name=... | /content/code_sandbox/config-model/src/test/java/com/yahoo/vespa/model/container/search/test/pages/richSerp.xml | xml | 2016-06-03T20:54:20 | 2024-08-16T15:32:01 | vespa | vespa-engine/vespa | 5,524 | 197 |
```xml
/*
* Event's embeddable script
*/
import { generateIntegrationUrl, getStorage, setErxesProperty } from "../../widgetUtils";
// add iframe
const iframe = document.createElement("iframe");
iframe.src = generateIntegrationUrl("events");
iframe.style.display = "none";
document.body.appendChild(iframe);
// aft... | /content/code_sandbox/widgets/client/events/widget/index.ts | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 255 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="@FEATURE_ID@"
label="SpotBugs"
version="@FEATURE_VERSION@"
provider-name="SpotBugs Project"
plugin="@PLUGIN_ID@">
<description url="path_to_url">
SpotBugs is a program which uses static analysis to look for bugs in Java c... | /content/code_sandbox/eclipsePlugin/plugin_feature.xml | xml | 2016-11-04T22:18:08 | 2024-08-15T14:30:47 | spotbugs | spotbugs/spotbugs | 3,428 | 344 |
```xml
import { c, msgid } from 'ttag';
import { useConfirmActionModal, useNotifications } from '@proton/components';
import { VERIFICATION_STATUS } from '@proton/crypto';
import { getIsConnectionIssue } from '@proton/shared/lib/api/helpers/apiErrorHelper';
import { isSafari, textToClipboard } from '@proton/shared/lib... | /content/code_sandbox/packages/drive-store/store/_actions/useActions.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 3,796 |
```xml
import { ElementUIComponent } from './component'
/** Responsive column props */
export interface ResponsiveColumnProperties {
/** Number of column the grid spans */
span: number,
/** Number of spacing on the left side of the grid */
offset: number
}
/** Responsive column property */
export type Respon... | /content/code_sandbox/types/col.d.ts | xml | 2016-09-03T06:19:26 | 2024-08-16T02:26:18 | element | ElemeFE/element | 54,066 | 258 |
```xml
/// <reference types="react" />
import { ParamListBase, StackNavigationState } from '@react-navigation/native';
import { NativeStackNavigationEventMap, NativeStackNavigationOptions } from '@react-navigation/native-stack';
export declare const Stack: import("react").ForwardRefExoticComponent<Omit<Omit<import("@re... | /content/code_sandbox/packages/expo-router/build/layouts/Stack.d.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 2,676 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
path_to_url
Unless required by applicable law or agreed to in writing, software
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<resources xmlns:android="path_to_url"
xmlns:xliff="urn:oasis:names:tc:xliff:docum... | /content/code_sandbox/bottomsheetpickers/src/main/res/values-ne-rNP/strings.xml | xml | 2016-10-06T01:20:05 | 2024-08-05T10:12:07 | BottomSheetPickers | philliphsu/BottomSheetPickers | 1,101 | 381 |
```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>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Boost Note</string>
<key>CFBundleExecutable</key>
<str... | /content/code_sandbox/ios/BoostNoteMobile/BoostNoteMobile/Info.plist | xml | 2016-11-19T14:30:34 | 2024-08-16T03:13:45 | BoostNote-App | BoostIO/BoostNote-App | 3,745 | 673 |
```xml
// Composables
import { makeBorderProps, useBorder } from '../border'
// Utilities
import { describe, expect, it } from '@jest/globals'
import { mount } from '@vue/test-utils'
// Types
import type { BorderProps } from '../border'
describe('border.ts', () => {
it('should create border props', () => {
con... | /content/code_sandbox/packages/vuetify/src/composables/__tests__/border.spec.ts | xml | 2016-09-12T00:39:35 | 2024-08-16T20:06:39 | vuetify | vuetifyjs/vuetify | 39,539 | 331 |
```xml
import React, { useRef, useState } from 'react';
import Wrapper from '@erxes/ui/src/layout/components/Wrapper';
import DataWithLoader from '@erxes/ui/src/components/DataWithLoader';
import Pagination from '@erxes/ui/src/components/pagination/Pagination';
import FormControl from '@erxes/ui/src/components/form/Con... | /content/code_sandbox/packages/plugin-template-ui/src/components/List.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 2,505 |
```xml
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY rfc4627 SYSTEM "path_to_url">
<!ENTITY rfc3986 SYSTEM "path_to_url">
<!ENTITY rfc2119 SYSTEM "path_to_url">
<!ENTITY rfc4287 SYSTEM "path_to_url">
<!ENTITY rfc2616 SYSTEM "path_to_url">
<!ENTITY rfc3339 SYSTEM "path_to_url">
... | /content/code_sandbox/APIs/movie_search_app/node_modules/request/node_modules/http-signature/node_modules/jsprim/node_modules/json-schema/draft-zyp-json-schema-04.xml | xml | 2016-11-28T19:37:42 | 2024-07-21T20:32:49 | webdevbootcamp | nax3t/webdevbootcamp | 1,802 | 11,249 |
```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 * as ReactDOM from "react-do... | /content/code_sandbox/packages/core/test/forms/textAreaTests.tsx | xml | 2016-10-25T21:17:50 | 2024-08-16T15:14:48 | blueprint | palantir/blueprint | 20,593 | 1,766 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="path_to_url">
<Import Project="..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.CppWinRT.props" Condition="Exists('..\packages\Microsoft.Windows.CppWinRT.2.0.220531.1\build\native\Microsoft.Windows.C... | /content/code_sandbox/common/common.vcxproj | xml | 2016-11-18T00:46:26 | 2024-08-12T19:26:08 | GlosSI | Alia5/GlosSI | 1,642 | 2,245 |
```xml
export { TooltipWithChildren } from './TooltipWithChildren';
export type { Position } from './TooltipWithChildren';
``` | /content/code_sandbox/app/react/components/Tip/TooltipWithChildren/index.ts | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 24 |
```xml
<shapes name="mxGraph.signs.transportation">
<shape name="4 Wheeler" h="71.31" w="98.88" aspect="variable" strokewidth="inherit">
<connections>
<constraint x="0.5" y="0" perimeter="0" name="N"/>
<constraint x="0.5" y="0.735" perimeter="0" name="S"/>
<constraint x="0.05" y="0.365" perimeter="0" name="W"/>
<constr... | /content/code_sandbox/src/main/webapp/stencils/signs/transportation.xml | xml | 2016-09-06T12:59:15 | 2024-08-16T13:28:41 | drawio | jgraph/drawio | 40,265 | 142,401 |
```xml
import * as path from "path";
import * as vs from "vscode";
import { fsPath } from "../../../shared/utils/fs";
import { activate, ensureFileContent, ensureTestContent, executeCodeAction, extApi, helloWorldFolder, rangeOf, sb, setTestContent, tryDelete } from "../../helpers";
describe("move top level to file ref... | /content/code_sandbox/src/test/dart/refactors/move_top_level_to_file.test.ts | xml | 2016-07-30T13:49:11 | 2024-08-10T16:23:15 | Dart-Code | Dart-Code/Dart-Code | 1,472 | 268 |
```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="M14.... | /content/code_sandbox/packages/core/src/icon/shapes/administrator.ts | xml | 2016-09-29T17:24:17 | 2024-08-11T17:06:15 | clarity | vmware-archive/clarity | 6,431 | 1,812 |
```xml
export * from "./Contract";
export * from "./ImageGeneratorModule";
``` | /content/code_sandbox/src/main/Core/ImageGenerator/index.ts | xml | 2016-10-11T04:59:52 | 2024-08-16T11:53:31 | ueli | oliverschwendener/ueli | 3,543 | 15 |
```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
/**
* Evaluates the ramp function.
*
* ## Notes
*
* - If `x >= 0`, the function retu... | /content/code_sandbox/lib/node_modules/@stdlib/math/base/special/ramp/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 196 |
```xml
import { Component, OnInit } from '@angular/core';
import { CatService } from '../services/cat.service';
import { ToastComponent } from '../shared/toast/toast.component';
import { Cat } from '../shared/models/cat.model';
@Component({
selector: 'app-cats',
templateUrl: './cats.component.html',
styleUrls: ... | /content/code_sandbox/client/app/cats/cats.component.ts | xml | 2016-05-14T14:21:49 | 2024-08-10T00:30:46 | Angular-Full-Stack | DavideViolante/Angular-Full-Stack | 1,480 | 416 |
```xml
import { factory } from '@stoplight/prism-core';
import { IHttpOperation } from '@stoplight/types';
import { defaults } from 'lodash';
import forward from './forwarder';
import mock from './mocker';
import route from './router';
import { validateInput, validateOutput, validateSecurity } from './validator';
expor... | /content/code_sandbox/packages/http/src/index.ts | xml | 2016-03-18T03:52:09 | 2024-08-16T09:16:35 | prism | stoplightio/prism | 4,175 | 278 |
```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 fallingFactorial = require( './index' );
// TESTS //
// The function returns a number...
{
fallingFacto... | /content/code_sandbox/lib/node_modules/@stdlib/math/base/special/falling-factorial/docs/types/test.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 437 |
```xml
/*
* one or more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
*/
import {Chart, Scale, Tick} from 'chart.js';
import {t} from 'translation';
import {FilterData} from 'types';
import {UNAUTHORIZED_TENANT_ID} from '... | /content/code_sandbox/optimize/client/src/modules/services/formatters.tsx | xml | 2016-03-20T03:38:04 | 2024-08-16T19:59:58 | camunda | camunda/camunda | 3,172 | 2,501 |
```xml
type ThemeOptionProps = {
themeName: string;
accentColors: {
light: string;
dark: string;
};
};
export const ThemeOption = ({ themeName, accentColors }: ThemeOptionProps) => {
return (
<div
style={{
display: "flex",
flexDirectio... | /content/code_sandbox/src/renderer/Core/Settings/Pages/ThemeOption.tsx | xml | 2016-10-11T04:59:52 | 2024-08-16T11:53:31 | ueli | oliverschwendener/ueli | 3,543 | 164 |
```xml
import configQueries from './configs';
import accountQueries from './accounts';
import fetch from 'node-fetch';
export default {
...configQueries,
...accountQueries,
golomtBankRates: async (_root, _args, _context) => {
try {
return await fetch('path_to_url =>
res.json(),
);
} ... | /content/code_sandbox/packages/plugin-golomtbank-api/src/graphql/resolvers/queries/index.ts | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 96 |
```xml
import React from 'react';
import Chip from '../index';
import { renderWithWrapper } from '../../../.ci/testHelper';
describe('Chip Component', () => {
it.each`
type
${'solid'}
${'outline'}
`('should render $type', ({ type }) => {
const { queryByText } = renderWithWrapper(
<Chip title=... | /content/code_sandbox/packages/themed/src/Chip/__tests__/Chip.test.tsx | xml | 2016-09-08T14:21:41 | 2024-08-16T10:11:29 | react-native-elements | react-native-elements/react-native-elements | 24,875 | 102 |
```xml
import { IExtendedSemanticColors } from '../IExtendedSemanticColors';
import { IToggleStyleProps, IToggleStyles } from '@fluentui/react/lib/Toggle';
import * as StyleConstants from '../Constants';
export const ToggleStyles = (props: IToggleStyleProps): Partial<IToggleStyles> => {
const { theme, disabled, chec... | /content/code_sandbox/packages/azure-themes/src/azure/styles/Toggle.styles.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 701 |
```xml
<?xml version="1.0" encoding="utf-8"?>
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<selector xmlns:android="path_to_url">
<item android:state_pressed="true" android:drawable="@drawable/btn_new_tab_incognito_pressed" />
<item android:sta... | /content/code_sandbox/libraries_res/chrome_res/src/main/res/drawable/btn_new_tab_incognito.xml | xml | 2016-07-04T07:28:36 | 2024-08-15T05:20:42 | AndroidChromium | JackyAndroid/AndroidChromium | 3,090 | 143 |
```xml
<ResourceDictionary xmlns="path_to_url"
xmlns:x="path_to_url"
xmlns:converters="clr-namespace:Dopamine.Converters"
xmlns:utils="clr-namespace:Dopamine.Utils"
xmlns:base="clr-namespace:Dopamine.Core.Base;assembly=Dopamine.Core"
... | /content/code_sandbox/Dopamine/Resources/Styles/ListBoxTracks.xaml | xml | 2016-07-13T21:34:42 | 2024-08-15T03:30:43 | dopamine-windows | digimezzo/dopamine-windows | 1,786 | 2,900 |
```xml
import { MicrosecondsTimestamp } from '@standardnotes/common'
export type IntegrityPayload = {
uuid: string
updated_at_timestamp: MicrosecondsTimestamp
}
``` | /content/code_sandbox/packages/responses/src/Domain/Item/IntegrityPayload.ts | xml | 2016-12-05T23:31:33 | 2024-08-16T06:51:19 | app | standardnotes/app | 5,180 | 34 |
```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>
... | /content/code_sandbox/vendor/double-conversion/upstream/msvc/double-conversion.vcxproj | xml | 2016-01-08T02:42:32 | 2024-08-16T18:14:55 | icu | unicode-org/icu | 2,693 | 2,164 |
```xml
import { KubernetesApplication } from '../application/models';
import { KubernetesResourcePool } from '../resource-pool/models';
import { PersistentVolumeClaim } from './PersistentVolumeClaim';
type VolumeResourcePool = ReturnType<typeof KubernetesResourcePool>;
export class Volume {
ResourcePool: VolumeRes... | /content/code_sandbox/app/kubernetes/models/volume/Volume.ts | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 89 |
```xml
import clsx from 'clsx';
import React, { ReactElement, ReactNode, useEffect, useState } from 'react';
import { usePopper } from 'react-popper';
import { EmojiPluginStore, EmojiPluginTheme, PopperOptions } from '../../index';
export interface PopoverProps {
store: EmojiPluginStore;
children: ReactNode;
pop... | /content/code_sandbox/packages/emoji/src/components/EmojiSuggestions/Popover.tsx | xml | 2016-02-26T09:54:56 | 2024-08-16T18:16:31 | draft-js-plugins | draft-js-plugins/draft-js-plugins | 4,087 | 278 |
```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.
-->
<androidx.coordinatorlayout.widget.CoordinatorLayout
xmlns:android="path_to_... | /content/code_sandbox/testing/java/com/google/android/material/testapp/res/layout/design_appbar_dodge_right.xml | xml | 2016-12-05T16:11:29 | 2024-08-16T17:51:42 | material-components-android | material-components/material-components-android | 16,176 | 337 |
```xml
<Page
x:Class="IntelligentKioskSample.Views.VisualAlert.VisualAlertBuilderPage"
xmlns="path_to_url"
xmlns:x="path_to_url"
xmlns:local="using:IntelligentKioskSample.Views.VisualAlert"
xmlns:ctl="using:IntelligentKioskSample.Controls"
xmlns:d="path_to_url"
xmlns:mc="path_to_url"
mc:... | /content/code_sandbox/Kiosk/Views/VisualAlert/VisualAlertBuilderPage.xaml | xml | 2016-06-09T17:19:24 | 2024-07-17T02:43:08 | Cognitive-Samples-IntelligentKiosk | microsoft/Cognitive-Samples-IntelligentKiosk | 1,049 | 1,727 |
```xml
import withProps from 'shared/utils/react/withProps';
import SimpleKeyValuesColumn from '../shared/SimpleKeyValuesColumn/SimpleKeyValuesColumn';
const MetricsColumn = withProps(SimpleKeyValuesColumn)({ type: 'metrics' });
export default MetricsColumn;
``` | /content/code_sandbox/webapp/client/src/features/experimentRuns/view/ExperimentRuns/Table/ColumnDefinitions/Metrics/MetricsColumn.tsx | xml | 2016-10-19T01:07:26 | 2024-08-14T03:53:55 | modeldb | VertaAI/modeldb | 1,689 | 56 |
```xml
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>Volo.Abp.Identity.AspNetCore.Tests</AssemblyName>
<PackageId>Volo.Abp.Identity.AspNetCore.Tests</PackageId>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeCo... | /content/code_sandbox/modules/identity/test/Volo.Abp.Identity.AspNetCore.Tests/Volo.Abp.Identity.AspNetCore.Tests.csproj | xml | 2016-12-03T22:56:24 | 2024-08-16T16:24:05 | abp | abpframework/abp | 12,657 | 265 |
```xml
/**
*/
import { ConfigAPI, types } from '@babel/core';
/** Prevent importing certain known imports in given environments. This is for sanity to ensure a module never accidentally gets imported unexpectedly. */
export declare function environmentRestrictedImportsPlugin(api: ConfigAPI & {
types: typeof types;... | /content/code_sandbox/packages/babel-preset-expo/build/environment-restricted-imports.d.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 64 |
```xml
import * as React from 'react';
import * as ReactDom from 'react-dom';
import {
IPropertyPaneField,
PropertyPaneFieldType
} from '@microsoft/sp-webpart-base';
import { IPropertyPaneLoggingFieldProps } from './IPropertyPaneLoggingFieldProps';
import PropertyPaneLoggingFieldHost, { IPropertyPaneLoggingFieldHos... | /content/code_sandbox/samples/react-search/src/webparts/searchSpfx/PropertyPaneControls/PropertyPaneLoggingField.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 555 |
```xml
export { default } from './TextField';
``` | /content/code_sandbox/packages/ui-components/src/components/TextField/index.ts | xml | 2016-04-15T16:21:12 | 2024-08-16T09:38:01 | verdaccio | verdaccio/verdaccio | 16,189 | 9 |
```xml
<resources>
<dimen name="fab_margin">16dp</dimen>
</resources>
``` | /content/code_sandbox/examples/demo-pure-native-android/app/src/main/res/values/dimens.xml | xml | 2016-06-15T11:58:01 | 2024-08-15T14:32:02 | Detox | wix/Detox | 11,111 | 22 |
```xml
// src/index.ts
let directions = [Directions.Up, Directions.Down, Directions.Left, Directions.Right];
``` | /content/code_sandbox/examples/declaration-files/08-declare-enum/src/index.ts | xml | 2016-05-11T03:02:41 | 2024-08-16T12:59:57 | typescript-tutorial | xcatliu/typescript-tutorial | 10,361 | 22 |
```xml
function foo () {
return class {
static foo = 1;
static {
const c = class {
static bar = 2;
static {
// do
}
}
}
}
}
``` | /content/code_sandbox/tests/format/typescript/static-blocks/nested.ts | xml | 2016-11-29T17:13:37 | 2024-08-16T17:29:57 | prettier | prettier/prettier | 48,913 | 48 |
```xml
export enum VerificationType {
MasterPassword = 0,
OTP = 1,
PIN = 2,
Biometrics = 3,
}
``` | /content/code_sandbox/libs/common/src/auth/enums/verification-type.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 33 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="window_background">#FF27292A</color>
<color name="blue">#FF35B5E5</color>
<color name="blue_... | /content/code_sandbox/app/src/main/res/values/colors.xml | xml | 2016-12-06T06:43:32 | 2024-07-11T05:40:17 | SopCastComponent | LaiFeng-Android/SopCastComponent | 2,478 | 225 |
```xml
/*
*
* This source code is licensed under the MIT license which is detailed in the LICENSE.txt file.
*/
import { performance } from "node:perf_hooks";
import { ArrayKeyTrie } from "./ArrayKeyTrie.js";
import { TripleKeyMap } from "./TripleKeyMap.js";
import { PairKeyMap } from "./PairKeyMap.js";
const NUMBE... | /content/code_sandbox/packages/extraterm-data-structures/src/SpeedTest.jest.ts | xml | 2016-03-04T12:39:59 | 2024-08-16T18:44:37 | extraterm | sedwards2009/extraterm | 2,501 | 541 |
```xml
<run>
<precisionModel type="FLOATING"/>
<resultMatcher>com.vividsolutions.jtstest.testrunner.BufferResultMatcher</resultMatcher>
<case>
<desc>
Bug report test case from Safe Software.
See path_to_url
</desc>
<a>
POLYGON ((99736.4572496327 -2239219.11305743, 99736.6573549178 -2239219.11305743, 99736.6... | /content/code_sandbox/modules/tests/src/test/resources/testxml/misc/TestBufferJagged.xml | xml | 2016-01-25T18:08:41 | 2024-08-15T17:34:53 | jts | locationtech/jts | 1,923 | 60,966 |
```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/rdl/dataset/distsql_rdl/create_broadcast_rules.xml | xml | 2016-01-18T12:49:26 | 2024-08-16T15:48:11 | shardingsphere | apache/shardingsphere | 19,707 | 105 |
```xml
/*
*
* This source code is licensed under the MIT license which is detailed in the LICENSE.txt file.
*/
import * as path from "node:path";
import { Logger, log, getLogger, objectName } from "extraterm-logging";
import { CDockAreaWidget, CDockManager, CDockWidget, CFloatingDockContainer, CFloatingDockContainer... | /content/code_sandbox/main/src/Window.ts | xml | 2016-03-04T12:39:59 | 2024-08-16T18:44:37 | extraterm | sedwards2009/extraterm | 2,501 | 11,696 |
```xml
import "reflect-metadata"
import { expect } from "chai"
import {
closeTestingConnections,
createTestingConnections,
} from "../../utils/test-utils"
import { DataSource } from "../../../src"
describe("query runner > drop column", () => {
let connections: DataSource[]
before(async () => {
... | /content/code_sandbox/test/functional/query-runner/drop-column.ts | xml | 2016-02-29T07:41:14 | 2024-08-16T18:28:52 | typeorm | typeorm/typeorm | 33,875 | 1,087 |
```xml
/* eslint-disable no-underscore-dangle, @typescript-eslint/naming-convention */
declare var STORYBOOK_ENV: 'web-components';
declare var __STORYBOOK_CUSTOM_ELEMENTS_MANIFEST__: any;
declare var __STORYBOOK_CUSTOM_ELEMENTS__: any;
declare var LOGLEVEL: 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'silent' | un... | /content/code_sandbox/code/renderers/web-components/src/typings.d.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 83 |
```xml
import React from 'react';
import { format } from 'date-fns';
import { testStandardProps, testControlledUnControlled, testFormControl } from '@test/utils';
import { render, screen, fireEvent } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { mockClipboardEvent } from '... | /content/code_sandbox/src/DateRangeInput/test/DateRangeInputSpec.tsx | xml | 2016-06-06T02:27:46 | 2024-08-16T16:41:54 | rsuite | rsuite/rsuite | 8,263 | 4,970 |
```xml
<menu xmlns:android="path_to_url"
xmlns:app="path_to_url">
<item
android:id="@+id/action_recycler_view"
android:title="RecyclerView"
app:showAsAction="never" />
<item
android:id="@+id/action_list_view"
android:title="ListView"
app:showAsAction="never"... | /content/code_sandbox/demo/src/main/res/menu/menu_main.xml | xml | 2016-04-12T19:28:34 | 2024-08-16T01:28:49 | SwipeRevealLayout | chthai64/SwipeRevealLayout | 1,567 | 114 |
```xml
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const CaretTopRightSolid8Icon = createSvgIcon({
svg: ({ classes }) => (
<svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false">
<path d="M64 0h1984v1984L64 0z" />
</svg>
),
... | /content/code_sandbox/packages/react-icons-mdl2/src/components/CaretTopRightSolid8Icon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 123 |
```xml
import React, { ReactElement } from 'react';
import Link from 'next/link';
import styles from './Menu.module.css';
const links: [string, string][][] = [
[
['/plugin/mention', 'Mention'],
['/plugin/emoji', 'Emoji'],
['/plugin/image', 'Image'],
['/plugin/video', 'Video'],
],
[
['/plugin/... | /content/code_sandbox/packages/docs/components/Menu/Menu.tsx | xml | 2016-02-26T09:54:56 | 2024-08-16T18:16:31 | draft-js-plugins | draft-js-plugins/draft-js-plugins | 4,087 | 483 |
```xml
/**
* When a notification is received while the app is backgrounded, using this function you can set a callback that will be run in response to that notification.
* Under the hood, this function is run using `expo-task-manager`. You **must** define the task first, with [`TaskManager.defineTask`](./task-manager... | /content/code_sandbox/packages/expo-notifications/build/registerTaskAsync.d.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 351 |
```xml
// path_to_url
import { InitializableXmlComponent, XmlComponent } from "@file/xml-components";
import { Paragraph } from "../paragraph";
import { Table } from "../table";
import { FooterAttributes } from "./footer-attributes";
export class Footer extends InitializableXmlComponent {
private readonly refId: n... | /content/code_sandbox/src/file/footer/footer.ts | xml | 2016-03-26T23:43:56 | 2024-08-16T13:02:47 | docx | dolanmiu/docx | 4,139 | 316 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>APTSourceManagerPage</class>
<widget class="QWidget" name="APTSourceManagerPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>836</width>
<height>582</height>
</rect>
</property>
<property name="windowTi... | /content/code_sandbox/stacer/Pages/AptSourceManager/apt_source_manager_page.ui | xml | 2016-11-06T09:48:44 | 2024-08-16T05:48:30 | Stacer | oguzhaninan/Stacer | 8,831 | 3,149 |
```xml
// copied from path_to_url
import { Kind } from '../../graphql';
import GraphQLDate from '../date';
describe('GraphQLDate', () => {
describe('serialize', () => {
it('pass Date object', () => {
expect(GraphQLDate.serialize(new Date(Date.UTC(2017, 10, 19)))).toBe(
'2017-11-19T00:00:00.000Z'
... | /content/code_sandbox/src/type/__tests__/date-test.ts | xml | 2016-06-07T07:43:40 | 2024-07-30T19:45:36 | graphql-compose | graphql-compose/graphql-compose | 1,205 | 666 |
```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 { Iterator as Iter, IterableIterator } ... | /content/code_sandbox/lib/node_modules/@stdlib/math/iter/special/cbrt/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 275 |
```xml
<clickhouse>
<profiles>
<default>
</default>
</profiles>
<users>
<kuser>
<kerberos>
<realm>TEST.CLICKHOUSE.TECH</realm>
</kerberos>
<access_management>1</access_management>
<networks replace="replace">
... | /content/code_sandbox/tests/integration/test_kerberos_auth/configs/users.xml | xml | 2016-06-02T08:28:18 | 2024-08-16T18:39:33 | ClickHouse | ClickHouse/ClickHouse | 36,234 | 114 |
```xml
/*
* LiskHQ/lisk-commander
*
* See the LICENSE file at the top-level directory of this distribution
* for licensing information.
*
* Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation,
* no part of this software, including this file, may be copied, modified,
* propagated, or... | /content/code_sandbox/commander/test/helpers/application.ts | xml | 2016-02-01T21:45:35 | 2024-08-15T19:16:48 | lisk-sdk | LiskArchive/lisk-sdk | 2,721 | 141 |
```xml
import * as Joi from 'joi';
import * as jf from 'joiful';
export class RollingAverageOptions {
@(jf.number().integer().min(1).required())
window: number;
}
export class DebounceOptions {
@(jf.number().min(0).optional())
wait?: number;
@(jf.number().min(0).optional())
maxWait?: number;
@(jf.boolean... | /content/code_sandbox/src/entities/entities.config.ts | xml | 2016-08-18T18:50:21 | 2024-08-12T16:12:05 | room-assistant | mKeRix/room-assistant | 1,255 | 255 |
```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/app/client/src/ui/editor/emulator/parts/chat/chat.spec.tsx | xml | 2016-11-11T23:15:09 | 2024-08-16T12:45:29 | BotFramework-Emulator | microsoft/BotFramework-Emulator | 1,803 | 2,512 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "path_to_url">
<mapper namespace="org.dromara.maxkey.persistence.mapper.RegisterMapper">
<select id="findByEmail" parameterType="string" resultType="Register">
select
*
from
mxk_register
where
... | /content/code_sandbox/maxkey-persistence/src/main/resources/org/dromara/maxkey/persistence/mapper/xml/mysql/RegisterMapper.xml | xml | 2016-11-16T03:06:50 | 2024-08-16T09:22:42 | MaxKey | dromara/MaxKey | 1,423 | 104 |
```xml
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <Cocoa/Cocoa.h>
#include <stddef.h>
#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/font.h"
TEST(PlatformFontMacTest, DeriveFont) {
// Use a base font tha... | /content/code_sandbox/orig_chrome/ui/gfx/platform_font_mac_unittest.mm | xml | 2016-09-27T03:41:10 | 2024-08-16T10:42:57 | miniblink49 | weolar/miniblink49 | 7,069 | 1,036 |
```xml
<resources>
<string name="app_name">AsyncTask</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
</resources>
``` | /content/code_sandbox/Android/AsyncTask/app/src/main/res/values/strings.xml | xml | 2016-05-02T05:43:21 | 2024-08-16T06:51:39 | journaldev | WebJournal/journaldev | 1,314 | 45 |
```xml
import * as React from 'react';
import { Legends, ILegend, DataVizPalette, getColorFromToken } from '@fluentui/react-charting';
import { Toggle } from '@fluentui/react';
import { useBoolean } from '@fluentui/react-hooks';
const legends: ILegend[] = [
{
title: 'Legend 1',
color: getColorFromToken(DataV... | /content/code_sandbox/packages/react-examples/src/react-charting/Legends/Legends.OnChange.Example.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 361 |
```xml
import * as Enzyme from "enzyme";
import * as Adapter from "enzyme-adapter-react-16";
import * as JQuery from "jquery";
Enzyme.configure({
adapter: new Adapter(),
});
(window as any).$ = JQuery;
const __IS_DEBUG__ = false;
``` | /content/code_sandbox/src/test-setup.ts | xml | 2016-01-21T17:02:22 | 2024-08-12T19:21:02 | datacamp-light | datacamp/datacamp-light | 1,304 | 60 |
```xml
import * as React from 'react';
import { IMicroFeedbackStyles, VoteType, MicroFeedback } from '@fluentui/react-experiments';
export class MicroFeedbackExample extends React.Component<{}, {}> {
public render(): JSX.Element {
const sendFeedbackCallback = (vote: VoteType) => {
// can be sent to a backe... | /content/code_sandbox/packages/react-examples/src/react-experiments/MicroFeedback/MicroFeedback.Example.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 188 |
```xml
import * as React from 'react';
import { ReactNode, useEffect, useState } from 'react';
import {
EditBase,
InferredElement,
useResourceContext,
useEditContext,
getElementsFromRecords,
RaRecord,
} from 'ra-core';
import { capitalize, singularize } from 'inflection';
import { EditProps } f... | /content/code_sandbox/packages/ra-ui-materialui/src/detail/EditGuesser.tsx | xml | 2016-07-13T07:58:54 | 2024-08-16T18:32:27 | react-admin | marmelab/react-admin | 24,624 | 661 |
```xml
export { checkHardwareForAssistant } from './checkHardwareForAssistant';
export * from './types';
``` | /content/code_sandbox/packages/shared/lib/assistant/index.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 21 |
```xml
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccen... | /content/code_sandbox/app/src/main/res/values/styles.xml | xml | 2016-08-08T13:25:41 | 2024-08-15T07:21:04 | H-Viewer | PureDark/H-Viewer | 1,738 | 931 |
```xml
/* eslint-disable */
import { TypedDocumentNode as DocumentNode } from "@graphql-typed-document-node/core";
export type Maybe<T> = T | null;
export type InputMaybe<T> = Maybe<T>;
export type Exact<T extends { [key: string]: unknown }> = {
[K in keyof T]: T[K];
};
export type MakeOptional<T, K extends keyof T> ... | /content/code_sandbox/examples/with-grafbase/gql/graphql.ts | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 2,909 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="path_to_url">
<solid android:color="@color/highlightBlack"/>
<stroke android:width="1dp" android:color="@android:color/background_light" />
<corners android:radius="5dp"/>
<padding android:left="0dp" android:top="0dp" android:right="0dp... | /content/code_sandbox/app/src/main/res/drawable/rounded_view.xml | xml | 2016-02-01T23:48:36 | 2024-08-15T03:35:42 | TagMo | HiddenRamblings/TagMo | 2,976 | 102 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"path_to_url" [
<!ENTITY legal SYSTEM "legal.xml">
]>
<!--<?yelp:chunk-depth 4?>
-->
<!--
(Do not remove this comment block.)
Version: 3.0
Last modified: Sep 8, 2010
Maintainers:
Mich... | /content/code_sandbox/help/lt/software-center.xml | xml | 2016-08-08T17:54:58 | 2024-08-06T13:58:47 | x-mario-center | fossasia/x-mario-center | 1,487 | 2,931 |
```xml
<run>
<case>
<desc>mLmA - A and B complex, disjoint</desc>
<a>
MULTIPOLYGON(
(
(60 320, 60 80, 300 80, 60 320),
(80 280, 80 100, 260 100, 80 280)),
(
(120 160, 140 160, 140 140, 120 160)))
</a>
<b>
MULTILINESTRING(
(100 240, 100 180, 160 180, 160 120, ... | /content/code_sandbox/modules/tests/src/test/resources/testxml/general/TestOverlayLA.xml | xml | 2016-01-25T18:08:41 | 2024-08-15T17:34:53 | jts | locationtech/jts | 1,923 | 4,329 |
```xml
import { describe, it, expect } from 'vitest';
import { validateConfig } from '../../../../src/util/validate-config';
describe('validateConfig', () => {
it('should not error with empty config', async () => {
const config = {};
const error = validateConfig(config);
expect(error).toBeNull();
});
... | /content/code_sandbox/packages/cli/test/unit/util/dev/validate.test.ts | xml | 2016-09-09T01:12:08 | 2024-08-16T17:39:45 | vercel | vercel/vercel | 12,545 | 2,768 |
```xml
import { createHooks } from '@proton/redux-utilities';
import { organizationKeyThunk, selectOrganizationKey } from './index';
const hooks = createHooks(organizationKeyThunk, selectOrganizationKey);
export const useOrganizationKey = hooks.useValue;
export const useGetOrganizationKey = hooks.useGet;
``` | /content/code_sandbox/packages/account/organizationKey/hooks.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 64 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Dynamic_Spectre|ARM">
<Configuration>Dynamic_Spectre</Configuration>
<Platform>ARM</Platform>
</ProjectCon... | /content/code_sandbox/src/14.14.26428/Build/ltlbuild/ltlbuild.vcxproj | xml | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 21,819 |
```xml
/// <reference path="../localtypings/pxtarget.d.ts"/>
/// <reference path="../localtypings/pxtpackage.d.ts"/>
namespace ts.pxtc {
export const assert = Util.assert;
export const oops = Util.oops;
export import U = pxtc.Util;
export const ON_START_TYPE = "pxt-on-start";
export const ON_START... | /content/code_sandbox/pxtlib/service.ts | xml | 2016-01-24T19:35:52 | 2024-08-16T16:39:39 | pxt | microsoft/pxt | 2,069 | 14,305 |
```xml
import {BodyParams} from "@tsed/platform-params";
import {Get} from "@tsed/schema";
import {Controller} from "@tsed/di";
import {UseJoiSchema} from "../decorators/UseJoiSchema";
import {joiPersonModel, PersonModel} from "../models/PersonModel";
@Controller("/persons")
export class PersonsController {
@Get(":i... | /content/code_sandbox/docs/docs/snippets/validation/joi-pipe-usage.ts | xml | 2016-02-21T18:38:47 | 2024-08-14T21:19:48 | tsed | tsedio/tsed | 2,817 | 121 |
```xml
import React from 'react';
import PropTypes from 'prop-types';
import { useClassNames } from '@/internals/hooks';
import { WithAsProps, RsRefForwardingComponent } from '@/internals/types';
export interface MarkProps extends WithAsProps {
mark: number;
last?: boolean;
renderMark?: (mark: number) => React.R... | /content/code_sandbox/src/Slider/Mark.tsx | xml | 2016-06-06T02:27:46 | 2024-08-16T16:41:54 | rsuite | rsuite/rsuite | 8,263 | 279 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage xmlns="path_to_url" xmlns:x="path_to_url" x:Class="Xamarin.Forms.Xaml.UnitTests.Gh5378_2">
<Button Clicked="{Binding FooBar}" />
</ContentPage>
``` | /content/code_sandbox/Xamarin.Forms.Xaml.UnitTests/Issues/Gh5378_2.xaml | xml | 2016-03-18T15:52:03 | 2024-08-16T16:25:43 | Xamarin.Forms | xamarin/Xamarin.Forms | 5,637 | 63 |
```xml
/**
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export function ScissorsIcon() {
return (
<svg width="16" height="16" viewBox="0 0 64 64" fill="none" xmlns="path_to_url">
<path d="M47 9L25 44" stroke="currentCol... | /content/code_sandbox/addons/isl/src/icons/ScissorsIcon.tsx | xml | 2016-05-05T16:53:47 | 2024-08-16T19:12:02 | sapling | facebook/sapling | 5,987 | 299 |
```xml
// Utilities
import { computed, nextTick, ref, watch } from 'vue'
import { makeLineProps } from './util/line'
import { genPath as _genPath } from './util/path'
import { genericComponent, getPropertyFromItem, getUid, propsFactory, useRender } from '@/util'
// Types
export type VTrendlineSlots = {
default: void... | /content/code_sandbox/packages/vuetify/src/components/VSparkline/VTrendline.tsx | xml | 2016-09-12T00:39:35 | 2024-08-16T20:06:39 | vuetify | vuetifyjs/vuetify | 39,539 | 1,575 |
```xml
import { Emitter, Disposable } from 'event-kit'
export abstract class BaseStore {
protected readonly emitter = new Emitter()
protected emitUpdate() {
this.emitter.emit('did-update', {})
}
protected emitError(error: Error) {
this.emitter.emit('did-error', error)
}
/** Register a function t... | /content/code_sandbox/app/src/lib/stores/base-store.ts | xml | 2016-05-11T15:59:00 | 2024-08-16T17:00:41 | desktop | desktop/desktop | 19,544 | 395 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="path_to_url"
xmlns:xsi="path_to_url"
xmlns:p="path_to_url"
xmlns:context="path_to_url"
xmlns:mvc="path_to_url"
xmlns:aop="path_to_url"
xmlns:task="path_to_url"
xsi:schemaLocation="path_to_url
path_to_url
... | /content/code_sandbox/src/main/webapp/WEB-INF/dispatcher-servlet.xml | xml | 2016-03-06T11:54:46 | 2024-08-01T03:54:04 | funiture | kanwangzjm/funiture | 1,878 | 507 |
```xml
import React, { useState } from "react";
import { Button } from "antd";
import { trackNewRuleButtonClicked } from "modules/analytics/events/common/rules";
import { MdAdd } from "@react-icons/all-files/md/MdAdd";
import { RuleSelectionListDrawer } from "../../../../../rules/screens/rulesList/components/RulesList/... | /content/code_sandbox/app/src/features/incentivization/components/IncentiveTasksList/components/NewRuleButton/NewRuleButton.tsx | xml | 2016-12-01T04:36:06 | 2024-08-16T19:12:19 | requestly | requestly/requestly | 2,121 | 316 |
```xml
<mujoco model="walker2d">
<compiler angle="degree" coordinate="global" inertiafromgeom="true"/>
<default>
<joint armature="0.01" damping=".1" limited="true"/>
<geom conaffinity="0" condim="3" contype="1" density="1000" friction=".7 .1 .1" rgba="0.8 0.6 .4 1"/>
</default>
<option integrator="RK4" ... | /content/code_sandbox/gym/envs/mujoco/assets/walker2d.xml | xml | 2016-04-27T14:59:16 | 2024-08-16T12:28:07 | gym | openai/gym | 34,371 | 1,642 |
```xml
/*
* one or more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
*/
import {useStartProcessParams} from 'modules/routing';
import {useExternalForm} from 'modules/queries/useExternalForm';
import {useLayoutEffect, useSt... | /content/code_sandbox/tasklist/client/src/StartProcessFromForm/index.tsx | xml | 2016-03-20T03:38:04 | 2024-08-16T19:59:58 | camunda | camunda/camunda | 3,172 | 1,068 |
```xml
const internalMapSymbol = Symbol('#internalMap');
export class ImmutableMap<Key, Value> implements Iterable<[Key, Value]> {
public static empty: ImmutableMap<never, never> = new ImmutableMap(new Map<never, never>());
public readonly size: number;
private [internalMapSymbol]: Map<Key, Value>;
public st... | /content/code_sandbox/packages/react-components/react-tree/library/src/utils/ImmutableMap.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 909 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.