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
<doxygenlayout version="1.0">
<!-- Navigation index tabs for HTML output -->
<navindex>
<tab type="mainpage" visible="yes" title=""/>
<tab type="pages" visible="yes" title="Usage and Description" intro=""/>
<tab type="modules" visible="yes" title="Reference" intro=""/>
<tab type="namespaces" ... | /content/code_sandbox/CMSIS/DoxyGen/Doxygen_Templates/DoxygenLayout_forUser.xml | xml | 2016-02-18T08:04:18 | 2024-08-16T08:24:23 | CMSIS_5 | ARM-software/CMSIS_5 | 1,295 | 1,337 |
```xml
<dict>
<key>CommonPeripheralDSP</key>
<array>
<dict>
<key>DeviceID</key>
<integer>0</integer>
<key>DeviceType</key>
<string>Headphone</string>
</dict>
<dict>
<key>DeviceID</key>
<integer>0</integer>
<key>DeviceType</key>
<string>Microphone</string>
</dict>
</array>
<key>PathMa... | /content/code_sandbox/Resources/ALC285/Platforms21.xml | xml | 2016-03-07T20:45:58 | 2024-08-14T08:57:03 | AppleALC | acidanthera/AppleALC | 3,420 | 1,962 |
```xml
import { TestBed, inject } from '@angular/core/testing';
import { ConfirmationDialogService } from './confirmation-dialog.service';
describe('ConfirmationDialogService', () => {
beforeEach(() => {
TestBed.configureTestingModule({
providers: [ConfirmationDialogService],
});
}... | /content/code_sandbox/src/portal/src/app/base/global-confirmation-dialog/confirmation-dialog.service.spec.ts | xml | 2016-01-28T21:10:28 | 2024-08-16T15:28:34 | harbor | goharbor/harbor | 23,335 | 91 |
```xml
let monitoring = true;
let scriptPromises = new Array<Promise<any>>();
export const OriginalPromise = Promise;
export class ProxiedPromise<T> extends Promise<T> {
constructor(
executor: (
resolve: (value: T | PromiseLike<T>) => void,
reject: (reason?: any) => void,
)... | /content/code_sandbox/packages/insomnia-sdk/src/objects/async_objects.ts | xml | 2016-04-23T03:54:26 | 2024-08-16T16:50:44 | insomnia | Kong/insomnia | 34,054 | 489 |
```xml
import { GitLFSProgressParser } from '../../../src/lib/progress/lfs'
describe('GitLFSProgressParser', () => {
describe('#parse', () => {
let parser: GitLFSProgressParser
beforeEach(() => {
parser = new GitLFSProgressParser()
})
it('understands valid lines', () => {
const result =... | /content/code_sandbox/app/test/unit/progress/lfs-test.ts | xml | 2016-05-11T15:59:00 | 2024-08-16T17:00:41 | desktop | desktop/desktop | 19,544 | 150 |
```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
*/
export {DialogHarnessFilters} from './dialog-harness-filters';
export {MatDialogHarness, MatDialogSection} from './dialog-harness';
export * from './dialog-opener';
``` | /content/code_sandbox/src/material/dialog/testing/public-api.ts | xml | 2016-01-04T18:50:02 | 2024-08-16T11:21:13 | components | angular/components | 24,263 | 73 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="uk-ua" xmlns="path_to_url">
<String Id="Locale" Overridable="yes">uk</String>
<String Id="ProductName" Overridable="yes"> Aspia</String>
<String Id="DowngradeErrorMessage" Overridable="yes"> .</String>
<String Id="CreateDesktopSh... | /content/code_sandbox/installer/translations/host.uk-ua.wxl | xml | 2016-10-26T16:17:31 | 2024-08-16T13:37:42 | aspia | dchapyshev/aspia | 1,579 | 130 |
```xml
import * as React from 'react';
import cx from 'classnames';
import { createSvgIcon } from '../utils/createSvgIcon';
import { iconClassNames } from '../utils/iconClassNames';
export const ScreencastIcon = createSvgIcon({
svg: ({ classes }) => (
<svg role="presentation" focusable="false" viewBox="2 2 16 16... | /content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/ScreencastIcon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 1,462 |
```xml
import type { DeepMutable, DeepReadonly, HashFunction, MaybeReadonly, RxDocumentData, RxJsonSchema, StringKeys } from './types/index.d.ts';
export declare class RxSchema<RxDocType = any> {
readonly jsonSchema: RxJsonSchema<RxDocumentData<RxDocType>>;
readonly hashFunction: HashFunction;
indexes: Mayb... | /content/code_sandbox/dist/types/rx-schema.d.ts | xml | 2016-12-02T19:34:42 | 2024-08-16T15:47:20 | rxdb | pubkey/rxdb | 21,054 | 458 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="de" original="../LocalizableSt... | /content/code_sandbox/src/Cli/dotnet/commands/dotnet-remove/dotnet-remove-reference/xlf/LocalizableStrings.de.xlf | xml | 2016-07-22T21:26:02 | 2024-08-16T17:23:58 | sdk | dotnet/sdk | 2,627 | 413 |
```xml
// See LICENSE.txt for license information.
import {withDatabase, withObservables} from '@nozbe/watermelondb/react';
import {of as of$, combineLatest} from 'rxjs';
import {Preferences} from '@constants';
import {getDisplayNamePreferenceAsBool} from '@helpers/api/preference';
import {queryDisplayNamePreferences... | /content/code_sandbox/app/components/post_list/post/body/content/opengraph/index.ts | xml | 2016-10-07T16:52:32 | 2024-08-16T12:08:38 | mattermost-mobile | mattermost/mattermost-mobile | 2,155 | 295 |
```xml
// See LICENSE.txt for license information.
export default {
TERMS_OF_SERVICE: 'path_to_url
PRIVACY_POLICY: 'path_to_url
};
``` | /content/code_sandbox/app/constants/about_links.ts | xml | 2016-10-07T16:52:32 | 2024-08-16T12:08:38 | mattermost-mobile | mattermost/mattermost-mobile | 2,155 | 33 |
```xml
import React, { Component } from 'react';
import { localized, Actions, DateUtils } from 'mailspring-exports';
import DateInput from './date-input';
import { Menu } from './menu';
import { Moment } from 'moment';
const { DATE_FORMAT_SHORT, DATE_FORMAT_LONG } = DateUtils;
type DatePickerPopoverProps = {
classN... | /content/code_sandbox/app/src/components/date-picker-popover.tsx | xml | 2016-10-13T06:45:50 | 2024-08-16T18:14:37 | Mailspring | Foundry376/Mailspring | 15,331 | 774 |
```xml
/// <reference types="node" />
import { EventEmitter } from 'events';
declare function once<T>(emitter: EventEmitter, name: string): once.CancellablePromise<T>;
declare namespace once {
interface CancelFunction {
(): void;
}
interface CancellablePromise<T> extends Promise<T> {
cancel:... | /content/code_sandbox/deps/node_modules/@tootallnate/once/dist/index.d.ts | xml | 2016-10-10T16:41:53 | 2024-08-14T15:09:44 | nvs | jasongin/nvs | 2,695 | 77 |
```xml
import { c, msgid } from 'ttag';
import { canonicalizeEmail, canonicalizeInternalEmail } from '@proton/shared/lib/helpers/email';
import { isBlockedIncomingDefaultAddress } from '@proton/shared/lib/helpers/incomingDefaults';
import type { Address, IncomingDefault, Recipient } from '@proton/shared/lib/interfaces... | /content/code_sandbox/applications/mail/src/app/helpers/message/messageRecipients.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 2,178 |
```xml
import { LitElement, html, css } from "lit";
import {customElement, property} from "lit/decorators.js";
import { Node, NodeType } from "@openremote/model";
import { EditorWorkspace } from "./editor-workspace";
import { Utilities } from "../utils";
import { i18next, translate } from "@openremote/or-translate";
im... | /content/code_sandbox/ui/component/or-rules/src/flow-viewer/components/node-menu-item.ts | xml | 2016-02-03T11:14:02 | 2024-08-16T12:45:50 | openremote | openremote/openremote | 1,184 | 1,006 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
... | /content/code_sandbox/build/msvs/rpmalloc-test.vcxproj | xml | 2016-11-18T12:57:26 | 2024-08-15T15:59:02 | rpmalloc | mjansson/rpmalloc | 2,084 | 2,635 |
```xml
import { format, formatRelative } from 'date-fns';
import type { Location } from 'history';
import { MAILBOX_LABEL_IDS } from '@proton/shared/lib/constants';
import { omit, toMap } from '@proton/shared/lib/helpers/object';
import type { MailSettings } from '@proton/shared/lib/interfaces';
import type { Folder }... | /content/code_sandbox/applications/mail/src/app/helpers/elements.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 2,063 |
```xml
import { CameraType, ImageType } from '../legacy/Camera.types';
// path_to_url
export const VIDEO_ASPECT_RATIOS = {
'3840x2160': 3840 / 2160,
'1920x1080': 1920 / 1080,
'1280x720': 1280 / 720,
'640x480': 640 / 480,
'352x288': 352 / 288,
};
export const PictureSizes = Object.keys(VIDEO_ASPECT_RATIOS);
... | /content/code_sandbox/packages/expo-camera/src/web/WebConstants.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 218 |
```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/env/scenario/shadow/data/actual/dataset.xml | xml | 2016-01-18T12:49:26 | 2024-08-16T15:48:11 | shardingsphere | apache/shardingsphere | 19,707 | 2,685 |
```xml
import { NgModule } from '@angular/core';
import { FormsModule } from '@angular/forms';
import {
NbButtonModule,
NbCardModule,
NbCheckboxModule,
NbDialogModule,
NbInputModule,
NbPopoverModule,
NbSelectModule,
NbTabsetModule,
NbTooltipModule,
NbWindowModule,
} from '@nebular/theme';
// module... | /content/code_sandbox/src/app/pages/modal-overlays/modal-overlays.module.ts | xml | 2016-05-25T10:09:03 | 2024-08-16T16:34:03 | ngx-admin | akveo/ngx-admin | 25,169 | 505 |
```xml
import * as React from 'react';
import { ITheme, IPalette, ISemanticColors } from '@fluentui/react/lib/Styling';
import { Stack } from '@fluentui/react';
import { mergeStyles } from '@fluentui/merge-styles';
import { SemanticSlotsDetailsList } from './SemanticSlotsDetailsList';
import { MainPanelInnerContent } f... | /content/code_sandbox/apps/theming-designer/src/components/SemanticSlots.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 1,613 |
```xml
import { AccountsTypeorm, entities } from '@accounts/typeorm';
import { type DatabaseInterface } from '@accounts/types';
import { type Connection, ConnectionManager, type ConnectionOptions } from 'typeorm';
import { createAccountsTypeORMModule } from '@accounts/module-typeorm';
import { type DatabaseTestInterfa... | /content/code_sandbox/packages/e2e/__tests__/databases/typeorm.ts | xml | 2016-10-07T01:43:23 | 2024-07-14T11:57:08 | accounts | accounts-js/accounts | 1,492 | 276 |
```xml
import {ColorInputParams} from '../../blade/common/api/params.js';
import {parseRecord} from '../../common/micro-parsers.js';
import {parsePickerLayout} from '../../common/picker-util.js';
import {ColorType} from './model/color-model.js';
function parseColorType(value: unknown): ColorType | undefined {
return ... | /content/code_sandbox/packages/core/src/input-binding/color/util.ts | xml | 2016-05-10T15:45:13 | 2024-08-16T19:57:27 | tweakpane | cocopon/tweakpane | 3,480 | 237 |
```xml
import { createDynamicComponent } from "../../../src/node";
import { getContainer } from "@xarc/subapp";
import { renderToString } from "react-dom/server";
import { describe, it } from "mocha";
import { expect } from "chai";
import { createElement } from "react"; // eslint-disable-line
describe("createDynamic... | /content/code_sandbox/packages/xarc-react/test/spec/node/index.spec.tsx | xml | 2016-09-06T19:02:39 | 2024-08-11T11:43:11 | electrode | electrode-io/electrode | 2,103 | 240 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.Toolbar xmlns:android="path_to_url"
xmlns:app="path_to_url"
android:id="@+id/tool_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fitsSystemWindows="true"
app:titleTextColor="@android:c... | /content/code_sandbox/app/src/main/res/layout/view_toolbar.xml | xml | 2016-08-07T14:56:56 | 2024-08-13T01:11:07 | GeekNews | codeestX/GeekNews | 3,498 | 107 |
```xml
import { isConformant } from '../../testing/isConformant';
import { NavDivider } from './NavDivider';
describe('NavDivider', () => {
isConformant({
Component: NavDivider,
displayName: 'NavDivider',
testOptions: {
'has-static-classnames': [
{
props: { children: 'Test Childre... | /content/code_sandbox/packages/react-components/react-nav-preview/library/src/components/NavDivider/NavDivider.test.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 88 |
```xml
import chalk from 'chalk';
import { ModPlatform } from '../Plugin.types';
/**
* Log a warning that doesn't disrupt the spinners.
*
* ```sh
* android: android.package: property is invalid path_to_url
* ```
*
* @param property Name of the config property that triggered the warning (best-effort)
* @param... | /content/code_sandbox/packages/@expo/config-plugins/src/utils/warnings.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 336 |
```xml
import { ASSET_STATUSES } from '../../../common/constant/asset';
import { IAssetCategoriesDocument } from '../../../common/types/asset';
import { IContext } from '../../../connectionResolver';
export default {
async __resolveReference({ _id }, { models }: IContext) {
return models.AssetCategories.findOne(... | /content/code_sandbox/packages/plugin-assets-api/src/dataloaders/resolvers/customResolvers/assetCategory.ts | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 219 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="merge_ff_type">
<item>Fast Forward</item>
<item>Fast Forward Only</item>
<item>No Fast Forward</item>
</string-array>
<string-array name="repo_file_operations">
<item>Add to stage</item>
<i... | /content/code_sandbox/app/src/main/res/values-ko/arrays.xml | xml | 2016-10-14T02:54:01 | 2024-08-16T16:01:33 | MGit | maks/MGit | 1,193 | 434 |
```xml
/* eslint-disable max-classes-per-file */
/*
*
* 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,
... | /content/code_sandbox/framework/test/unit/engine/legacy/validate.spec.ts | xml | 2016-02-01T21:45:35 | 2024-08-15T19:16:48 | lisk-sdk | LiskArchive/lisk-sdk | 2,721 | 944 |
```xml
import { injectable } from 'inversify';
import * as ESTree from 'estree';
import { ICalleeData } from '../../../interfaces/analyzers/calls-graph-analyzer/ICalleeData';
import { ICalleeDataExtractor } from '../../../interfaces/analyzers/calls-graph-analyzer/ICalleeDataExtractor';
@injectable()
export abstract ... | /content/code_sandbox/src/analyzers/calls-graph-analyzer/callee-data-extractors/AbstractCalleeDataExtractor.ts | xml | 2016-05-09T08:16:53 | 2024-08-16T19:43:07 | javascript-obfuscator | javascript-obfuscator/javascript-obfuscator | 13,358 | 145 |
```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.
-->
<manifest
xmlns:android="path_to_url"
package="com.example.android.sunshine">
... | /content/code_sandbox/S09.01-Exercise-ContentProviderFoundation/app/src/main/AndroidManifest.xml | xml | 2016-11-02T04:42:26 | 2024-08-12T19:38:06 | ud851-Sunshine | udacity/ud851-Sunshine | 1,999 | 356 |
```xml
import { TemplatePipe } from '~/app/shared/pipes/template.pipe';
describe('TemplatePipe', () => {
const pipe = new TemplatePipe();
it('create an instance', () => {
expect(pipe).toBeTruthy();
});
it('transforms (1)', () => {
expect(pipe.transform('{{ a }}', { a: 'hello' })).toBe('hello');
});... | /content/code_sandbox/deb/openmediavault/workbench/src/app/shared/pipes/template.pipe.spec.ts | xml | 2016-05-03T10:35:34 | 2024-08-16T08:03:04 | openmediavault | openmediavault/openmediavault | 4,954 | 81 |
```xml
import { isMessagingSupportedFactory } from './is-messaging-supported-factory';
export const isSupported = isMessagingSupportedFactory.async;
``` | /content/code_sandbox/src/messaging/overrides.ts | xml | 2016-01-11T20:47:23 | 2024-08-14T12:09:31 | angularfire | angular/angularfire | 7,648 | 28 |
```xml
import type { PayloadAction } from '@reduxjs/toolkit';
import { createSlice } from '@reduxjs/toolkit';
interface LayoutState {
sidebarExpanded: boolean;
selectAll: boolean;
}
export const layoutInitialState: LayoutState = {
/**
* Used on narrow devices when burger menu allows to toggle sidebar... | /content/code_sandbox/applications/mail/src/app/store/layout/layoutSlice.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 207 |
```xml
import { createContext } from 'react';
import { AuthProvider } from '../types';
export const AuthContext = createContext<AuthProvider | undefined>(undefined);
AuthContext.displayName = 'AuthContext';
``` | /content/code_sandbox/packages/ra-core/src/auth/AuthContext.tsx | xml | 2016-07-13T07:58:54 | 2024-08-16T18:32:27 | react-admin | marmelab/react-admin | 24,624 | 39 |
```xml
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pulumi" Version="3.66.1" />
<Package... | /content/code_sandbox/tests/testdata/codegen/transpiled_examples/getting-started-pp/dotnet/dotnet.csproj | xml | 2016-10-31T21:02:47 | 2024-08-16T19:47:04 | pulumi | pulumi/pulumi | 20,743 | 114 |
```xml
import { parseSmartTagsOptsString } from "../src/utils.js";
const EXPECTED_VALUE_1 = {
args: ["TOPIC"],
params: {
name: "SingleTableTopic",
attributes: "title>subject!",
},
};
const EXPECTED_VALUE_2 = {
args: ["typeA"],
params: {
via: "(id_1,id_2)->types_a.a(id_1, id_2)",
singular: "",... | /content/code_sandbox/graphile-build/graphile-build-pg/__tests__/utils.test.ts | xml | 2016-04-14T21:29:19 | 2024-08-16T17:12:51 | crystal | graphile/crystal | 12,539 | 633 |
```xml
import test from 'tape-promise/tape';
import {Program} from '@luma.gl/webgl-legacy';
import {fixture} from 'test/setup';
const vs = `
attribute vec3 positions;
uniform mat4 uMVMatrix;
uniform mat4 uPMatrix;
void main(void) {
gl_Position = uPMatrix * uMVMatrix * vec4(positions, 1.0);
}
`;
const fs = `
void ma... | /content/code_sandbox/wip/modules-wip/webgl-legacy/test/classic/draw.spec.ts | xml | 2016-01-25T09:41:59 | 2024-08-16T10:03:05 | luma.gl | visgl/luma.gl | 2,280 | 185 |
```xml
<vector xmlns:android="path_to_url" android:height="34.0dp" android:tint="?attr/colorControlNormal" android:viewportHeight="15" android:viewportWidth="15" android:width="34.0dp">
<path android:fillColor="@android:color/white" android:pathData="M14.5 8.5C14 9.5 1 14 0.5 13.5C0 13 8.5 2.5 10 2C12.5 1.5 15.5 6.... | /content/code_sandbox/app/src/main/res/drawable/ic_preset_temaki_temaki.xml | xml | 2016-07-02T10:44:04 | 2024-08-16T18:55:54 | StreetComplete | streetcomplete/StreetComplete | 3,781 | 228 |
```xml
export { default as CommentContent } from "./CommentContent";
export { default as InReplyTo } from "./InReplyTo";
export { default as Username } from "./Username";
export { default as UsernameButton } from "./UsernameButton";
``` | /content/code_sandbox/client/src/core/client/admin/components/Comment/index.ts | xml | 2016-10-31T16:14:05 | 2024-08-06T16:15:57 | talk | coralproject/talk | 1,881 | 49 |
```xml
/*
* Squidex Headless CMS
*
* @license
*/
import { AsyncPipe } from '@angular/common';
import { Component, OnInit } from '@angular/core';
import { combineLatest } from 'rxjs';
import { map, take } from 'rxjs/operators';
import { AppDto, AppFormComponent, AppsState, AuthService, DialogModel, FeatureDto, Form... | /content/code_sandbox/frontend/src/app/features/apps/pages/apps-page.component.ts | xml | 2016-08-29T05:53:40 | 2024-08-16T17:39:38 | squidex | Squidex/squidex | 2,222 | 925 |
```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
/**
* Boolean indicating if the current environment is a mobile device.
*
* @example
*... | /content/code_sandbox/lib/node_modules/@stdlib/assert/is-mobile/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 107 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="path_to_url">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration ... | /content/code_sandbox/native_client/dotnet/DeepSpeechConsole/DeepSpeechConsole.csproj | xml | 2016-06-02T15:04:53 | 2024-08-16T13:13:57 | DeepSpeech | mozilla/DeepSpeech | 24,922 | 819 |
```xml
import * as nodeChildProcess from "child_process";
import { kill } from "process";
import { ErrorHelper } from "../error/errorHelper";
import { InternalErrorCode } from "../error/internalErrorCode";
import { notNullOrUndefined } from "../utils";
// Uncomment the following lines to record all spawned processes ... | /content/code_sandbox/src/common/node/childProcess.ts | xml | 2016-01-20T21:10:07 | 2024-08-16T15:29:52 | vscode-react-native | microsoft/vscode-react-native | 2,617 | 1,254 |
```xml
import { createAsyncAction, createStandardAction } from 'typesafe-actions';
import {
SignInResponseBody,
SignUpResponseBody
} from '@nuclear/core/src/rest/Nuclear/Identity.types';
import { ErrorBody } from '@nuclear/core/src/rest/Nuclear/types';
import { NuclearIdentity } from '../actionTypes';
export con... | /content/code_sandbox/packages/app/app/actions/nuclear/identity.ts | xml | 2016-09-22T22:58:21 | 2024-08-16T15:47:39 | nuclear | nukeop/nuclear | 11,862 | 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.
*/
// TypeScript Version: 4.1
/**
* Tests if a double-precision floating-point numeric value is a nonpositive finite... | /content/code_sandbox/lib/node_modules/@stdlib/math/base/assert/is-nonpositive-finite/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 243 |
```xml
import 'reflect-metadata';
import {
type EmailCtor,
type EmailCtorArgs as AccountsEmailCtorArgs,
getEmailCtor,
} from '@accounts/mikro-orm';
import { Entity, Property } from '@mikro-orm/core';
import { type User } from './user';
export type EmailCtorArgs = AccountsEmailCtorArgs<User> & {
fullName: strin... | /content/code_sandbox/examples/graphql-server-mikro-orm-postgres/src/entities/email.ts | xml | 2016-10-07T01:43:23 | 2024-07-14T11:57:08 | accounts | accounts-js/accounts | 1,492 | 154 |
```xml
import { basename } from 'node:path';
import type { Path } from '@storybook/core/types';
/**
* Calculate a name to use for a docs entry if not specified. The rule is:
*
* 1. If the name of the MDX file is the "same" as the CSF file (e.g. Button.mdx, Button.stories.jsx)
* use the default name.
* 2. Else... | /content/code_sandbox/code/core/src/core-server/utils/autoName.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 239 |
```xml
<controls:ContentPopup x:Class="Telegram.Views.Popups.InputPopup"
xmlns="path_to_url"
xmlns:d="path_to_url"
xmlns:x="path_to_url"
xmlns:mc="path_to_url"
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"... | /content/code_sandbox/Telegram/Views/Popups/InputPopup.xaml | xml | 2016-05-23T09:03:33 | 2024-08-16T16:17:48 | Unigram | UnigramDev/Unigram | 3,744 | 345 |
```xml
import { TemplateImpl } from './template-impl'
import type { Emitter } from '../emitters/emitter'
import type { Parser, Tokenizer } from '../parser'
import type { Context } from '../context/context'
import type { TopLevelToken, TagToken } from '../tokens'
import type { Template } from './template'
import type { ... | /content/code_sandbox/src/template/tag.ts | xml | 2016-06-13T07:39:30 | 2024-08-16T16:56:50 | liquidjs | harttle/liquidjs | 1,485 | 231 |
```xml
// See LICENSE.txt for license information.
/* eslint-disable max-lines */
import DatabaseManager from '@database/manager';
import {
updateDraftFile,
removeDraftFile,
updateDraftMessage,
addFilesToDraft,
removeDraft,
updateDraftPriority,
} from './draft';
import type ServerDataOperato... | /content/code_sandbox/app/actions/local/draft.test.ts | xml | 2016-10-07T16:52:32 | 2024-08-16T12:08:38 | mattermost-mobile | mattermost/mattermost-mobile | 2,155 | 1,991 |
```xml
import chalk from 'chalk';
import { LOGO, NAME } from '@vercel-internals/constants';
import Table, { CellOptions } from 'cli-table3';
import { noBorderChars } from '../util/output/table';
import { globalCommandOptions } from '../util/arg-common';
const INDENT = ' '.repeat(2);
const NEWLINE = '\n';
export type ... | /content/code_sandbox/packages/cli/src/commands/help.ts | xml | 2016-09-09T01:12:08 | 2024-08-16T17:39:45 | vercel | vercel/vercel | 12,545 | 2,002 |
```xml
import type { RouterOptions } from '@nuxt/schema'
export default <RouterOptions>{
linkActiveClass: 'foo-active-class',
linkExactActiveClass: 'foo-exact-active-class'
}
``` | /content/code_sandbox/test/fixtures/basic/extends/node_modules/foo/app/router.options.ts | xml | 2016-10-26T11:18:47 | 2024-08-16T19:32:46 | nuxt | nuxt/nuxt | 53,705 | 43 |
```xml
declare interface ITenantWideExtensionManagerWebPartStrings {
}
declare module 'TenantWideExtensionManagerWebPartStrings' {
const strings: ITenantWideExtensionManagerWebPartStrings;
export = strings;
}
``` | /content/code_sandbox/samples/react-extension-manager/src/webparts/tenantWideExtensionManager/loc/mystrings.d.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 44 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="debug|x64">
<Configuration>debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfigura... | /content/code_sandbox/PhysX_3.4/Source/compiler/vc12win64/LowLevelCloth.vcxproj | xml | 2016-10-12T16:34:31 | 2024-08-16T09:40:38 | PhysX-3.4 | NVIDIAGameWorks/PhysX-3.4 | 2,343 | 5,372 |
```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 } from '@stdlib/types/iter';... | /content/code_sandbox/lib/node_modules/@stdlib/stats/iter/cumaxabs/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 270 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="path_to_url">
<ItemGroup>
<CustomBuild Include="CMakeFiles\e900ecaa291cea520b30854a0011de63\PACKAGE_force.rule">
<Filter>CMake Rules</Filter>
</CustomBuild>
</ItemGroup>
<ItemGroup>
<Filter Include="CMake Rules">
... | /content/code_sandbox/thirdparty/Lz4/Lz4_131/vs2010/PACKAGE.vcxproj.filters | xml | 2016-03-18T17:55:48 | 2024-08-15T18:11:38 | opentoonz | opentoonz/opentoonz | 4,445 | 143 |
```xml
import React from 'react';
import { PluginLayout } from '@erxes/ui/src/styles/main';
import GeneralRoutes from './generalRoutes';
import { AppProvider } from 'coreui/appContext';
import '@erxes/ui/src/styles/global-styles';
import 'erxes-icon/css/erxes.min.css';
import '@erxes/ui/src/styles/style.min.css';
impor... | /content/code_sandbox/packages/plugin-tasks-ui/src/App.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 158 |
```xml
import { CodedError, EventSubscription, UnavailabilityError } from 'expo-modules-core';
import {
AppleAuthenticationCredential,
AppleAuthenticationCredentialState,
AppleAuthenticationOperation,
AppleAuthenticationRefreshOptions,
AppleAuthenticationSignInOptions,
AppleAuthenticationSignOutOptions,
} ... | /content/code_sandbox/packages/expo-apple-authentication/src/AppleAuthentication.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 1,343 |
```xml
export {
messageToSayable,
payloadToSayableWechaty,
sayableToPayload,
} from '../sayable/mod.js'
``` | /content/code_sandbox/src/mods/helpers.ts | xml | 2016-05-01T14:36:45 | 2024-08-16T17:27:03 | wechaty | wechaty/wechaty | 19,828 | 33 |
```xml
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import { PhaseView } from "../src/view";
import { anyToString, ViewElements, isIterable } from "../src/util";
import { MySelection } from "../src/selection";
import { SourceResolver } from "./source-resolver"... | /content/code_sandbox/current/deps/v8/tools/turbolizer/src/text-view.ts | xml | 2016-10-10T12:09:49 | 2024-08-11T15:13:17 | node-packer | pmq20/node-packer | 3,069 | 1,823 |
```xml
<resources>
<string name="app_name">Open Note Scanner</string>
<string name="title_activity_gallery">Galeri</string>
<string name="title_activity_full_image">Taranm resim grntleme</string>
<string name="images_scanned">Taranm resimler</string>
<string name="action_share">Payla</string>
<s... | /content/code_sandbox/app/src/main/res/values-tr/strings.xml | xml | 2016-02-10T11:14:38 | 2024-08-14T18:33:50 | OpenNoteScanner | allgood/OpenNoteScanner | 1,332 | 1,822 |
```xml
import { Component, Input } from "@angular/core";
import { ProviderUserBulkRequest } from "@bitwarden/common/admin-console/models/request/provider/provider-user-bulk.request";
import { BulkRemoveComponent as OrganizationBulkRemoveComponent } from "@bitwarden/web-vault/app/admin-console/organizations/members/com... | /content/code_sandbox/bitwarden_license/bit-web/src/app/admin-console/providers/manage/bulk/bulk-remove.component.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 202 |
```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 {TestKey} from '@angular/cdk/testing';
import {MatChipEditInputHarness} from './chip-edit-input-harness';
import {MatChipHarness} from './chip-harness';
import {Ch... | /content/code_sandbox/src/material/chips/testing/chip-row-harness.ts | xml | 2016-01-04T18:50:02 | 2024-08-16T11:21:13 | components | angular/components | 24,263 | 378 |
```xml
// See LICENSE in the project root for license information.
import { ScopedCommandLineAction } from '../providers/ScopedCommandLineAction';
import type { CommandLineStringParameter } from '../parameters/CommandLineStringParameter';
import { CommandLineParser } from '../providers/CommandLineParser';
import type ... | /content/code_sandbox/libraries/ts-command-line/src/test/AliasedCommandLineAction.test.ts | xml | 2016-09-30T00:28:20 | 2024-08-16T18:54:35 | rushstack | microsoft/rushstack | 5,790 | 2,742 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:xsd="path_to_url" xmlns:flowable="path_to_url" xmlns:bpmndi="path_to_url" xmlns:omgdc="path_to_url" xmlns:omgdi="path_to_url" typeLanguage="path_to_url" expressionLanguage="path_to_url" targetNamespace="path_to_... | /content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/event/signal/SignalEventSubprocessTest.testStartingAdditionalTasks.bpmn20.xml | xml | 2016-10-13T07:21:43 | 2024-08-16T15:23:14 | flowable-engine | flowable/flowable-engine | 7,715 | 3,541 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE language SYSTEM "language.dtd">
<language name="ASP" version="9" kateversion="5.44" section="Markup" extensions="*.asp;" mimetype="text/x-asp-src;text/x-asp-src" author="Antonio Salazar (savedfastcool@gmail.com)" license="LGPL">
<highlighting>
<list n... | /content/code_sandbox/syntax/asp.xml | xml | 2016-08-19T16:25:54 | 2024-08-11T08:59:44 | matterhorn | matterhorn-chat/matterhorn | 1,027 | 4,501 |
```xml
<Project>
<!-- Empty Directory.Build.props file to prevent test asset projects from picking up the repo's Directory.Build.props' -->
</Project>
``` | /content/code_sandbox/src/Layout/redist/targets/test/Empty.props | xml | 2016-07-22T21:26:02 | 2024-08-16T17:23:58 | sdk | dotnet/sdk | 2,627 | 29 |
```xml
import { RemovalPolicy } from "aws-cdk-lib";
import {
AccountRecovery,
CfnUserPoolUser,
Mfa,
OAuthScope,
UserPool,
UserPoolClient,
UserPoolDomain,
} from "aws-cdk-lib/aws-cognito";
import { Construct } from "constructs";
export interface AppAuthProps {
email: string;
callbackDomain: string;
}
... | /content/code_sandbox/applications/feedback_sentiment_analyzer/cdk/lib/constructs/app-auth.ts | xml | 2016-08-18T19:06:57 | 2024-08-16T18:59:44 | aws-doc-sdk-examples | awsdocs/aws-doc-sdk-examples | 9,298 | 422 |
```xml
import { splitQueryInString } from '@/Utils'
import { classNames } from '@standardnotes/utils'
import { getTitleForLinkedTag } from '@/Utils/Items/Display/getTitleForLinkedTag'
import { getIconForItem } from '@/Utils/Items/Icons/getIconForItem'
import { LinkableItem } from '@/Utils/Items/Search/LinkableItem'
imp... | /content/code_sandbox/packages/web/src/javascripts/Components/LinkedItems/LinkedItemMeta.tsx | xml | 2016-12-05T23:31:33 | 2024-08-16T06:51:19 | app | standardnotes/app | 5,180 | 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>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_... | /content/code_sandbox/Vendor/SwiftGen/Pods/Target Support Files/GenumKit/Info.plist | xml | 2016-06-12T02:03:36 | 2024-08-13T13:02:39 | Iconic | home-assistant/Iconic | 1,576 | 245 |
```xml
import * as React from 'react';
import { Button, Flex, Grid, Ref, Segment } from '@fluentui/react-northstar';
type RefExampleState = {
isMounted: boolean;
};
class RefExample extends React.Component<{}, RefExampleState> {
state = { isMounted: false };
createdRef = React.createRef<HTMLButtonElement>();
... | /content/code_sandbox/packages/fluentui/docs/src/examples/components/Ref/Types/RefExample.shorthand.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 362 |
```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.didispace</groupId>
<artifactId>eureka-feign-upload-server</artifactId>
<version>1.0.0</version>
<packaging>jar</packagi... | /content/code_sandbox/2-Dalston版教程示例/eureka-feign-upload-server/pom.xml | xml | 2016-08-21T03:39:52 | 2024-08-13T15:13:21 | SpringCloud-Learning | dyc87112/SpringCloud-Learning | 7,344 | 483 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="debug|x64">
<Configuration>debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfigura... | /content/code_sandbox/PhysX_3.4/Snippets/compiler/vc15win64/SnippetContactReportCCD.vcxproj | xml | 2016-10-12T16:34:31 | 2024-08-16T09:40:38 | PhysX-3.4 | NVIDIAGameWorks/PhysX-3.4 | 2,343 | 4,858 |
```xml
/**
* @jest-environment @edge-runtime/jest-environment
*/
import { NextResponse } from 'next/dist/server/web/spec-extension/response'
const toJSON = async (response: Response) => ({
body: await response.json(),
contentType: response.headers.get('content-type'),
status: response.status,
})
it('automati... | /content/code_sandbox/test/unit/web-runtime/next-response.test.ts | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 402 |
```xml
import React from 'react';
import BrowserOnly from '@docusaurus/BrowserOnly';
import {Tabs, Tab} from './tabs';
import {useStore} from '../store/device-store';
interface DeviceTabsProps {
devices?: ('webgl2' | 'webgpu')[];
}
const DEFAULT_DEVICE_TABS_PROPS: Required<DeviceTabsProps> = {
devices: ['webgl2'... | /content/code_sandbox/website/src/react-luma/components/device-tabs.tsx | xml | 2016-01-25T09:41:59 | 2024-08-16T10:03:05 | luma.gl | visgl/luma.gl | 2,280 | 333 |
```xml
import * as React from 'react';
import { styled } from '../../Utilities';
import { DetailsColumnBase } from './DetailsColumn.base';
import { getDetailsColumnStyles } from './DetailsColumn.styles';
import type { IDetailsColumnProps, IDetailsColumnStyleProps, IDetailsColumnStyles } from './DetailsColumn.types';
e... | /content/code_sandbox/packages/react/src/components/DetailsList/DetailsColumn.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 130 |
```xml
import { EntitySchema } from "../../../../src"
import Post from "./Post"
let id = 0
export default class PostAttachment {
postPostId: number
postOtherId: number
attachmentId: number
post: Post
constructor() {
this.attachmentId = id++
}
}
export const PostAttachmentSchema = n... | /content/code_sandbox/test/github-issues/6416/entity/PostAttachment.ts | xml | 2016-02-29T07:41:14 | 2024-08-16T18:28:52 | typeorm | typeorm/typeorm | 33,875 | 199 |
```xml
import { scrypt as _nobleSync, scryptAsync as _nobleAsync } from "@noble/hashes/scrypt";
import { getBytes, hexlify as H } from "../utils/index.js";
import type { BytesLike } from "../utils/index.js";
/**
* A callback during long-running operations to update any
* UI or provide programatic access to the p... | /content/code_sandbox/src.ts/crypto/scrypt.ts | xml | 2016-07-16T04:35:37 | 2024-08-16T13:37:46 | ethers.js | ethers-io/ethers.js | 7,843 | 1,346 |
```xml
import React, { CSSProperties, ReactElement, useRef, useState } from 'react';
import { ContentState, EditorState } from 'draft-js';
import Editor from '@draft-js-plugins/editor';
import createMentionPlugin, {
defaultSuggestionsFilter,
} from '@draft-js-plugins/mention';
import editorStyles from './editorStyles... | /content/code_sandbox/stories/mentions-with-whitespace/src/MentionEditorWithWhitespaceSupport.tsx | xml | 2016-02-26T09:54:56 | 2024-08-16T18:16:31 | draft-js-plugins | draft-js-plugins/draft-js-plugins | 4,087 | 748 |
```xml
import { IGitHubService, IGitHubContributor, IAuthorCommit } from "./IGitHubService.types";
import { HttpClient, HttpClientResponse } from '@microsoft/sp-http';
export class GitHubService implements IGitHubService {
/**
* Gets a list of github commits in a repo for a single contributor
* @param client ... | /content/code_sandbox/samples/react-chartcontrol/src/services/GitHubService/GitHubService.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 595 |
```xml
export * from './wrapSchema.js';
export {
defaultCreateProxyingResolver,
generateProxyingResolvers,
} from './generateProxyingResolvers.js';
export * from './transforms/index.js';
export * from './types.js';
export * from './introspect.js';
``` | /content/code_sandbox/packages/wrap/src/index.ts | xml | 2016-03-22T00:14:38 | 2024-08-16T02:02:06 | graphql-tools | ardatan/graphql-tools | 5,331 | 58 |
```xml
export type XMLValue = boolean | number | string | null | XMLArray | XMLObject;
export interface XMLArray extends Array<XMLValue> {
}
export interface XMLObject {
[key: string]: XMLValue | undefined;
}
export declare function writeXMLAsync(options: {
path: string;
xml: any;
}): Promise<void>;
export ... | /content/code_sandbox/packages/@expo/config-plugins/build/utils/XML.d.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 227 |
```xml
import { Column, Entity, PrimaryGeneratedColumn } from "../../../../../../src"
@Entity()
export class Post {
@PrimaryGeneratedColumn()
id: number
@Column()
title: string
@Column()
useTitle: boolean
@Column()
firstName: string
@Column()
lastName: string
@Column({
... | /content/code_sandbox/test/functional/database-schema/generated-columns/sqlite/entity/Post.ts | xml | 2016-02-29T07:41:14 | 2024-08-16T18:28:52 | typeorm | typeorm/typeorm | 33,875 | 164 |
```xml
import * as fs from "fs"
import * as prettier from "prettier"
const mapLines = (s: string, func: (s: string) => string) => s.split("\n").map(func).join("\n")
const createDTS = () => {
const header = `//
// Autogenerated from scripts/danger-dts.ts
//
import { Octokit as GitHub } from "@octokit/rest"
import t... | /content/code_sandbox/scripts/danger-dts.ts | xml | 2016-08-20T12:57:06 | 2024-08-13T14:00:02 | danger-js | danger/danger-js | 5,229 | 806 |
```xml
declare /* module */ namespace A {}
``` | /content/code_sandbox/tests/format/typescript/conformance/types/moduleDeclaration/kind-detection.ts | xml | 2016-11-29T17:13:37 | 2024-08-16T17:29:57 | prettier | prettier/prettier | 48,913 | 8 |
```xml
function removeHtmlTags(input: string): string {
let previous;
do {
previous = input;
input = input.replace(/<[^>]*>?/gm, '');
} while (input !== previous);
return input;
}
export function cleanDescription(description: string): string {
let output = description;
// remove html tags from desc... | /content/code_sandbox/packages/ui-components/src/components/Search/utils.ts | xml | 2016-04-15T16:21:12 | 2024-08-16T09:38:01 | verdaccio | verdaccio/verdaccio | 16,189 | 135 |
```xml
import type { Comment } from "../../interfaces";
import distanceToNow from "../../lib/dateRelative";
import { useAuth0 } from "@auth0/auth0-react";
type CommentListProps = {
comments?: Comment[];
onDelete: (comment: Comment) => Promise<void>;
};
export default function CommentList({ comments, onDelete }: C... | /content/code_sandbox/examples/blog-with-comment/components/comment/list.tsx | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 350 |
```xml
import {
Component,
EventEmitter,
Input,
OnDestroy,
OnInit,
Output,
ViewChild,
} from '@angular/core';
import { ConfigurationService } from '../../../../services/config.service';
import { Robot } from '../../../../../../ng-swagger-gen/models/robot';
import { ListAllProjectsComponent }... | /content/code_sandbox/src/portal/src/app/base/left-side-nav/system-robot-accounts/new-robot/new-robot.component.ts | xml | 2016-01-28T21:10:28 | 2024-08-16T15:28:34 | harbor | goharbor/harbor | 23,335 | 3,183 |
```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, WIT... | /content/code_sandbox/java/memory/memory-unsafe/pom.xml | xml | 2016-02-17T08:00:23 | 2024-08-16T19:00:48 | arrow | apache/arrow | 14,094 | 288 |
```xml
import * as compose from "lodash.flowright";
import {
BoardsGetLastQueryResponse,
IBoard
} from "@erxes/ui-sales/src/boards/types";
import { router as routerUtils, withProps } from "@erxes/ui/src/utils";
import Home from "../components/Home";
import { IOption } from "../types";
import React, { useEffect } ... | /content/code_sandbox/packages/plugin-sales-ui/src/settings/boards/containers/Home.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 546 |
```xml
import { bindAll } from 'underscore';
import Frame from '../../canvas/model/Frame';
import Editor from '../../editor';
import { CommandObject } from './CommandAbstract';
import { isDef } from '../../utils/mixins';
export default {
init() {
bindAll(this, '_onFramesChange');
},
run(ed) {
this.toggl... | /content/code_sandbox/src/commands/view/SwitchVisibility.ts | xml | 2016-01-22T00:23:19 | 2024-08-16T11:20:59 | grapesjs | GrapesJS/grapesjs | 21,687 | 377 |
```xml
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const UserFollowedIcon = createSvgIcon({
svg: ({ classes }) => (
<svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false">
<path d="M1397 1550q-21-114-78-210t-141-166-189-110-221-40q... | /content/code_sandbox/packages/react-icons-mdl2/src/components/UserFollowedIcon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 409 |
```xml
<RelativeLayout xmlns:android="path_to_url"
xmlns:tools="path_to_url"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerview"
android:layout_width="fill_parent"
android:layout_heig... | /content/code_sandbox/filepicker/src/main/res/layout/fragment_photo_picker.xml | xml | 2016-07-31T20:07:34 | 2024-08-14T09:28:50 | Android-FilePicker | DroidNinja/Android-FilePicker | 2,691 | 161 |
```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>BuildMachineOSBuild</key>
<string>11G63</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>VoodooHDA</string... | /content/code_sandbox/Clover-Configs/Asus/A550J/CLOVER/kexts/10.11/VoodooHDA.kext/Contents/Info.plist | xml | 2016-11-05T04:22:54 | 2024-08-12T19:25:53 | Hackintosh-Installer-University | huangyz0918/Hackintosh-Installer-University | 3,937 | 1,328 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug-c++17|Win32">
<Configuration>Debug-c++17</Configuration>
<Platform>Win32</Platform>
</ProjectConfigu... | /content/code_sandbox/extern/libcds/projects/Win/vc141/stress-set-delodd.vcxproj | xml | 2016-03-16T06:10:37 | 2024-08-16T14:13:51 | firebird | FirebirdSQL/firebird | 1,223 | 13,549 |
```xml
import cn from "classnames";
import React, { FunctionComponent } from "react";
import { withStyles } from "coral-ui/hocs";
import styles from "./Marker.css";
interface Props {
className?: string;
/**
* Override or extend the styles applied to the component.
*/
classes: typeof styles;
children: R... | /content/code_sandbox/client/src/core/client/ui/components/v2/Marker/Marker.tsx | xml | 2016-10-31T16:14:05 | 2024-08-06T16:15:57 | talk | coralproject/talk | 1,881 | 278 |
```xml
// See LICENSE in the project root for license information.
import { HeftTask } from './HeftTask';
import type { InternalHeftSession } from './InternalHeftSession';
import type { IHeftConfigurationJsonPhaseSpecifier } from '../utilities/CoreConfigFiles';
import type { IDeleteOperation } from '../plugins/DeleteF... | /content/code_sandbox/apps/heft/src/pluginFramework/HeftPhase.ts | xml | 2016-09-30T00:28:20 | 2024-08-16T18:54:35 | rushstack | microsoft/rushstack | 5,790 | 1,010 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.