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"?>
<spirit:component xmlns:xilinx="path_to_url" xmlns:spirit="path_to_url" xmlns:xsi="path_to_url">
<spirit:vendor>xilinx.com</spirit:vendor>
<spirit:library>customized_ip</spirit:library>
<spirit:name>cl_debug_bridge</spirit:name>
<spirit:version>1.0</spirit:version>
... | /content/code_sandbox/hdk/common/shell_v04261818/design/ip/cl_debug_bridge/cl_debug_bridge.xml | xml | 2016-11-04T22:04:05 | 2024-08-13T03:36:47 | aws-fpga | aws/aws-fpga | 1,499 | 10,724 |
```xml
/*
* Squidex Headless CMS
*
* @license
*/
import { firstValueFrom, of, onErrorResumeNextWith, throwError } from 'rxjs';
import { IMock, It, Mock, Times } from 'typemoq';
import { DialogService, SchemaDto, SchemasService, UpdateSchemaCategoryDto, versioned } from '@app/shared/internal';
import { createSchema... | /content/code_sandbox/frontend/src/app/shared/state/schemas.state.spec.ts | xml | 2016-08-29T05:53:40 | 2024-08-16T17:39:38 | squidex | Squidex/squidex | 2,222 | 6,140 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="path_to_url" tools:ignore="MissingTranslation">
<!-- common strings without special context -->
<string name="app_name"></string>
<string name="ok"></string>
<string name="cancel"></string>
<!-- the word "or" to separate blocks in ... | /content/code_sandbox/src/main/res/values-fa/strings.xml | xml | 2016-07-03T07:32:36 | 2024-08-16T16:51:15 | deltachat-android | deltachat/deltachat-android | 1,082 | 16,795 |
```xml
import * as React from 'react';
import { Avatar } from '@fluentui/react-northstar';
const AvatarExampleLabelShorthand = () => (
<Avatar name="Cecil Folk" label={{ variables: { backgroundColor: 'pink' } }} />
);
export default AvatarExampleLabelShorthand;
``` | /content/code_sandbox/packages/fluentui/docs/src/examples/components/Avatar/Variations/AvatarExampleLabel.shorthand.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 65 |
```xml
import assert, { AssertionError } from 'assert';
import { Types } from '@fiora/database/mongoose';
import stringHash from 'string-hash';
import config from '@fiora/config/server';
import getRandomAvatar from '@fiora/utils/getRandomAvatar';
import Group, { GroupDocument } from '@fiora/database/mongoose/models/gr... | /content/code_sandbox/packages/server/src/routes/group.ts | xml | 2016-02-15T14:47:58 | 2024-08-14T13:07:55 | fiora | yinxin630/fiora | 6,485 | 1,931 |
```xml
// See LICENSE.txt for license information.
export type OnboardingItem = {
title: string;
description: string;
image: React.ReactElement;
};
``` | /content/code_sandbox/types/screens/onboarding.ts | xml | 2016-10-07T16:52:32 | 2024-08-16T12:08:38 | mattermost-mobile | mattermost/mattermost-mobile | 2,155 | 34 |
```xml
import { StrictStyleOptions } from 'botframework-webchat-api';
export default function AudioAttachment({ avatarSize }: StrictStyleOptions) {
return {
// TODO: [P2] We should not set "display" in styleSet, this will allow the user to break the layout for no good reasons.
display: 'flex',
minHeight:... | /content/code_sandbox/packages/component/src/Styles/StyleSet/AudioAttachment.ts | xml | 2016-07-07T23:16:57 | 2024-08-16T00:12:37 | BotFramework-WebChat | microsoft/BotFramework-WebChat | 1,567 | 80 |
```xml
import * as React from 'react';
import descriptionMd from './Description.md';
import { FormField, Input, Provider, teamsTheme } from '@fluentui/react-northstar';
import { Field, makeStyles } from '@fluentui/react-components';
import { FormFieldShim } from '@fluentui/react-migration-v0-v9';
const useStyles = m... | /content/code_sandbox/packages/react-components/react-migration-v0-v9/stories/src/FormFieldShim/index.stories.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 361 |
```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
/**
* Returns the excess kurtosis of a Student's t distribution.
*
* ## Notes
*
* - ... | /content/code_sandbox/lib/node_modules/@stdlib/stats/base/dists/t/kurtosis/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 298 |
```xml
export * from './types';
export * from './ArgsTable';
export * from './TabbedArgsTable';
``` | /content/code_sandbox/code/lib/blocks/src/components/ArgsTable/index.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 23 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<ContentPage
xmlns="path_to_url"
xmlns:x="path_to_url"
x:Class="Xamarin.Forms.Xaml.UnitTests.Gh2574"
x:Name="page">
<ContentPage.Content>
</ContentPage.Content>
</ContentPage>
``` | /content/code_sandbox/Xamarin.Forms.Xaml.UnitTests/Issues/Gh2574.xaml | xml | 2016-03-18T15:52:03 | 2024-08-16T16:25:43 | Xamarin.Forms | xamarin/Xamarin.Forms | 5,637 | 73 |
```xml
import { attr, FASTElement, observable, Updates } from '@microsoft/fast-element';
import { DrawerPosition, DrawerSize, DrawerType } from './drawer.options.js';
/**
* A Drawer component that allows content to be displayed in a side panel. It can be rendered as modal or non-modal.
* @extends FASTElement
*
* @... | /content/code_sandbox/packages/web-components/src/drawer/drawer.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 975 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="path_to_url">
<ItemGroup>
<ClInclude Include="..\..\doc\source\tutorial.cpp">
<Filter>qvm\doc\source</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="qvm">
<UniqueIdentifier>{480C7FCA-575E-406... | /content/code_sandbox/deps/boost_1_66_0/libs/qvm/bld/doc/tutorial.vcxproj.filters | xml | 2016-09-05T10:18:44 | 2024-08-11T13:21:40 | LiquidCore | LiquidPlayer/LiquidCore | 1,010 | 220 |
```xml
import React from 'react';
import Transition, { TransitionProps } from './Transition';
import { useClassNames } from '@/internals/hooks';
export type BounceProps = TransitionProps;
/**
* Bounce animation component
* @see path_to_url#bounce
*/
const Bounce = React.forwardRef(({ timeout = 300, ...props }: Bou... | /content/code_sandbox/src/Animation/Bounce.tsx | xml | 2016-06-06T02:27:46 | 2024-08-16T16:41:54 | rsuite | rsuite/rsuite | 8,263 | 172 |
```xml
import {ApiDoc} from 'dgeni-packages/typescript/api-doc-types/ApiDoc';
/**
* Type describing a collection of tags, matching with the objects
* created by the Dgeni JSDoc processors.
*
* path_to_url#L4
*/
export interface TagCollection {
/** List of tags. */
tags: Tag[];
/** Map which maps tag names t... | /content/code_sandbox/tools/dgeni/common/tags.ts | xml | 2016-01-04T18:50:02 | 2024-08-16T11:21:13 | components | angular/components | 24,263 | 570 |
```xml
export type SCMRawResource = [
number /*handle*/,
string /*resourceUri*/,
modes.Command /*command*/,
string[] /*icons: light, dark*/,
boolean /*strike through*/,
boolean /*faded*/
];
``` | /content/code_sandbox/tests/format/typescript/tuple/tuple.ts | xml | 2016-11-29T17:13:37 | 2024-08-16T17:29:57 | prettier | prettier/prettier | 48,913 | 45 |
```xml
import { NotificationChannel, NotificationChannelInput } from './NotificationChannelManager.types';
/**
* Assigns the channel configuration to a channel of a specified name (creating it if need be).
* This method lets you assign given notification channel to a notification channel group.
*
* > **Note:** For... | /content/code_sandbox/packages/expo-notifications/src/setNotificationChannelAsync.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 325 |
```xml
import { injectWebAccessibleScript } from "./utils";
export const initCustomWidgets = (tabId: number, frameId: number) => {
injectWebAccessibleScript("libs/customElements.js", { tabId, frameIds: [frameId] });
};
``` | /content/code_sandbox/browser-extension/mv3/src/service-worker/services/customWidgets.ts | xml | 2016-12-01T04:36:06 | 2024-08-16T19:12:19 | requestly | requestly/requestly | 2,121 | 55 |
```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/MessagesList/Message/ContentMessage/MessageQuote.tsx | xml | 2016-07-21T15:34:05 | 2024-08-16T11:40:13 | wire-webapp | wireapp/wire-webapp | 1,125 | 1,823 |
```xml
import * as CommitComponentLocation from 'shared/models/Versioning/CommitComponentLocation';
import { IRepository } from 'shared/models/Versioning/Repository';
import { CommitPointer } from 'shared/models/Versioning/RepositoryData';
import routes from 'shared/routes';
interface ILocalProps {
commitPointer: Co... | /content/code_sandbox/webapp/client/src/features/versioning/commitsHistory/view/CommitsHistoryLink/CommitsHistoryLink.tsx | xml | 2016-10-19T01:07:26 | 2024-08-14T03:53:55 | modeldb | VertaAI/modeldb | 1,689 | 193 |
```xml
<Project>
<ItemGroup>
<PackageReference Include="Xamarin.AndroidX.Browser" Version="1.5.0.1" />
<PackageReference Include="Xamarin.AndroidX.Palette" Version="1.0.0.17" />
<PackageReference Include="Xamarin.AndroidX.Lifecycle.LiveData" Version="2.6.1.1" />
<PackageReference Include="Xamarin.Goog... | /content/code_sandbox/EmbeddingTestBeds/Embedding.Droid/Directory.Build.targets | xml | 2016-03-18T15:52:03 | 2024-08-16T16:25:43 | Xamarin.Forms | xamarin/Xamarin.Forms | 5,637 | 141 |
```xml
import { describe, expect, it } from "vitest";
import { Document } from "./index";
describe("Index", () => {
describe("Document", () => {
it("should instantiate the Document", () => {
expect(
new Document({
sections: [],
}),
... | /content/code_sandbox/src/index.spec.ts | xml | 2016-03-26T23:43:56 | 2024-08-16T13:02:47 | docx | dolanmiu/docx | 4,139 | 72 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="path_to_url" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Hant" original="../Localiza... | /content/code_sandbox/src/Cli/dotnet/commands/dotnet-workload/elevate/xlf/LocalizableStrings.zh-Hant.xlf | xml | 2016-07-22T21:26:02 | 2024-08-16T17:23:58 | sdk | dotnet/sdk | 2,627 | 215 |
```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="ru" original="../FSComp.resx">... | /content/code_sandbox/src/fcs-fable/src/Compiler/xlf/FSComp.txt.ru.xlf | xml | 2016-01-11T10:10:13 | 2024-08-15T11:42:55 | Fable | fable-compiler/Fable | 2,874 | 114,966 |
```xml
/**
* Defines a small polyfill for process.nextTick. Eventually we'd like to replace this polyfill with
* a native implementation with the correct timing semantics.
*/
//# sourceMappingURL=polyfillNextTick.d.ts.map
``` | /content/code_sandbox/packages/expo/build/timer/polyfillNextTick.d.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 45 |
```xml
import {convertOffsetParentRelativeRectToViewportRelativeRect} from './platform/convertOffsetParentRelativeRectToViewportRelativeRect';
import {getClientRects} from './platform/getClientRects';
import {getClippingRect} from './platform/getClippingRect';
import {getDimensions} from './platform/getDimensions';
imp... | /content/code_sandbox/packages/dom/src/platform.ts | xml | 2016-03-29T17:00:47 | 2024-08-16T16:29:40 | floating-ui | floating-ui/floating-ui | 29,450 | 209 |
```xml
import { IContext } from '../../../connectionResolver';
import { IGoal } from '../../../models/definitions/goals';
interface IGoalsEdit extends IGoal {
_id: string;
}
const goalMutations = {
/**
* Creates a new goal
*/
async goalsAdd(_root, doc: IGoal, { docModifier, models }: IContext) {
cons... | /content/code_sandbox/packages/plugin-goals-api/src/graphql/resolvers/mutations/goals.ts | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 252 |
```xml
import { ChatMessage } from "@microsoft/microsoft-graph-types";
export interface ITeamsMessage{
value: ChatMessage[];
['@odata.context']:string;
['@odata.count']:number;
['@odata.nextLink']?:string;
}
``` | /content/code_sandbox/samples/react-teams-conversationview/src/model/ITeamsMessage.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 54 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="path_to_url"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include android:id="@+id/tb_pick"
layout="@layout/vw_layout_top_bar" />
<View
android:id="@+id/rv_top_divider"
an... | /content/code_sandbox/filepicker/src/main/res/layout/vw_activity_video_pick.xml | xml | 2016-10-26T08:46:20 | 2024-08-02T07:35:09 | MultiType-FilePicker | fishwjy/MultiType-FilePicker | 1,398 | 236 |
```xml
import type { UseCaseInterface } from '../Domain/UseCase/UseCaseInterface'
import type { Result } from '../Domain/Result/Result'
import type { DecryptedCommit } from '../Models/DecryptedCommit'
import type { VerifyMessages } from './VerifyMessages'
import type { VerificationUsecaseResult } from './VerifyUpdatesR... | /content/code_sandbox/packages/docs-core/lib/UseCase/VerifyCommit.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 148 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "path_to_url">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>FLAC</string>
<key>CFBundleGetInfoString</key>
<string>libFLAC 1.2.1</s... | /content/code_sandbox/extensions/android/ringlibsdl/project/jni/SDL2_mixer/Xcode/Frameworks/FLAC.framework/Resources/Info.plist | xml | 2016-03-24T10:29:27 | 2024-08-16T12:53:07 | ring | ring-lang/ring | 1,262 | 236 |
```xml
<project xmlns="path_to_url" xmlns:xsi="path_to_url"
xsi:schemaLocation="path_to_url path_to_url">
<modelVersion>4.0.0</modelVersion>
<groupId>foo.bar</groupId>
<artifactId>salut-java15</artifactId>
<version>0.0.1-SNAPSHOT</version>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</art... | /content/code_sandbox/org.eclipse.jdt.ls.tests/projects/maven/salut-java15/pom.xml | xml | 2016-06-27T13:06:53 | 2024-08-16T00:38:32 | eclipse.jdt.ls | eclipse-jdtls/eclipse.jdt.ls | 1,726 | 223 |
```xml
import { Client, Plug } from '..'; // 'tplink-smarthome-api'
const client = new Client();
// Search for all plugs and turn them on
client.on('plug-new', (plug: Plug) => {
console.log('Found plug:', plug.alias);
plug
.setPowerState(true)
.then(() => {
console.log('Plug', plug.alias, 'is now on... | /content/code_sandbox/examples/turn-all-plugs-on.ts | xml | 2016-07-12T22:34:02 | 2024-08-12T19:23:48 | tplink-smarthome-api | plasticrake/tplink-smarthome-api | 1,015 | 110 |
```xml
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { ListComponent } from './list.component';
import { TodoModule } from './todo/';
import { TodoComponent } from './todo/todo.component';
const MODULES = [TodoModule, BrowserModule];
/**
* The list of t... | /content/code_sandbox/test/fixtures/todomvc-ng2/src/app/list/list.module.ts | xml | 2016-10-17T07:09:28 | 2024-08-14T16:30:10 | compodoc | compodoc/compodoc | 3,980 | 145 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<definitions id="definitions"
xmlns="path_to_url"
xmlns:flowable="path_to_url"
targetNamespace="Examples">
<process id="mockSupportTest">
<startEvent id="start"/>
<sequenceFlow id="flow1" sourceRef="start" targetR... | /content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/standalone/testing/MockSupportWithFlowableJupiterTest.testMockedServiceTasksAnnotation.bpmn20.xml | xml | 2016-10-13T07:21:43 | 2024-08-16T15:23:14 | flowable-engine | flowable/flowable-engine | 7,715 | 185 |
```xml
interface Project {
title: string;
description: string;
url: string; // link to activity
img?: string;
video?: string; // link to video/stream of activity
action?: string; // text for call to action
}
interface Target {
title: string;
description: string;
projects: Project[];... | /content/code_sandbox/docs/static/online-learning/projects.ts | xml | 2016-01-24T19:35:52 | 2024-08-16T16:39:39 | pxt | microsoft/pxt | 2,069 | 1,694 |
```xml
export { ContextHelp } from './ContextHelp';
``` | /content/code_sandbox/app/react/components/PageHeader/ContextHelp/index.ts | xml | 2016-05-19T20:15:28 | 2024-08-16T19:15:14 | portainer | portainer/portainer | 30,083 | 11 |
```xml
import { SecretVerificationRequest } from "./secret-verification.request";
export class UpdateDevicesTrustRequest extends SecretVerificationRequest {
currentDevice: DeviceKeysUpdateRequest;
otherDevices: OtherDeviceKeysUpdateRequest[];
}
export class DeviceKeysUpdateRequest {
encryptedPublicKey: string;
... | /content/code_sandbox/libs/common/src/auth/models/request/update-devices-trust.request.ts | xml | 2016-03-09T23:14:01 | 2024-08-16T15:07:51 | clients | bitwarden/clients | 8,877 | 85 |
```xml
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const TextRotationIcon = createSvgIcon({
svg: ({ classes }) => (
<svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false">
<path d="M1332 640l-48 128h-103l240-640h102l240 640h-103l-4... | /content/code_sandbox/packages/react-icons-mdl2/src/components/TextRotationIcon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 218 |
```xml
import semver from 'semver';
import logger from '../../Logger';
import { Task } from '../../TasksRunner';
import { CommandOptions, Parcel, TaskArgs } from '../types';
/**
* Finds packages whose local version is not tagged as the target tag provided as a command option (defaults to `latest`).
*/
export const ... | /content/code_sandbox/tools/src/promote-packages/tasks/findPackagesToPromote.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 339 |
```xml
import * as React from 'react';
import { Avatar, Chat, ChatItemProps, ShorthandCollection } from '@fluentui/react-northstar';
import { AcceptIcon, MentionIcon, RedbangIcon } from '@fluentui/react-icons-northstar';
const robinAvatar = {
image: 'public/images/avatar/RobinCounts.jpg',
status: { color: 'green',... | /content/code_sandbox/packages/fluentui/react-northstar-prototypes/src/prototypes/chatMessages/ImportantAndMentionMessages/index.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 619 |
```xml
<manifest package="com.blankj.utilcode.export" />
``` | /content/code_sandbox/feature/utilcode/export/src/main/AndroidManifest.xml | xml | 2016-07-30T18:18:32 | 2024-08-16T01:37:59 | AndroidUtilCode | Blankj/AndroidUtilCode | 33,178 | 13 |
```xml
<manifest xmlns:android="path_to_url"
package="com.transistorsoft.rnbackgroundfetch">
<application>
</application>
</manifest>
``` | /content/code_sandbox/android/src/main/AndroidManifest.xml | xml | 2016-08-01T18:44:54 | 2024-08-14T15:07:53 | react-native-background-fetch | transistorsoft/react-native-background-fetch | 1,459 | 34 |
```xml
<?xml version='1.0' encoding='UTF-8'?>
<definitions xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:xsd="path_to_url" xmlns:activiti="path_to_url" xmlns:bpmndi="path_to_url" xmlns:omgdc="path_to_url" xmlns:omgdi="path_to_url" typeLanguage="path_to_url" expressionLanguage="path_to_url" targetNamespace="path_to_... | /content/code_sandbox/modules/flowable5-test/src/test/resources/org/activiti/engine/test/api/variables/TransientVariablesTest.testStartProcessInstanceByKey.bpmn20.xml | xml | 2016-10-13T07:21:43 | 2024-08-16T15:23:14 | flowable-engine | flowable/flowable-engine | 7,715 | 3,987 |
```xml
import type { PartialStoryFn, PlayFunctionContext, StoryContext } from '@storybook/core/types';
import { global as globalThis } from '@storybook/global';
import { expect, within } from '@storybook/test';
export default {
component: globalThis.Components.Pre,
play: async ({ canvasElement, name }: PlayFunctio... | /content/code_sandbox/code/core/template/stories/component-play.stories.ts | xml | 2016-03-18T04:23:44 | 2024-08-16T19:22:08 | storybook | storybookjs/storybook | 83,755 | 176 |
```xml
import * as React from 'react';
import { IIconProps, initializeIcons } from '@fluentui/react';
import { TooltipHost, ITooltipHostStyles } from '@fluentui/react/lib/Tooltip';
import { IconButton } from '@fluentui/react/lib/Button';
import { useId } from '@fluentui/react-hooks';
export interface IButtonExamplePro... | /content/code_sandbox/packages/react-examples/src/react/Button/Button.IconWithTooltip.Example.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 444 |
```xml
import * as React from 'react';
import {
classNamesFunction,
getNativeProps,
divProperties,
enableBodyScroll,
disableBodyScroll,
initializeComponentRef,
} from '../../Utilities';
import type { IOverlayProps, IOverlayStyleProps, IOverlayStyles } from './Overlay.types';
const getClassNames = className... | /content/code_sandbox/packages/react/src/components/Overlay/Overlay.base.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 283 |
```xml
import type { TypedUseSelectorHook } from 'react-redux';
import { baseUseDispatch, baseUseSelector } from '@proton/react-redux-store';
import type { WalletDispatch, WalletState } from '../store';
export const useWalletDispatch: () => WalletDispatch = baseUseDispatch;
export const useWalletSelector: TypedUseSe... | /content/code_sandbox/applications/wallet/src/app/store/hooks/index.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 172 |
```xml
declare const _default: any;
export default _default;
//# sourceMappingURL=DevLoadingViewNativeModule.native.d.ts.map
``` | /content/code_sandbox/packages/expo/build/environment/DevLoadingViewNativeModule.native.d.ts | xml | 2016-08-15T17:14:25 | 2024-08-16T19:54:44 | expo | expo/expo | 32,004 | 25 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<appengine-web-app xmlns="path_to_url">
<runtime>java21</runtime>
<service>default</service>
<app-engine-apis>true</app-engine-apis>
<sessions-enabled>true</sessions-enabled>
<instance-class>B4_1G</instance-class>
<manual-scaling>
<instances>24</instances>
... | /content/code_sandbox/core/src/main/java/google/registry/env/production/default/WEB-INF/appengine-web.xml | xml | 2016-02-29T20:16:48 | 2024-08-15T19:49:29 | nomulus | google/nomulus | 1,685 | 294 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="path_to_url"
xmlns:tools="path_to_url"
xmlns:app="path_to_url"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".ui.activity.MyDrawingBoardActivity... | /content/code_sandbox/app/src/main/res/layout/activity_my_drawing_board.xml | xml | 2016-08-08T08:52:10 | 2024-08-12T19:24:13 | AndroidAnimationExercise | REBOOTERS/AndroidAnimationExercise | 1,868 | 336 |
```xml
<?xml version="1.0" encoding="utf-8"?>
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<!-- The attributes in this XML file provide configuration information -->
<!-- for the SyncAdapter. -->
<sync-adapter xmlns:android="path_to_url"
android:c... | /content/code_sandbox/libraries_res/chrome_res/src/main/res/xml/syncadapter.xml | xml | 2016-07-04T07:28:36 | 2024-08-15T05:20:42 | AndroidChromium | JackyAndroid/AndroidChromium | 3,090 | 89 |
```xml
import { gql } from 'graphql-request'
export enum NavigateTargetType {
History,
File,
Directory,
Change,
Diff
}
export type NavigateTarget = {
repo: string
path: string
filter: string
rev: string
}
export type Path = {
path: string
}
export type ChangedFile = {
from: Path
to: Pa... | /content/code_sandbox/josh-ui/src/Navigation.tsx | xml | 2016-06-10T09:45:46 | 2024-08-13T12:36:43 | josh | josh-project/josh | 1,452 | 561 |
```xml
import { c } from 'ttag';
import { Button } from '@proton/atoms';
import useLoading from '@proton/hooks/useLoading';
import metrics, { observeApiError } from '@proton/metrics';
import { updateSessionAccountRecovery } from '@proton/shared/lib/api/sessionRecovery';
import noop from '@proton/utils/noop';
import {... | /content/code_sandbox/packages/components/containers/recovery/ConfirmDisableSessionRecoveryModal.tsx | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 467 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="path_to_url" xmlns:xsi="path_to_url" xmlns:xsd="path_to_url" xmlns:flowable="path_to_url" xmlns:bpmndi="path_to_url" xmlns:omgdc="path_to_url" xmlns:omgdi="path_to_url" xmlns:design="path_to_url" typeLanguage="path_to_url" expressionLanguage="path_to_url... | /content/code_sandbox/modules/flowable-engine/src/test/resources/org/flowable/engine/test/bpmn/event/signal/SignalEventSubprocessTest.SignalThrowProcess.bpmn20.xml | xml | 2016-10-13T07:21:43 | 2024-08-16T15:23:14 | flowable-engine | flowable/flowable-engine | 7,715 | 598 |
```xml
import { IHtmlEngineHelper, IHandlebarsOptions } from './html-engine-helper.interface';
export class CompareHelper implements IHtmlEngineHelper {
public helperFunc(
context: any,
a: any,
operator: string,
b: any,
options: IHandlebarsOptions
): string {
if ... | /content/code_sandbox/src/app/engines/html-engine-helpers/compare.helper.ts | xml | 2016-10-17T07:09:28 | 2024-08-14T16:30:10 | compodoc | compodoc/compodoc | 3,980 | 221 |
```xml
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { ReactiveFormsModule } from '@angular/forms';
import { TestMaskComponent } from './utils/test-component.component';
import { equal } from './utils/test-functions.component';
import { provideNgxMask } from '../lib/ngx-mask.providers';
imp... | /content/code_sandbox/projects/ngx-mask-lib/src/test/add-suffix.spec.ts | xml | 2016-09-23T20:44:28 | 2024-08-15T12:52:51 | ngx-mask | JsDaddy/ngx-mask | 1,150 | 410 |
```xml
import {
ModelObjectTypeGenerator,
RelatedGeneratorArgs,
IGenerators,
RelatedModelInputObjectTypeGenerator,
} from '../../../generator'
import { IGQLType, IGQLField } from 'prisma-datamodel'
import {
GraphQLObjectType,
GraphQLInputFieldConfigMap,
GraphQLFieldConfig,
GraphQLList,
GraphQLNonNull,... | /content/code_sandbox/cli/packages/prisma-generate-schema/src/generator/default/mutation/update/modelUpdateManyWithWhereNestedInputGenerator.ts | xml | 2016-09-25T12:54:40 | 2024-08-16T11:41:23 | prisma1 | prisma/prisma1 | 16,549 | 269 |
```xml
/*your_sha256_hash-----------------------------
*your_sha256_hash----------------------------*/
import { testTokenization } from '../test/testRunner';
testTokenization('perl', [
// Keywords
[
{
line: 'if $msg',
tokens: [
{ startIndex: 0, type: 'keyword.perl' },
{ startIndex: 2, type: 'white.... | /content/code_sandbox/src/basic-languages/perl/perl.test.ts | xml | 2016-06-07T16:56:31 | 2024-08-16T17:17:05 | monaco-editor | microsoft/monaco-editor | 39,508 | 2,896 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="path_to_url"
xmlns:flowable="path_to_url"
targetNamespace="path_to_url">
<case id="repetitionCase" name="Repetition case" flowable:initiatorVariableName="initiator" flowable:candidateStarterGroups="flowableUser">
<ca... | /content/code_sandbox/modules/flowable-cmmn-engine/src/test/resources/org/flowable/cmmn/test/migration/stage-with-user-event-listener-and-task-with-repetition.cmmn.xml | xml | 2016-10-13T07:21:43 | 2024-08-16T15:23:14 | flowable-engine | flowable/flowable-engine | 7,715 | 417 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<!--
~
~
~ path_to_url
~
~ Unless required by applicable law or agreed to in writing, software
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~
-->
<FrameLayout
xmlns:android="path_to_url"
xmlns:app="path_to_url"
... | /content/code_sandbox/demo/src/main/res/layout/activity_main.xml | xml | 2016-05-25T21:22:43 | 2024-08-13T18:56:19 | AnimatedSvgView | jaredrummler/AnimatedSvgView | 1,975 | 507 |
```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>fileTypes</key>
<array><string>td</string></array>
<key>foldingStartMarker</key>
<string>/\*\*|\{\s*$</string>
<key>foldingStopMarker</key>
<string>\*\*/|^\s*\}</stri... | /content/code_sandbox/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/TableGen.tmLanguage | xml | 2016-08-30T18:18:25 | 2024-08-16T17:21:09 | src | openbsd/src | 3,139 | 1,142 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="path_to_url">
<ImportGroup Label="PropertySheets" />
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>$(SolutionDir)deps\gl3w\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
</ClCompi... | /content/code_sandbox/deps/gl3w.props | xml | 2016-06-15T23:02:16 | 2024-08-16T16:36:42 | reshade | crosire/reshade | 4,006 | 92 |
```xml
import { IPrismInput } from '@stoplight/prism-core';
import { DiagnosticSeverity, HttpParamStyles, IHttpOperation } from '@stoplight/types';
import * as faker from '@faker-js/faker/locale/en';
import { IHttpRequest, IHttpResponse } from '../../types';
export const httpOperations: IHttpOperation[] = [
{
id... | /content/code_sandbox/packages/http/src/__tests__/fixtures/index.ts | xml | 2016-03-18T03:52:09 | 2024-08-16T09:16:35 | prism | stoplightio/prism | 4,175 | 1,995 |
```xml
import { getFullDate, getRandomNumber } from '../../../models/utils/utils';
import { getCalcedAmounts } from '../../../models/utils/transactionUtils';
import { checkPermission, paginate } from '@erxes/api-utils/src';
import { IContext } from '../../../connectionResolver';
import { getConfig } from '../../../mess... | /content/code_sandbox/packages/plugin-loans-api/src/graphql/resolvers/queries/invoices.ts | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 837 |
```xml
import {
MstError,
EMPTY_ARRAY,
isPrimitive,
getStateTreeNode,
isStateTreeNode,
isPrimitiveType,
IAnyType,
ExtractCSTWithSTN,
isTypeCheckingEnabled,
devMode
} from "../../internal"
/** Validation context entry, this is, where the validation should run against which type */
export interface I... | /content/code_sandbox/src/core/type/type-checker.ts | xml | 2016-09-04T18:28:25 | 2024-08-16T08:48:55 | mobx-state-tree | mobxjs/mobx-state-tree | 6,917 | 1,258 |
```xml
"use client";
import algoliasearch from "algoliasearch/lite";
import type { Hit as AlgoliaHit } from "instantsearch.js";
import React from "react";
import {
Configure,
Highlight,
Hits,
Pagination,
RefinementList,
SearchBox,
} from "react-instantsearch";
import { InstantSearchNext } from "react-insta... | /content/code_sandbox/examples/with-algolia-react-instantsearch/components/Search.tsx | xml | 2016-10-05T23:32:51 | 2024-08-16T19:44:30 | next.js | vercel/next.js | 124,056 | 362 |
```xml
import { Data } from '../../config'
import { SearchIndex } from '../../helpers'
export default function Emoji(props) {
let { id, skin, emoji } = props
if (props.shortcodes) {
const matches = props.shortcodes.match(SearchIndex.SHORTCODES_REGEX)
if (matches) {
id = matches[1]
if (matche... | /content/code_sandbox/packages/emoji-mart/src/components/Emoji/Emoji.tsx | xml | 2016-07-11T18:23:47 | 2024-08-16T16:53:03 | emoji-mart | missive/emoji-mart | 8,483 | 560 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<skin name="Default"
author="Ilija Melentijevic & David Capello"
url="path_to_url">
<dimensions>
<dim id="scrollbar_size" value="12" />
<dim id="mini_scrollbar_size" value="6" />
<dim id="tabs_width" value="80" />
<dim id="tabs_height" val... | /content/code_sandbox/data/skins/classic/skin.xml | xml | 2016-08-31T17:26:42 | 2024-08-16T11:45:24 | LibreSprite | LibreSprite/LibreSprite | 4,717 | 14,837 |
```xml
<!--
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~
~ path_to_url
~
~ Unless required by applicable law or agreed to in writing, software
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expre... | /content/code_sandbox/test/e2e/sql/src/test/resources/cases/rql/dataset/dbtbl_with_readwrite_splitting/show_sharding_auditors.xml | xml | 2016-01-18T12:49:26 | 2024-08-16T15:48:11 | shardingsphere | apache/shardingsphere | 19,707 | 129 |
```xml
export * from 'rxjs-compat/operator/concat';
``` | /content/code_sandbox/deps/node-10.15.3/tools/node_modules/eslint/node_modules/rxjs/operator/concat.d.ts | xml | 2016-09-05T10:18:44 | 2024-08-11T13:21:40 | LiquidCore | LiquidPlayer/LiquidCore | 1,010 | 12 |
```xml
import * as React from 'react';
import createSvgIcon from '../utils/createSvgIcon';
const ComplianceAuditIcon = createSvgIcon({
svg: ({ classes }) => (
<svg xmlns="path_to_url" viewBox="0 0 2048 2048" className={classes.svg} focusable="false">
<path d="M1033 1280q-14 30-21 62t-13 66H384v-128h649zm-6... | /content/code_sandbox/packages/react-icons-mdl2/src/components/ComplianceAuditIcon.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 481 |
```xml
/**
* TutorialManager
*/
import * as Oni from "oni-api"
import { Event, IEvent } from "oni-types"
import { ITutorial, ITutorialMetadata, ITutorialStage } from "./ITutorial"
export interface ITutorialState {
metadata: ITutorialMetadata
renderFunc?: (context: Oni.BufferLayerRenderContext) => JSX.Eleme... | /content/code_sandbox/browser/src/Services/Learning/Tutorial/TutorialGameplayManager.ts | xml | 2016-11-16T14:42:55 | 2024-08-14T11:48:05 | oni | onivim/oni | 11,355 | 724 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="path_to_url">
<item>
<shape android:shape="rectangle">
<solid android:color="#CABBBBBB"/>
<corners android:radius="2dp" />
</shape>
</item>
<item
android:left="0dp"
android:right... | /content/code_sandbox/app/src/main/res/drawable/bottom_divider.xml | xml | 2016-02-01T23:48:36 | 2024-08-15T03:35:42 | TagMo | HiddenRamblings/TagMo | 2,976 | 151 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ contributor license agreements. See the NOTICE file distributed with
~ this work for additional information regarding copyright ownership.
~
~ path_to_url
~
~ Unless required by applicable law or agreed to in writing, software
~ WITHOUT WARRANTIES ... | /content/code_sandbox/test/it/parser/src/main/resources/sql/supported/ddl/create-cluster.xml | xml | 2016-01-18T12:49:26 | 2024-08-16T15:48:11 | shardingsphere | apache/shardingsphere | 19,707 | 1,421 |
```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>PreferenceSpecifiers</key>
<array>
<dict>
<key>FooterText</key>
<string>This application makes use of the following third party libraries:</string>
<key>Title<... | /content/code_sandbox/Example/Pods/Target Support Files/Pods-KZFileWatchers_Tests/Pods-KZFileWatchers_Tests-acknowledgements.plist | xml | 2016-08-08T09:00:27 | 2024-08-11T05:35:53 | KZFileWatchers | krzysztofzablocki/KZFileWatchers | 1,079 | 4,430 |
```xml
import * as React from 'react';
import { Button, Menu, MenuTrigger, MenuList, MenuItemCheckbox, MenuPopover } from '@fluentui/react-components';
import {
bundleIcon,
CutRegular,
CutFilled,
ClipboardPasteRegular,
ClipboardPasteFilled,
EditRegular,
EditFilled,
} from '@fluentui/react-icons';
const ... | /content/code_sandbox/packages/react-components/react-menu/stories/src/Menu/MenuCheckboxItems.stories.tsx | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 355 |
```xml
import {
ApiKey,
GroupUser,
Star,
Subscription,
UserAuthentication,
UserMembership,
} from "@server/models";
import { sequelize } from "@server/storage/database";
import { Event as TEvent, UserEvent } from "@server/types";
import BaseProcessor from "./BaseProcessor";
export default class UserDeleted... | /content/code_sandbox/server/queues/processors/UserDeletedProcessor.ts | xml | 2016-05-22T21:31:47 | 2024-08-16T19:57:22 | outline | outline/outline | 26,751 | 250 |
```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>15D21</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>FakePCIID</string>
<k... | /content/code_sandbox/Clover-Configs/Asus/A550J/CLOVER/kexts/10.11/FakePCIID.kext/Contents/Info.plist | xml | 2016-11-05T04:22:54 | 2024-08-12T19:25:53 | Hackintosh-Installer-University | huangyz0918/Hackintosh-Installer-University | 3,937 | 663 |
```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-linear-progress/test/component.test.ts | xml | 2016-12-05T16:04:09 | 2024-08-16T15:42:22 | material-components-web | material-components/material-components-web | 17,119 | 1,824 |
```xml
import { FluentDesignSystem } from '../fluent-design-system.js';
import { Slider } from './slider.js';
import { styles } from './slider.styles.js';
import { template } from './slider.template.js';
/**
* The Fluent Slider Element.
*
*
* @public
* @remarks
* HTML Element: \<fluent-slider\>
*/
export const ... | /content/code_sandbox/packages/web-components/src/slider/slider.definition.ts | xml | 2016-06-06T15:03:44 | 2024-08-16T18:49:29 | fluentui | microsoft/fluentui | 18,221 | 98 |
```xml
import { ISPFxAdaptiveCard, BaseAdaptiveCardView, IActionArguments } from '@microsoft/sp-adaptive-card-extension-base';
import * as strings from 'ComplexCardAdaptiveCardExtensionStrings';
import { IComment } from '../../../dal/SocialInfoHelper';
import { NewsManager } from '../../../manager/NewsManager';
import ... | /content/code_sandbox/samples/ace-strategy-pattern/src/adaptiveCardExtensions/complexCard/quickView/QuickView.ts | xml | 2016-08-30T17:21:43 | 2024-08-16T18:41:32 | sp-dev-fx-webparts | pnp/sp-dev-fx-webparts | 2,027 | 517 |
```xml
import './App.scss';
import {FileList} from './FileBrowser';
import {useEffect} from 'react';
import {None, Option} from 'tsoption';
import {
LibraryOutline,
GitCommitOutline,
GitPullRequestOutline,
SearchOutline
} from 'react-ionicons'
import {
BrowserRouter,
createSearchParams,
Li... | /content/code_sandbox/josh-ui/src/App.tsx | xml | 2016-06-10T09:45:46 | 2024-08-13T12:36:43 | josh | josh-project/josh | 1,452 | 1,865 |
```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 input values, the accumulato... | /content/code_sandbox/lib/node_modules/@stdlib/stats/incr/maape/docs/types/index.d.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 369 |
```xml
import { Dataset, launchPuppeteer } from 'crawlee';
// Launch the web browser.
const browser = await launchPuppeteer();
// Create and navigate new page
console.log('Open target page');
const page = await browser.newPage();
await page.goto('path_to_url
// Fill form fields and select desired search options
cons... | /content/code_sandbox/website/versioned_docs/version-3.0/examples/forms.ts | xml | 2016-08-26T18:35:03 | 2024-08-16T16:40:08 | crawlee | apify/crawlee | 14,153 | 252 |
```xml
<clickhouse>
<profiles>
<default>
<allow_prefetched_read_pool_for_remote_filesystem>0</allow_prefetched_read_pool_for_remote_filesystem>
<allow_prefetched_read_pool_for_local_filesystem>0</allow_prefetched_read_pool_for_local_filesystem>
<filesystem_prefetch_max_me... | /content/code_sandbox/tests/config/users.d/prefetch_settings.xml | xml | 2016-06-02T08:28:18 | 2024-08-16T18:39:33 | ClickHouse | ClickHouse/ClickHouse | 36,234 | 92 |
```xml
<clickhouse>
<profiles>
<default>
<distributed_background_insert_batch>1</distributed_background_insert_batch>
</default>
</profiles>
</clickhouse>
``` | /content/code_sandbox/tests/integration/test_insert_distributed_async_send/configs/users.d/batch.xml | xml | 2016-06-02T08:28:18 | 2024-08-16T18:39:33 | ClickHouse | ClickHouse/ClickHouse | 36,234 | 39 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="path_to_url" xmlns:content="path_to_url" xmlns:itunes="path_to_url">
<channel>
<atom:link rel="self" type="application/atom+xml" href="path_to_url" title="MP3 Audio"/>
<title>Developer Tea</title>
<generator>path_to_url
<desc... | /content/code_sandbox/spec/support/fixtures/podcasts/developertea.rss | xml | 2016-11-13T23:02:13 | 2024-08-16T15:45:36 | forem | forem/forem | 21,818 | 1,640 |
```xml
import React from 'react';
import { getConfigColor } from '../../../common/utils';
import { TabContainers, TabTitle } from '../../../styles/tasks';
import { IUser } from '../../../types';
import Notifications from '../../containers/notifications/List';
type Props = {
count: number;
currentUser: IUser;
co... | /content/code_sandbox/exm/modules/main/components/notifications/Notifications.tsx | xml | 2016-11-11T06:54:50 | 2024-08-16T10:26:06 | erxes | erxes/erxes | 3,479 | 236 |
```xml
namespace BitBlazorUI {
export class SearchBox {
public static moveCursorToEnd(inputElement: HTMLInputElement) {
inputElement.selectionStart = inputElement.selectionEnd = inputElement.value.length;
}
}
}
``` | /content/code_sandbox/src/BlazorUI/Bit.BlazorUI/Components/Inputs/SearchBox/BitSearchBox.ts | xml | 2016-10-19T14:23:48 | 2024-08-16T11:34:32 | bitplatform | bitfoundation/bitplatform | 1,051 | 47 |
```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>stream-exception-handler-4</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar... | /content/code_sandbox/4-Finchley/stream-exception-handler-4/pom.xml | xml | 2016-08-21T03:39:52 | 2024-08-13T15:13:21 | SpringCloud-Learning | dyc87112/SpringCloud-Learning | 7,344 | 545 |
```xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="path_to_url">
<type>org.netbeans.modules.apisupport.project</type>
<configuration>
<data xmlns="path_to_url">
<code-name-base>org.graalvm.visualizer.layout</code-name-base>
<suite-component/>
<module-depend... | /content/code_sandbox/visualizer/IdealGraphVisualizer/Layout/nbproject/project.xml | xml | 2016-01-14T17:11:35 | 2024-08-16T17:54:25 | graal | oracle/graal | 20,129 | 285 |
```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 ... | /content/code_sandbox/ios/sdk/WeexSDK/Sources/Manager/WXComponentManager.mm | xml | 2016-03-11T10:18:11 | 2024-08-16T06:43:02 | weex | alibaba/weex | 18,250 | 8,774 |
```xml
import React from 'react';
type IconProps = React.SVGProps<SVGSVGElement>;
export declare const IcUserArrowLeft: (props: IconProps) => React.JSX.Element;
export {};
``` | /content/code_sandbox/packages/icons/lib/icUserArrowLeft.d.ts | xml | 2016-06-08T11:16:51 | 2024-08-16T14:14:27 | WebClients | ProtonMail/WebClients | 4,300 | 44 |
```xml
import React from 'react';
import { View, StyleSheet } from 'react-native';
import { useNavigation } from '@react-navigation/native';
import { TranslateFunction } from '@gqlapp/i18n-client-react';
import { CardItem, CardText, CardSubtitleText, CardLabel, Button, primary } from '@gqlapp/look-client-react-native';... | /content/code_sandbox/modules/payments/client-react/stripe/subscription/components/CreditCardInfoView.native.tsx | xml | 2016-09-08T16:44:45 | 2024-08-16T06:17:16 | apollo-universal-starter-kit | sysgears/apollo-universal-starter-kit | 1,684 | 443 |
```xml
import cn from "classnames";
import React, { FunctionComponent, Ref } from "react";
import { pascalCase } from "coral-common/common/lib/utils";
import { withForwardRef, withStyles } from "coral-ui/hocs";
import { Spacing } from "coral-ui/theme/sharedVariables";
import { PropTypesOf } from "coral-ui/types";
/**... | /content/code_sandbox/client/src/core/client/ui/components/v2/Flex/Flex.tsx | xml | 2016-10-31T16:14:05 | 2024-08-06T16:15:57 | talk | coralproject/talk | 1,881 | 873 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="path_to_url"
android:shape="oval"
android:useLevel="false">
<solid android:color="#14ffffff" />
<stroke
android:width="0dp"
android:color="#77000000" />
<size
android:width="30dp"
androi... | /content/code_sandbox/app/src/main/res/drawable/circle.xml | xml | 2016-03-24T06:20:39 | 2024-08-15T11:37:10 | remusic | aa112901/remusic | 6,266 | 100 |
```xml
import * as React from 'react'
import { Octicon } from '../octicons'
import * as octicons from '../octicons/octicons.generated'
import { Banner } from './banner'
import { Dispatcher } from '../dispatcher'
import { LinkButton } from '../lib/link-button'
interface IRebaseConflictsBannerProps {
readonly dispatch... | /content/code_sandbox/app/src/ui/banners/rebase-conflicts-banner.tsx | xml | 2016-05-11T15:59:00 | 2024-08-16T17:00:41 | desktop | desktop/desktop | 19,544 | 359 |
```xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="XBanner">
<attr name="isAutoPlay" format="boolean" />
<attr name="isHandLoop" format="boolean" />
<attr name="AutoPlayTime" format="integer|reference" />
<attr name="pointNormal" format="reference" />
... | /content/code_sandbox/xbanner/src/main/res/values/attrs.xml | xml | 2016-09-13T08:26:29 | 2024-08-15T09:49:27 | XBanner | xiaohaibin/XBanner | 2,159 | 651 |
```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 itercurange = require( './index' );
/**
* Returns an iterator protocol-compliant object.
*
* @returns iter... | /content/code_sandbox/lib/node_modules/@stdlib/stats/iter/curange/docs/types/test.ts | xml | 2016-03-24T04:19:52 | 2024-08-16T09:03:19 | stdlib | stdlib-js/stdlib | 4,266 | 334 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.