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 React, { Component } from 'react'; import { connect } from 'react-redux'; import { Trans } from 'react-i18next'; import * as actionCreators from '../../actions/install'; interface ControlsProps { install: { step: number; processingSubmit: boolean; dns: { status: s...
/content/code_sandbox/client/src/install/Setup/Controls.tsx
xml
2016-07-06T10:31:47
2024-08-16T18:17:06
AdGuardHome
AdguardTeam/AdGuardHome
24,082
598
```xml // Imports import { createPinia } from 'pinia' import { one } from '@vuetify/one' import { markRaw } from 'vue' // Types import type { App } from 'vue' import type { Router } from 'vue-router' export const pinia = createPinia() export function installPinia (app: App, router: Router) { pinia.use(({ store }) ...
/content/code_sandbox/packages/docs/src/plugins/pinia.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
137
```xml import { List, Image } from '@fluentui/react-northstar'; import * as React from 'react'; const avatars = { robert: '/9j/4AAQSkZJRgABAQAAAQABAAD/your_sha256_hashyour_sha256_hashyour_sha256_hashyour_sha256_hashyour_sha256_hashyour_sha256_hash+your_sha256_hashyour_sha256_hashyour_sha256_hashyour_sha256_hashy...
/content/code_sandbox/packages/fluentui/docs/src/examples/components/List/Performance/ListCommon.perf.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
20,498
```xml import {ParamTypes, UseParam} from "@tsed/platform-params"; /** * @returns {Function} * @decorator * @operation * @input */ export function Err(): Function { return UseParam({ paramType: ParamTypes.ERR, dataPath: "$ctx.error", useValidation: false, useMapper: false }); } ```
/content/code_sandbox/packages/platform/common/src/decorators/params/error.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
80
```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>io.camunda</groupId> <artifactId>operate-parent</artifactId> <version>8.6.0-SNAPSHOT</version> <relati...
/content/code_sandbox/operate/importer-8_5/pom.xml
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
920
```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.example</groupId> <artifactId>frontend</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>jar</packaging> <name...
/content/code_sandbox/courses/java-microservices/spring-cloud-gcp-guestbook/5b-pubsub/guestbook-frontend/pom.xml
xml
2016-04-17T21:39:27
2024-08-16T17:22:27
training-data-analyst
GoogleCloudPlatform/training-data-analyst
7,726
804
```xml export type SearchResults = { [moduleName: string]: object; }; export type SearchOptions = { searchPaths: string[]; platform: 'ios' | 'android' | 'web'; silent?: boolean; }; type AutolinkingModule = typeof import('expo-modules-autolinking/exports'); /** * Imports the `expo-modules-autolinking` packag...
/content/code_sandbox/packages/@expo/prebuild-config/src/importExpoModulesAutolinking.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
400
```xml import { WebApplication } from '@/Application/WebApplication' import { ContentType } from '@standardnotes/domain-core' import { ComponentManager, ComponentItem, SNTag, SNNote, Deferred, SyncServiceInterface, ItemManagerInterface, MutatorClientInterface, PreferenceServiceInterface, } from '@stan...
/content/code_sandbox/packages/web/src/javascripts/Components/NoteView/Controller/NoteViewController.spec.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
1,047
```xml import { ThunkAction } from 'redux-thunk'; import { ActionType, PayloadAction } from 'typesafe-actions'; import makeResetableAsyncAction from './makeResetableAsyncAction'; import { IResetableAsyncAction, GetActionCreatorPayload } from './types'; export type IThunkActionWithResetableAsyncAction< State, Deps...
/content/code_sandbox/webapp/client/src/shared/utils/redux/actions/makeCommunicationThunk.ts
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
542
```xml import { Repository } from '../core/repository'; import Chance = require('chance'); import Bluebird = require('bluebird'); export class ConsentRepository extends Repository { public async auto() { const response = await this.existingUserFlow(); if (response.screen_key === 'already_finished') { r...
/content/code_sandbox/src/repositories/consent.repository.ts
xml
2016-06-09T12:14:48
2024-08-16T10:07:22
instagram-private-api
dilame/instagram-private-api
5,877
430
```xml <dict> <key>CommonPeripheralDSP</key> <array> <dict> <key>DeviceID</key> <integer>0</integer> <key>DeviceType</key> <string>Headphone</string> </dict> <dict> <key>DeviceID</key> <integer>0</integer> <key>DeviceType</key> <string>Microphone</string> </dict> </array> <key>PathMa...
/content/code_sandbox/Resources/ALC289/Platforms15.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
1,952
```xml import { useContext, useState } from "react"; import { AppStateContext } from "../state/appStateContext"; import { Modal } from "react-common/components/controls/Modal"; import { hideModal } from "../transforms/hideModal"; import { getChecklistFromFileAsync } from "../transforms/getChecklistFromFileAsync"; impor...
/content/code_sandbox/teachertool/src/components/ImportChecklistModal.tsx
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
357
```xml <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre...
/content/code_sandbox/test/e2e/sql/src/test/resources/cases/dml/dataset/readwrite_splitting/insert_multiple_values_for_order_1_2.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
4,612
```xml <vector android:height="24dp" android:tint="@android:color/white" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="path_to_url"> <path android:fillColor="@android:color/white" android:pathData="M21,19V5c0,-1.1 -0.9,-2 -2,-2H5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2...
/content/code_sandbox/app/src/main/res/drawable-night/ic_photo_24.xml
xml
2016-02-01T23:48:36
2024-08-15T03:35:42
TagMo
HiddenRamblings/TagMo
2,976
188
```xml import { Component } from '@angular/core'; import { FieldBaseComponent } from '../field-base'; @Component({ selector: 'app-form-file', styleUrls: ['form-file.component.scss'], templateUrl: 'form-file.component.html', }) export class FormFileComponent extends FieldBaseComponent {} ```
/content/code_sandbox/src/Presentation/Web/ClientApp/src/app/shared/components/forms/components/form-file/form-file.component.ts
xml
2016-06-03T17:49:56
2024-08-14T02:53:24
AspNetCoreSpa
fullstackproltd/AspNetCoreSpa
1,472
60
```xml export * from './components/MicroFeedback/index'; ```
/content/code_sandbox/packages/react-experiments/src/MicroFeedback.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
11
```xml import clsx from 'clsx'; import { ReactNode } from 'react'; import { Link } from '@@/Link'; import { TooltipWithChildren } from '@@/Tip/TooltipWithChildren'; import { EdgeStack, StatusType } from '../../types'; export function DeploymentCounterLink({ count, total, type, stackId, }: { count: number; ...
/content/code_sandbox/app/react/edge/edge-stacks/ListView/EdgeStacksDatatable/DeploymentCounter.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
534
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "path_to_url"> <mapper namespace="org.dromara.maxkey.persistence.mapper.AppsFormBasedDetailsMapper"> <select id="getAppDetails" parameterType="string" resultType="AppsFormBasedDetails"> select * fr...
/content/code_sandbox/maxkey-persistence/src/main/resources/org/dromara/maxkey/persistence/mapper/xml/mysql/AppsFormBasedDetailsMapper.xml
xml
2016-11-16T03:06:50
2024-08-16T09:22:42
MaxKey
dromara/MaxKey
1,423
155
```xml import * as Path from 'path' import * as FSE from 'fs-extra' import { mkdirSync } from './temp' import klawSync, { Item } from 'klaw-sync' import { Repository } from '../../src/models/repository' import { GitProcess } from 'dugite' import { makeCommit, switchTo } from './repository-scaffolding' import { writeFil...
/content/code_sandbox/app/test/helpers/repositories.ts
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
1,833
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const LockIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M1792 896v1152H256V896h256V522q0-108 39-203t108-166T821 41...
/content/code_sandbox/packages/react-icons-mdl2/src/components/LockIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
224
```xml <?xml version="1.0" encoding="utf-8"?> <layer-list xmlns:android="path_to_url"> <item> <shape> <solid android:color="#E6333333"/> <corners android:radius="3dp"/> </shape> </item> </layer-list> ```
/content/code_sandbox/app/src/main/res/drawable/jz_toast_bg.xml
xml
2016-10-15T19:48:00
2024-08-13T15:14:45
AndroidHttpCapture
JZ-Darkal/AndroidHttpCapture
4,410
69
```xml import type { SearchResultItem } from "@common/Core"; import type { SearchOptions } from "./SearchOptions"; export type SearchFilter = (options: SearchOptions) => SearchResultItem[]; ```
/content/code_sandbox/src/renderer/Core/Search/Helpers/SearchFilter.ts
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
38
```xml import {Component} from '@angular/core'; @Component({ selector: 'particles-page', templateUrl: './particles.page.html' }) export class ParticlesPage {} ```
/content/code_sandbox/source/page/src/page/learn/basics/particles/particles.page.ts
xml
2016-02-27T20:54:38
2024-08-15T07:19:21
nunuStudio
tentone/nunuStudio
2,097
34
```xml /* your_sha256_hash---------------------------- * See 'LICENSE' in the project root for license information. * your_sha256_hash-------------------------- */ import * as jsonc from 'comment-json'; import * as fs from 'fs'; import * as glob from 'glob'; import * as os from 'os'; import * as path from 'path'; im...
/content/code_sandbox/Extension/src/Debugger/configurationProvider.ts
xml
2016-03-26T21:26:30
2024-08-16T15:16:40
vscode-cpptools
microsoft/vscode-cpptools
5,438
13,375
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|x64"> <Configuration>debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfigura...
/content/code_sandbox/PhysX_3.4/Samples/SampleFramework/framework/compiler/vc14win64/SampleFramework-MT.vcxproj
xml
2016-10-12T16:34:31
2024-08-16T09:40:38
PhysX-3.4
NVIDIAGameWorks/PhysX-3.4
2,343
5,078
```xml import { trim } from "./String.js"; import { FSharpRef } from "./Types.js"; // RFC 4122 compliant. From path_to_url // const guidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/; // Relax GUID parsing, see #1637 const guidRegex = /^[\(\{]{0,2}[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4...
/content/code_sandbox/src/fable-library-ts/Guid.ts
xml
2016-01-11T10:10:13
2024-08-15T11:42:55
Fable
fable-compiler/Fable
2,874
1,598
```xml export const testTransformer = { to(data: any) { if ("secretProperty" in data) { data.secretProperty = `secret-${data.secretProperty}` } return data }, from(data: any) { if ("secretProperty" in data) { data.secretProperty = data.secretProperty.s...
/content/code_sandbox/test/other-issues/transformed-json-column-update-compute/test-transformer.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
83
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="yFB-aB-OIQ"> <de...
/content/code_sandbox/Kickstarter-iOS/Features/Messages/Storyboard/Messages.storyboard
xml
2016-12-02T21:24:40
2024-08-15T23:13:30
ios-oss
kickstarter/ios-oss
8,432
18,209
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/black"> <FrameLayout android:id="@+id/surface_container" android:layout_width="match_pare...
/content/code_sandbox/app/src/main/res/layout/layout_floating_video.xml
xml
2016-11-13T12:34:31
2024-08-16T15:39:12
GSYVideoPlayer
CarGuo/GSYVideoPlayer
19,994
169
```xml import { hasNext, hasErr } from '../asynciterablehelpers.js'; import { of, range, throwError, toArray } from 'ix/asynciterable/index.js'; import { flatMap } from 'ix/asynciterable/operators/index.js'; test('AsyncIterable#flatMap with range', async () => { const xs = of(1, 2, 3); const ys = xs.pipe(flatMap(a...
/content/code_sandbox/spec/asynciterable-operators/flatmap-spec.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
689
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@android:color/holo_red_dark" android:padding="8dp"> <TextView android:id="@+id/textViewItemSection" and...
/content/code_sandbox/app/src/main/res/layout/layout_list_section_animal.xml
xml
2016-05-19T10:12:08
2024-08-02T07:42:36
LRecyclerView
jdsjlzx/LRecyclerView
2,470
124
```xml <androidx.drawerlayout.widget.DrawerLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.eveningoutpost.dexdrip.Home"> <RelativeLayout xmlns:android="path_to_url" ...
/content/code_sandbox/app/src/main/res/layout/activity_calibration_override.xml
xml
2016-09-23T13:33:17
2024-08-15T09:51:19
xDrip
NightscoutFoundation/xDrip
1,365
526
```xml import {BodyParams, QueryParams} from "@tsed/platform-params"; import {Deprecated, Description, Get, Post, Returns, Security, Summary} from "@tsed/schema"; import {Controller} from "@tsed/di"; import {CalendarModel} from "./models/Calendar"; @Controller("/calendars") export class CalendarCtrl { @Get("/:id") ...
/content/code_sandbox/docs/tutorials/snippets/swagger/endpoint-documentation.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
320
```xml import cn from "classnames"; import React, { FunctionComponent } from "react"; import styles from "./FormFieldDescription.css"; interface Props { className?: string; children?: React.ReactNode; } const FormFieldDescription: FunctionComponent<Props> = ({ children, className, }) => { return <p classNa...
/content/code_sandbox/client/src/core/client/ui/components/v2/FormFieldDescription/FormFieldDescription.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
85
```xml import { Operator } from '../Operator'; import { Subscriber } from '../Subscriber'; import { Subscription } from '../Subscription'; import { OuterSubscriber } from '../OuterSubscriber'; import { InnerSubscriber } from '../InnerSubscriber'; import { ObservableInput, OperatorFunction } from '../types'; /** * Appl...
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/internal/operators/mergeScan.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
630
```xml // import lazyload from "utils/lazyload"; // export default lazyload(() => import(/* webpackChunkName: "MyFilesView" */ "./myFilesView")); export { default } from "./myFilesView"; ```
/content/code_sandbox/app/src/components/features/filesLibrary/FilesLibraryTableContainer/MyFilesView/index.ts
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
46
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /// <reference types="@stdlib/types"/> import { Iterator } from '@stdlib/types/iter';...
/content/code_sandbox/lib/node_modules/@stdlib/iter/advance/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
284
```xml import { $ } from '../$.js'; import './on.js'; import type { JQ } from '../shared/core.js'; import type { EventCallback } from '../shared/event.js'; import type { PlainObject } from '../shared/helper.js'; declare module '../shared/core.js' { // eslint-disable-next-line @typescript-eslint/no-unused-vars inte...
/content/code_sandbox/packages/jq/src/methods/one.ts
xml
2016-07-11T17:39:02
2024-08-16T07:12:34
mdui
zdhxiong/mdui
4,077
675
```xml /** * This file includes polyfills needed by Angular and is loaded before the app. * You can add your own extra polyfills to this file. * * This file is divided into 2 sections: * 1. Browser polyfills. These are applied before loading ZoneJS and are sorted by browsers. * 2. Application imports. Files i...
/content/code_sandbox/projects/demo/src/polyfills.ts
xml
2016-08-10T10:25:51
2024-08-05T21:57:53
ng2-smart-table
akveo/ng2-smart-table
1,631
585
```xml import { IServiceManager } from '../../ioc/types'; import { EnvironmentVariablesService } from './environment'; import { EnvironmentVariablesProvider } from './environmentVariablesProvider'; import { IEnvironmentVariablesProvider, IEnvironmentVariablesService } from './types'; export function registerTypes(ser...
/content/code_sandbox/src/client/common/variables/serviceRegistry.ts
xml
2016-01-19T10:50:01
2024-08-12T21:05:24
pythonVSCode
DonJayamanne/pythonVSCode
2,078
108
```xml import { spawn } from 'child_process'; import path from 'path'; import fs, { WriteStream } from 'fs'; import which from 'which'; import tcpPortUsed from 'tcp-port-used'; import type { ChildProcess } from 'child_process'; import type { Process } from '../utils/processes'; import type { CardanoNodeProcessNames } f...
/content/code_sandbox/source/main/cardano/CardanoSelfnodeLauncher.ts
xml
2016-10-05T13:48:54
2024-08-13T22:03:19
daedalus
input-output-hk/daedalus
1,230
2,099
```xml import { Component } from '@angular/core'; import { ComponentFixture, TestBed } from '@angular/core/testing'; import { FormControl, ReactiveFormsModule } from '@angular/forms'; import { provideNgxMask } from '../lib/ngx-mask.providers'; import { NgxMaskDirective } from '../lib/ngx-mask.directive'; @Component({ ...
/content/code_sandbox/projects/ngx-mask-lib/src/test/complete-mask.spec.ts
xml
2016-09-23T20:44:28
2024-08-15T12:52:51
ngx-mask
JsDaddy/ngx-mask
1,150
347
```xml import { JupyterFrontEnd } from '@jupyterlab/application'; import { ISessionContext, SessionContext } from '@jupyterlab/apputils'; import { ConsolePanel } from '@jupyterlab/console'; import { IChangedArgs } from '@jupyterlab/coreutils'; import { DocumentWidget } from '@jupyterlab/docregistry'; import { FileEdit...
/content/code_sandbox/packages/debugger/src/handler.ts
xml
2016-06-03T20:09:17
2024-08-16T19:12:44
jupyterlab
jupyterlab/jupyterlab
14,019
3,311
```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/src/engine/consensus/fork_choice/fork_choice_rule.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
1,169
```xml import { AsyncIterableInput, AsyncIterableX } from '../asynciterablex.js'; import { OperatorAsyncFunction } from '../../interfaces.js'; import { wrapWithAbort } from './withabort.js'; import { throwIfAborted } from '../../aborterror.js'; import { FlattenConcurrentSelector } from './_flatten.js'; import { isPromi...
/content/code_sandbox/src/asynciterable/operators/concatmap.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
519
```xml import type { ITextProps } from '../../primitives/Text/types'; import type { IIconProps } from '../../primitives/Icon'; import type { CustomProps, VariantType } from '../../types'; import type { InterfaceBoxProps } from '../../primitives/Box'; import type { ColorSchemeType } from '../../../components/types'; ex...
/content/code_sandbox/src/components/composites/Badge/types.tsx
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
323
```xml import { RowTitle } from '@erxes/ui-engage/src/styles'; import ActionButtons from '@erxes/ui/src/components/ActionButtons'; import Button from '@erxes/ui/src/components/Button'; import ModalTrigger from '@erxes/ui/src/components/ModalTrigger'; import Tip from '@erxes/ui/src/components/Tip'; import { __ } from '@...
/content/code_sandbox/packages/plugin-golomtbank-ui/src/configs/components/Row.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
359
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="path_to_url"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProductVersion>9.0.21022</Produc...
/content/code_sandbox/Source/src/WixSharp.Samples/VSProjects/Permissions.csproj
xml
2016-01-16T05:51:01
2024-08-16T12:26:25
wixsharp
oleg-shilo/wixsharp
1,077
1,263
```xml import ChangeDetails from '../core/change-details'; import IMask from '../core/holder'; import { type TailDetails } from '../core/tail-details'; import { DIRECTION, type Direction } from '../core/utils'; import Masked, { type AppendFlags, type ExtractFlags, type MaskedOptions, type MaskedState } from './base'; i...
/content/code_sandbox/packages/imask/src/masked/pattern.ts
xml
2016-11-10T13:04:29
2024-08-16T15:16:18
imaskjs
uNmAnNeR/imaskjs
4,881
4,062
```xml export type { JestTestAdapter } from './jest-test-adapter.js'; export { jestTestAdapterFactory } from './jest-test-adapter-factory.js'; ```
/content/code_sandbox/packages/jest-runner/src/jest-test-adapters/index.ts
xml
2016-02-12T13:14:28
2024-08-15T18:38:25
stryker-js
stryker-mutator/stryker-js
2,561
32
```xml import { NavigationComponent, Options } from 'react-native-navigation'; class MyScreen extends NavigationComponent { static options: Options = { topBar: { title: { text: 'My Screen', }, }, }; } ```
/content/code_sandbox/website/docs/docs/style-screens/static-options-class.tsx
xml
2016-03-11T11:22:54
2024-08-15T09:05:44
react-native-navigation
wix/react-native-navigation
13,021
51
```xml <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>foo.bar</groupId> <artifactId>batch1</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>batchchild</artifactId> </project> ```
/content/code_sandbox/org.eclipse.jdt.ls.tests/projects/maven/batch/batch1/batchchild/pom.xml
xml
2016-06-27T13:06:53
2024-08-16T00:38:32
eclipse.jdt.ls
eclipse-jdtls/eclipse.jdt.ls
1,726
105
```xml <!-- Description: item guid --> <rss version="2.0"> <channel> <item> <guid isPermaLink="false">abc123</guid> </item> </channel> </rss> ```
/content/code_sandbox/testdata/translator/rss/feed_item_guid_-_rss_channel_item_guid.xml
xml
2016-01-23T02:44:34
2024-08-16T15:16:03
gofeed
mmcdole/gofeed
2,547
50
```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 /* eslint-disable max-lines */ import cdf = require( '@stdlib/stats/base/dists/unifor...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/dists/uniform/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
3,344
```xml import * as React from 'react'; import { Button, Tooltip } from '@fluentui/react-components'; import { ArrowRoutingRegular } from '@fluentui/react-icons'; export const Target = () => { const [iconRef, setIconRef] = React.useState<HTMLSpanElement | null>(null); return ( <Tooltip positioning={{ targ...
/content/code_sandbox/packages/react-components/react-tooltip/stories/src/Tooltip/TooltipTarget.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
195
```xml <controls:ContentPopup x:Class="Telegram.Views.Popups.ComposeInfoPopup" xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:Telegram.Views.Popups" xmlns:controls="using:Telegram.Controls" x...
/content/code_sandbox/Telegram/Views/Popups/ComposeInfoPopup.xaml
xml
2016-05-23T09:03:33
2024-08-16T16:17:48
Unigram
UnigramDev/Unigram
3,744
469
```xml import * as React from 'react'; import { useFieldControlProps_unstable } from '@fluentui/react-field'; import { getIntrinsicElementProps, isHTMLElement, useEventCallback, useId, slot } from '@fluentui/react-utilities'; import { RadioGroupProps, RadioGroupState } from './RadioGroup.types'; /** * Create the stat...
/content/code_sandbox/packages/react-components/react-radio/library/src/components/RadioGroup/useRadioGroup.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
376
```xml import React from 'react'; const renderNode = (Component: any, content: any, defaultProps: any = {}) => { if (content == null || content === false) { return null; } if (React.isValidElement(content)) { return content; } if (typeof content === 'function') { return content(); } // Just i...
/content/code_sandbox/packages/base/src/helpers/renderNode.tsx
xml
2016-09-08T14:21:41
2024-08-16T10:11:29
react-native-elements
react-native-elements/react-native-elements
24,875
183
```xml === Empty sequence --- yaml \--- [] --- perl [ [] ] # Simple lists === one_list1 --- yaml --- - foo --- perl [ [ 'foo' ] ] # Implicit document start === implicit_array --- yaml - foo --- perl [ [ 'foo' ] ] === one_list2 --- yaml --- - foo - bar --- perl [ [ 'foo', 'bar' ] ] === one_listundef --- yaml -...
/content/code_sandbox/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml
xml
2016-08-30T18:18:25
2024-08-16T17:21:09
src
openbsd/src
3,139
333
```xml <ResourceDictionary xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="clr-namespace:MahApps.Metro.IconPacks"> <ResourceDictionary.MergedDictionaries> <ResourceDictionary Source="pack://application:,,,/MahApps.Metro.IconPacks.FeatherIcons;component/Themes/...
/content/code_sandbox/src/MahApps.Metro.IconPacks.FeatherIcons/Themes/WPF/Generic.xaml
xml
2016-07-17T00:10:12
2024-08-16T16:16:36
MahApps.Metro.IconPacks
MahApps/MahApps.Metro.IconPacks
1,748
124
```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 /** * Interface describing `dswap`. */ interface Routine { /** * Interchanges two do...
/content/code_sandbox/lib/node_modules/@stdlib/blas/base/dswap/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,180
```xml function whatever() { function hello() { } } ```
/content/code_sandbox/tests/pyconverter-test/baselines/function_enclosed.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
15
```xml import subPathImport from "#mies/index.js"; console.log(subPathImport); ```
/content/code_sandbox/test/cli/__fixtures__/workspaces-mono-repo-aliases/apps/admin/from-subpath-import.ts
xml
2016-11-20T20:05:37
2024-08-16T08:58:52
dependency-cruiser
sverweij/dependency-cruiser
5,116
18
```xml import { docsUrl } from '@pnpm/cli-utils' import { FILTERING, OPTIONS, UNIVERSAL_OPTIONS } from '@pnpm/common-cli-options-help' import { type Config, types as allTypes } from '@pnpm/config' import { list, listForPackages } from '@pnpm/list' import { type IncludedDependencies } from '@pnpm/types' import pick from...
/content/code_sandbox/reviewing/plugin-commands-listing/src/list.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
1,265
```xml import React, { useState } from 'react'; import { gql, useMutation, useQuery } from '@apollo/client'; import { mutations, queries } from '../graphql'; import { Alert } from '@erxes/ui/src/utils'; import KeyPad from '../components/Keypad'; type IProps = { callUserIntegrations: any; setConfig: any; phoneNu...
/content/code_sandbox/packages/plugin-calls-ui/src/containers/KeyPad.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
585
```xml <?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>System.Web.WebPages.Deployment</name> </assembly> <members> <member name="T:System.Web.WebPages.Deployment.PreApplicationStartCode"> <summary> Web Pages </summary> </member> <member name="M:System.Web.WebPages.Deployment.Pr...
/content/code_sandbox/packages/Microsoft.AspNet.WebPages.2.0.20710.0/lib/net40/zh-Hans/system.web.webpages.deployment.xml
xml
2016-05-19T00:34:01
2024-07-23T18:45:11
gitwms
hechenqingyuan/gitwms
1,000
445
```xml <clickhouse> <storage_configuration> <disks> <disk_s3> <type>s3</type> <endpoint>path_to_url <access_key_id>minio</access_key_id> <secret_access_key>minio123</secret_access_key> </disk_s3> <disk_s3_enc...
/content/code_sandbox/tests/integration/test_encrypted_disk_replication/configs/disk_s3_encrypted.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
363
```xml import type { Options } from '@storybook/core/types'; import { dedent } from 'ts-dedent'; import { frameworkPackages } from './get-storybook-info'; import { normalizePath } from './normalize-path'; /** Framework can be a string or an object. This utility always returns the string name. */ export async functio...
/content/code_sandbox/code/core/src/common/utils/get-framework-name.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
286
```xml import { ExpoConfig, getConfig } from '@expo/config'; import { closeDevelopmentSessionAsync, updateDevelopmentSessionAsync, } from '../../api/updateDevelopmentSession'; import { getUserAsync } from '../../api/user/user'; import { env } from '../../utils/env'; import * as ProjectDevices from '../project/devi...
/content/code_sandbox/packages/@expo/cli/src/start/server/DevelopmentSession.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
917
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <LangVersion>9.0</LangVersion> <Nullable>enable</Nullable> </PropertyGroup> </Project> ```
/content/code_sandbox/test/dotnet-new.Tests/Approvals/DotnetCSharpClassTemplatesTest.struct.langVersion=9.0.targetFramework=netstandard2.0.verified/ClassLib.csproj
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
56
```xml 'use client' import axios from 'axios' import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query' import { confirmResetPassword, confirmSignUp, getCurrentUser, resetPassword, signIn, signOut, signUp, } from 'aws-amplify/auth' import { useRouter } from 'next/router' import { noti...
/content/code_sandbox/examples/lambda-function-url/packages/ui/components/Me/meHooks.ts
xml
2016-09-13T23:29:07
2024-08-15T09:52:47
serverless-express
CodeGenieApp/serverless-express
5,117
1,300
```xml import angular from 'angular'; import { StateRegistry, StateService } from '@uirouter/angularjs'; import { Environment } from '@/react/portainer/environments/types'; import { notifyError } from '@/portainer/services/notifications'; import { StateManager } from '@/portainer/services/types'; import { reactModule...
/content/code_sandbox/app/azure/index.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
533
```xml import { ReactRenderer } from '@tiptap/react'; import { SuggestionOptions } from '@tiptap/suggestion'; import tippy, { GetReferenceClientRect } from 'tippy.js'; import { MentionList } from '../nodes/Mention.tsx'; import { IMentionUser } from '../../../types'; export type MentionSuggestionParams = { fetchMenti...
/content/code_sandbox/packages/erxes-ui/src/components/richTextEditor/utils/getMentionSuggestions.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
606
```xml "use client" import { useEffect } from "react" import { queries as orderQueries } from "@/modules/orders/graphql" import useFullOrders from "@/modules/orders/hooks/useFullOrders" import { waitingScreenAtom } from "@/store/config.store" import { useAtomValue } from "jotai" import { ORDER_ITEM_STATUSES, ORDER_ST...
/content/code_sandbox/pos/app/(main)/(orders)/waiting/page.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
384
```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. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="path_t...
/content/code_sandbox/app-youtube/src/main/res/layout/activity_single_player.xml
xml
2016-01-31T15:45:41
2024-08-14T02:52:55
toro
eneim/toro
1,414
409
```xml import { TestBed, inject, waitForAsync, ComponentFixture, } from '@angular/core/testing'; import { Component } from '@angular/core'; import { OverlayContainer } from '@angular/cdk/overlay'; import { NoopAnimationsModule } from '@angular/platform-browser/animations'; import { By } from '@angular/platform-...
/content/code_sandbox/libs/angular/loading/src/services/loading.service.spec.ts
xml
2016-07-11T23:30:52
2024-08-15T15:20:45
covalent
Teradata/covalent
2,228
1,537
```xml import vscode from 'vscode'; import { testDiagnostics, testNoDiagnostics } from '../../../diagnosticHelper'; import { getDocUri } from '../../path'; import { sameLineRange } from '../../../util'; describe('Should find common diagnostics for all regions', () => { const parentUri = getDocUri('diagnostics/propsV...
/content/code_sandbox/test/interpolation/features/diagnostics/propsValidation.test.ts
xml
2016-10-29T23:20:43
2024-08-16T03:59:58
vetur
vuejs/vetur
5,739
1,010
```xml import { VariableSizeList as VariableSizeListWithoutVirtualization } from '@brunolemos/react-window-without-virtualization' import React, { Fragment, useCallback, useContext, useEffect, useLayoutEffect, useMemo, useRef, useState, } from 'react' import { AppState, Dimensions, InteractionManager, V...
/content/code_sandbox/packages/components/src/libs/one-list/implementations/react-window.web.tsx
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
3,562
```xml set SHIFTS; # shifts param Nsched; # number of schedules; set SCHEDS = 1..Nsched; # set of schedules set SHIFT_LIST {SCHEDS} within SHIFTS; param rate {SCHEDS} >= 0; param required {SHIFTS} >= 0; minimize Total_Cost; subject to Shift_Needs {i in SHIFTS}: to_come >= required[i]; v...
/content/code_sandbox/examples/pyomo/amplbook2/sched.mod
xml
2016-05-27T19:33:45
2024-08-16T08:09:25
pyomo
Pyomo/pyomo
1,945
138
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|ARM64"> <Configuration>Debug</Configuration> <Platform>ARM64</Platform> </ProjectConfiguration> ...
/content/code_sandbox/code/win32/msvc2017/renderervk.vcxproj
xml
2016-11-30T14:34:48
2024-08-15T18:58:26
Quake3e
ec-/Quake3e
1,166
3,372
```xml import { ElementAst, ASTWithSource, LiteralPrimitive } from '@angular/compiler'; import { PROPERTY } from './isHiddenFromScreenReader'; export const getAttributeValue = (element: ElementAst, property: string) => { const attr = element.attrs.find((attr) => attr.name === property); const input = element.input...
/content/code_sandbox/src/util/getAttributeValue.ts
xml
2016-02-10T17:22:40
2024-08-14T16:41:28
codelyzer
mgechev/codelyzer
2,446
137
```xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="path_to_url" android:ordering="sequentially" > <set android:ordering="together" > <objectAnimator android:propertyName="translationY" android:duration="900" android:valueFrom="-50" android...
/content/code_sandbox/app/src/main/res/animator/weather_thunderstorm_2.xml
xml
2016-02-21T04:39:19
2024-08-16T13:35:51
GeometricWeather
WangDaYeeeeee/GeometricWeather
2,420
293
```xml import {ValueOf} from "@tsed/core"; import {JsonFormatTypes} from "../../domain/JsonFormatTypes.js"; import {withErrorMsg} from "../../utils/withErrorMsg.js"; import {JsonEntityFn} from "./jsonEntityFn.js"; /** * The following formats are supported for string validation with `format` keyword: * * - **date**:...
/content/code_sandbox/packages/specs/schema/src/decorators/common/format.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
2,296
```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 { AfterViewInit, ChangeDetectorRef, Component, ElementRef, EventEmitter, Input, OnDestroy, OnInit, ...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/vc/entity-versions-table.component.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
3,457
```xml import fs from 'fs'; import path from 'path'; import { Readable, Writable } from 'stream'; import Writer from './'; const injectablePath = path.resolve( __dirname, '../../../test/fixtures/report-writer/injectable.js', ); const sourcePath = path.resolve( __dirname, '../../../test/fixtures/report-writer/s...
/content/code_sandbox/packages/report-writer/src/index.spec.ts
xml
2016-11-30T14:09:21
2024-08-15T18:52:57
statoscope
statoscope/statoscope
1,423
385
```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>ascender</key> <integer>1446</integer> <key>capHeight</key> <integer>1446</integer> <key>copyright</key> <key>descender</key> <integer>-322</i...
/content/code_sandbox/sources/ufo/PublicSans-ThinItalic.ufo/fontinfo.plist
xml
2016-11-04T13:51:35
2024-08-16T16:28:40
public-sans
uswds/public-sans
4,449
909
```xml import App from '../apps/examples'; export default App; ```
/content/code_sandbox/fabric-windows-example/App.tsx
xml
2016-01-17T14:29:21
2024-08-16T13:35:44
react-native-svg
software-mansion/react-native-svg
7,397
12
```xml /* TypeScript file generated from TypeNameSanitize.res by genType. */ /* eslint-disable */ /* tslint:disable */ export type t_ = number; export type M_t__ = number; export type pair = [t_, M_t__]; ```
/content/code_sandbox/jscomp/gentype_tests/typescript-react-example/src/TypeNameSanitize.gen.tsx
xml
2016-01-06T20:34:59
2024-08-16T05:38:07
rescript-compiler
rescript-lang/rescript-compiler
6,636
49
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const PinSolidOff12Icon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M2048 512v853h-85q-38 0-75-8t-73-21L825 345q78 8 ...
/content/code_sandbox/packages/react-icons-mdl2/src/components/PinSolidOff12Icon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
236
```xml <clickhouse> <concurrent_threads_soft_limit_ratio_to_cores>0</concurrent_threads_soft_limit_ratio_to_cores> <query_log> <database>system</database> <table>query_log</table> </query_log> </clickhouse> ```
/content/code_sandbox/tests/integration/test_concurrent_threads_soft_limit/configs/config_default.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
58
```xml export const tzDatabase: Record<string, string> = { "Africa/Abidjan": "+00:00", "Africa/Accra": "+00:00", "Africa/Addis_Ababa": "+03:00", "Africa/Algiers": "+01:00", "Africa/Asmara": "+03:00", "Africa/Asmera": "+03:00", "Africa/Bamako": "+00:00", "Africa/Bangui": "+01:00", "Africa/Banjul": "+00...
/content/code_sandbox/src/common/timezone.ts
xml
2016-09-22T23:13:54
2024-08-16T17:59:09
firebase-functions
firebase/firebase-functions
1,015
6,694
```xml import { Component } from '@angular/core'; import { Code } from '@domain/code'; import { NodeService } from '@service/nodeservice'; @Component({ selector: 'filter-doc', template: ` <app-docsectiontext> <p> Filtering is enabled by adding the <i>filter</i> property, by ...
/content/code_sandbox/src/app/showcase/doc/treeselect/filterdoc.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
889
```xml import { Task } from './task'; import * as Attributes from '../attributes'; import { Contact } from '../models/contact'; import { ContactGroup } from '../models/contact-group'; import { AttributeValues } from '../models/model'; import { localized } from 'mailspring-exports'; export class ChangeContactGroupMembe...
/content/code_sandbox/app/src/flux/tasks/change-contactgroup-membership-task.ts
xml
2016-10-13T06:45:50
2024-08-16T18:14:37
Mailspring
Foundry376/Mailspring
15,331
427
```xml export default defineEventHandler(() => ({ foo: 'bar', baz: 'qux', })) ```
/content/code_sandbox/test/fixtures/basic-types/server/api/hey/index.get.ts
xml
2016-10-26T11:18:47
2024-08-16T19:32:46
nuxt
nuxt/nuxt
53,705
22
```xml import { ABIFunc, ABIFuncParamless } from './abiFunc'; type uint256 = any; type address = any; export interface IERC20 { decimals: ABIFuncParamless<{ decimals: string }>; symbol: ABIFuncParamless<{ symbol: string }>; approve: ABIFunc<{ _spender: address; _value: uint256 }, { approved: boolean }>; bala...
/content/code_sandbox/src/types/erc20.ts
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
194
```xml export * from "graphql"; ```
/content/code_sandbox/grafast/grafast/fwd/graphql/index.d.ts
xml
2016-04-14T21:29:19
2024-08-16T17:12:51
crystal
graphile/crystal
12,539
7
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:padding="5dp" android:layout_width="75dp" android:layout_height="wrap_content" android:clickable="true" android:focusable="true" android:background="?android:attr/selectableItemBackground" android...
/content/code_sandbox/app/src/main/res/layout/card_icon.xml
xml
2016-08-15T19:10:31
2024-08-16T19:34:19
Aegis
beemdevelopment/Aegis
8,651
158
```xml import { IDropdownOption } from '@fluentui/react/lib/Dropdown'; /** * Properties for the chart palette select */ export interface IChartPaletteSelectorProps { disabled: boolean; label: string; options: IDropdownOption[]; selectedKey: string | number; stateKey: string; onChanged: (option: IDropdown...
/content/code_sandbox/samples/react-chartcontrol/src/webparts/chartinator/controls/PropertyPaneChartPaletteSelector/components/ChartPaletteSelector.types.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
101
```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/auth/ProxyAuth.ts
xml
2016-07-26T13:55:48
2024-08-16T03:45:51
wire-desktop
wireapp/wire-desktop
1,075
333
```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 { renderIcon } from '../icon.renderer.js'; import { IconShapeTuple } from '../interfaces/icon.interfaces.js'; const icon = { outline: '<path d="M20....
/content/code_sandbox/packages/core/src/icon/shapes/undo.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
238