text stringlengths 9 39.2M | dir stringlengths 26 295 | lang stringclasses 185
values | created_date timestamp[us] | updated_date timestamp[us] | repo_name stringlengths 1 97 | repo_full_name stringlengths 7 106 | star int64 1k 183k | len_tokens int64 1 13.8M |
|---|---|---|---|---|---|---|---|---|
```xml
import * as ts from 'typescript';
import { ITypescriptPaths } from '../resolver/pathsLookup';
import { ITypescriptPathsConfig } from '../resolver/resolver';
export interface TypescriptConfig {
basePath?: string;
compilerOptions?: ts.CompilerOptions;
diagnostics?: Array<any>; // all errors come here
jsonC... | /content/code_sandbox/src/interfaces/TypescriptInterfaces.ts | xml | 2016-10-28T10:37:16 | 2024-07-27T15:17:43 | fuse-box | fuse-box/fuse-box | 4,003 | 279 |
```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 { AnalogueGaugeSettings } from '@home/components/widget/lib/analogue-gauge.models';
export interface AnalogueRadial... | /content/code_sandbox/ui-ngx/src/app/modules/home/components/widget/lib/analogue-radial-gauge.models.ts | xml | 2016-12-01T09:33:30 | 2024-08-16T19:58:25 | thingsboard | thingsboard/thingsboard | 16,820 | 97 |
```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 {inject, Injectable, NgZone, OnDestroy} from '@angular/core';
import {Observable, Subject} from 'rxjs';
import {filter, shareReplay, takeUntil} from 'rxjs/operators... | /content/code_sandbox/src/cdk/observers/private/shared-resize-observer.ts | xml | 2016-01-04T18:50:02 | 2024-08-16T11:21:13 | components | angular/components | 24,263 | 1,129 |
```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.
-->
<inset xmlns:android="path_to_url"
android:insetLeft="@dimen/appcompat_dialog_background_... | /content/code_sandbox/lib/java/com/google/android/material/dialog/res/drawable/mtrl_dialog_background.xml | xml | 2016-12-05T16:11:29 | 2024-08-16T17:51:42 | material-components-android | material-components/material-components-android | 16,176 | 173 |
```xml
<!--
***********************************************************************************************
Sdk.targets
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
created a backup copy. Incorrect changes to this file will make it
impossible to load or bui... | /content/code_sandbox/src/Tasks/Microsoft.NET.Build.Tasks/sdk/Sdk.targets | xml | 2016-07-22T21:26:02 | 2024-08-16T17:23:58 | sdk | dotnet/sdk | 2,627 | 985 |
```xml
/*
* one or more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
*/
import {
fireEvent,
render,
screen,
waitFor,
waitForElementToBeRemoved,
} from 'modules/testing-library';
import {Component} from './index';... | /content/code_sandbox/tasklist/client/src/StartProcessFromForm/index.test.tsx | xml | 2016-03-20T03:38:04 | 2024-08-16T19:59:58 | camunda | camunda/camunda | 3,172 | 1,471 |
```xml
import * as React from 'react';
import { createSvgIcon } from '../utils/createSvgIcon';
export const WordColorIcon = createSvgIcon({
svg: ({ classes }) => (
<svg role="presentation" focusable="false" viewBox="0 0 32 32" className={classes.svg}>
<path
d="M9.5 29H28.5C28.775 29 29 28.775 29 28... | /content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/WordColorIcon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 1,174 |
```xml
import * as React from 'react';
import { DemoPage } from '../DemoPage';
import { MarqueeSelectionPageProps } from '@fluentui/react-examples/lib/react/MarqueeSelection/MarqueeSelection.doc';
export const MarqueeSelectionPage = (props: { isHeaderVisible: boolean }) => (
<DemoPage
jsonDocs={require('../../... | /content/code_sandbox/apps/public-docsite-resources/src/components/pages/MarqueeSelectionPage.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 103 |
```xml
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const GiftboxIcon = createSvgIcon({
svg: ({ classes }) => (
<svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false">
<path d="M1792 768v1280H128V768h292q-35-59-35-128 0-53 20-99t54-... | /content/code_sandbox/packages/react-icons-mdl2/src/components/GiftboxIcon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 364 |
```xml
<vector xmlns:android="path_to_url" android:height="34.0dp" android:tint="?attr/colorControlNormal" android:viewportHeight="512" android:viewportWidth="512" android:width="34.0dp">
<path android:fillColor="@android:color/white" android:pathData="M288 130.54V112h16c8.84 0 16-7.16 16-16V80c0-8.84-7.16-16-16-16... | /content/code_sandbox/app/src/main/res/drawable/ic_preset_fas_concierge_bell.xml | xml | 2016-07-02T10:44:04 | 2024-08-16T18:55:54 | StreetComplete | streetcomplete/StreetComplete | 3,781 | 280 |
```xml
import { createContext, useCallback, useContext, useRef } from 'react';
import { querySharedURLChildren } from '@proton/shared/lib/api/drive/sharing';
import type { LinkChildrenResult } from '@proton/shared/lib/interfaces/drive/link';
import { linkMetaToEncryptedLink, usePublicSession } from '../../_api';
impo... | /content/code_sandbox/applications/drive/src/app/store/_links/useLinksListing/usePublicLinksListing.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 981 |
```xml
export const parameters = {
docs: {
story: { inline: true },
},
};
``` | /content/code_sandbox/code/renderers/preact/src/entry-preview-docs.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 21 |
```xml
import { generateModels } from "./connectionResolver";
import { sendMessage } from "@erxes/api-utils/src/core";
import type {
MessageArgs,
MessageArgsOmitService
} from "@erxes/api-utils/src/core";
import { checkVouchersSale, confirmVoucherSale } from "./utils";
import {
consumeQueue,
consumeRPCQueue
} ... | /content/code_sandbox/packages/plugin-loyalties-api/src/messageBroker.ts | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 697 |
```xml
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
// import component
import { NotFoundComponent } from './components/not-found/not-found.component';
const routes: Routes = [
{
path: '',
loadChildren: './components/home/home.module#HomeModule',
data... | /content/code_sandbox/frontend_v2/src/app/app-routing.module.ts | xml | 2016-10-21T00:51:45 | 2024-08-16T14:41:56 | EvalAI | Cloud-CV/EvalAI | 1,736 | 505 |
```xml
import './attr.js';
import type { PlainObject } from '../shared/helper.js';
declare module '../shared/core.js' {
interface JQ<T = HTMLElement> {
/**
* CSS
* @param name CSS
* @param value
* CSS
*
* CSS `this`
*
* `undefined` CSS
*
* `null` CSS
... | /content/code_sandbox/packages/jq/src/methods/css.ts | xml | 2016-07-11T17:39:02 | 2024-08-16T07:12:34 | mdui | zdhxiong/mdui | 4,077 | 458 |
```xml
export function hasNodes(...nodes: (Node[] | undefined)[]) {
return nodes.some(nodes => (nodes?.length ?? 0) > 0);
}
export function nodeTypeFilter(nodeType: Node['nodeType']) {
return (node: Node) => node.nodeType === nodeType;
}
``` | /content/code_sandbox/src/webviews/apps/shared/components/helpers/slots.ts | xml | 2016-08-08T14:50:30 | 2024-08-15T21:25:09 | vscode-gitlens | gitkraken/vscode-gitlens | 8,889 | 62 |
```xml
import * as React from 'react';
import type { ReactNode } from 'react';
import { ProtonLogo } from '@proton/components/components';
import clsx from '@proton/utils/clsx';
interface PublicLayoutProps {
img?: ReactNode;
header?: ReactNode;
main: ReactNode;
footer?: ReactNode;
below?: ReactNod... | /content/code_sandbox/applications/account/src/app/components/PublicLayout.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 332 |
```xml
// Joo Mendes
// Mar 2019
//
import * as React from 'react';
//import styles from '../../webparts/siteDesigns/components/SiteDesigns.module.scss';
import { ISiteScriptsProps } from './ISiteScriptsProps';
import { escape } from '@microsoft/sp-lodash-subset';
import { ListView, IViewField, SelectionMode, GroupOrd... | /content/code_sandbox/samples/react-manage-sitedesigns/src/controls/siteScripts/SiteScripts.tsx | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 3,139 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
... | /content/code_sandbox/third_party/WebKit/Source/platform/blink_common.vcxproj | xml | 2016-09-27T03:41:10 | 2024-08-16T10:42:57 | miniblink49 | weolar/miniblink49 | 7,069 | 12,712 |
```xml
export class UpdateMultiChoice {
public __metadata = { "type": "Collection(Edm.String)" };
constructor(
public readonly results: string[]
) {
}
}
``` | /content/code_sandbox/samples/react-rhythm-of-business-calendar/src/common/sharepoint/update/UpdateMultiChoice.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 40 |
```xml
const durabilityMetricsSelectable: Immutable.OrderedSet<
SomeReportingMetric,
> = myExperienceSelectable.concat(otherDurabilityMetricsSelectable);
``` | /content/code_sandbox/tests/format/typescript/assignment/issue-5370.ts | xml | 2016-11-29T17:13:37 | 2024-08-16T17:29:57 | prettier | prettier/prettier | 48,913 | 28 |
```xml
import { ITheme } from '@fluentui/react';
import {
BaseComponentContext,
IReadonlyTheme,
} from '@microsoft/sp-component-base';
import { IUser } from '../IUser';
export interface IGlobalState {
title: string;
numberDays: number;
upcomingBirthdaysMessage?: string;
upcomingBirthdaysBackgroundImage?: ... | /content/code_sandbox/samples/react-modern-birthdays/src/models/birthdays/IGlobalState.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 226 |
```xml
import { AbstractLogger } from "./AbstractLogger"
import { debug, Debugger } from "debug"
import { LogLevel, LogMessage, LogMessageType } from "./Logger"
import { QueryRunner } from "../query-runner/QueryRunner"
/**
* Performs logging of the events in TypeORM via debug library.
*/
export class DebugLogger ext... | /content/code_sandbox/src/logger/DebugLogger.ts | xml | 2016-02-29T07:41:14 | 2024-08-16T18:28:52 | typeorm | typeorm/typeorm | 33,875 | 533 |
```xml
import React from 'react';
import { Badge, HStack } from 'native-base';
export function Example() {
return (
<HStack space={{ base: 2, sm: 4 }} mx={{ base: 'auto', md: 0 }}>
<Badge colorScheme="success">SUCCESS</Badge>
<Badge colorScheme="danger">DANGER</Badge>
<Badge colorScheme="info">... | /content/code_sandbox/example/storybook/stories/components/composites/Badge/color.tsx | xml | 2016-04-15T11:37:23 | 2024-08-14T16:16:44 | NativeBase | GeekyAnts/NativeBase | 20,132 | 114 |
```xml
// See LICENSE.txt for license information.
import {withDatabase, withObservables} from '@nozbe/watermelondb/react';
import {observeCurrentUserId} from '@queries/servers/system';
import {observeTeammateNameDisplay} from '@queries/servers/user';
import ConvertGMToChannel from './convert_gm_to_channel';
import... | /content/code_sandbox/app/screens/convert_gm_to_channel/index.tsx | xml | 2016-10-07T16:52:32 | 2024-08-16T12:08:38 | mattermost-mobile | mattermost/mattermost-mobile | 2,155 | 151 |
```xml
import { useEnvironment } from '@/react/portainer/environments/queries';
import { useEnvironmentId } from './useEnvironmentId';
export function useCurrentEnvironment(force = true) {
const id = useEnvironmentId(force);
return useEnvironment(id);
}
``` | /content/code_sandbox/app/react/hooks/useCurrentEnvironment.ts | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 54 |
```xml
enum Foo {
First,
Last,
}
enum Bar{ Last=Foo.Last, Delete };
let x = Bar.Delete; // TS9210 - cannot compute enum value
``` | /content/code_sandbox/tests/errors-test/cases/enums.ts | xml | 2016-01-24T19:35:52 | 2024-08-16T16:39:39 | pxt | microsoft/pxt | 2,069 | 38 |
```xml
export * from './with-error-component';
export * from './error-component';
``` | /content/code_sandbox/src/renderer/containers/error/index.tsx | xml | 2016-05-14T02:18:49 | 2024-08-16T02:46:28 | ElectroCRUD | garrylachman/ElectroCRUD | 1,538 | 16 |
```xml
import { Component } from '@angular/core';
import { Code } from '@domain/code';
@Component({
selector: 'options-doc',
template: `
<app-docsectiontext>
<p>The properties of scroller component can be used like an object in it.</p>
</app-docsectiontext>
<app-code [code]=... | /content/code_sandbox/src/app/showcase/doc/scroller/scrolloptionsdoc.ts | xml | 2016-01-16T09:23:28 | 2024-08-16T19:58:20 | primeng | primefaces/primeng | 9,969 | 356 |
```xml
import React from 'react';
type IconProps = React.SVGProps<SVGSVGElement>;
export declare const IcGlobe: (props: IconProps) => React.JSX.Element;
export {};
``` | /content/code_sandbox/packages/icons/lib/icGlobe.d.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 43 |
```xml
import { ARIAButtonSlotProps } from '@fluentui/react-aria';
import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities';
import { NavSize } from '../Nav/Nav.types';
export type AppItemSlots = {
/**
* The root element of the AppItem.
*/
root: NonNullable<Slot<ARIAButtonSlotPro... | /content/code_sandbox/packages/react-components/react-nav-preview/library/src/components/AppItem/AppItem.types.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 189 |
```xml
import { c } from 'ttag';
import { MAIL_APP_NAME } from '@proton/shared/lib/constants';
import isTruthy from '@proton/utils/isTruthy';
import { Badge } from '../../components';
import type { KeyStatus } from './shared/interface';
import { KeyType } from './shared/interface';
const KeysStatus = ({
type,
... | /content/code_sandbox/packages/components/containers/keys/KeysStatus.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 590 |
```xml
import { type ExecutionEnv } from './env'
export type Dependencies = Record<string, string>
export type PackageBin = string | { [commandName: string]: string }
export type PackageScripts = {
[name: string]: string
} & {
prepublish?: string
prepare?: string
prepublishOnly?: string
prepack?: string
... | /content/code_sandbox/packages/types/src/package.ts | xml | 2016-01-28T07:40:43 | 2024-08-16T12:38:47 | pnpm | pnpm/pnpm | 28,869 | 882 |
```xml
import { GraphQLSchema, Kind, NamedTypeNode, visit } from 'graphql';
import { DelegationContext, SubschemaConfig, Transform } from '@graphql-tools/delegate';
import {
ExecutionRequest,
ExecutionResult,
MapperKind,
mapSchema,
renameType,
visitData,
} from '@graphql-tools/utils';
interface RenameRootT... | /content/code_sandbox/packages/wrap/src/transforms/RenameRootTypes.ts | xml | 2016-03-22T00:14:38 | 2024-08-16T02:02:06 | graphql-tools | ardatan/graphql-tools | 5,331 | 560 |
```xml
// TODO: Figure out how to actually parse particles.
// At the moment this is just a hack to get the ground zippers to show up in the renderer.
import { mat4, ReadonlyMat4 } from "gl-matrix";
import { GfxDevice } from "../gfx/platform/GfxPlatform.js";
import { GfxRenderInstManager } from "../gfx/render/GfxRende... | /content/code_sandbox/src/DiddyKongRacing/DkrParticle.ts | xml | 2016-10-06T21:43:45 | 2024-08-16T17:03:52 | noclip.website | magcius/noclip.website | 3,206 | 1,403 |
```xml
import React, { useEffect, useState } from 'react';
import { StyleSheet } from 'react-native';
import stylesWeb from './styles.module.css';
import {
GestureHandlerRootView,
GestureDetector,
Gesture,
} from 'react-native-gesture-handler';
import Animated, {
useAnimatedStyle,
useSharedValue,
} from 'reac... | /content/code_sandbox/docs/src/components/GestureExamples/PinchExample/index.tsx | xml | 2016-10-27T08:31:38 | 2024-08-16T12:03:40 | react-native-gesture-handler | software-mansion/react-native-gesture-handler | 5,989 | 1,291 |
```xml
import log from "../../../server/log";
import {expect} from "chai";
import TestUtil from "../../util";
import sinon from "ts-sinon";
import packagePlugin from "../../../server/plugins/packages";
let packages: typeof packagePlugin;
describe("packages", function () {
let logInfoStub: sinon.SinonStub<string[], v... | /content/code_sandbox/test/plugins/packages/indexTest.ts | xml | 2016-02-09T03:16:03 | 2024-08-16T10:52:38 | thelounge | thelounge/thelounge | 5,518 | 476 |
```xml
import * as compose from "lodash.flowright";
import { Alert, confirm, withProps } from "@erxes/ui/src/utils";
import {
InternalNoteDetailQueryResponse,
InternalNotesEditMutationResponse,
InternalNotesRemoveMutationResponse
} from "@erxes/ui-internalnotes/src/types";
import { mutations, queries } from "@er... | /content/code_sandbox/packages/ui-log/src/activityLogs/containers/items/InternalNote.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 663 |
```xml
import { useApplication } from '@/Components/ApplicationProvider'
import {
ContentType,
DecryptedItemInterface,
TrustedContactInterface,
VaultListingInterface,
} from '@standardnotes/snjs'
import { useCallback, useEffect, useLayoutEffect, useState } from 'react'
import { useStateRef } from './useStateRef... | /content/code_sandbox/packages/web/src/javascripts/Hooks/useItemVaultInfo.ts | xml | 2016-12-05T23:31:33 | 2024-08-16T06:51:19 | app | standardnotes/app | 5,180 | 477 |
```xml
import {classOf, descriptorOf, methodsOf, nameOf} from "@tsed/core";
import chalk from "chalk";
import {CallbackWrapper, Perf} from "./Perf.js";
const loggers = new Map();
export type LEVELS = Record<number, "black" | "red" | "green" | "yellow" | "blue" | "magenta" | "cyan" | "white" | "gray">;
// istanbul ig... | /content/code_sandbox/packages/perf/src/domain/PerfLogger.ts | xml | 2016-02-21T18:38:47 | 2024-08-14T21:19:48 | tsed | tsedio/tsed | 2,817 | 830 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<cobra document="path_to_url">
<name value="XSS"/>
<language value="jsp"/>
<match mode="regex-only-match"><![CDATA[input.*type=(\"|\')?hidden.*=.*request\.get(Parameter|QueryString)]]></match>
<level value="4"/>
<solution>
##
XSS
... | /content/code_sandbox/rules/CVI-140001.xml | xml | 2016-04-15T08:41:15 | 2024-08-16T10:33:17 | Cobra | FeeiCN/Cobra | 3,133 | 159 |
```xml
// Type definitions for jQuery 1.10.x / 2.0.x
// Project: path_to_url
// Definitions by: Boris Yankov <path_to_url Christian Hoffmeister <path_to_url Steve Fenton <path_to_url Diullei Gomes <path_to_url Tass Iliopoulos <path_to_url Jason Swearingen <path_to_url Sean Hill <path_to_url Guus Goossens <path_to_url K... | /content/code_sandbox/samples/jquery-cdn/typings/jquery/jquery.d.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 32,813 |
```xml
import { useEffect, useState } from 'react';
function useMinimumWait(callback: () => void, wait: number, deps: unknown[]) {
const [isTriggered, setTriggered] = useState(false);
useEffect(() => {
if (!isTriggered) {
const timeout = setTimeout(() => {
setTriggered(true);
callback();... | /content/code_sandbox/src/utils/useMinimumWait.ts | xml | 2016-12-04T01:35:27 | 2024-08-14T21:41:58 | MyCrypto | MyCryptoHQ/MyCrypto | 1,347 | 106 |
```xml
import { html, LitElement } from 'lit';
import { classMap } from 'lit/directives/class-map.js';
import { property } from 'lit/decorators.js';
export class CardBase extends LitElement {
/**
* The title of the card
*/
@property()
cardTitle = '';
/**
* The sub-title of the card
*/
@property(... | /content/code_sandbox/libs/components/src/card/card-base.ts | xml | 2016-07-11T23:30:52 | 2024-08-15T15:20:45 | covalent | Teradata/covalent | 2,228 | 394 |
```xml
import { Texture } from 'gpu.js';
import { NeuralNetwork } from './neural-network';
import { NeuralNetworkGPU } from './neural-network-gpu';
import { xorTrainingData } from './test-utils';
describe('NeuralNetworkGPU', () => {
describe('run', () => {
describe('when input is not same as options.inputSize',... | /content/code_sandbox/src/neural-network-gpu.test.ts | xml | 2016-02-13T18:09:44 | 2024-08-15T20:41:49 | brain.js | BrainJS/brain.js | 14,300 | 1,891 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="path_to_url">
<item android:state_checked="true" android:drawable="@drawable/ic_ar_16_9_inside_checked" />
<item android:drawable="@drawable/ic_ar_16_9_inside" />
</selector>
``` | /content/code_sandbox/playerview/src/main/res/drawable/sel_btn_ar_16_9.xml | xml | 2016-08-19T09:59:38 | 2024-07-21T15:24:26 | MvpApp | Rukey7/MvpApp | 2,342 | 70 |
```xml
/*
* Wire
*
* This program is free software: you can redistribute it and/or modify
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPO... | /content/code_sandbox/src/script/auth/component/RouterLink.tsx | xml | 2016-07-21T15:34:05 | 2024-08-16T11:40:13 | wire-webapp | wireapp/wire-webapp | 1,125 | 176 |
```xml
import { getPersonalAccessTokenHandler, WebApi } from "azure-devops-node-api";
import { IGitApi } from "azure-devops-node-api/GitApi";
import {
GitPullRequest,
GitRepository,
PullRequestStatus
} from "azure-devops-node-api/interfaces/GitInterfaces";
import * as cp from "child_process";
import { rand... | /content/code_sandbox/tools/pr-creator/src/index.ts | xml | 2016-04-16T21:00:29 | 2024-08-16T16:41:57 | vscode-cmake-tools | microsoft/vscode-cmake-tools | 1,450 | 2,280 |
```xml
import { CellContext } from '@tanstack/react-table';
import { useEnvironmentId } from '@/react/hooks/useEnvironmentId';
import { Link } from '@@/Link';
import { Service } from '../../../types';
import { columnHelper } from './helper';
export const application = columnHelper.accessor(
(row) => (row.Applica... | /content/code_sandbox/app/react/kubernetes/services/ServicesView/ServicesDatatable/columns/application.tsx | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 211 |
```xml
import { getDealDuration } from '../../../helpers/offerCopies';
import { useDealContext } from './DealContext';
const DealTitle = () => {
const {
deal: { dealName, cycle },
} = useDealContext();
return (
<div className="offer-plan-namePeriod">
<strong className="offer-pl... | /content/code_sandbox/packages/components/containers/offers/components/shared/deal/DealTitle.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 124 |
```xml
import { NbJSThemeOptions, CORPORATE_THEME as baseTheme } from '@nebular/theme';
const baseThemeVariables = baseTheme.variables;
export const CORPORATE_THEME = {
name: 'corporate',
base: 'corporate',
variables: {
temperature: {
arcFill: [ '#ffa36b', '#ffa36b', '#ff9e7a', '#ff9888', '#ff8ea0' ],... | /content/code_sandbox/src/app/@theme/styles/theme.corporate.ts | xml | 2016-05-25T10:09:03 | 2024-08-16T16:34:03 | ngx-admin | akveo/ngx-admin | 25,169 | 2,538 |
```xml
export type SystemInfo = {
platform: string;
platformVersion: string;
cpu: string;
ram: string;
availableDiskSpace: string;
hasMetHardwareRequirements: boolean;
isRTSFlagsModeEnabled: boolean;
};
``` | /content/code_sandbox/source/renderer/app/types/systemInfoTypes.ts | xml | 2016-10-05T13:48:54 | 2024-08-13T22:03:19 | daedalus | input-output-hk/daedalus | 1,230 | 54 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="bg_dark">#BF000000</color>
</resources>
``` | /content/code_sandbox/android/src/main/res/values/colors.xml | xml | 2016-04-13T11:56:29 | 2024-08-16T13:45:57 | react-native-camera-kit | teslamotors/react-native-camera-kit | 2,443 | 35 |
```xml
import { SchemaComposer } from '../..';
import { graphqlVersion } from '../../utils/graphqlVersion';
const sdl = `
directive @test(reason: String = "No longer supported") on FIELD_DEFINITION | ENUM_VALUE | ARGUMENT_DEFINITION | INPUT_FIELD_DEFINITION
type ModifyMe {
id: ID! @test(reason: "asjdk")
... | /content/code_sandbox/src/__tests__/github_issues/246-test.ts | xml | 2016-06-07T07:43:40 | 2024-07-30T19:45:36 | graphql-compose | graphql-compose/graphql-compose | 1,205 | 562 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="path_to_url">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGrou... | /content/code_sandbox/Git.Storage.Entity/Git.Storage.Entity.csproj | xml | 2016-05-19T00:34:01 | 2024-07-23T18:45:11 | gitwms | hechenqingyuan/gitwms | 1,000 | 1,429 |
```xml
import * as JsSIP from 'jssip';
import * as PropTypes from 'prop-types';
import {
CALL_DIRECTION_INCOMING,
CALL_DIRECTION_OUTGOING,
CALL_STATUS_ACTIVE,
CALL_STATUS_IDLE,
CALL_STATUS_STARTING,
SIP_ERROR_TYPE_CONFIGURATION,
SIP_ERROR_TYPE_CONNECTION,
SIP_ERROR_TYPE_REGISTRATION,
SIP_STATUS_CONNE... | /content/code_sandbox/packages/plugin-calls-ui/src/components/SipProvider/index.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 5,400 |
```xml
<Document start_line="2">
<head1 start_line="2">
NAME
</head1>
<Para start_line="4">
Khun::Thong::Dang -- a test Thai document in ISO-8859-11
</Para>
<head1 start_line="6">
DESCRIPTION
</head1>
<encoding start_line="8">
iso-8859-11
</encoding>
<Para start_line="10">
This is ... | /content/code_sandbox/gnu/usr.bin/perl/cpan/Pod-Simple/t/corpus/thai_iso11.xml | xml | 2016-08-30T18:18:25 | 2024-08-16T17:21:09 | src | openbsd/src | 3,139 | 3,169 |
```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>Author</key>
<string>Vandroiy</string>
<key>CodecID</key>
<integer>30216</integer>
<key>CodecName</key>
<string>IDT92HD75B2X5</string>
<key>Files</key>
<dict>
<ke... | /content/code_sandbox/Clover-Configs/XiaoMi/13.3-without-fingerprint/CLOVER/kexts/Other/AppleALC.kext/Contents/Resources/IDT92HD75B2X5/Info.plist | xml | 2016-11-05T04:22:54 | 2024-08-12T19:25:53 | Hackintosh-Installer-University | huangyz0918/Hackintosh-Installer-University | 3,937 | 994 |
```xml
import { Get, Route } from '@tsoa/runtime';
import { ForeignIndexedValue } from '../testModel';
@Route('UnsupportedIndexedType')
export class UnsupportedIndexedTypeController {
@Get('Value')
public async getValue(): Promise<ForeignIndexedValue> {
return 'FOO';
}
}
``` | /content/code_sandbox/tests/fixtures/controllers/unsupportedIndexedTypeController.ts | xml | 2016-06-17T10:42:50 | 2024-08-16T05:57:17 | tsoa | lukeautry/tsoa | 3,408 | 66 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="20037" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="E... | /content/code_sandbox/iOSClient/Select/NCSelect.storyboard | xml | 2016-12-01T11:50:14 | 2024-08-16T18:43:54 | ios | nextcloud/ios | 1,920 | 1,449 |
```xml
import React from 'react';
type IconProps = React.SVGProps<SVGSVGElement>;
export declare const IcGrid3: (props: IconProps) => React.JSX.Element;
export {};
``` | /content/code_sandbox/packages/icons/lib/icGrid3.d.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 43 |
```xml
/**
* @license
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, ... | /content/code_sandbox/packages/mdc-textfield/component.ts | xml | 2016-12-05T16:04:09 | 2024-08-16T15:42:22 | material-components-web | material-components/material-components-web | 17,119 | 3,985 |
```xml
import { DATA_TEST } from '../../example/constants';
describe('Context menu keyboard interaction', () => {
beforeEach(() => {
cy.visit('/');
});
it('Select first menu item when pressing arrow down', () => {
cy.getByDataTest(DATA_TEST.CONTEXT_MENU_TRIGGER).rightclick();
cy.get('body').type('{d... | /content/code_sandbox/cypress/e2e/keyboard.spec.ts | xml | 2016-06-20T06:32:23 | 2024-08-07T16:41:03 | react-contexify | fkhadra/react-contexify | 1,138 | 709 |
```xml
import { dirname, join } from 'node:path';
import type { PresetProperty } from 'storybook/internal/types';
const getAbsolutePath = <I extends string>(input: I): I =>
dirname(require.resolve(join(input, 'package.json'))) as any;
export const core: PresetProperty<'core'> = {
builder: getAbsolutePath('@story... | /content/code_sandbox/code/frameworks/web-components-vite/src/preset.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 89 |
```xml
/*
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDIT... | /content/code_sandbox/sdks/typescript/src/apache_beam/testing/proto_printing_runner.ts | xml | 2016-02-02T08:00:06 | 2024-08-16T18:58:11 | beam | apache/beam | 7,730 | 168 |
```xml
import { LogicParams } from './types';
const updateCustomFieldsCache = ({
id,
type,
doc,
}: {
id?: string;
type: string;
doc?: any;
}) => {
const storageKey = `erxes_${type}_columns_config`;
const storageItem = localStorage.getItem(storageKey);
if (!storageItem) {
return;
}
const con... | /content/code_sandbox/packages/ui-forms/src/settings/properties/utils.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 1,547 |
```xml
/**
* @license
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, ... | /content/code_sandbox/packages/mdc-button/test/mdc-button.scss.test.ts | xml | 2016-12-05T16:04:09 | 2024-08-16T15:42:22 | material-components-web | material-components/material-components-web | 17,119 | 294 |
```xml
import {
DecryptedParameters,
ErrorDecryptingParameters,
decryptPayload,
EncryptionOperatorsInterface,
} from '@standardnotes/encryption'
import {
EncryptedPayloadInterface,
ItemContent,
KeySystemRootKeyInterface,
RootKeyInterface,
} from '@standardnotes/models'
export class DecryptTypeAPayload ... | /content/code_sandbox/packages/services/src/Domain/Encryption/UseCase/TypeA/DecryptPayload.ts | xml | 2016-12-05T23:31:33 | 2024-08-16T06:51:19 | app | standardnotes/app | 5,180 | 216 |
```xml
import { createObjectChecksum } from './index'
function assets () {
const sorted = {
abc: {
a: 0,
b: [0, 1, 2],
c: null,
},
def: {
foo: 'bar',
hello: 'world',
},
} as const
const unsorted1 = {
abc: {
b: [0, 1, 2],
a: 0,
c: null,
},
... | /content/code_sandbox/pkg-manager/core/src/install/index.test.ts | xml | 2016-01-28T07:40:43 | 2024-08-16T12:38:47 | pnpm | pnpm/pnpm | 28,869 | 345 |
```xml
<vector xmlns:android="path_to_url"
android:width="25dp"
android:height="24dp"
android:viewportWidth="25"
android:viewportHeight="24">
<path
android:pathData="M12.4,12C13.91,12 15.361,12.258 16.709,12.731C16.754,12.747 16.777,12.755 16.812,12.771C17.133,12.912 17.379,13.259 17.406,13.608C... | /content/code_sandbox/icon-pack/src/main/res/drawable/hang_call_icon.xml | xml | 2016-05-04T11:46:20 | 2024-08-15T16:29:10 | android | meganz/android | 1,537 | 731 |
```xml
'use strict';
import { IExtensionActivationService, IExtensionSingleActivationService } from '../activation/types';
import { IServiceManager } from '../ioc/types';
import { EnvironmentActivationService } from './activation/service';
import { IEnvironmentActivationService } from './activation/types';
import { I... | /content/code_sandbox/src/client/interpreter/serviceRegistry.ts | xml | 2016-01-19T10:50:01 | 2024-08-12T21:05:24 | pythonVSCode | DonJayamanne/pythonVSCode | 2,078 | 992 |
```xml
// See LICENSE in the project root for license information.
import Options from './renamed/Options';
/** @public */
export default class Item {
options: Options;
}
``` | /content/code_sandbox/build-tests/api-extractor-scenarios/src/docReferencesNamespaceAlias/Item.ts | xml | 2016-09-30T00:28:20 | 2024-08-16T18:54:35 | rushstack | microsoft/rushstack | 5,790 | 36 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
path_to_url
Unless required by applicable law or agreed to in writing,
"AS IS" BASIS, WITHO... | /content/code_sandbox/docs/topics/impala_operators.xml | xml | 2016-04-13T07:00:08 | 2024-08-16T10:10:44 | impala | apache/impala | 1,115 | 17,604 |
```xml
import { SvgIcon, SvgIconProps } from "@mui/joy";
export function AnonymousIcon(props: AnonymousIconProps): JSX.Element {
return (
<SvgIcon role="img" viewBox="0 0 32 32" {...props}>
<title>Anonymous</title>
<circle
fill="none"
stroke="#999"
cx="16"
cy="16"
... | /content/code_sandbox/app/icons/anonymous.tsx | xml | 2016-09-30T13:14:17 | 2024-08-16T05:32:51 | graphql-starter-kit | kriasoft/graphql-starter-kit | 3,834 | 286 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SyncSettingsUIBase</class>
<widget class="QWidget" name="SyncSettingsUIBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>210</width>
<height>86</height>
</rect>
</property>
<property name="sizePolicy">
... | /content/code_sandbox/src/MEGASync/syncs/gui/Twoways/macx/SyncSettingsUIBase.ui | xml | 2016-02-10T18:28:05 | 2024-08-16T19:36:44 | MEGAsync | meganz/MEGAsync | 1,593 | 1,729 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="path_to_url">
<PropertyGroup Label="UserMacros">
<!-- PresentMonVersion should be "dev" on main branch, and the version number (e.g., 2.1.0) on release branches. -->
<PresentMonVersion>dev</PresentMonVersion>
<PresentMonPlatf... | /content/code_sandbox/PresentMon.props | xml | 2016-03-09T18:44:16 | 2024-08-15T19:51:10 | PresentMon | GameTechDev/PresentMon | 1,580 | 385 |
```xml
<manifest xmlns:android="path_to_url"
package="com.nightonke.boommenu">
<application
android:label="@string/app_name"
android:supportsRtl="true">
</application>
</manifest>
``` | /content/code_sandbox/boommenu/src/main/AndroidManifest.xml | xml | 2016-03-19T12:04:12 | 2024-08-12T03:29:06 | BoomMenu | Nightonke/BoomMenu | 5,806 | 52 |
```xml
import {Emitter} from '../../model/emitter.js';
/**
* @hidden
*/
export interface TickerEvents {
tick: {
sender: Ticker;
};
}
/**
* @hidden
*/
export interface Ticker {
readonly emitter: Emitter<TickerEvents>;
disabled: boolean;
dispose(): void;
}
``` | /content/code_sandbox/packages/core/src/common/binding/ticker/ticker.ts | xml | 2016-05-10T15:45:13 | 2024-08-16T19:57:27 | tweakpane | cocopon/tweakpane | 3,480 | 70 |
```xml
import { Vector3 } from '../../../types';
import vtkCell, { ICellInitialValues } from '../Cell';
export interface ITriangleInitialValues extends ICellInitialValues {}
export interface IIntersectWithLine {
intersect: number;
t: number;
subId: number;
evaluation?: number;
betweenPoints?: boolean;
}
ex... | /content/code_sandbox/Sources/Common/DataModel/Triangle/index.d.ts | xml | 2016-05-02T15:44:11 | 2024-08-15T19:53:44 | vtk-js | Kitware/vtk-js | 1,200 | 1,212 |
```xml
/*global*/
import './home.scss';
import type { Disposable } from 'vscode';
import { getApplicablePromo } from '../../../plus/gk/account/promos';
import type { State } from '../../home/protocol';
import {
CollapseSectionCommand,
DidChangeIntegrationsConnections,
DidChangeOrgSettings,
DidChangeRepositories,
D... | /content/code_sandbox/src/webviews/apps/home/home.ts | xml | 2016-08-08T14:50:30 | 2024-08-15T21:25:09 | vscode-gitlens | gitkraken/vscode-gitlens | 8,889 | 1,503 |
```xml
import { boolean, object, SchemaOf, string } from 'yup';
import { validationSchema as accessControlSchema } from '@/react/portainer/access-control/AccessControlForm/AccessControlForm.validation';
import { imageConfigValidation } from '@@/ImageConfigFieldset';
import { Values } from './BaseForm';
import { vali... | /content/code_sandbox/app/react/docker/containers/CreateView/BaseForm/validation.ts | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 395 |
```xml
// See LICENSE in the project root for license information.
import { type ITerminalChunk, TerminalChunkKind } from './ITerminalChunk';
import { TerminalTransform, type ITerminalTransformOptions } from './TerminalTransform';
/**
* Constructor options for {@link DiscardStdoutTransform}
*
* @beta
*/
export in... | /content/code_sandbox/libraries/terminal/src/DiscardStdoutTransform.ts | xml | 2016-09-30T00:28:20 | 2024-08-16T18:54:35 | rushstack | microsoft/rushstack | 5,790 | 675 |
```xml
import * as React from 'react';
import ComponentExample from '../../../../components/ComponentDoc/ComponentExample';
import ExampleSection from '../../../../components/ComponentDoc/ExampleSection';
const LoaderTypesExamples = () => (
<ExampleSection title="Types">
<ComponentExample
title="Loader"
... | /content/code_sandbox/packages/fluentui/docs/src/examples/components/Loader/Types/index.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 131 |
```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>
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
</parent>
<ar... | /content/code_sandbox/pdfua/pom.xml | xml | 2016-05-03T07:45:39 | 2024-08-16T04:01:29 | itext-java | itext/itext-java | 1,943 | 402 |
```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">
<parent>
<artifactId>whatsmars-spring-boot-samples</artifactId>
<groupId>org.hongxi</groupId>
<version>2021.4.1</version>
</p... | /content/code_sandbox/whatsmars-spring-boot-samples/whatsmars-boot-sample-cache/pom.xml | xml | 2016-04-01T10:33:04 | 2024-08-14T23:44:08 | whatsmars | javahongxi/whatsmars | 1,952 | 263 |
```xml
/*
* Wire
*
* This program is free software: you can redistribute it and/or modify
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPO... | /content/code_sandbox/src/types/window.d.ts | xml | 2016-07-21T15:34:05 | 2024-08-16T11:40:13 | wire-webapp | wireapp/wire-webapp | 1,125 | 237 |
```xml
// The file contents for the current environment will overwrite these during build.
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in ... | /content/code_sandbox/app/src/environments/environment.ts | xml | 2016-07-29T12:27:38 | 2024-08-14T13:08:01 | alltomp3-app | AllToMP3/alltomp3-app | 1,313 | 85 |
```xml
<ResourceDictionary xmlns="path_to_url"
xmlns:x="path_to_url"
xmlns:iconPacks="using:MahApps.Metro.IconPacks"
xmlns:converter="using:MahApps.Metro.IconPacks.Converter">
<ControlTemplate x:Key="MahApps.Templates.PackIconCodicons" TargetType="iconPac... | /content/code_sandbox/src/MahApps.Metro.IconPacks.Codicons/Themes/UAP/PackIconCodicons.xaml | xml | 2016-07-17T00:10:12 | 2024-08-16T16:16:36 | MahApps.Metro.IconPacks | MahApps/MahApps.Metro.IconPacks | 1,748 | 621 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<include domain="sharedpref" path="."/>
<include domain="file" path="Foomiibo" />
</full-backup-content>
``` | /content/code_sandbox/app/src/main/res/xml/full_backup_content.xml | xml | 2016-02-01T23:48:36 | 2024-08-15T03:35:42 | TagMo | HiddenRamblings/TagMo | 2,976 | 54 |
```xml
import { CommonModule } from "@angular/common";
import { Component, Inject, OnDestroy, OnInit } from "@angular/core";
import { FormBuilder, ReactiveFormsModule } from "@angular/forms";
import { ActivatedRoute, Router, RouterLink } from "@angular/router";
import { TwoFactorAuthAuthenticatorComponent } from "@bit... | /content/code_sandbox/apps/browser/src/auth/popup/two-factor-auth.component.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 1,434 |
```xml
import React, { ComponentType } from 'react';
import z from 'zod';
import { renderWithZod } from './render-zod';
export function testErrorField(ErrorField: ComponentType<any>) {
test('<ErrorField> - renders error from context', () => {
const errorMessage = 'Example error message';
const screen = rend... | /content/code_sandbox/packages/uniforms/__suites__/ErrorField.tsx | xml | 2016-05-10T13:08:50 | 2024-08-13T11:27:18 | uniforms | vazco/uniforms | 1,934 | 358 |
```xml
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
<ItemGroup>
<PackageReference Includ... | /content/code_sandbox/templates/app-nolayers/aspnet-core/MyCompanyName.MyProjectName.Mvc.Mongo/MyCompanyName.MyProjectName.Mvc.Mongo.csproj | xml | 2016-12-03T22:56:24 | 2024-08-16T16:24:05 | abp | abpframework/abp | 12,657 | 1,736 |
```xml
import { importProvidersFrom } from "@angular/core";
import { provideNoopAnimations } from "@angular/platform-browser/animations";
import { RouterModule } from "@angular/router";
import {
Meta,
StoryObj,
applicationConfig,
componentWrapperDecorator,
moduleMetadata,
} from "@storybook/angular";
import {... | /content/code_sandbox/libs/components/src/stories/kitchen-sink/kitchen-sink.stories.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 1,129 |
```xml
import { CryptoProxy } from '@proton/crypto';
import { arrayToBinaryString, encodeBase64 } from '@proton/crypto/lib/utils';
import { prepareCardsFromVCard } from '@proton/shared/lib/contacts/encrypt';
import { createContactPropertyUid, fromVCardProperties } from '@proton/shared/lib/contacts/properties';
import t... | /content/code_sandbox/applications/mail/src/app/helpers/test/pinKeys.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 739 |
```xml
import demoJp from "./demo-jp"
import { Translations } from "./en"
const jp: Translations = {
common: {
ok: "OK",
cancel: "",
back: "",
logOut: "", // @demo remove-current-line
},
welcomeScreen: {
postscript:
" ()",
readyForLaunch: "",
exciting: "()",
letsGo: "", // ... | /content/code_sandbox/boilerplate/app/i18n/jp.ts | xml | 2016-02-10T16:06:07 | 2024-08-16T19:52:51 | ignite | infinitered/ignite | 17,196 | 841 |
```xml
/* eslint-disable no-var */
declare var __stryker__: import('@stryker-mutator/api/core').InstrumenterContext | undefined;
declare var __stryker2__: import('@stryker-mutator/api/core').InstrumenterContext | undefined;
``` | /content/code_sandbox/packages/tap-runner/src/global.d.ts | xml | 2016-02-12T13:14:28 | 2024-08-15T18:38:25 | stryker-js | stryker-mutator/stryker-js | 2,561 | 52 |
```xml
export default `
type DummyObject {
firstItem: String!
secondItem: String!
}
`;
``` | /content/code_sandbox/aws-node-typescript-apollo-lambda/src/graphql/type-defs/objects/DummyObject.ts | xml | 2016-11-12T02:14:55 | 2024-08-15T16:35:14 | examples | serverless/examples | 11,377 | 24 |
```xml
<resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API ... | /content/code_sandbox/SDK/SDKBase/SDKBase/Assets/Plugins/Android/res/values-v14/styles.xml | xml | 2016-04-25T14:37:08 | 2024-08-16T09:19:37 | Unity3DTraining | XINCGer/Unity3DTraining | 7,368 | 89 |
```xml
<Page x:Class="ReShade.Setup.Pages.SelectAddonsPage"
xmlns="path_to_url"
xmlns:x="path_to_url"
xmlns:mc="path_to_url"
xmlns:d="path_to_url"
xmlns:local="clr-namespace:ReShade.Setup.Pages"
mc:Ignorable="d"
d:DesignWidth="510" d:DesignHeight="638"
Width="Auto" Height... | /content/code_sandbox/setup/Pages/SelectAddonsPage.xaml | xml | 2016-06-15T23:02:16 | 2024-08-16T16:36:42 | reshade | crosire/reshade | 4,006 | 612 |
```xml
import { xml2js, Element } from "xml-js";
import xml from "xml";
import { Formatter } from "@export/formatter";
import { Text } from "@file/paragraph/run/run-components/text";
const formatter = new Formatter();
export const toJson = (xmlData: string): Element => {
const xmlObj = xml2js(xmlData, { compact:... | /content/code_sandbox/src/patcher/util.ts | xml | 2016-03-26T23:43:56 | 2024-08-16T13:02:47 | docx | dolanmiu/docx | 4,139 | 234 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.