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 <RelativeLayout xmlns:android="path_to_url" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> <androidx.swiperefreshlayout.widget.SwipeRefreshLayout android:id="@+id/refresh_layout" android:layout_width="match_parent" ...
/content/code_sandbox/app/src/main/res/layout/fragment_recycler.xml
xml
2016-05-21T08:47:10
2024-08-14T04:13:43
JAViewer
SplashCodes/JAViewer
4,597
142
```xml /* eslint-disable @next/next/no-head-element */ export default function RootLayout({ children, }: { children: React.ReactNode }) { return ( <html> <head></head> <body>{children}</body> </html> ) } ```
/content/code_sandbox/crates/next-core/src/assets/layout.tsx
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
59
```xml <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="path_to_url"> <RelativeLayout android:id="@+id/ll_progress_bar" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/colorTabBgDefault"> <RelativeLayout ...
/content/code_sandbox/app/src/main/res/layout/activity_transition.xml
xml
2016-11-20T11:59:25
2024-08-14T13:24:02
CloudReader
youlookwhat/CloudReader
4,933
333
```xml import React, {CSSProperties} from 'react'; import {RepositoryEntity} from '../Type/RepositoryEntity'; import {Icon} from './Icon'; import {color} from '../Style/color'; import {appTheme} from '../Style/appTheme'; import styled from 'styled-components'; import {ClickView} from './ClickView'; import {space} from ...
/content/code_sandbox/src/Renderer/Library/View/RepositoryRow.tsx
xml
2016-05-10T12:55:31
2024-08-11T04:32:50
jasper
jasperapp/jasper
1,318
439
```xml <resources> <string name="app_name">library</string> <!-- TODO: Remove or change this placeholder text --> <string name="hello_blank_fragment">Hello blank fragment</string> </resources> ```
/content/code_sandbox/library/photoPicker/src/main/res/values/strings.xml
xml
2016-09-26T09:42:41
2024-08-12T07:09:06
AndroidFire
jaydenxiao2016/AndroidFire
2,634
45
```xml import { BarTooltipProps } from './types' import { BasicTooltip } from '@nivo/tooltip' export const BarTooltip = <RawDatum,>({ color, label, ...data }: BarTooltipProps<RawDatum>) => { return <BasicTooltip id={label} value={data.formattedValue} enableChip={true} color={color} /> } ```
/content/code_sandbox/packages/bar/src/BarTooltip.tsx
xml
2016-04-16T03:27:56
2024-08-16T03:38:37
nivo
plouc/nivo
13,010
76
```xml import type { GraphQLType } from 'graphql'; import React, { Fragment, PureComponent } from 'react'; import { MarkdownPreview } from '../markdown-preview'; import { GraphQLDefaultValue } from './graph-ql-default-value'; import { GraphQLExplorerTypeLink } from './graph-ql-explorer-type-link'; import type { GraphQ...
/content/code_sandbox/packages/insomnia/src/ui/components/graph-ql-explorer/graph-ql-explorer-field.tsx
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
451
```xml import * as React from "react"; import Frame from "../components/Frame"; import { EmbedProps as Props } from "."; function YouTube({ matches, ...props }: Props) { const videoId = matches[1]; let src; try { const url = new URL(props.attrs.href); const searchParams = new URLSearchParams(url.search)...
/content/code_sandbox/shared/editor/embeds/YouTube.tsx
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
288
```xml <resources xmlns:tools="path_to_url"> <string name="crop__saving">Salvando imagem</string> <string name="crop__wait">Por favor, aguarde</string> <string name="crop__pick_error">Sem fontes de imagem disponveis</string> <string name="crop__done">FINALIZADO</string> <string name="crop__cancel"...
/content/code_sandbox/DragSquare/crop/src/main/res/values-pt/strings.xml
xml
2016-05-27T07:13:04
2024-07-27T08:49:43
DragRankSquare
xmuSistone/DragRankSquare
1,113
104
```xml import { IButtonMutateProps, IFormProps } from "@erxes/ui/src/types"; import Button from "@erxes/ui/src/components/Button"; import ControlLabel from "@erxes/ui/src/components/form/Label"; import Form from "@erxes/ui/src/components/form/Form"; import FormControl from "@erxes/ui/src/components/form/Control"; impo...
/content/code_sandbox/packages/plugin-inbox-ui/src/settings/integrations/components/outgoing-webhook/Form.tsx
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
824
```xml import { NEXT_MESSAGE_ON_MOVE } from '@proton/shared/lib/mail/mailSettings'; import { Toggle } from '../../components'; interface Props { id?: string; loading?: boolean; nextMessageOnMove?: number; onToggle: (nextMessageOnMove: NEXT_MESSAGE_ON_MOVE) => void; } const NextMessageOnMoveToggle = (...
/content/code_sandbox/packages/components/containers/messages/NextMessageOnMoveToggle.tsx
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
159
```xml import config from "../../config"; const handleExtensionInstalledOrUpdated = (details: chrome.runtime.InstalledDetails) => { if (details.reason === chrome.runtime.OnInstalledReason.INSTALL) { chrome.tabs.create({ url: config.WEB_URL + "/sessions" }); } // if (details.reason === chrome.runtime.OnInsta...
/content/code_sandbox/browser-extension/sessionbear/src/service-worker/services/installUninstall.ts
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
136
```xml <Project> <PropertyGroup> <CodesignKey>iPhone Developer</CodesignKey> <NullabilityInfoContextSupport>true</NullabilityInfoContextSupport> <!-- MT7091 occurs when referencing a .framework bundle that consists of a static library. It only warns about not copying the library to the app bundle...
/content/code_sandbox/osu.Framework.iOS.props
xml
2016-08-26T03:45:35
2024-08-16T05:03:32
osu-framework
ppy/osu-framework
1,618
975
```xml export interface Value { CheckInComment: string; CheckOutType: number; ContentTag: string; CustomizedPageStatus: number; ETag: string; Exists: boolean; IrmEnabled: boolean; Length: number; Level: number; LinkingUri?: any; LinkingUrl: string; MajorVersion: number; ...
/content/code_sandbox/samples/react-teams-tab-field-visit-mashup/src/webparts/fieldVisitTab/services/PhotoService/IPhotosResponse.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
151
```xml import * as React from "react"; import makeStyles from "@material-ui/styles/makeStyles"; import createStyles from "@material-ui/styles/createStyles"; import TextField from "@material-ui/core/TextField"; import Button from "@material-ui/core/Button"; import { LoginEntity, createEmptyLogin } from "../model/login";...
/content/code_sandbox/hooks/13_LoginForm/src/pages/login.component.tsx
xml
2016-02-28T11:58:58
2024-07-21T08:53:34
react-typescript-samples
Lemoncode/react-typescript-samples
1,846
352
```xml export * from './YesIcon'; export * from './NoIcon'; export * from './PendingIcon'; export * from './WarningIcon'; ```
/content/code_sandbox/docs/ui/components/DocIcons/index.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
29
```xml import { IInsuranceType, insuranceTypeSchema, IInsuranceTypeDocument } from './definitions/insuranceTypes'; import { Model, FilterQuery } from 'mongoose'; import { IModels } from '../connectionResolver'; export interface IInsuranceTypeModel extends Model<IInsuranceTypeDocument> { getInsuranceType(select...
/content/code_sandbox/packages/plugin-loans-api/src/models/insuranceTypes.ts
xml
2016-11-11T06:54:50
2024-08-16T10:26:06
erxes
erxes/erxes
3,479
421
```xml /** * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #import "FBStandardGraphEdgeFilters.h" #import <objc/runtime.h> #import <UIKit/UIKit.h> #import "FBObjectiveCGraphElement.h" #import "FBRetain...
/content/code_sandbox/FBRetainCycleDetector/Filtering/FBStandardGraphEdgeFilters.mm
xml
2016-04-07T18:17:16
2024-08-07T03:44:31
FBRetainCycleDetector
facebook/FBRetainCycleDetector
4,206
593
```xml <library path="libmoveit_srv_kinematics_plugin"> <class name="srv_kinematics_plugin/SrvKinematicsPlugin" type="srv_kinematics_plugin::SrvKinematicsPlugin" base_class_type="kinematics::KinematicsBase"> <description> A implementation of kinematics as a plugin that uses a ROS service layer to communicat...
/content/code_sandbox/moveit_kinematics/srv_kinematics_plugin_description.xml
xml
2016-07-27T20:38:09
2024-08-15T02:08:44
moveit
moveit/moveit
1,626
93
```xml import type { Recipient } from '@proton/shared/lib/interfaces'; import type { Message } from '@proton/shared/lib/interfaces/mail/Message'; import { getRecipients as getMessageRecipients, getSender } from '@proton/shared/lib/mail/messages'; import type { Element } from '../models/element'; import { getRecipients...
/content/code_sandbox/applications/mail/src/app/helpers/recipients.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
294
```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>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Patches</key> <array> <dict> <key>Comment</key> <string>change EHC1 to EH01</string> <key>Disab...
/content/code_sandbox/Clover-Configs/LG/LG 15Z960/CLOVER/config.plist
xml
2016-11-05T04:22:54
2024-08-12T19:25:53
Hackintosh-Installer-University
huangyz0918/Hackintosh-Installer-University
3,937
3,956
```xml import { get, set, getAll, setAll } from '../shared/data.js'; import { isUndefined, isObjectLike } from '../shared/helper.js'; import type { PlainObject } from '../shared/helper.js'; /** * `value` `undefined` `data(element, key)` * * Note: `data-*` * * @param element * @param key * @param value `un...
/content/code_sandbox/packages/jq/src/functions/data.ts
xml
2016-07-11T17:39:02
2024-08-16T07:12:34
mdui
zdhxiong/mdui
4,077
564
```xml import type { EventEmitter, EventsMap } from './EventEmitter'; /** * Base class for all shared objects that extends the EventEmitter class. * The implementation is written in C++, installed through JSI and common for mobile platforms. */ export declare class SharedObject<TEventsMap extends EventsMap = Record...
/content/code_sandbox/packages/expo-modules-core/src/ts-declarations/SharedObject.ts
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
152
```xml import { Component, OnInit } from '@angular/core'; import { Code } from '@domain/code'; interface City { name: string; code: string; } @Component({ selector: 'loading-state-doc', template: ` <app-docsectiontext> <p>Loading state can be used <i>loading</i> property.</p> ...
/content/code_sandbox/src/app/showcase/doc/multiselect/loadingstatedoc.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
561
```xml import { NextRequest, NextResponse } from 'next/server' export const revalidate = 1 export function generateStaticParams() { console.log('generateStaticParams static/[slug]') return [{ slug: 'first' }, { slug: 'second' }] } export const GET = (req: NextRequest, { params }) => { return NextResponse.json(...
/content/code_sandbox/test/e2e/app-dir/app-routes/app/revalidate-1/[slug]/data.json/route.ts
xml
2016-10-05T23:32:51
2024-08-16T19:44:30
next.js
vercel/next.js
124,056
87
```xml import { inject, injectable } from 'inversify'; import { ServiceIdentifiers } from '../../../container/ServiceIdentifiers'; import * as ESTree from 'estree'; import { TNodeWithStatements } from '../../../types/node/TNodeWithStatements'; import { TObjectExpressionKeysTransformerCustomNodeFactory } from '../../....
/content/code_sandbox/src/node-transformers/converting-transformers/object-expression-extractors/ObjectExpressionToVariableDeclarationExtractor.ts
xml
2016-05-09T08:16:53
2024-08-16T19:43:07
javascript-obfuscator
javascript-obfuscator/javascript-obfuscator
13,358
1,482
```xml <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <!-- Supress the warning about the assemblies we are putting in the task folder. --> <NoWarn>NU5100</NoWarn> <TargetFramework>netstandard2.0</TargetFramework> <Description>Package demonstrating how to integrate third party tools with Razor Clas...
/content/code_sandbox/src/ClientAssets/Microsoft.AspNetCore.ClientAssets/Microsoft.AspNetCore.ClientAssets.csproj
xml
2016-10-10T21:02:00
2024-08-13T18:02:26
AspLabs
aspnet/AspLabs
1,224
171
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1227</width> <height>665</height> </rect> </property> <property name="windowTitle"> <string>Residuals</str...
/content/code_sandbox/pyomo/contrib/viewer/residual_table.ui
xml
2016-05-27T19:33:45
2024-08-16T08:09:25
pyomo
Pyomo/pyomo
1,945
361
```xml import { CommonModule } from "@angular/common"; import { Component, DestroyRef, OnInit } from "@angular/core"; import { takeUntilDestroyed } from "@angular/core/rxjs-interop"; import { FormBuilder, ReactiveFormsModule } from "@angular/forms"; import { firstValueFrom } from "rxjs"; import { JslibModule } from "@...
/content/code_sandbox/apps/browser/src/vault/popup/settings/appearance-v2.component.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
929
```xml import styled from "styled-components"; import { s } from "@shared/styles"; export const Emoji = styled.span` font-family: ${s("fontFamilyEmoji")}; width: 24px; height: 24px; `; ```
/content/code_sandbox/app/components/IconPicker/components/Emoji.tsx
xml
2016-05-22T21:31:47
2024-08-16T19:57:22
outline
outline/outline
26,751
51
```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-circular-progress/constants.ts
xml
2016-12-05T16:04:09
2024-08-16T15:42:22
material-components-web
material-components/material-components-web
17,119
354
```xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "path_to_url" [ <!ENTITY legal SYSTEM "legal.xml"> ]> <!--<?yelp:chunk-depth 4?> --> <!-- (Do not remove this comment block.) Version: 3.0 Last modified: Sep 8, 2010 Maintainers: Mich...
/content/code_sandbox/help/ug/software-center.xml
xml
2016-08-08T17:54:58
2024-08-06T13:58:47
x-mario-center
fossasia/x-mario-center
1,487
2,880
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ShaderDialogClass</class> <widget class="QWidget" name="ShaderDialogClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>430</width> <height>530</height> </rect> </property> <property name="windowTitle"> ...
/content/code_sandbox/src/meshlabplugins/render_radiance_scaling/shaderDialog.ui
xml
2016-11-07T00:03:21
2024-08-16T16:55:49
meshlab
cnr-isti-vclab/meshlab
4,633
1,835
```xml <?xml version="1.0"?> <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.jsoniter</groupId> <version>0.9.21-SNAPSHOT</version> <artifactId>jsoniter-demo</artifactId> <name>json iterator demo</name>...
/content/code_sandbox/demo/pom.xml
xml
2016-12-05T12:15:21
2024-08-12T16:59:30
java
json-iterator/java
1,500
1,228
```xml <test> <!-- ORDER BY key is prefix of MergeTree sorting key --> <query>SELECT CounterID, EventDate FROM hits_10m_single ORDER BY CounterID SETTINGS optimize_read_in_order=1 FORMAT Null</query> <query>SELECT CounterID, EventDate FROM hits_10m_single ORDER BY CounterID SETTINGS optimize_read_in_order=0...
/content/code_sandbox/tests/performance/optimize_sorting_for_input_stream.xml
xml
2016-06-02T08:28:18
2024-08-16T18:39:33
ClickHouse
ClickHouse/ClickHouse
36,234
440
```xml // See LICENSE.txt for license information. /* eslint-disable max-lines */ import {DeviceEventEmitter} from 'react-native'; import {Navigation} from '@constants'; import {SYSTEM_IDENTIFIERS} from '@constants/database'; import DatabaseManager from '@database/manager'; import {getMyChannel} from '@queries/serve...
/content/code_sandbox/app/actions/local/channel.test.ts
xml
2016-10-07T16:52:32
2024-08-16T12:08:38
mattermost-mobile
mattermost/mattermost-mobile
2,155
10,805
```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. --> <merge xmlns:android="path_to_url" xmlns:tools="path_to_url"> <ProgressBar ...
/content/code_sandbox/support/src/main/res/layout/support_recycler_view_load_more.xml
xml
2016-08-03T15:43:34
2024-08-14T01:11:22
SwipeRecyclerView
yanzhenjie/SwipeRecyclerView
5,605
208
```xml <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AboutDialog</class> <widget class="QDialog" name="AboutDialog"> <property name="windowModality"> <enum>Qt::WindowModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>520</width> <height>3...
/content/code_sandbox/data/qt/about.ui
xml
2016-05-15T16:41:35
2024-08-08T18:26:04
polychromatic
polychromatic/polychromatic
1,025
1,733
```xml <dict> <key>LayoutID</key> <integer>16</integer> <key>PathMapRef</key> <array> <dict> <key>CodecID</key> <array> <integer>283902616</integer> </array> <key>Headphone</key> <dict> <key>AmpPostDelay</key> <integer>50</integer> <key>AmpPreDelay</key> <integer>100</integer> ...
/content/code_sandbox/Resources/ALC298/layout16.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
11,770
```xml /// <reference types="mocha" /> import { assert } from 'chai'; describe('ModernCalendarWebPart', () => { it('should do something', () => { assert.ok(true); }); }); ```
/content/code_sandbox/samples/js-modern-calendar/src/webparts/modernCalendar/tests/ModernCalendar.test.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
46
```xml <resources> <string name="app_name">BroadcastTest2</string> </resources> ```
/content/code_sandbox/chapter5/BroadcastTest2/app/src/main/res/values/strings.xml
xml
2016-10-04T02:55:57
2024-08-16T11:00:26
booksource
guolindev/booksource
3,105
21
```xml <?xml version="1.0" encoding="utf-8"?> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the ...
/content/code_sandbox/application/src/main/data/lwm2m-registry/10343.xml
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
874
```xml export interface BadgeMagic { name?: string; id: string; } ```
/content/code_sandbox/src/models/BadgeMagic.model.ts
xml
2016-06-30T15:27:34
2024-08-06T13:59:05
badgemagic-app
fossasia/badgemagic-app
1,509
17
```xml import React from 'react'; import { AutoForm, AutoField, SubmitField } from '../../lib/universal'; import { HTMLFieldProps, ModelTransformMode, connectField } from 'uniforms'; import { bridge as schema } from './RangeFieldSchema'; type RangeProps = HTMLFieldProps<{ start: Date; stop: Date }, HTMLDivElement>; ...
/content/code_sandbox/website/pages-parts/CustomFields/RangeField.tsx
xml
2016-05-10T13:08:50
2024-08-13T11:27:18
uniforms
vazco/uniforms
1,934
359
```xml import { defineAppConfig } from 'ice'; if (process.env.ICE_CORE_ERROR_BOUNDARY) { console.log('__REMOVED__'); } console.log('ICE_VERSION', process.env.ICE_VERSION); export default defineAppConfig(() => ({ app: {}, })); ```
/content/code_sandbox/examples/single-route/src/app.tsx
xml
2016-11-03T06:59:15
2024-08-16T10:11:29
ice
alibaba/ice
17,815
57
```xml import { connectAuthEmulator, getAuth } from 'firebase/auth' import type { FirebaseApp } from 'firebase/app' import { logger } from '../logging' import { defineNuxtPlugin, useRuntimeConfig } from '#imports' /** * Setups the auth Emulators */ export default defineNuxtPlugin((nuxtApp) => { const firebaseApp =...
/content/code_sandbox/packages/nuxt/src/runtime/emulators/auth.plugin.ts
xml
2016-01-07T22:57:53
2024-08-16T14:23:27
vuefire
vuejs/vuefire
3,833
276
```xml import Vue from 'vue'; import { library, config } from '@fortawesome/fontawesome-svg-core'; import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'; import { faClock, faTrashAlt, faPaperPlane, faFileAlt, faSave, faQuestionCircle, faEye, faUser as farUser, faEnvelope } from '@fortawesome/...
/content/code_sandbox/plugins/font-awesome.ts
xml
2016-02-28T13:16:17
2024-08-16T01:48:50
iBlog
eshengsky/iBlog
1,337
414
```xml import { ChangeDetectionStrategy, Component, Input } from '@angular/core'; import { Application } from 'app/model/application.model'; import { Project } from 'app/model/project.model'; @Component({ selector: 'app-usage-applications', templateUrl: './usage.applications.html', styleUrls: ['./usage.app...
/content/code_sandbox/ui/src/app/shared/usage/applications/usage.applications.component.ts
xml
2016-10-11T08:28:23
2024-08-16T01:55:31
cds
ovh/cds
4,535
108
```xml import * as fs from 'fs'; import { getBuildToolsInstallerPath } from './get-build-tools-installer-path'; import { getPythonInstallerPath } from './get-python-installer-path'; /** * Cleans existing log files */ export function cleanExistingLogFiles() { const files = [ getBuildToolsInstallerPath().logPath, ge...
/content/code_sandbox/src/utils/clean.ts
xml
2016-06-12T00:10:22
2024-08-15T12:11:21
windows-build-tools
felixrieseberg/windows-build-tools
3,397
106
```xml export default function(number: number, index: number): [string, string] { return [ ['just nu', 'om en stund'], ['%s sekunder sedan', 'om %s sekunder'], ['1 minut sedan', 'om 1 minut'], ['%s minuter sedan', 'om %s minuter'], ['1 timme sedan', 'om 1 timme'], ['%s timmar sedan', 'om %s ti...
/content/code_sandbox/src/lang/sv.ts
xml
2016-06-23T02:06:23
2024-08-16T02:07:26
timeago.js
hustcc/timeago.js
5,267
226
```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/e2e/sql/src/test/resources/cases/dql/e2e-dql-select-join.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
6,155
```xml import { Component } from '@angular/core'; import { Code } from '@domain/code'; @Component({ selector: 'accessibility-doc', template: ` <div> <app-docsectiontext> <h3>Screen Reader</h3> <p> Dialog component uses <i>dialog</i> role along with <i>aria-labell...
/content/code_sandbox/src/app/showcase/doc/dialog/accessibilitydoc.ts
xml
2016-01-16T09:23:28
2024-08-16T19:58:20
primeng
primefaces/primeng
9,969
797
```xml import { mkdir, writeFile } from 'node:fs/promises'; import path from 'path'; import YAML from 'yaml'; import { InsoError } from '../cli'; export async function writeFileWithCliOptions( outputPath: string, contents: string, ): Promise<string> { try { await mkdir(path.dirname(outputPath), { recursive...
/content/code_sandbox/packages/insomnia-inso/src/commands/export-specification.ts
xml
2016-04-23T03:54:26
2024-08-16T16:50:44
insomnia
Kong/insomnia
34,054
244
```xml <Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0" xmlns="path_to_url"> <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), testAsset.props))\testAsset.props" /> <PropertyGroup> <TargetFramework>$(CurrentTargetFramework)</TargetFramework> <OutputType>Exe</OutputT...
/content/code_sandbox/test/TestAssets/TestProjects/AppWithToolDependency/AppWithToolDependency.csproj
xml
2016-07-22T21:26:02
2024-08-16T17:23:58
sdk
dotnet/sdk
2,627
181
```xml <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="path_to_url"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">x86</Platform> <ProjectGuid>{4C943B12-C5AF-4CD4-B583...
/content/code_sandbox/tests/linker/mac/link all/link all-mac.csproj
xml
2016-04-20T18:24:26
2024-08-16T13:29:19
xamarin-macios
xamarin/xamarin-macios
2,436
1,460
```xml import { joinPaths, normalizePath } from '../../system/path'; import { maybeStopWatch } from '../../system/stopwatch'; import type { GitDiffFile, GitDiffHunk, GitDiffHunkLine, GitDiffShortStat } from '../models/diff'; import type { GitFile, GitFileStatus } from '../models/file'; import { GitFileChange } from '.....
/content/code_sandbox/src/git/parsers/diffParser.ts
xml
2016-08-08T14:50:30
2024-08-15T21:25:09
vscode-gitlens
gitkraken/vscode-gitlens
8,889
1,842
```xml /** * api-extractor-test-01 * * @remarks * This library is consumed by api-extractor-test-02 and api-extractor-test-03. * It tests the basic types of definitions, and all the weird cases for following * chains of type aliases. * * @packageDocumentation */ /// <reference types="jest" /> /// <reference l...
/content/code_sandbox/build-tests/api-extractor-test-01/dist/api-extractor-test-01-beta.d.ts
xml
2016-09-30T00:28:20
2024-08-16T18:54:35
rushstack
microsoft/rushstack
5,790
1,789
```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 {SVGCharMap, AddPaths} from '../../FontData.js'; import {t...
/content/code_sandbox/ts/output/svg/fonts/tex/tex-size4.ts
xml
2016-02-23T09:52:03
2024-08-16T04:46:50
MathJax-src
mathjax/MathJax-src
2,017
6,064
```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 { HarnessLoader } from "@angular/cdk/testing"; import { TestbedHarnessEnvironment } from "@angular/cdk/testing/testbed"; import { Ht...
/content/code_sandbox/experimental/traffic-portal/src/app/core/cdns/cdn-table/cdn-table.component.spec.ts
xml
2016-09-02T07:00:06
2024-08-16T03:50:21
trafficcontrol
apache/trafficcontrol
1,043
660
```xml <?xml version="1.0" encoding="utf-8"?> <!-- FILE INFORMATION Public Reachable Information Path: path_to_url Name: 504.xml NORMATIVE INFORMATION Send comments to path_to_url LEGAL DISCLAIMER Redistribution and use in source and binary forms, with or without modification, are permitted provided that the ...
/content/code_sandbox/application/src/main/data/lwm2m-registry/504.xml
xml
2016-12-01T09:33:30
2024-08-16T19:58:25
thingsboard
thingsboard/thingsboard
16,820
3,838
```xml import style from './cssWithEscapedSymbols.module.css'; console.log('style', style.test); export default function Bar() { return ( <div className={style.test}> bar </div> ); } ```
/content/code_sandbox/examples/basic-project/src/components/bar.tsx
xml
2016-11-03T06:59:15
2024-08-16T10:11:29
ice
alibaba/ice
17,815
48
```xml namespace pxt { // These functions are defined in docfiles/pxtweb/cookieCompliance.ts export declare function aiTrackEvent(id: string, data?: any, measures?: any): void; export declare function aiTrackException(err: any, kind: string, props: any): void; export declare function setInteractiveConse...
/content/code_sandbox/pxtlib/analytics.ts
xml
2016-01-24T19:35:52
2024-08-16T16:39:39
pxt
microsoft/pxt
2,069
909
```xml <?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="path_to_url" xmlns:activiti="path_to_url" targetNamespace="Examples"> <process id="testExecutionAvailableProcess" name="Test execution available process"> <startEvent id="theStart" /> <sequenceFlow id="flow1" sourceRef="theStart" targ...
/content/code_sandbox/modules/flowable5-test/src/test/resources/org/activiti/engine/test/el/ExpressionManagerTest.testExecutionAvailable.bpmn20.xml
xml
2016-10-13T07:21:43
2024-08-16T15:23:14
flowable-engine
flowable/flowable-engine
7,715
203
```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 { ArrayLike } from '@stdlib/types/array...
/content/code_sandbox/lib/node_modules/@stdlib/strided/base/unary-signature-callbacks/docs/types/index.d.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
729
```xml /* eslint-disable no-console */ import ms from 'ms'; import path from 'path'; import { once } from 'node:events'; import { URL } from 'url'; import semVer from 'semver'; import { homedir } from 'os'; import { runNpmInstall } from '@vercel/build-utils'; import { execCli } from './helpers/exec'; import fetch, { Re...
/content/code_sandbox/packages/cli/test/integration-3.test.ts
xml
2016-09-09T01:12:08
2024-08-16T17:39:45
vercel
vercel/vercel
12,545
7,422
```xml <?xml version="1.0" encoding="UTF-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2"> <file source-language="en" target-language="sk" datatype="plaintext" original="tasks.en.xlf"> <body> <trans-unit id="7f4C38O" resname="tasks.pending" xml:space="preserve" approved="no"> ...
/content/code_sandbox/translations/tasks.sk.xlf
xml
2016-10-20T17:06:34
2024-08-16T18:27:30
kimai
kimai/kimai
3,084
1,733
```xml import { WorkspaceFolder, NotificationHandler, PublishDiagnosticsParams, } from "vscode-languageserver"; import { QuickPickItem } from "vscode"; import { GraphQLProject, DocumentUri } from "./project/base"; import { dirname } from "path"; import fg from "glob"; import { loadConfig, ApolloConfig, isCl...
/content/code_sandbox/packages/apollo-language-server/src/workspace.ts
xml
2016-08-12T15:28:09
2024-08-03T08:25:34
apollo-tooling
apollographql/apollo-tooling
3,040
1,682
```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>desmume-cli</string> <key>CFBundleGetInfoString</key> <string>desmume C...
/content/code_sandbox/desmume/src/frontend/posix/cli/Info.plist
xml
2016-11-24T02:20:36
2024-08-16T13:18:50
desmume
TASEmulators/desmume
2,879
198
```xml <!-- All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistr...
/content/code_sandbox/moveit_planners/pilz_industrial_motion_planner/test/test_robots/prbt/test_data/testdata_deprecated.xml
xml
2016-07-27T20:38:09
2024-08-15T02:08:44
moveit
moveit/moveit
1,626
4,512
```xml import { ImgHTMLAttributes, useState } from 'react'; import Lightbox from 'yet-another-react-lightbox'; import Zoom from 'yet-another-react-lightbox/plugins/zoom'; import 'yet-another-react-lightbox/styles.css'; type Props = ImgHTMLAttributes<HTMLImageElement> & { src: string; }; export function LightboxIma...
/content/code_sandbox/docs/ui/components/ContentSpotlight/LightboxImage.tsx
xml
2016-08-15T17:14:25
2024-08-16T19:54:44
expo
expo/expo
32,004
238
```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/cmp_clang_ttp_passing_/vc10_cmp_clang_ttp_passing.vcxproj.filters
xml
2016-09-05T10:18:44
2024-08-11T13:21:40
LiquidCore
LiquidPlayer/LiquidCore
1,010
369
```xml <vector xmlns:android="path_to_url" android:width="24dp" android:height="24dp" android:viewportHeight="424.83" android:viewportWidth="424.83"> <group android:translateX="0" android:translateY="56.84"> <path android:fillColor="@android:color/white" android:pathData="M193.69,114.14v26.05c0,...
/content/code_sandbox/app/src/main/res/drawable-night/ic_joystick_24dp.xml
xml
2016-02-01T23:48:36
2024-08-15T03:35:42
TagMo
HiddenRamblings/TagMo
2,976
3,207
```xml import * as React from 'react'; import type { ForwardRefComponent } from '@fluentui/react-utilities'; import { useCustomStyleHook_unstable } from '@fluentui/react-shared-contexts'; import { useDrawerContextValue } from '../../contexts/drawerContext'; import type { InlineDrawerProps } from './InlineDrawer.types...
/content/code_sandbox/packages/react-components/react-drawer/library/src/components/InlineDrawer/InlineDrawer.tsx
xml
2016-06-06T15:03:44
2024-08-16T18:49:29
fluentui
microsoft/fluentui
18,221
266
```xml import { MainAreaWidget } from '@jupyterlab/apputils'; import { CodeMirrorEditor, EditorSearchProvider } from '@jupyterlab/codemirror'; import { CodeEditor } from '@jupyterlab/codeeditor'; import { IFilters, IReplaceOptionsSupport, ISearchProvider } from '@jupyterlab/documentsearch'; import { ITranslator ...
/content/code_sandbox/packages/fileeditor/src/searchprovider.ts
xml
2016-06-03T20:09:17
2024-08-16T19:12:44
jupyterlab
jupyterlab/jupyterlab
14,019
800
```xml <?xml version="1.0" encoding="UTF-8"?> <!-- ~ contributor license agreements. See the NOTICE file distributed with ~ this work for additional information regarding copyright ownership. ~ ~ path_to_url ~ ~ Unless required by applicable law or agreed to in writing, software ~ WITHOUT WARRANTIES ...
/content/code_sandbox/parser/sql/statement/type/opengauss/pom.xml
xml
2016-01-18T12:49:26
2024-08-16T15:48:11
shardingsphere
apache/shardingsphere
19,707
276
```xml <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="path_to_url" android:id="@+id/layout_filter" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/common_bg" > <include android:id="@+id/common_top_bar" layout...
/content/code_sandbox/app/src/main/res/layout/layout_filter.xml
xml
2016-08-10T12:23:49
2024-08-12T03:08:54
PhotoEdit
jarlen/PhotoEdit
1,158
1,733
```xml <?xml version="1.0" encoding="utf-8"?> <!-- path_to_url Unless required by applicable law or agreed to in writing, software WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> <selector xmlns:android="path_to_url"> <!-- Disabled chips. --> <item android:alpha="@dimen/...
/content/code_sandbox/lib/java/com/google/android/material/chip/res/color/m3_chip_text_color.xml
xml
2016-12-05T16:11:29
2024-08-16T17:51:42
material-components-android
material-components/material-components-android
16,176
147
```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 LN_SQRT_TWO_PI = require( './index' ); // TESTS // // The export is a number... { // eslint-disable-nex...
/content/code_sandbox/lib/node_modules/@stdlib/constants/float64/ln-sqrt-two-pi/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
105
```xml import * as React from 'react'; import { ISPFormFieldProps } from './SPFormField'; import { Toggle } from 'office-ui-fabric-react/lib/Toggle'; import * as strings from 'FormFieldStrings'; const SPFieldBooleanEdit: React.SFC<ISPFormFieldProps> = (props) => { return <Toggle className='ard-booleanFormF...
/content/code_sandbox/samples/react-list-form/src/webparts/listForm/components/formFields/SPFieldBooleanEdit.tsx
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
170
```xml import {BindingTarget} from '../../../common/binding/target.js'; import {Point3d} from '../model/point-3d.js'; export function point3dFromUnknown(value: unknown): Point3d { return Point3d.isObject(value) ? new Point3d(value.x, value.y, value.z) : new Point3d(); } export function writePoint3d(target: Bindi...
/content/code_sandbox/packages/core/src/input-binding/point-3d/converter/point-3d.ts
xml
2016-05-10T15:45:13
2024-08-16T19:57:27
tweakpane
cocopon/tweakpane
3,480
124
```xml <Project Sdk="Microsoft.NET.Sdk"> <ItemGroup> <None Update="DependencyInjection\TestConfiguration\*.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.0.0" /> <Pac...
/content/code_sandbox/src/AspNetCore/test/App.Metrics.AspNetCore.Integration.Facts/App.Metrics.AspNetCore.Integration.Facts.csproj
xml
2016-11-20T04:39:02
2024-08-14T12:43:59
AppMetrics
AppMetrics/AppMetrics
2,215
183
```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.lamport.tla.toolbox.tool.tlc.modelCheck"> <intAttribute key="autoLockTime" value="15"/> <stringAttribute key="configurationName" value="Model_3"/> <intAttribute key="dfidDepth" value="100"/> <booleanAttribute key="dfidMode" val...
/content/code_sandbox/specifications/CarTalkPuzzle/CarTalkPuzzle.toolbox/CarTalkPuzzle___Model_3.launch
xml
2016-03-01T10:50:58
2024-08-15T09:26:38
Examples
tlaplus/Examples
1,258
437
```xml import { SchemaComposer } from '../../SchemaComposer'; import { dedent } from '../dedent'; describe('schemaPrinter', () => { describe('printSchemaComposer()', () => { const sc = new SchemaComposer(); sc.addTypeDefs(` extend type Query { me: User } type User @key(fields...
/content/code_sandbox/src/utils/__tests__/schemaPrinter-test.ts
xml
2016-06-07T07:43:40
2024-07-30T19:45:36
graphql-compose
graphql-compose/graphql-compose
1,205
642
```xml <dict> <key>CommonPeripheralDSP</key> <array> <dict> <key>DeviceID</key> <integer>0</integer> <key>DeviceType</key> <string>Headphone</string> </dict> <dict> <key>DeviceID</key> <integer>0</integer> <key>DeviceType</key> <string>Microphone</string> </dict> </array> <key>PathMa...
/content/code_sandbox/Resources/VT1802/Platforms65.xml
xml
2016-03-07T20:45:58
2024-08-14T08:57:03
AppleALC
acidanthera/AppleALC
3,420
2,680
```xml export interface IPropertyPaneHTMLHostProps { html: string; } //# sourceMappingURL=IPropertyPaneHTMLHostProps.d.ts.map ```
/content/code_sandbox/samples/react-enhanced-powerapps/lib/controls/PropertyPaneHTML/IPropertyPaneHTMLHostProps.d.ts
xml
2016-08-30T17:21:43
2024-08-16T18:41:32
sp-dev-fx-webparts
pnp/sp-dev-fx-webparts
2,027
28
```xml export { default, default as useFeature } from '@proton/features/useFeature'; ```
/content/code_sandbox/packages/components/hooks/useFeature.ts
xml
2016-06-08T11:16:51
2024-08-16T14:14:27
WebClients
ProtonMail/WebClients
4,300
18
```xml import { filterDependenciesByType } from '@pnpm/manifest-utils' import { type Dependencies, type DependenciesMeta, type IncludedDependencies, type ProjectManifest, } from '@pnpm/types' import { whichVersionIsPinned } from '@pnpm/which-version-is-pinned' import { WorkspaceSpec } from '@pnpm/workspace.spec...
/content/code_sandbox/pkg-manager/resolve-dependencies/src/getWantedDependencies.ts
xml
2016-01-28T07:40:43
2024-08-16T12:38:47
pnpm
pnpm/pnpm
28,869
698
```xml <?xml version="1.0" encoding="UTF-8"?> <project name="SkiaAndroid" default="help"> <!-- The local.properties file is created and updated by the 'android' tool. It contains the path to the SDK. It should *NOT* be checked into Version Control Systems. --> <property file="local.properties...
/content/code_sandbox/third_party/skia/platform_tools/android/app/build.xml
xml
2016-09-27T03:41:10
2024-08-16T10:42:57
miniblink49
weolar/miniblink49
7,069
526
```xml import * as React from 'react'; import { ReactNode, useEffect } from 'react'; import { FormGroupContext } from './FormGroupContext'; import { useFormGroups } from './useFormGroups'; /** * This provider allows its input children to register to a specific group. * This enables other components in the group to a...
/content/code_sandbox/packages/ra-core/src/form/FormGroupContextProvider.tsx
xml
2016-07-13T07:58:54
2024-08-16T18:32:27
react-admin
marmelab/react-admin
24,624
566
```xml import { RootKeyInterface } from '@standardnotes/models' /* istanbul ignore file */ export type ChallengeArtifacts = { wrappingKey?: RootKeyInterface rootKey?: RootKeyInterface } ```
/content/code_sandbox/packages/services/src/Domain/Challenge/Types/ChallengeArtifacts.ts
xml
2016-12-05T23:31:33
2024-08-16T06:51:19
app
standardnotes/app
5,180
44
```xml <?xml version="1.0" encoding="utf-8"?> <resources> <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> ...
/content/code_sandbox/sample/src/main/res/values/themes.xml
xml
2016-01-05T13:41:06
2024-08-16T11:17:20
uCrop
Yalantis/uCrop
11,830
101
```xml /** * Usage: selectDropdownByNumber ( selector, index) * selector : select element * index : index in the dropdown, 1 base. */ export function selectDropdownByNumber(selector: string, index: number, milliseconds: number) { element(by.css(selector)).all(by.tagName('option')) .then(function(options: any) { ...
/content/code_sandbox/src/e2e/framework/dropdowns.ts
xml
2016-01-27T07:12:46
2024-08-15T11:32:04
angular-seed-advanced
NathanWalker/angular-seed-advanced
2,261
298
```xml import { Observable, map } from "rxjs"; import { ActiveUserState, StateProvider, USER_DECRYPTION_OPTIONS_DISK, UserKeyDefinition, } from "@bitwarden/common/platform/state"; import { UserId } from "@bitwarden/common/src/types/guid"; import { InternalUserDecryptionOptionsServiceAbstraction } from "../../...
/content/code_sandbox/libs/auth/src/common/services/user-decryption-options/user-decryption-options.service.ts
xml
2016-03-09T23:14:01
2024-08-16T15:07:51
clients
bitwarden/clients
8,877
369
```xml <vector android:height="64dp" android:viewportHeight="128" android:viewportWidth="128" android:width="64dp" xmlns:android="path_to_url"> <path android:fillColor="#808080" android:pathData="M0,64a64,64 0,1 0,128 0a64,64 0,1 0,-128 0z" android:strokeWidth="3.7796"/> <group> <clip-path a...
/content/code_sandbox/app/src/main/res/drawable/ic_separate_cycleway_with_sidewalk_l.xml
xml
2016-07-02T10:44:04
2024-08-16T18:55:54
StreetComplete
streetcomplete/StreetComplete
3,781
1,446
```xml <vector xmlns:android="path_to_url" xmlns:tools="path_to_url" android:width="512dp" android:height="512dp" android:viewportWidth="512.0" android:viewportHeight="512.0" tools:keep="@drawable/fa_bitbucket"> <path android:fillColor="#FFFFFFFF" android:pathData...
/content/code_sandbox/mobile/src/main/res/drawable/fa_bitbucket.xml
xml
2016-10-24T13:23:25
2024-08-16T07:20:37
freeotp-android
freeotp/freeotp-android
1,387
287
```xml import { SchemaOf, array, bool, object, string } from 'yup'; import { EnvVar } from '@@/form-components/EnvironmentVariablesFieldset/types'; import { buildUniquenessTest } from '@@/form-components/validate-unique'; export function kubeEnvVarValidationSchema(): SchemaOf<EnvVar[]> { return array( object({ ...
/content/code_sandbox/app/react/kubernetes/applications/components/EnvironmentVariablesFormSection/kubeEnvVarValidationSchema.ts
xml
2016-05-19T20:15:28
2024-08-16T19:15:14
portainer
portainer/portainer
30,083
234
```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 trunc10 = require( './index' ); // TESTS // // The function returns a number... { trunc10( 13 ); // $Ex...
/content/code_sandbox/lib/node_modules/@stdlib/math/base/special/trunc10/docs/types/test.ts
xml
2016-03-24T04:19:52
2024-08-16T09:03:19
stdlib
stdlib-js/stdlib
4,266
228
```xml <?xml version="1.0" encoding="utf-8"?> <WixLocalization Culture="ko-kr" xmlns="path_to_url"> <String Id="Locale" Overridable="yes">ko</String> <String Id="ProductName" Overridable="yes">Aspia Console</String> <String Id="ShortcutName" Overridable="yes">Aspia Console</String> <String Id="Downgrade...
/content/code_sandbox/installer/translations/console.ko-kr.wxl
xml
2016-10-26T16:17:31
2024-08-16T13:37:42
aspia
dchapyshev/aspia
1,579
191
```xml /* * * This source code is licensed under the MIT license which is detailed in the LICENSE.txt file. */ import { AlignmentFlag, Direction, QIcon, QLabel, QPushButton, QSizePolicyPolicy, QStackedWidget, QWidget, TextFormat, TextInteractionFlag } from "@nodegui/nodegui"; import { BoxLayout, Frame, Label, Push...
/content/code_sandbox/main/src/settings/ExtensionsPage.ts
xml
2016-03-04T12:39:59
2024-08-16T18:44:37
extraterm
sedwards2009/extraterm
2,501
4,134
```xml import React from "react"; import { NavLink } from "react-router-dom"; import { PrimarySidebarItem } from "../../../type"; import { trackSidebarClicked } from "modules/analytics/events/common/onboarding/sidebar"; import { snakeCase } from "lodash"; export const PrimarySidebarLink: React.FC<PrimarySidebarItem> =...
/content/code_sandbox/app/src/layouts/DashboardLayout/Sidebar/PrimarySidebar/components/PrimarySidebarLink/PrimarySidebarLink.tsx
xml
2016-12-01T04:36:06
2024-08-16T19:12:19
requestly
requestly/requestly
2,121
190