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 range from 'lodash/range' import random from 'lodash/random' import shuffle from 'lodash/shuffle' import { timeDays } from 'd3-time' import { timeFormat } from 'd3-time-format' import * as color from './color' import * as sets from './sets' export { sets } export const randColor = color.randColor export...
/content/code_sandbox/packages/generators/src/index.ts
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
1,782
```xml var logger: { log(val: any, val2: any), error(val: any) }; ```
/content/code_sandbox/tests/format/typescript/conformance/types/methodSignature/methodSignature.ts
xml
2016-11-29T17:13:37
2024-08-16T17:29:57
prettier
prettier/prettier
48,913
23
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {Column, Grid, Link} from '@carbon/react'; import CheckImage from 'modules/images/orange-check-mark.svg'; import {getStateLocally} from 'module...
/content/code_sandbox/tasklist/client/src/Tasks/EmptyPage/index.tsx
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
777
```xml import { Directive, EventEmitter, Input, Output } from '@angular/core'; @Directive() export abstract class BaseDirective { @Input() testPropertyInBase = false; @Output() testEventInBase = new EventEmitter<void>(); } ```
/content/code_sandbox/test/fixtures/todomvc-ng2/src/app/shared/directives/base.directive.ts
xml
2016-10-17T07:09:28
2024-08-14T16:30:10
compodoc
compodoc/compodoc
3,980
50
```xml import { GridsterItemComponentInterface } from './gridsterItem.interface'; import { GridsterComponentInterface } from './gridster.interface'; export class GridsterSwap { private swapedItem: GridsterItemComponentInterface | undefined; private gridsterItem: GridsterItemComponentInterface; private gridster: ...
/content/code_sandbox/projects/angular-gridster2/src/lib/gridsterSwap.service.ts
xml
2016-01-13T10:43:19
2024-08-14T12:20:18
angular-gridster2
tiberiuzuld/angular-gridster2
1,267
915
```xml import * as React from 'react'; import * as ReactDom from 'react-dom'; import { Version } from '@microsoft/sp-core-library'; import { BaseClientSideWebPart, IPropertyPaneConfiguration, PropertyPaneTextField } from '@microsoft/sp-webpart-base'; import * as strings from 'SiteProvisioningManagerWebPartString...
/content/code_sandbox/samples/react-site-provisioning-manager/webpart/src/webparts/siteProvisioningManager/SiteProvisioningManagerWebPart.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
543
```xml import * as routerUtils from "@erxes/ui/src/utils/router"; import { BarItems, HeaderContent } from "@erxes/ui/src/layout/styles"; import React, { useState } from "react"; import { CustomRangeContainer } from "@erxes/ui-forms/src/forms/styles"; import DataWithLoader from "@erxes/ui/src/components/DataWithLoader...
/content/code_sandbox/packages/plugin-golomtbank-ui/src/corporateGateway/transactions/components/List.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,016
```xml // Utilities import { computed } from 'vue' import { deepEqual, getPropertyFromItem, omit, propsFactory } from '@/util' // Types import type { PropType } from 'vue' import type { InternalItem } from '@/composables/filter' import type { SelectItemKey } from '@/util' export interface ListItem<T = any> extends In...
/content/code_sandbox/packages/vuetify/src/composables/list-items.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
873
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="n...
/content/code_sandbox/iOSClient/Activity/NCActivity.storyboard
xml
2016-12-01T11:50:14
2024-08-16T18:43:54
ios
nextcloud/ios
1,920
2,085
```xml // This is Fluent-style icon import * as React from 'react'; import cx from 'classnames'; import { createSvgIcon } from '../utils/createSvgIcon'; import { iconClassNames } from '../utils/iconClassNames'; export const ImageLibraryIcon = createSvgIcon({ svg: ({ classes }) => ( <svg role="presentation" focus...
/content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/ImageLibraryIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,620
```xml import Constants, { ExecutionEnvironment } from 'expo-constants'; import * as Linking from 'expo-linking'; import { Platform } from 'expo-modules-core'; export class SessionUrlProvider { private static readonly BASE_URL = `path_to_url`; private static readonly SESSION_PATH = 'expo-auth-session'; getDefau...
/content/code_sandbox/packages/expo-auth-session/src/SessionUrlProvider.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,103
```xml import { Component, OnInit } from "@angular/core"; import { OrganizationService } from "@bitwarden/common/admin-console/abstractions/organization/organization.service.abstraction"; import { Organization } from "@bitwarden/common/admin-console/models/domain/organization"; import { NoItemsModule, SearchModule } f...
/content/code_sandbox/apps/web/src/app/secrets-manager/secrets-manager-landing/sm-landing.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
844
```xml import type { CacheNode } from '../../../shared/lib/app-router-context.shared-runtime' import type { FlightSegmentPath } from '../../../server/app-render/types' import { createRouterCacheKey } from './create-router-cache-key' /** * Fill cache up to the end of the flightSegmentPath, invalidating anything below ...
/content/code_sandbox/packages/next/src/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
512
```xml import * as React from 'react'; import type { IStyle, ITheme } from '../../Styling'; import type { IPositioningContainerProps } from './PositioningContainer/PositioningContainer.types'; import type { IRefObject, IStyleFunctionOrObject } from '../../Utilities'; import type { ITeachingBubble } from '../../Teaching...
/content/code_sandbox/packages/react/src/components/Coachmark/Coachmark.types.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,859
```xml <?xml version="1.0" encoding="utf-8"?> Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <!-- The toolbar containing the URL bar, back button, and NTP button. --> <merge xmlns:android="path_to_url" xmlns:chrome="path_to_url"> <org.chromium.c...
/content/code_sandbox/libraries_res/chrome_res/src/main/res/layout/toolbar_phone_common.xml
xml
2016-07-04T07:28:36
2024-08-15T05:20:42
AndroidChromium
JackyAndroid/AndroidChromium
3,090
642
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const CityNext2Icon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M512 1024H384V768h128v256zm256 0H640V768h128v256zm256...
/content/code_sandbox/packages/react-icons-mdl2/src/components/CityNext2Icon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
309
```xml /* eslint-disable @typescript-eslint/no-non-null-asserted-optional-chain */ import { print } from 'graphql'; import { makeExecutableSchema } from '@graphql-tools/schema'; import { parseSelectionSet } from '@graphql-tools/utils'; import { stitchingDirectives } from '../src/index.js'; describe('type merging direc...
/content/code_sandbox/packages/stitching-directives/tests/stitchingDirectivesTransformer.test.ts
xml
2016-03-22T00:14:38
2024-08-16T02:02:06
graphql-tools
ardatan/graphql-tools
5,331
4,875
```xml import { useCallback } from "react" import { cartAtom } from "@/store/cart.store" import { paymentTypesAtom } from "@/store/config.store" import { cashAmountAtom, mobileAmountAtom, orderTotalAmountAtom, paidAmountsAtom, } from "@/store/order.store" import { useAtomValue } from "jotai" import { cn, forma...
/content/code_sandbox/pos/app/reciept/components/Amount.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
453
```xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="path_to_url" xmlns:app="path_to_url"> <item android:id="@+id/action_like" android:icon="@drawable/selector_toolbar_like" android:title="@string/action_like" app:showAsAction="ifRoom" /> <item android...
/content/code_sandbox/app/src/main/res/menu/girl_menu.xml
xml
2016-08-07T14:56:56
2024-08-13T01:11:07
GeekNews
codeestX/GeekNews
3,498
166
```xml import type { PDFDocumentProxy } from 'pdfjs-dist'; export default { _pdfInfo: { fingerprint: 'a62067476e69734bb8eb60122615dfbf', numPages: 4, }, getDestination: () => new Promise((_resolve, reject) => reject(new Error())), getOutline: () => new Promise((_resolve, reject) => reject(new Error()))...
/content/code_sandbox/__mocks__/_failing_pdf.ts
xml
2016-08-01T13:46:02
2024-08-16T16:54:44
react-pdf
wojtekmaj/react-pdf
9,159
120
```xml import '@testing-library/jest-dom/extend-expect'; ```
/content/code_sandbox/scripts/setupMatchers.ts
xml
2016-05-10T13:08:50
2024-08-13T11:27:18
uniforms
vazco/uniforms
1,934
13
```xml import clsx from 'clsx'; export type BadgeVariant = | 'danger' | 'info' | 'primary' | 'success' | 'warning'; type Props = Readonly<{ endAddOn?: React.ComponentType<React.ComponentProps<'svg'>>; label: string; startAddOn?: React.ComponentType<React.ComponentProps<'svg'>>; variant: BadgeVariant...
/content/code_sandbox/apps/portal/src/ui/Badge/Badge.tsx
xml
2016-07-05T05:00:48
2024-08-16T19:01:19
tech-interview-handbook
yangshun/tech-interview-handbook
115,302
410
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <string name="about_android">%1$s-Android-sovellus</string> <string name="about_title">Tietoja</string> <string name="about_version">versio %1$s</string> <string name="about_version_with_build">versio %1$s, koontiversio #%2$s</string> <stri...
/content/code_sandbox/app/src/main/res/values-fi-rFI/strings.xml
xml
2016-06-06T21:23:36
2024-08-16T18:22:36
android
nextcloud/android
4,122
22,105
```xml import React from 'react' import Layout from '../components/Layout' import { Seo } from '../components/Seo' import { DescriptionBlock } from '../components/styled' const NotFoundPage = () => ( <Layout> <Seo title="404: Not found" /> <div className="guide__header"> <h1>Not Found</...
/content/code_sandbox/website/src/pages/404.tsx
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
124
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="path_to_...
/content/code_sandbox/testing/java/com/google/android/material/testapp/res/layout/design_appbar_dodge_left.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
337
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <IsPackable>false</IsPackable> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.Extensions.Configuration" V...
/content/code_sandbox/dotnetv3/S3/scenarios/TransferUtilityBasics/TransferUtilityBasicsTests/TransferUtilityBasicsTests.csproj
xml
2016-08-18T19:06:57
2024-08-16T18:59:44
aws-doc-sdk-examples
awsdocs/aws-doc-sdk-examples
9,298
650
```xml import { useHandler } from '@proton/components'; import { conversationCountsActions, messageCountsActions, selectConversationCounts, selectMessageCounts, } from '@proton/mail'; import type { LabelCount } from '@proton/shared/lib/interfaces/Label'; import isTruthy from '@proton/utils/isTruthy'; i...
/content/code_sandbox/applications/mail/src/app/hooks/optimistic/useOptimisticDelete.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
1,124
```xml /** * @license * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at path_to_url */ import {WorkspacePath} from '../../update-tool/file-system'; import {ResolvedResource} from '../../update-tool/component-resource-collector'; import {Migration} from '../...
/content/code_sandbox/src/cdk/schematics/ng-update/migrations/output-names.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
418
```xml import * as pulumi from '@pulumi/pulumi' class CustomResource extends pulumi.dynamic.Resource { constructor (name: string, opts?: pulumi.ResourceOptions) { super(new DummyResourceProvider(), name, {}, opts, "custom-provider", "CustomResource") } } class DummyResourceProvider implements pulumi.dynamic....
/content/code_sandbox/tests/integration/dynamic/nodejs-pulumi-config/index.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
131
```xml import { isEnabled } from "@erxes/ui/src/utils/core"; export const commonMutationVariables = ` $parentId: String, $proccessId: String, $aboveItemId: String, $stageId: String, $startDate: Date, $closeDate: Date, $description: String, $assignedUserIds: [String], $order: Int, $attachments: [Att...
/content/code_sandbox/packages/ui-purchases/src/boards/graphql/mutations.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,766
```xml import { c } from 'ttag'; import clsx from '@proton/utils/clsx'; import noop from '@proton/utils/noop'; import type { MessageState } from '../../../store/messages/messagesTypes'; import RecipientItem from '../../message/recipients/RecipientItem'; import RecipientType from '../../message/recipients/RecipientTyp...
/content/code_sandbox/applications/mail/src/app/components/eo/reply/EOReplyHeader.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
363
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const CheckboxCompositeReversedIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M2048 0v2048H0V0h2048zm-339 685l-90-9...
/content/code_sandbox/packages/react-icons-mdl2/src/components/CheckboxCompositeReversedIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
148
```xml /// <reference types="./types/global" /> /// <reference types="./types/react-native-web" /> /// <reference types="./types/metro-require" /> ```
/content/code_sandbox/packages/expo-router/index.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
33
```xml import { IntegrationLogger } from '@botpress/sdk/dist/integration/logger' import Stripe from 'stripe' import { Client } from '.botpress' import { Events } from '.botpress/implementation/events' export const fireChargeFailed = async ({ stripeEvent, client, logger, }: { stripeEvent: Stripe.ChargeFailedEve...
/content/code_sandbox/integrations/stripe/src/events/charge-failed.ts
xml
2016-11-16T21:57:59
2024-08-16T18:45:35
botpress
botpress/botpress
12,401
217
```xml import { waitForAsync, ComponentFixture, TestBed } from '@angular/core/testing'; import { StorageComponent } from './storage.component'; describe('StorageComponent', () => { let component: StorageComponent; let fixture: ComponentFixture<StorageComponent>; beforeEach(waitForAsync(() => { TestBed.conf...
/content/code_sandbox/samples/modular/src/app/storage/storage.component.spec.ts
xml
2016-01-11T20:47:23
2024-08-14T12:09:31
angularfire
angular/angularfire
7,648
121
```xml /** * @license * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at path_to_url */ import { ComponentHarnessConstructor, ContentContainerComponentHarness, HarnessLoader, HarnessPredicate, } from '@angular/cdk/testing'; import {TabHarnessFilters}...
/content/code_sandbox/src/material/tabs/testing/tab-harness.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
701
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="?attr/colorControlNormal"> <path android:pathData="M12,2C6.47,2 2,6.47 2,12c0,5.53 4.47,10 10,10s10,-4.47 10,-10C22,6.47 17.53,2 12,...
/content/code_sandbox/app/src/main/res/drawable/ic_circle_outline_24dp.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
204
```xml import { ComponentRegistry } from './ComponentRegistry'; import { Store } from './Store'; import { mock, instance, verify, anyFunction } from 'ts-mockito'; import { ComponentWrapper } from './ComponentWrapper'; import { ComponentEventsObserver } from '../events/ComponentEventsObserver'; import { AppRegistryServi...
/content/code_sandbox/lib/src/components/ComponentRegistry.test.tsx
xml
2016-03-11T11:22:54
2024-08-15T09:05:44
react-native-navigation
wix/react-native-navigation
13,021
634
```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="M26....
/content/code_sandbox/packages/core/src/icon/shapes/bluetooth.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
752
```xml import React, {useCallback, useMemo, useState} from 'react' import {connect, ResolveThunks} from 'react-redux' import {withSource} from 'src/CheckSources' import {Source, NotificationAction} from 'src/types' import {UserRole, User, Database} from 'src/types/influxAdmin' import {notify as notifyAction} from 'src/...
/content/code_sandbox/ui/src/admin/containers/influxdb/UsersPage.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
1,657
```xml import glob from 'glob' import http from 'http' import fs from 'fs-extra' import { join } from 'path' import { FileRef, NextInstance, createNext } from 'e2e-utils' import { retry, killApp, findPort, fetchViaHTTP, initNextServerScript, } from 'next-test-utils' describe('fetch-cache', () => { let next...
/content/code_sandbox/test/production/app-dir/fetch-cache/fetch-cache.test.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
1,725
```xml import { WebApplication } from '@/Application/WebApplication' import { NotesController } from '@/Controllers/NotesController/NotesController' import { useRef, useState } from 'react' import RoundIconButton from '../Button/RoundIconButton' import Popover from '../Popover/Popover' import ChangeEditorMultipleMenu f...
/content/code_sandbox/packages/web/src/javascripts/Components/ChangeEditor/ChangeMultipleButton.tsx
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
299
```xml import React from 'react'; import HttpMethodIcon from '../font_icon/http_method_icon'; import ItemWithMenu from '../item_with_menu'; import './style/index.less'; import { Menu, Icon, Badge } from 'antd'; import { confirmDlg } from '../confirm_dialog/index'; import { DtoBaseItem, DtoRecord } from '../../common/in...
/content/code_sandbox/client/src/components/collection_tree/record_item.tsx
xml
2016-09-26T02:47:43
2024-07-24T09:32:20
Hitchhiker
brookshi/Hitchhiker
2,193
1,059
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="debug|x64"> <Configuration>debug</Configuration> <Platform>x64</Platform> </ProjectConfiguration> <ProjectConfigura...
/content/code_sandbox/PxShared/src/compiler/vc12win64/PxTask.vcxproj
xml
2016-10-12T16:34:31
2024-08-16T09:40:38
PhysX-3.4
NVIDIAGameWorks/PhysX-3.4
2,343
3,398
```xml import { ResizeObserver } from '@juggle/resize-observer' import React, { useEffect, useRef, RefObject } from 'react' import { prefixObject } from '../../utils/Styles' import { MultiInspector } from './Inspector' import type { PlaygroundOptions } from './Workspace' const styles = prefixObject({ container: { ...
/content/code_sandbox/src/components/workspace/PlaygroundPreview.tsx
xml
2016-05-05T19:10:17
2024-08-07T06:39:11
javascript-playgrounds
dabbott/javascript-playgrounds
1,391
471
```xml import { TestBed } from '@angular/core/testing'; import { LocaleService } from '~/app/shared/services/locale.service'; describe('LocaleService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: LocaleService = TestBed.inject(LocaleService); ...
/content/code_sandbox/deb/openmediavault/workbench/src/app/shared/services/locale.service.spec.ts
xml
2016-05-03T10:35:34
2024-08-16T08:03:04
openmediavault
openmediavault/openmediavault
4,954
71
```xml <?xml version="1.0" encoding="UTF-8"?> <ContentPage xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="clr-namespace:Xamarin.Forms.Xaml.UnitTests" x:Class="Xamarin.Forms.Xaml.UnitTests.Bz47703"> <ContentPage.Resources> <ResourceDictionary> <local:Bz47703Converter x:Key="converter" /> </Resour...
/content/code_sandbox/Xamarin.Forms.Xaml.UnitTests/Issues/Bz47703.xaml
xml
2016-03-18T15:52:03
2024-08-16T16:25:43
Xamarin.Forms
xamarin/Xamarin.Forms
5,637
138
```xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns:xsi="path_to_url" xmlns="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <artifactId>spring-cloud-function-parent</artifactId> <name>Spring Cloud Function Parent</name> <version>4.2.0-SNAPSHOT</version>...
/content/code_sandbox/pom.xml
xml
2016-09-22T02:34:34
2024-08-16T08:19:07
spring-cloud-function
spring-cloud/spring-cloud-function
1,032
1,815
```xml import { AsyncIterableX } from '../asynciterablex.js'; import { createGrouping } from './_grouping.js'; import { identity } from '../../util/identity.js'; import { OperatorAsyncFunction } from '../../interfaces.js'; import { wrapWithAbort } from './withabort.js'; import { throwIfAborted } from '../../aborterror....
/content/code_sandbox/src/asynciterable/operators/innerjoin.ts
xml
2016-02-22T20:04:19
2024-08-09T18:46:41
IxJS
ReactiveX/IxJS
1,319
891
```xml /** */ import { ConfigAPI, types } from '@babel/core'; export declare function detectDynamicExports(api: ConfigAPI & { types: typeof types; }): babel.PluginObj; ```
/content/code_sandbox/packages/babel-preset-expo/build/detect-dynamic-exports.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
38
```xml <vector xmlns:android="path_to_url" android:height="34.0dp" android:tint="?attr/colorControlNormal" android:viewportHeight="15" android:viewportWidth="15" android:width="34.0dp"> <path android:fillColor="@android:color/white" android:pathData="M4 9.42L4 8.02C3.72 7.94 3.39 7.75 3 7.43C1 5.83 3.84 0.5 4.5 0.5...
/content/code_sandbox/app/src/main/res/drawable/ic_preset_temaki_islet_tree.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
1,590
```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 iterFirst = require( './index' ); /** * Returns an iterator protocol-compliant object. * * @returns iterat...
/content/code_sandbox/lib/node_modules/@stdlib/iter/first/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
322
```xml // See LICENSE.txt for license information. import React, {useCallback, useEffect, useMemo, useState} from 'react'; import {type LayoutChangeEvent, Platform, ScrollView, View} from 'react-native'; import Animated, {useAnimatedStyle, useDerivedValue, useSharedValue, withTiming} from 'react-native-reanimated'; im...
/content/code_sandbox/app/components/selected_users/index.tsx
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
1,763
```xml import RemixLogo from './RemixLogo'; export default RemixLogo; ```
/content/code_sandbox/packages/remix/test/fixtures-vite/02-interactive-remix-routing-v2/app/components/RemixLogo/index.tsx
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
15
```xml import React, { useContext, useEffect, useState } from 'react'; import { useNavigate, Link } from 'react-router-dom'; import { onAuthStateChanged, User } from 'firebase/auth'; import { getCurrentUser, GetCurrentUserResponse, deleteReview, deleteFavoritedMovie, deleteFavoritedActor, } from '@movie/datac...
/content/code_sandbox/dataconnect/app/src/pages/MyProfile.tsx
xml
2016-04-26T17:13:48
2024-08-16T13:54:58
quickstart-js
firebase/quickstart-js
5,069
1,501
```xml /** * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import fs from 'fs'; import path from 'path'; import requireString from 'require-from-string'; import { logMetroError } from './metro/metroErrorInterface'; import { getMetroSe...
/content/code_sandbox/packages/@expo/cli/src/start/server/getStaticRenderFunctions.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,025
```xml import React from 'react' import { Emoji } from 'emoji-mart' import cc from 'classcat' import Flexbox from '../../design/components/atoms/Flexbox' import { IconSize } from '../../design/components/atoms/Icon' import WithDelayedTooltip from '../../design/components/atoms/WithDelayedTooltip' interface EmojiIconPr...
/content/code_sandbox/src/cloud/components/CommentEmoji.tsx
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
367
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES ...
/content/code_sandbox/parser/distsql/statement/pom.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
372
```xml import fs from 'fs-extra'; import os from 'os'; import path from 'path'; import { generateXcodeProjectAsync } from './XcodeGen'; import { ProjectSpec } from './XcodeGen.types'; import { Flavor, Framework, XcodebuildSettings } from './XcodeProject.types'; import { formatXcodeBuildOutput } from '../Formatter'; im...
/content/code_sandbox/tools/src/prebuilds/XcodeProject.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,422
```xml import { Component } from '@angular/core'; @Component({ selector: 'clustering-demo', styleUrls: ['./clustering-demo.component.scss'], templateUrl: './clustering-demo.component.html', }) export class ClusteringDemoComponent {} ```
/content/code_sandbox/apps/docs-app/src/app/content/echarts/echarts-demos/clustering/demos/clustering-demo.component.ts
xml
2016-07-11T23:30:52
2024-08-15T15:20:45
covalent
Teradata/covalent
2,228
48
```xml <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre...
/content/code_sandbox/test/e2e/sql/src/test/resources/cases/dql/dataset/empty_storage_units/mysql/select_mysql_mysql_time_zone_leap_second.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
104
```xml import { Component } from '@angular/core'; @Component({ selector: 'app-root', template: ` <abp-loader-bar></abp-loader-bar> <abp-dynamic-layout></abp-dynamic-layout> <abp-internet-status></abp-internet-status> `, }) export class AppComponent {} ```
/content/code_sandbox/templates/app/angular/src/app/app.component.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
70
```xml import { LitElement } from 'lit'; export type UnpackCustomEvent<T> = T extends CustomEvent<infer U> ? U : never; // eslint-disable-next-line @typescript-eslint/no-unsafe-declaration-merging export class MduiElement<E> extends LitElement { /** * false * @param type * @param options cancelable deta...
/content/code_sandbox/packages/shared/src/base/mdui-element.ts
xml
2016-07-11T17:39:02
2024-08-16T07:12:34
mdui
zdhxiong/mdui
4,077
355
```xml import { Component, OnInit } from '@angular/core'; import { Code } from '@domain/code'; interface City { name: string; code: string; } @Component({ selector: 'filter-doc', template: ` <app-docsectiontext> <p>MultiSelect provides built-in filtering that is enabled by adding t...
/content/code_sandbox/src/app/showcase/doc/multiselect/filterdoc.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
573
```xml import "../utilities/globals/index.js"; export type { Transaction, WatchFragmentOptions, WatchFragmentResult, } from "./core/cache.js"; export { ApolloCache } from "./core/cache.js"; export { Cache } from "./core/types/Cache.js"; export type { DataProxy } from "./core/types/DataProxy.js"; export type { ...
/content/code_sandbox/src/cache/index.ts
xml
2016-02-26T20:25:00
2024-08-16T10:56:57
apollo-client
apollographql/apollo-client
19,304
326
```xml <?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Hans" original="../Resource...
/content/code_sandbox/src/xlf/Resources.zh-Hans.xlf
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
9,107
```xml /* eslint-disable import/first */ export type Global = typeof globalThis & { pnpm__startedAt?: number [REPORTER_INITIALIZED]?: ReporterType // eslint-disable-line @typescript-eslint/no-use-before-define } declare const global: Global if (!global['pnpm__startedAt']) { global['pnpm__startedAt'] = Date.now() ...
/content/code_sandbox/pnpm/src/main.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
3,299
```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. --> <FrameLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:...
/content/code_sandbox/catalog/java/io/material/catalog/transition/res/layout/cat_transition_fade_fragment.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
239
```xml import React from 'react'; import { useTranslation } from 'react-i18next'; import { useDispatch } from 'react-redux'; import { FiltersForm } from './Form'; import { refreshFilteredLogs } from '../../../actions/queryLogs'; import { addSuccessToast } from '../../../actions/toasts'; interface FiltersProps { f...
/content/code_sandbox/client/src/components/Logs/Filters/index.tsx
xml
2016-07-06T10:31:47
2024-08-16T18:17:06
AdGuardHome
AdguardTeam/AdGuardHome
24,082
296
```xml <?xml version="1.0" encoding="UTF-8"?> <cobra document="path_to_url"> <name value="webshell22"/> <language value="php"/> <match mode="regex-only-match"><![CDATA[\s*(assert|eval|system|exec|shell_exec|passthru|popen|proc_open|pcntl_exec|include)\s*\(\s*(file_get_contents\s*\(\s*)?['\"]php://input]]></...
/content/code_sandbox/rules/CVI-360022.xml
xml
2016-04-15T08:41:15
2024-08-16T10:33:17
Cobra
FeeiCN/Cobra
3,133
195
```xml import { extend } from '../../core/util/common'; import Common, { type CommonProjectionType } from './Projection'; import Coordinate from '../Coordinate'; import { BaiduSphere, BaiduSphereType } from '../measurer'; const ProjectionMethods = { EARTHRADIUS: 6370996.81, MCBAND: [12890594.86, 8362377.87, 55...
/content/code_sandbox/src/geo/projection/Projection.Baidu.ts
xml
2016-02-03T02:41:32
2024-08-15T16:51:49
maptalks.js
maptalks/maptalks.js
4,272
2,289
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" xmlns="path_to_url" ToolsVersion="4.0"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGrou...
/content/code_sandbox/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/ClangFormat.csproj
xml
2016-08-30T18:18:25
2024-08-16T17:21:09
src
openbsd/src
3,139
3,649
```xml import type { Maybe } from '@proton/pass/types'; export const safeCall = <T extends (...args: any[]) => any>(fn?: T) => (...args: Parameters<T>): Maybe<ReturnType<T>> => { try { return fn?.(...args); } catch (_) {} }; ```
/content/code_sandbox/packages/pass/utils/fp/safe-call.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
66
```xml /* * * See the LICENSE file at the top-level directory of this distribution * for licensing information. * * Unless otherwise agreed in a custom licensing agreement with the Lisk Foundation, * no part of this software, including this file, may be copied, modified, * propagated, or distributed except accor...
/content/code_sandbox/framework/src/modules/interoperability/base_cross_chain_update_command.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
5,423
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(TFMCurrent)-tvos$(TPVtvOSCurrent)</TargetFrameworks> <TargetFrameworks Condition="'$(TFMNext)' != ''">$(TargetFrameworks);$(TFMNext)-tvos$(TPVtvOSNext)</TargetFrameworks> <PackagingGroup>HarfBuzzSharp</PackagingGroup> <Title>...
/content/code_sandbox/binding/HarfBuzzSharp.NativeAssets.tvOS/HarfBuzzSharp.NativeAssets.tvOS.csproj
xml
2016-02-22T17:54:43
2024-08-16T17:53:42
SkiaSharp
mono/SkiaSharp
4,347
231
```xml export const retrieveTenantSites = jest.fn(); ```
/content/code_sandbox/server/src/core/server/models/__mocks__/site.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
10
```xml import {Store} from "@tsed/core"; import {RawSocketSession, SocketFilters, SocketSession} from "../index.js"; describe("SocketSession", () => { it("should set metadata", () => { class Test {} SocketSession(Test, "test", 0); const store = Store.from(Test); expect(store.get("socketIO")).toEqua...
/content/code_sandbox/packages/third-parties/socketio/src/decorators/socketSession.spec.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
221
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /// <reference types="@stdlib/types"/> import { NumericArray } from '@stdlib/types/ar...
/content/code_sandbox/lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
616
```xml import { Injectable } from '@angular/core'; import { Location } from '@angular/common'; import { Store, Action } from '@ngrx/store'; import { Effect, Actions, ofType } from '@ngrx/effects'; import { Observable } from 'rxjs'; import { map, withLatestFrom } from 'rxjs/operators'; import * as fromRoot from '../red...
/content/code_sandbox/src/app/effects/media-wall-direct-url.effects.ts
xml
2016-09-20T13:50:42
2024-08-06T13:58:18
loklak_search
fossasia/loklak_search
1,829
739
```xml /** * Set bit on the number */ export const setBit = (number = 0, mask: number): number => number | mask; /** * Toggle a bit from the number */ export const toggleBit = (number = 0, mask: number): number => number ^ mask; /** * Clear a bit from the number */ export const clearBit = (number = 0, mask: num...
/content/code_sandbox/packages/shared/lib/helpers/bitset.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
261
```xml import * as React from 'react'; import { iconPlus, iconSearch } from "../../icons/Icons"; import { __ } from "../../utils"; import ConversationItem from "../containers/ConversationItem"; import { IConversation } from "../types"; import TopBar from "../containers/TopBar"; type Props = { conversations: IConvers...
/content/code_sandbox/widgets/client/messenger/components/ConversationList.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
566
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:flowable="path_to_url" xmlns:cmmndi="path_to_url" xmlns:dc="path_to_url" xmlns:di="path_to_url" xmlns:design="path_to_url" targetNamespace="path_to_url"> <case id="caseAndStageCompletionWithChildItemsTest" nam...
/content/code_sandbox/modules/flowable-cmmn-engine/src/test/resources/org/flowable/cmmn/test/runtime/Case_And_Stage_Completion_With_Child_Items_Test.cmmn.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
2,490
```xml /* eslint-disable import/prefer-default-export */ import type { Logger } from '@slack/logger'; import { CodedError, ErrorCode } from '../errors'; import { ReceiverEvent } from '../types'; export class SocketModeFunctions { // ------------------------------------------ // Error handlers for event processing ...
/content/code_sandbox/src/receivers/SocketModeFunctions.ts
xml
2016-07-19T02:46:33
2024-08-16T12:34:33
bolt-js
slackapi/bolt-js
2,729
349
```xml <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" xmlns="path_to_url"> <!-- General --> <PropertyGroup Label="Globals"> <OutDir>$(SolutionDir)..\bin\$(Configuration)$(PlatformArchitecture)\plugins\</OutDir> <IntDir>$(ProjectDir)obj\$(Configuration)$(PlatformArchitecture)...
/content/code_sandbox/plugins/Plugins.props
xml
2016-02-01T08:10:21
2024-08-16T17:50:20
systeminformer
winsiderss/systeminformer
10,712
2,388
```xml import React, {CSSProperties} from 'react'; import styled from 'styled-components'; import {ClickView} from './ClickView'; import {Text} from './Text'; import {appTheme} from '../Style/appTheme'; import {ShellUtil} from '../Util/ShellUtil'; type Props = { url?: string | (() => string); onClick?: (defaultOnC...
/content/code_sandbox/src/Renderer/Library/View/Link.tsx
xml
2016-05-10T12:55:31
2024-08-11T04:32:50
jasper
jasperapp/jasper
1,318
288
```xml import { EntityIdentifierUtils } from '@gitkraken/provider-apis'; import { Disposable, Uri, window } from 'vscode'; import type { GHPRPullRequest } from '../../../commands/ghpr/openOrCreateWorktree'; import { Commands } from '../../../constants'; import type { Container } from '../../../container'; import type {...
/content/code_sandbox/src/plus/webviews/focus/focusWebview.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
7,332
```xml <?xml version='1.0' encoding="utf-8"?> <charsets> <copyright> Use is subject to license terms This program is free software; you can redistribute it and/or modify This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTAB...
/content/code_sandbox/sql/share/charsets/koi8u.xml
xml
2016-07-27T08:05:00
2024-08-13T18:56:19
AliSQL
alibaba/AliSQL
4,695
4,240
```xml <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="pl_PL"> <context> <name>AbstractAlert</name> <message> <source>Close</source> <translation>Zamknij</translation> </message> <message> <source>Snooze Update</source> <translation>Zaktua...
/content/code_sandbox/selfdrive/ui/translations/main_pl.ts
xml
2016-11-24T01:33:30
2024-08-16T19:18:04
openpilot
commaai/openpilot
49,010
9,478
```xml let x = [1, 1+1, 2]; ```
/content/code_sandbox/tests/decompile-test/cases/array_literal.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
15
```xml import { TestBed } from '@angular/core/testing'; import { RouterTestingModule } from '@angular/router/testing'; import { AppComponent } from './app.component'; describe('AppComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ imports: [ RouterTestingModule ...
/content/code_sandbox/examples/angular/src/app/app.component.spec.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
207
```xml import * as React from 'react'; import { render } from '@testing-library/react'; import { ListContext, ResourceContextProvider } from 'ra-core'; import { TextInput } from '../../input'; import { Filter } from './Filter'; describe('<Filter />', () => { describe('With form context', () => { const def...
/content/code_sandbox/packages/ra-ui-materialui/src/list/filter/Filter.spec.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
321
```xml <!-- --> <resources> <string name="app_name">AppRuntimeFix</string> </resources> ```
/content/code_sandbox/appruntimefix/src/main/res/values/strings.xml
xml
2016-05-25T11:58:00
2024-08-11T00:32:36
RocooFix
dodola/RocooFix
1,573
24
```xml // Type definitions for ag-grid v6.2.1 // Project: path_to_url // Definitions by: Niall Crosby <path_to_url // Definitions: path_to_url import { ColumnGroupChild } from "./columnGroupChild"; import { ColGroupDef } from "./colDef"; import { Column } from "./column"; import { AbstractColDef } from "./colDef"; impo...
/content/code_sandbox/services/dashboard/assets-dev/js/vendor/ag-grid/dist/lib/entities/columnGroup.d.ts
xml
2016-06-21T19:39:58
2024-08-12T19:23:26
mylg
mehrdadrad/mylg
2,691
457
```xml <?xml version="1.0" encoding="utf-8"?> <!-- This file is part of some open source application. 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 ...
/content/code_sandbox/app/src/main/res/values/colors.xml
xml
2016-03-29T14:50:44
2024-07-10T06:28:10
welcome-coordinator
txusballesteros/welcome-coordinator
1,244
353
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <!--Default--> <color name="colorPrimary">#FFFFFF</color> <color name="colorPrimaryDark">#666666</color> <color name="colorPrimaryDark_23">#e8e8e8</color> <color name="colorAccent">#b2b2b2</color> <!--Theme--> <color name="themeColor...
/content/code_sandbox/app/src/main/res/values/colors.xml
xml
2016-11-04T02:04:13
2024-08-07T01:13:41
MyDiary
DaxiaK/MyDiary
1,580
636
```xml <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="path_to_url"> <gradient android:angle="180" android:centerColor="@android:color/transparent" android:endColor="@color/colorPrimary" android:startColor="@color/colorPrimary" /> </shape> ```
/content/code_sandbox/feature/utilcode/pkg/src/main/res/drawable/bar_status_custom.xml
xml
2016-07-30T18:18:32
2024-08-16T01:37:59
AndroidUtilCode
Blankj/AndroidUtilCode
33,178
69
```xml import { addWeeks } from 'date-fns'; import { SelectedPlan } from '@proton/components/payments/core'; import { pick } from '@proton/shared/lib/helpers/object'; import { getPlanFromIds, getPlanNameFromIDs, getPricingFromPlanIDs, getTotalFromPricing, } from '@proton/shared/lib/helpers/planIDs'; im...
/content/code_sandbox/packages/shared/test/helpers/subscription.spec.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
10,722
```xml import chai, { expect } from 'chai'; import { spy, stub } from 'sinon'; import sinonChai from 'sinon-chai'; import Choices from './choices'; import { EVENTS, ACTION_TYPES, KEY_CODES } from './constants'; import { WrappedSelect, WrappedInput } from './components/index'; import { removeItem } from './actions/ite...
/content/code_sandbox/src/scripts/choices.test.ts
xml
2016-03-15T14:02:08
2024-08-15T07:08:50
Choices
Choices-js/Choices
6,092
14,251
```xml <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre...
/content/code_sandbox/test/e2e/sql/src/test/resources/cases/dml/dataset/dbtbl_with_readwrite_splitting/insert_on_duplicate_key_update.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
8,097
```xml import { Observable, Subject, map } from 'rxjs'; import { describe, expect, it, vi } from 'vitest'; import { StateObservable } from '../src'; describe('StateObservable', () => { it('should exist', () => { expect.assertions(1); expect(StateObservable.prototype).toBeInstanceOf(Observable); }); it('...
/content/code_sandbox/test/StateObservable-spec.ts
xml
2016-04-20T21:58:23
2024-08-12T22:17:00
redux-observable
redux-observable/redux-observable
7,852
647