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 * as React from 'react'; import { VerticalPersona } from './Vertical/VerticalPersona'; import { Persona as HorizontalPersona } from '@fluentui/react'; import type { IHorizontalPersonaProps } from './Persona.types'; import type { IVerticalPersonaProps } from './Vertical/VerticalPersona.types'; export cons...
/content/code_sandbox/packages/react-experiments/src/components/Persona/Persona.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
108
```xml /*! ***************************************************************************** THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, ME...
/content/code_sandbox/sdk/nodejs/vendor/typescript@3.8.3/lib.esnext.full.d.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
124
```xml import { putCreateLog as commonPutCreateLog, putUpdateLog as commonPutUpdateLog, putDeleteLog as commonPutDeleteLog, gatherNames, gatherUsernames, LogDesc, IDescriptions, } from '@erxes/api-utils/src/logUtils'; import { getSchemaLabels } from '@erxes/api-utils/src/logUtils'; import { LOG_MAPPINGS,...
/content/code_sandbox/packages/plugin-knowledgebase-api/src/logUtils.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,802
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" package="com.facebook.redex.test.instr" android:versionCode="1" android:versionName="1.0"> <uses-sdk android:minSdkVersion="11" android:targetSdkVersion="23"/> <instrumentation android:lab...
/content/code_sandbox/test/instr/testdata/optres/AndroidManifest.xml
xml
2016-03-24T18:26:35
2024-08-16T16:00:20
redex
facebook/redex
6,016
208
```xml <Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\..\..\configureawait.props" /> <Import Project="..\..\..\common.props" /> <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <WarningsAsErrors>Nullable</WarningsAsErrors> <AssemblyName>Volo.Abp.AutoMa...
/content/code_sandbox/framework/src/Volo.Abp.AutoMapper/Volo.Abp.AutoMapper.csproj
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
284
```xml import { commonTypes, commonInputs, commonFilters } from './common'; export const types = ` type Spin @key(fields: "_id") @cacheControl(maxAge: 3) { ${commonTypes} status: String awardId: String voucherId: String } type SpinMain { list: [Spin] totalCount: Int } `; export const ...
/content/code_sandbox/packages/plugin-loyalties-api/src/graphql/schema/spin.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
223
```xml import * as React from 'react'; import { MgtTemplateProps, } from '@microsoft/mgt-react/dist/es6/MgtTemplateProps'; import { RenderFileCard } from './RenderFileCard'; export const FileTemplate: React.FunctionComponent<MgtTemplateProps> = (props: React.PropsWithChildren<MgtTemplateProps>) => { const { file...
/content/code_sandbox/samples/react-my-dashboard/src/src/components/myFiles/FileTemplate.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
96
```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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="mat...
/content/code_sandbox/lib/java/com/google/android/material/timepicker/res/values-az/strings.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
363
```xml import {Express, NextFunction, Request, Response} from 'express'; import * as path from 'path'; import * as fs from 'fs'; import * as ejs from 'ejs'; import {Config} from '../../common/config/private/Config'; import {ProjectPath} from '../ProjectPath'; import {AuthenticationMWs} from '../middlewares/user/Authent...
/content/code_sandbox/src/backend/routes/PublicRouter.ts
xml
2016-03-12T11:46:41
2024-08-16T19:56:44
pigallery2
bpatrik/pigallery2
1,727
2,599
```xml import { getNamedType, GraphQLFieldMap, GraphQLSchema, isEnumType, isInputObjectType, isInterfaceType, isObjectType, isScalarType, isSpecifiedScalarType, isUnionType, } from 'graphql'; import { DirectableGraphQLObject } from './get-directives.js'; import { getImplementingTypes } from './get-i...
/content/code_sandbox/packages/utils/src/prune.ts
xml
2016-03-22T00:14:38
2024-08-16T02:02:06
graphql-tools
ardatan/graphql-tools
5,331
1,660
```xml import log from "../log"; import colors from "chalk"; import {Command} from "commander"; import Config from "../config"; import Utils from "./utils"; const program = new Command("uninstall"); program .argument("<package>", "The package to uninstall") .description("Uninstall a theme or a package") .on("--help...
/content/code_sandbox/server/command-line/uninstall.ts
xml
2016-02-09T03:16:03
2024-08-16T10:52:38
thelounge
thelounge/thelounge
5,518
343
```xml <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="path_to_url" xmlns="path_to_url" xsi:schemaLocation="path_to_url path_to_url" version="3.0"> <!-- --> <filter> <filter-name>CharacterEncodingFilter</filter-name> <filter-class>org.springframework.web.f...
/content/code_sandbox/zheng-cms/zheng-cms-admin/src/main/webapp/WEB-INF/web.xml
xml
2016-10-04T10:07:06
2024-08-16T07:00:44
zheng
shuzheng/zheng
16,660
758
```xml import { useSetting } from "@Core/Hooks"; import { SearchBar } from "@Core/Search/SearchBar"; import type { SearchBarAppearance } from "@Core/Search/SearchBarAppearance"; import type { SearchBarSize } from "@Core/Search/SearchBarSize"; import { Setting } from "@Core/Settings/Setting"; import { SettingGroup } fro...
/content/code_sandbox/src/renderer/Core/Settings/Pages/Appearance/SearchBarSettings.tsx
xml
2016-10-11T04:59:52
2024-08-16T11:53:31
ueli
oliverschwendener/ueli
3,543
998
```xml import React, { useCallback } from 'react' import styled from '../../../../design/lib/styled' import PropertyValueButton from './PropertyValueButton' import { mdiCheckboxBlankOutline, mdiCheckBoxOutline } from '@mdi/js' import Icon, { IconSize } from '../../../../design/components/atoms/Icon' interface Checkbox...
/content/code_sandbox/src/cloud/components/Props/Pickers/CheckboxSelect.tsx
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
349
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <language name="TI Basic" version="2" kateversion="2.2" section="Scientific" extensions=""> <highlighting> <list name="keywords"> <item>If</item> <item>Then</item> <item>Else</item> <item>For</item> ...
/content/code_sandbox/src/data/extra/syntax-highlighting/syntax/tibasic.xml
xml
2016-10-05T07:24:54
2024-08-16T05:03:40
vnote
vnotex/vnote
11,687
690
```xml import type { Element as IceElement } from '../dom/element.js'; import type { Text as IceText } from '../dom/text.js'; import type { Element, Text } from '../dom-external/inner-html/parser.js'; export interface Options { prerender: boolean; debug: boolean; html?: { skipElements: Set<string>; voidE...
/content/code_sandbox/packages/miniapp-runtime/src/interface/options.ts
xml
2016-11-03T06:59:15
2024-08-16T10:11:29
ice
alibaba/ice
17,815
142
```xml import { Component } from 'react'; import { AnyShapeCoordinates } from './util/types'; export interface Props { // lat lng array (circle, line, symbol) or array of array... of lat lng (polygons) coordinates: AnyShapeCoordinates; // tslint:disable-next-line:no-any properties?: any; onClick?: React.Mous...
/content/code_sandbox/src/feature.ts
xml
2016-04-16T08:23:57
2024-08-08T07:47:19
react-mapbox-gl
alex3165/react-mapbox-gl
1,907
154
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const LinkedDatabaseIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M128 1600q0 20 13 35t27 28q35 29 81 50t98 35 107...
/content/code_sandbox/packages/react-icons-mdl2/src/components/LinkedDatabaseIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
762
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <!-- DO NOT EDIT. This is to override default media3 notification drawables. --> <drawable name="media3_notification_play">@drawable/ic_play_vector</drawable> <drawable name="media3_notification_pause">@drawable/ic_pause_vector</drawable> <drawab...
/content/code_sandbox/app/src/main/res/values/drawables.xml
xml
2016-01-10T12:21:23
2024-08-16T13:03:46
Simple-Music-Player
SimpleMobileTools/Simple-Music-Player
1,277
111
```xml import { createNext, FileRef } from 'e2e-utils' import { NextInstance } from 'e2e-utils' import webdriver from 'next-webdriver' describe('navigation between pages and app dir', () => { let next: NextInstance beforeAll(async () => { next = await createNext({ files: new FileRef(__dirname), de...
/content/code_sandbox/test/e2e/app-dir/interoperability-with-pages/navigation.test.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
674
```xml /// <reference path="../logic/FlowManager.ts"/> // namespace namespace cf { // interface // class export class ProgressBar { private flowUpdateCallback: () => void; public el: HTMLElement; private bar: HTMLElement; private eventTarget: EventDispatcher; constructor(options: IBasicElementOptions){...
/content/code_sandbox/src/scripts/cf/ui/ProgressBar.ts
xml
2016-10-14T12:54:59
2024-08-16T12:03:40
conversational-form
space10-community/conversational-form
3,795
292
```xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="path_to_url"> <translate android:fromXDelta="0" android:toXDelta="-100%" android:duration="200" /> </set> ```
/content/code_sandbox/Android/Intents/app/src/main/res/anim/activity_out.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
58
```xml <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="@dimen/tech_image_height"> <ImageView android:id="@+id/iv_tech_bar_image_blur" android:layout_width="match_parent" android:layout_height="...
/content/code_sandbox/app/src/main/res/layout/view_tech_head.xml
xml
2016-08-07T14:56:56
2024-08-13T01:11:07
GeekNews
codeestX/GeekNews
3,498
270
```xml export default function Page() { return <div>/[locale]/nested/[foo]/[bar]/default.tsx</div> } ```
/content/code_sandbox/test/e2e/app-dir/parallel-routes-catchall-default/app/[locale]/nested/[foo]/[bar]/default.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
29
```xml import { put, takeEvery } from 'redux-saga/effects'; import { removeInvite } from '@proton/pass/lib/invites/invite.requests'; import { inviteRemoveFailure, inviteRemoveIntent, inviteRemoveSuccess } from '@proton/pass/store/actions'; function* removeInviteWorker({ payload, meta: { request } }: ReturnType<typeof...
/content/code_sandbox/packages/pass/store/sagas/invites/invite-remove.saga.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
148
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:xsd="path_to_url" xmlns:flowable="path_to_url" xmlns:bpmndi="path_to_url" xmlns:omgdc="path_to_url" xmlns:omgdi="path_to_url" xmlns:design="path_to_url" typeLanguage="path_to_url" expressionLanguage="path_to_url...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/validation/missingVariableEventListenerVariableName.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
1,025
```xml import { Entity, ManyToOne, PrimaryGeneratedColumn } from "../../../../src" import { C } from "./C" @Entity() export class D { @PrimaryGeneratedColumn("increment") id!: number @ManyToOne(() => C, (c) => c.ds, { onDelete: "CASCADE", onUpdate: "CASCADE", }) c!: C } ```
/content/code_sandbox/test/github-issues/9944/entity/D.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
78
```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/event/flowable-typed-eventlistener.cfg.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
528
```xml let item = 0 if (true) {; [0][0] = 0 item = [0][0] item = [0].length item = [0].pop(); [0].push(0) } else { item = item } ```
/content/code_sandbox/tests/blocklycompiler-test/baselines/lists_empty_inputs2.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
64
```xml import { Stack, Typography } from '@mui/material'; import { CreateButton } from 'react-admin'; import useAppBarHeight from '../misc/useAppBarHeight'; export const CompanyEmpty = () => { const appbarHeight = useAppBarHeight(); return ( <Stack justifyContent="center" alignI...
/content/code_sandbox/examples/crm/src/companies/CompanyEmpty.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
226
```xml <?xml version="1.0" encoding="UTF-8"?> <schema name="test" version="1.6"> <fieldType name="binary" class="solr.BinaryField"/> <fieldType name="boolean" class="solr.BoolField" sortMissingLast="true"/> <fieldType name="booleans" class="solr.BoolField" sortMissingLast="true" multiValued="true"/> <fi...
/content/code_sandbox/solr/src/test/resources/conf/schema.xml
xml
2016-10-13T13:08:14
2024-08-15T07:57:42
alpakka
akka/alpakka
1,265
1,274
```xml <manifest xmlns:android="path_to_url" package="com.jph.githubpopular" android:versionCode="1" android:versionName="1.0"> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> <uses-sdk android:minS...
/content/code_sandbox/android/app/src/main/AndroidManifest.xml
xml
2016-07-18T15:35:16
2024-08-14T00:06:02
GitHubPopular
crazycodeboy/GitHubPopular
2,899
236
```xml import { BaseService } from "./baseSvc"; import { IFileItem } from "../../interfaces/IFileItem"; import { IFile } from "../../interfaces/IFile"; export declare class FileUploadService { private baseService; private $q; static $inject: string[]; constructor(baseService: BaseService, $q: ng.IQServi...
/content/code_sandbox/samples/angular-ngofficeuifabric-file-upload/lib/webparts/angularFileUpload/app/services/fileUploadSvc.d.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
132
```xml import * as React from 'react'; import ReactMapboxGl, { Marker } from '../../../'; import styled from 'styled-components'; import Dropdown from '../dropdown'; // tslint:disable-next-line:no-var-requires const { token, styles } = require('./config.json'); const geocodingUrl = 'path_to_url // tslint:disable-next-...
/content/code_sandbox/example/src/demos/htmlFeatures.tsx
xml
2016-04-16T08:23:57
2024-08-08T07:47:19
react-mapbox-gl
alex3165/react-mapbox-gl
1,907
743
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <ItemGroup> <Filter Include="Source Files"> <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> </Filter> <F...
/content/code_sandbox/ChineseCodingInterviewAppendix-master/ArrayConstruction/ArrayConstruction.vcxproj.filters
xml
2016-04-08T08:38:19
2024-08-16T11:26:26
CodingInterviews
gatieme/CodingInterviews
4,823
307
```xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="path_to_url"> <rotate android:fromDegrees="0" android:toDegrees="360" android:pivotX="50%" android:pivotY="50%" android:duration="600" android:repeatMode="restart" android:repeatCount="infinite" ...
/content/code_sandbox/Android/Animations/app/src/main/res/anim/rotate.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
100
```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>CFBundleDisplayName</key> <string>TangramKitDemo</string> <key>CFBundleExecutable</key> <string>$(EXECUTABLE_...
/content/code_sandbox/TangramKitDemo/Info.plist
xml
2016-10-27T07:21:02
2024-08-09T08:57:35
TangramKit
youngsoft/TangramKit
1,203
480
```xml import { Localized } from "@fluent/react/compat"; import cn from "classnames"; import { FORM_ERROR } from "final-form"; import React, { FunctionComponent, useCallback, useState } from "react"; import { Field, Form, FormSpy } from "react-final-form"; import { graphql } from "react-relay"; import { InvalidRequest...
/content/code_sandbox/client/src/core/client/stream/tabs/Profile/Preferences/EmailNotificationSettingsContainer.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
1,754
```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 /** * Tests if a value is an Int32Array. * * @param value - value to test * @returns b...
/content/code_sandbox/lib/node_modules/@stdlib/assert/is-int32array/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
172
```xml import { mergeClasses } from '@expo/styleguide'; import { useState, type InputHTMLAttributes } from 'react'; import { CAPTION } from '../Text'; type Props = { characterLimit?: number; } & InputHTMLAttributes<HTMLTextAreaElement>; export function Textarea({ characterLimit, className, onChange, ...rest }: Pro...
/content/code_sandbox/docs/ui/components/Form/Textarea.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
253
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="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="path...
/content/code_sandbox/modules/flowable-spring/src/test/resources/org/flowable/spring/test/components/SpringJobExecutorRollBack.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
1,017
```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>whatsmars-dubbo</artifactId> <groupId>org.hongxi</groupId> <version>2021.4.1</version> </parent> <mo...
/content/code_sandbox/whatsmars-dubbo/whatsmars-dubbo-provider-annotation/pom.xml
xml
2016-04-01T10:33:04
2024-08-14T23:44:08
whatsmars
javahongxi/whatsmars
1,952
704
```xml /** * @file Cache Redis service * @module processor/cache/redis.config * @author Surmon <path_to_url */ // path_to_url // path_to_url // path_to_url import _throttle from 'lodash/throttle' import { createClient, RedisClientType } from 'redis' import { Injectable } from '@nestjs/common' import { EmailServic...
/content/code_sandbox/src/processors/cache/redis.service.ts
xml
2016-02-13T08:16:02
2024-08-12T08:34:20
nodepress
surmon-china/nodepress
1,421
675
```xml import * as React from 'react'; import { Customizations } from './Customizations'; import { CustomizerContext } from './CustomizerContext'; import { mergeCustomizations } from './mergeCustomizations'; import type { ICustomizerContext } from './CustomizerContext'; import type { ICustomizerProps } from './Customiz...
/content/code_sandbox/packages/utilities/src/customizations/Customizer.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
420
```xml import { addAttributeOptions } from '../model/column/attribute-service'; /** * Checks for lowercase */ export function IsLowercase(target: any, propertyName: string): void { addAttributeOptions(target, propertyName, { validate: { isLowercase: true, }, }); } ```
/content/code_sandbox/src/validation/is-lowercase.ts
xml
2016-01-27T11:25:52
2024-08-13T16:56:45
sequelize-typescript
sequelize/sequelize-typescript
2,768
62
```xml import { extremaBy } from './_extremaby.js'; import { ExtremaOptions } from './extremaoptions.js'; import { equalityComparerAsync } from '../util/comparer.js'; /** * Returns the elements in an async-enumerable sequence with the minimum key value. * * @template TSource The type of the elements in the source s...
/content/code_sandbox/src/asynciterable/minby.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
264
```xml import * as React from 'react'; import { withStyles, WithStyles } from '@material-ui/core/styles'; import styles from './appView.styles'; import { Header } from '../components'; interface Props extends WithStyles<typeof styles> { } const AppViewInner: React.StatelessComponent<Props> = (props) => ( <div class...
/content/code_sandbox/old_class_components_samples/19 LoginForm/src/layout/appView.component.tsx
xml
2016-02-28T11:58:58
2024-07-21T08:53:34
react-typescript-samples
Lemoncode/react-typescript-samples
1,846
101
```xml import * as React from 'react'; import cx from 'classnames'; import { createSvgIcon } from '../utils/createSvgIcon'; import { iconClassNames } from '../utils/iconClassNames'; export const PersonIcon = createSvgIcon({ svg: ({ classes }) => ( <svg role="presentation" focusable="false" viewBox="2 2 16 16" cl...
/content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/PersonIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
828
```xml <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="path_to_url" xmlns:tx="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url path_to_url path_to_url"> <bean class="org.springframework.beans.factory.config.PropertyPlaceh...
/content/code_sandbox/modules/flowable5-spring-test/src/test/resources/org/activiti/spring/test/engine/springProcessEngine-context.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
553
```xml import { type MutableRefObject, useMemo, useRef } from 'react'; import type { inviteAddressesValidateFailure, inviteAddressesValidateSuccess } from '@proton/pass/store/actions'; import { inviteAddressesValidateIntent } from '@proton/pass/store/actions'; import { type Awaiter, awaiter } from '@proton/pass/utils/...
/content/code_sandbox/packages/pass/hooks/useValidateInviteAddress.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
394
```xml import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { WordcloudDemoComponent } from './wordcloud-demo.component'; const routes: Routes = [ { path: '', component: WordcloudDemoComponent, }, ]; @NgModule({ imports: [RouterModule.forChild(routes)...
/content/code_sandbox/apps/docs-app/src/app/content/echarts/echarts-demos/wordcloud/demos/wordcloud-demo-routing.module.ts
xml
2016-07-11T23:30:52
2024-08-15T15:20:45
covalent
Teradata/covalent
2,228
82
```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/10263.xml
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,128
```xml import { CellContext } from '@tanstack/react-table'; import { AlertTriangle, ArrowRight } from 'lucide-react'; import { Icon } from '@@/Icon'; import { Badge } from '@@/Badge'; import { Ingress, TLS } from '../../types'; import { columnHelper } from './helper'; export const ingressRules = columnHelper.access...
/content/code_sandbox/app/react/kubernetes/ingresses/IngressDatatable/columns/ingressRules.tsx
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
537
```xml #!/usr/bin/env node /* * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT...
/content/code_sandbox/sdks/typescript/src/apache_beam/worker/worker_main.ts
xml
2016-02-02T08:00:06
2024-08-16T18:58:11
beam
apache/beam
7,730
407
```xml import * as React from 'react'; import { IDocPageProps } from '@fluentui/react/lib/common/DocPage.types'; import { TimePickerBasicExample } from './TimePicker.Basic.Example'; import { TimePickerControlledExample } from './TimePicker.Controlled.Example'; import { TimePickerCustomTimeStringsExample } from './Tim...
/content/code_sandbox/packages/react-examples/src/react/TimePicker/TimePicker.doc.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
620
```xml import { differenceInDays, format, fromUnixTime } from 'date-fns'; import { c, msgid } from 'ttag'; import { Href } from '@proton/atoms/Href'; import { BRAND_NAME } from '@proton/shared/lib/constants'; import { getKnowledgeBaseUrl } from '@proton/shared/lib/helpers/url'; import type { SubscriptionModel } from '...
/content/code_sandbox/packages/components/containers/payments/subscription/cancellationFlow/config/b2cCommonConfig.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,598
```xml import React, { CSSProperties, TouchEvent, MouseEvent, Touch, RefObject } from 'react'; import { WebSocketSession } from '@xoutput/client'; import { AbstractInputFlow, UIInputEvent } from '../../events/base'; import { CommonProps } from './common'; import { ButtonFlow } from './button'; export class SliderFlow ...
/content/code_sandbox/@xoutput/webapp/src/ui/emulation/slider.tsx
xml
2016-11-22T21:13:16
2024-08-16T10:35:33
XOutput
csutorasa/XOutput
1,103
879
```xml import { IterableX } from '../../iterable/iterablex.js'; import { ConcatIterable } from '../../iterable/concat.js'; /** * @ignore */ export function concatProto<T>(this: IterableX<T>): IterableX<T>; /** * @ignore */ export function concatProto<T, T2>(this: IterableX<T>, v2: Iterable<T2>): IterableX<T | T2>;...
/content/code_sandbox/src/add/iterable-operators/concat.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
456
```xml import * as React from 'react'; import { Label, Pivot, PivotItem } from '@fluentui/react'; export const PivotLargeExample = () => ( <div> <Pivot aria-label="Large Link Size Pivot Example" linkSize="large"> <PivotItem headerText="My Files"> <Label>Pivot #1</Label> </PivotItem> <Pi...
/content/code_sandbox/packages/react-examples/src/react/Pivot/Pivot.Large.Example.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
147
```xml import getPort from 'get-port'; import nock from 'nock'; import path from 'path'; import { generateRemotePackageMetadata } from '@verdaccio/test-helper'; import { Registry, ServerQuery } from '../src/server'; const configFile = path.join(__dirname, './config.yaml'); describe('server query', () => { test('s...
/content/code_sandbox/packages/verdaccio/test/server-query-spec.ts
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
519
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {render, screen, waitFor, within} from 'modules/testing-library'; import {CustomFiltersModal} from './index'; import {QueryClientProvider} from...
/content/code_sandbox/tasklist/client/src/Tasks/CollapsiblePanel/CustomFiltersModal/index.test.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
3,593
```xml import React from 'react'; type StorybookLogoProps = { alt: string; } & React.SVGAttributes<SVGSVGElement>; export const StorybookLogo = ({ alt, ...props }: StorybookLogoProps) => ( <svg width="200px" height="40px" viewBox="0 0 200 40" {...props} role="img"> {alt ? <title>{alt}</title> : null} <def...
/content/code_sandbox/code/core/src/components/brand/StorybookLogo.tsx
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
2,748
```xml <?xml version="1.0" encoding="utf-8"?> <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" original="src/constants/localizedConstants" source-language="en" tar...
/content/code_sandbox/localization/xliff/deu/constants/localizedConstants.deu.xlf
xml
2016-06-26T04:38:04
2024-08-16T20:04:12
vscode-mssql
microsoft/vscode-mssql
1,523
13,108
```xml import { createColumnHelper } from '@tanstack/react-table'; import { Service } from '../../../types'; export const columnHelper = createColumnHelper<Service>(); ```
/content/code_sandbox/app/react/kubernetes/services/ServicesView/ServicesDatatable/columns/helper.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
32
```xml import { CommonModule } from "@angular/common"; import { Component } from "@angular/core"; import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service"; import { NavigationModule } from "@bitwarden/components"; @Component({ selector: "app-toggle-width", template: `<...
/content/code_sandbox/apps/web/src/app/layouts/toggle-width.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
204
```xml export * from './components/Tab/index'; ```
/content/code_sandbox/packages/react-components/react-tabs/library/src/Tab.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
10
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {MemoryRouter, Route, Routes} from 'react-router-dom'; import { render, waitForElementToBeRemoved, screen, } from 'modules/testing-librar...
/content/code_sandbox/operate/client/src/App/Dashboard/MetricPanel/index.test.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
1,070
```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="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z"/> </vec...
/content/code_sandbox/app/src/main/res/drawable-night/ic_sort_24dp.xml
xml
2016-02-01T23:48:36
2024-08-15T03:35:42
TagMo
HiddenRamblings/TagMo
2,976
119
```xml <ReadResponse xmlns="path_to_url"> <ResponseHeader> <Timestamp>2024-05-03T13:00:39.3472074Z</Timestamp> <RequestHandle>42</RequestHandle> <ServiceResult> <Code>0</Code> </ServiceResult> <ServiceDiagnostics> <SymbolicId>-1</SymbolicId> <NamespaceUri>-1</NamespaceUri> ...
/content/code_sandbox/Fuzzing/Encoders/Fuzz/Testcases.Xml/readresponse.xml
xml
2016-02-12T14:57:06
2024-08-13T10:24:27
UA-.NETStandard
OPCFoundation/UA-.NETStandard
1,910
1,112
```xml import { readFile } from 'node:fs/promises'; export async function readTemplate(filename: string) { return readFile(filename, { encoding: 'utf8', }); } ```
/content/code_sandbox/code/core/src/common/utils/readTemplate.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
39
```xml <resources> <string name="app_name">Kotlin DSL Android Studio Sample</string> </resources> ```
/content/code_sandbox/samples/hello-android/app/src/main/res/values/strings.xml
xml
2016-04-27T22:16:07
2024-08-15T06:01:37
kotlin-dsl-samples
gradle/kotlin-dsl-samples
3,709
24
```xml import * as React from 'react'; import type { RegisterPortalFn } from './types'; const PortalCompatContext = React.createContext<RegisterPortalFn | undefined>( undefined, ) as React.Context<RegisterPortalFn>; const portalCompatContextDefaultValue = () => () => undefined; export const PortalCompatContextProv...
/content/code_sandbox/packages/react-components/react-portal-compat-context/src/PortalCompatContext.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
95
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions id="definition" xmlns="path_to_url" xmlns:flowable="path_to_url" targetNamespace="Examples"> <process id="parallelMultiInstanceSubProcess"> <startEvent id="theStart"/> <sequenceFlow id="flow1" sourceR...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/api/runtime/migration/parallel-multi-instance-callactivity-local-variable.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
234
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import type {ReactProps} from './utils'; import type {ReactNode} from 'react'; import * as stylex from '@stylexjs/stylex'; const styles = stylex.create({ badge: { disp...
/content/code_sandbox/addons/components/Badge.tsx
xml
2016-05-05T16:53:47
2024-08-16T19:12:02
sapling
facebook/sapling
5,987
274
```xml import _ from 'lodash'; import { describe, expect, test } from 'vitest'; import { parseConfigFile } from '../src'; import { PACKAGE_ACCESS, normalisePackageAccess, normalizeUserList } from '../src/package-access'; import { parseConfigurationFile } from './utils'; describe('Package access utilities', () => { ...
/content/code_sandbox/packages/config/test/package-access.spec.ts
xml
2016-04-15T16:21:12
2024-08-16T09:38:01
verdaccio
verdaccio/verdaccio
16,189
1,237
```xml import { Component } from '@angular/core'; @Component({ selector: 'style-doc', template: ` <app-docsectiontext> <p>Following is the list of structural style classes, for theming classes visit <a href="#" [routerLink]="['/theming']">theming</a> page.</p> </app-docsectiontext> ...
/content/code_sandbox/src/app/showcase/doc/splitter/styledoc.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
360
```xml import * as _ from 'lodash'; import * as React from 'react'; import { ComponentPerfStats, Telemetry } from '@fluentui/react-bindings'; export type TelemetryDataItem = ComponentPerfStats & { componentName: string; msAvg: number; msStylesTotal: number; }; export type TelemetryDataTotals = Omit<TelemetryDat...
/content/code_sandbox/packages/fluentui/react-telemetry/src/useTelemetryData.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
568
```xml <?xml version="1.0"?> <opencv_storage> <!-- Automatically converted from haarcascade2, window size = 64x16 --> <haarcascade_pltzzz64x16_16STG type_id="opencv-haar-classifier"> <size> 64 16</size> <stages> <_> <!-- stage 0 --> <trees> <_> <!-- tree 0 --> <_> ...
/content/code_sandbox/OpenCVLibrary320/src/main/res/raw/haarcascade_licence_plate_rus_16stages.xml
xml
2016-09-09T07:50:18
2024-08-05T09:03:43
OpenCVForAndroid
kongqw/OpenCVForAndroid
2,046
13,882
```xml import { JSONValue } from '@expo/json-file'; export type URLScheme = { CFBundleURLName?: string; CFBundleURLSchemes: string[]; }; export type InterfaceOrientation = | 'UIInterfaceOrientationPortrait' | 'UIInterfaceOrientationPortraitUpsideDown' | 'UIInterfaceOrientationLandscapeLeft' | 'UIInterface...
/content/code_sandbox/packages/@expo/config-plugins/src/ios/IosConfig.types.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
399
```xml <?xml version="1.0" encoding="utf-8"?> <animated-selector xmlns:android="path_to_url"> <item android:id="@+id/checked" android:drawable="@drawable/ic_module_filled_md2" android:state_checked="true" /> <item android:id="@+id/unchecked" android:drawable="@drawable/...
/content/code_sandbox/app/apk/src/main/res/drawable/ic_module_md2.xml
xml
2016-09-08T12:42:53
2024-08-16T19:41:25
Magisk
topjohnwu/Magisk
46,424
170
```xml import { TNodeShape, TNodeType } from '@native-html/transient-render-engine'; export default function mergeCollapsedMargins<T extends TNodeType>( collapsedMarginTop: number | null | undefined, nativeStyle: ReturnType<TNodeShape<T>['getNativeStyles']> ): ReturnType<TNodeShape<T>['getNativeStyles']> { if (t...
/content/code_sandbox/packages/render-html/src/helpers/mergeCollapsedMargins.ts
xml
2016-11-29T10:50:53
2024-08-08T06:53:22
react-native-render-html
meliorence/react-native-render-html
3,445
107
```xml export interface IRecentlyAddedMovies { id: number; title: string; overview: string; imdbId: string; theMovieDbId: string; releaseYear: string; addedAt: Date; quality: string; // For UI only posterPath: string; } export interface IRecentlyAddedTvShows extends IRecentlyAd...
/content/code_sandbox/src/Ombi/ClientApp/src/app/interfaces/IRecentlyAdded.ts
xml
2016-02-25T12:14:54
2024-08-14T22:56:44
Ombi
Ombi-app/Ombi
3,674
137
```xml import { ICON_SIZES, DEFAULT_BASE_URL } from './initializeFileTypeIcons'; import { DEFAULT_ICON_SIZE } from './getFileTypeIconProps'; import type { FileTypeIconSize } from './getFileTypeIconProps'; import { getFileTypeIconAsUrl } from './getFileTypeIconAsUrl'; // Currently this test file only covers the default...
/content/code_sandbox/packages/react-file-type-icons/src/getFileTypeIconAsUrl.test.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
839
```xml <?xml version="1.0" ?> <concept name="BasicPrimitiveTransform" category="utility"> <!-- Distributed under the Boost file LICENSE_1_0.txt or copy at path_to_url --> <param name="Fn" role="basic-primitive-transform-type" /> <param name="Expr" role="expression-type" /> <param name="State" role="state...
/content/code_sandbox/deps/boost_1_66_0/libs/proto/doc/reference/concepts/BasicPrimitiveTransform.xml
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
604
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13771" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> <deployment identifier="macosx"/> <plugIn identifier="com.apple.Interf...
/content/code_sandbox/SimSim/Base.lproj/MainMenu.xib
xml
2016-04-19T12:52:03
2024-08-15T02:31:44
simsim
dsmelov/simsim
1,466
262
```xml import { readFile } from 'node:fs/promises'; import type { EnrichCsfOptions } from 'storybook/internal/csf-tools'; import { enrichCsf, formatCsf, loadCsf } from 'storybook/internal/csf-tools'; interface LoaderContext { async: () => (err: Error | null, result?: string, map?: any) => void; getOptions: () => ...
/content/code_sandbox/code/lib/csf-plugin/src/webpack-loader.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
368
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|Win32"> <Configuration>debug</Configuration> <Platform>Win32</Platform> </ProjectConfiguration> ...
/content/code_sandbox/deps/boost_1_66_0/libs/qvm/bld/test/mul_eq_vs_test.vcxproj
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
2,469
```xml import Button from '@erxes/ui/src/components/Button'; import Icon from '@erxes/ui/src/components/Icon'; import { TabTitle, Tabs } from '@erxes/ui/src/components/tabs/index'; import { __ } from '@erxes/ui/src/utils/core'; import React, { useState } from 'react'; import styled from 'styled-components'; import styl...
/content/code_sandbox/packages/plugin-facebook-ui/src/automations/components/action/Cards.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
901
```xml import { Queue } from "bull"; import { Second } from "@shared/utils/time"; import Logger from "@server/logging/Logger"; /* eslint-disable @typescript-eslint/no-misused-promises */ export default class HealthMonitor { /** * Starts a health monitor for the given queue. If the queue stops processing jobs then...
/content/code_sandbox/server/queues/HealthMonitor.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
243
```xml import { LayoutModule } from '@angular/cdk/layout'; import { NgModule } from '@angular/core'; import { MatButtonModule } from '@angular/material/button'; import { MatIconModule } from '@angular/material/icon'; import { MatListModule } from '@angular/material/list'; import { MatSidenavModule } from '@angular/mate...
/content/code_sandbox/novidades-v9/src/app/app.module.ts
xml
2016-07-02T18:58:48
2024-08-15T23:36:46
curso-angular
loiane/curso-angular
1,910
191
```xml import { bind } from 'decko'; import * as React from 'react'; import { removeProtocols } from 'shared/utils/formatters/urlFormatter'; import Button from '../Button/Button'; import ClickOutsideListener from '../ClickOutsideListener/ClickOutsideListener'; import CopyButton from '../CopyButton/CopyButton'; import ...
/content/code_sandbox/webapp/client/src/shared/view/elements/ShareLink/ShareLink.tsx
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
492
```xml import { useEffect } from 'react'; import usePrevious from '@proton/hooks/usePrevious'; import isDeepEqual from '@proton/shared/lib/helpers/isDeepEqual'; export const useItemEffect = <T>(effect: (item: T) => void | (() => void), items: T[], otherDeps?: any[]) => { const previous = usePrevious(items); ...
/content/code_sandbox/applications/wallet/src/app/hooks/useItemEffect.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
189
```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/components/TitleBar/index.tsx
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
95
```xml import Link from 'next/link' /** Add your relevant code here for the issue to reproduce */ export default function Home() { return ( <div> <h1>Subpage linking issue reproduction</h1> <p>Reproducing:</p> <ol> <li>Press the "Go to blog" link</li> <li>Press the "Go to post" ...
/content/code_sandbox/test/e2e/app-dir/router-stuck-dynamic-static-segment/app/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
308
```xml import Backbone from 'backbone'; import Component from '../../../../src/dom_components/model/Component'; import ComponentImage from '../../../../src/dom_components/model/ComponentImage'; import ComponentText from '../../../../src/dom_components/model/ComponentText'; import ComponentTextNode from '../../../../src...
/content/code_sandbox/test/specs/dom_components/model/Component.ts
xml
2016-01-22T00:23:19
2024-08-16T11:20:59
grapesjs
GrapesJS/grapesjs
21,687
5,827
```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/assets/AssetMapper.test.ts
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
350
```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 acotd = require( './index' ); // TESTS // // The function returns a number... { acotd( 3 ); // $ExpectT...
/content/code_sandbox/lib/node_modules/@stdlib/math/base/special/acotd/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
229
```xml import { Drone } from "../Drone" import { getCISourceForEnv } from "../../get_ci_source" const correctEnv = { DRONE: "true", DRONE_PULL_REQUEST: "800", DRONE_REPO: "artsy/eigen", } describe("being found when looking for CI", () => { it("finds Drone with the right ENV", () => { const ci = getCISourc...
/content/code_sandbox/source/ci_source/providers/_tests/_drone.test.ts
xml
2016-08-20T12:57:06
2024-08-13T14:00:02
danger-js
danger/danger-js
5,229
529
```xml import Sidebar from "./_components/sidebar"; import styles from "./layout.module.css"; export const metadata = { title: "Layouts Example", }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return ( <html lang="en"> <body> <main className=...
/content/code_sandbox/examples/layout-component/app/layout.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
97
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="14113" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> <dependencies> <deployment identifier="macosx"/> ...
/content/code_sandbox/syncthing/UI/STPreferencesWindow/STPreferencesAdvancedViewController.xib
xml
2016-06-12T19:22:10
2024-08-16T12:20:17
syncthing-macos
syncthing/syncthing-macos
2,651
948