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 type { ReduxState } from '../types/internal/ReduxState'; export default ({ sendBoxValue }: ReduxState): string => sendBoxValue; ```
/content/code_sandbox/packages/core/src/selectors/sendBoxValue.ts
xml
2016-07-07T23:16:57
2024-08-16T00:12:37
BotFramework-WebChat
microsoft/BotFramework-WebChat
1,567
31
```xml import { nextTestSetup } from 'e2e-utils' describe('app dir - metadata', () => { const { next } = nextTestSetup({ files: __dirname, }) it('should have statically optimized metadata routes by default', async () => { const prerenderManifest = JSON.parse( await next.readFile('.next/prerender-m...
/content/code_sandbox/test/production/app-dir/metadata-static/metadata-static.test.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
182
```xml import Runtype, { create } from "./Runtype.ts" import Reflect from "./utils/Reflect.ts" import FAILURE from "./utils-internal/FAILURE.ts" import SUCCESS from "./utils-internal/SUCCESS.ts" /** * The super type of all literal types. */ type LiteralBase = undefined | null | boolean | number | bigint | string in...
/content/code_sandbox/src/Literal.ts
xml
2016-05-20T01:24:26
2024-08-13T20:57:11
runtypes
runtypes/runtypes
2,575
299
```xml // See LICENSE.txt for license information. import {withDatabase, withObservables} from '@nozbe/watermelondb/react'; import {switchMap} from 'rxjs/operators'; import {observeCurrentChannelId, observeCurrentTeamId} from '@queries/servers/system'; import {observeUnreadsAndMentionsInTeam} from '@queries/servers/t...
/content/code_sandbox/app/components/threads_button/index.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
192
```xml <?xml version="1.0" encoding="utf-8"?> <project name="sencha-charts" default=".help"> <!-- The build-impl.xml file imported here contains the guts of the build process. It is a great idea to read that file to understand how the process works, but it is best to limit your changes to this file. ...
/content/code_sandbox/ext/packages/sencha-charts/build.xml
xml
2016-04-12T18:27:27
2024-08-16T16:17:46
community-edition
ramboxapp/community-edition
6,351
280
```xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="path_to_url" android:shape="oval"> <solid android:color="@color/recently_seen_dot" /> </shape> ```
/content/code_sandbox/src/main/res/drawable/ic_circle_status.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
52
```xml import type { PropsWithChildren, ReactElement } from 'react'; import React from 'react'; import type { IconName } from '@proton/components'; import { DropdownMenuButton, Icon } from '@proton/components'; interface Props { name: string; icon: IconName | ReactElement<any>; testId: string; action:...
/content/code_sandbox/applications/drive/src/app/components/sections/ContextMenu/ContextMenuButton.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
249
```xml <?xml version="1.0"?> <Mission xmlns="path_to_url" xmlns:xsi="path_to_url"> <About> <Summary>Healthy diet. Eating right and wrong objects</Summary> </About> <ModSettings> <MsPerTick>50</MsPerTick> </ModSettings> <ServerSection> <ServerInitialConditions> <Time> ...
/content/code_sandbox/MalmoEnv/missions/eating.xml
xml
2016-05-17T14:58:40
2024-08-13T12:38:11
malmo
microsoft/malmo
4,051
8,834
```xml <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="path_to_url"> <item android:state_pressed="true"> <shape android:shape="rectangle"> <corners android:radius="3dp"/> <solid android:color="#084e61"/> </shape> </item> <item android:state_pressed="fa...
/content/code_sandbox/sample/src/main/res/drawable/bg_btn_shape.xml
xml
2016-03-05T04:47:40
2024-08-04T19:55:42
NineGridImageView
laobie/NineGridImageView
1,449
128
```xml <?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <com.github.rubensousa.gravitysnaphelper....
/content/code_sandbox/app/src/main/res/layout/activity_main.xml
xml
2016-08-31T07:25:23
2024-08-13T00:30:46
GravitySnapHelper
rubensousa/GravitySnapHelper
4,998
291
```xml import { type Observable, type WebChatActivity } from 'botframework-webchat-core'; import useWebChatAPIContext from './internal/useWebChatAPIContext'; export default function usePostActivity(): (activity: WebChatActivity) => Observable<string> { return useWebChatAPIContext().postActivity; } ```
/content/code_sandbox/packages/api/src/hooks/usePostActivity.ts
xml
2016-07-07T23:16:57
2024-08-16T00:12:37
BotFramework-WebChat
microsoft/BotFramework-WebChat
1,567
65
```xml import React from 'react'; type IconProps = React.SVGProps<SVGSVGElement>; export declare const IcArrowsUpAndLeftBig: (props: IconProps) => React.JSX.Element; export {}; ```
/content/code_sandbox/packages/icons/lib/icArrowsUpAndLeftBig.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
47
```xml interface LiveExample { /** Title of the example. */ title: string; /** Name of the example component. */ componentName: string; /** Selector to match the component of this example. */ selector: string; /** Name of the primary file of this example. */ primaryFile: string; /** List of files whic...
/content/code_sandbox/src/components-examples/example-module.d.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
155
```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/elements/lisk-api-client/src/api_client.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
576
```xml import * as path from 'path'; import { testUtils } from '../../utils/test_utils'; import { findTsConfig } from '../findTSConfig'; testUtils(); const cases = path.join(__dirname, 'cases'); describe('Find typescript config', () => { it('Should find by directory', () => { const data = findTsConfig({ di...
/content/code_sandbox/src/compilerOptions/__tests__/compilerOptions.test.ts
xml
2016-10-28T10:37:16
2024-07-27T15:17:43
fuse-box
fuse-box/fuse-box
4,003
315
```xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <rde:deposit xmlns:domain="urn:ietf:params:xml:ns:domain-1.0" xmlns:contact="urn:ietf:params:xml:ns:contact-1.0" xmlns:rdeContact="urn:ietf:params:xml:ns:rdeContact-1.0" xmlns:rdeDomain="urn:ietf:params:xml:ns:rdeDomai...
/content/code_sandbox/core/src/test/resources/google/registry/tools/server/xn--q9jyb4c_2010-10-17_full_S1_R0.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
2,322
```xml import { listOutputFiles, Template } from './index.js'; import { colorSetToVariants } from '../color-set/index.js'; const CELL_WIDTH = 676; const CELL_HEIGHT = 720; const PATTERN_WIDTH = CELL_WIDTH * 8; const PATTERN_HEIGHT = CELL_HEIGHT * 6; const template: Template = { name: 'Shirts wallpaper', render: a...
/content/code_sandbox/cli/src/template/wallpaper-shirts.ts
xml
2016-11-21T13:42:28
2024-08-16T10:14:09
themer
themerdev/themer
5,463
34,542
```xml import { runMigrator } from "../migration-helper.spec"; import { MoveBrowserSettingsToGlobal } from "./9-move-browser-settings-to-global"; describe("MoveBrowserSettingsToGlobal", () => { const myMigrator = new MoveBrowserSettingsToGlobal(8, 9); // This could be the state for a browser client who has never...
/content/code_sandbox/libs/common/src/state-migrations/migrations/9-move-browser-settings-to-global.spec.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
2,245
```xml import { toVCard } from '@proton/shared/lib/contacts/helpers/csv'; import { display as getDisplay } from '@proton/shared/lib/contacts/helpers/csvFormat'; import type { PreVcardsProperty } from '@proton/shared/lib/interfaces/contacts/Import'; import { Checkbox } from '../../../../components'; import ContactImpor...
/content/code_sandbox/packages/components/containers/contacts/import/steps/ContactImportCsvTableRows.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
531
```xml import { serveCoverage } from '../../utils'; /** * Executes the build process, serving unit test coverage report using an `express` server. */ export = serveCoverage; ```
/content/code_sandbox/tools/tasks/seed/serve.coverage.ts
xml
2016-01-27T07:12:46
2024-08-15T11:32:04
angular-seed-advanced
NathanWalker/angular-seed-advanced
2,261
35
```xml <shapes name="mxgraph.gcp.identity_and_security"> <shape aspect="variable" h="113.82" name="BeyondCorp" strokewidth="inherit" w="128.74"> <connections/> <foreground> <save/> <path> <move x="126.71" y="51.31"/> <line x="100.46" y="5.77"/> <arc large-arc-...
/content/code_sandbox/src/main/webapp/stencils/gcp/identity_and_security.xml
xml
2016-09-06T12:59:15
2024-08-16T13:28:41
drawio
jgraph/drawio
40,265
14,760
```xml import * as React from 'react'; import { ComponentPrototype, PrototypeSection } from '../Prototypes'; import { ChatRefreshSimple } from './ChatRefreshSimple'; import { ChatRefreshTimestampTooltip } from './ChatRefreshTimestampTooltip'; import { ChatRefreshStressTest } from './ChatRefreshStressTest'; export defa...
/content/code_sandbox/packages/fluentui/react-northstar-prototypes/src/prototypes/chatRefresh/index.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
183
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <!--<color name="bg_video_view">#60607d8b</color>--> <color name="bg_video_view">#80000000</color> <color name="seek_background">#809e9e9e</color> <color name="seek_progress">#cce91e63</color> <color name="seek_secondary_progress">#88f48fb1...
/content/code_sandbox/playerview/src/main/res/values/colors.xml
xml
2016-08-19T09:59:38
2024-07-21T15:24:26
MvpApp
Rukey7/MvpApp
2,342
218
```xml import { addDays, differenceInDays } from 'date-fns'; import { c, msgid } from 'ttag'; import { Href } from '@proton/atoms'; import { useNotifications } from '@proton/components'; import { MAIL_APP_NAME } from '@proton/shared/lib/constants'; import { setBit } from '@proton/shared/lib/helpers/bitset'; import { g...
/content/code_sandbox/applications/mail/src/app/components/composer/modals/ComposerPasswordModal.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,006
```xml import { Component } from '@angular/core'; import { Code } from '@domain/code'; @Component({ selector: 'calendar-minmax-demo', template: ` <app-docsectiontext> <p>Boundaries for the permitted dates that can be entered are defined with <i>minDate</i> and <i>maxDate</i> properties.</p>...
/content/code_sandbox/src/app/showcase/doc/calendar/minmaxdox.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
708
```xml import { Injectable, Directive } from '@angular/core'; import { UntypedFormGroup } from '@angular/forms'; import { IFieldConfig, Field } from '../../../../models'; import { AppFormComponent } from '../form'; import { FormsService } from '../../forms.service'; @Directive() @Injectable() export abstract class Fi...
/content/code_sandbox/src/Presentation/Web/ClientApp/src/app/shared/components/forms/components/field-base/field-base.ts
xml
2016-06-03T17:49:56
2024-08-14T02:53:24
AspNetCoreSpa
fullstackproltd/AspNetCoreSpa
1,472
135
```xml <resources xmlns:tools="path_to_url"> <string name="app_name"> </string> <string name="title"> </string> <string name="file_name_text"> </string> <string name="select_images_text"> </string> <string name="password_protect_pdf_text"> </string> <string name="edit_images_text"> </string>...
/content/code_sandbox/app/src/main/res/values-bn/strings.xml
xml
2016-02-22T10:00:46
2024-08-16T15:37:50
Images-to-PDF
Swati4star/Images-to-PDF
1,174
7,246
```xml export * from 'rxjs-compat/observable/dom/WebSocketSubject'; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/observable/dom/WebSocketSubject.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
15
```xml /* eslint global-require: 0 */ import { convertToPNG, getIcon, Context } from './linux-theme-utils'; import path from 'path'; import fs from 'fs'; import os from 'os'; const platform = process.platform; const DEFAULT_ICON = path.resolve( AppEnv.getLoadSettings().resourcePath, 'static', 'images', 'mailsp...
/content/code_sandbox/app/src/native-notifications.ts
xml
2016-10-13T06:45:50
2024-08-16T18:14:37
Mailspring
Foundry376/Mailspring
15,331
892
```xml <?xml version="1.0" encoding="utf-8"?> <clickhouse> <storage_configuration> <disks> <s3_disk> <type>s3</type> <endpoint>path_to_url <access_key_id>minio</access_key_id> <secret_access_key>minio123</secret_access_key> </s3_disk> </disks> ...
/content/code_sandbox/tests/integration/test_s3_low_cardinality_right_border/configs/s3.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
146
```xml import ArrayBufferSlice from "../ArrayBufferSlice.js"; import { Version, Bone } from "./cmb.js"; import { assert, readString, align, assertExists, mod } from "../util.js"; import AnimationController from "../AnimationController.js"; import { mat4 } from "gl-matrix"; import { getPointHermite } from "../Spline.js...
/content/code_sandbox/src/OcarinaOfTime3D/csab.ts
xml
2016-10-06T21:43:45
2024-08-16T17:03:52
noclip.website
magcius/noclip.website
3,206
4,729
```xml const baseStyle = (props: any) => { const { primary } = props.theme.colors; return { _focusVisible: { _web: { style: { outlineWidth: 0, boxShadow: `${primary[400]} 0px 0px 0px 2px`, }, }, }, _dark: { _focusVisible: { _web: { ...
/content/code_sandbox/src/theme/components/pressable.ts
xml
2016-04-15T11:37:23
2024-08-14T16:16:44
NativeBase
GeekyAnts/NativeBase
20,132
145
```xml import { gql } from "@apollo/client" import { queries as teamQueries } from "common/team/graphql" const detailFields = teamQueries.detailFields const allUsers = teamQueries.allUsers const users = teamQueries.users const userFields = ` _id username email employeeId details { avatar fullName ...
/content/code_sandbox/exm-web/modules/timeclock/graphql/queries.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,760
```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. --> <project xmlns:xsi="path_to_url" xmlns="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelV...
/content/code_sandbox/http-string/pom.xml
xml
2016-09-09T22:28:14
2024-08-14T17:35:43
light-4j
networknt/light-4j
3,614
398
```xml import { Document, Schema } from 'mongoose'; import { field } from './utils'; export interface IExportHistory { total: number; status?: string; exportLink?: string; contentType: string; columnsConfig: string[]; segmentData: string[]; name?: string; percentage?: number; uploadType?: string; e...
/content/code_sandbox/packages/workers/src/db/models/definitions/exportHistory.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
347
```xml import { OsBiometricService } from "./biometrics.service.abstraction"; export default class NoopBiometricsService implements OsBiometricService { constructor() {} async init() {} async osSupportsBiometric(): Promise<boolean> { return false; } async osBiometricsNeedsSetup(): Promise<boolean> { ...
/content/code_sandbox/apps/desktop/src/platform/main/biometric/biometric.noop.main.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
233
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="about_android">%1$s Android </string> <string name="about_title"></string> <string name="about_version"> %1$s</string> <string name="about_version_with_build"> %1$s #%2$s</string> <string name="account_creation_failed"></strin...
/content/code_sandbox/app/src/main/res/values-zh-rTW/strings.xml
xml
2016-06-06T21:23:36
2024-08-16T18:22:36
android
nextcloud/android
4,122
14,013
```xml import { iconSize, palette } from '@expo/styleguide-native'; import { View, Image, scale, BuildingIcon, UserIcon } from 'expo-dev-client-components'; import React from 'react'; import { StyleSheet } from 'react-native'; type Props = { name?: string; profilePhoto?: string; isOrganization?: boolean; size?...
/content/code_sandbox/packages/expo-dev-launcher/bundle/components/Avatar.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
746
```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 getOwnPropertyDescriptor = require( './index' ); // TESTS // // The function returns a property descript...
/content/code_sandbox/lib/node_modules/@stdlib/utils/property-descriptor/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
367
```xml import { vtkObject, vtkSubscription } from '../../../interfaces'; import vtkRenderer from '../Renderer'; import vtkRenderWindowInteractor from '../RenderWindowInteractor'; // import vtkOpenGLRenderWindow from "../../../OpenGL/RenderWindow"; export interface IRenderWindowInitialValues { renderers?: vtkRenderer...
/content/code_sandbox/Sources/Rendering/Core/RenderWindow/index.d.ts
xml
2016-05-02T15:44:11
2024-08-15T19:53:44
vtk-js
Kitware/vtk-js
1,200
1,291
```xml import {ComponentPortal, PortalModule} from '@angular/cdk/portal'; import {CdkScrollable, ScrollingModule, ViewportRuler} from '@angular/cdk/scrolling'; import {dispatchFakeEvent} from '../../testing/private'; import {ApplicationRef, Component, ElementRef} from '@angular/core'; import {fakeAsync, TestBed, tick} ...
/content/code_sandbox/src/cdk/overlay/position/flexible-connected-position-strategy.spec.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
18,802
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11542" systemVersion="16B2657" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <deployment ...
/content/code_sandbox/touchbar_nyancat/NyanCatCanvas.xib
xml
2016-11-05T22:24:53
2024-08-11T18:06:01
touchbar_nyancat
avatsaev/touchbar_nyancat
2,989
358
```xml import { Component } from '@angular/core'; import { BaseIcon } from 'primeng/baseicon'; @Component({ selector: 'TimesIcon', standalone: true, imports: [BaseIcon], template: ` <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="path_to_url" [attr.aria-label]="ariaLabel" [at...
/content/code_sandbox/src/app/components/icons/times/times.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
802
```xml // See LICENSE in the project root for license information. import './MockStyle1.css'; import { loadTheme } from '@microsoft/load-themed-styles'; loadTheme({ primaryBackgroundColor: '#EAEAEA' }); ```
/content/code_sandbox/webpack/webpack5-load-themed-styles-loader/src/test/testData/MockStyle1.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
46
```xml import {Constant, Controller, Get, HeaderParams} from "@tsed/common"; import {View} from "@tsed/platform-views"; import {Returns} from "@tsed/schema"; import {Hidden, SwaggerSettings} from "@tsed/swagger"; @Hidden() @Controller("/") export class IndexCtrl { @Constant("swagger") swagger: SwaggerSettings[]; ...
/content/code_sandbox/packages/security/oidc-provider/test/app/controllers/pages/IndexCtrl.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
187
```xml import { Document, Schema } from 'mongoose'; import { field } from './utils'; // entry ==================== export interface IRobotEntry { parentId?: string; isNotified: boolean; action: string; data: object; } export interface IRobotEntryDocument extends IRobotEntry, Document { _id: string; } expor...
/content/code_sandbox/packages/core/src/db/models/definitions/robot.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
264
```xml import { Column, Entity, PrimaryColumn } from "../../../../../../src" @Entity() export class Post { @PrimaryColumn() id: number @Column() name: string // your_sha256_hash--------- // Integer Types // your_sha256_hash--------- @Column("int64") int64: number // your_sha...
/content/code_sandbox/test/functional/database-schema/column-types/spanner/entity/Post.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
293
```xml import { useEffect, useRef } from 'react'; import { EasySwitchProvider } from '@proton/activation'; import { CancellationReminderModal, FeatureCode, InboxDesktopFreeTrialOnboardingModal, LightLabellingFeatureModal, RebrandingFeedbackModal, getShouldOpenReferralModal, useFeature, ...
/content/code_sandbox/applications/mail/src/app/containers/MailStartupModals.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
941
```xml import { expect } from 'chai'; import * as typemoq from 'typemoq'; import { SwitchToDefaultLanguageServerDiagnosticService } from '../../../../client/application/diagnostics/checks/switchToDefaultLS'; import { MessageCommandPrompt } from '../../../../client/application/diagnostics/promptHandler'; import { IDiag...
/content/code_sandbox/src/test/application/diagnostics/checks/switchToDefaultLSDiagnostic.unit.test.ts
xml
2016-01-19T10:50:01
2024-08-12T21:05:24
pythonVSCode
DonJayamanne/pythonVSCode
2,078
826
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|Win32"> <Configuration>debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> <ProjectConfi...
/content/code_sandbox/APEX_1.4/samples_v2/compiler/vc15win32-PhysX_3.4/SampleClothingHelloWorld.vcxproj
xml
2016-10-12T16:34:31
2024-08-16T09:40:38
PhysX-3.4
NVIDIAGameWorks/PhysX-3.4
2,343
6,945
```xml import * as compose from "lodash.flowright"; import { BoardDetailQueryResponse, BoardsGetLastQueryResponse, BoardsQueryResponse } from "../types"; import { STORAGE_BOARD_KEY, STORAGE_PIPELINE_KEY } from "../constants"; import { router as routerUtils, withProps } from "@erxes/ui/src/utils"; import { useLoc...
/content/code_sandbox/packages/ui-tickets/src/boards/containers/MainActionBar.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,490
```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"/> /** * If provided input values, the accumulato...
/content/code_sandbox/lib/node_modules/@stdlib/stats/incr/mrmse/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
472
```xml export * from 'rxjs-compat/operators/dematerialize'; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/operators/dematerialize.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
14
```xml 'use client' import Link from 'next/link' import { useRouter } from 'next/navigation' import { revalidateAction } from '../../@modal/modal/action' export default function Page() { const router = useRouter() const handleRevalidateSubmit = async () => { const result = await revalidateAction() if (re...
/content/code_sandbox/test/e2e/app-dir/parallel-routes-revalidation/app/nested-revalidate/@drawer/drawer/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
331
```xml <?xml version="1.0" standalone="no"?> <!DOCTYPE serverinfo SYSTEM "/your_sha512_hash.dtd"> <!-- --> <serverinfo> <host>localhost</host> <nonsslport>8888</nonsslport> <authtype>basic</authtype> <!-- <unix>/tmp/caldavd_requests/unsecured.sock</unix> --> <waitcount>120</waitcount> <waitdelay>0.25</waitd...
/content/code_sandbox/apps/dav/tests/travis/caldavtest/serverinfo-old-carddav-endpoint.xml
xml
2016-06-02T07:44:14
2024-08-16T18:23:54
server
nextcloud/server
26,415
8,312
```xml import { position } from '../../../util'; import { testCompletion } from '../../../completionHelper'; import { CompletionItemKind } from 'vscode'; import { getDocUri } from '../../path'; describe('Should do path completion for import', () => { const scriptDocUri = getDocUri('completion/script/PathCompletion.v...
/content/code_sandbox/test/lsp/features/completion/pathCompletion.test.ts
xml
2016-10-29T23:20:43
2024-08-16T03:59:58
vetur
vuejs/vetur
5,739
246
```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-forger-plugin/test/utils/application.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
280
```xml import * as xlsxPopulate from "xlsx-populate"; import { IColumnLabel } from "@erxes/api-utils/src"; import { getCustomFieldsData } from "@erxes/api-utils/src/exporter"; import { IUserDocument } from "@erxes/api-utils/src/types"; import * as moment from "moment"; import { IModels } from "./connectionResolver"; im...
/content/code_sandbox/packages/plugin-tasks-api/src/exporterByUrl.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
2,526
```xml export declare const STATUS: { CONTINUE: number; SWITCHING_PROTOCOLS: number; OK: number; CREATED: number; ACCEPTED: number; NON_AUTHORITATIVE_INFORMATION: number; NO_CONTENT: number; RESET_CONTENT: number; PARTIAL_CONTENT: number; MULTIPLE_CHOICES: number; MOVED_PERMA...
/content/code_sandbox/http-status-codes.d.ts
xml
2016-04-27T19:02:56
2024-08-04T22:17:17
in-memory-web-api
angular/in-memory-web-api
1,179
2,657
```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/util/PeerConnectionUtil.ts
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
391
```xml <resources> <string name="app_name">Luban</string> <string name="choose_image"></string> </resources> ```
/content/code_sandbox/example/src/main/res/values/strings.xml
xml
2016-07-24T07:43:21
2024-08-15T11:25:40
Luban
Curzibn/Luban
13,542
31
```xml const tree = [ { List: ['fileinto', 'imap4flags', 'reject'], Type: 'Require', }, { Type: 'Reject', Message: 'No message here please', }, ]; const simple = undefined; export default { tree, simple }; ```
/content/code_sandbox/packages/sieve/fixtures/v2InvalidStructure.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
62
```xml import { c } from 'ttag'; import { ButtonLike } from '@proton/atoms'; import { APPS } from '@proton/shared/lib/constants'; import { Alert, SettingsLink } from '../../components'; import { useOrganization } from '../../hooks'; interface Props { onClose?: () => void; } const AddressesSection = ({ onClose }...
/content/code_sandbox/packages/components/containers/domains/AddressesSection.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
432
```xml import { Component, OnInit } from '@angular/core'; import { BroadcastingStartRequestedEvent, BroadcastingStopRequestedEvent, RecordingDeleteRequestedEvent, RecordingStartRequestedEvent, RecordingStopRequestedEvent, Room, RoomEvent } from 'openvidu-components-angular'; import { RestService } from '../servi...
/content/code_sandbox/openvidu-components-angular/src/app/openvidu-call/call.component.ts
xml
2016-10-10T13:31:27
2024-08-15T12:14:04
openvidu
OpenVidu/openvidu
1,859
1,484
```xml #define TORCH_ASSERT_ONLY_METHOD_OPERATORS #include <ATen/native/mps/OperationUtils.h> #ifndef AT_PER_OPERATOR_HEADERS #include <ATen/Functions.h> #include <ATen/NativeFunctions.h> #else #include <ATen/ops/constant_pad_nd_native.h> #include <ATen/ops/reflection_pad1d_backward_native.h> #include <ATen/ops/reflec...
/content/code_sandbox/aten/src/ATen/native/mps/operations/Pad.mm
xml
2016-08-13T05:26:41
2024-08-16T19:59:14
pytorch
pytorch/pytorch
81,372
4,569
```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/ReleaseFolder.csproj
xml
2016-01-16T05:51:01
2024-08-16T12:26:25
wixsharp
oleg-shilo/wixsharp
1,077
1,214
```xml /* eslint-disable jsx-a11y/label-has-associated-control, jsx-a11y/label-has-for */ import React, { Component } from 'react'; import { observer } from 'mobx-react'; import { get } from 'lodash'; import { defineMessages, intlShape, FormattedHTMLMessage } from 'react-intl'; import vjf from 'mobx-react-form/lib/vali...
/content/code_sandbox/source/renderer/app/components/wallet/settings/UndelegateWalletConfirmationDialog.tsx
xml
2016-10-05T13:48:54
2024-08-13T22:03:19
daedalus
input-output-hk/daedalus
1,230
3,030
```xml import { KeysRequest } from "../../../models/request/keys.request"; export class OrganizationKeysRequest extends KeysRequest { constructor(publicKey: string, encryptedPrivateKey: string) { super(publicKey, encryptedPrivateKey); } } ```
/content/code_sandbox/libs/common/src/admin-console/models/request/organization-keys.request.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
47
```xml import { combineReducers } from 'redux'; import { root as displayRecordsState, collectionState } from './collection'; import { State } from '../state'; import { UpdateDisplayRecordType, UpdateDisplayRecordPropertyType, SaveAsRecordType, SaveRecordType, MoveRecordType } from '../action/record'; import * as _ from...
/content/code_sandbox/client/src/reducer/index.ts
xml
2016-09-26T02:47:43
2024-07-24T09:32:20
Hitchhiker
brookshi/Hitchhiker
2,193
2,431
```xml import "../../styles.css"; import { IDashboard, IReport } from "../../types"; import React, { useRef } from "react"; import Popover from "@erxes/ui/src/components/Popover"; import { PopoverContent } from "@erxes/ui/src/components/filterableList/styles"; import SelectMembersBox from "../../containers/utils/Sele...
/content/code_sandbox/packages/plugin-insight-ui/src/components/utils/SelectMembersPopover.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
234
```xml import actions from './actions' import * as bp from '.botpress' export default new bp.Integration({ register: async () => {}, unregister: async () => {}, actions, channels: {}, handler: async () => { throw new Error('Not implemented') }, }) ```
/content/code_sandbox/integrations/mailchimp/src/index.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
62
```xml import React, { ReactNode } from 'react'; import './styles.scss'; export const AdditionalReportSettings = ({ children }: { children: ReactNode }) => { return <div className="tk-additional-report-settings">{children}</div>; }; ```
/content/code_sandbox/src/extension/features/toolkit-reports/common/components/additional-settings/component.tsx
xml
2016-01-03T05:38:10
2024-08-13T16:08:09
toolkit-for-ynab
toolkit-for-ynab/toolkit-for-ynab
1,418
51
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="N7y-68-uFW"> <de...
/content/code_sandbox/iOSClient/Login/NCViewCertificateDetails.storyboard
xml
2016-12-01T11:50:14
2024-08-16T18:43:54
ios
nextcloud/ios
1,920
1,639
```xml <?xml version="1.0" encoding="utf-8"?> <!-- path_to_url Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <manifest package="com.android.example.simpletransition" xmlns:android="path_to_ur...
/content/code_sandbox/Transitions/SimpleTransition/app/src/main/AndroidManifest.xml
xml
2016-03-08T22:27:22
2024-08-02T07:38:15
android-ui-toolkit-demos
googlearchive/android-ui-toolkit-demos
1,109
177
```xml export interface MyLocationResponse { IP: string; Lat: number; Long: number; Country: string; ISP: string; } export interface VPNServersCount { Capacity: number; Countries: number; Servers: number; } export interface VPNServersCountData { free: { countries: number; ...
/content/code_sandbox/packages/shared/lib/interfaces/VPN.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
185
```xml <Documentation> <Docs DocId="T:UIKit.UITableViewDataSource"> <summary>The data source for a <see cref="T:UIKit.UITableView" />. Xamarin.iOS developers should prefer to use <see cref="T:UIKit.UITableViewSource" /> instead of this class.</summary> <remarks> <para>Implementing <see cref="T:UIKit.UIT...
/content/code_sandbox/docs/api/UIKit/UITableViewDataSource.xml
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
780
```xml import { FilterService } from './filterservice'; describe('FilterService Suite', () => { let data: any = [ { brand: 'VW', year: 2012, color: { name: 'Orange' }, vin: 'dsad231ff', price: '1000.0' }, { brand: 'Audi', year: 2011, color: { name: 'Black' }, vin: 'gwregre345', price: '4000.0' }, ...
/content/code_sandbox/src/app/components/api/filterservice.spec.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
1,911
```xml <vector xmlns:android="path_to_url" android:width="290dp" android:height="290dp" android:viewportWidth="290" android:viewportHeight="290"> <group> <clip-path android:pathData="M145,289.016C143.129,289.016 141.37,288.287 140.047,286.965L3.035,149.952C1.712,148.63 0.984,146.871 0.984,...
/content/code_sandbox/app/src/main/res/drawable/ic_achievement_surveyor.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
8,890
```xml // See LICENSE in the project root for license information. /* eslint-disable @typescript-eslint/no-redeclare */ import { Enum } from '@rushstack/node-core-library'; import type { ApiItem, IApiItemJson, IApiItemConstructor, IApiItemOptions } from '../items/ApiItem'; import { ReleaseTag } from '../aedoc/Releas...
/content/code_sandbox/libraries/api-extractor-model/src/mixins/ApiReleaseTagMixin.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
1,067
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:xsd="path_to_url" xmlns:activiti="path_to_url" xmlns:bpmndi="path_to_url" xmlns:omgdc="path_to_url" xmlns:omgdi="path_to_url" typeLanguage="path_to_url" expressionLanguage="path_to_url" targetNamespace="Examples...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/event/timer/BoundaryTimerEventTest.testNullExpressionOnTimer.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
1,204
```xml import * as R from 'ramda'; import { substractPaginationTotalCount } from 'shared/models/Pagination'; import cloneClassInstance from 'shared/utils/cloneClassInstance'; import { upsert } from 'shared/utils/collection'; import ModelRecord from 'shared/models/ModelRecord'; import { ActionType, getType } from 'typ...
/content/code_sandbox/webapp/client/src/features/experimentRuns/store/reducer/data.ts
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
1,471
```xml import {fetchData} from 'src/worker/utils' import {transformTableData} from 'src/dashboards/utils/tableGraph' const tableTransform = async msg => { const dbResult = await fetchData(msg) const { data, sort, fieldOptions, tableOptions, timeFormat, decimalPlaces, } = dbResult retu...
/content/code_sandbox/ui/src/worker/jobs/tableTransform.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
113
```xml interface Framework { sendRequest: (handler: { request: any; response: any }) => void; } export default Framework; ```
/content/code_sandbox/src/frameworks/index.d.ts
xml
2016-09-13T23:29:07
2024-08-15T09:52:47
serverless-express
CodeGenieApp/serverless-express
5,117
28
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:flowable="path_to_url" xmlns:bpmndi="path_to_url" xmlns:omgdc="path_to_url" xmlns:omgdi="path_to_url" typeLanguage="path_to_url" expressionLanguage="path_to_url" targetNamespace="path_to_url"> ...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/event/conditional/ConditionalEventSubprocessTest.testSimpleInterruptingEventSubProcess.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
1,285
```xml import "reflect-metadata" import { expect } from "chai" import { DataSource } from "../../../../../src/data-source/DataSource" import { closeTestingConnections, createTestingConnections, reloadTestingDatabases, } from "../../../../utils/test-utils" import { Post, PostWithDeleted } from "./entity/Post...
/content/code_sandbox/test/functional/mongodb/basic/mongo-repository/mongo-repository.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
1,902
```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">%1$s </string...
/content/code_sandbox/lib/java/com/google/android/material/chip/res/values-ne/strings.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
87
```xml import { IPreferences } from "../../../common/Preferences"; export interface ISourceState { preferences: IPreferences | undefined; } ```
/content/code_sandbox/samples/react-connected-web-parts/src/webparts/source/components/ISourceState.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
27
```xml import React from "react"; import RuleItem from "../common/RuleItem"; import GroupItem from "../common/GroupItem"; import TabContentSection from "../common/TabContentSection"; import { useRecords } from "../../contexts/RecordsContext"; import { EmptyPopupTab } from "../PopupTabs/EmptyPopupTab"; import { PrimaryA...
/content/code_sandbox/browser-extension/common/src/popup/components/PinnedRecords/index.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
333
```xml import { definePageConfig, CacheCanvas } from 'ice'; import { useRef } from 'react'; import styles from './index.module.css'; export type RefCacheCanvas = { cacheCanvasToStorage: () => void; }; const GAME_CANVAS_ID = 'canvas-id'; export default function Home() { const childRef = useRef<RefCacheCanvas>(); ...
/content/code_sandbox/examples/cavans-project/src/pages/home.tsx
xml
2016-11-03T06:59:15
2024-08-16T10:11:29
ice
alibaba/ice
17,815
408
```xml <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="path_to_url"> <item android:drawable="@drawable/jz_restart_pressed" android:state_pressed="true" /> <item android:drawable="@drawable/jz_restart_normal" /> </selector> ```
/content/code_sandbox/jiaozivideoplayer/src/main/res/drawable/jz_click_replay_selector.xml
xml
2016-02-06T11:04:24
2024-08-16T17:39:44
JiaoZiVideoPlayer
lipangit/JiaoZiVideoPlayer
10,470
63
```xml <?xml version="1.0"?> <!DOCTYPE module PUBLIC "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN" "path_to_url"> <module name="Checker"> <module name="SeverityMatchFilter"> <property name="severity" value="info"/> <property name="acceptOnMatch" value="false"/> </module> <module name="FileTabCh...
/content/code_sandbox/build-tools/src/main/resources/check/.checkstyle.xml
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
1,003
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions id="definitions" xmlns="path_to_url" xmlns:activiti="path_to_url" targetNamespace="Examples"> <process id="forkJoinNested"> <startEvent id="theStart" /> <sequenceFlow id="flow1" sourceRef="theStart" targetRef="...
/content/code_sandbox/modules/flowable5-test/src/test/resources/org/activiti/engine/test/db/ProcessInstanceMigrationTest.testSetProcessDefinitionVersionSubExecutionsNested.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
312
```xml import { Bookmark } from '../../shared/bookmark/bookmark.interface'; export interface BookmarkSearchResult extends Bookmark { score?: number; } export interface BookmarkTreeItem extends Bookmark { displayChildren: boolean; open: boolean; } ```
/content/code_sandbox/src/modules/app/app-search/app-search.interface.ts
xml
2016-05-05T20:59:25
2024-08-13T14:13:34
app
xbrowsersync/app
1,478
48
```xml export { DailyEditor } from './DailyEditor'; export { WeeklyEditor } from './WeeklyEditor'; export { MonthlyEditor } from './MonthlyEditor'; export { PatternChoiceGroup } from './PatternChoiceGroup'; export { YearlyEditor } from './YearlyEditor'; export { UntilEditor } from './UntilEditor'; ```
/content/code_sandbox/samples/react-rhythm-of-business-calendar/src/components/recurrence/index.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
65
```xml <?xml version="1.0" encoding="UTF-8"?> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer....
/content/code_sandbox/application/src/main/data/lwm2m-registry/3304.xml
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,847
```xml import { G2Spec } from '../../../src'; export function alphabetIntervalMinWidth(): G2Spec { return { type: 'interval', data: { type: 'fetch', value: 'data/alphabet.csv', }, encode: { x: 'letter', y: 'frequency', color: 'steelblue', }, scale: { x: { p...
/content/code_sandbox/__tests__/plots/static/alphabet-interval-min-width.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
126
```xml <?xml version="1.0" encoding="UTF-8"?> <archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="8.00"> <data> <int key="IBDocument.SystemTarget">1072</int> <string key="IBDocument.SystemVersion">13A603</string> <string key="IBDocument.InterfaceBuilderVersion">4514</string> <string key="IBDocu...
/content/code_sandbox/LoveFreshBeen/Class/Vender/UMengSDK/UMSocial_Sdk_4.4/SocialSDKXib/UMShareEditViewController.xib
xml
2016-02-03T03:45:35
2024-07-21T21:49:08
LoveFreshBeen
ZhongTaoTian/LoveFreshBeen
1,184
8,888
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" package="moe.codeest.enviewsdemo"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@s...
/content/code_sandbox/app/src/main/AndroidManifest.xml
xml
2016-11-17T16:48:20
2024-07-26T17:36:04
ENViews
codeestX/ENViews
1,766
204
```xml import type { Ref } from 'react'; import { forwardRef } from 'react'; import clsx from '@proton/utils/clsx'; import type { IconName } from './Icon'; import Icon from './Icon'; const TYPES = { success: 'bg-success', warning: 'bg-warning', error: 'bg-danger', }; interface Props { iconClassName?...
/content/code_sandbox/packages/components/components/icon/RoundedIcon.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
248
```xml import { DisplayObject } from '@antv/g'; import { OverflowHideLabelTransform } from '../spec'; import { LabelTransformComponent as LLC } from '../runtime'; import { isOverflow, parseAABB } from '../utils/bounds'; import { hide, show } from '../utils/style'; export type OverflowHideOptions = Omit<OverflowHideLab...
/content/code_sandbox/src/label-transform/overflowHide.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
179