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 cn from "classnames"; import React, { FunctionComponent } from "react"; import { withForwardRef } from "../hocs"; import useShadowRootBreakpointClasses from "./useShadowRootBreakpointClasses"; type Props = React.HTMLAttributes<HTMLDivElement> & { forwardRef: React.Ref<HTMLDivElement>; }; /** * Div w...
/content/code_sandbox/client/src/core/client/ui/encapsulation/DivWithShadowBreakpointClasses.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
169
```xml declare var ajv: { (options?: ajv.Options): ajv.Ajv; new(options?: ajv.Options): ajv.Ajv; ValidationError: typeof AjvErrors.ValidationError; MissingRefError: typeof AjvErrors.MissingRefError; $dataMetaSchema: object; } declare namespace AjvErrors { class ValidationError extends Error { construct...
/content/code_sandbox/node_modules/ajv/lib/ajv.d.ts
xml
2016-03-11T09:28:00
2024-08-16T17:55:54
antSword
AntSwordProject/antSword
3,579
3,106
```xml declare interface ITeamsNotificationSenderWebPartStrings { PropertyPaneDescription: string; BasicGroupName: string; DescriptionFieldLabel: string; } declare module 'TeamsNotificationSenderWebPartStrings' { const strings: ITeamsNotificationSenderWebPartStrings; export = strings; } ```
/content/code_sandbox/samples/react-teams-send-notification/src/webparts/teamsNotificationSender/loc/mystrings.d.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
61
```xml import { strFromU8, strToU8, zlibSync, unzlibSync } from "fflate"; import { NetworkEventData, RQSessionEvents, RQSessionEventType, RRWebEventData } from "@requestly/web-sdk"; import { ConsoleLog, DebugInfo, PageNavigationLog, RecordingOptions, SessionRecordingMetadata } from "./types"; import { EventType, Increm...
/content/code_sandbox/app/src/views/features/sessions/SessionViewer/sessionEventsUtils.ts
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
1,273
```xml // src/index.ts jQuery('#foo'); jQuery(function() { alert('Dom Ready!'); }); ```
/content/code_sandbox/examples/declaration-files/06-declare-function/src/index.ts
xml
2016-05-11T03:02:41
2024-08-16T12:59:57
typescript-tutorial
xcatliu/typescript-tutorial
10,361
21
```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. */ /** * @fileoverview Implements the CHTMLmfrac wrapper for the ...
/content/code_sandbox/ts/output/chtml/Wrappers/mfrac.ts
xml
2016-02-23T09:52:03
2024-08-16T04:46:50
MathJax-src
mathjax/MathJax-src
2,017
2,374
```xml <?xml version="1.0" encoding="UTF-8"?> <soap11:Envelope xmlns:soap11="path_to_url"> <soap11:Header> <ecp:Response xmlns:ecp="urn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp" AssertionConsumerServiceURL="path_to_url" soap11:actor="path_to_url" soap11:mustUnderstand="1"/> </soap11:Header> <soap11:Body> ...
/content/code_sandbox/pkg/provider/shibbolethecp/testdata/ecp_soap_response_success.xml
xml
2016-09-11T03:53:15
2024-08-15T09:52:49
saml2aws
Versent/saml2aws
2,054
1,673
```xml /** * Network module. * @module net * @private */ import * as net from 'net'; export const localAddresses = ['127.0.0.1', 'localhost', '0.0.0.0', '::1']; export const portCheck = (port: number, host: string): Promise<void> => new Promise((resolve, reject) => { const server = net .createServer(...
/content/code_sandbox/src/common/net.ts
xml
2016-06-03T12:02:17
2024-08-15T05:47:24
pact-js
pact-foundation/pact-js
1,596
418
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="15dp" android:background="#8000"> <TextView android:layout_width="wr...
/content/code_sandbox/chapter14/CoolWeather/app/src/main/res/layout/aqi.xml
xml
2016-10-04T02:55:57
2024-08-16T11:00:26
booksource
guolindev/booksource
3,105
532
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <language name="AHDL" version="3" kateversion="5.0" section="Hardware" extensions="*.ahdl;*.tdf" mimetype="text/x-ahdl" author="Dominik Haumann (dhaumann@kde.org)" license="MIT"> <highlighting> <list name="keywords"> <it...
/content/code_sandbox/src/data/extra/syntax-highlighting/syntax/ahdl.xml
xml
2016-10-05T07:24:54
2024-08-16T05:03:40
vnote
vnotex/vnote
11,687
1,805
```xml import { convertIntegrationFnToClass } from '@sentry/core'; import type { Context, Event, EventHint, Integration, IntegrationClass, IntegrationFnResult } from '@sentry/types'; import { getExpoGoVersion, getExpoSdkVersion, getHermesVersion, getReactNativeVersion, isExpo, isFabricEnabled, isHermesEn...
/content/code_sandbox/src/js/integrations/reactnativeinfo.ts
xml
2016-11-30T14:45:57
2024-08-16T13:21:38
sentry-react-native
getsentry/sentry-react-native
1,558
924
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const FileLessIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M256 1920h128v128H128V0h1115l549 549v859h-128V640h-512...
/content/code_sandbox/packages/react-icons-mdl2/src/components/FileLessIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
743
```xml import { useContextBridge } from "@Core/Hooks"; import { Setting } from "@Core/Settings/Setting"; import { Switch } from "@fluentui/react-components"; import { useState } from "react"; import { useTranslation } from "react-i18next"; export const WorkspaceVisibility = () => { const { contextBridge } = useCon...
/content/code_sandbox/src/renderer/Core/Settings/Pages/Window/WorkspaceVisibility.tsx
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
227
```xml <?xml version="1.0" encoding="utf-8"?> <workspace name="tutorial_6_cpp" metafilename="." folder="behaviors" export="..\cpp\exported" language="cpp" promptmergingmeta="true" version="3"> <export> <cpp> <isexported>False</isexported> <exportfilecount>1</exportfilecount> <folder>../../cpp</f...
/content/code_sandbox/tutorials/tutorial_6/workspace/tutorial_6_cpp.workspace.xml
xml
2016-11-21T05:08:08
2024-08-16T07:18:30
behaviac
Tencent/behaviac
2,831
108
```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 xmlns:android="path_to_url" package="io.material.catalog.timepicke...
/content/code_sandbox/catalog/androidTest/javatests/io/material/catalog/timepicker/AndroidManifest.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
149
```xml import * as React from 'react'; import { withMap } from './context'; import { Map } from 'mapbox-gl'; interface ImageOptionsType { pixelRatio?: number; sdf?: boolean; } type ImageDataType = | HTMLImageElement | ArrayBufferView | { width: number; height: number; data: Uint8Array | Uint8ClampedArray } ...
/content/code_sandbox/src/image.tsx
xml
2016-04-16T08:23:57
2024-08-08T07:47:19
react-mapbox-gl
alex3165/react-mapbox-gl
1,907
463
```xml import {deserialize, serialize} from "@tsed/json-mapper"; import {expect} from "chai"; import {Person} from "./Person"; describe("Person", () => { it("should deserialize a model", () => { const input = { firstName: "firstName", lastName: "lastName", age: 0, skills: ["skill1"], ...
/content/code_sandbox/docs/docs/snippets/converters/model-additional-props.mocha.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
158
```xml import * as React from 'react'; import { getWeekNumbersInMonth } from '../../utils'; import { CalendarGridDayCell } from './CalendarGridDayCell'; import type { CalendarDayGridProps, CalendarDayGridStyles } from './CalendarDayGrid.types'; import type { DayInfo } from './CalendarDayGrid'; import type { WeekCorners...
/content/code_sandbox/packages/react-components/react-calendar-compat/library/src/components/CalendarDayGrid/CalendarGridRow.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
542
```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. --> <window xmlns="path_to_url" caption="mainMsg://loginWindow.caption"> <actions> <action id="submit" ...
/content/code_sandbox/modules/web/src/com/haulmont/cuba/web/app/login/login-screen.xml
xml
2016-03-24T07:55:56
2024-07-14T05:13:48
cuba
cuba-platform/cuba
1,342
624
```xml import * as React from 'react'; import { Text } from '@fluentui/react-northstar'; const TextExampleAtMention = () => ( <div> <Text atMention>@someone</Text> <br /> <Text atMention="me">@me</Text> </div> ); export default TextExampleAtMention; ```
/content/code_sandbox/packages/fluentui/docs/src/examples/components/Text/Variations/TextExampleAtMention.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
78
```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="M32,...
/content/code_sandbox/packages/core/src/icon/shapes/credit-card.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
343
```xml import { DEFAULT_KEY_GENERATION_OFFSET, DEFAULT_SIGNATURE_VERIFICATION_OFFSET, VERIFICATION_STATUS, } from 'pmcrypto-v6-canary/lib/constants'; import { captureMessage } from '@proton/shared/lib/helpers/sentry'; import { serverTime } from '../serverTime'; import type { ApiInterface } from '../worker...
/content/code_sandbox/packages/crypto/lib/proxy/proxy.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,875
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LineBar</class> <widget class="QWidget" name="LineBar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>474</width> <height>114</height> </rect> </property> <property name="windowTitle"> <string notr="tru...
/content/code_sandbox/stacer/Pages/Dashboard/linebar.ui
xml
2016-11-06T09:48:44
2024-08-16T05:48:30
Stacer
oguzhaninan/Stacer
8,831
794
```xml <?xml version="1.0" encoding="utf-8"?> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the ...
/content/code_sandbox/application/src/main/data/lwm2m-registry/10320.xml
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,276
```xml export * from './SelectableOption'; export * from './SelectableOption.types'; export * from './SelectableDroppableText.types'; ```
/content/code_sandbox/packages/react/src/utilities/selectableOption/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
27
```xml import type { ISessionContext, ISessionContextDialogs, IWidgetTracker } from '@jupyterlab/apputils'; import type { Cell } from '@jupyterlab/cells'; import type { ITranslator } from '@jupyterlab/translation'; import { Token } from '@lumino/coreutils'; import type { ISignal } from '@lumino/signaling'; impor...
/content/code_sandbox/packages/notebook/src/tokens.ts
xml
2016-06-03T20:09:17
2024-08-16T19:12:44
jupyterlab
jupyterlab/jupyterlab
14,019
1,173
```xml import { CryptoProxy } from '@proton/crypto/lib'; import { ADDRESS_TYPE } from '@proton/shared/lib/constants'; import { Address, AddressKey, DecryptedAddressKey, DecryptedKey } from '@proton/shared/lib/interfaces'; import { getDecryptedAddressKey } from '@proton/shared/lib/keys'; import { addressPgpPrvKey } fro...
/content/code_sandbox/packages/wallet/tests/utils/keys.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
406
```xml import { execSync } from 'child_process'; import * as fs from 'fs'; import * as path from 'path'; import type { BeachballConfig } from 'beachball'; import { renderEntry, renderHeader } from './customRenderers'; const baseConfig: typeof import('../base.config.json') = JSON.parse( fs.readFileSync(path.resolve...
/content/code_sandbox/scripts/beachball/src/shared.config.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
267
```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 defining function options. */ interface Options { /** * String used ...
/content/code_sandbox/lib/node_modules/@stdlib/string/pad/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
511
```xml import { Subject, Observable } from 'rxjs'; import { now, ensureNotFalsy, defaultHashSha256, RXDB_UTILS_GLOBAL, PREMIUM_FLAG_HASH } from '../utils/index.ts'; import type { RxStorageInstance, RxStorageChangeEvent, RxDocumentData, BulkWriteRow, RxStorageBulkWriteResp...
/content/code_sandbox/src/plugins/storage-dexie/rx-storage-instance-dexie.ts
xml
2016-12-02T19:34:42
2024-08-16T15:47:20
rxdb
pubkey/rxdb
21,054
2,727
```xml import Button from '@mui/material/Button'; import Dialog from '@mui/material/Dialog'; import DialogActions from '@mui/material/DialogActions'; import React from 'react'; import { useTranslation } from 'react-i18next'; import { Content, Title } from './styles'; import { Props } from './types'; const RegistryInf...
/content/code_sandbox/packages/ui-components/src/components/RegistryInfoDialog/RegistryInfoDialog.tsx
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
212
```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/mmpe/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
472
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "path_to_url"> <plist version="1.0"> <dict> <key>Label</key> <string>org.pqrs.service.agent.Karabiner-NotificationWindow</string> <key>KeepAlive</key> <true/> <key>ProgramArguments</key> ...
/content/code_sandbox/src/apps/ServiceManager-Non-Privileged-Agents/LaunchAgents/org.pqrs.service.agent.Karabiner-NotificationWindow.plist
xml
2016-07-11T04:57:55
2024-08-16T18:49:52
Karabiner-Elements
pqrs-org/Karabiner-Elements
18,433
155
```xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <parent> <artifactId>module-product</artifactId> <groupId>io.jpress</groupId> <version>5.0</version> </parent> <modelVers...
/content/code_sandbox/module-product/module-product-search-lucene/pom.xml
xml
2016-03-26T04:34:41
2024-08-16T03:23:49
jpress
JPressProjects/jpress
2,652
541
```xml /* eslint camelcase: ["off"] */ import type Bulb from './index'; import Schedule, { createScheduleRule, ScheduleRule } from '../shared/schedule'; import type { ScheduleRuleInputTime } from '../shared/schedule'; import type { LightState } from './lighting'; import type { SendOptions } from '../client'; export t...
/content/code_sandbox/src/bulb/schedule.ts
xml
2016-07-12T22:34:02
2024-08-12T19:23:48
tplink-smarthome-api
plasticrake/tplink-smarthome-api
1,015
622
```xml import { orderedApply } from "./functionality.js"; import type { CallbackDescriptor, CallbackOrDescriptor, FunctionalityObject, PromiseOrDirect, UnwrapCallback, } from "./interfaces.js"; const isDev = process.env.GRAPHILE_ENV === "development"; export class AsyncHooks<THooks extends FunctionalityObje...
/content/code_sandbox/utils/graphile-config/src/hooks.ts
xml
2016-04-14T21:29:19
2024-08-16T17:12:51
crystal
graphile/crystal
12,539
602
```xml <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>aws.example.kms</groupId> <artifactId>aws-kms-examples</artifactId> <version>1.0.0</version> <properties> <maven.compiler.source>1.8</maven.compiler....
/content/code_sandbox/java/example_code/kms/pom.xml
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
375
```xml <?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="path_to_url" xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd" cacheResult="false" colors="true" failOnRisky="true" failOnWarning="true" beStrictAboutChangesToGlobalState="true" beStrictAboutOutputDuringTests="true" cacheDirectory=".phpu...
/content/code_sandbox/e2e/phpunit-10-test/phpunit.xml
xml
2016-01-04T18:22:16
2024-08-16T08:39:06
phpstan
phpstan/phpstan
12,770
144
```xml import { Text } from 'slate' export const input = true export const test = value => { return Text.isText(value) } export const output = false ```
/content/code_sandbox/packages/slate/test/interfaces/Text/isText/boolean.tsx
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
37
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ListView android:id="@android:id/list" android:layout_width="match_parent" androi...
/content/code_sandbox/newapp/src/main/res/layout/activity_device_detail.xml
xml
2016-08-05T12:50:22
2024-08-14T03:19:32
BLE
xiaoyaoyou1212/BLE
1,380
123
```xml <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" tools:parentTag="FrameLayout"> <LinearLayout android:layout_width="m...
/content/code_sandbox/app/src/main/res/layout/view_setting_basic.xml
xml
2016-01-07T17:24:12
2024-08-16T06:55:33
LeafPic
UnevenSoftware/LeafPic
3,258
439
```xml <?xml version="1.0" encoding="UTF-8"?> <countries> <country id="4" alpha2="af" alpha3="afg" name="Afghanistan"/> <country id="8" alpha2="al" alpha3="alb" name="Albania"/> <country id="12" alpha2="dz" alpha3="dza" name="Algeria"/> <country id="20" alpha2="ad" alpha3="and" name="Andorra"/> <cou...
/content/code_sandbox/data/countries/it/world.xml
xml
2016-01-27T21:41:04
2024-08-16T10:07:17
world_countries
stefangabos/world_countries
1,364
5,974
```xml import { v1 as uuid } from "uuid"; import { ConfirmToken, isConfirmToken } from "./confirm"; function createToken(partial: Partial<ConfirmToken> | any = {}): ConfirmToken { const now = Math.floor(Date.now() / 1000); const token: ConfirmToken = { sub: uuid(), jti: uuid(), iss: uuid(), exp: n...
/content/code_sandbox/server/src/core/server/services/users/auth/confirm.spec.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
215
```xml export * from './ExampleCard'; export * from './ExampleCard.types'; ```
/content/code_sandbox/packages/react-docsite-components/src/components/ExampleCard/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
16
```xml <Documentation> <Docs DocId="T:CoreImage.CISourceAtopCompositing"> <summary>The CISourceAtopCompositing CoreImage filter</summary> <remarks> <para>The following example shows this filter in use</para> <example> <code lang="csharp lang-csharp"><![CDATA[ // Create CIImages from Files....
/content/code_sandbox/docs/api/CoreImage/CISourceAtopCompositing.xml
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
525
```xml import { PlatformTools } from "../platform/PlatformTools" import { AbstractLogger } from "./AbstractLogger" import { LogLevel, LogMessage } from "./Logger" import { QueryRunner } from "../query-runner/QueryRunner" /** * Performs logging of the events in TypeORM. * This version of logger uses console to log ev...
/content/code_sandbox/src/logger/AdvancedConsoleLogger.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
344
```xml import { Vector3 } from '../../../types'; import vtkSpline1D, { ISpline1DInitialValues } from '../Spline1D'; export interface ICardinalSpline1DInitialValues extends ISpline1DInitialValues {} export interface vtkCardinalSpline1D extends vtkSpline1D { /** * * @param {Number} size * @param {Float32Arra...
/content/code_sandbox/static/sim/Sources/Common/DataModel/CardinalSpline1D/index.d.ts
xml
2016-12-03T13:41:18
2024-08-15T12:50:03
engineercms
3xxx/engineercms
1,341
513
```xml import { XmlAttributeComponent, XmlComponent } from "@file/xml-components"; // <xsd:simpleType name="ST_HdrFtr"> // <xsd:restriction base="xsd:string"> // <xsd:enumeration value="even"/> // <xsd:enumeration value="default"/> // <xsd:enumeration value="first"/> // </xsd:restriction> // </xsd:simpleType> ex...
/content/code_sandbox/src/file/document/body/section-properties/properties/header-footer-reference.ts
xml
2016-03-26T23:43:56
2024-08-16T13:02:47
docx
dolanmiu/docx
4,139
501
```xml const commonVariables = ` $title: String! $description: String $contentType: ContentType! $images: [JSON] $attachments: [JSON] $recipientIds: [String] $customFieldsData: JSON $eventData: ExmEventDataInput $createdAt: Date $departmentIds : [String] $branchIds: [String] $unitId: String `; ...
/content/code_sandbox/exm/modules/exmFeed/graphql/mutations.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,187
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <android.support.v7.widget.RecyclerView android:id="@+id/recyclerview" android:layout_width="m...
/content/code_sandbox/app/src/main/res/layout/activity_recyclerview_content.xml
xml
2016-02-06T11:04:24
2024-08-16T17:39:44
JiaoZiVideoPlayer
lipangit/JiaoZiVideoPlayer
10,470
98
```xml <?xml version="1.0" encoding="UTF-8" ?> <!-- --> <!DOCTYPE ldml SYSTEM "../../dtd/cldr/common/dtd/ldml.dtd"> <ldml> <identity> <version number="$Revision$"/> <language type="ga"/> </identity> <rbnf> <rulesetGrouping type="DurationRules"> <ruleset type="with-words"> <...
/content/code_sandbox/icu4c/source/data/xml/rbnf/ga.xml
xml
2016-01-08T02:42:32
2024-08-16T18:14:55
icu
unicode-org/icu
2,693
913
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="action_settings">"Ustawienia"</string> <string name="oauth_communication_error">"Nie mona poczy si z serwerem autoryzacji"</string> <string name="oauth_failed_permissions">"Autoryzacja nie powioda si: Wszystkie wymienione uprawnienia mu...
/content/code_sandbox/app/src/main/res/values-pl/strings.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
38,185
```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>com.facebo...
/content/code_sandbox/apm-wda/WebDriverAgentTests/UnitTests/Info.plist
xml
2016-12-02T07:23:24
2024-08-09T12:00:01
GAutomator
Tencent/GAutomator
1,333
229
```xml import type { PrivateKeyReference, PublicKeyReference, SessionKey } from '@proton/crypto'; import type { SimpleMap } from '../interfaces'; import type { VcalVeventComponent } from '../interfaces/calendar'; import { CALENDAR_CARD_TYPE } from './constants'; import { createSessionKey, encryptPart, getE...
/content/code_sandbox/packages/shared/lib/calendar/serialize.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,041
```xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <bean id="dataSource" class="org.flowable.common.engine.impl.test.ClosingDataSource"> <constructor-arg> <bean class="com.zaxxer.hikari.HikariDataS...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/standalone/scripting/flowable.cfg.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
400
```xml import { Paragraph as TiptapParagraph } from "@tiptap/extension-paragraph" export const Paragraph = TiptapParagraph.extend({ addOptions() { return { ...this.parent?.(), HTMLAttributes: { class: "text-node" } } } }) export default Paragraph ```
/content/code_sandbox/web/components/la-editor/extensions/paragraph/paragraph.ts
xml
2016-08-08T16:09:17
2024-08-16T16:23:04
learn-anything.xyz
learn-anything/learn-anything.xyz
15,943
70
```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 { LitElement, html } from 'lit'; import { createTestElement, removeTestElement } from '@cds/core/test'; import { registerElementSafely, updateElementStyles...
/content/code_sandbox/packages/core/src/internal/utils/dom.spec.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
7,339
```xml import { Box, Button, InputAdornment, MenuItem, Paper, SxProps, TextField, Theme, } from "@mui/material"; import React, { useContext, useEffect, useState } from "react"; import { BiRefresh, BiTime } from "react-icons/bi"; import { RiExternalLinkLine } from "react-icons/ri"; import { GlobalContext...
/content/code_sandbox/python/ray/dashboard/client/src/pages/serve/ServeMetricsSection.tsx
xml
2016-10-25T19:38:30
2024-08-16T19:46:34
ray
ray-project/ray
32,670
1,618
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#FFFFFFFF" android:pathData="M16 9v5h2V8c0-1.1-0.9-2-2-2h-6v2h5c0.55 0 1 0.45 1 1zm3 7H9c-0.55 0-1-0.45-1-1V5c0-0.55-0.45-1-1-1S6 4.45 6 5v1H5C4.45 6...
/content/code_sandbox/app/src/main/res/drawable/ic_crop_rotate_vector.xml
xml
2016-02-16T21:17:13
2024-08-16T15:29:22
Simple-Gallery
SimpleMobileTools/Simple-Gallery
3,580
558
```xml <!-- --> <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportHeight="24.0" android:viewportWidth="24.0"> <path android:fillColor="#FFFFFFFF" android:pathData="M12,21.35l-1.45,-1.32C5.4,15.36 2,12.28 2,8.5 2,5.42 4.4...
/content/code_sandbox/samples/android-app/src/main/res/drawable/ic_favorite_white_24dp.xml
xml
2016-08-12T14:22:12
2024-08-13T16:15:24
Splitties
LouisCAD/Splitties
2,498
212
```xml export * from 'rxjs-compat/operators/repeatWhen'; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/operators/repeatWhen.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
13
```xml import fs from 'fs-extra'; import path from 'path'; import { ClientBuilder, ClientBuildFlavor, Platform, S3Client } from './types'; import { EXPO_GO_ANDROID_DIR } from '../Constants'; import logger from '../Logger'; import { androidAppVersionAsync } from '../ProjectVersions'; import { spawnAsync } from '../Util...
/content/code_sandbox/tools/src/client-build/AndroidClientBuilder.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
390
```xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="path_to_url" android:interpolator="@android:anim/decelerate_interpolator"> <scale android:duration="150" android:fromXScale="1.0" android:fromYScale="1.0" android:toXScale="0.85" android:toYScale="0.85" ...
/content/code_sandbox/src/main/res/anim/fade_scale_out.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
148
```xml <doxygenlayout version="1.0"> <!-- Generated by doxygen 1.8.4 --> <!-- Navigation index tabs for HTML output --> <navindex> <tab type="mainpage" visible="yes" title=""/> <tab type="pages" visible="yes" title="" intro=""/> <tab type="modules" visible="yes" title="" intro=""/> <tab type="name...
/content/code_sandbox/doc/custom_doxy_layout.xml
xml
2016-11-21T12:16:22
2024-08-15T12:09:47
depth_clustering
PRBonn/depth_clustering
1,188
1,364
```xml import * as React from 'react'; import ComponentExample from '../../../../components/ComponentDoc/ComponentExample'; import ExampleSection from '../../../../components/ComponentDoc/ExampleSection'; const States = () => ( <ExampleSection title="States"> <ComponentExample title="Disabled" descr...
/content/code_sandbox/packages/fluentui/docs/src/examples/components/Datepicker/States/index.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
222
```xml import * as React from 'react'; import { TooltipHost, ITooltipHostStyles } from '@fluentui/react/lib/Tooltip'; import { getTheme } from '@fluentui/react/lib/Styling'; import { useId } from '@fluentui/react-hooks'; const theme = getTheme(); const buttonStyle = { fontSize: theme.fonts.medium.fontSize, padding...
/content/code_sandbox/packages/react-examples/src/react/Tooltip/Tooltip.Display.Example.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
465
```xml process.on('unhandledRejection', (rej) => { console.log('unhandledRejection', rej) process.exit(1) }) export const revalidate = 0 export default function Layout({ children }) { return ( <> <p>Layout</p> {children} </> ) } export async function generateMetadata() { await new Promi...
/content/code_sandbox/test/e2e/app-dir/metadata-thrown/app/layout.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
110
```xml // package: pulumirpc // file: pulumi/language.proto /* tslint:disable */ /* eslint-disable */ import * as grpc from "@grpc/grpc-js"; import * as pulumi_language_pb from "./language_pb"; import * as pulumi_codegen_hcl_pb from "./codegen/hcl_pb"; import * as pulumi_plugin_pb from "./plugin_pb"; import * as goog...
/content/code_sandbox/sdk/nodejs/proto/language_grpc_pb.d.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
5,082
```xml import Vex from "vexflow"; import VF = Vex.Flow; import { Staff } from "../../VoiceData/Staff"; import { SourceMeasure } from "../../VoiceData/SourceMeasure"; import { VexFlowMeasure } from "./VexFlowMeasure"; import { VexFlowStaffEntry } from "./VexFlowStaffEntry"; import { VexFlowConverter } from "./VexFlowCon...
/content/code_sandbox/src/MusicalScore/Graphical/VexFlow/VexFlowTabMeasure.ts
xml
2016-02-08T15:47:01
2024-08-16T17:49:53
opensheetmusicdisplay
opensheetmusicdisplay/opensheetmusicdisplay
1,416
1,583
```xml export * from './components/DrawerFooter/index'; ```
/content/code_sandbox/packages/react-components/react-drawer/library/src/DrawerFooter.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
11
```xml /* This file is a part of @mdn/browser-compat-data * See LICENSE file for more information. */ import fs from 'node:fs/promises'; import { formatStats, Stats } from './stats.js'; import { formatChanges, Changes } from './changes.js'; const dirname = new URL('.', import.meta.url); /** * Get the release note...
/content/code_sandbox/scripts/release/notes.ts
xml
2016-03-29T18:50:07
2024-08-16T11:36:33
browser-compat-data
mdn/browser-compat-data
4,876
708
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <command> <login> <clID>NewRegistrar</clID> <PW>foo-BAR2</PW> <options> <version>1.0</version> <lang>en</lang> </options> <svcs> <objURI>urn:ietf:params:xml:ns:host-1.0</objURI> <objURI>urn:ietf:param...
/content/code_sandbox/core/src/test/resources/google/registry/model/eppinput/login_wrong_case.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
238
```xml import {fastMap} from 'src/utils/fast' import {manager} from 'src/worker/JobManager' import { TimeSeriesServerResponse, TimeSeriesToTableGraphReturnType, } from 'src/types/series' import {DygraphSeries, DygraphValue} from 'src/types' export interface TimeSeriesToDyGraphReturnType { labels: string[] tim...
/content/code_sandbox/ui/src/utils/timeSeriesTransformers.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
307
```xml import { G2Spec, ELEMENT_CLASS_NAME } from '../../../src'; import { step, disableDelay } from './utils'; export function penguinsPointHighlight(): G2Spec { return { type: 'point', data: { type: 'fetch', value: 'data/penguins.csv', }, encode: { color: 'species', x: 'culm...
/content/code_sandbox/__tests__/plots/interaction/penguins-point-highlight.ts
xml
2016-05-26T09:21:04
2024-08-15T16:11:17
G2
antvis/G2
12,060
206
```xml import { jsx } from '../../../src'; import { Canvas, Chart, Interval, Axis } from '../../../src'; import { createContext, delay } from '../../util'; const context = createContext(); const data = [ { genre: 'Sports', sold: 275 }, { genre: 'Strategy', sold: 115 }, { genre: 'Action', sold: 120 }, { genre: ...
/content/code_sandbox/packages/f2/test/components/interval/interval.test.tsx
xml
2016-08-29T06:26:23
2024-08-16T15:50:14
F2
antvis/F2
7,877
829
```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 isUppercase = require( './index' ); // TESTS // // The function returns a boolean... { isUppercase( 'sa...
/content/code_sandbox/lib/node_modules/@stdlib/assert/is-uppercase/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
159
```xml import type {AndroidPermissionMap} from './permissions.android'; import type {WindowsPermissionMap} from './permissions.windows'; const IOS = Object.freeze({ APP_TRACKING_TRANSPARENCY: 'ios.permission.APP_TRACKING_TRANSPARENCY', BLUETOOTH: 'ios.permission.BLUETOOTH', CALENDARS: 'ios.permission.CALENDARS',...
/content/code_sandbox/src/permissions.ios.ts
xml
2016-03-24T16:33:42
2024-08-15T16:56:05
react-native-permissions
zoontek/react-native-permissions
4,008
318
```xml export * from 'rxjs-compat/operator/let'; ```
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/operator/let.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
12
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ const VERTICAL_GAP = 10 const HORIZONTAL_OFFSET = 5 export function setFloatingElemPosition( targetRect: ClientRect | null, floatingElem: HTMLElement, anchorElem: HTM...
/content/code_sandbox/packages/web/src/javascripts/Components/SuperEditor/Lexical/Utils/setFloatingElemPosition.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
323
```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 { BackgroundSettings, BackgroundType, cssUnit, Font } from '@shared/models/widget-settings.models'; export interfac...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/widget/lib/cards/label-card-widget.models.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
324
```xml // Types import {TimeRange} from 'src/types' import {CEOInitialState} from 'src/dashboards/reducers/cellEditorOverlay' export interface State { cellEditorOverlay: CEOInitialState } export enum ActionType { ClearCEO = 'CLEAR_CEO', UpdateEditorTimeRange = 'UPDATE_EDITOR_TIME_RANGE', } export type Action =...
/content/code_sandbox/ui/src/dashboards/actions/cellEditorOverlay.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
149
```xml /** @internal */ declare class A { } export { A as B } export { A as C } /** @public */ declare class X { } export { X } export { X as Y } export { } ```
/content/code_sandbox/build-tests/api-extractor-scenarios/etc/exportDuplicate/rollup.d.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
44
```xml /// <reference types="@remix-run/dev" /> /// <reference types="@remix-run/node/globals" /> ```
/content/code_sandbox/packages/remix/test/fixtures-legacy/14-node-linker-hoisted/apps/remix/remix.env.d.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
25
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:background="@drawable/shadow_1" android:backgroundTint="@...
/content/code_sandbox/Android/app/src/main/res/layout/shop_listitem.xml
xml
2016-01-30T13:42:30
2024-08-12T19:21:10
Travel-Mate
project-travel-mate/Travel-Mate
1,292
589
```xml import { inject, injectable } from 'inversify'; import { ServiceIdentifiers } from '../../container/ServiceIdentifiers'; import { TNodeWithLexicalScope } from '../../types/node/TNodeWithLexicalScope'; import { IOptions } from '../../interfaces/options/IOptions'; import { IRandomGenerator } from '../../interfac...
/content/code_sandbox/src/generators/identifier-names-generators/MangledIdentifierNamesGenerator.ts
xml
2016-05-09T08:16:53
2024-08-16T19:43:07
javascript-obfuscator
javascript-obfuscator/javascript-obfuscator
13,358
2,493
```xml import step2SVG from '@assets/images/icn-receive.svg'; import step1SVG from '@assets/images/icn-send.svg'; import { REPV1UUID, REPV2UUID } from '@config'; import { translateRaw } from '@translations'; import { ITokenMigrationConfig, ITxType, TAddress } from '@types'; import { createApproveTx, createRepMigration...
/content/code_sandbox/src/features/TokenMigration/RepTokenMigration/config.ts
xml
2016-12-04T01:35:27
2024-08-14T21:41:58
MyCrypto
MyCryptoHQ/MyCrypto
1,347
435
```xml train_net: "models/pascal_voc/VGG_CNN_M_1024/faster_rcnn_alt_opt/stage2_rpn_train.pt" base_lr: 0.001 lr_policy: "step" gamma: 0.1 stepsize: 60000 display: 20 average_loss: 100 momentum: 0.9 weight_decay: 0.0005 # We disable standard caffe solver snapshotting and implement our own snapshot # function snapshot: ...
/content/code_sandbox/models/pascal_voc/VGG_CNN_M_1024/faster_rcnn_alt_opt/stage2_rpn_solver60k80k.pt
xml
2016-09-12T12:24:20
2024-06-30T13:31:45
py-R-FCN
YuwenXiong/py-R-FCN
1,044
135
```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 } from 'lit'; import '@cds/core/button-inline/register.js'; import { spreadProps, getElementStorybookArgs } from '@cds/core/internal'; export defau...
/content/code_sandbox/packages/core/src/button-inline/button-inline.stories.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
1,312
```xml export const enum eSettingManagementRouteNames { Settings = 'AbpSettingManagement::Settings', } ```
/content/code_sandbox/npm/ng-packs/packages/setting-management/config/src/lib/enums/route-names.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
22
```xml import mutations from './mutations'; import queries from './queries'; import subscriptions from './subscriptions'; export { queries, mutations, subscriptions }; ```
/content/code_sandbox/packages/ui-tasks/src/boards/graphql/index.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
27
```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.fuzzer</groupId> <artifactId>project-parent</artifactId> <version>0.1.0</version> <packaging>pom</packaging...
/content/code_sandbox/projects/g-http-java-client/project-parent/pom.xml
xml
2016-07-20T19:39:50
2024-08-16T10:54:09
oss-fuzz
google/oss-fuzz
10,251
133
```xml import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { first } from '../../asynciterable/first.js'; import { OptionalFindOptions } from '../../asynciterable/findoptions.js'; /** * @ignore */ export async function firstProto<T>( this: AsyncIterable<T>, options?: OptionalFindOption...
/content/code_sandbox/src/add/asynciterable-operators/first.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
132
```xml import "./msflowsdk-1.1.js"; import { SPHttpClient, SPHttpClientResponse, ISPHttpClientOptions } from "@microsoft/sp-http"; import { WebPartContext } from "@microsoft/sp-webpart-base"; /** * Services */ export default class services { private _context: WebPartContext; constructor(private context: We...
/content/code_sandbox/samples/js-myflows/src/services/services.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
214
```xml import { Observable, Subscriber } from "../Observable"; describe("Observable", () => { describe("subclassing by non-class constructor functions", () => { function check(constructor: new <T>(sub: Subscriber<T>) => Observable<T>) { constructor.prototype = Object.create(Observable.prototype, { ...
/content/code_sandbox/src/utilities/observables/__tests__/Observable.ts
xml
2016-02-26T20:25:00
2024-08-16T10:56:57
apollo-client
apollographql/apollo-client
19,304
539
```xml import React from 'react'; type IconProps = React.SVGProps<SVGSVGElement>; export declare const IcArrowOutSquare: (props: IconProps) => React.JSX.Element; export {}; ```
/content/code_sandbox/packages/icons/lib/icArrowOutSquare.d.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
44
```xml import { Button } from "@/components/ui/button" import Link from "next/link" export default function HomePage() { return ( <div className="flex min-h-full items-center justify-center"> <Link href="/links"> <Button>Go to main page</Button> </Link> </div> ) } ```
/content/code_sandbox/web/app/page.tsx
xml
2016-08-08T16:09:17
2024-08-16T16:23:04
learn-anything.xyz
learn-anything/learn-anything.xyz
15,943
71
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#FFF" android:pathData="M16.36,14C16.44,13.34 16.5,12.68 16.5,12C16.5,11.32 16.44,10.66 16.36,10H19.74C19.9,10.64 20,...
/content/code_sandbox/app/src/main/res/drawable/ic_web.xml
xml
2016-02-22T10:00:46
2024-08-16T15:37:50
Images-to-PDF
Swati4star/Images-to-PDF
1,174
741
```xml import { IRuleMetadata, RuleFailure } from 'tslint'; import { AbstractRule } from 'tslint/lib/rules'; import { SourceFile } from 'typescript'; import { InjectableMetadata } from './angular'; import { NgWalker } from './angular/ngWalker'; export class Rule extends AbstractRule { static readonly metadata: IRule...
/content/code_sandbox/src/useInjectableProvidedInRule.ts
xml
2016-02-10T17:22:40
2024-08-14T16:41:28
codelyzer
mgechev/codelyzer
2,446
293
```xml /* eslint-disable @typescript-eslint/ban-ts-comment */ //@ts-ignore import gql from 'gql'; //@ts-ignore const A1 = gql` query a { a } `; //@ts-ignore const A2 = gql` query a { a } `; ```
/content/code_sandbox/packages/presets/client/tests/fixtures/duplicate-operation.ts
xml
2016-12-05T19:15:11
2024-08-15T14:56:08
graphql-code-generator
dotansimha/graphql-code-generator
10,759
63
```xml #! /usr/bin/env node import program from "commander" import setSharedArgs, { SharedCLI } from "./utils/sharedDangerfileArgs" import { runRunner } from "./ci/resetStatus" program.usage("[options]").description("Reset the status of a GitHub PR to pending.") setSharedArgs(program).parse(process.argv) const app ...
/content/code_sandbox/source/commands/danger-reset-status.ts
xml
2016-08-20T12:57:06
2024-08-13T14:00:02
danger-js
danger/danger-js
5,229
83