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 <?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>BuildMachineOSBuild</key> <string>17F45c</string> <key>CFBundleExecutable</key> <string>VoodooPS2Controller</string> <key>CFBundleGetInfoString</key> <key>CFBundleIde...
/content/code_sandbox/Clover-Configs/Lenovo/ThinkPad X270 /CLOVER/kexts/Other/VoodooPS2Controller.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
1,525
```xml <mxfile host="localhost" modified="2021-05-13T07:51:18.553Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36" etag="M2SsVec9bJf78NE09LVM" version="@DRAWIO-VERSION@" type="device"><diagram name="Page-1" id="822b0af5-4adb-64df-f703-e8dfc1f81529">yo...
/content/code_sandbox/src/main/webapp/templates/network/active_directory.xml
xml
2016-09-06T12:59:15
2024-08-16T13:28:41
drawio
jgraph/drawio
40,265
1,022
```xml <manifest package="com.beloo.widget.chipslayoutmanager"/> ```
/content/code_sandbox/ChipsLayoutManager/src/main/AndroidManifest.xml
xml
2016-08-03T19:23:43
2024-08-12T07:26:54
ChipsLayoutManager
BelooS/ChipsLayoutManager
3,247
14
```xml import path from 'path'; import { getWorkspaces } from '../src/workspaces/get-workspaces'; import { getWorkspacePackagePaths } from '../src/workspaces/get-workspace-package-paths'; import { LocalFileSystemDetector } from '../src'; describe.each<[string, string[]]>([ ['21-npm-workspaces', ['/a', '/b']], ['23...
/content/code_sandbox/packages/fs-detectors/test/unit.get-workspaces-package-paths.test.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
459
```xml import { defineMessages } from 'react-intl'; export const messages = defineMessages({ fundName: { id: 'voting.fundName', defaultMessage: '!!!Fund{votingFundNumber}', description: 'Current fund name', }, registerToVoteHeader: { id: 'voting.registerToVote.header', defaultMessage: 'Regist...
/content/code_sandbox/source/renderer/app/components/voting/voting-info/VotingInfo.messages.ts
xml
2016-10-05T13:48:54
2024-08-13T22:03:19
daedalus
input-output-hk/daedalus
1,230
95
```xml import { LogoHead } from '../components/common/LogoHead' import LandingLayout from '../components/layouts/LandingLayout' import { PricingPlans } from '../components/sections/pricing/PricingPlans' import { usePlans } from '../context/PlansContext' export interface PricingPageProps {} export default function Pri...
/content/code_sandbox/landing/src/pages/PricingPage.tsx
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
180
```xml import { InjectionToken } from '@angular/core'; export const LIST_QUERY_DEBOUNCE_TIME = new InjectionToken<number>('LIST_QUERY_DEBOUNCE_TIME'); ```
/content/code_sandbox/npm/ng-packs/packages/core/src/lib/tokens/list.token.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
34
```xml import React, { useMemo } from "react"; import { OrgMembersTable } from "features/settings/components/OrgMembers/components/OrgMembersTable/OrgMembersTable"; import { useSelector } from "react-redux"; import { getUserAuthDetails } from "store/selectors"; import { OrgMember } from "features/settings/components/Or...
/content/code_sandbox/app/src/features/settings/components/BillingTeam/components/BillingDetails/MyBillingTeamDetails/components/AddMembersDrawer/components/AddMembersTable/AddMembersTable.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
497
```xml <resources> <string name="app_name">Paho Example</string> </resources> ```
/content/code_sandbox/paho.mqtt.android.example/src/main/res/values/strings.xml
xml
2016-02-19T15:44:50
2024-08-15T08:21:05
paho.mqtt.android
eclipse/paho.mqtt.android
2,902
21
```xml export const types = ` type Flow @key(fields: "_id") @cacheControl(maxAge: 3) { _id: String, createdAt: Date, createdBy: String, updatedAt: Date, updatedBy: String, name: String, categoryId: String, productId: String, product: JSON, status: String, isSub: Boolean, ...
/content/code_sandbox/packages/plugin-processes-api/src/graphql/schema/flow.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
388
```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> <!-- Material bridge themes (day/night versions) for dialogs. --> ...
/content/code_sandbox/lib/java/com/google/android/material/dialog/res/values/themes_daynight_bridge.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
190
```xml import { ForgeHookFn, ResolvedForgeConfig } from '@electron-forge/shared-types'; import { expect } from 'chai'; import { SinonStub, stub } from 'sinon'; import { runHook, runMutatingHook } from '../../src/util/hook'; const fakeConfig = { pluginInterface: { triggerHook: async () => false, triggerMutat...
/content/code_sandbox/packages/api/core/test/fast/hook_spec.ts
xml
2016-10-05T14:51:53
2024-08-15T20:08:12
forge
electron/forge
6,380
512
```xml <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina4_7"...
/content/code_sandbox/iOSClient/Share/NCShareUserCell.xib
xml
2016-12-01T11:50:14
2024-08-16T18:43:54
ios
nextcloud/ios
1,920
3,468
```xml import * as exported from "./XMPPEvents"; // this test is brittle on purpose because it's designed to ensure that the TypeScript conversion maintains backward compatibility describe( "/service/xmpp/XMPPEvents members", () => { const { XMPPEvents, ...others } = exported; it( "known ...
/content/code_sandbox/service/xmpp/XMPPEvents.spec.ts
xml
2016-01-27T22:44:09
2024-08-16T02:51:56
lib-jitsi-meet
jitsi/lib-jitsi-meet
1,328
2,381
```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 * as React from "react"; import { AbstractPureComponent, Intent } from "../../common"; import { DISPLAYNAME_PREFIX } from ...
/content/code_sandbox/packages/core/src/components/slider/slider.tsx
xml
2016-10-25T21:17:50
2024-08-16T15:14:48
blueprint
palantir/blueprint
20,593
456
```xml import * as React from 'react'; import { Calendar, addDays } from '@fluentui/react-calendar-compat'; import type { CalendarDayProps } from '@fluentui/react-calendar-compat'; const calendarDayProps: Partial<CalendarDayProps> = { getMarkedDays: (startingDate, _) => [addDays(startingDate, 3), addDays(startingDat...
/content/code_sandbox/packages/react-components/react-calendar-compat/stories/src/Calendar/CalendarMarkedDays.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
250
```xml <!DOCTYPEd[<!ENTITY S ""><!ENTITY % N "<!ELEMENT<![INCLUDE0"<!ENTITYL%N; ```
/content/code_sandbox/afl_docs/vuln_samples/libxml2-bad-read.xml
xml
2016-07-07T11:46:59
2024-08-12T19:23:42
winafl
googleprojectzero/winafl
2,296
30
```xml import path from 'path'; import { PublisherBase, PublisherOptions } from '@electron-forge/publisher-base'; import fs from 'fs-extra'; import { PublisherSnapcraftConfig } from './Config'; // TODO: convert to import statement once electron-installer-snap imports Snapcraft properly. // eslint-disable-next-line @...
/content/code_sandbox/packages/publisher/snapcraft/src/PublisherSnapcraft.ts
xml
2016-10-05T14:51:53
2024-08-15T20:08:12
forge
electron/forge
6,380
361
```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/panel/SingleAction/SingleAction.styles.ts
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
161
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" tools:context=".MainActivity"> <TextView ...
/content/code_sandbox/UsingParcelize/app/src/main/res/layout/activity_main.xml
xml
2016-02-25T11:06:48
2024-08-07T21:41:59
android-examples
nisrulz/android-examples
1,747
260
```xml import { FSharpRef } from "./Types.js" export function tryParse(str: string, defValue: FSharpRef<boolean>): boolean { if (str != null && str.match(/^\s*true\s*$/i)) { defValue.contents = true; return true; } else if (str != null && str.match(/^\s*false\s*$/i)) { defValue.contents = false; re...
/content/code_sandbox/src/fable-library-ts/Boolean.ts
xml
2016-01-11T10:10:13
2024-08-15T11:42:55
Fable
fable-compiler/Fable
2,874
161
```xml import * as React from 'react'; import { I18nManager, Platform, StyleSheet } from 'react-native'; import { CommonActions, Link, ParamListBase, Route, TabNavigationState, useLinkBuilder, } from '@react-navigation/native'; import BottomNavigation from '../../components/BottomNavigation/BottomNavigati...
/content/code_sandbox/src/react-navigation/views/MaterialBottomTabView.tsx
xml
2016-10-19T05:56:53
2024-08-16T08:48:04
react-native-paper
callstack/react-native-paper
12,646
833
```xml export interface GatewayDto { name?: string; country: string; quantities?: Record<string, number>; features: number; userIds: readonly string[]; } ```
/content/code_sandbox/packages/components/containers/vpn/gateways/GatewayDto.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
37
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24" android:tint="#757575"> <path android:fillColor="@android:color/white" android:pathData="M3.25,2.75l17,17L19,21l-2,-2H5c-1.1,0 -2,-0.9 -2,-2V7c0,...
/content/code_sandbox/app/src/main/res/drawable/ic_label_off_grey600_24.xml
xml
2016-10-18T15:38:44
2024-08-16T19:19:31
libretorrent
proninyaroslav/libretorrent
1,973
193
```xml #!/usr/bin/env node // source/main.ts // The CLI for the `serve-handler` module. import { cwd as getPwd, exit, env, stdout } from 'node:process'; import path from 'node:path'; import chalk from 'chalk'; import boxen from 'boxen'; import clipboard from 'clipboardy'; import manifest from '../package.json'; impor...
/content/code_sandbox/source/main.ts
xml
2016-04-27T03:58:25
2024-08-16T05:46:59
serve
vercel/serve
9,295
1,214
```xml // created from 'create-ts-index' export * from "./LyricsEntry"; export * from "./LyricsWord"; ```
/content/code_sandbox/src/MusicalScore/VoiceData/Lyrics/index.ts
xml
2016-02-08T15:47:01
2024-08-16T17:49:53
opensheetmusicdisplay
opensheetmusicdisplay/opensheetmusicdisplay
1,416
25
```xml import axios, { parseAxiosError } from '@/portainer/services/axios'; import { EnvironmentId } from '@/react/portainer/environments/types'; import { OpenAMTConfiguration, AMTInformation, AuthorizationResponse, DeviceFeatures, } from '@/react/edge/edge-devices/open-amt/types'; const BASE_URL = '/open_amt'...
/content/code_sandbox/app/portainer/hostmanagement/open-amt/open-amt.service.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
325
```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 pdf = require( './index' ); // TESTS // // The function returns a number... { pdf( 0.0, -2.0, 2.0, 1.0,...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/dists/truncated-normal/pdf/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,987
```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 stdevyc = require( './index' ); // TESTS // // The function returns a number... { const x = new Float64...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/stdevyc/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
2,383
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MRichTextEdit</class> <widget class="QWidget" name="MRichTextEdit"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>819</width> <height>312</height> </rect> </property> <property name="palette"> <palette>...
/content/code_sandbox/src/qt/plugins/mrichtexteditor/mrichtextedit.ui
xml
2016-01-23T04:20:14
2024-08-13T18:07:31
verge
vergecurrency/verge
1,402
7,234
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>798</width> <height>469</height> </rect> </property> <property name="windowTitle"> <string...
/content/code_sandbox/data/ui/main.ui
xml
2016-04-01T19:43:07
2024-08-16T09:11:09
urh
jopohl/urh
10,727
6,577
```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. --> <!-- Wrap a framelayout because android list view does not respect margins. --> <FrameLayout xmlns:android="path_to_url" android:layout_width="match_parent" ...
/content/code_sandbox/libraries_res/chrome_res/src/main/res/layout/bookmark_divider.xml
xml
2016-07-04T07:28:36
2024-08-15T05:20:42
AndroidChromium
JackyAndroid/AndroidChromium
3,090
136
```xml // cspell:ignore checkin import path from 'path' import os from 'os' import { WorkerPool } from '@rushstack/worker-pool/lib/WorkerPool' import { PnpmError } from '@pnpm/error' import { type PackageFilesIndex } from '@pnpm/store.cafs' import { type DependencyManifest } from '@pnpm/types' import { type TarballEx...
/content/code_sandbox/worker/src/index.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
2,059
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1217" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" ini...
/content/code_sandbox/UPCarouselFlowLayoutDemo/Base.lproj/Main.storyboard
xml
2016-06-28T11:43:43
2024-08-06T06:52:49
UPCarouselFlowLayout
zepojo/UPCarouselFlowLayout
1,659
3,901
```xml /* * * This source code is licensed under the MIT license which is detailed in the LICENSE.txt file. */ import { Event, Logger, TerminalSettings } from "@extraterm/extraterm-extension-api"; import { BoxLayout, GridLayout, PushButton, Widget } from "qt-construct"; import { EventEmitter } from "extraterm-...
/content/code_sandbox/extensions/Colorizer/src/ColorPatchPopup.ts
xml
2016-03-04T12:39:59
2024-08-16T18:44:37
extraterm
sedwards2009/extraterm
2,501
627
```xml jest.mock('../window') jest.mock('simple-peer') jest.useFakeTimers() import { EventEmitter } from 'events' import { Dispatch } from 'redux' import Peer from 'simple-peer' import { Encoder } from '../codec' import { HANG_UP, PEER_EVENT_DATA } from '../constants' import { ClientSocket } from '../socket' import { ...
/content/code_sandbox/src/client/actions/PeerActions.test.ts
xml
2016-03-31T22:41:02
2024-08-12T19:22:09
peer-calls
peer-calls/peer-calls
1,365
1,201
```xml import React from 'react'; import Avatar from '..'; import { Image } from 'react-native'; import { renderWithWrapper } from '../../../.ci/testHelper'; import { CreateThemeOptions, FullTheme } from '../../config'; describe('Avatar Component', () => { it('should apply values from theme', () => { const theme...
/content/code_sandbox/packages/themed/src/Avatar/__tests__/Avatar.test.tsx
xml
2016-09-08T14:21:41
2024-08-16T10:11:29
react-native-elements
react-native-elements/react-native-elements
24,875
143
```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 { ValueSourceProperty } from '@home/components/widget/lib/settings/common/value-source.component'; import { Componen...
/content/code_sandbox/ui-ngx/src/app/modules/home/components/widget/lib/settings/gauge/tick-value.component.ts
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
602
```xml import { Column } from "../../../../../../src/decorator/columns/Column" import { Information } from "./Information" import { BeforeInsert } from "../../../../../../src" export class Counters { @Column() likes: number @Column((type) => Information) information?: Information @BeforeInsert() ...
/content/code_sandbox/test/functional/mongodb/basic/embedded-columns-listeners/entity/Counters.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
83
```xml import { IAttribute } from 'shared/models/Attribute'; import { DatasetType } from './Dataset'; interface ICommonDatasetVersion<Type extends DatasetType, Info> { id: string; parentId?: string; datasetId: string; dateLogged: Date; dateUpdated: Date; description: string; tags: string[]; isPubliclyV...
/content/code_sandbox/webapp/client/src/shared/models/DatasetVersion.ts
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
444
```xml import { shell } from '../../lib/app-shell' import { Dispatcher } from '../dispatcher' export async function openFile( fullPath: string, dispatcher: Dispatcher ): Promise<void> { const result = await shell.openExternal(`file://${fullPath}`) if (!result) { const error = { name: 'no-external-pr...
/content/code_sandbox/app/src/ui/lib/open-file.ts
xml
2016-05-11T15:59:00
2024-08-16T17:00:41
desktop
desktop/desktop
19,544
116
```xml import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'isLessEqualThan' }) export class IsLessEqualThanPipe implements PipeTransform { transform(input: number, other: number): boolean { return input <= other; } } ```
/content/code_sandbox/src/ng-pipes/pipes/boolean/is-less-equal-than.ts
xml
2016-11-24T22:03:44
2024-08-15T12:52:49
ngx-pipes
danrevah/ngx-pipes
1,589
57
```xml <!-- 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, "AS IS" BASIS, WITHOUT WARRANTIES ...
/content/code_sandbox/tests/integration/src/test/resources/pulsar-semantics.xml
xml
2016-06-28T07:00:03
2024-08-16T17:12:43
pulsar
apache/pulsar
14,047
162
```xml import { CircleLoader } from '@proton/atoms' import { useCallback, useEffect, useState } from 'react' import { useApplication } from '../Containers/ApplicationProvider' import type { FileToDocConversionResult, Result } from '@proton/docs-core' import type { DecryptedNode, NodeMeta } from '@proton/drive-store' im...
/content/code_sandbox/applications/docs/src/app/Components/DocumentConverter.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
731
```xml import { CacheNone, gql, type HydrogenApiRouteOptions, type HydrogenRequest, } from '@shopify/hydrogen'; import {getApiErrorMessage} from '~/lib/utils'; /** * This API route is used by the form on `/account/reset/[id]/[resetToken]` * complete the reset of the user's password. */ export async function...
/content/code_sandbox/packages/hydrogen/test/fixtures/demo-store-ts/src/routes/account/reset/index.server.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
482
```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. --> <com.google.android.material.tabs.TabLayout xmlns:android="path_to_url" ...
/content/code_sandbox/testing/java/com/google/android/material/testapp/res/layout/tab_layout_bound_min.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
139
```xml <?xml version="1.0" encoding="UTF-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file source-language="en" target-language="da" datatype="plaintext" original="plugins.en.xlf"> <body> <trans-unit id="vFSLi54" resname="plugin.none_installed"> <source>plugin.none_insta...
/content/code_sandbox/translations/plugins.da.xlf
xml
2016-10-20T17:06:34
2024-08-16T18:27:30
kimai
kimai/kimai
3,084
292
```xml /** * @license * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, ...
/content/code_sandbox/packages/mdc-dialog/types.ts
xml
2016-12-05T16:04:09
2024-08-16T15:42:22
material-components-web
material-components/material-components-web
17,119
373
```xml /* eslint-disable */ function wrapStyle(data) { if (data.fixed) { return 'top: ' + data.offsetTop + 'px;' } return '' } function containerStyle(data) { if (data.fixed) { return 'height: ' + data.height + 'px; z-index: ' + data.zIndex + ';' } return '' } module.exports = { wrapStyle: wrap...
/content/code_sandbox/case/page/weui/components/sticky/sticky.wxs
xml
2016-10-13T06:38:27
2024-08-15T03:33:25
wept
wetools/wept
2,954
100
```xml import path from 'path'; import { Mutant, MutantStatus, schema } from '@stryker-mutator/api/core'; import { factory, testInjector } from '@stryker-mutator/test-helpers'; import { deepFreeze } from '@stryker-mutator/util'; import { expect } from 'chai'; import chalk from 'chalk'; import sinon from 'sinon'; impo...
/content/code_sandbox/packages/core/test/unit/mutants/incremental-differ.spec.ts
xml
2016-02-12T13:14:28
2024-08-15T18:38:25
stryker-js
stryker-mutator/stryker-js
2,561
8,759
```xml import { classNames } from '@standardnotes/utils' import Icon from '../Icon/Icon' import { ComponentPropsWithoutRef } from 'react' const CheckIndicator = ({ checked, className, ...props }: { checked: boolean } & ComponentPropsWithoutRef<'div'>) => ( <div className={classNames( 'relative h-5 w-5 roun...
/content/code_sandbox/packages/web/src/javascripts/Components/Checkbox/CheckIndicator.tsx
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
188
```xml <androidx.drawerlayout.widget.DrawerLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:orientation="vertical" android:layout_width="fill_p...
/content/code_sandbox/app/src/main/res/layout/activity_edit_alert.xml
xml
2016-09-23T13:33:17
2024-08-15T09:51:19
xDrip
NightscoutFoundation/xDrip
1,365
3,356
```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="M33....
/content/code_sandbox/packages/core/src/icon/shapes/file-settings.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
5,758
```xml import { IContext } from '../../connectionResolver'; import { IConfigDocument } from '../../models/definitions/configs'; export default { async slots(config: IConfigDocument, _args, { models }: IContext) { return await models.PosSlots.find({ posId: config.posId }); }, allowTypes(config: IConfigDocume...
/content/code_sandbox/packages/plugin-posclient-api/src/graphql/resolvers/posConfig.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
117
```xml /* eslint-disable @typescript-eslint/naming-convention */ import type { IFontFace, IKeyframes } from '@fluentui/merge-styles'; type StyleRendererOptions = { rtl?: boolean; targetWindow: Window | undefined; }; export interface StyleRenderer { /** * Expected to initialize or re-initialize the renderer. ...
/content/code_sandbox/packages/react/src/utilities/ThemeProvider/styleRenderers/types.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
252
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0"> <PropertyGroup Label="Configuration"> <SignAssembly>True</SignAssembly> <DelaySign>False</DelaySign> <DocumentationFile>$(TargetDir)bin\$(Configuration)\$(TargetFramework)\itext.sign.xml</DocumentationFile> <WarningLevel>0</WarningLevel> <...
/content/code_sandbox/itext/itext.sign/itext.sign.csproj
xml
2016-06-16T14:34:03
2024-08-14T11:37:28
itext-dotnet
itext/itext-dotnet
1,630
418
```xml <resources> <string name="app_name">VirtualApp</string> <string name="wait">Please wait</string> <string name="desktop">Desktop</string> <string name="add_app">Add App</string> <string name="preparing">Opening the app</string> <string name="delete">Delete</string> <string name="create...
/content/code_sandbox/VirtualApp/app/src/main/res/values/strings.xml
xml
2016-07-06T13:25:23
2024-08-16T16:38:22
VirtualApp
asLody/VirtualApp
10,107
297
```xml import { SharedPage } from '../../components/shared-page' import React from 'react' export default function Page() { return <SharedPage runtime="node" /> } ```
/content/code_sandbox/test/development/app-dir/server-components-hmr-cache/app/node/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
35
```xml <fxlayout> <page name="HSV Key"> <control>h</control> <control>s</control> <control>v</control> <control>h_range</control> <control>s_range</control> <control>v_range</control> <control>invert</control> </page> </fxlayout> ```
/content/code_sandbox/stuff/profiles/layouts/fxs/STD_hsvKeyFx.xml
xml
2016-03-18T17:55:48
2024-08-15T18:11:38
opentoonz
opentoonz/opentoonz
4,445
76
```xml /* eslint-disable */ import * as types from './graphql'; /** * Map of all GraphQL operations in the project. * * This map has several performance disadvantages: * 1. It is not tree-shakeable, so it will include all operations in the project. * 2. It is not minifiable, so the string of a GraphQL query will ...
/content/code_sandbox/examples/react/tanstack-react-query/src/gql/gql.ts
xml
2016-12-05T19:15:11
2024-08-15T14:56:08
graphql-code-generator
dotansimha/graphql-code-generator
10,759
428
```xml import { NextQueryBuilder } from './NextQueryBuilder'; export default function Home() { return ( <main> <NextQueryBuilder /> </main> ); } ```
/content/code_sandbox/examples/next/app/page.tsx
xml
2016-06-17T22:03:19
2024-08-16T10:28:42
react-querybuilder
react-querybuilder/react-querybuilder
1,131
36
```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 varianceyc = require( './index' ); // TESTS // // The function returns a number... { const x = new Floa...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/varianceyc/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
2,382
```xml <dict> <key>LayoutID</key> <integer>3</integer> <key>PathMapRef</key> <array> <dict> <key>CodecID</key> <array> <integer>283902600</integer> </array> <key>Headphone</key> <dict/> <key>Inputs</key> <array> <string>Mic</string> <string>LineIn</string> </array> <key>IntS...
/content/code_sandbox/Resources/ALC288/layout3.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
4,026
```xml import * as React from 'react'; import { CSSModule } from './utils'; export interface ModalHeaderProps extends React.HTMLAttributes<HTMLElement> { [key: string]: any; tag?: React.ElementType; cssModule?: CSSModule; wrapTag?: React.ElementType; toggle?: React.MouseEventHandler<any>; } declare class Mo...
/content/code_sandbox/types/lib/ModalHeader.d.ts
xml
2016-02-19T08:01:36
2024-08-16T11:48:48
reactstrap
reactstrap/reactstrap
10,591
87
```xml import { existsSync } from 'fs'; import * as path from 'path'; import { Context } from '../core/context'; import { env } from '../env'; import { IBundleContext } from '../moduleResolver/bundleContext'; import { createModule, IModule, IModuleMeta } from '../moduleResolver/module'; import { createPackageFromCache,...
/content/code_sandbox/src/cache/cache.ts
xml
2016-10-28T10:37:16
2024-07-27T15:17:43
fuse-box
fuse-box/fuse-box
4,003
3,580
```xml import { BUNDLE_RUNTIME_NAMES, bundleRuntimeCore, IBundleRuntimeCore } from '../bundleRuntimeCore'; import { createBundleSource } from '../bundleSource'; const Fuse = BUNDLE_RUNTIME_NAMES.GLOBAL_OBJ; const RequireFunc = BUNDLE_RUNTIME_NAMES.REQUIRE_FUNCTION; function createInteropCall(args) { return Fuse + '...
/content/code_sandbox/src/bundleRuntime/__tests__/bundleSource.test.ts
xml
2016-10-28T10:37:16
2024-07-27T15:17:43
fuse-box
fuse-box/fuse-box
4,003
1,955
```xml import * as fs from 'node:fs'; import { area, Feature, FeatureCollection, featureCollection, featureEach, getCoords, getType, length, MultiPolygon, Polygon, polygon, polygonToLineString, Properties, truncate, } from '@turf/turf'; /* Transform the feature collection of polygons and m...
/content/code_sandbox/web/geo/utilities.ts
xml
2016-05-21T16:36:17
2024-08-16T17:56:07
electricitymaps-contrib
electricitymaps/electricitymaps-contrib
3,437
733
```xml // This is a generated file. Changes are likely to result in being overwritten declare namespace GenericDocumentScssNamespace { export interface IGenericDocumentScss { 'generic-doc-content': string; 'generic-document': string; genericDocContent: string; genericDocument: string; } } declare c...
/content/code_sandbox/packages/app/client/src/ui/layout/genericDocument.scss.d.ts
xml
2016-11-11T23:15:09
2024-08-16T12:45:29
BotFramework-Emulator
microsoft/BotFramework-Emulator
1,803
137
```xml import { animate, animation, style } from '@angular/animations'; export const fadeIn = animation( [style({ opacity: '0' }), animate('{{ time}} {{ easing }}', style({ opacity: '1' }))], { params: { time: '350ms', easing: 'ease' }, }, ); export const fadeOut = animation( [style({ opacity: '1' }), ani...
/content/code_sandbox/npm/ng-packs/packages/theme-shared/src/lib/animations/fade.animations.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
797
```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/cross_test.vcxproj
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
2,464
```xml import * as React from 'react'; import cx from 'classnames'; import { createSvgIcon } from '../utils/createSvgIcon'; import { iconClassNames } from '../utils/iconClassNames'; export const TagIcon = createSvgIcon({ svg: ({ classes }) => ( <svg role="presentation" focusable="false" viewBox="2 2 16 16" class...
/content/code_sandbox/packages/fluentui/react-icons-northstar/src/components/TagIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
1,003
```xml import type { SHARE_MEMBER_PERMISSIONS } from '@proton/shared/lib/drive/constants'; import mergeUint8Arrays from '@proton/utils/mergeUint8Arrays'; import { useDownload } from '../../store/_downloads'; import { useLink, validateLinkName } from '../../store/_links'; import { useDirectSharingInfo } from '../../sto...
/content/code_sandbox/packages/drive-store/lib/_nodes/useNode.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
593
```xml import 'zone.js/dist/zone-node'; import { ngExpressEngine } from '@nguniversal/express-engine'; import * as express from 'express'; import { join } from 'path'; import { AppServerModule } from './src/main.server'; import { APP_BASE_HREF } from '@angular/common'; import { existsSync } from 'fs'; // The Express...
/content/code_sandbox/apps/core-angular-universal/server.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
489
```xml <ScrollView xmlns:android="path_to_url" android:layout_width="fill_parent" android:layout_height="fill_parent" > <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:id="@+id/textmsg" android:lay...
/content/code_sandbox/app/src/main/res/layout/import_db_warning.xml
xml
2016-09-23T13:33:17
2024-08-15T09:51:19
xDrip
NightscoutFoundation/xDrip
1,365
103
```xml import Scale from './base'; import { ScaleConfig } from './types'; type ScaleConstructor<T extends Scale = Scale> = new (cfg: ScaleConfig) => T; interface ScaleMap { [key: string]: ScaleConstructor; } const map: ScaleMap = {}; function getClass(key: string): ScaleConstructor { return map[key]; } function...
/content/code_sandbox/packages/f2/src/deps/f2-scale/src/factory.ts
xml
2016-08-29T06:26:23
2024-08-16T15:50:14
F2
antvis/F2
7,877
128
```xml <?xml version="1.0" encoding="utf-8"?> <!-- ~ All Rights Reserved. --> <selector xmlns:android="path_to_url"> <item android:color="@android:color/white" /> </selector> ```
/content/code_sandbox/app/src/main/res/drawable-night/card_icon_button_tint.xml
xml
2016-02-01T13:44:19
2024-08-15T05:23:34
Douya
zhanghai/Douya
4,549
52
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- ~ Nextcloud - Android Client ~ --> <LinearLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:id="@+id/unified_search_footer_layout" android:layout_width="match_parent" android:layout_height="@dimen/min_list_item_size" android:b...
/content/code_sandbox/app/src/main/res/layout/unified_search_footer.xml
xml
2016-06-06T21:23:36
2024-08-16T18:22:36
android
nextcloud/android
4,122
219
```xml <clickhouse> <logger> <level>test</level> </logger> <storage_configuration> <disks> <s3> <type>s3</type> <endpoint>path_to_url <access_key_id>minio</access_key_id> <secret_access_key>minio123</secret_access_k...
/content/code_sandbox/tests/integration/test_move_ttl_broken_compatibility/configs/storage_conf.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
228
```xml import { ActivityDate, FlexBody, FlexCenterContent } from '@erxes/ui-log/src/activityLogs/styles'; import { IActivityLogItemProps } from '@erxes/ui-log/src/activityLogs/types'; import React from 'react'; import Tip from '@erxes/ui/src/components/Tip'; import dayjs from 'dayjs'; import { renderUserFullName...
/content/code_sandbox/packages/ui-log/src/components/items/create/CustomerCreate.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
375
```xml import { WorkspaceSpec } from '@pnpm/workspace.spec-parser' export function workspacePrefToNpm (workspacePref: string): string { const parseResult = WorkspaceSpec.parse(workspacePref) if (parseResult == null) { throw new Error(`Invalid workspace spec: ${workspacePref}`) } const { alias, version } =...
/content/code_sandbox/resolving/npm-resolver/src/workspacePrefToNpm.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
115
```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/fabric-windows-example/windows/FabricExample/FabricExample.vcxproj.filters
xml
2016-01-17T14:29:21
2024-08-16T13:35:44
react-native-svg
software-mansion/react-native-svg
7,397
583
```xml import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'isEqualTo' }) export class IsEqualToPipe implements PipeTransform { transform(input: any, other: any): boolean { // tslint:disable-next-line:triple-equals return input == other; } } ```
/content/code_sandbox/src/ng-pipes/pipes/boolean/is-equal-to.ts
xml
2016-11-24T22:03:44
2024-08-15T12:52:49
ngx-pipes
danrevah/ngx-pipes
1,589
64
```xml import * as React from 'react'; import { IDockerEnvironmentBlob, makeDockerImage, } from 'shared/models/Versioning/Blob/EnvironmentBlob'; import { BlobDataBox } from 'shared/view/domain/Versioning/Blob/BlobBox/BlobBox'; import CopyButton from 'shared/view/elements/CopyButton/CopyButton'; import PropertiesT...
/content/code_sandbox/webapp/client/src/features/versioning/repositoryData/view/RepositoryData/DataNavigation/BlobDetailsView/BlobView/EnvironmentBlobView/DockerEnvironmentBlobView/DockerEnvironmentBlobView.tsx
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
249
```xml /* eslint-disable react/jsx-key */ import React from "react" import { ImageStyle, TextStyle, View, ViewStyle } from "react-native" import { Button, Icon, Text } from "../../../components" import { colors, typography } from "../../../theme" import { Demo } from "../DemoShowroomScreen" import { DemoDivider } from ...
/content/code_sandbox/boilerplate/app/screens/DemoShowroomScreen/demos/DemoButton.tsx
xml
2016-02-10T16:06:07
2024-08-16T19:52:51
ignite
infinitered/ignite
17,196
1,507
```xml import { ConnectedRouter } from 'connected-react-router'; import { mount } from 'enzyme'; import * as React from 'react'; import { Provider } from 'react-redux'; import { Store } from 'redux'; import { MockedProvider, MockedProviderProps } from '@apollo/react-testing'; import flushAllPromises from 'shared/utils/...
/content/code_sandbox/webapp/client/src/shared/utils/tests/integrations/makeMountComponentForIntegratingTest.tsx
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
592
```xml import { Base64String } from './Base64String' import { SodiumStateAddress } from './SodiumStateAddress' export type StreamEncryptor = { state: SodiumStateAddress header: Base64String } ```
/content/code_sandbox/packages/sncrypto-common/src/Types/StreamEncryptor.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
48
```xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="path_to_url" android:ordering="together"> <objectAnimator android:propertyName="scaleX" android:duration="900" android:repeatMode="reverse" android:repeatCount="1" android:valueFrom="1.0" android:v...
/content/code_sandbox/app/src/main/res/animator/weather_partly_cloudy_day_2.xml
xml
2016-02-21T04:39:19
2024-08-16T13:35:51
GeometricWeather
WangDaYeeeeee/GeometricWeather
2,420
146
```xml <vector android:height="24dp" android:viewportHeight="1024.0" android:viewportWidth="1142.0" android:width="24dp" xmlns:android="path_to_url"> <path android:fillColor="#F3EAED" android:pathData="M1009.6,287.5H227.1v563.2c0,38.1 31.5,68.3 68.3,68.3h714.2c38.1,0 68.3,-31.5 68.3,-68.3V355.8c1.3,-36.8 -30.2,...
/content/code_sandbox/app/src/main/res/drawable/ic_msg.xml
xml
2016-11-03T08:32:26
2024-08-02T07:33:44
PathAnimView
mcxtzhang/PathAnimView
1,076
462
```xml import { Component, OnDestroy, OnInit } from "@angular/core"; import { EMPTY, Subject } from "rxjs"; import { catchError, takeUntil } from "rxjs/operators"; import { IPlexServer, IPlexServerResponse, IPlexServerViewModel, IPlexSettings } from "../../interfaces"; import { JobService, NotificationService, PlexSer...
/content/code_sandbox/src/Ombi/ClientApp/src/app/settings/plex/plex.component.ts
xml
2016-02-25T12:14:54
2024-08-14T22:56:44
Ombi
Ombi-app/Ombi
3,674
1,559
```xml import {isPromise} from "@tsed/core"; import {fromNow, now} from "../utils/utils.js"; export type CallbackWrapper<T = any> = (...args: any[]) => T; // istanbul ignore next export class Perf { #latest: bigint; #start: bigint; constructor() { this.start = this.start.bind(this); this.end = this.end...
/content/code_sandbox/packages/perf/src/domain/Perf.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
448
```xml import { PresenceChannel } from './presence-channel'; import { SocketIoPrivateChannel } from './socketio-private-channel'; /** * This class represents a Socket.io presence channel. */ export class SocketIoPresenceChannel extends SocketIoPrivateChannel implements PresenceChannel { /** * Register a cal...
/content/code_sandbox/src/channel/socketio-presence-channel.ts
xml
2016-04-30T01:56:59
2024-08-14T13:07:58
echo
laravel/echo
1,153
282
```xml import { createContext, useMemo } from 'react'; import pick from 'lodash/pick'; import { ListControllerResult } from './useListController'; /** * Context to store the pagination part of the useListController() result. * * Use the useListPaginationContext() hook to read the pagination information. * That's w...
/content/code_sandbox/packages/ra-core/src/controller/list/ListPaginationContext.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
654
```xml export function displayError(el, err) { el.classList.remove('is-loading'); const errorNode = document.createElement('pre'); errorNode.setAttribute('class', 'ui message error markup-block-error'); errorNode.textContent = err.str || err.message || String(err); el.before(errorNode); el.setAttribute('dat...
/content/code_sandbox/web_src/js/markup/common.ts
xml
2016-11-01T02:13:26
2024-08-16T19:51:49
gitea
go-gitea/gitea
43,694
75
```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="M14....
/content/code_sandbox/packages/core/src/icon/shapes/accessibility-1.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
1,157
```xml <?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.VisualStudio.Shell.Interop.8.0</name> </assembly> <members> <member name="F:Microsoft.VisualStudio.Shell.Interop.BrowseLibraryGuids80.Assembly"> <summary>Specifies an assembly in a browse container.</summary> </member...
/content/code_sandbox/packages/Microsoft.VisualStudio.Shell.Interop.8.0.8.0.50727/lib/Microsoft.VisualStudio.Shell.Interop.8.0.xml
xml
2016-04-24T09:50:47
2024-08-16T11:45:14
ILRuntime
Ourpalm/ILRuntime
2,976
223,035
```xml import { TNodeWithLexicalScopeStatements } from '../../../types/node/TNodeWithLexicalScopeStatements'; import { TStringArrayScopeCallsWrappersDataByEncoding } from '../../../types/node-transformers/string-array-transformers/TStringArrayScopeCallsWrappersDataByEncoding'; import { IWeakMapStorage } from '../IWeak...
/content/code_sandbox/src/interfaces/storages/string-array-transformers/IStringArrayScopeCallsWrappersDataStorage.ts
xml
2016-05-09T08:16:53
2024-08-16T19:43:07
javascript-obfuscator
javascript-obfuscator/javascript-obfuscator
13,358
121
```xml import type { ArgTypes, SBType } from '@storybook/csf'; export function extractSeededRequiredArgs(argTypes: ArgTypes) { const extractedArgTypes = Object.keys(argTypes).reduce( (acc, key: keyof typeof argTypes) => { const argType = argTypes[key]; if (typeof argType.control === 'object' && 'typ...
/content/code_sandbox/code/core/src/manager/components/sidebar/FileSearchModal.utils.tsx
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
773
```xml import { Component, OnInit, OnDestroy, ChangeDetectionStrategy, ChangeDetectorRef } from '@angular/core'; import { ActivatedRoute, Params } from '@angular/router'; import { MatDialog } from '@angular/material'; import { MediaWallCustomizationComponent } from './media-wall-customization/media-wall-customizat...
/content/code_sandbox/src/app/media-wall/media-wall.component.ts
xml
2016-09-20T13:50:42
2024-08-06T13:58:18
loklak_search
fossasia/loklak_search
1,829
2,243
```xml <!-- 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, "AS IS" BASIS, WITHOUT WARRANTIES ...
/content/code_sandbox/pulsar-io/alluxio/pom.xml
xml
2016-06-28T07:00:03
2024-08-16T17:12:43
pulsar
apache/pulsar
14,047
884
```xml import { closeTestingConnections, createTestingConnections, reloadTestingDatabases, } from "../../utils/test-utils" import { DataSource } from "../../../src/data-source/DataSource" import { expect } from "chai" describe("github issues > #6699 MaxListenersExceededWarning occurs on Postgres", () => { ...
/content/code_sandbox/test/github-issues/6699/issue-6699.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
251