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 {
ref,
Ref,
unref,
computed,
watch,
onServerPrefetch,
getCurrentScope,
onScopeDispose,
nextTick,
shallowRef,
} from 'vue-demi'
import { DocumentNode } from 'graphql'
import type {
OperationVariables,
WatchQueryOptions,
ObservableQuery,
ApolloQueryResult,
SubscribeToMoreOption... | /content/code_sandbox/packages/vue-apollo-composable/src/useQuery.ts | xml | 2016-09-18T18:44:06 | 2024-08-14T21:22:24 | apollo | vuejs/apollo | 6,009 | 4,491 |
```xml
import { getStorybookVersionSpecifier } from 'storybook/internal/cli';
import {
JsPackageManagerFactory,
getCoercedStorybookVersion,
getStorybookInfo,
} from 'storybook/internal/common';
import { listCodemods, runCodemod } from '@storybook/codemod';
import { runFixes } from './automigrate';
import { mdxT... | /content/code_sandbox/code/lib/cli-storybook/src/migrate.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 625 |
```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/round_button_inset"
an... | /content/code_sandbox/app/src/main/res/drawable/round_white_button.xml | xml | 2016-07-02T10:44:04 | 2024-08-16T18:55:54 | StreetComplete | streetcomplete/StreetComplete | 3,781 | 390 |
```xml
/**
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Client-side logging
* TODO: use a real logging system. Logging to the console is good enough for now.
*/
export const logger = console;
``` | /content/code_sandbox/addons/isl/src/logger.ts | xml | 2016-05-05T16:53:47 | 2024-08-16T19:12:02 | sapling | facebook/sapling | 5,987 | 62 |
```xml
import * as React from 'react';
import { IUnknownBlobDiff } from 'shared/models/Versioning/Blob/Diff';
import matchBy from 'shared/utils/matchBy';
import { JsonView } from 'shared/view/elements/JsonView/JsonView';
import styles from './UnknownDiffView.module.css';
const UnknownDiffView = ({ diff }: { diff: IU... | /content/code_sandbox/webapp/client/src/features/versioning/compareCommits/view/DiffView/UnknownDiffView/UnknownDiffView.tsx | xml | 2016-10-19T01:07:26 | 2024-08-14T03:53:55 | modeldb | VertaAI/modeldb | 1,689 | 267 |
```xml
import { observe } from "mobx";
import _ from "lodash";
import Options from "./Options";
import Bindings from "./Bindings";
import {
props,
hasUnifiedProps,
hasSeparatedProps,
checkObserve,
isArrayOfStrings,
$try,
} from "./utils";
import { RuntimeMode } from "./models/StateInterface";
import { St... | /content/code_sandbox/src/State.ts | xml | 2016-06-20T22:10:41 | 2024-08-10T13:14:33 | mobx-react-form | foxhound87/mobx-react-form | 1,093 | 972 |
```xml
import React, { useState } from 'react';
// @ts-ignore ts-migrate(2305) FIXME: Module '"react"' has no exported member 'Node'.
import type { Node } from 'react';
import { merge } from 'lodash/fp';
import { getFeatureFromContext } from '../../utils/mobx-features/hooks';
import type { LocalStorageApi } from './typ... | /content/code_sandbox/source/renderer/app/features/local-storage/context.tsx | xml | 2016-10-05T13:48:54 | 2024-08-13T22:03:19 | daedalus | input-output-hk/daedalus | 1,230 | 258 |
```xml
import { IStyle, ITheme } from '@fluentui/react/lib/Styling';
import { IStyleFunctionOrObject } from '@fluentui/react/lib/Utilities';
import { IMargins } from '../../types/index';
/**
* {@docCategory TreeChart}
*/
export interface ITreeChartDataPoint {
/**
* Node main text
*/
name: string;
/**
... | /content/code_sandbox/packages/react-charting/src/components/TreeChart/TreeChart.types.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 1,168 |
```xml
import { TFabricPlatformPageProps } from '../../../interfaces/Platforms';
import { FacepilePageProps as ExternalProps } from '@fluentui/react-examples/lib/react/Facepile/Facepile.doc';
import { ISideRailLink } from '@fluentui/react-docsite-components/lib/index2';
const related: ISideRailLink[] = [];
export con... | /content/code_sandbox/apps/public-docsite/src/pages/Controls/FacepilePage/FacepilePage.doc.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 104 |
```xml
/*
*
* See the LICENSE file at the top-level directory of this distribution
* for licensing information.
*
* Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation,
* no part of this software, including this file, may be copied, modified,
* propagated, or distributed except accor... | /content/code_sandbox/framework-plugins/lisk-framework-chain-connector-plugin/test/utils/sampleCCM.ts | xml | 2016-02-01T21:45:35 | 2024-08-15T19:16:48 | lisk-sdk | LiskArchive/lisk-sdk | 2,721 | 234 |
```xml
import { ExportData } from "../../../src/importers/onepassword/types/onepassword-1pux-importer-types";
export const LoginData: ExportData = {
accounts: [
{
attrs: {
accountName: "Wendy Appleseed",
name: "Wendy Appleseed",
avatar: "profile-pic.png",
email: "wendy.c.app... | /content/code_sandbox/libs/importer/spec/test-data/onepassword-1pux/login-data.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 811 |
```xml
import { StateRegistry } from '@uirouter/angularjs';
import angular from 'angular';
import { r2a } from '@/react-tools/react2angular';
import { ListView } from '@/react/docker/containers/ListView';
import { withCurrentUser } from '@/react-tools/withCurrentUser';
import { withReactQuery } from '@/react-tools/wit... | /content/code_sandbox/app/docker/react/views/containers.ts | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 820 |
```xml
/**
* Test script for the Oni Layers API, tests the adding of new files and splits.
*/
import * as React from "react"
import * as assert from "assert"
import * as os from "os"
import * as path from "path"
import * as Oni from "oni-api"
import { createNewFile } from "./Common"
export class TestLayer implem... | /content/code_sandbox/test/ci/Api.Buffer.AddLayer.tsx | xml | 2016-11-16T14:42:55 | 2024-08-14T11:48:05 | oni | onivim/oni | 11,355 | 475 |
```xml
/*
* @license Apache-2.0
*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
import zeros = require( '@stdlib/array/zeros' );
import random = require( './index' );
// TESTS //
// The funct... | /content/code_sandbox/lib/node_modules/@stdlib/random/array/erlang/docs/types/test.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 5,473 |
```xml
<?xml version="1.0" encoding="utf-8"?>
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<PreferenceScreen
xmlns:android="path_to_url"
xmlns:chrome="path_to_url">
<org.chromium.chrome.browser.preferences.ChromeSwitchPreference
an... | /content/code_sandbox/libraries_res/chrome_res/src/main/res/xml/do_not_track_preferences.xml | xml | 2016-07-04T07:28:36 | 2024-08-15T05:20:42 | AndroidChromium | JackyAndroid/AndroidChromium | 3,090 | 139 |
```xml
<testsuites>
</testsuites>
``` | /content/code_sandbox/build-support/build-support-test-data/success-out.xml | xml | 2016-01-29T08:00:06 | 2024-08-16T11:13:40 | kudu | apache/kudu | 1,833 | 11 |
```xml
import { PostMessageService } from "./postMessage";
it("post and subscribe to a message", (done) => {
const postMessage = new PostMessageService(window, "coral", window, "*");
const cancel = postMessage.on("test", (value) => {
expect(value).toBe("value");
done();
cancel();
});
postMessage.se... | /content/code_sandbox/client/src/core/client/framework/lib/postMessage.spec.ts | xml | 2016-10-31T16:14:05 | 2024-08-06T16:15:57 | talk | coralproject/talk | 1,881 | 540 |
```xml
import { Component, EventEmitter, OnInit, Output } from '@angular/core';
import { Artifact } from '../../../../../../ng-swagger-gen/models/artifact';
import { Label } from '../../../../../../ng-swagger-gen/models/label';
import { ActivatedRoute, Router } from '@angular/router';
import { Project } from '../../pro... | /content/code_sandbox/src/portal/src/app/base/project/repository/artifact/artifact-summary.component.ts | xml | 2016-01-28T21:10:28 | 2024-08-16T15:28:34 | harbor | goharbor/harbor | 23,335 | 849 |
```xml
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder.AppleTV.Storyboard" version="3.0" toolsVersion="13771" targetRuntime="AppleTV" propertyAccessControl="none" useAutolayout="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<dependencies>
<plug... | /content/code_sandbox/samples/Basic/tvOS/SkiaSharpSample/Main.storyboard | xml | 2016-02-22T17:54:43 | 2024-08-16T17:53:42 | SkiaSharp | mono/SkiaSharp | 4,347 | 571 |
```xml
import React, { FunctionComponent } from "react";
const SingleNeutralProfilePictureIcon: FunctionComponent = () => {
// path_to_url
return (
<svg
id="Regular"
xmlns="path_to_url"
viewBox="-0.25 -0.25 24.5 24.5"
>
<defs></defs>
<title>single-neutral-profile-picture</titl... | /content/code_sandbox/client/src/core/client/ui/components/icons/SingleNeutralProfilePictureIcon.tsx | xml | 2016-10-31T16:14:05 | 2024-08-06T16:15:57 | talk | coralproject/talk | 1,881 | 286 |
```xml
import { expect } from '@playwright/test';
import { parallelTest as test } from '../../../../parallelTest';
import WpAdminPage from '../../../../pages/wp-admin-page';
const iconExperimentStates = [ 'inactive', 'active' ];
iconExperimentStates.forEach( ( iconExperimentState ) => {
test.describe( `Rating conten... | /content/code_sandbox/tests/playwright/sanity/includes/widgets/rating/content-panel.test.ts | xml | 2016-05-30T13:05:46 | 2024-08-16T13:13:10 | elementor | elementor/elementor | 6,507 | 715 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~
~ path_to_url
~
~ Unless required by applicable law or agreed to in writing, software
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->
<resources>
<string name="mtrl_chip_close_icon_content_description">Retirar %1$s<... | /content/code_sandbox/lib/java/com/google/android/material/chip/res/values-es/strings.xml | xml | 2016-12-05T16:11:29 | 2024-08-16T17:51:42 | material-components-android | material-components/material-components-android | 16,176 | 91 |
```xml
import { Operator } from '../Operator';
import { Observable } from '../Observable';
import { Subscriber } from '../Subscriber';
import { Subscription } from '../Subscription';
import { tryCatch } from '../util/tryCatch';
import { errorObject } from '../util/errorObject';
import { subscribeToResult } from '../uti... | /content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/src/internal/operators/mergeScan.ts | xml | 2016-09-05T10:18:44 | 2024-08-11T13:21:40 | LiquidCore | LiquidPlayer/LiquidCore | 1,010 | 1,078 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud - Android Client
~
-->
<menu xmlns:android="path_to_url"
xmlns:app="path_to_url"
xmlns:tools="path_to_url"
tools:ignore="AppCompatResource">
<item
android:id="@+id/etm_preferences_share"
android:title="@string/common_sha... | /content/code_sandbox/app/src/main/res/menu/fragment_etm_preferences.xml | xml | 2016-06-06T21:23:36 | 2024-08-16T18:22:36 | android | nextcloud/android | 4,122 | 122 |
```xml
import { Entity } from "../../../../../../../src/decorator/entity/Entity"
import { PrimaryGeneratedColumn } from "../../../../../../../src/decorator/columns/PrimaryGeneratedColumn"
import { Column } from "../../../../../../../src/decorator/columns/Column"
import { ManyToOne } from "../../../../../../../src/decor... | /content/code_sandbox/test/functional/query-builder/relation-id/one-to-many/basic-functionality/entity/Image.ts | xml | 2016-02-29T07:41:14 | 2024-08-16T18:28:52 | typeorm | typeorm/typeorm | 33,875 | 130 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
*** GENERATED FROM project.xml - DO NOT EDIT ***
*** EDIT ../build.xml INSTEAD ***
-->
<project name="org.graalvm.visualvm.hostremote-impl" basedir="..">
<property file="nbproject/private/suite-private.properties"/>
<property file="nbproject/su... | /content/code_sandbox/visualvm/hostremote/nbproject/build-impl.xml | xml | 2016-09-12T14:44:30 | 2024-08-16T14:41:50 | visualvm | oracle/visualvm | 2,821 | 349 |
```xml
import * as Blockly from "blockly";
import { WorkspaceSearch } from "@blockly/plugin-workspace-search";
export class PxtWorkspaceSearch extends WorkspaceSearch {
protected injectionDiv: Element;
protected inputElement_: HTMLInputElement;
constructor(workspace: Blockly.WorkspaceSvg) {
super(... | /content/code_sandbox/pxtblocks/workspaceSearch.ts | xml | 2016-01-24T19:35:52 | 2024-08-16T16:39:39 | pxt | microsoft/pxt | 2,069 | 246 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="zh-Hant" datatype="plaintext" original="invoice-renderer.en.xlf">
<body>
<trans-unit id="lt2Y2LO" resname="timesheet" xml:space="preserve" approved="y... | /content/code_sandbox/translations/invoice-renderer.zh_Hant.xlf | xml | 2016-10-20T17:06:34 | 2024-08-16T18:27:30 | kimai | kimai/kimai | 3,084 | 551 |
```xml
import { defineUntypedSchema } from 'untyped'
import { template as loadingTemplate } from '../../../ui-templates/dist/templates/loading'
export default defineUntypedSchema({
devServer: {
/**
* Whether to enable HTTPS.
* @example
* ```ts
* export default defineNuxtConfig({
* devS... | /content/code_sandbox/packages/schema/src/config/dev.ts | xml | 2016-10-26T11:18:47 | 2024-08-16T19:32:46 | nuxt | nuxt/nuxt | 53,705 | 288 |
```xml
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { ModalWithNavigationPage } from './modal-with-navigation';
@NgModule({
declarations: [
ModalWithNavigationPage,
],
imports: [
IonicPageModule.forChild(ModalWithNavigationPage),
],
exports: [
... | /content/code_sandbox/src/pages/modal-with-navigation/modal-with-navigation.module.ts | xml | 2016-11-04T05:48:23 | 2024-08-03T05:22:54 | ionic3-components | yannbf/ionic3-components | 1,679 | 84 |
```xml
<vector xmlns:android="path_to_url"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#4141ba"
android:pathData="M19,4L5,4c-1.11,0 -2,0.9 -2,2v12c0,1.1 0.89,2 2,2h4v-2L5,18L5,8h14v10h... | /content/code_sandbox/app/src/main/res/drawable/ic_open_in_browser_primary_24dp.xml | xml | 2016-07-02T10:44:04 | 2024-08-16T18:55:54 | StreetComplete | streetcomplete/StreetComplete | 3,781 | 198 |
```xml
import { color, typography } from '../base';
import type { ThemeVars } from '../types';
const theme: ThemeVars = {
base: 'dark',
// Storybook-specific color palette
colorPrimary: '#FF4785', // coral
colorSecondary: '#029CFD', // ocean
// UI
appBg: '#222425',
appContentBg: '#1B1C1D',
appPreview... | /content/code_sandbox/code/core/src/theming/themes/dark.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 316 |
```xml
// luma.gl
const uidCounters: Record<string, number> = {};
/**
* Returns a UID.
* @param id= - Identifier base name
* @return uid
**/
export function uid(id: string = 'id'): string {
uidCounters[id] = uidCounters[id] || 1;
const count = uidCounters[id]++;
return `${id}-${count}`;
}
``` | /content/code_sandbox/modules/webgl/src/utils/uid.ts | xml | 2016-01-25T09:41:59 | 2024-08-16T10:03:05 | luma.gl | visgl/luma.gl | 2,280 | 85 |
```xml
import { IdentityApi } from "../api/identity.api";
export class IdentityData {
title: string;
firstName: string;
middleName: string;
lastName: string;
address1: string;
address2: string;
address3: string;
city: string;
state: string;
postalCode: string;
country: string;
company: string;
... | /content/code_sandbox/libs/common/src/vault/models/data/identity.data.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 288 |
```xml
import * as React from 'react';
import clsx from 'clsx';
import TextField, { TextFieldProps } from '@mui/material/TextField';
import { useInput, FieldTitle, mergeRefs } from 'ra-core';
import { CommonInputProps } from './CommonInputProps';
import { sanitizeInputRestProps } from './sanitizeInputRestProps';
impor... | /content/code_sandbox/packages/ra-ui-materialui/src/input/DateTimeInput.tsx | xml | 2016-07-13T07:58:54 | 2024-08-16T18:32:27 | react-admin | marmelab/react-admin | 24,624 | 1,604 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net$(BundledNETCoreAppTargetFrameworkVersion)-ios</TargetFramework>
<RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
<OutputType>Exe</OutputType>
<CustomBeforeMicrosoftCommonTargets>... | /content/code_sandbox/tests/common/TestProjects/MySpriteKitGame/MySpriteKitGame.dotnet.csproj | xml | 2016-04-20T18:24:26 | 2024-08-16T13:29:19 | xamarin-macios | xamarin/xamarin-macios | 2,436 | 211 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="path_to_url">
<ItemGroup>
<Filter Include="tutorials">
<UniqueIdentifier>{CCD2FA77-35F5-BA43-B809-8BFB7B53DAA1}</UniqueIdentifier>
</Filter>
<Filter Include="tutorials\tutorial_3">
<UniqueIdentifier>{5555518B-8AF2... | /content/code_sandbox/projects/vs2013/tutorial_3.vcxproj.filters | xml | 2016-11-21T05:08:08 | 2024-08-16T07:18:30 | behaviac | Tencent/behaviac | 2,831 | 1,010 |
```xml
<Controls:MetroWindow
x:Class="Certify.UI.Windows.ImportExport"
xmlns="path_to_url"
xmlns:x="path_to_url"
xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
xmlns:d="path_to_url"
xmlns:local="clr-namespace:Certify.UI.Windows"
xmlns:mc="path_to_url"
Title=... | /content/code_sandbox/src/Certify.UI.Shared/Windows/ImportExport.xaml | xml | 2016-03-27T07:05:15 | 2024-08-15T05:08:45 | certify | webprofusion/certify | 1,471 | 1,002 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="path_to_url">
<item android:drawable="@mipmap/bg_room_red"></item>
<item>
<inset
android:insetLeft="-10px"
android:insetRight="-10px">
<shape xmlns:android="path_to_url">
<stroke
... | /content/code_sandbox/app/src/main/res/drawable/bg_room_red_begin_with_stroke.xml | xml | 2016-11-28T06:41:44 | 2024-07-02T03:09:32 | ScrollablePanel | Kelin-Hong/ScrollablePanel | 2,079 | 123 |
```xml
import { ElementUIComponent } from './component'
/** Main Component */
export declare class ElMain extends ElementUIComponent {}
``` | /content/code_sandbox/types/main.d.ts | xml | 2016-09-03T06:19:26 | 2024-08-16T02:26:18 | element | ElemeFE/element | 54,066 | 25 |
```xml
import { buildResourceItem } from '../Resources';
import { setStringItem } from '../Strings';
describe(setStringItem, () => {
it('add item from empty xml', () => {
const results = setStringItem([buildResourceItem({ name: 'foo', value: 'foo' })], {
resources: {},
});
expect(results).toEqual({... | /content/code_sandbox/packages/@expo/config-plugins/src/android/__tests__/Strings-test.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 330 |
```xml
import { Injectable } from '@angular/core';
import { of as observableOf, Observable } from 'rxjs';
import { PeriodsService } from './periods.service';
import { OutlineData, VisitorsAnalyticsData } from '../data/visitors-analytics';
@Injectable()
export class VisitorsAnalyticsService extends VisitorsAnalyticsDat... | /content/code_sandbox/src/app/@core/mock/visitors-analytics.service.ts | xml | 2016-05-25T10:09:03 | 2024-08-16T16:34:03 | ngx-admin | akveo/ngx-admin | 25,169 | 592 |
```xml
const Handlebars = require('handlebars');
import * as path from 'path';
import { decode } from 'html-entities';
import { MAX_SIZE_FILE_CHEERIO_PARSING, MAX_SIZE_FILE_SEARCH_INDEX } from '../../utils/constants';
import { logger } from '../../utils/logger';
import Configuration from '../configuration';
import F... | /content/code_sandbox/src/app/engines/search.engine.ts | xml | 2016-10-17T07:09:28 | 2024-08-14T16:30:10 | compodoc | compodoc/compodoc | 3,980 | 697 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="path_to_url"
xmlns:app="path_to_url"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<com.kofigyan.stateprogressbar.StateProgressBar
... | /content/code_sandbox/sample/src/main/res/layout/activity_basic_five_states.xml | xml | 2016-08-16T12:50:30 | 2024-08-13T08:27:46 | StateProgressBar | kofigyan/StateProgressBar | 1,537 | 130 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en_US">
<context>
<name>QtGui::DevView</name>
<message>
<location filename="../gui/devview.cpp" line="60"/>
<source>Copy value</source>
<translation type="unfinished"></translation>
</message>
... | /content/code_sandbox/tray/translations/syncthingtray_en_US.ts | xml | 2016-08-24T22:46:19 | 2024-08-16T13:39:56 | syncthingtray | Martchus/syncthingtray | 1,558 | 3,834 |
```xml
import {
CustomRangeContainer,
FilterBox,
FilterButton,
MenuFooter,
RightMenuContainer,
TabContent
} from "../styles/rightMenu";
import { DATERANGES, PRIORITIES } from "../constants";
import { TabTitle, Tabs } from "@erxes/ui/src/components/tabs";
import Archive from "./Archive";
import Button from ... | /content/code_sandbox/packages/ui-tasks/src/boards/components/RightMenu.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 2,692 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="path_to_url">
<item android:drawable="@drawable/record_delete_check_normal" android:state_checked="true" android:state_pressed="false"/>
<item android:drawable="@drawable/record_delete_check_press" android:state_checked="true" android:state... | /content/code_sandbox/SmallVideoRecord1/SmallVideoLib/src/main/res/drawable/record_delete_selector.xml | xml | 2016-08-25T09:20:09 | 2024-08-11T05:54:45 | small-video-record | mabeijianxi/small-video-record | 3,455 | 117 |
```xml
/*your_sha256_hash-----------------------------
*your_sha256_hash----------------------------*/
import { promises as fs } from 'fs';
export async function exists(path: string): Promise<boolean> {
try {
await fs.access(path);
return true;
} catch (e) {
return false;
}
}
export class CancelError exten... | /content/code_sandbox/src/utils/utils.ts | xml | 2016-06-26T04:38:04 | 2024-08-16T20:04:12 | vscode-mssql | microsoft/vscode-mssql | 1,523 | 71 |
```xml
import type { NextConfigComplete } from '../../server/config-shared'
import path from 'path'
const EVENT_VERSION = 'NEXT_CLI_SESSION_STARTED'
type EventCliSessionStarted = {
nextVersion: string
nodeVersion: string
cliCommand: string
isSrcDir: boolean | null
hasNowJson: boolean
isCustomServer: boole... | /content/code_sandbox/packages/next/src/telemetry/events/version.ts | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 1,212 |
```xml
import { c } from 'ttag';
import { Button, Kbd } from '@proton/atoms';
import { Icon, Tooltip } from '@proton/components';
import DropdownMenuButton from '@proton/components/components/dropdown/DropdownMenuButton';
import { metaKey, shiftKey } from '@proton/shared/lib/helpers/browser';
import clsx from '@proton... | /content/code_sandbox/applications/mail/src/app/components/composer/actions/ComposerPasswordActions.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 617 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE header PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
"path_to_url">
<!--
file LICENSE_1_0.txt or copy at path_to_url
-->
<header name="boost/signals2/signal_base.hpp" last-revision="$Date: 2007-03-06 16:51:55 -0500 (Tue, 06 Mar 2007) $">
<namespace name="boos... | /content/code_sandbox/deps/boost_1_66_0/libs/signals2/doc/reference/signal_base.xml | xml | 2016-09-05T10:18:44 | 2024-08-11T13:21:40 | LiquidCore | LiquidPlayer/LiquidCore | 1,010 | 203 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/shared/bsp/xsl/rss/nolsol.xsl"?>
<rss xmlns:dc="path_to_url" xmlns:content="path_to_url" xmlns:atom="path_to_url" version="2.0" xmlns:media="path_to_url">
<channel>
<title><![CDATA[BBC News - Home]]>... | /content/code_sandbox/riko/data/bbci.co.uk.xml | xml | 2016-06-02T12:22:51 | 2024-08-15T02:25:15 | riko | nerevu/riko | 1,606 | 4,860 |
```xml
import React, { forwardRef, PropsWithoutRef } from "react"
import { FlatList } from "react-native"
import { isRTL } from "app/i18n"
import { FlashList, FlashListProps } from "@shopify/flash-list"
export type ListViewRef<T> = FlashList<T> | FlatList<T>
export type ListViewProps<T> = PropsWithoutRef<FlashListPro... | /content/code_sandbox/boilerplate/app/components/ListView.tsx | xml | 2016-02-10T16:06:07 | 2024-08-16T19:52:51 | ignite | infinitered/ignite | 17,196 | 428 |
```xml
import * as Clipboard from 'expo-clipboard';
import React, { useEffect, useMemo, useRef, useState } from 'react';
import { View, Text, StyleSheet, LogBox } from 'react-native';
import { isCurrentPlatformSupported } from '../../components/FunctionDemo/utils';
import HeadingText from '../../components/HeadingText... | /content/code_sandbox/apps/native-component-list/src/screens/Clipboard/ClipboardListenerDemo.tsx | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 518 |
```xml
import { mat4 } from 'gl-matrix';
import vtkPolyData from '../../../Common/DataModel/PolyData';
import { vtkAlgorithm, vtkObject } from '../../../interfaces';
export enum FormatTypes {
ASCII,
BINARY,
}
/**
*
*/
export interface ISTLWriterInitialValues {}
type vtkSTLWriterBase = vtkObject & vtkAlgorithm;... | /content/code_sandbox/Sources/IO/Geometry/STLWriter/index.d.ts | xml | 2016-05-02T15:44:11 | 2024-08-15T19:53:44 | vtk-js | Kitware/vtk-js | 1,200 | 549 |
```xml
<resources>
<string name="app_name">UsingFirebaseJobDispatcher</string>
<string name="action_settings">Settings</string>
</resources>
``` | /content/code_sandbox/UsingFirebaseJobDispatcher/app/src/main/res/values/strings.xml | xml | 2016-02-25T11:06:48 | 2024-08-07T21:41:59 | android-examples | nisrulz/android-examples | 1,747 | 34 |
```xml
import * as React from 'react';
import { DemoPage } from '../DemoPage';
import { SpinButtonPageProps } from '@fluentui/react-examples/lib/react/SpinButton/SpinButton.doc';
export const SpinButtonPage = (props: { isHeaderVisible: boolean }) => (
<DemoPage
jsonDocs={require('../../../dist/api/react/SpinBut... | /content/code_sandbox/apps/public-docsite-resources/src/components/pages/SpinButtonPage.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 97 |
```xml
<project xmlns="path_to_url" xmlns:xsi="path_to_url"
xsi:schemaLocation="path_to_url path_to_url">
<modelVersion>4.0.0</modelVersion>
<description>Spring Security OAuth Authorization Server</description>
<groupId>com.baeldung</groupId>
<artifactId>oauth-authorization-server</artifactId>... | /content/code_sandbox/oauth-authorization-server/pom.xml | xml | 2016-03-02T09:04:07 | 2024-08-06T03:02:12 | spring-security-oauth | Baeldung/spring-security-oauth | 1,982 | 163 |
```xml
export interface DtoHeader {
id?: string;
key?: string;
value?: string;
isActive: boolean;
isFav?: boolean;
description?: string;
sort?: number;
}
``` | /content/code_sandbox/client/src/common/interfaces/dto_header.ts | xml | 2016-09-26T02:47:43 | 2024-07-24T09:32:20 | Hitchhiker | brookshi/Hitchhiker | 2,193 | 45 |
```xml
<query-profile-type id="type1">
<field name="ranking.features.query(tensor_1)" type="tensor<float>(x[1])" />
<field name="ranking.features.query(tensor_4)" type="tensor(key{})" />
</query-profile-type>
``` | /content/code_sandbox/container-search/src/test/java/com/yahoo/search/query/profile/config/test/tensortypes/types/type1.xml | xml | 2016-06-03T20:54:20 | 2024-08-16T15:32:01 | vespa | vespa-engine/vespa | 5,524 | 60 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen
xmlns:android="path_to_url"
xmlns:app="path_to_url"
android:key="general_preference_screen">
<androidx.preference.PreferenceCategory
android:key="settings_appearance"
android:title="@string/settings_appearance"
app:allowDivid... | /content/code_sandbox/app/src/main/res/xml/preferences.xml | xml | 2016-05-04T11:46:20 | 2024-08-15T16:29:10 | android | meganz/android | 1,537 | 2,628 |
```xml
import { deduplicateBusySlots } from './busySlotsSelectors.helpers';
import type { BusySlot } from './busySlotsSlice';
describe('deduplicateBusySlots', () => {
it('should deduplicate equal busy slots', () => {
const busySlots = [
{ Start: 1, End: 2 },
{ Start: 1, End: 2 },
... | /content/code_sandbox/applications/calendar/src/app/store/busySlots/busySlotsSelectors.helpers.test.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 152 |
```xml
import * as React from "react"
import * as types from "vscode-languageserver-types"
import { getDocumentationText } from "../../Plugins/Api/LanguageClient/LanguageClientHelpers"
import {
QuickInfoDocumentation,
QuickInfoElement,
QuickInfoWrapper,
Title,
} from "./../../UI/components/QuickInfo"
... | /content/code_sandbox/browser/src/Services/Language/SignatureHelpView.tsx | xml | 2016-11-16T14:42:55 | 2024-08-14T11:48:05 | oni | onivim/oni | 11,355 | 567 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="path_to_url"
xmlns:app="path_to_url"
android:id="@+id/ll_select_folder"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<Lin... | /content/code_sandbox/app/src/main/res/layout/activity_black_white_list.xml | xml | 2016-01-07T17:24:12 | 2024-08-16T06:55:33 | LeafPic | UnevenSoftware/LeafPic | 3,258 | 539 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.Bridge">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<... | /content/code_sandbox/app/src/main/res/values-v31/themes.xml | xml | 2016-02-01T23:48:36 | 2024-08-15T03:35:42 | TagMo | HiddenRamblings/TagMo | 2,976 | 202 |
```xml
// *** WARNING: this file was generated by test. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
import * as pulumi from "@pulumi/pulumi";
import * as inputs from "../types/input";
import * as outputs from "../types/output";
export interface Config {
foo?: string;
}
... | /content/code_sandbox/tests/testdata/codegen/secrets/nodejs/types/output.ts | xml | 2016-10-31T21:02:47 | 2024-08-16T19:47:04 | pulumi | pulumi/pulumi | 20,743 | 72 |
```xml
import { InjectionToken, Provider } from '@angular/core';
import { defaultOptions } from './ng-progress-default';
export interface NgProgressOptions {
spinnerPosition?: 'left' | 'right';
direction?: 'ltr+' | 'ltr-' | 'rtl+' | 'rtl-';
relative?: boolean;
flat?: boolean;
spinner?: boolean;
max?: numbe... | /content/code_sandbox/projects/ngx-progressbar/src/lib/ng-progress.model.ts | xml | 2016-09-01T05:55:21 | 2024-08-14T12:42:02 | ngx-progressbar | MurhafSousli/ngx-progressbar | 1,007 | 196 |
```xml
'use strict';
import { inject, injectable } from 'inversify';
import { IApplicationShell, ICommandManager } from '../../common/application/types';
import '../../common/extensions';
import { IDisposableRegistry, ILogOutputChannel } from '../../common/types';
import { OutputChannelNames } from '../../common/util... | /content/code_sandbox/src/client/activation/common/outputChannel.ts | xml | 2016-01-19T10:50:01 | 2024-08-12T21:05:24 | pythonVSCode | DonJayamanne/pythonVSCode | 2,078 | 358 |
```xml
import {
BladeApi,
BladeController,
Controller,
createBlade,
createValue,
forceCast,
LabeledValueBladeController,
LabelPropsObject,
PlainView,
SliderController,
SliderPropsObject,
ValueMap,
ViewProps,
} from '@tweakpane/core';
import * as assert from 'assert';
import {JSDOM} from 'jsdom';
export fu... | /content/code_sandbox/packages/tweakpane/src/main/ts/misc/test-util.ts | xml | 2016-05-10T15:45:13 | 2024-08-16T19:57:27 | tweakpane | cocopon/tweakpane | 3,480 | 514 |
```xml
import { observer } from "mobx-react-lite"
import { useCallback } from "react"
import { transposeSelection } from "../../actions"
import { useStores } from "../../hooks/useStores"
import { TransposeDialog } from "./TransposeDialog"
export const PianoRollTransposeDialog = observer(() => {
const rootStore = use... | /content/code_sandbox/app/src/components/TransposeDialog/PianoRollTransposeDialog.tsx | xml | 2016-03-06T15:19:53 | 2024-08-15T14:27:10 | signal | ryohey/signal | 1,238 | 198 |
```xml
class Greeter {
greeting: string;
constructor(message: string) {
this.greeting = message;
}
@enumerable(false)
greet() {
return "Hello, " + this.greeting;
}
}
``` | /content/code_sandbox/tests/format/typescript/decorators-ts/method-decorator.ts | xml | 2016-11-29T17:13:37 | 2024-08-16T17:29:57 | prettier | prettier/prettier | 48,913 | 50 |
```xml
// One-time usage file. You can delete me after running the codemod!
function addWithRouterImport(j, root) {
// We create an import specifier, this is the value of an import, eg:
// import {withRouter} from 'next/router
// The specifier would be `withRouter`
const withRouterSpecifier = j.importSpecifier... | /content/code_sandbox/packages/next-codemod/transforms/url-to-withrouter.ts | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 2,715 |
```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,
"AS IS" BASIS, WITHOUT WARRANTIES ... | /content/code_sandbox/pulsar-transaction/pom.xml | xml | 2016-06-28T07:00:03 | 2024-08-16T17:12:43 | pulsar | apache/pulsar | 14,047 | 427 |
```xml
import { isDesktopApplication } from '@/Utils'
import {
ApplicationInterface,
IsApplicationUsingThirdPartyHost,
LegacyApiServiceInterface,
Result,
UseCaseInterface,
} from '@standardnotes/snjs'
export class GetPurchaseFlowUrl implements UseCaseInterface<string> {
constructor(
private application... | /content/code_sandbox/packages/web/src/javascripts/Application/UseCase/GetPurchaseFlowUrl.ts | xml | 2016-12-05T23:31:33 | 2024-08-16T06:51:19 | app | standardnotes/app | 5,180 | 300 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<document filename="bm_eu-015-str.xml">
<table id="1">
<region col-increment="0" id="1" row-increment="0" page='1'>
<cell id="1" start-col="0" start-row="0">
<bounding-box x1="60" x2="82" y1="742" y2="752"/>
<content>T... | /content/code_sandbox/tests/files/tabula/icdar2013-dataset/competition-dataset-eu/eu-015-str.xml | xml | 2016-06-18T11:48:49 | 2024-08-15T18:32:02 | camelot | atlanhq/camelot | 3,628 | 16,304 |
```xml
import WebSocket from "ws"
import { Command } from "./command"
export interface PfxServerOptions {
/**
* Path to a PFX file.
*/
pathToPfx: string
/**
* Passphrase, if required, of the PFX file.
*/
passphrase?: string
}
export interface CertServerOptions {
/**
* Path to a signing cert f... | /content/code_sandbox/lib/reactotron-core-contract/src/server-events.ts | xml | 2016-04-15T21:58:32 | 2024-08-16T11:39:46 | reactotron | infinitered/reactotron | 14,757 | 584 |
```xml
import { Component, Input, ViewChild, Optional } from '@angular/core';
import { Router } from '@angular/router';
import { MatSidenav, MatDrawerToggleResult } from '@angular/material/sidenav';
import { ILayoutTogglable } from '../layout-toggle.class';
@Component({
selector: 'td-layout-nav-list',
styleUrls:... | /content/code_sandbox/libs/angular/layout/src/layout-nav-list/layout-nav-list.component.ts | xml | 2016-07-11T23:30:52 | 2024-08-15T15:20:45 | covalent | Teradata/covalent | 2,228 | 874 |
```xml
import { Story } from '@storybook/react';
import {
Environment,
EnvironmentStatus,
EnvironmentType,
} from '@/react/portainer/environments/types';
import { createMockEnvironment } from '@/react-tools/test-mocks';
import { EnvironmentItem } from './EnvironmentItem';
export default {
component: Environm... | /content/code_sandbox/app/react/portainer/HomeView/EnvironmentList/EnvironmentItem/EnvironmentItem.stories.tsx | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 401 |
```xml
import * as path from 'path';
import { fileURLToPath } from 'url';
import { expect, it, describe } from 'vitest';
import { scanImports } from '../src/service/analyze';
import formatPath from '../src/utils/formatPath';
const __dirname = path.dirname(fileURLToPath(import.meta.url));
describe('scan import', () =>... | /content/code_sandbox/packages/ice/tests/scan.test.ts | xml | 2016-11-03T06:59:15 | 2024-08-16T10:11:29 | ice | alibaba/ice | 17,815 | 496 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="about_android">Applicazione per Android di %1$s</string>
<string name="about_title">Informazioni</string>
<string name="about_version">versione %1$s</string>
<string name="about_version_with_build">versione %1$s, build #%2$s</stri... | /content/code_sandbox/app/src/main/res/values-it/strings.xml | xml | 2016-06-06T21:23:36 | 2024-08-16T18:22:36 | android | nextcloud/android | 4,122 | 22,198 |
```xml
import { Platform } from '@standardnotes/snjs'
import { KeyboardModifier } from './KeyboardModifier'
function isMacPlatform(platform: Platform) {
return platform === Platform.MacDesktop || platform === Platform.MacWeb
}
export function keyboardCharacterForModifier(modifier: KeyboardModifier, platform: Platfo... | /content/code_sandbox/packages/ui-services/src/Keyboard/keyboardCharacterForModifier.ts | xml | 2016-12-05T23:31:33 | 2024-08-16T06:51:19 | app | standardnotes/app | 5,180 | 176 |
```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="it" original="../FSStrings.res... | /content/code_sandbox/src/fcs-fable/src/Compiler/xlf/FSStrings.it.xlf | xml | 2016-01-11T10:10:13 | 2024-08-15T11:42:55 | Fable | fable-compiler/Fable | 2,874 | 22,477 |
```xml
export const featureId = "state-provider";
export const featureSubId = "react-query";
``` | /content/code_sandbox/packages/xarc-react-query/src/common/feature-info.ts | xml | 2016-09-06T19:02:39 | 2024-08-11T11:43:11 | electrode | electrode-io/electrode | 2,103 | 20 |
```xml
export enum eServiceType {
All = 'all',
Application = 'application',
Integration = 'integration',
}
export const defaultEServiceType = eServiceType.Application;
``` | /content/code_sandbox/npm/ng-packs/packages/schematics/src/enums/service-types.ts | xml | 2016-12-03T22:56:24 | 2024-08-16T16:24:05 | abp | abpframework/abp | 12,657 | 38 |
```xml
<RelativeLayout xmlns:android="path_to_url"
xmlns:app="path_to_url"
xmlns:tools="path_to_url"
android:id="@+id/provider_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
tools:context=".providers.FileProviderActivity">... | /content/code_sandbox/app/src/main/res/layout/activity_file_provider.xml | xml | 2016-05-04T11:46:20 | 2024-08-15T16:29:10 | android | meganz/android | 1,537 | 516 |
```xml
const baseStyle = {
multiline: true,
p: '2',
textAlignVertical: 'top',
h: '20',
};
export default {
baseStyle,
defaultProps: {
size: 'sm',
variant: 'outline',
},
};
``` | /content/code_sandbox/src/theme/components/textarea.ts | xml | 2016-04-15T11:37:23 | 2024-08-14T16:16:44 | NativeBase | GeekyAnts/NativeBase | 20,132 | 57 |
```xml
declare const global: any;
// In standard node environments there is no DOM API
export const isDOMAvailable = false;
export const canUseEventListeners = false;
export const canUseViewport = false;
export let isAsyncDebugging: boolean = false;
if (__DEV__) {
// These native globals are injected by native Rea... | /content/code_sandbox/packages/expo-modules-core/src/environment/browser.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 121 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="path_to_url"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/listTitle"
android:layout_width="fill_parent"
android:layout_he... | /content/code_sandbox/Android/ExpandableListView/app/src/main/res/layout/list_group.xml | xml | 2016-05-02T05:43:21 | 2024-08-16T06:51:39 | journaldev | WebJournal/journaldev | 1,314 | 131 |
```xml
/**
* @license
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
/**
* @file Provides file listing and completion for storage systems supporting the S3 XML API (e.g. S3
* and GCS).
... | /content/code_sandbox/src/util/s3_bucket_listing.ts | xml | 2016-05-27T02:37:25 | 2024-08-16T07:24:25 | neuroglancer | google/neuroglancer | 1,045 | 580 |
```xml
export { default as Collapsible } from './Collapsible';
export * from './Collapsible';
export { default as CollapsibleHeader } from './CollapsibleHeader';
export * from './CollapsibleHeader';
export { default as CollapsibleContent } from './CollapsibleContent';
export * from './CollapsibleContent';
export { d... | /content/code_sandbox/packages/components/components/collapsible/index.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 114 |
```xml
import { SpawnOptions } from 'child_process';
import { join } from 'path';
import { exec } from '@verdaccio/test-cli-commons';
import { addRegistry } from '@verdaccio/test-cli-commons';
export function getCommand() {
return join(__dirname, './node_modules/.bin/npm');
}
export function npm(options: SpawnOpti... | /content/code_sandbox/e2e/cli/e2e-npm9/utils.ts | xml | 2016-04-15T16:21:12 | 2024-08-16T09:38:01 | verdaccio | verdaccio/verdaccio | 16,189 | 276 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="search_layover_bg">@color/gray</color>
<color name="search_field_bg">@color/white_ish</color>
<color name="transparent">#00FFFFFF</color>
<color name="white">#ffffffff</color>
<color name="black">#ff000000</color>
<color na... | /content/code_sandbox/library/src/main/res/values/colors.xml | xml | 2016-04-19T23:48:39 | 2024-07-18T16:15:26 | MaterialSearchView | Mauker1/MaterialSearchView | 1,080 | 163 |
```xml
import type { DecryptedMessage } from '@proton/docs-shared'
export type SingleMessageVerificationResult = {
verified: boolean
message: DecryptedMessage
}
export type VerificationUsecaseResult = {
allVerified: boolean
messages: SingleMessageVerificationResult[]
}
``` | /content/code_sandbox/packages/docs-core/lib/UseCase/VerifyUpdatesResult.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 60 |
```xml
import { isObjectType } from "grafast/graphql";
import type { PoolClient } from "pg";
import * as core from "./core.js";
// WARNING: this function is not guaranteed to be SQL injection safe.
const offerViewComment = (comment: string) => (pgClient: PoolClient) =>
pgClient.query(
`comment on view smart_com... | /content/code_sandbox/postgraphile/postgraphile/__tests__/schema/v4/smart_comment_relations.post.test.ts | xml | 2016-04-14T21:29:19 | 2024-08-16T17:12:51 | crystal | graphile/crystal | 12,539 | 252 |
```xml
import {
BaseClientSideWebPart,
IPropertyPaneConfiguration
} from '@microsoft/sp-webpart-base';
import {
Environment,
EnvironmentType
} from '@microsoft/sp-core-library';
import styles from './DepProps.module.scss';
import * as strings from 'depPropsStrings';
import { IDepPropsWebPartProps } from './ID... | /content/code_sandbox/samples/knockout-dependent-properties/src/webparts/depProps/DepPropsWebPart.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 586 |
```xml
import * as React from 'react';
import expect from 'expect';
import {
render,
fireEvent,
waitFor,
screen,
act,
} from '@testing-library/react';
import { testDataProvider } from '../../dataProvider';
import { memoryStore } from '../../store';
import { ListController } from './ListController';... | /content/code_sandbox/packages/ra-core/src/controller/list/useListController.spec.tsx | xml | 2016-07-13T07:58:54 | 2024-08-16T18:32:27 | react-admin | marmelab/react-admin | 24,624 | 2,988 |
```xml
<resources>
<string name="app_name"> </string>
<string name="title_activity_gallery"></string>
<string name="title_activity_full_image"> </string>
<string name="images_scanned"> </string>
<string name="action_share"> </string>
<string name="action_delete"></string>
<string na... | /content/code_sandbox/app/src/main/res/values-el/strings.xml | xml | 2016-02-10T11:14:38 | 2024-08-14T18:33:50 | OpenNoteScanner | allgood/OpenNoteScanner | 1,332 | 1,149 |
```xml
/*
* @license Apache-2.0
*
*
*
* path_to_url
*
* Unless required by applicable law or agreed to in writing, software
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
*/
import dmskmap = require( './index' );
/**
* Unary callback.
*
* @param x - input value
* @returns result
*/
func... | /content/code_sandbox/lib/node_modules/@stdlib/strided/base/dmskmap/docs/types/test.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 7,637 |
```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,
... | /content/code_sandbox/extensions/pom.xml | xml | 2016-03-22T07:00:06 | 2024-08-16T13:03:48 | guacamole-client | apache/guacamole-client | 1,369 | 975 |
```xml
export class Rect {
x: number;
y: number;
width: number;
height: number;
constructor(x: number, y: number, width: number, height: number) {
this.x = x;
this.y = y;
this.width = width;
this.height = height;
}
containsPoint(x: number, y: number) {
return (
x >= this.x &&
... | /content/code_sandbox/packages/base/src/Slider/components/Rect.tsx | xml | 2016-09-08T14:21:41 | 2024-08-16T10:11:29 | react-native-elements | react-native-elements/react-native-elements | 24,875 | 120 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.