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 { min, max } from 'd3-array'; import { DataComponent as DC } from '../runtime'; import { flow } from './utils/flow'; import { tagCloud } from './utils/d3-cloud'; type Callable<T> = T | ((datum: any, i: number) => T); /** * See the document here: path_to_url */ export type WordCloudOptions = { /** ...
/content/code_sandbox/src/data/wordCloud.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
1,817
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ All Rights Reserved. --> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/item_content_horizontal_margin" android:layout_marginRight="@dimen/...
/content/code_sandbox/app/src/main/res/layout/item_fragment_collection_list.xml
xml
2016-02-01T13:44:19
2024-08-15T05:23:34
Douya
zhanghai/Douya
4,549
570
```xml import type { AnimationEvent, CSSProperties, MouseEventHandler, PropsWithChildren, ReactElement, ReactNode, RefObject, } from 'react'; import { Children, cloneElement, useEffect, useRef, useState } from 'react'; import { c } from 'ttag'; import { Button } from '@proton/atoms'; impor...
/content/code_sandbox/packages/components/components/spotlight/Spotlight.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,146
```xml import { Accordion, gridCellBehavior, gridHeaderCellBehavior, gridNestedBehavior, gridRowBehavior, Table, } from '@fluentui/react-northstar'; import * as React from 'react'; import { AutoSizer, List as ReactVirtualizedList, WindowScroller, ListProps, ListRowRenderer } from 'react-virtualized'; import...
/content/code_sandbox/packages/fluentui/react-northstar-prototypes/src/prototypes/VirtualizedTable/VirtualizedTables.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
845
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {Container, Ul, Li, SkeletonText} from './styled'; type RowProps = { columnWidths: string[]; }; const Row: React.FC<RowProps> = ({columnWid...
/content/code_sandbox/operate/client/src/App/DecisionInstance/VariablesPanel/InputsAndOutputs/Skeleton/index.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
214
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const RemoteIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M259 733l90-90 701 701-701 701-90-90 611-611-611-611zM17...
/content/code_sandbox/packages/react-icons-mdl2/src/components/RemoteIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
153
```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>org.eclipse.jdt.ls</groupId> <artifactId>parent</artifactId> <version>1.39.0-SNAPSHOT</version> </parent> <arti...
/content/code_sandbox/org.eclipse.jdt.ls.core/pom.xml
xml
2016-06-27T13:06:53
2024-08-16T00:38:32
eclipse.jdt.ls
eclipse-jdtls/eclipse.jdt.ls
1,726
1,113
```xml /* * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ import { html, LitElement } from 'lit'; import { customElement } from 'lit/decorators/custom-element.js'; import { componentIsStable, createTestElement, removeTes...
/content/code_sandbox/packages/core/src/internal/decorators/i18n.spec.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
429
```xml <?xml version="1.0"?> <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.yahoo.vespa</groupId> <artifactId>parent</artifactId> <version>8-SNAPSHOT</version> <relativePath>../parent/pom.xml...
/content/code_sandbox/config-class-plugin/pom.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
556
```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/examples/interop/pos-sidechain-example-one/src/app/modules/testNft/commands/mint_nft.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
267
```xml <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.4"?> <plugin> <extension point="org.eclipse.ui.menus"> <menuContribution locationURI="menu:toolbox.file.menu?after=toolbox.file.translation.separator"> <command commandId="toolbox.command.tla2tex.pro...
/content/code_sandbox/toolbox/org.lamport.tla.toolbox.tool.tla2tex/plugin.xml
xml
2016-02-02T08:48:27
2024-08-16T16:50:00
tlaplus
tlaplus/tlaplus
2,271
570
```xml import type { FC } from 'react'; import { SafeItemIcon } from '@proton/pass/components/Layout/Icon/ItemIcon'; import { itemTypeToSubThemeClassName } from '@proton/pass/components/Layout/Theme/types'; import type { ItemRevision } from '@proton/pass/types'; import { rootFontSize } from '@proton/shared/lib/helpers...
/content/code_sandbox/packages/pass/components/Item/List/ItemTag.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
223
```xml <resources> <style name="AppThemeLight" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAcc...
/content/code_sandbox/ChangeThemeDuringRuntime/app/src/main/res/values/styles.xml
xml
2016-02-25T11:06:48
2024-08-07T21:41:59
android-examples
nisrulz/android-examples
1,747
278
```xml import React, { Component } from 'react'; import { observer, inject } from 'mobx-react'; import { get } from 'lodash'; import WalletUtxo from '../../components/wallet/utxo/WalletUtxo'; import type { InjectedProps } from '../../types/injectedPropsType'; import { getUtxoChartData, getWalletUtxosTotalAmount, } ...
/content/code_sandbox/source/renderer/app/containers/wallet/WalletUtxoPage.tsx
xml
2016-10-05T13:48:54
2024-08-13T22:03:19
daedalus
input-output-hk/daedalus
1,230
443
```xml <?xml version="1.0" encoding="utf-8"?> <ApplicationConfiguration xmlns:xsi="path_to_url" xmlns:ua="path_to_url" xmlns="path_to_url" > <ApplicationName>UA Server Configuration Push Test Client</ApplicationName> <ApplicationUri>urn:localhost:opcfoundation.org:ServerConfigurationPushTestClient</Applicatio...
/content/code_sandbox/Tests/Opc.Ua.Gds.Tests/Opc.Ua.ServerConfigurationPushTestClient.Config.xml
xml
2016-02-12T14:57:06
2024-08-13T10:24:27
UA-.NETStandard
OPCFoundation/UA-.NETStandard
1,910
1,040
```xml <Page x:Class="Xamarin.Forms.Platform.UWP.ShellPageWrapper" xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:Xamarin.Forms.Platform.UAP" xmlns:d="path_to_url" xmlns:mc="path_to_url" mc:Ignorable="d"> <ContentPresenter Name="Root" HorizontalAlignment="Stretch" Vertical...
/content/code_sandbox/Xamarin.Forms.Platform.UAP/Shell/ShellPageWrapper.xaml
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
99
```xml import * as React from 'react'; import type { Meta } from '@storybook/react'; import { DARK_MODE, getStoryVariant, RTL, TestWrapperDecorator } from '../../utilities'; import { Steps, StoryWright } from 'storywright'; import { NodesComposition, TreeChart, TreeTraverse } from '@fluentui/react-charting'; export de...
/content/code_sandbox/apps/vr-tests/src/stories/react-charting/TreeChart.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,246
```xml import { RepeatPipe } from './repeat'; describe('RepeatPipe Tests', () => { let pipe: RepeatPipe; beforeEach(() => { pipe = new RepeatPipe(); }); it('Should repeat string', () => { const result = pipe.transform('foo', 3); expect(result).toEqual('foofoofoo'); }); it('Should repeat stri...
/content/code_sandbox/src/ng-pipes/pipes/string/repeat.spec.ts
xml
2016-11-24T22:03:44
2024-08-15T12:52:49
ngx-pipes
danrevah/ngx-pipes
1,589
191
```xml <clickhouse> <max_table_num_to_warn>5</max_table_num_to_warn> <max_view_num_to_warn>5</max_view_num_to_warn> <max_dictionary_num_to_warn>5</max_dictionary_num_to_warn> <max_database_num_to_warn>2</max_database_num_to_warn> <max_part_num_to_warn>10</max_part_num_to_warn> </clickhouse> ```
/content/code_sandbox/tests/config/config.d/max_num_to_warn.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
89
```xml <!--Back To Menu Animation --> <animated-vector xmlns:android="path_to_url" android:drawable="@drawable/ic_back_vector"> <target android:name="back" android:animation="@animator/back_to_menu_morph"/> <target android:name="rotation" android:animation="@animator/back...
/content/code_sandbox/library/src/main/res/drawable-mdpi/ic_back_animated.xml
xml
2016-07-20T13:02:53
2024-08-16T04:55:39
MaterialSearchBar
mancj/MaterialSearchBar
2,031
79
```xml import config from '../config'; import LoginPage from '../pages/login' import NavbarPage from '../pages/navabar'; import ProjectCreatePage from '../pages/project-create'; import ProjectPage from '../pages/project'; import WorkflowCreatePage from '../pages/workflow-create'; import WorkflowPage from '../pages/work...
/content/code_sandbox/ui/e2e/tests/workflow-create.ts
xml
2016-10-11T08:28:23
2024-08-16T01:55:31
cds
ovh/cds
4,535
314
```xml import { classNames } from '@standardnotes/utils' import { EmojiString, Platform, VectorIconNameOrEmoji } from '@standardnotes/snjs' import { ForwardedRef, forwardRef, useCallback, useEffect, useMemo, useRef, useState } from 'react' import Dropdown from '../Dropdown/Dropdown' import { DropdownItem } from '../Dro...
/content/code_sandbox/packages/web/src/javascripts/Components/Icon/IconPicker.tsx
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
1,364
```xml import { Pipe, PipeTransform } from "@angular/core"; import { OrganizationUserType } from "@bitwarden/common/admin-console/enums"; import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service"; @Pipe({ name: "userType", }) export class UserTypePipe implements PipeTransform { constructo...
/content/code_sandbox/apps/web/src/app/admin-console/organizations/shared/components/access-selector/user-type.pipe.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
207
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions id="definitions" xmlns="path_to_url" xmlns:activiti="path_to_url" targetNamespace="org.flowable.engine.test.api.runtime"> <process id="multipleSubProcessTest"> <startEvent id="theStart" /> <sequenceFlow id="flow1" sourceRef="theStart...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/api/runtime/multipleSubProcess.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
311
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" xmlns:tools="path_to_url" android:layout_margin="2dp" android:background="@dr...
/content/code_sandbox/app/src/main/res/layout/cell_labeled_icon_select.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
278
```xml export { default, default as CreatePassword } from "./CreatePassword"; ```
/content/code_sandbox/client/src/core/client/auth/views/CreatePassword/index.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
15
```xml import { describe, expect, test } from 'vitest'; import { extractTarballFromUrl } from '../src'; describe('extractTarballFromUrl', () => { const metadata: any = { name: 'npm_test', versions: { '1.0.0': { dist: { tarball: 'path_to_url }, }, '1.0.1': { ...
/content/code_sandbox/packages/core/tarball/tests/getLocalRegistryTarballUri.spec.ts
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
278
```xml import { createElement, Fragment, ReactNode } from 'react' import { Container, useDimensions, SvgWrapper } from '@nivo/core' import { OrdinalColorScaleConfig } from '@nivo/colors' import { BoxLegendSvg } from '@nivo/legends' import { Datum, WaffleSvgProps, LayerId, TooltipComponent } from './types' import { svgD...
/content/code_sandbox/packages/waffle/src/Waffle.tsx
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
1,093
```xml import React, { useEffect, useMemo, useState } from 'react'; import { c } from 'ttag'; import { useLoading } from '@proton/hooks'; import { addTreeFilter, applyFilters, updateFilter } from '@proton/shared/lib/api/filters'; import isDeepEqual from '@proton/shared/lib/helpers/isDeepEqual'; import { AUTO_REPLY_CH...
/content/code_sandbox/packages/components/containers/filters/modal/FilterModal.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
2,484
```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 type { Locale } from "date-fns"; /** * @param localeCode - ISO 639-1 + optional country code * @returns date-fns `Locale...
/content/code_sandbox/packages/datetime2/src/common/dateFnsLocaleProps.ts
xml
2016-10-25T21:17:50
2024-08-16T15:14:48
blueprint
palantir/blueprint
20,593
357
```xml <?xml version="1.0" encoding="utf-8"?> <CheckedTextView xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="24dp" android:drawablePadding="33dp" android:paddingStart="20dp" android:paddingTop="10dp" andro...
/content/code_sandbox/app/src/main/res/layout/checked_text_view_dialog_button.xml
xml
2016-05-04T11:46:20
2024-08-15T16:29:10
android
meganz/android
1,537
128
```xml import { Context } from 'egg'; export default { test(this: Context) { return this.url; }, } ```
/content/code_sandbox/test/fixtures/apps/app-ts/app/extend/context.ts
xml
2016-06-18T06:53:23
2024-08-16T10:11:28
egg
eggjs/egg
18,851
27
```xml import { css } from '@emotion/css'; import { stylesFactory } from '@grafana/ui'; import { GrafanaTheme } from '@grafana/data'; export const getStyles = stylesFactory((theme: GrafanaTheme) => { const iconsFill = theme.isLight ? 'black' : 'rgba(255, 255, 255, 0.8)'; return { icon: css` path, ...
/content/code_sandbox/pmm-app/src/shared/components/Elements/Icons/Icons.styles.ts
xml
2016-01-22T07:14:23
2024-08-13T13:01:59
grafana-dashboards
percona/grafana-dashboards
2,661
109
```xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="path_to_url"> <group android:checkableBehavior="single"> <item android:id="@+id/nav_camera" android:icon="@drawable/ic_menu_camera" android:title="Import" /> <item android:id="@+id/nav...
/content/code_sandbox/app/src/main/res/menu/activity_main_drawer.xml
xml
2016-03-13T05:16:32
2024-04-29T09:08:01
RxJavaApp
jiang111/RxJavaApp
1,045
247
```xml import React, { Fragment } from 'react'; import { styled } from '@storybook/core/theming'; export interface SeparatorProps { force?: boolean; } export const Separator = styled.span<SeparatorProps>( ({ theme }) => ({ width: 1, height: 20, background: theme.appBorderColor, marginLeft: 2, ...
/content/code_sandbox/code/core/src/components/components/bar/separator.tsx
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
216
```xml export { default as Toggle } from './Toggle'; ```
/content/code_sandbox/packages/components/components/toggle/index.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
11
```xml // Do not modify this file; it is generated as part of publish. // The checked in version is a placeholder only and will not be updated. import { setVersion } from '@fluentui/set-version'; setVersion('@fluentui/react-cards', '0.0.0'); ```
/content/code_sandbox/packages/react-cards/src/version.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
61
```xml export { createPlaywrightTest as createTest } from 'storybook/internal/preview-api'; ```
/content/code_sandbox/code/renderers/react/src/playwright.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
19
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net7.0</TargetFramework> <ProjectID>4BC5DF1F-B155-4A69-9719-0AB349B1ACB2</ProjectID> </PropertyGroup> </Project> ```
/content/code_sandbox/dotnet-template-samples/content/14-guid/MyProject.Con/MyProject.Con.csproj
xml
2016-06-28T20:54:16
2024-08-16T14:39:38
templating
dotnet/templating
1,598
79
```xml import {Store} from "@tsed/core"; import {SocketErr} from "../index.js"; describe("@SocketErr", () => { it("should set metadata", () => { class Test {} SocketErr(Test, "test", 0); const store = Store.from(Test); expect(store.get("socketIO")).toEqual({ handlers: { test: { ...
/content/code_sandbox/packages/third-parties/socketio/src/decorators/socketErr.spec.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
114
```xml //@ts-nocheck import React from 'react'; import { Badge, HStack, VStack, Box } from 'native-base'; export function Example() { return ( <Box alignItems="center"> <HStack space={4} mx={{ base: 'auto', md: '0' }}> {['solid', 'outline', 'subtle'].map((key) => ( <VStack key={key} space...
/content/code_sandbox/example/storybook/stories/components/composites/Badge/variants.tsx
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
223
```xml export { runTestFiles } from './runTestFiles' export { runTestSources } from './runTestSources' export { runTest } from './testRunner' export * from './types' export const assertLibCode = require('../sol/tests.sol.js') ```
/content/code_sandbox/remix-tests/src/index.ts
xml
2016-04-11T09:05:03
2024-08-12T19:22:17
remix
ethereum/remix
1,177
54
```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/page/MainContent/panels/preferences/accountPreferences/AccountLink.test.tsx
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
316
```xml import { AuthService } from "@bitwarden/common/auth/abstractions/auth.service"; import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service"; import { Response } from "../../models/response"; import { MessageResponse } from "../../models/response/message.response"; export class LogoutComm...
/content/code_sandbox/apps/cli/src/auth/commands/logout.command.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
150
```xml import { fromGitHubOrg } from './organization' import { fromGitHubUser } from './user' export function fromGitHubRepository(repo: any) { if (!repo) return null return { id: repo.id || '', name: repo.name || '', fullName: repo.full_name || '', isFork: repo.fork === true, isPrivate: repo....
/content/code_sandbox/packages/core/src/mappers/repository.ts
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
148
```xml // path_to_url import { XmlComponent } from "@file/xml-components"; import { MathComponent } from "../math-component"; import { MathBase } from "../n-ary"; import { MathBracketProperties } from "./math-bracket-properties"; export class MathAngledBrackets extends XmlComponent { public constructor(options: {...
/content/code_sandbox/src/file/paragraph/math/brackets/math-angled-brackets.ts
xml
2016-03-26T23:43:56
2024-08-16T13:02:47
docx
dolanmiu/docx
4,139
121
```xml import React from 'react'; import { applyMiddleware, compose, createStore } from 'redux'; import { Provider } from 'react-redux'; import i18n from 'i18next'; import { initReactI18next } from 'react-i18next'; import { createMemoryHistory } from 'history'; import thunk from 'redux-thunk'; import ReduxPromise from ...
/content/code_sandbox/packages/app/test/testUtils.tsx
xml
2016-09-22T22:58:21
2024-08-16T15:47:39
nuclear
nukeop/nuclear
11,862
842
```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="pt-BR" original="../HelpString...
/content/code_sandbox/src/Cli/Microsoft.TemplateEngine.Cli/Commands/xlf/HelpStrings.pt-BR.xlf
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
1,438
```xml <project name="bug3515070" default="filter"> <property name="findbugs.jar" value="../../../../findbugs/lib/findbugs.jar"/> <target name="filter"> <taskdef name="filterbugs" classname="edu.umd.cs.findbugs.anttask.FilterBugsTask" classpath="${findbugs.jar}"/> <filterbugs classpath="${findbugs.jar}" bugPatte...
/content/code_sandbox/spotbugsTestCases/src/xml/sfBugs/bug3515070.xml
xml
2016-11-04T22:18:08
2024-08-15T14:30:47
spotbugs
spotbugs/spotbugs
3,428
100
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <Filter Include="Source Files"> <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> </Filter> <F...
/content/code_sandbox/src/MEGAShellExt/MEGAShellExt.vcxproj.filters
xml
2016-02-10T18:28:05
2024-08-16T19:36:44
MEGAsync
meganz/MEGAsync
1,593
1,014
```xml 'use strict'; import { expect, use } from 'chai'; import * as chaiAsPromised from 'chai-as-promised'; import * as path from 'path'; import * as TypeMoq from 'typemoq'; import { IFileSystem } from '../../../client/common/platform/types'; import { IPathUtils } from '../../../client/common/types'; import { Enviro...
/content/code_sandbox/src/test/common/variables/envVarsService.unit.test.ts
xml
2016-01-19T10:50:01
2024-08-12T21:05:24
pythonVSCode
DonJayamanne/pythonVSCode
2,078
6,511
```xml <?xml version="1.0" encoding="UTF-8" ?> <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>com.microsoft.bot.sample</groupId> <artifactId>bot-usingcards</artifactId> <version>sample</ve...
/content/code_sandbox/samples/java_springboot/06.using-cards/pom.xml
xml
2016-09-20T16:17:28
2024-08-16T02:44:00
BotBuilder-Samples
microsoft/BotBuilder-Samples
4,323
1,807
```xml import * as React from 'react'; /** Result of transpiling and/or transforming code */ export interface ITransformedCode { /** Transpiled code (defined unless there's an error) */ output?: string; /** Transpile/eval error, if any */ error?: string | string[]; } /** Transpiled and/or transformed example,...
/content/code_sandbox/packages/react-monaco-editor/src/interfaces/transformedCode.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
119
```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. --> <resources> <string name="app_name">RecyclerViewAnimations</string> </resources> ```
/content/code_sandbox/RecyclerView/RecyclerViewAnimations/app/src/main/res/values/strings.xml
xml
2016-03-08T22:27:22
2024-08-02T07:38:15
android-ui-toolkit-demos
googlearchive/android-ui-toolkit-demos
1,109
56
```xml import { AxiosInstance } from 'axios'; import { toChecksumAddress } from 'ethereumjs-util'; import { UNISWAP_UNI_CLAIM_API } from '@config/data'; import { ApiService } from '@services/ApiService'; import { ProviderHandler } from '@services/EthService'; import { UniDistributor } from '@services/EthService/contra...
/content/code_sandbox/src/services/ApiService/Claims/Claims.ts
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
553
```xml export { PermissionResponse, PermissionStatus, PermissionExpiration, PermissionHookOptions, } from 'expo-modules-core'; // @needsAudit /** * Describes the current generation of the cellular connection. It is an enum with these possible * values: */ export enum CellularGeneration { /** * Either w...
/content/code_sandbox/packages/expo-cellular/src/Cellular.types.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
253
```xml /* * Squidex Headless CMS * * @license */ import slugify from 'slugify'; import { MathHelper } from './math-helper'; const IMAGE_REGEX = /!\[(?<alt>[^\]]*)\]\((?<url>.*?)([\s]["\s]*(?<name>[^")]*)["\s]*)?\)/; const IMAGES_REGEX = /!\[(?<alt>[^\]]*)\]\((?<url>.*?)([\s]["\s]*(?<name>[^")]*)["\s]*)?\)/g; exp...
/content/code_sandbox/frontend/src/app/framework/utils/markdown-transform.ts
xml
2016-08-29T05:53:40
2024-08-16T17:39:38
squidex
Squidex/squidex
2,222
604
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 import Complex128 = require( '@stdlib/complex/float64/ctor' ); /** * Tests whether tw...
/content/code_sandbox/lib/node_modules/@stdlib/complex/float64/base/assert/is-not-equal/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
239
```xml import React, { useContext, useEffect, useState } from 'react'; import { useParams, Link, useNavigate } from 'react-router-dom'; import { MdFavorite, MdFavoriteBorder } from 'react-icons/md'; import { getActorById, GetActorByIdResponse, addFavoritedActor, deleteFavoritedActor, getIfFavoritedActor } fro...
/content/code_sandbox/dataconnect/app/src/pages/Actor.tsx
xml
2016-04-26T17:13:48
2024-08-16T13:54:58
quickstart-js
firebase/quickstart-js
5,069
1,334
```xml import { useEffect } from "react" import { queries } from "@/modules/orders/graphql" import useFullOrders from "@/modules/orders/hooks/useFullOrders" import { columnNumberAtom, filterAtom } from "@/store/progress.store" import { useAtomValue } from "jotai" import { ORDER_ITEM_STATUSES, ORDER_STATUSES } from "@/...
/content/code_sandbox/pos/app/(main)/(orders)/components/progress/ActiveOrders.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
453
```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="cat_colors_title" translatable="false">Color</string> <string nam...
/content/code_sandbox/catalog/java/io/material/catalog/color/res/values/strings.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
2,276
```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/trackable.hpp"> <namespace name="boost"> <namespace name="signals2"> <class name="trackable"> ...
/content/code_sandbox/deps/boost_1_66_0/libs/signals2/doc/reference/trackable.xml
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
861
```xml import cn from "classnames"; import React, { ComponentType, FunctionComponent, HTMLAttributes, Ref, } from "react"; import { AlertTriangleIcon, CalendarInformationIcon, ConversationChatTextIcon, MessagesBubbleSquareIcon, QuestionHelpMessageIcon, SvgIcon, } from "coral-ui/components/icons"; i...
/content/code_sandbox/client/src/core/client/stream/common/MessageBox/MessageBoxIcon.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
380
```xml import styled from '@emotion/styled'; import Avatar from '@mui/material/Avatar'; import ListItem from '@mui/material/ListItem'; import ListItemText from '@mui/material/ListItemText'; import { useTheme } from '@mui/styles'; import React from 'react'; import { useSettings } from '../../providers/PersistenceSettin...
/content/code_sandbox/packages/ui-components/src/components/Install/InstallListItem.tsx
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
900
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /** * Returns an array of an object's inherited enumerable symbol properties. * * ## N...
/content/code_sandbox/lib/node_modules/@stdlib/utils/inherited-enumerable-property-symbols/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
232
```xml import * as React from 'react'; import { Component } from 'react'; import { Animated, Platform } from 'react-native'; import { State } from '../../State'; import { BaseButton } from '../GestureButtons'; import { GestureEvent, HandlerStateChangeEvent, } from '../../handlers/gestureHandlerCommon'; import typ...
/content/code_sandbox/src/components/touchables/GenericTouchable.tsx
xml
2016-10-27T08:31:38
2024-08-16T12:03:40
react-native-gesture-handler
software-mansion/react-native-gesture-handler
5,989
2,164
```xml import {Store} from "@tsed/core"; import {SocketReturnsTypes} from "../interfaces/SocketReturnsTypes.js"; /** * * @param {string} eventName * @param {SocketReturnsTypes} type * @returns {(target: any, propertyKey: string, descriptor: PropertyDescriptor) => void} * @decorator */ export function SocketRetur...
/content/code_sandbox/packages/third-parties/socketio/src/decorators/socketReturns.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
149
```xml <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <ItemGroup> <ProjectReference Include="..\..\src\App.Metrics.AspNetCore\App.Metrics.AspNetCore.csproj" /> </ItemGroup> </Project> ```
/content/code_sandbox/src/AspNetCore/sandbox/MetricsSandboxCore31/MetricsSandboxCore31.csproj
xml
2016-11-20T04:39:02
2024-08-14T12:43:59
AppMetrics
AppMetrics/AppMetrics
2,215
69
```xml import { Form } from "../../../../src"; const fields = ["username", "email", "country"]; const values = { username: "", email: "", country: "", }; const defaults = { username: "TestUser", email: "s.jobs@apple.com", country: "USA", }; const labels = { username: "User name", email: "Email", c...
/content/code_sandbox/tests/data/forms/flat/form.t.ts
xml
2016-06-20T22:10:41
2024-08-10T13:14:33
mobx-react-form
foxhound87/mobx-react-form
1,093
129
```xml import { basename, extname } from 'path'; import { oldVisit, Types } from '@graphql-codegen/plugin-helpers'; import { optimizeDocumentNode } from '@graphql-tools/optimize'; import autoBind from 'auto-bind'; import { pascalCase } from 'change-case-all'; import { DepGraph } from 'dependency-graph'; import { Defi...
/content/code_sandbox/packages/plugins/other/visitor-plugin-common/src/client-side-base-visitor.ts
xml
2016-12-05T19:15:11
2024-08-15T14:56:08
graphql-code-generator
dotansimha/graphql-code-generator
10,759
6,162
```xml <?xml version="1.0" encoding="utf-8"?><!-- path_to_url Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <com.google.android.flexbox.FlexboxLayout xmlns:android="path_to_url" xmlns:app="path_to_url"...
/content/code_sandbox/flexbox/src/androidTest/res/layout/activity_align_self_stretch_test.xml
xml
2016-05-04T08:11:22
2024-08-15T12:27:34
flexbox-layout
google/flexbox-layout
18,226
273
```xml import { sortFontsVariantValues } from './sort-fonts-variant-values' /** * Generate the Google Fonts URL given the requested weight(s), style(s) and additional variable axes */ export function getGoogleFontsUrl( fontFamily: string, axes: { wght?: string[] ital?: string[] variableAxes?: [string...
/content/code_sandbox/packages/font/src/google/get-google-fonts-url.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
497
```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/electron/src/lib/LocalAccountDeletion.ts
xml
2016-07-26T13:55:48
2024-08-16T03:45:51
wire-desktop
wireapp/wire-desktop
1,075
676
```xml import { test } from 'tap'; import { handle } from 'micro/src/lib/handler'; import { stub } from 'sinon'; void test('handle a non-async function', async (t) => { const dir = t.testdir({ 'regular-function-export.js': `module.exports = () => 'Test';`, }); const result = await handle(`${dir}/regular-fun...
/content/code_sandbox/test/suite/handler.ts
xml
2016-01-23T05:17:00
2024-08-15T13:02:51
micro
vercel/micro
10,560
499
```xml import 'office-ui-fabric-react/dist/css/fabric.css'; import { PrimaryButton } from 'office-ui-fabric-react'; import { User } from "@microsoft/microsoft-graph-types"; import * as React from 'react'; import { ITeamsMessage } from '../../../model/ITeamsMessage'; import styles from './AllConversations.module.scss'; ...
/content/code_sandbox/samples/react-teams-conversationview/src/webparts/allConversations/components/AllConversations.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
1,715
```xml /** @since 3.9.0 */ export function toArray<T> (value: T | T[]): T[] { return Array.isArray(value) ? value : [value] } ```
/content/code_sandbox/packages/webpack/src/utils/index.ts
xml
2016-10-26T11:18:47
2024-08-16T19:32:46
nuxt
nuxt/nuxt
53,705
39
```xml <?xml version="1.0" encoding="utf-8"?> <schema targetNamespace="path_to_url" xmlns:doc="path_to_url" xmlns:maml="path_to_url" xmlns:dev="path_to_url" xmlns:managed="path_to_url" xmlns="path_to_url" elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all" xml:lang="en"> <!-- Schema ...
/content/code_sandbox/src/Schemas/PSMaml/developerManagedOverload.xsd
xml
2016-01-13T23:41:35
2024-08-16T19:59:07
PowerShell
PowerShell/PowerShell
44,388
508
```xml /* * IOSDebug.mm * */ #include "../Debug.h" #include <stdio.h> #import <Foundation/Foundation.h> namespace LLGL { LLGL_EXPORT void DebugPuts(const char* text) { #ifdef LLGL_DEBUG /* Print to Xcode debug console */ NSLog(@"%@\n", @(text)); #else /* Print to standard error stream */ ...
/content/code_sandbox/sources/Platform/IOS/IOSDebug.mm
xml
2016-07-09T19:10:46
2024-08-16T15:42:24
LLGL
LukasBanana/LLGL
2,007
107
```xml import type { CompatibleString, StorybookConfig as StorybookConfigBase, } from 'storybook/internal/types'; import type { BuilderOptions, StorybookConfigVite } from '@storybook/builder-vite'; import type { ComponentMeta } from 'vue-component-meta'; import type { ComponentDoc } from 'vue-docgen-api'; type F...
/content/code_sandbox/code/frameworks/vue3-vite/src/types.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
780
```xml import { isDeinitable } from './isDeinitable' function isNotUndefined<T>(val: T | undefined | null): val is T { return val != undefined } export class DependencyContainer { private factory = new Map<symbol, () => unknown>() private dependencies = new Map<symbol, unknown>() public deinit() { this.f...
/content/code_sandbox/packages/docs-shared/lib/Dependency/DependencyContainer.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
279
```xml import PATHS from "config/constants/sub/paths"; import { DraftSessionScreen } from "features/sessionBook"; import { SessionsListScreenContainer } from "features/sessionBook/screens/SessionsListScreen/SessionsListScreenContainer"; import { Navigate, RouteObject } from "react-router-dom"; import { DesktopSessionsC...
/content/code_sandbox/app/src/routes/desktopSessionRoutes.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
427
```xml import { Operator } from '../Operator'; import { Observable } from '../Observable'; import { Subscriber } from '../Subscriber'; import { OuterSubscriber } from '../OuterSubscriber'; import { InnerSubscriber } from '../InnerSubscriber'; import { subscribeToResult } from '../util/subscribeToResult'; import { Mon...
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/src/internal/operators/takeUntil.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
676
```xml <?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="bootstrap/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" ...
/content/code_sandbox/phpunit.xml
xml
2016-02-08T02:14:29
2024-08-12T19:21:18
laravel-hackathon-starter
unicodeveloper/laravel-hackathon-starter
1,630
235
```xml import { Observable } from '../Observable'; import { ConnectableObservable } from '../observable/ConnectableObservable'; import { UnaryFunction } from '../types'; /** * Returns a connectable observable sequence that shares a single subscription to the * underlying sequence containing only the last notification...
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/internal/operators/publishLast.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
458
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIdentifier</key> <string>${PRODUCT_...
/content/code_sandbox/Example/Pods/Target Support Files/EasyPeasy-iOS/Info.plist
xml
2016-03-25T17:51:31
2024-07-22T09:31:52
EasyPeasy
nakiostudio/EasyPeasy
1,939
244
```xml import {NOTIFICATION_MESSAGE, NOTIFICATION_DISMISS} from '../../typings/constants/notifications'; import type {HyperActions} from '../../typings/hyper'; export function dismissNotification(id: string): HyperActions { return { type: NOTIFICATION_DISMISS, id }; } export function addNotificationMessag...
/content/code_sandbox/lib/actions/notifications.ts
xml
2016-07-01T06:01:21
2024-08-16T16:05:22
hyper
vercel/hyper
43,095
107
```xml /** * A time interface just for documentation purpose */ export interface TimeInterface { /** * @example * interface property */ zone: string; /** * @example * interface method */ foo?(): string; } ```
/content/code_sandbox/test/fixtures/todomvc-ng2/src/app/shared/interfaces/time.interface.ts
xml
2016-10-17T07:09:28
2024-08-14T16:30:10
compodoc
compodoc/compodoc
3,980
57
```xml // See LICENSE.txt for license information. // ******************************************************************* // - [#] indicates a test step (e.g. # Go to a screen) // - [*] indicates an assertion (e.g. * Check the title) // - Use element testID when selecting an element. Create one if none. // ***********...
/content/code_sandbox/detox/e2e/test/account/settings.e2e.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
712
```xml /*your_sha256_hash----------------------------- *your_sha256_hash----------------------------*/ 'use strict'; import assert, { doesNotReject } from 'assert'; import path from 'path'; import { DebugProtocol } from 'vscode-debugprotocol'; import { DebugClient } from 'vscode-debugadapter-testsupport'; const DAT...
/content/code_sandbox/packages/vscode-ruby-debugger/spec/adapter.test.ts
xml
2016-02-24T04:14:24
2024-08-12T08:08:29
vscode-ruby
rubyide/vscode-ruby
1,260
916
```xml import PageToolbar from './PageToolbar'; export default PageToolbar; ```
/content/code_sandbox/docs/components/PageToolbar/index.tsx
xml
2016-06-06T02:27:46
2024-08-16T16:41:54
rsuite
rsuite/rsuite
8,263
14
```xml export { Button } from './Button'; export { AddButton } from './AddButton'; export { ButtonGroup } from './ButtonGroup'; export { LoadingButton } from './LoadingButton'; export { CopyButton } from './CopyButton'; ```
/content/code_sandbox/app/react/components/buttons/index.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
49
```xml import "jsdom-global/register"; import React from "react"; // eslint-disable-line import { describe, it } from "mocha"; import { expect } from "chai"; import { SubAppDef, SubAppContainer, envHooks, SubAppFeatureResult } from "@xarc/subapp"; import { reactRouterFeature } from "../../src/node/index"; import { rend...
/content/code_sandbox/packages/xarc-react-router/test/spec/node-index.spec.tsx
xml
2016-09-06T19:02:39
2024-08-11T11:43:11
electrode
electrode-io/electrode
2,103
871
```xml import * as React from 'react'; import { ItemLayout } from '@fluentui/react-northstar'; const ItemLayoutExampleContentMediaShorthand = () => ( <ItemLayout content="Program the sensor to the SAS alarm through the haptic SQL card!" contentMedia="7:26:56 AM" /> ); export default ItemLayoutExampleContentMediaSho...
/content/code_sandbox/packages/fluentui/docs/src/examples/components/ItemLayout/Content/ItemLayoutExampleContentMedia.shorthand.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
78
```xml import { joinURL } from 'ufo' import type { Plugin } from 'vite' import { isCSS } from '../utils' interface DevStyleSSRPluginOptions { srcDir: string buildAssetsURL: string } export function devStyleSSRPlugin (options: DevStyleSSRPluginOptions): Plugin { return { name: 'nuxt:dev-style-ssr', apply...
/content/code_sandbox/packages/vite/src/plugins/dev-ssr-css.ts
xml
2016-10-26T11:18:47
2024-08-16T19:32:46
nuxt
nuxt/nuxt
53,705
238
```xml export interface Colors { chalky: string coral: string dark: string error: string fountainBlue: string green: string invalid: string lightDark: string lightWhite: string malibu: string purple: string whiskey: string } ```
/content/code_sandbox/src/interface/colors.ts
xml
2016-09-04T13:32:33
2024-08-14T22:14:04
OneDark-Pro
Binaryify/OneDark-Pro
1,485
71
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <dimen name="media_bubble_max_width">350dp</dimen> <dimen name="media_bubble_max_height">300dp</dimen> </resources> ```
/content/code_sandbox/src/main/res/values-sw480dp/dimens.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
57
```xml import { IUser } from '@erxes/ui/src/auth/types'; import EmptyState from '@erxes/ui/src/components/EmptyState'; import Spinner from '@erxes/ui/src/components/Spinner'; import { gql } from '@apollo/client'; import React from 'react'; import ClientPortalCompanyDetails from '../../components/detail/ClientPortalCom...
/content/code_sandbox/packages/plugin-clientportal-ui/src/containers/details/ClientPortalCompanyDetails.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
342
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="path_to_url"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{4AA7C415-B0C8-4029-8...
/content/code_sandbox/tools/nnyeah/integration/API/macOSIntegration.csproj
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
602
```xml import { ComponentFixture, TestBed, ComponentFixtureAutoDetect, } from '@angular/core/testing'; import { TranslateService } from '@ngx-translate/core'; import { ListProjectComponent } from './list-project.component'; import { CUSTOM_ELEMENTS_SCHEMA, ChangeDetectorRef } from '@angular/core'; import { ...
/content/code_sandbox/src/portal/src/app/base/left-side-nav/projects/list-project/list-project.component.spec.ts
xml
2016-01-28T21:10:28
2024-08-16T15:28:34
harbor
goharbor/harbor
23,335
702
```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="fr" original="../Resources.res...
/content/code_sandbox/src/BuiltInTools/dotnet-format/xlf/Resources.fr.xlf
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
5,730