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 { handleActions } from 'redux-actions'; import * as actions from '../actions'; const settings = handleActions( { [actions.initSettingsRequest.toString()]: (state: any) => ({ ...state, processing: true, }), [actions.initSettingsFailure.toString()]: (sta...
/content/code_sandbox/client/src/reducers/settings.ts
xml
2016-07-06T10:31:47
2024-08-16T18:17:06
AdGuardHome
AdguardTeam/AdGuardHome
24,082
380
```xml <?xml version="1.0" encoding="utf-8" standalone="no"?> <installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.6" authoringToolBuild="201"> <title>Cardano</title> <options customize="allow" allow-external-scripts="no"/> <domains enable_localSystem=...
/content/code_sandbox/installers/data/Distribution.xml
xml
2016-10-05T13:48:54
2024-08-13T22:03:19
daedalus
input-output-hk/daedalus
1,230
208
```xml <fix major='5' type='FIX' servicepack='1' minor='0'> <header /> <messages> <message name='IOI' msgcat='app' msgtype='6'> <field name='IOIID' required='Y' /> <field name='IOITransType' required='Y' /> <field name='IOIRefID' required='N' /> <component name='Instrument' required='Y' /> <component...
/content/code_sandbox/utilities/wireshark/fix/FIX50SP1.xml
xml
2016-10-27T09:31:28
2024-08-16T19:00:35
nexmon
seemoo-lab/nexmon
2,381
140,011
```xml import {Property} from "@tsed/schema"; import {Model, ObjectID} from "@tsed/mongoose"; @Model({ connection: "db2" }) export class MyModel { @ObjectID("id") _id: string; @Property() unique: string; } ```
/content/code_sandbox/docs/tutorials/snippets/mongoose/declaring-model-connection.ts
xml
2016-02-21T18:38:47
2024-08-14T21:19:48
tsed
tsedio/tsed
2,817
64
```xml import Button from '../../components/button' import React from 'react' export const runtime = 'edge' export default function Home() { return ( <> <h1>Import a client component</h1> <Button /> </> ) } ```
/content/code_sandbox/test/e2e/app-dir/app-edge/app/with-client/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
54
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:tint="#FDFDFE" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="@android:color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10...
/content/code_sandbox/app/src/main/res/drawable/ic_error_white_24dp.xml
xml
2016-10-18T15:38:44
2024-08-16T19:19:31
libretorrent
proninyaroslav/libretorrent
1,973
158
```xml import { c } from 'ttag'; import { useNewFeatureTag } from '@proton/components/components'; import type { DecryptedLink } from '../../../../store'; import type { useLinkSharingModal } from '../../../modals/ShareLinkModal/ShareLinkModal'; import ContextMenuButton from '../ContextMenuButton'; interface Props { ...
/content/code_sandbox/applications/drive/src/app/components/sections/ContextMenu/buttons/ShareLinkButton.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
269
```xml export interface CreateHelmRepositoryPayload { UserId: number; URL: string; } export interface HelmRepositoryFormValues { URL: string; } export interface HelmRepository { Id: number; UserId: number; URL: string; Global: boolean; } export interface HelmRepositories { UserRepositories: HelmRepos...
/content/code_sandbox/app/react/portainer/account/AccountView/HelmRepositoryDatatable/types.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
78
```xml import { Provider } from "mobx-react"; import * as React from 'react'; import { MobxTutorial } from './MobxTutorial'; type MobxTutorialProviderOwnProps = { stores: {}; }; export default class MobxTutorialProvider extends React.Component<MobxTutorialProviderOwnProps, {}> { public render(): React.ReactEleme...
/content/code_sandbox/samples/react-mobx-multiple-stores/src/webparts/mobxTutorial/components/MobxTutorialProvider.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
107
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const TableLinkIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M1024 your_sha256_hash512h-384v256h384zM512 your_sha2...
/content/code_sandbox/packages/react-icons-mdl2/src/components/TableLinkIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
519
```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. --> <LinearLayout xmlns:android="path_to_url" android:id="@+id/toggled_views" android:l...
/content/code_sandbox/catalog/java/io/material/catalog/materialswitch/res/layout/cat_material_switch_toggled.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
218
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /** * Interface for a regular expression to parse a UNC path. */ interface ReUncPath {...
/content/code_sandbox/lib/node_modules/@stdlib/regexp/unc-path/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
381
```xml <Documentation> <Docs DocId="T:CoreImage.CIPhotoEffectTransfer"> <summary>A filter that produces a vintage look with exagerrated warm colors.</summary> <remarks> <para>The following example shows this filter in use</para> <example> <code lang="csharp lang-csharp"><![CDATA[ // Create...
/content/code_sandbox/docs/api/CoreImage/CIPhotoEffectTransfer.xml
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
425
```xml // See LICENSE.txt for license information. import {getTimeZone} from 'react-native-localize'; export function getDeviceTimezone() { return getTimeZone(); } ```
/content/code_sandbox/app/utils/timezone.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
35
```xml // See LICENSE.txt for license information. import React from 'react'; import {Preferences, View as ViewConstants} from '@constants'; import {Ringtone} from '@constants/calls'; import {renderWithEverything} from '@test/intl-test-helper'; import TestHelper from '@test/test_helper'; import SelectedOptions from ...
/content/code_sandbox/app/screens/integration_selector/selected_options/index.test.tsx
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
731
```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 { HttpClient } from '@angular/common/http'; import { Injectable } from '@angular/core'; import { NzSafeAny } from 'ng-zorro...
/content/code_sandbox/maxkey-web-frontend/maxkey-web-mgt-app/src/app/service/apps.service.ts
xml
2016-11-16T03:06:50
2024-08-16T09:22:42
MaxKey
dromara/MaxKey
1,423
299
```xml import { createSummaryValue } from '../../utils'; import type { PropDefaultValue } from '../PropDef'; import type { DocgenInfo } from '../types'; import { isDefaultValueBlacklisted } from '../utils/defaultValue'; export function createDefaultValue({ defaultValue }: DocgenInfo): PropDefaultValue | null { if (d...
/content/code_sandbox/code/core/src/docs-tools/argTypes/docgen/typeScript/createDefaultValue.ts
xml
2016-03-18T04:23:44
2024-08-16T19:22:08
storybook
storybookjs/storybook
83,755
104
```xml import {getSyslogMeasurement as target} from 'src/logs/api' jest.mock('src/logs/api', () => ({ getSyslogMeasurement: jest.fn(), })) const getSyslogMeasurement = target as jest.MockedFunction<typeof target> export {getSyslogMeasurement} ```
/content/code_sandbox/ui/test/logs/apiMock.ts
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
58
```xml import React, { useState, useEffect } from "react"; import { useDispatch, useSelector } from "react-redux"; import { getUserAuthDetails } from "store/selectors"; import { AuthForm } from "./components/Form"; import { OnboardingAuthBanner } from "./components/Banner"; import AUTH from "config/constants/sub/auth";...
/content/code_sandbox/app/src/features/onboarding/components/auth/index.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
1,260
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="path_to_url"> <!-- This is a work-around for a bug in clang-cl. Clang-cl purports to support a /P option to preprocess to a file, but this does not work, so we have to find a different cl on the system. --> <Pro...
/content/code_sandbox/lib/JITIDL/Chakra.JITIDL.vcxproj
xml
2016-01-05T19:05:31
2024-08-16T17:20:00
ChakraCore
chakra-core/ChakraCore
9,079
660
```xml import gql from 'graphql-tag'; import { mutations as grantMutations, queries as grantQueries, types as grantTypes, } from './schema/grants'; const typeDefs = async () => { return gql` scalar JSON scalar Date extend type User @key(fields: "_id") { _id: String! @external grantRes...
/content/code_sandbox/packages/plugin-grants-api/src/graphql/typeDefs.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
124
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions id="definitions" xmlns="path_to_url" xmlns:activiti="path_to_url" targetNamespace="Examples" xmlns:tns="Examples"> <process id="process"> <startEvent id="theStart" /> <sequenceFlow id="flow1" sourceRef="theStart" targetRef="message...
/content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/event/message/MessageIntermediateEventTest.testSingleIntermediateMessageExpressionEvent.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
208
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- 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, ...
/content/code_sandbox/extensions/guacamole-auth-sso/modules/guacamole-auth-sso-cas/pom.xml
xml
2016-03-22T07:00:06
2024-08-16T13:03:48
guacamole-client
apache/guacamole-client
1,369
1,006
```xml export interface IPropertyBagGlobalNavWebPartProps { description: string; siteTemplatesToInclude: string; //STS#1 STS#2 separated by \n leave off the #1 to get all STS filters: string; // managedPropertyname=valiust separated by \n (new line) managedProperties:string;// managed properties to build the...
/content/code_sandbox/samples/react-property-bag-editor/src/webparts/propertyBagGlobalNav/IPropertyBagGlobalNavWebPartProps.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
84
```xml import { AddChoiceAction, FilterChoicesAction, ActivateChoicesAction, ClearChoicesAction, } from '../actions/choices'; import { AddItemAction, RemoveItemAction } from '../actions/items'; import { Choice } from '../interfaces/choice'; export const defaultState = []; type ActionTypes = | AddChoiceActio...
/content/code_sandbox/src/scripts/reducers/choices.ts
xml
2016-03-15T14:02:08
2024-08-15T07:08:50
Choices
Choices-js/Choices
6,092
735
```xml import * as React from 'react'; import type { RadioGroupProps } from '@fluentui/react-components'; import { Field, Radio, RadioGroup } from '@fluentui/react-components'; export const Default = (props: Partial<RadioGroupProps>) => ( <Field label="Favorite Fruit"> <RadioGroup {...props}> <Radio value...
/content/code_sandbox/packages/react-components/react-radio/stories/src/RadioGroup/RadioGroupDefault.stories.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
130
```xml // See LICENSE.txt for license information. export {appEntry, upgradeEntry} from './app'; export {loginEntry} from './login'; export {pushNotificationEntry} from './notification'; ```
/content/code_sandbox/app/actions/remote/entry/index.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
40
```xml import rule from './index'; import { getHtmlRuleTester, getInvalidTestFactory, getTsRuleTester } from '../../test-helper.spec'; const tsRuleTester = getTsRuleTester(); const htmlRuleTester = getHtmlRuleTester(); const getInvalidListTest = getInvalidTestFactory('clrListFailure'); htmlRuleTester.run('no-clr-lis...
/content/code_sandbox/packages/eslint-plugin-clarity-adoption/src/rules/no-clr-list/no-clr-list.spec.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
1,236
```xml import { expect } from "chai"; import { Form } from "../../../../src"; import { FormInterface } from "../../../../src/models/FormInterface"; const fields = { test: ['', '', 'x'] } class NewForm extends Form { hooks() { return { onInit(form: FormInterface) { describe("Check initial values...
/content/code_sandbox/tests/data/forms/fixes/form.544.ts
xml
2016-06-20T22:10:41
2024-08-10T13:14:33
mobx-react-form
foxhound87/mobx-react-form
1,093
190
```xml import { mat4 } from "gl-matrix"; import { TextureMapping } from "../TextureHolder.js"; import { makeStaticDataBuffer } from "../gfx/helpers/BufferHelpers.js"; import { setAttachmentStateSimple } from "../gfx/helpers/GfxMegaStateDescriptorHelpers.js"; import { GfxTopology, convertToTriangleIndexBuffer, ...
/content/code_sandbox/src/WorldOfWarcraft/render.ts
xml
2016-10-06T21:43:45
2024-08-16T17:03:52
noclip.website
magcius/noclip.website
3,206
8,657
```xml <resources> <!-- Default screen margins, per the Android Design guidelines. --> <dimen name="activity_horizontal_margin">16dp</dimen> <dimen name="activity_vertical_margin">16dp</dimen> <!--Card Stack--> <dimen name="card_gap">60dp</dimen> <dimen name="card_gap_bottom">5dp</dimen> <d...
/content/code_sandbox/VirtualApp/app/src/main/res/values/dimens.xml
xml
2016-07-06T13:25:23
2024-08-16T16:38:22
VirtualApp
asLody/VirtualApp
10,107
264
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24.0" android:viewportHeight="24.0"> <path android:fillColor="#FF000000" android:pathData="M13,7h-2v2h2L13,7zM13,11h-2v2h2v-2zM17,11h-2v2h2v-2zM3,3v18h18L21,3L...
/content/code_sandbox/sample/src/main/res/drawable/ic_border_on.xml
xml
2016-10-06T22:42:42
2024-08-16T18:32:58
lottie-android
airbnb/lottie-android
34,892
174
```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 OR CO...
/content/code_sandbox/traffic_portal/app/src/common/directives/treeSelect/TreeSelectDirective.d.ts
xml
2016-09-02T07:00:06
2024-08-16T03:50:21
trafficcontrol
apache/trafficcontrol
1,043
406
```xml <resources> <!-- Base application theme. --> <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> <!-- Customize your theme here. --> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item na...
/content/code_sandbox/demo/src/main/res/values/styles.xml
xml
2016-02-23T08:54:55
2024-08-15T05:22:10
Fragmentation
YoKeyword/Fragmentation
9,719
360
```xml import type { ComponentProps, ComponentState, Slot } from '@fluentui/react-utilities'; export type DialogActionsSlots = { root: Slot<'div'>; }; export type DialogActionsPosition = 'start' | 'end'; /** * DialogActions Props */ export type DialogActionsProps = ComponentProps<DialogActionsSlots> & { /** ...
/content/code_sandbox/packages/react-components/react-dialog/library/src/components/DialogActions/DialogActions.types.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
174
```xml <?xml version="1.0" encoding="utf-8"?> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="path_to_url" xmlns:app="path_to_url" xmlns:tools="path_to_url" android:id="@+id/main_content" android:layout_width="match_parent" android:layout_height="match_parent"> <com.google.a...
/content/code_sandbox/app/src/main/res/layout/frag_play_queue.xml
xml
2016-04-09T15:47:45
2024-08-14T04:30:04
MusicLake
caiyonglong/MusicLake
2,654
496
```xml import { KeyDefinitionLike, MigrationHelper } from "../migration-helper"; import { Migrator } from "../migrator"; type ExpectedGlobalState = { disableContextMenuItem?: boolean; }; const enableContextMenuKeyDefinition: KeyDefinitionLike = { stateDefinition: { name: "autofillSettings", }, key: "enabl...
/content/code_sandbox/libs/common/src/state-migrations/migrations/31-move-enable-context-menu-to-autofill-settings-state-provider.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
322
```xml <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:background="@color/colorDark" android:clickable="true" tools:context="com.sdsmdg.harjot.MusicDNA.fragments.Rec...
/content/code_sandbox/app/src/main/res/layout/fragment_recents.xml
xml
2016-04-30T20:12:34
2024-08-15T10:56:34
MusicDNA
harjot-oberai/MusicDNA
2,822
1,074
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> </PropertyGroup> <PropertyGroup> <Version>$(RoslynatorAnalyzersVersion)</Version> <AssemblyName>Roslynator.CodeAnalysis.Analyzers</AssemblyName> <RootNamespace>Roslynator.CodeAnalysis</Root...
/content/code_sandbox/src/CodeAnalysis.Analyzers/CodeAnalysis.Analyzers.csproj
xml
2016-04-26T18:51:53
2024-08-16T05:58:36
roslynator
dotnet/roslynator
3,030
360
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE language SYSTEM "language.dtd"> <language name="Motorola 68k (VASM/Devpac)" section="Assembler" version="2" kateversion="5.0" extensions="*.s;*.i;*.S;*.I" author="Miro Kropacek (miro.kropacek@gmail.com)" license="LGPL"> <highlighting> <list name="Data Reg...
/content/code_sandbox/src/data/extra/syntax-highlighting/syntax/asm-m68k.xml
xml
2016-10-05T07:24:54
2024-08-16T05:03:40
vnote
vnotex/vnote
11,687
6,367
```xml <vector android:height="306dp" android:viewportHeight="216.00002" android:viewportWidth="216" android:width="306dp" xmlns:aapt="path_to_url" xmlns:android="path_to_url"> <path android:fillAlpha="0.47600002" android:fillColor="#d0e9f2" android:pathData="m98.91,116.702c26.092,26...
/content/code_sandbox/app/src/main/res/drawable/logo_osm_magnifier.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
10,747
```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/gdot/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
338
```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 * as random from '@stdlib/types/random'...
/content/code_sandbox/lib/node_modules/@stdlib/random/iter/cosine/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
544
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <RollForward>LatestMajor</RollForward> </PropertyGroup> <PropertyGroup> <!-- Workaround for issue path_to_url --> <RuntimeIdentifier...
/content/code_sandbox/utils/SkiaSharpGenerator/SkiaSharpGenerator.csproj
xml
2016-02-22T17:54:43
2024-08-16T17:53:42
SkiaSharp
mono/SkiaSharp
4,347
188
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <group> <clip-path android:pathData="M2,2h20v20h-20z"/> <path android:pathData="M12.625,7C12.97,7 13.25,7.28 13.25,7.625V12.732C13.25,13...
/content/code_sandbox/app/src/main/res/drawable/access_time.xml
xml
2016-04-30T16:43:17
2024-08-16T19:45:08
android
bitwarden/android
6,085
457
```xml /** @jsx jsx */ import { Transforms } from 'slate' import { jsx } from '../../..' export const run = (editor, options = {}) => { Transforms.insertFragment( editor, <fragment> <inline>fragment</inline> </fragment>, options ) } export const input = ( <editor> <block> <cursor ...
/content/code_sandbox/packages/slate/test/transforms/insertFragment/of-inlines/block-start.tsx
xml
2016-06-18T01:52:42
2024-08-16T18:43:42
slate
ianstormtaylor/slate
29,492
140
```xml // This is a generated file. Changes are likely to result in being overwritten declare namespace ButtonScssNamespace { export interface IButtonScss { button: string; 'default-button': string; defaultButton: string; 'link-button': string; linkButton: string; 'primary-button': string; ...
/content/code_sandbox/packages/sdk/ui-react/src/widget/button/button.scss.d.ts
xml
2016-11-11T23:15:09
2024-08-16T12:45:29
BotFramework-Emulator
microsoft/BotFramework-Emulator
1,803
143
```xml import { FluentBundle } from "@fluent/bundle/compat"; import React, { FunctionComponent } from "react"; import { graphql } from "react-relay"; import { useCoralContext } from "coral-framework/lib/bootstrap"; import { getMessage } from "coral-framework/lib/i18n"; import { QueryRenderData, QueryRenderer } from "c...
/content/code_sandbox/client/src/core/client/stream/tabs/Comments/IllegalContentReportView/AdditionalCommentQuery.tsx
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
640
```xml import { Component } from '@angular/core'; import { ComponentFixture, fakeAsync, flush, TestBed, tick } from '@angular/core/testing'; import { FormsModule } from '@angular/forms'; import { By } from '@angular/platform-browser'; import { NoopAnimationsModule } from '@angular/platform-browser/animations'; import {...
/content/code_sandbox/src/app/components/table/table.spec.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
14,598
```xml // // // Microsoft Bot Framework: path_to_url // // Bot Framework Emulator Github: // path_to_url // // All rights reserved. // // 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 witho...
/content/code_sandbox/packages/sdk/shared/src/utils/bot.spec.ts
xml
2016-11-11T23:15:09
2024-08-16T12:45:29
BotFramework-Emulator
microsoft/BotFramework-Emulator
1,803
976
```xml import { Column } from "../../../../../../src/decorator/columns/Column" import { EditHistory } from "./EditHistory" export class ExtraInformation { @Column((type) => EditHistory) lastEdit: EditHistory } ```
/content/code_sandbox/test/functional/mongodb/basic/embedded-columns/entity/ExtraInformation.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
50
```xml <vector xmlns:android="path_to_url" android:width="128dp" android:height="128dp" android:viewportWidth="128" android:viewportHeight="128"> <path android:pathData="M119.416,95.983c-17.67,30.593 -56.805,41.075 -87.41,23.412C1.4,101.733 -9.088,62.612 8.582,32.019 26.253,1.422 65.39,-9.06 95.996,...
/content/code_sandbox/app/src/main/res/drawable/ic_quest_barrier_on_path.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
1,233
```xml import { definePageConfig } from 'ice'; export default function Home() { return ( <> <h2>Home Page</h2> </> ); } export const pageConfig = definePageConfig(() => { return { queryParamsPassKeys: [ 'questionId', 'source', 'disableNav', ], title: 'Home', }; }); ...
/content/code_sandbox/examples/with-pha/src/pages/home.tsx
xml
2016-11-03T06:59:15
2024-08-16T10:11:29
ice
alibaba/ice
17,815
83
```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/3389.xml
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
1,151
```xml import { filter, firstValueFrom, Observable, scan, startWith } from "rxjs"; import { pairwise } from "rxjs/operators"; import { EventCollectionService } from "@bitwarden/common/abstractions/event/event-collection.service"; import { AccountService } from "@bitwarden/common/auth/abstractions/account.service"; imp...
/content/code_sandbox/apps/browser/src/autofill/services/autofill.service.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
21,875
```xml import { ItemType } from '../../../types'; import { TeamsSchemeMappingWithAreas } from '../../types'; import { pickValuesFromColorScheme } from '../../../colorUtils'; import { stringLiteralsArray } from '../../../../utils'; export const headerColorAreas = stringLiteralsArray('foreground'); export type HeaderCol...
/content/code_sandbox/packages/fluentui/react-northstar/src/themes/teams/components/Header/headerVariables.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
159
```xml import type { CommentThreadResponseDto } from './CommentThreadResponseDto' export type GetCommentThreadResponse = { Code: 1000 CommentThread: CommentThreadResponseDto } ```
/content/code_sandbox/packages/docs-core/lib/Api/Types/GetCommentThreadResponse.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
41
```xml <?xml version="1.0" encoding="utf-8"?> <set xmlns:android="path_to_url"> <rotate android:duration="500" android:fromDegrees="0" android:pivotX="50%" android:pivotY="50%" android:repeatCount="-1" android:toDegrees="359" /> </set> ```
/content/code_sandbox/app/src/main/res/anim/rotate.xml
xml
2016-08-23T02:06:33
2024-08-15T05:45:16
FastBle
Jasonchenlijian/FastBle
5,270
80
```xml import React from 'react' import moment from 'moment' import {shallow} from 'enzyme' import CustomTimeRangeDropdown from 'src/shared/components/CustomTimeRangeDropdown' const setup = (overrides = {}) => { const props = { timeRange: {upper: 'now()', lower: '2017-10-24'}, onApplyTimeRange: () => {}, ...
/content/code_sandbox/ui/test/shared/components/CustomTimeRangeDropdown.test.tsx
xml
2016-08-24T23:28:56
2024-08-13T19:50:03
chronograf
influxdata/chronograf
1,494
236
```xml <?xml version="1.0" encoding="utf-8"?> <merge xmlns:android="path_to_url" xmlns:tools="path_to_url" xmlns:app="path_to_url" tools:parentTag="org.thoughtcrime.securesms.components.BorderlessImageView"> <View android:id="@+id/sticker_missing_shade" android:layout_width="match_p...
/content/code_sandbox/src/main/res/layout/sticker_view.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
381
```xml import { fileURLToPath } from 'node:url' import { bench, describe } from 'vitest' import { normalize } from 'pathe' import { withoutTrailingSlash } from 'ufo' import { loadNuxt } from '../src' const emptyDir = withoutTrailingSlash(normalize(fileURLToPath(new URL('../../../node_modules/fixture', import.meta.url)...
/content/code_sandbox/packages/nuxt/test/load-nuxt.bench.ts
xml
2016-10-26T11:18:47
2024-08-16T19:32:46
nuxt
nuxt/nuxt
53,705
201
```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. --> <vector android:height="24dp" android:viewportHeight="24.0" android:viewportWidth="24.0" android:width="24dp" xmlns:android="pa...
/content/code_sandbox/catalog/java/io/material/catalog/bottomsheet/res/drawable/ic_folder_24dp.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
196
```xml 'use client' import Link from 'next/link' import { useRouter } from 'next/navigation' import React from 'react' export default function Page() { const router = useRouter() return ( <dialog open> <h1>Modal</h1> <br /> <button onClick={() => router.refresh()} id="refresh-router"> ...
/content/code_sandbox/test/e2e/app-dir/parallel-routes-revalidation/app/@dialog/refresh-modal/page.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
98
```xml export function increment(n: number) { n++; return n; } ```
/content/code_sandbox/e2e/test/tap-typescript/src/increment.ts
xml
2016-02-12T13:14:28
2024-08-15T18:38:25
stryker-js
stryker-mutator/stryker-js
2,561
18
```xml export type FontStyle = 'normal' | 'italic' | 'oblique'; export type FontWeight = | number | 'thin' | 'ultralight' | 'light' | 'normal' | 'medium' | 'semibold' | 'bold' | 'ultrabold' | 'heavy'; export interface FontDescriptor { fontFamily: string; fontStyle?: FontStyle; fontWeight?: F...
/content/code_sandbox/packages/types/font.d.ts
xml
2016-10-18T21:33:58
2024-08-16T18:05:15
react-pdf
diegomura/react-pdf
14,585
497
```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....
/content/code_sandbox/modules/flowable-engine-configurator/src/test/resources/flowable.app.cfg.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
372
```xml /** * [[link-ankr]] provides a third-party service for connecting to * various blockchains over JSON-RPC. * * **Supported Networks** * * - Ethereum Mainnet (``mainnet``) * - Goerli Testnet (``goerli``) * - Sepolia Testnet (``sepolia``) * - Arbitrum (``arbitrum``) * - Base (``base``) * - Base ...
/content/code_sandbox/lib.commonjs/providers/provider-ankr.d.ts
xml
2016-07-16T04:35:37
2024-08-16T13:37:46
ethers.js
ethers-io/ethers.js
7,843
602
```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>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>swiftf...
/content/code_sandbox/EditorExtension/Application/Info.plist
xml
2016-08-22T19:39:05
2024-08-16T05:22:38
SwiftFormat
nicklockwood/SwiftFormat
7,743
433
```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="pl" original="../LocalizableSt...
/content/code_sandbox/src/Cli/dotnet/commands/dotnet-build/xlf/LocalizableStrings.pl.xlf
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
771
```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/pos/index.ts
xml
2016-02-01T21:45:35
2024-08-15T19:16:48
lisk-sdk
LiskArchive/lisk-sdk
2,721
183
```xml <LinearLayout xmlns:android="path_to_url" xmlns:tools="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" a...
/content/code_sandbox/pjsip-apps/src/swig/java/android/app/src/main/res/layout/activity_main.xml
xml
2016-01-24T05:00:33
2024-08-16T03:31:21
pjproject
pjsip/pjproject
1,960
483
```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 {NgModule} from '@angular/core'; import {CommonModule} from '@angular/common'; import {A11yModule} from '@angular/cdk/a11y'; import {OverlayModule} from '@angular/...
/content/code_sandbox/src/material/tooltip/module.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
202
```xml import React, { useContext } from "react"; import { GlobalContext } from "../../App"; import { MultiTabLogViewer } from "../../common/MultiTabLogViewer"; import { UnifiedJob } from "../../type/job"; type JobDriverLogsProps = { job: Pick< UnifiedJob, | "job_id" | "driver_node_id" | "submission_...
/content/code_sandbox/python/ray/dashboard/client/src/pages/job/JobDriverLogs.tsx
xml
2016-10-25T19:38:30
2024-08-16T19:46:34
ray
ray-project/ray
32,670
462
```xml import * as ts from 'typescript'; import * as path from 'path'; import { isVoidType } from '../utils/isVoidType'; import { getDecorators, getDecoratorValues, getPath, getProduces, getSecurites } from './../utils/decoratorUtils'; import { getJSDocComment, getJSDocDescription, isExistJSDocTag } from './../utils/js...
/content/code_sandbox/packages/cli/src/metadataGeneration/methodGenerator.ts
xml
2016-06-17T10:42:50
2024-08-16T05:57:17
tsoa
lukeautry/tsoa
3,408
3,257
```xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="path_to_url" xmlns:tools="path_to_url" package="com.example.jingbin.designpattern"> <application android:name=".app.PatternApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" androi...
/content/code_sandbox/app/src/main/AndroidManifest.xml
xml
2016-10-21T10:59:32
2024-08-16T08:25:37
DesignPattern
youlookwhat/DesignPattern
4,673
451
```xml import { isDev } from "./dev.js"; import { inspect } from "./inspect.js"; import type { ExecutionEntryFlags } from "./interfaces.js"; import { $$safeError, FLAG_ERROR, FLAG_INHIBITED, FLAG_NULL, } from "./interfaces.js"; const $$flagged = Symbol("grafastFlaggedValue"); /** * Wrapper for errors to retu...
/content/code_sandbox/grafast/grafast/src/error.ts
xml
2016-04-14T21:29:19
2024-08-16T17:12:51
crystal
graphile/crystal
12,539
655
```xml nsim_isa_family=av2em nsim_isa_core=2 arcver=0x42 nsim_isa_rgf_num_banks=1 nsim_isa_rgf_num_regs=32 nsim_isa_rgf_num_wr_ports=1 nsim_isa_big_endian=0 nsim_isa_lpc_size=32 nsim_isa_pc_size=32 nsim_isa_addr_size=32 nsim_isa_code_density_option=2 nsim_isa_div_rem_option=1 nsim_isa_turbo_boost=1 nsim_i...
/content/code_sandbox/boards/snps/nsim/arc_classic/support/nsim_em7d_v22.props
xml
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
622
```xml <?xml version="1.0" encoding="utf-8"?> <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> <RootNamespace>Xamarin.Android.Tools.VSWhere</RootNamespace> <AssemblyName>vswh...
/content/code_sandbox/tools/vswhere/vswhere.csproj
xml
2016-03-30T15:37:14
2024-08-16T19:22:13
android
dotnet/android
1,905
148
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <!-- Global string --> <string name="ok">OK</string> <string name="cancel">Cancelar</string> <string name="yes">Sim</string> <string name="no">No</string> <string name="error">Falha</string> <string name="warning">Ateno</string> <...
/content/code_sandbox/app/src/main/res/values-pt-rBR/strings.xml
xml
2016-10-18T15:38:44
2024-08-16T19:19:31
libretorrent
proninyaroslav/libretorrent
1,973
11,130
```xml <!-- ~ Nextcloud - Android Client ~ --> <vector xmlns:android="path_to_url" android:height="24dp" android:width="24dp" android:viewportWidth="24" android:viewportHeight="24"> <path android:fillColor="#FFFFFF" android:pathData="M4,3H5V5H3V4A1,1 0 0,1 4,3M20,3A1,1 0 0,1 21,4V5H19V3H20M15,5V...
/content/code_sandbox/app/src/main/res/drawable/ic_select_none.xml
xml
2016-06-06T21:23:36
2024-08-16T18:22:36
android
nextcloud/android
4,122
323
```xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="path_to_url" xmlns:xsi="path_to_url" xsi:schemaLocation="path_to_url path_to_url"> <modelVersion>4.0.0</modelVersion> <groupId>com.didispace</groupId> <artifactId>Chapter2-1-2</artifactId> <version>1.0.0</version> <packaging>jar...
/content/code_sandbox/1.x/Chapter2-1-2/pom.xml
xml
2016-08-21T03:39:06
2024-08-16T17:54:09
SpringBoot-Learning
dyc87112/SpringBoot-Learning
15,676
401
```xml <vector android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp" xmlns:android="path_to_url"> <path android:fillColor="@android:color/white" android:pathData="M22,9L22,7h-2L20,5c0,-1.1 -0.9,-2 -2,-2L4,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 ...
/content/code_sandbox/app/src/main/res/drawable/ic_system.xml
xml
2016-08-21T09:18:13
2024-08-16T02:55:58
apkupdater
rumboalla/apkupdater
2,835
248
```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>16G29</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>AirportBrcmFixup</stri...
/content/code_sandbox/Clover-Configs/Lenovo/ThinkPad T540/CLOVER/kexts/10.13/AirportBrcmFixup.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,426
```xml import { observer } from "mobx-react"; import { TableOfContentsIcon, EditIcon, PlusIcon, MoonIcon, MoreIcon, SunIcon, } from "outline-icons"; import * as React from "react"; import { useTranslation } from "react-i18next"; import { Link } from "react-router-dom"; import styled, { useTheme } from "styl...
/content/code_sandbox/app/scenes/Document/components/Header.tsx
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
2,436
```xml namespace pxt { // keep all of these in sync with pxtbase.h export const REFCNT_FLASH = "0xfffe" export const VTABLE_MAGIC = 0xF9 export const ValTypeObject = 4 export enum BuiltInType { BoxedString = 1, BoxedNumber = 2, BoxedBuffer = 3, RefAction = 4, ...
/content/code_sandbox/pxtlib/hf2.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
5,374
```xml <Project Sdk="Microsoft.NET.Sdk"> <Import Project="..\..\..\..\configureawait.props" /> <Import Project="..\..\..\..\common.props" /> <PropertyGroup> <TargetFrameworks>netstandard2.0;netstandard2.1;net8.0</TargetFrameworks> <RootNamespace /> </PropertyGroup> <ItemGroup>...
/content/code_sandbox/modules/setting-management/src/Volo.Abp.SettingManagement.Application.Contracts/Volo.Abp.SettingManagement.Application.Contracts.csproj
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
237
```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. --> <selector xmlns:android="path_to_url"> <item android:state_pressed="true" andro...
/content/code_sandbox/app/src/main/res/drawable/btn_keyboard_key_gingerbread_popup.xml
xml
2016-01-22T21:40:54
2024-08-16T11:54:30
hackerskeyboard
klausw/hackerskeyboard
1,807
105
```xml <ResourceDictionary xmlns="path_to_url" xmlns:x="path_to_url" xmlns:local="using:Telegram.Controls.Messages.Content" xmlns:controls="using:Telegram.Controls" xmlns:d="path_to_url" xmlns:mc="path_to_url" ...
/content/code_sandbox/Telegram/Controls/Messages/Content/GameContent.xaml
xml
2016-05-23T09:03:33
2024-08-16T16:17:48
Unigram
UnigramDev/Unigram
3,744
605
```xml import { AudioMode } from './Audio.types'; export * from './Audio/Recording'; export * from './Audio/Sound'; export { setIsEnabledAsync } from './Audio/AudioAvailability'; export { PitchCorrectionQuality } from './AV'; /** * We provide this API to customize the audio experience on iOS and Android. * @param par...
/content/code_sandbox/packages/expo-av/build/Audio.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
120
```xml import { assert } from 'chai'; import { NO_ADDITIONAL_NODES_PRESET } from '../../../../../src/options/presets/NoCustomNodes'; import { readFileAsString } from '../../../../helpers/readFileAsString'; import { JavaScriptObfuscator } from '../../../../../src/JavaScriptObfuscatorFacade'; import { getStringArrayRe...
/content/code_sandbox/test/functional-tests/node-transformers/initializing-transformers/comments-transformer/CommentsTransformer.spec.ts
xml
2016-05-09T08:16:53
2024-08-16T19:43:07
javascript-obfuscator
javascript-obfuscator/javascript-obfuscator
13,358
1,413
```xml export const input = { title: 'Extends', type: 'object', extends: { $ref: 'test/resources/BaseType.1.json', }, properties: { foo: { type: 'string', }, }, required: ['foo'], additionalProperties: false, } export const options = { declareExternallyReferenced: true, } ```
/content/code_sandbox/test/e2e/extends.1a.ts
xml
2016-03-22T03:56:58
2024-08-12T18:37:05
json-schema-to-typescript
bcherny/json-schema-to-typescript
2,877
84
```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/47_MaxValueOfGifts/47_MaxValueOfGifts.vcxproj.filters
xml
2016-11-21T05:04:57
2024-08-14T04:03:23
CodingInterviewChinese2
zhedahht/CodingInterviewChinese2
5,289
312
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <string-array name="ssb_appearance_values"> <item>1</item> <item>2</item> <item>3</item> <item>4</item> <item>5</item> <item>6</item> <item>7</item> <item>8</item> </string-array> </resource...
/content/code_sandbox/app/src/main/res/values/ssb_appearance_values.xml
xml
2016-02-01T23:48:36
2024-08-15T03:35:42
TagMo
HiddenRamblings/TagMo
2,976
102
```xml import * as React from 'react'; import { usePopoverSurface_unstable } from './usePopoverSurface'; import { renderPopoverSurface_unstable } from './renderPopoverSurface'; import { usePopoverSurfaceStyles_unstable } from './usePopoverSurfaceStyles.styles'; import type { PopoverSurfaceProps } from './PopoverSurface...
/content/code_sandbox/packages/react-components/react-popover/library/src/components/PopoverSurface/PopoverSurface.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
200
```xml import type { Config } from "tailwindcss"; const config: Config = { content: [ "./pages/**/*.{js,ts,jsx,tsx,mdx}", "./components/**/*.{js,ts,jsx,tsx,mdx}", "./app/**/*.{js,ts,jsx,tsx,mdx}", ], theme: { extend: { colors: { background: "var(--background)", foreground: "...
/content/code_sandbox/packages/create-next-app/templates/default-tw/ts/tailwind.config.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
118
```xml import * as mongoose from 'mongoose'; import { IContext as IMainContext } from '@erxes/api-utils/src'; import { IAutomationModel, loadClass as loadAutomationClass, } from './models/Automations'; import { IAutomationDocument } from './models/definitions/automaions'; import { IExecutionDocument } from './model...
/content/code_sandbox/packages/plugin-automations-api/src/connectionResolver.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
342
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /// <reference types="@stdlib/types"/> /** * If provided a value, returns an updated ...
/content/code_sandbox/lib/node_modules/@stdlib/stats/incr/hmean/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
275
```xml import { useEffect, useRef } from "react"; /** * useEffectAfterMount is a react hook that will run effects * except when the component has just been mounted. */ export default function useEffectAfterMount( effect: React.EffectCallback, deps: ReadonlyArray<any> ) { const mountedRef = useRef<boolean>(fal...
/content/code_sandbox/client/src/core/client/framework/hooks/useEffectAfterMount.ts
xml
2016-10-31T16:14:05
2024-08-06T16:15:57
talk
coralproject/talk
1,881
118
```xml export const standardEasing = 'cubic-bezier(0.4, 0, 0.2, 1)' export const deceleratedEasing = 'cubic-bezier(0.0, 0, 0.2, 1)' // Entering export const acceleratedEasing = 'cubic-bezier(0.4, 0, 1, 1)' // Leaving ```
/content/code_sandbox/packages/vuetify/src/util/easing.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
89
```xml import axios, { parseAxiosError } from '@/portainer/services/axios'; import { Pair } from '@/react/portainer/settings/types'; import { EnvironmentId } from '@/react/portainer/environments/types'; import { Stack } from '../../types'; import { buildCreateUrl } from './buildUrl'; export interface StandaloneFileC...
/content/code_sandbox/app/react/common/stacks/queries/useCreateStack/createStandaloneStackFromFileContent.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
256