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" ?>
<schemaMeta xmlns:xsi="path_to_url" xsi:noNamespaceSchemaLocation="path_to_url" >
<tables>
<table name="ACCOUNT">
<column name="accountId" comments="isOK"/>
</table>
</tables>
</schemaMeta>
``` | /content/code_sandbox/src/test/resources/model/xml/commentsInColumn.xml | xml | 2016-07-25T05:30:58 | 2024-08-16T18:45:23 | schemaspy | schemaspy/schemaspy | 3,128 | 73 |
```xml
import { normalizeURI } from "../uri";
describe("Unix URIs", () => {
// this is the format that `glob` returns on unix
const uriToMatchForUnix = "/test/myFile.js";
// single forward slash (unix)
it("handles /Users/me URIs", () => {
const uri = "/test/myFile.js";
const parsed = normalizeURI(uri)... | /content/code_sandbox/packages/apollo-language-server/src/utilities/__tests__/uri.ts | xml | 2016-08-12T15:28:09 | 2024-08-03T08:25:34 | apollo-tooling | apollographql/apollo-tooling | 3,040 | 443 |
```xml
/**
* @license
*
* 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.
*/
/**
* @file
* Provides a simple way to request a file on the backend with priority integration.
*/
import type { Ch... | /content/code_sandbox/src/chunk_manager/generic_file_source.ts | xml | 2016-05-27T02:37:25 | 2024-08-16T07:24:25 | neuroglancer | google/neuroglancer | 1,045 | 2,169 |
```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 { TestBed } from "@angular/core/testing";
import type { MiscAPIsService } from "../misc-apis.service";... | /content/code_sandbox/experimental/traffic-portal/src/app/api/testing/misc-apis.service.spec.ts | xml | 2016-09-02T07:00:06 | 2024-08-16T03:50:21 | trafficcontrol | apache/trafficcontrol | 1,043 | 346 |
```xml
export { VSparkline } from './VSparkline'
``` | /content/code_sandbox/packages/vuetify/src/components/VSparkline/index.ts | xml | 2016-09-12T00:39:35 | 2024-08-16T20:06:39 | vuetify | vuetifyjs/vuetify | 39,539 | 13 |
```xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="T... | /content/code_sandbox/PYPhotosViewExample/PYPhotosViewExample/Base.lproj/Main.storyboard | xml | 2016-06-02T11:16:57 | 2024-08-09T09:11:53 | PYPhotoBrowser | ko1o/PYPhotoBrowser | 2,012 | 628 |
```xml
// sys
import fs from 'fs';
// libs
import vscode, { Disposable } from 'vscode';
// self
import { vsHelp } from '../utils/vsHelp';
import { ENCODING, TOUCH_FILE_PATH } from '../constants';
import { CssGenerator, TCssGeneratorOptions } from './CssGenerator';
import { utils } from '../utils';
import { CssFile, E... | /content/code_sandbox/src/background/Background.ts | xml | 2016-05-15T09:50:55 | 2024-08-16T02:15:39 | vscode-background | shalldie/vscode-background | 1,281 | 1,010 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
... | /content/code_sandbox/Chapter 9 Texturing/TexColumns/TexColumns.vcxproj | xml | 2016-03-25T04:33:36 | 2024-08-16T10:32:50 | d3d12book | d3dcoder/d3d12book | 1,487 | 1,975 |
```xml
import { isUserStoryExpert } from "coral-server/models/story";
import {
IntermediateModerationPhase,
IntermediatePhaseResult,
} from "coral-server/services/comments/pipeline";
import {
GQLSTORY_MODE,
GQLTAG,
} from "coral-server/graph/schema/__generated__/types";
export const tagUnansweredQuestions: In... | /content/code_sandbox/server/src/core/server/services/comments/pipeline/phases/tagUnansweredQuestions.ts | xml | 2016-10-31T16:14:05 | 2024-08-06T16:15:57 | talk | coralproject/talk | 1,881 | 218 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="taskAssigneeExample"
xmlns="path_to_url"
xmlns:flowable="path_to_url"
targetNamespace="Examples">
<process id="candidatesExpression">
<startEvent id="theStart" />
<sequenceFlow id="flow1" sourceRef="theStart" targetRef="theTask" ... | /content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/usertask/TaskAssignmentExtensionsTest.testCandidatesWithCommaSeparatedStringExpression.bpmn20.xml | xml | 2016-10-13T07:21:43 | 2024-08-16T15:23:14 | flowable-engine | flowable/flowable-engine | 7,715 | 176 |
```xml
import { useEffect, useState } from "react";
import { RequestStatus } from "../types";
import { fetchJsonDocAsync } from "../services/backendRequests";
export function useJsonDocRequest<T>(
url: string,
setStatus: (status: RequestStatus) => void,
setJson: (data: T) => void
) {
const [fetching, s... | /content/code_sandbox/teachertool/src/hooks/useJsonDocRequest.ts | xml | 2016-01-24T19:35:52 | 2024-08-16T16:39:39 | pxt | microsoft/pxt | 2,069 | 182 |
```xml
import React from 'react';
import { useSelector } from 'react-redux';
import CopyToClipboard from 'react-copy-to-clipboard';
import { css } from 'linaria';
import { isMobile } from '@fiora/utils/ua';
import { State } from '../../state/reducer';
import useIsLogin from '../../hooks/useIsLogin';
import useAction f... | /content/code_sandbox/packages/web/src/modules/Chat/HeaderBar.tsx | xml | 2016-02-15T14:47:58 | 2024-08-14T13:07:55 | fiora | yinxin630/fiora | 6,485 | 778 |
```xml
import type {
BaseOption,
FlexibleOptionGroup,
FullOption,
FullOptionList,
GetOptionIdentifierType,
Option,
OptionGroup,
OptionList,
} from '../types/index.noReact';
import { isPojo } from './misc';
import { uniqByIdentifier } from './uniq';
/**
* Determines if an {@link OptionList} is an {@lin... | /content/code_sandbox/packages/react-querybuilder/src/utils/optGroupUtils.ts | xml | 2016-06-17T22:03:19 | 2024-08-16T10:28:42 | react-querybuilder | react-querybuilder/react-querybuilder | 1,131 | 811 |
```xml
export const ErrorMessageMap: { [key: string]: Message } = {
MsgWorkflowErrorBadPipelineName: {
title: 'workflow_error_bad_pipeline_name_title',
link: 'path_to_url
},
MsgWorkflowErrorBadApplicationName: {
title: 'workflow_error_bad_application_name_title',
link: 'path_... | /content/code_sandbox/ui/src/app/views/workflow/run/errors.ts | xml | 2016-10-11T08:28:23 | 2024-08-16T01:55:31 | cds | ovh/cds | 4,535 | 327 |
```xml
import type { Metadata } from "next";
import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Next.js on GitHub Pages",
description: "A Next.js web application on GitHub Pages",
};
export default function RootLayout({
children,
}... | /content/code_sandbox/examples/github-pages/app/layout.tsx | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 110 |
```xml
import fs from 'fs';
import qr from 'qr-image';
import { MainIpcChannel } from './lib/MainIpcChannel';
import { GENERATE_QRCODE_CHANNEL } from '../../common/ipc/api';
import type {
GenerateQRCodeRendererRequest,
GenerateQRCodeMainResponse,
} from '../../common/ipc/api';
export const saveQRCodeImageChannel: ... | /content/code_sandbox/source/main/ipc/saveQRCodeImageChannel.ts | xml | 2016-10-05T13:48:54 | 2024-08-13T22:03:19 | daedalus | input-output-hk/daedalus | 1,230 | 263 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<doctrine-mapping xmlns:xsi="path_to_url"
xmlns="path_to_url"
xsi:schemaLocation="path_to_url
path_to_url">
<entity name="CodelyTv\Mooc\Steps\Domain\Exercise\ExerciseStep" table="steps_exercise">
<em... | /content/code_sandbox/src/Mooc/Steps/Infrastructure/Persistence/Doctrine/Exercise.ExerciseStep.orm.xml | xml | 2016-11-17T12:56:16 | 2024-08-14T20:32:22 | php-ddd-example | CodelyTV/php-ddd-example | 2,948 | 118 |
```xml
import { useEffect, useMemo } from 'storybook/internal/preview-api';
import type {
Renderer,
StoryContext,
PartialStoryFn as StoryFunction,
} from 'storybook/internal/types';
import { PARAM_KEY } from './constants';
import { addOutlineStyles, clearStyles } from './helpers';
import outlineCSS from './outli... | /content/code_sandbox/code/addons/outline/src/withOutline.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 253 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="nl_NL">
<context>
<name>AbstractInfoBuilder</name>
<message>
<location filename="src/common/abstractinfobuilder.cpp" line="84"/>
<source> MHz</source>
<translation type="unfinished"> MHz</translation>... | /content/code_sandbox/littlenavmap_nl.ts | xml | 2016-07-04T21:23:50 | 2024-08-15T19:24:57 | littlenavmap | albar965/littlenavmap | 1,257 | 419,676 |
```xml
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { UpdateCompanyComponent } from './update-company.component';
describe('UpdateCompanyComponent', () => {
let component: UpdateCompanyComponent;
let fixture: ComponentFixture<UpdateCompanyComponent>;
beforeEach(async () => {
aw... | /content/code_sandbox/courses/cloud-spanner/omegatrade/frontend/src/app/components/company/update-company/update-company.component.spec.ts | xml | 2016-04-17T21:39:27 | 2024-08-16T17:22:27 | training-data-analyst | GoogleCloudPlatform/training-data-analyst | 7,726 | 124 |
```xml
/*
* one or more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
*/
import {Route} from '@playwright/test';
import {DecisionInstanceDto} from 'modules/api/decisionInstances/fetchDecisionInstance';
import {DrdDataDto} f... | /content/code_sandbox/operate/client/e2e-playwright/mocks/decisionInstance.mocks.ts | xml | 2016-03-20T03:38:04 | 2024-08-16T19:59:58 | camunda | camunda/camunda | 3,172 | 1,442 |
```xml
/** @jsx jsx */
import { Editor } from 'slate'
import { jsx } from '../../..'
export const input = (
<editor>
<block>one</block>
<block>two</block>
</editor>
)
export const test = editor => {
return Editor.before(editor, [1, 0])
}
export const output = { path: [0, 0], offset: 3 }
``` | /content/code_sandbox/packages/slate/test/interfaces/Editor/before/path.tsx | xml | 2016-06-18T01:52:42 | 2024-08-16T18:43:42 | slate | ianstormtaylor/slate | 29,492 | 91 |
```xml
import { AfterViewInit, Component, OnDestroy } from '@angular/core';
import { NbThemeService } from '@nebular/theme';
@Component({
selector: 'ngx-echarts-line',
template: `
<div echarts [options]="options" class="echart"></div>
`,
})
export class EchartsLineComponent implements AfterViewInit, OnDestro... | /content/code_sandbox/src/app/pages/charts/echarts/echarts-line.component.ts | xml | 2016-05-25T10:09:03 | 2024-08-16T16:34:03 | ngx-admin | akveo/ngx-admin | 25,169 | 650 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="path_to_url">
<ItemGroup>
<Filter Include="">
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
</Filter>
<Filter Includ... | /content/code_sandbox/src/14.10.25017/Build/ltlbuild/ltlbuild.vcxproj.filters | xml | 2016-06-14T03:01:16 | 2024-08-12T19:23:19 | VC-LTL | Chuyu-Team/VC-LTL | 1,052 | 3,004 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<animated-selector xmlns:android="path_to_url">
<item
android:id="@+id/checked"
android:drawable="@drawable/vd_checkable_radiobutton_checked"
android:state_checked="true"/>
<item
android:id="@+id/unchecked"
android:drawable="@drawable/vd_checkable_... | /content/code_sandbox/app/src/main/res/drawable/asl_checkable_radiobutton.xml | xml | 2016-11-04T14:23:35 | 2024-08-12T07:50:44 | adp-delightful-details | alexjlockwood/adp-delightful-details | 1,070 | 177 |
```xml
import * as React from 'react'
import { IMenu, ISubmenuItem } from '../../models/app-menu'
import { MenuListItem } from './menu-list-item'
import { AppMenu, CloseSource } from './app-menu'
import { ToolbarDropdown } from '../toolbar'
import { Dispatcher } from '../dispatcher'
interface IAppMenuBarButtonProps {
... | /content/code_sandbox/app/src/ui/app-menu/app-menu-bar-button.tsx | xml | 2016-05-11T15:59:00 | 2024-08-16T17:00:41 | desktop | desktop/desktop | 19,544 | 2,210 |
```xml
<dict>
<key>LayoutID</key>
<integer>23</integer>
<key>PathMapRef</key>
<array>
<dict>
<key>CodecID</key>
<array>
<integer>283902569</integer>
</array>
<key>Headphone</key>
<dict>
<key>AmpPreDelay</key>
<integer>50</integer>
<key>DefaultVolume</key>
<integer>4292870144</in... | /content/code_sandbox/Resources/ALC269/layout23.xml | xml | 2016-03-07T20:45:58 | 2024-08-14T08:57:03 | AppleALC | acidanthera/AppleALC | 3,420 | 18,894 |
```xml
import * as React from 'react';
import {
TagPicker,
TagPickerList,
TagPickerInput,
TagPickerControl,
TagPickerProps,
TagPickerOption,
TagPickerGroup,
} from '@fluentui/react-components';
import { Tag, Avatar, makeStyles, mergeClasses, Field } from '@fluentui/react-components';
type Option = { valu... | /content/code_sandbox/packages/react-components/react-tag-picker/stories/src/TagPicker/TagPickerTruncatedText.stories.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 898 |
```xml
import axios, { parseAxiosError } from '@/portainer/services/axios';
import { EnvironmentId } from '@/react/portainer/environments/types';
import { buildUrl } from './build-url';
import { Webhook } from './types';
export async function getWebhooks(
environmentId: EnvironmentId,
serviceId: string
) {
try ... | /content/code_sandbox/app/react/docker/services/webhooks/getWebhooks.ts | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 146 |
```xml
import Spinner from "@erxes/ui/src/components/Spinner";
import React from "react";
import { useQuery, gql } from "@apollo/client";
import Detail from "../components/Detail";
import queries from "../graphql/queries";
import {
AccountDetailQueryResponse,
AccountBalanceQueryResponse,
} from "../../../types/IGo... | /content/code_sandbox/packages/plugin-golomtbank-ui/src/corporateGateway/accounts/containers/Detail.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 310 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="2Vw-HH-TAz">
<de... | /content/code_sandbox/FOSSAsia/Base.lproj/Favorites.storyboard | xml | 2016-02-02T06:38:44 | 2024-08-06T13:59:28 | open-event-attendee-ios | fossasia/open-event-attendee-ios | 1,570 | 3,305 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="remarkable">
<schema id="net.launchpad.remarkable" path="/net/launchpad/remarkable/">
<key name="example" type="s">
<default>''</default>
<summary>Sample setting</summary>
<description>Longer description of this sample set... | /content/code_sandbox/data/glib-2.0/schemas/net.launchpad.remarkable.gschema.xml | xml | 2016-06-11T20:27:09 | 2024-08-16T11:43:15 | Remarkable | jamiemcg/Remarkable | 1,961 | 112 |
```xml
import fs from 'fs';
import path from 'path';
import { sync } from 'mkdirp';
import { paramCase } from 'change-case';
import chalk from 'chalk';
import signale from 'signale';
import { component, style, test } from './templates';
export interface ITemplateConfig {
compName: string;
}
const write = (dir: stri... | /content/code_sandbox/packages/zarm-cli/src/template.ts | xml | 2016-07-13T11:45:37 | 2024-08-12T19:23:48 | zarm | ZhongAnTech/zarm | 1,707 | 381 |
```xml
import { c, msgid } from 'ttag';
import { ReloadSpinner } from '@proton/components';
import { VIEW_MODE } from '@proton/shared/lib/mail/mailSettings';
import clsx from '@proton/utils/clsx';
import { getNUnreadConversationsText, getNUnreadMessagesText } from 'proton-mail/helpers/text';
import useMailModel from ... | /content/code_sandbox/applications/mail/src/app/components/sidebar/LocationAside.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 659 |
```xml
// See LICENSE in the project root for license information.
export class BusinessLogic {
public static async doTheWorkAsync(force: boolean, protocol: string): Promise<void> {
console.log(`Received parameters: force=${force}, protocol="${protocol}"`);
console.log(`Business logic did the work.`);
}
... | /content/code_sandbox/build-tests/ts-command-line-test/src/BusinessLogic.ts | xml | 2016-09-30T00:28:20 | 2024-08-16T18:54:35 | rushstack | microsoft/rushstack | 5,790 | 93 |
```xml
// Use of this source code is governed by the license that can be found in the
// LICENSE file.
#include "nativeui/window.h"
#import <Cocoa/Cocoa.h>
#include "base/mac/mac_util.h"
#include "base/strings/sys_string_conversions.h"
#include "nativeui/gfx/mac/coordinate_conversion.h"
#include "nativeui/mac/nu_pri... | /content/code_sandbox/nativeui/mac/window_mac.mm | xml | 2016-08-07T07:53:56 | 2024-08-16T06:07:30 | yue | yue/yue | 3,415 | 2,696 |
```xml
import { NavCategory } from '@fluentui/react-nav-preview';
import descriptionMd from './NavCategoryDescription.md';
import bestPracticesMd from './NavCategoryBestPractices.md';
// export { Default } from './NavCategoryDefault.stories';
export default {
title: 'Preview Components/NavCategory',
component: N... | /content/code_sandbox/packages/react-components/react-nav-preview/stories/src/NavCategory/index.stories.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 106 |
```xml
Version 2.0, January 2004
path_to_url
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definitio... | /content/code_sandbox/application/src/main/data/lwm2m-registry/3365.xml | xml | 2016-12-01T09:33:30 | 2024-08-16T19:58:25 | thingsboard | thingsboard/thingsboard | 16,820 | 1,079 |
```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/visualvm/heapdump/build.xml | xml | 2016-09-12T14:44:30 | 2024-08-16T14:41:50 | visualvm | oracle/visualvm | 2,821 | 128 |
```xml
import * as React from 'react';
import { render, screen, fireEvent, waitFor } from '@testing-library/react';
import { Routes, Route } from 'react-router-dom';
import expect from 'expect';
import { CoreAdminContext } from '../core/CoreAdminContext';
import useLogin from './useLogin';
import { TestMemoryRouter }... | /content/code_sandbox/packages/ra-core/src/auth/useLogin.spec.tsx | xml | 2016-07-13T07:58:54 | 2024-08-16T18:32:27 | react-admin | marmelab/react-admin | 24,624 | 806 |
```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
/**
* Tests for native `Buffer` support.
*
* @returns boolean indicating if an environ... | /content/code_sandbox/lib/node_modules/@stdlib/assert/has-node-buffer-support/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 125 |
```xml
<test>
<query>select sipHash64(number) from numbers(1e7) group by number format Null</query>
<query>select * from (select * from numbers(1e7) group by number) group by number format Null</query>
<query>select * from (select * from numbers(1e7) group by number) order by number format Null</query>
<query>... | /content/code_sandbox/tests/performance/queries_over_aggregation.xml | xml | 2016-06-02T08:28:18 | 2024-08-16T18:39:33 | ClickHouse | ClickHouse/ClickHouse | 36,234 | 298 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!--
path_to_url
Unless required by applicable law or agreed to in writing, software
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<resources>
<string name="material_slider_range_start" description="Content description for th... | /content/code_sandbox/lib/java/com/google/android/material/slider/res/values/strings.xml | xml | 2016-12-05T16:11:29 | 2024-08-16T17:51:42 | material-components-android | material-components/material-components-android | 16,176 | 169 |
```xml
import { Directive, EventEmitter, Input, Output } from "@angular/core";
import { Organization } from "@bitwarden/common/admin-console/models/domain/organization";
import { ITreeNodeObject } from "@bitwarden/common/vault/models/domain/tree-node";
import { DisplayMode } from "../models/display-mode";
import { To... | /content/code_sandbox/libs/angular/src/vault/vault-filter/components/organization-filter.component.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 605 |
```xml
import en from './en-US';
import zh from './zh-CN';
type Locale<T> = {
[keys in keyof T]: T[keys];
};
export type LocaleEn = Locale<typeof en>;
export type LocaleZh = Locale<typeof zh>;
export type Locales = {
en: LocaleEn;
zh: LocaleZh;
};
const locales: Locales = {
en: en,
zh: zh
};
export funct... | /content/code_sandbox/docs/locales/index.ts | xml | 2016-06-06T02:27:46 | 2024-08-16T16:41:54 | rsuite | rsuite/rsuite | 8,263 | 133 |
```xml
export = utility;
export as namespace utility;
// ---------------------------------
/**
* @description Types definition by github@ddzy
* @see path_to_url
*/
// ------------------------------------
declare namespace utility {
/**
* ---------------0_0----------------
* @description Defines Fo... | /content/code_sandbox/014云开发实现小程序支付/cloud/pay/node_modules/utility/index.d.ts | xml | 2016-11-24T02:09:00 | 2024-08-16T05:39:00 | xiaochengxu_demos | qiushi123/xiaochengxu_demos | 1,634 | 3,482 |
```xml
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.5" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<Pac... | /content/code_sandbox/test/UnitOfWork.Tests/UnitOfWork.Tests.csproj | xml | 2016-10-17T06:01:48 | 2024-08-16T04:32:45 | UnitOfWork | arch/UnitOfWork | 1,311 | 229 |
```xml
import { Button, Input, InputNumber, Switch, Tooltip } from 'antd';
import { Connect } from 'dob-react';
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { BoxEditor } from '../../components/box-editor/src';
import Icon from '../../components/icon/src';
import { pipeEvent } from '../... | /content/code_sandbox/src/plugins/main-tool-editor-type-display/index.tsx | xml | 2016-09-20T11:57:51 | 2024-07-23T03:40:11 | gaea-editor | ascoders/gaea-editor | 1,339 | 2,666 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout android:id="@+id/CoordinatorLayout01"
xmlns:android="path_to_url"
xmlns:app="path_to_url"
xmlns:tools="path_to_url"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:... | /content/code_sandbox/app/src/main/res/layout/activity_enable_disable_items.xml | xml | 2016-04-04T19:34:04 | 2024-08-14T22:37:55 | Material-BottomNavigation | sephiroth74/Material-BottomNavigation | 1,464 | 291 |
```xml
export enum TextAnchor {
Start = 'start',
Middle = 'middle',
End = 'end'
}
``` | /content/code_sandbox/projects/swimlane/ngx-charts/src/lib/common/types/text-anchor.enum.ts | xml | 2016-07-22T15:58:41 | 2024-08-02T15:56:24 | ngx-charts | swimlane/ngx-charts | 4,284 | 25 |
```xml
import * as React from 'react';
import { useParams } from 'react-router';
import { Commit } from 'features/versioning/viewCommit';
import { IRepository } from 'shared/models/Versioning/Repository';
import routes, { GetRouteParams } from 'shared/routes';
import RepositoryDetailsPagesLayout from '../shared/Repos... | /content/code_sandbox/webapp/client/src/pages/authorized/VersioningPages/RepositoryDetailsPages/CommitPage/CommitPage.tsx | xml | 2016-10-19T01:07:26 | 2024-08-14T03:53:55 | modeldb | VertaAI/modeldb | 1,689 | 157 |
```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/activity/etagObject.ts | xml | 2016-11-11T23:15:09 | 2024-08-16T12:45:29 | BotFramework-Emulator | microsoft/BotFramework-Emulator | 1,803 | 267 |
```xml
<!--
Description: rss item title
-->
<rss version="2.0">
<channel>
<item>
<title>Item Title</title>
</item>
</channel>
</rss>
``` | /content/code_sandbox/testdata/parser/rss/rss_channel_item_title.xml | xml | 2016-01-23T02:44:34 | 2024-08-16T15:16:03 | gofeed | mmcdole/gofeed | 2,547 | 45 |
```xml
// Generated by typings
// Source: path_to_url
interface MochaSetupOptions {
//milliseconds to wait before considering a test slow
slow?: number;
// timeout in milliseconds
timeout?: number;
// ui name "bdd", "tdd", "exports" etc
ui?: string;
//array of accepted globals
globals... | /content/code_sandbox/typings/globals/mocha/index.d.ts | xml | 2016-09-19T21:09:47 | 2024-08-15T19:31:35 | flipping | davidkpiano/flipping | 1,399 | 1,853 |
```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 { isHeadingTag, type Tag } from "@documentalist/client";
import classNames from "classnames";
import * as React from "react... | /content/code_sandbox/packages/docs-theme/src/tags/heading.tsx | xml | 2016-10-25T21:17:50 | 2024-08-16T15:14:48 | blueprint | palantir/blueprint | 20,593 | 269 |
```xml
import { HttpResponse, http } from 'msw';
import { render, screen } from '@testing-library/react';
import { UserViewModel } from '@/portainer/models/user';
import { server } from '@/setup-tests/server';
import { withUserProvider } from '@/react/test-utils/withUserProvider';
import { withTestQueryProvider } from... | /content/code_sandbox/app/react/docker/networks/ItemView/NetworkDetailsTable.test.tsx | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 890 |
```xml
import { Column } from "../../../../../../../src/decorator/columns/Column"
import { TableInheritance } from "../../../../../../../src/decorator/entity/TableInheritance"
import { Entity } from "../../../../../../../src/decorator/entity/Entity"
import { PrimaryGeneratedColumn } from "../../../../../../../src/decor... | /content/code_sandbox/test/functional/table-inheritance/single-table/relations/many-to-many/entity/Person.ts | xml | 2016-02-29T07:41:14 | 2024-08-16T18:28:52 | typeorm | typeorm/typeorm | 33,875 | 114 |
```xml
import * as React from 'react';
import { IPersonaSharedProps, Persona, PersonaInitialsColor, PersonaSize } from '@fluentui/react/lib/Persona';
import { Stack } from '@fluentui/react/lib/Stack';
const examplePersona: IPersonaSharedProps = {
secondaryText: 'Designer',
tertiaryText: 'In a meeting',
optionalT... | /content/code_sandbox/packages/react-examples/src/react/Persona/Persona.Initials.Example.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 554 |
```xml
import type { RefObject } from 'react';
import { useEffect, useRef, useState } from 'react';
import { useComposerAssistantProvider } from 'proton-mail/components/assistant/provider/ComposerAssistantProvider';
interface Props {
assistantResultRef: RefObject<HTMLDivElement>;
composerSelectedText?: string... | /content/code_sandbox/applications/mail/src/app/hooks/assistant/useComposerAssistantSelectedText.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 646 |
```xml
/* eslint-disable import/no-extraneous-dependencies */
declare module 'next/package.json'
declare module 'next/dist/compiled/@napi-rs/triples'
declare module 'next/dist/compiled/postcss-value-parser'
declare module 'next/dist/compiled/icss-utils'
declare module 'next/dist/compiled/postcss-modules-values'
declare... | /content/code_sandbox/packages/next/types/$$compiled.internal.d.ts | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 3,182 |
```xml
<dict>
<key>LayoutID</key>
<integer>28</integer>
<key>PathMapRef</key>
<array>
<dict>
<key>CodecID</key>
<array>
<integer>283902594</integer>
</array>
<key>Headphone</key>
<dict>
<key>AmpPostDelay</key>
<integer>50</integer>
<key>AmpPreDelay</key>
<integer>100</integer>
... | /content/code_sandbox/Resources/ALC282/layout27.xml | xml | 2016-03-07T20:45:58 | 2024-08-14T08:57:03 | AppleALC | acidanthera/AppleALC | 3,420 | 11,770 |
```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 {PositionStrategy} from './position/position-strategy';
import {Direction, Directionality} from '@angular/cdk/bidi';
import {ScrollStrategy, NoopScrollStrategy} fr... | /content/code_sandbox/src/cdk/overlay/overlay-config.ts | xml | 2016-01-04T18:50:02 | 2024-08-16T11:21:13 | components | angular/components | 24,263 | 759 |
```xml
import React from 'react';
// @ts-ignore
import Modal from 'react-native-modal';
import ModalBaseScene from '../utils/ModalBaseScene';
import DefaultModalContent from '../utils/DefaultModalContent';
class WithoutBackdropModal extends ModalBaseScene {
renderModal(): React.ReactElement<any> {
return (
... | /content/code_sandbox/example/src/modals/WithoutBackdropModal.tsx | xml | 2016-09-23T16:45:46 | 2024-08-16T09:51:03 | react-native-modal | react-native-modal/react-native-modal | 5,444 | 110 |
```xml
import '../../style';
import '../../tooltip/style';
import './index.scss';
``` | /content/code_sandbox/packages/zarm/src/slider/style/index.ts | xml | 2016-07-13T11:45:37 | 2024-08-12T19:23:48 | zarm | ZhongAnTech/zarm | 1,707 | 15 |
```xml
import { useTheme } from "@emotion/react"
import { GLCanvas, Transform } from "@ryohey/webgl-react"
import { observer } from "mobx-react-lite"
import {
FC,
MouseEventHandler,
useCallback,
useEffect,
useMemo,
useState,
} from "react"
import { matrixFromTranslation } from "../../../helpers/matrix"
impo... | /content/code_sandbox/app/src/components/PianoRoll/PianoRollCanvas/PianoRollCanvas.tsx | xml | 2016-03-06T15:19:53 | 2024-08-15T14:27:10 | signal | ryohey/signal | 1,238 | 725 |
```xml
import type { FC } from 'react';
import React from 'react';
import { Button, Link, StorybookLogo } from '@storybook/core/components';
import { styled } from '@storybook/core/theming';
import { DocumentIcon, GithubIcon } from '@storybook/icons';
import { UpgradeBlock } from '../components/upgrade/UpgradeBlock';... | /content/code_sandbox/code/core/src/manager/settings/About.tsx | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 573 |
```xml
<clickhouse>
<proxy>
<no_proxy>not_important_host,, minio1 ,</no_proxy>
<http>
<uri>path_to_url
<uri>path_to_url
</http>
</proxy>
</clickhouse>
``` | /content/code_sandbox/tests/integration/test_s3_table_function_with_http_proxy/configs/config.d/proxy_list_no_proxy.xml | xml | 2016-06-02T08:28:18 | 2024-08-16T18:39:33 | ClickHouse | ClickHouse/ClickHouse | 36,234 | 61 |
```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 { BooleanArray } from '@stdlib/types/ar... | /content/code_sandbox/lib/node_modules/@stdlib/strided/base/reinterpret-boolean/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 216 |
```xml
import config = require("./webapps-config.json");
export interface SubWebAppConfig {
name: string;
buildCss: boolean;
// If true, the local server will seve the "--" endpoint defined in the web config (e.g. /--skilmap)
localServeWebConfigUrl: boolean;
// If defined, the local serve will se... | /content/code_sandbox/cli/subwebapp.ts | xml | 2016-01-24T19:35:52 | 2024-08-16T16:39:39 | pxt | microsoft/pxt | 2,069 | 118 |
```xml
/* eslint-disable @typescript-eslint/no-shadow */
import type { MockInstance, Mock as MockV2 } from '@vitest/spy';
import {
type MaybeMocked,
type MaybeMockedDeep,
type MaybePartiallyMocked,
type MaybePartiallyMockedDeep,
isMockFunction,
mocks,
fn as vitestFn,
spyOn as vitestSpyOn,
} from '@vites... | /content/code_sandbox/code/lib/test/src/spy.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 1,153 |
```xml
<!--
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~
~ path_to_url
~
~ Unless required by applicable law or agreed to in writing, software
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre... | /content/code_sandbox/test/e2e/sql/src/test/resources/cases/dql/dataset/empty_storage_units/mysql/select_mysql_performance_schema_events_waits_summary_by_instance.xml | xml | 2016-01-18T12:49:26 | 2024-08-16T15:48:11 | shardingsphere | apache/shardingsphere | 19,707 | 154 |
```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.
-->
<com.google.android.flexbox.FlexboxLayout android:id="@+id/flexbox_layout"
xmlns:android="pat... | /content/code_sandbox/flexbox/src/androidTest/res/layout/activity_maxheight_test.xml | xml | 2016-05-04T08:11:22 | 2024-08-15T12:27:34 | flexbox-layout | google/flexbox-layout | 18,226 | 222 |
```xml
import attachPropertiesToComponent from '../utils/attachPropertiesToComponent';
import { clear, show } from './methods';
import Popup from './Popup';
export type { PopupShowProps } from './methods';
export type { PopupProps } from './Popup';
export default attachPropertiesToComponent(Popup, {
show,
clear,
... | /content/code_sandbox/packages/zarm/src/popup/index.ts | xml | 2016-07-13T11:45:37 | 2024-08-12T19:23:48 | zarm | ZhongAnTech/zarm | 1,707 | 69 |
```xml
import { EntityManager } from "../../entity-manager/EntityManager"
import { DataSource } from "../../data-source/DataSource"
import { QueryRunner } from "../../query-runner/QueryRunner"
/**
* TransactionCommitEvent is an object that broadcaster sends to the entity subscriber when an transaction is committed.
... | /content/code_sandbox/src/subscriber/event/TransactionCommitEvent.ts | xml | 2016-02-29T07:41:14 | 2024-08-16T18:28:52 | typeorm | typeorm/typeorm | 33,875 | 159 |
```xml
import { observer } from "mobx-react";
import { HomeIcon } from "outline-icons";
import * as React from "react";
import { useTranslation } from "react-i18next";
import { Switch, Route, Redirect } from "react-router-dom";
import styled from "styled-components";
import { s } from "@shared/styles";
import { Action ... | /content/code_sandbox/app/scenes/Home.tsx | xml | 2016-05-22T21:31:47 | 2024-08-16T19:57:22 | outline | outline/outline | 26,751 | 838 |
```xml
import * as chai from 'chai';
import * as chaiAsPromised from 'chai-as-promised';
import * as os from 'os';
chai.use(chaiAsPromised);
import { expect } from 'chai';
import { cleanStack, cleanString } from '../../src/rollbar';
suite('Stack trace cleaning test', () => {
if (os.platform() === 'win32') {
... | /content/code_sandbox/test/unit-tests/pii.test.ts | xml | 2016-04-16T21:00:29 | 2024-08-16T16:41:57 | vscode-cmake-tools | microsoft/vscode-cmake-tools | 1,450 | 1,017 |
```xml
// See LICENSE in the project root for license information.
import { Lib1Class } from 'api-extractor-lib1-test';
/**
* Reference Lib1Class via "typeof"
* @public
*/
export function f(): typeof Lib1Class | undefined {
return undefined;
}
class ForgottenExport {}
/**
* Reference IForgottenExport via "typ... | /content/code_sandbox/build-tests/api-extractor-scenarios/src/typeOf/index.ts | xml | 2016-09-30T00:28:20 | 2024-08-16T18:54:35 | rushstack | microsoft/rushstack | 5,790 | 93 |
```xml
import {
Inject,
Injectable,
Optional,
SkipSelf,
Renderer2,
} from '@angular/core';
import { DOCUMENT } from '@angular/common';
import { WINDOW } from '../ngx-window-token/window-token';
@Injectable()
export class ClipboardService {
private tempTextArea: HTMLTextAreaElement;
private ... | /content/code_sandbox/src/portal/src/app/shared/components/third-party/ngx-clipboard/clipboard.service.ts | xml | 2016-01-28T21:10:28 | 2024-08-16T15:28:34 | harbor | goharbor/harbor | 23,335 | 954 |
```xml
import {Req} from "@tsed/common";
import {Args, OnInstall, OnVerify, Protocol} from "@tsed/passport";
import {Strategy, StrategyOptions} from "passport-discord";
import * as refresh from "passport-oauth2-refresh";
import {AuthService} from "../services/auth/AuthService";
@Protocol<StrategyOptions>({
name: "di... | /content/code_sandbox/docs/tutorials/snippets/passport/DiscordProtocol.ts | xml | 2016-02-21T18:38:47 | 2024-08-14T21:19:48 | tsed | tsedio/tsed | 2,817 | 207 |
```xml
import * as exported from "./JitsiTranscriptionStatus";
// this test is brittle on purpose because it's designed to ensure that the TypeScript conversion maintains backward compatibility
describe( "/JitsiTranscriptionStatus members", () => {
const {
ON,
OFF,
JitsiTranscriptionStatus... | /content/code_sandbox/JitsiTranscriptionStatus.spec.ts | xml | 2016-01-27T22:44:09 | 2024-08-16T02:51:56 | lib-jitsi-meet | jitsi/lib-jitsi-meet | 1,328 | 207 |
```xml
import type { HashSource, NormalizedOptions } from '../Fingerprint.types';
export declare function getExpoConfigSourcesAsync(projectRoot: string, options: NormalizedOptions): Promise<HashSource[]>;
export declare function getEasBuildSourcesAsync(projectRoot: string, options: NormalizedOptions): Promise<HashSourc... | /content/code_sandbox/packages/@expo/fingerprint/build/sourcer/Expo.d.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 211 |
```xml
import { IterableX } from '../iterablex.js';
import { OperatorFunction } from '../../interfaces.js';
import { ScanOptions } from './scanoptions.js';
/** @ignore */
export class ScanIterable<T, R> extends IterableX<R> {
private _source: Iterable<T>;
private _fn: (acc: R, x: T, index: number) => R;
private ... | /content/code_sandbox/src/iterable/operators/scan.ts | xml | 2016-02-22T20:04:19 | 2024-08-09T18:46:41 | IxJS | ReactiveX/IxJS | 1,319 | 608 |
```xml
import { PointF2D } from "../../Common/DataObjects/PointF2D";
import { GraphicalNote } from "./GraphicalNote";
import { GraphicalCurve } from "./GraphicalCurve";
import { Slur } from "../VoiceData/Expressions/ContinuousExpressions/Slur";
import { PlacementEnum } from "../VoiceData/Expressions/AbstractExpression... | /content/code_sandbox/src/MusicalScore/Graphical/GraphicalSlur.ts | xml | 2016-02-08T15:47:01 | 2024-08-16T17:49:53 | opensheetmusicdisplay | opensheetmusicdisplay/opensheetmusicdisplay | 1,416 | 12,073 |
```xml
/*
* Squidex Headless CMS
*
* @license
*/
import { AsyncPipe } from '@angular/common';
import { ChangeDetectionStrategy, Component, Injectable, ViewChild } from '@angular/core';
import { FormsModule } from '@angular/forms';
import { Router } from '@angular/router';
import { Observable, of } from 'rxjs';
imp... | /content/code_sandbox/frontend/src/app/shell/pages/internal/search-menu.component.ts | xml | 2016-08-29T05:53:40 | 2024-08-16T17:39:38 | squidex | Squidex/squidex | 2,222 | 445 |
```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. -->
<ScrollView xmlns:android="path_to_url"
xmlns:chrome="path_to_url"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
andro... | /content/code_sandbox/libraries_res/chrome_res/src/main/res/layout/search_engine_promo.xml | xml | 2016-07-04T07:28:36 | 2024-08-15T05:20:42 | AndroidChromium | JackyAndroid/AndroidChromium | 3,090 | 593 |
```xml
<?xml version="1.0" encoding="utf-8" ?>
<search>
<chain id="searchchain4">
<searcher id="com.yahoo.Searcher4"/>
</chain>
</search>
``` | /content/code_sandbox/config-model/src/test/cfg/container/data/containerinclude/searchinclude2/includedsearch3.xml | xml | 2016-06-03T20:54:20 | 2024-08-16T15:32:01 | vespa | vespa-engine/vespa | 5,524 | 47 |
```xml
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const AnchorLockIcon = createSvgIcon({
svg: ({ classes }) => (
<svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false">
<path d="M1216 640q26 0 45 19t19 45q0 26-19 45t-45 19h-192v10... | /content/code_sandbox/packages/react-icons-mdl2/src/components/AnchorLockIcon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 531 |
```xml
import pick from 'lodash/pick';
import getHours from 'date-fns/getHours';
import getMinutes from 'date-fns/getMinutes';
import getSeconds from 'date-fns/getSeconds';
import { TimeProp } from './types';
interface CalendarProps {
[TimeProp.DisabledHours]?: (hours: number, date: Date) => boolean;
[TimeProp.Dis... | /content/code_sandbox/src/internals/utils/date/disableTime.ts | xml | 2016-06-06T02:27:46 | 2024-08-16T16:41:54 | rsuite | rsuite/rsuite | 8,263 | 449 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NetplayDialog</class>
<widget class="QDialog" name="NetplayDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>522</width>
<height>391</height>
</rect>
</property>
<property name="windowTitle">
<stri... | /content/code_sandbox/src/frontend/qt_sdl/NetplayDialog.ui | xml | 2016-05-16T01:34:13 | 2024-08-16T19:28:31 | melonDS | melonDS-emu/melonDS | 3,080 | 218 |
```xml
import { Localized } from "@fluent/react/compat";
import React, { FunctionComponent } from "react";
import { graphql } from "react-relay";
import Subheader from "coral-admin/routes/Configure/Subheader";
import { withFragmentContainer } from "coral-framework/lib/relay";
import { EndpointDetails_settings } from ... | /content/code_sandbox/client/src/core/client/admin/routes/Configure/sections/WebhookEndpoints/ConfigureWebhookEndpoint/EndpointDetails.tsx | xml | 2016-10-31T16:14:05 | 2024-08-06T16:15:57 | talk | coralproject/talk | 1,881 | 293 |
```xml
import * as expectMod from "./tests/execution/node_modules/expect";
import * as jest from "./tests/execution/node_modules/jest-circus";
export {};
declare global {
var describe: typeof jest.describe;
var expect: typeof expectMod.expect;
var it: typeof jest.it;
var test: typeof jest.test;
var nsObj: (... | /content/code_sandbox/turbopack/crates/turbopack-tests/index.d.ts | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 85 |
```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 * as React from "react";
import {
Classes,
Code,
FormGroup,
H5,
type Intent,
Menu,
MenuItem,
... | /content/code_sandbox/packages/docs-app/src/examples/core-examples/menuItemExample.tsx | xml | 2016-10-25T21:17:50 | 2024-08-16T15:14:48 | blueprint | palantir/blueprint | 20,593 | 773 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<de... | /content/code_sandbox/GraphView/GraphViewIB/Main.storyboard | xml | 2016-02-18T09:19:11 | 2024-08-12T12:32:40 | ScrollableGraphView | philackm/ScrollableGraphView | 5,308 | 1,370 |
```xml
import * as React from 'react';
import { NavItemValue } from './NavContext.types';
// This context is analogous to AccordionHeaderContext
export type NavCategoryItemContextValue = {
open: boolean;
value: NavItemValue;
};
const NavCategoryItemContext = React.createContext<NavCategoryItemContextValue | unde... | /content/code_sandbox/packages/react-components/react-nav-preview/library/src/components/NavCategoryItemContext.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 147 |
```xml
<vector android:height="24dp" android:tint="@android:color/white"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="path_to_url">
<path android:fillColor="@android:color/white" android:pathData="M3,11h8V3H3V11zM5,5h4v4H5V5z"/>
<path android:fillColor="@and... | /content/code_sandbox/app/src/main/res/drawable-night/ic_qr_code_24.xml | xml | 2016-02-01T23:48:36 | 2024-08-15T03:35:42 | TagMo | HiddenRamblings/TagMo | 2,976 | 435 |
```xml
import * as Color from "color"
import * as styledComponents from "styled-components"
import {
FlattenInterpolation,
InterpolationValue,
ThemedStyledComponentsModule,
ThemeProps,
} from "styled-components" // tslint:disable-line no-duplicate-imports
import { IThemeColors } from "../../Services/The... | /content/code_sandbox/browser/src/UI/components/common.ts | xml | 2016-11-16T14:42:55 | 2024-08-14T11:48:05 | oni | onivim/oni | 11,355 | 1,719 |
```xml
import { ICustomField } from "@erxes/api-utils/src/types";
import { Model } from "mongoose";
import { ASSET_STATUSES } from "../common/constant/asset";
import { IAsset, IAssetDocument } from "../common/types/asset";
import { IModels } from "../connectionResolver";
import {
sendSalesMessage,
sendContactsMessa... | /content/code_sandbox/packages/plugin-assets-api/src/models/Assets.ts | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 1,759 |
```xml
import { Channel, PresenceChannel } from './channel';
import { Connector, PusherConnector, SocketIoConnector, NullConnector } from './connector';
/**
* This class is the primary API for interacting with broadcasting.
*/
export default class Echo {
/**
* The broadcasting connector.
*/
connect... | /content/code_sandbox/src/echo.ts | xml | 2016-04-30T01:56:59 | 2024-08-14T13:07:58 | echo | laravel/echo | 1,153 | 1,113 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.*?>
<?import java.net.*?>
<?import javafx.scene.image.*?>
<?import javafx.scene.shape.*?>
<?import javafx.scene.effect.*?>
<?import javafx.scene.text.*?>
<?import javafx.geometry.*?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import ja... | /content/code_sandbox/app/src/com/linchaolong/apktoolplus/module/settings/settings_common.fxml | xml | 2016-04-18T17:52:39 | 2024-08-16T07:10:35 | ApkToolPlus | CYRUS-STUDIO/ApkToolPlus | 1,196 | 1,007 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="path_to_url" xmlns:xsi="path_to_url"
xsi:schemaLocation="path_to_url path_to_url">
<modelVersion>4.0.0</modelVersion>
<groupId>com.roncoo.education</groupId>
<artifactId>spring-boot-demo-19-1</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>j... | /content/code_sandbox/spring-boot-demo-19-1/pom.xml | xml | 2016-08-22T02:54:02 | 2024-08-09T03:02:00 | spring-boot-demo | roncoo/spring-boot-demo | 1,718 | 806 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.