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 <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <Description>App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.</Description> <TargetFrameworks>netstandard2.0</TargetFrameworks> <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TargetFrameworks);net46...
/content/code_sandbox/src/Core/src/App.Metrics.Formatters.Json/App.Metrics.Formatters.Json.csproj
xml
2016-11-20T04:39:02
2024-08-14T12:43:59
AppMetrics
AppMetrics/AppMetrics
2,215
169
```xml import { PortainerResponse } from '@/react/docker/types'; import { ContainerId } from '@/react/docker/containers/types'; export type IPConfig = { Subnet: string; Gateway: string; IPRange?: string; AuxiliaryAddresses?: Record<string, string>; }; export type NetworkId = string; export type NetworkOption...
/content/code_sandbox/app/react/docker/networks/types.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
245
```xml import moment from 'moment'; import * as R from 'ramda'; import { IGroupedCommitsByDate, ICommitView } from '../store/types'; const groupCommitsByDatesInDescOrder = ( commits: ICommitView[] ): IGroupedCommitsByDate[] => { return R.groupWith( (c1, c2) => moment(c1.dateCreated).isSame(moment(c2.dateCreat...
/content/code_sandbox/webapp/client/src/features/versioning/commitsHistory/helpers/groupCommitsByDatesInDescOrder.ts
xml
2016-10-19T01:07:26
2024-08-14T03:53:55
modeldb
VertaAI/modeldb
1,689
167
```xml import { getCloseInfo } from "../../../models/utils/closeUtils"; import { getFullDate } from "../../../models/utils/utils"; import { checkPermission, paginate } from "@erxes/api-utils/src"; import { IContext } from "../../../connectionResolver"; const generateFilter = async (params, commonQuerySelector) => { ...
/content/code_sandbox/packages/plugin-loans-api/src/graphql/resolvers/queries/contracts.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
1,390
```xml import { Navigate, RouteObject } from "react-router-dom"; import PATHS from "config/constants/sub/paths"; import NetworkSessionViewer from "views/features/sessions/SessionsIndexPageContainer/NetworkSessions/NetworkSessionViewer"; import { SessionsListScreenContainer } from "./screens/SessionsListScreen/SessionsL...
/content/code_sandbox/app/src/features/sessionBook/routes.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
362
```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 {CHTMLCharMap, AddCSS} from '../../FontData.js'; import {t...
/content/code_sandbox/ts/output/chtml/fonts/tex/tex-size4.ts
xml
2016-02-23T09:52:03
2024-08-16T04:46:50
MathJax-src
mathjax/MathJax-src
2,017
203
```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/app/main/src/server/state/conversation.spec.ts
xml
2016-11-11T23:15:09
2024-08-16T12:45:29
BotFramework-Emulator
microsoft/BotFramework-Emulator
1,803
2,918
```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/deps/boost_1_66_0/libs/icl/test/test_casual_/vc10_test_casual.vcxproj.filters
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
366
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="9532" systemVersion="15D21" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" initialViewController="bc...
/content/code_sandbox/examples/InstaPreview/Sample/Base.lproj/Main.storyboard
xml
2016-02-23T06:57:38
2024-08-15T10:53:43
PeekPop
marmelroy/PeekPop
1,955
1,609
```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/auth/module/action/index.ts
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
353
```xml import { ImageStyle, ImageURISource, PressableProps, StyleProp, ViewProps, ViewStyle } from 'react-native'; import { ImageDimensions } from '../shared-types'; import { WebBlockStyles } from '@native-html/transient-render-engine'; /** * Props for {@link useIMGElementStateWithCache} hook. */ export ...
/content/code_sandbox/packages/render-html/src/elements/img-types.ts
xml
2016-11-29T10:50:53
2024-08-08T06:53:22
react-native-render-html
meliorence/react-native-render-html
3,445
965
```xml <set xmlns:android="path_to_url" android:shareInterpolator="false"> <translate android:fromXDelta="-100%" android:toXDelta="0%" android:fromYDelta="0%" android:toYDelta="0%" android:duration="1400" /> </set> ```
/content/code_sandbox/Android/ViewFlipper/app/src/main/res/anim/in_from_left.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
69
```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 {Directionality} from '@angular/cdk/bidi'; import {BooleanInput, coerceArray, coerceBooleanProperty} from '@angular/cdk/coercion'; import {DOWN_ARROW, ENTER, ESCAPE...
/content/code_sandbox/src/cdk-experimental/combobox/combobox.ts
xml
2016-01-04T18:50:02
2024-08-16T11:21:13
components
angular/components
24,263
2,382
```xml import * as Viewer from '../viewer.js'; import * as CX from '../Common/Compression/CX.js'; import * as U8 from '../rres/u8.js'; import * as TPL from './tpl.js'; import * as World from './world.js'; import { WorldRenderer, TPLTextureHolder } from './render.js'; import { GfxDevice } from '../gfx/platform/GfxPla...
/content/code_sandbox/src/PaperMarioTTYD/Scenes_SuperPaperMario.ts
xml
2016-10-06T21:43:45
2024-08-16T17:03:52
noclip.website
magcius/noclip.website
3,206
8,607
```xml import type { ButtonHTMLAttributes } from 'react'; import React from 'react'; import type { ValueOf } from 'type-fest'; export const ButtonSizeEnum = { Default: 'default', Small: 'small', Medium: 'medium', xs: 'xs', } as const; // These variants determine how the `bg` color variable is handled // Outlin...
/content/code_sandbox/packages/insomnia/src/ui/components/themed-button/button.tsx
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
928
```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/base/rayleigh/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,330
```xml import { jsx, Canvas, createRef } from '@antv/f2'; import { createContext, delay } from '@antv/f-test-utils'; import { mockRandom as mockMathRandom, resetMockRandom } from 'jest-mock-random'; import WordCloud from '../src'; var keywords = { visualMap: 22199, continuous: 10288, contoller: 620, series: 27...
/content/code_sandbox/packages/f2-wordcloud/test/index.test.tsx
xml
2016-08-29T06:26:23
2024-08-16T15:50:14
F2
antvis/F2
7,877
3,014
```xml import { IPropertyPaneDropdownOption } from '@microsoft/sp-property-pane'; export const ThemeVariantSlots: IPropertyPaneDropdownOption[] = [ { key: "accentButtonBackground", text: "accentButtonBackground"}, { key: "accentButtonText", text: "accentButtonText"}, { key: "actionLink", text: "actionLin...
/content/code_sandbox/samples/react-enhanced-powerapps/src/webparts/enhancedPowerApps/ThemeVariantSlots.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
1,618
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:id="@+id/layout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:clickable="true" android:orientation="vertical" android:visibility="visi...
/content/code_sandbox/Android/FloatingChatHeads/app/src/main/res/layout/overlay_layout.xml
xml
2016-05-02T05:43:21
2024-08-16T06:51:39
journaldev
WebJournal/journaldev
1,314
146
```xml import * as React from 'react'; import * as _ from 'lodash'; import { getCode, keyboardKey } from '@fluentui/accessibility'; import { Button, Flex, Input, Toolbar, Ref, Chat } from '@fluentui/react-northstar'; import { toolbarItems } from './mockData'; import classNames from './classNames'; import { SendIcon } ...
/content/code_sandbox/packages/fluentui/react-northstar-prototypes/src/prototypes/chatMessages/ThreadedMessages/ThreadReplyEditor.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
430
```xml /* * Squidex Headless CMS * * @license */ import { ChangeDetectionStrategy, Component } from '@angular/core'; @Component({ standalone: true, selector: 'sqx-random-dog-card', styleUrls: ['./random-dog-card.component.scss'], templateUrl: './random-dog-card.component.html', changeDetection...
/content/code_sandbox/frontend/src/app/shared/components/cards/random-dog-card.component.ts
xml
2016-08-29T05:53:40
2024-08-16T17:39:38
squidex
Squidex/squidex
2,222
103
```xml import * as React from 'react'; import { NativeMethods } from 'react-native'; import RNSVGFeMerge from '../../fabric/FeMergeNativeComponent'; import { extractFeMerge, extractFilter } from '../../lib/extract/extractFilter'; import FilterPrimitive from './FilterPrimitive'; export interface FeMergeProps { childr...
/content/code_sandbox/src/elements/filters/FeMerge.tsx
xml
2016-01-17T14:29:21
2024-08-16T13:35:44
react-native-svg
software-mansion/react-native-svg
7,397
176
```xml export function createTokenParser(format: string) { return (str: string) => { const tokens: string[] = []; const regex = format.replace(/\./g, '\\.').replace(/\{\s?([0-9a-zA-Z]+)\s?\}/g, (_, token) => { tokens.push(token); return '(.+)'; }); const matches = (str.match(regex) || [])...
/content/code_sandbox/npm/ng-packs/packages/core/src/lib/utils/string-utils.ts
xml
2016-12-03T22:56:24
2024-08-16T16:24:05
abp
abpframework/abp
12,657
285
```xml import FontAwesome from '@expo/vector-icons/FontAwesome'; import MaterialIcons from '@expo/vector-icons/MaterialIcons'; import AsyncStorage from '@react-native-async-storage/async-storage'; import { useFocusEffect } from '@react-navigation/native'; import { StackNavigationProp } from '@react-navigation/stack'; i...
/content/code_sandbox/apps/native-component-list/src/screens/Location/BackgroundLocationMapScreen.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
3,183
```xml import { inject, injectable } from 'inversify'; import { Uri } from 'vscode'; import * as path from 'path'; import { IActiveResourceService, IApplicationShell, ITerminalManager } from '../../common/application/types'; import { IConfigurationService, IDisposableRegistry, IExperimentService, IPers...
/content/code_sandbox/src/client/terminals/envCollectionActivation/indicatorPrompt.ts
xml
2016-01-19T10:50:01
2024-08-12T21:05:24
pythonVSCode
DonJayamanne/pythonVSCode
2,078
972
```xml <!-- ~ ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <window xmlns="path_to_url"> <data> <collection id="tasksDc" class="com.haulmont.cuba.co...
/content/code_sandbox/modules/web/test/spec/cuba/web/components/calendar/screens/calendar-screen.xml
xml
2016-03-24T07:55:56
2024-07-14T05:13:48
cuba
cuba-platform/cuba
1,342
232
```xml /* * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. */ import {zeebeGrpcApi} from '../api/zeebe-grpc'; const {deployProcesses, createSingleInstance} = zeebeGrpcApi; const setup = async () => { await de...
/content/code_sandbox/operate/client/e2e-playwright/tests/processes.mocks.ts
xml
2016-03-20T03:38:04
2024-08-16T19:59:58
camunda
camunda/camunda
3,172
197
```xml import chalk from 'chalk'; export default function cmd(text: string) { return `${chalk.gray('`')}${chalk.cyan(text)}${chalk.gray('`')}`; } ```
/content/code_sandbox/packages/cli/src/util/output/cmd.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
38
```xml import { useStore } from '../store/useStore'; import { usePreferenceKey } from './PreferenceKeyContext'; /** * Get a preference value from the store * * Relies on the store, using a key namespaced with the preference key from the PreferenceKeyContext * @example * * // when used inside a PreferenceKeyConte...
/content/code_sandbox/packages/ra-core/src/preferences/usePreference.ts
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
243
```xml <?xml version="1.0" encoding="utf-8"?> <Behavior Version="5"> <Node Class="Behaviac.Design.Nodes.Behavior" AgentType="AgentNodeTest" Domains="" Enable="true" HasOwnPrefabData="false" Id="-1" PrefabName="" PrefabNodeId="-1"> <Comment Background="NoColor" Text="" /> <DescriptorRefs value="0:" /> <Con...
/content/code_sandbox/integration/unity/Assets/behaviac/workspace/behaviors/node_test/if_else_ut_0.xml
xml
2016-11-21T05:08:08
2024-08-16T07:18:30
behaviac
Tencent/behaviac
2,831
411
```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. export const hello = "world"; ```
/content/code_sandbox/sdk/nodejs/tests/runtime/testdata/closure-tests/cases/33-Capture-user-defined-module-by-value/util.ts
xml
2016-10-31T21:02:47
2024-08-16T19:47:04
pulumi
pulumi/pulumi
20,743
45
```xml import { Observable } from '../Observable'; import { OperatorFunction, SchedulerLike } from '../types'; /** * Branch out the source Observable values as a nested Observable periodically * in time. * * <span class="informal">It's like {@link bufferTime}, but emits a nested * Observable instead of an array.</...
/content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/internal/operators/windowTime.d.ts
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
829
```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="M18....
/content/code_sandbox/packages/core/src/icon/shapes/forking.ts
xml
2016-09-29T17:24:17
2024-08-11T17:06:15
clarity
vmware-archive/clarity
6,431
521
```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 /** * Evaluates the natural logarithm of the probability density function (logPDF) for...
/content/code_sandbox/lib/node_modules/@stdlib/stats/base/dists/normal/logpdf/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
841
```xml import { Document, Model, Schema } from 'mongoose'; import { field } from '../models/utils'; // customer ====================== export interface ICustomer { phoneNumber: string; integrationId: string; // id on erxes-api erxesApiId?: string; } export interface ICustomerDocument extends ICustomer, Docume...
/content/code_sandbox/packages/plugin-integrations-api/src/callpro/models.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
358
```xml <vector xmlns:android="path_to_url" android:width="220dp" android:height="74dp" android:viewportWidth="220" android:viewportHeight="74"> <path android:pathData="M69.38,31.56C68.23,29.97 66.68,29.21 64.68,29.21C62.58,29.21 60.96,30.07 59.91,31.72H59.72C59.85,30.2 59.91,29.09 59.91,28.39V23...
/content/code_sandbox/app/src/main/res/drawable/logo.xml
xml
2016-04-30T16:43:17
2024-08-16T19:45:08
android
bitwarden/android
6,085
4,717
```xml import * as React from 'react'; import createSvgIcon from '../utils/createSvgIcon'; const BullseyeIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false"> <path d="M1024 640q-80 0-149 30t-122 82-83 123-30 149q0 80 30 1...
/content/code_sandbox/packages/react-icons-mdl2/src/components/BullseyeIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
643
```xml #include "MacXLocalServer.h" #include "MacXLocalSocket.h" #include "MacXLocalServerPrivate.h" #include "Protocol.h" #include "megaapi.h" #import <Cocoa/Cocoa.h> using namespace mega; MacXLocalServer::MacXLocalServer(QObject* parent) :QObject(parent), serverPrivate(new MacXLocalServerPrivate()) { ...
/content/code_sandbox/src/MEGASync/platform/macx/MacXLocalServer.mm
xml
2016-02-10T18:28:05
2024-08-16T19:36:44
MEGAsync
meganz/MEGAsync
1,593
213
```xml /* eslint-disable */ /* prettier-ignore */ // @ts-nocheck // noinspection JSUnusedGlobalSymbols // Generated by unplugin-auto-import export {} declare global { const ComponentPublicInstance: typeof import('vue')['ComponentPublicInstance'] const EffectScope: typeof import('vue')['EffectScope'] const IN_BROW...
/content/code_sandbox/packages/docs/auto-imports.d.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
7,766
```xml import { IContext } from '../../../connectionResolver'; const lastViewedItemMutations = { lastViewedItemAdd: async ( _root, params, { models: { LastViewedItem } }: IContext ) => { const { productId, customerId } = params; const added = await LastViewedItem.lastViewedItemAdd({ prod...
/content/code_sandbox/packages/plugin-ecommerce-api/src/graphql/resolvers/mutations/lastViewedItem.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
169
```xml import { withFilter } from 'graphql-subscriptions'; import { graphqlPubsub } from '../../../pubsub'; export default { onboardingChanged: { subscribe: withFilter( () => graphqlPubsub.asyncIterator('onboardingChanged'), (payload, variables) => { if (!payload) { return false; ...
/content/code_sandbox/packages/core/src/data/resolvers/subscriptions/robot.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
89
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <style name="Signal.Text.Body" parent="Base.TextAppearance.AppCompat.Body1"> <item name="android:textSize">16sp</item> <item name="android:fontFamily">sans-serif</item> </style> <style name="Signal.Text.Preview" parent="Base.TextApp...
/content/code_sandbox/src/main/res/values/text_styles.xml
xml
2016-07-03T07:32:36
2024-08-16T16:51:15
deltachat-android
deltachat/deltachat-android
1,082
411
```xml /* * @license Apache-2.0 * * * * path_to_url * * Unless required by applicable law or agreed to in writing, software * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */ // TypeScript Version: 4.1 /** * Interface defining function options. */ interface Options { /** * Boolean indi...
/content/code_sandbox/lib/node_modules/@stdlib/utils/object-inverse-by/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
1,125
```xml import { toNumericString } from '../../../src/utils'; import { TestCases } from './common'; type Expected = string; type Arguments = { num: number }; describe('Handle exponential notation', () => { const testCases: TestCases<Arguments, Expected>[] = [ { label: 'positive exponents', cases: [ ...
/content/code_sandbox/test/library/utils/to-numeric-string.spec.ts
xml
2016-04-17T12:48:41
2024-08-16T13:19:14
react-number-format
s-yadav/react-number-format
3,842
392
```xml import * as React from 'react'; import { NativeMethods } from 'react-native'; import { Playback, AVPlaybackSource, AVPlaybackStatus, AVPlaybackStatusToSet, AVPlaybackTolerance, PitchCorrectionQuality } from './AV'; import { VideoFullscreenUpdateEvent, VideoNativeProps, VideoProps, VideoReadyForDisplayEvent, Vide...
/content/code_sandbox/packages/expo-av/build/Video.d.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
1,146
```xml <resources> <string name="app_name">AcraWriterAndroidApp</string> </resources> ```
/content/code_sandbox/examples/android_java/AcraWriterAndroidApp/app/src/main/res/values/strings.xml
xml
2016-11-14T16:23:25
2024-08-16T15:35:04
acra
cossacklabs/acra
1,331
23
```xml import MarkdownIt from 'markdown-it' import { configureMarkdown } from '../src/utils/markdown-it' export { configureMarkdown } from '../src/utils/markdown-it' export const md = configureMarkdown(new MarkdownIt()) ```
/content/code_sandbox/packages/docs/build/markdown-it.ts
xml
2016-09-12T00:39:35
2024-08-16T20:06:39
vuetify
vuetifyjs/vuetify
39,539
45
```xml <?xml version="1.0" encoding="utf-8"?> <!-- - FreeOTP - - Authors: Nathaniel McCallum <npmccallum@redhat.com> - - - - 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. ...
/content/code_sandbox/mobile/src/main/res/menu/menu_main.xml
xml
2016-10-24T13:23:25
2024-08-16T07:20:37
freeotp-android
freeotp/freeotp-android
1,387
637
```xml <epp xmlns="urn:ietf:params:xml:ns:epp-1.0"> <response> <result code="1000"> <msg>Command completed successfully</msg> </result> <resData> <domain:chkData xmlns:domain="urn:ietf:params:xml:ns:domain-1.0"> <domain:cd> <domain:name avail="0">rich.example</domain:name> ...
/content/code_sandbox/core/src/test/resources/google/registry/flows/domain/domain_check_fee_response_domain_exists_v06_transfer_only.xml
xml
2016-02-29T20:16:48
2024-08-15T19:49:29
nomulus
google/nomulus
1,685
312
```xml import * as React from 'react'; import { View, StyleSheet, ImageBackground } from 'react-native'; import { ToggleButton, List } from 'react-native-paper'; import ScreenWrapper from '../ScreenWrapper'; type StatusState = 'checked' | 'unchecked'; type Fruits = 'watermelon' | 'strawberries'; enum FontsEnum { ...
/content/code_sandbox/example/src/Examples/ToggleButtonExample.tsx
xml
2016-10-19T05:56:53
2024-08-16T08:48:04
react-native-paper
callstack/react-native-paper
12,646
822
```xml import Router from "koa-router"; import { WhereOptions, Op } from "sequelize"; import { IntegrationType, UserRole } from "@shared/types"; import auth from "@server/middlewares/authentication"; import { transaction } from "@server/middlewares/transaction"; import validate from "@server/middlewares/validate"; impo...
/content/code_sandbox/server/routes/api/integrations/integrations.ts
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
1,048
```xml import type { BytesLike } from "../utils/index.js"; /** * A callback during long-running operations to update any * UI or provide programatic access to the progress. * * The %%percent%% is a value between ``0`` and ``1``. * * @_docloc: api/crypto:Passwords */ export type ProgressCallback = (percent: n...
/content/code_sandbox/lib.commonjs/crypto/scrypt.d.ts
xml
2016-07-16T04:35:37
2024-08-16T13:37:46
ethers.js
ethers-io/ethers.js
7,843
983
```xml import * as React from 'react'; import { Option } from '../Option'; type UseComboboxFilterConfig<T extends { children: React.ReactNode; value: string } | string> = { /** Provides a custom filter for the option. */ filter?: (optionText: string, query: string) => boolean; /** Provides a custom message to d...
/content/code_sandbox/packages/react-components/react-combobox/library/src/hooks/useComboboxFilter.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
531
```xml export interface IUserPresence { "@odata.context"?: string; id?: string; availability: string; activity: string; } //# sourceMappingURL=IUserPresence.d.ts.map ```
/content/code_sandbox/samples/react-staff-directory-sp2019/src/entites/IUserPresence.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
39
```xml import { NodeCollection, GlobalRuleset, RulesetLang, Ruleset } from "@openremote/model"; import manager from "@openremote/core"; import { project, modal } from "../components/flow-editor"; export class Exporter { public flowToJson(collection: NodeCollection) { return JSON.stringify(collection); ...
/content/code_sandbox/ui/component/or-rules/src/flow-viewer/services/exporter.ts
xml
2016-02-03T11:14:02
2024-08-16T12:45:50
openremote
openremote/openremote
1,184
597
```xml import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { MatSelectModule } from '@angular/material/select'; import { MatIconModule } from '@angular/material/icon'; import { CovalentBaseEchartsModule } from '@covalent/echarts/base'; import { CovalentBarEchartsModule } f...
/content/code_sandbox/apps/docs-app/src/app/content/echarts/echarts-demos/bar/demos/bar-demo-basic/bar-demo-basic.shared.ts
xml
2016-07-11T23:30:52
2024-08-15T15:20:45
covalent
Teradata/covalent
2,228
238
```xml import { Column, EnhancedItem, getDefaultPaginationPerPage, isItemRead, isItemSaved, } from '@devhub/core' import { RefObject, useCallback, useRef } from 'react' import { useDispatch } from 'react-redux' import { getCardPropsForItem } from '../components/cards/BaseCard.shared' import { getCurrentFocus...
/content/code_sandbox/packages/components/src/hooks/use-cards-keyboard.ts
xml
2016-11-30T23:24:21
2024-08-16T00:24:59
devhub
devhubapp/devhub
9,652
2,995
```xml import { createClient } from "@libsql/client"; export const db = createClient({ url: process.env.TURSO_DB_URL ? process.env.TURSO_DB_URL : "file:./dev.db", authToken: process.env.TURSO_DB_TOKEN, }); ```
/content/code_sandbox/examples/with-turso/lib/turso.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
57
```xml import Graph from 'graphology-types'; export default function diameter(graph: Graph): number; ```
/content/code_sandbox/src/metrics/graph/diameter.d.ts
xml
2016-08-24T16:59:27
2024-08-16T09:58:25
graphology
graphology/graphology
1,223
19
```xml import Node from './node'; export { Node }; export type PathSolution<TData> = { node: Node<TData>; children: PathSolution<TData>[]; parents: PathSolution<TData>[]; }; export default class Graph<TData> { nodes = new Map<string, Node<TData>>(); makeNode(id: string, data: TData): Node<TData> { if ...
/content/code_sandbox/packages/helpers/src/graph/index.ts
xml
2016-11-30T14:09:21
2024-08-15T18:52:57
statoscope
statoscope/statoscope
1,423
544
```xml export { default } from "./Song" export * from "./SongFactory" ```
/content/code_sandbox/app/src/song/index.ts
xml
2016-03-06T15:19:53
2024-08-15T14:27:10
signal
ryohey/signal
1,238
16
```xml import { getContext } from './context' import { getBuiltLogic, getCachedBuiltLogicByKey, getCachedBuiltLogicByProps } from './build' import { wrapComponent } from '../react/wrap' import { AnyComponent, BuiltLogic, KeaComponent, Logic, LogicBuilder, LogicInput, LogicWrapper, Props, KeyType, } fr...
/content/code_sandbox/src/kea/kea.ts
xml
2016-03-29T08:30:54
2024-08-10T20:41:40
kea
keajs/kea
1,933
1,563
```xml <?xml version="1.0" encoding="UTF-8"?> <Unknown /> ```
/content/code_sandbox/searchlib/src/test/files/gbdt_err.xml
xml
2016-06-03T20:54:20
2024-08-16T15:32:01
vespa
vespa-engine/vespa
5,524
18
```xml import { NgModule } from '@angular/core'; import { RouterModule, Routes } from '@angular/router'; import { SharedModule } from '../../../shared/shared.module'; import { ScannerComponent } from './scanner.component'; const routes: Routes = [ { path: '', component: ScannerComponent, }, ]; ...
/content/code_sandbox/src/portal/src/app/base/project/scanner/project-scanner.module.ts
xml
2016-01-28T21:10:28
2024-08-16T15:28:34
harbor
goharbor/harbor
23,335
88
```xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingStart="24dp" android:paddingEnd="24dp"> <TextView android:layout_...
/content/code_sandbox/app/src/main/res/layout/quest_opening_hours_comment.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
165
```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>15E55</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>AppleGraphicsCont...
/content/code_sandbox/Clover-Configs/Lenovo/Y700/CLOVER/kexts/10.11/AppleGraphicsControl.kext/Contents/Info.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
726
```xml import { session } from 'electron/main'; import { type ChangeBufferEvent, database as db } from '../common/database'; import { settings } from '../models'; import { isSettings } from '../models/settings'; import { setDefaultProtocol } from '../utils/url/protocol'; // Update the proxy settings before making the...
/content/code_sandbox/packages/insomnia/src/main/proxy.ts
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
509
```xml /* eslint-disable @typescript-eslint/no-explicit-any */ interface Window { cordova: Cordova; device: any; NativeStorage: any; plugins: any; QRScanner: any; resolveLocalFileSystemURL: any; SpinnerDialog: any; sqlitePlugin: any; } interface Cordova { file: any; getAppVersion: any; InAppBrow...
/content/code_sandbox/src/@types/global.d.ts
xml
2016-05-05T20:59:25
2024-08-13T14:13:34
app
xbrowsersync/app
1,478
132
```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/page/LeftSidebar/panels/Conversations/GroupedConversationHeader.tsx
xml
2016-07-21T15:34:05
2024-08-16T11:40:13
wire-webapp
wireapp/wire-webapp
1,125
475
```xml import { readFileSync } from 'fs'; import { FileResolver } from './fileResolver'; export class FsFileResolver extends FileResolver { resolve(path: string) { return readFileSync(path).toString(); } } ```
/content/code_sandbox/src/angular/fileResolver/fsFileResolver.ts
xml
2016-02-10T17:22:40
2024-08-14T16:41:28
codelyzer
mgechev/codelyzer
2,446
47
```xml /** * Bitwarden stores android linked apps as : * `androidapp://ch.protonmail.android` */ export const BITWARDEN_ANDROID_APP_FLAG = 'androidapp://'; export const isBitwardenLinkedAndroidAppUrl = (url: string) => { try { return url.startsWith(BITWARDEN_ANDROID_APP_FLAG); } catch (e) { ...
/content/code_sandbox/packages/pass/utils/url/android.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
85
```xml export const a = "a"; ```
/content/code_sandbox/turbopack/crates/turbopack/tests/node-file-trace/integration/ts-package/utils/a.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
8
```xml /* eslint-env jest */ declare const process: { env: { NODE_ENV: string; /** Used in `@expo/metro-runtime`. */ EXPO_DEV_SERVER_ORIGIN?: string; FORCE_COLOR?: string; CI?: string; EXPO_USE_PATH_ALIASES?: string; EXPO_USE_STATIC?: string; E2E_ROUTER_SRC?: string; EXPO_E2E_BASE...
/content/code_sandbox/packages/@expo/cli/e2e/__tests__/export/export-side-effects.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
264
```xml import type { FirebaseOptions } from 'firebase/app' import type { AppOptions } from 'firebase-admin' import type { NuxtVueFireAppCheckOptions } from '../runtime/app-check' export interface VueFireNuxtAuthDependencies { /** * Map of errors. Defaults to debug during dev and to prod during production. Should ...
/content/code_sandbox/packages/nuxt/src/module/options.ts
xml
2016-01-07T22:57:53
2024-08-16T14:23:27
vuefire
vuejs/vuefire
3,833
1,001
```xml /*your_sha256_hash----------------------------- *your_sha256_hash----------------------------*/ import ReactDOM from 'react-dom/client'; import './index.css'; import { useVscodeWebview, VscodeWebViewProvider } from './common/vscodeWebViewProvider' import { TableDesignerStateProvider } from './pages/TableDesign...
/content/code_sandbox/src/reactviews/index.tsx
xml
2016-06-26T04:38:04
2024-08-16T20:04:12
vscode-mssql
microsoft/vscode-mssql
1,523
301
```xml <?xml version="1.0" encoding="utf-8"?> <com.airbnb.lottie.samples.views.InterceptingFrameLayout xmlns:android="path_to_url" xmlns:app="path_to_url" android:id="@+id/containerView" android:layout_width="match_parent" android:layout_height="match_parent"> <com.airbnb.lottie.LottieAnimationView...
/content/code_sandbox/sample/src/main/res/layout/bullseye_activity.xml
xml
2016-10-06T22:42:42
2024-08-16T18:32:58
lottie-android
airbnb/lottie-android
34,892
287
```xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "path_to_url" > <mapper namespace="org.goshop.cms.mapper.master.ArticleLangMainMapper" > <resultMap id="BaseResultMap" type="org.goshop.cms.pojo.ArticleLangMain" > <id column="article_id" property="articleI...
/content/code_sandbox/goshop-service-cms/src/main/java/org/goshop/cms/mapper/master/ArticleLangMainMapper.xml
xml
2016-06-18T10:16:23
2024-08-01T09:11:36
goshop2
pzhgugu/goshop2
1,106
4,799
```xml import { randEmail, randFullName, randLines, randParagraph, randPassword, randPhrase, randWord, } from '@ngneat/falso'; import { PrismaClient } from '@prisma/client'; import { RegisteredUser } from '../app/models/registered-user.model'; import { createUser } from '../app/services/auth.service'; imp...
/content/code_sandbox/apps/api/prisma/seed.ts
xml
2016-02-26T20:49:53
2024-08-16T18:13:13
realworld
gothinkster/realworld
80,115
410
```xml // This file contains the original integration test suite dating back to the // Apollo Server 1 days where there wasn't even an ApolloServer object. The // individual tests just talk to the http.Server returned from their createApp // function. Newer tests have generally been added to the apolloServerTests.ts //...
/content/code_sandbox/packages/integration-testsuite/src/httpServerTests.ts
xml
2016-04-21T09:26:01
2024-08-16T19:32:15
apollo-server
apollographql/apollo-server
13,742
18,542
```xml import customScalars from '@erxes/api-utils/src/customScalars'; import IntegrationQueries from './integrationQueries'; import IntegrationMutations from './integrationMutations'; const resolvers: any = { ...customScalars, Query: { ...IntegrationQueries, }, Mutation: { ...IntegrationMutations } ...
/content/code_sandbox/packages/plugin-integrations-api/src/graphql/resolvers/index.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
73
```xml import React, { useCallback, useMemo, useState } from 'react' import { SerializedAutomation, SerializedWorkflow, } from '../../interfaces/db/automations' import Form from '../../../design/components/molecules/Form' import FormRow from '../../../design/components/molecules/Form/templates/FormRow' import FormR...
/content/code_sandbox/src/cloud/components/Automations/AutomationBuilder.tsx
xml
2016-11-19T14:30:34
2024-08-16T03:13:45
BoostNote-App
BoostIO/BoostNote-App
3,745
847
```xml const Handlebars = require('handlebars'); import { IHtmlEngineHelper, IHandlebarsOptions } from './html-engine-helper.interface'; import I18nEngine from '../i18n.engine'; export class I18nHelper implements IHtmlEngineHelper { public helperFunc(context: any, i18n_key: string) { if (I18nEngine.exist...
/content/code_sandbox/src/app/engines/html-engine-helpers/i18n.helper.ts
xml
2016-10-17T07:09:28
2024-08-14T16:30:10
compodoc
compodoc/compodoc
3,980
112
```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 {CHTMLCharMap, AddCSS} from '../../FontData.js'; import {s...
/content/code_sandbox/ts/output/chtml/fonts/tex/sans-serif-bold-italic.ts
xml
2016-02-23T09:52:03
2024-08-16T04:46:50
MathJax-src
mathjax/MathJax-src
2,017
131
```xml /** * Returns true if and only if the user is on a iOS device. * Used to determine whether iOS-specific behavior should be applied. */ export const isIOS = (): boolean => { // eslint-disable-next-line no-restricted-globals if (!window || !window.navigator || !window.navigator.userAgent) { return false...
/content/code_sandbox/packages/utilities/src/mobileDetector.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
99
```xml /** * @license * * 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 { DataType } from "#src/util/data_type.js"; import { RefCounted } from "#src/util/disposable.js"; import { Uint6...
/content/code_sandbox/src/webgl/shader_testing.ts
xml
2016-05-27T02:37:25
2024-08-16T07:24:25
neuroglancer
google/neuroglancer
1,045
2,336
```xml <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="path_to_url" xmlns:app="path_to_url"> <item android:id="@+id/actionCustomize" android:title="@string/customize" app:showAsAction="never" /> </menu> ```
/content/code_sandbox/sample/src/main/res/menu/menu_customize.xml
xml
2016-08-20T19:25:32
2024-08-08T10:05:22
PageIndicatorView
romandanylyk/PageIndicatorView
4,621
69
```xml <Project> <PropertyGroup> <OutDirName>Tests\$(MSBuildProjectName)</OutDirName> </PropertyGroup> <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" /> <PropertyGroup> <TargetFrameworks>$(SdkTargetFramework);net472</TargetFrameworks> </PropertyGroup> <ItemGroup> <PackageReference In...
/content/code_sandbox/test/TelemetryStdOutLogger/TelemetryStdOutLogger.csproj
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
244
```xml import { Component } from "@angular/core"; import { AddEditCustomFieldsComponent as BaseAddEditCustomFieldsComponent } from "@bitwarden/angular/vault/components/add-edit-custom-fields.component"; import { EventCollectionService } from "@bitwarden/common/abstractions/event/event-collection.service"; import { I18...
/content/code_sandbox/apps/desktop/src/vault/app/vault/add-edit-custom-fields.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
158
```xml import * as React from 'react'; import { createSvgIcon } from '@fluentui/react-icons-mdl2'; const ToDoLogoInverseIcon = createSvgIcon({ svg: ({ classes }) => ( <svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg}> <path d="M384 512l384 384-384 384L0 896l384-384zm1280-256l384 384L...
/content/code_sandbox/packages/react-icons-mdl2-branded/src/components/ToDoLogoInverseIcon.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
145
```xml <vector android:height="48dp" android:viewportHeight="180" android:viewportWidth="180" android:width="48dp" xmlns:android="path_to_url"> <path android:fillColor="#c87600" android:fillType="evenOdd" android:pathData="m80.46,158.34c-16.52,1.72 -35.48,15.1 -27.98,18.04 7.6,2.84 29.39,4.05 33.55,0.71...
/content/code_sandbox/app/src/main/res/drawable/ic_link_veggiekarte.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
5,315
```xml /** * PluginsSidebarPane.tsx * * Sidebar pane for managing plugins */ import * as React from "react" import { Event, IDisposable, IEvent } from "oni-types" import { CommandManager } from "./../Services/CommandManager" import { Configuration } from "./../Services/Configuration" import { SidebarManager, Sid...
/content/code_sandbox/browser/src/Plugins/PluginSidebarPane.tsx
xml
2016-11-16T14:42:55
2024-08-14T11:48:05
oni
onivim/oni
11,355
1,635
```xml import { Column } from "../../../../../src/decorator/columns/Column" import { Entity } from "../../../../../src/decorator/entity/Entity" import { ManyToMany } from "../../../../../src/decorator/relations/ManyToMany" import { Post } from "./Post" import { PrimaryColumn } from "../../../../../src/decorator/columns...
/content/code_sandbox/test/functional/embedded/embedded-many-to-many-case4/entity/User.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
140
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "path_to_url"> <!-- Generated by: TmTheme-Editor --> <!-- ============================================ --> <!-- app: path_to_url --> <!-- code: path_to_url --> <plist version="1.0"> <dict> <k...
/content/code_sandbox/sublime/themes/ascetic-white.tmTheme
xml
2016-12-06T02:57:25
2024-08-16T19:49:35
zola
getzola/zola
13,258
1,333
```xml export { default as GenericError } from './GenericError'; export { default as InternalServerError } from './InternalServerError'; export { default as NotFoundError } from './NotFoundError'; export { default as AccessDeniedError } from './AccessDeniedError'; ```
/content/code_sandbox/packages/components/containers/error/index.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
49
```xml <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="path_to_url" xmlns:app="path_to_url"> <data> <import type="android.view.View" /> <import type="com.eventyay.organizer.ui.binding.BindingAdapters" /> <variable name="event" type="com.eventyay....
/content/code_sandbox/app/src/main/res/layout/event_details_step_three.xml
xml
2016-08-13T08:08:39
2024-08-06T13:58:48
open-event-organizer-android
fossasia/open-event-organizer-android
1,783
1,576
```xml import * as React from 'react'; import { compareDates, DAYS_IN_WEEK, getDayGrid } from '../../utils/index'; import { DayInfo } from './CalendarDayGrid'; import { CalendarDayGridProps } from './CalendarDayGrid.types'; /** * @internal */ export function useWeeks( props: CalendarDayGridProps, onSelectDate: (...
/content/code_sandbox/packages/react-components/react-calendar-compat/library/src/components/CalendarDayGrid/useWeeks.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
583
```xml export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme } from './themes/index'; export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme } from './utils/index'; export { themeToTokensObject } from './themeToTokensObject'; export { tokens } ...
/content/code_sandbox/packages/tokens/src/index.ts
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
393
```xml import * as React from 'react'; import { DemoPage } from '../DemoPage'; import { ColorPickerPageProps } from '@fluentui/react-examples/lib/react/ColorPicker/ColorPicker.doc'; export const ColorPickerPage = (props: { isHeaderVisible: boolean }) => ( <DemoPage jsonDocs={require('../../../dist/api/react/Colo...
/content/code_sandbox/apps/public-docsite-resources/src/components/pages/ColorPickerPage.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
97
```xml export * from "./fieldString"; export * from "./text"; export * from "./join"; ```
/content/code_sandbox/pxtblocks/plugins/text/index.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
20
```xml import { Entity } from "../../../../../src/decorator/entity/Entity" import { PrimaryGeneratedColumn } from "../../../../../src/decorator/columns/PrimaryGeneratedColumn" import { Column } from "../../../../../src/decorator/columns/Column" import { Category } from "./Category" import { OneToOne } from "../../../.....
/content/code_sandbox/test/functional/persistence/persistence-order/entity/Post.ts
xml
2016-02-29T07:41:14
2024-08-16T18:28:52
typeorm
typeorm/typeorm
33,875
228