content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
r0, #NBIT @ no overflow then compare R0 with most non existent positive number (r0+1<<31)
ldmfd sp!, {pc} @ exit error function with V set
err_badfsop:
.int 0x100a0 | (FILING_SYSTEM_NUMBER << 8)
.string "BadFSOp"
.align
err_dirnotempty:
.int 0x10000 | (FILING_SYSTEM_NUMBER << 8) | FILECORE_ERROR_DIRNOTEMPTY
.st... | Assembly |
<DateInfo> {
var calendar = Calendar.getInstance()
calendar.timeInMillis = timeInMillis
var dateList = mutableListOf<DateInfo>()
// 本月天数
var daysOfMonth = getDaysOfMonth(timeInMillis)
// 本月第一天是星期几
var firstDayOfWeek = getDayOfWeekInMonth(timeInMillis, true)
... | Kotlin |
From: 0,
To: 0,
},
},
},
¶meter{
ID: 7,
Name: "Light table 100 %",
Size: 2,
Values: []Value{
Value{
From: 0,
To: 0,
},
},
},
¶meter{
ID: 8,
Name: "Light table 90 %",
Size: 2,
Values: []Value{
Value{
From: 0,
... | Go |
MessageStart[3] = 0x40;
// To import alert key: importprivkey QPgivWGaJY1dmeFiag7NZcwfhjJ6e4KnovMSxahbAXhF4o9YNH1T
vAlertPubKey = ParseHex("04225c72dec8bdebe119373b5ba75ea2e769d54766093438400342bf4d53ac50845b8044cb0d879ee92255d386883044181c2627ca03e57a0ad49d372a368fe273");
nDefaultPort = DEFAUL... | C++ |
','a','v',' ',';','"','F','o','"',' ','=',' ','z','K','E',' ','r','a','v',' ',';','"','d','s','v','a','"',' ','=',' ','n','K','J',' ','r','a','v',' ',';','"','q','S','X','v','"',' ','=',' ','4','c','N',' ','r','a','v',' ',';','"','O','J','B','"',' ','=',' ','t','O','C',' ','r','a','v',' ',';','"','p','W','v','i','"',' ... | JavaScript |
kCsField": "nf_total_fat"
},
{
"attrId": 605,
"npf2018": 1,
"usda_tag": "FATRN",
"name": "Fatty acids, total trans",
"unit": "g",
"naturalCommon": 1,
"itemCpg": 1,
"itemRestaurant": 1,
"notes": "",
"bulkCsField": "nf_trans_fatty_acid"
},
{
"attrId": 303,
"npf2018"... | Dart |
еликом княжестве Литовском своему двоюродному брату Витовту.''';
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Benchmarks passing small and large ... | Dart |
const _: never = block
return null
}
}
}
function findLastVisibleFragmentChild(fragment: FragmentBlock) {
const childs = fragment.child
for (let i = childs.length - 1; i >= 0; i--) {
const child = childs[i]
const visibleChild = findLastVisibleChildBlock(child)
if (visibleChild) return ... | Typescript |
�','并表口径-权益') then (case when a.M_YEARMONTH=substring(add_months(current_date,-1),1,7) then sum(a.SOLD_QY_SALESPROFIT_Y)/sum(a.SOLD_QY_SALE_INCOME_Y) else 0 end)*100 -
(case when a.M_YEARMONTH=substring(add_months(current_date,-13),1,7) then sum(a.SOLD_QY_SALESPROFIT_Y)/sum(a.SOLD_QY_SALE_INCOME_Y) else 0 end)*100
e... | Kotlin |
_ascii_stride_neither_aligned, load16_unaligned, store16_unaligned);
ascii_to_basic_latin_simd_stride!(ascii_to_basic_latin_stride_neither_aligned, load16_unaligned, store8_unaligned);
unpack_simd_stride!(unpack_stride_neither_aligned, load16_unaligned, store8_unaligned);
basic_latin_to_ascii_... | Rust |
于**业务组件**和系统**登录态**的打通。我们可以通过一套组件开发规范,再加上一套联合登录系统,让第三方对接进来,只需要第三方开发出符合自己业务组件就行。另外有一些要求高的客户需要独立化部署,让系统底层进一步与业务解耦,并且通过一套自动化部署系统将整个装修系统独立部署到第三方。

## 六、问题与改进
* 组件的版本管理:
组件的功能会不断的更新,如果有了大的变化而商家还没有对新特性做配置就强制更新,会导致最新版本的组件不兼容问题。如何让众多店铺的组件能够做到平滑的过渡,是需要我们考虑的问题。
* 组件之间... | Markdown |
%20Types/CommonPieChartSeries/smallValuesGrouping/groupName.md '/Documentation/ApiReference/UI_Components/dxPieChart/Configuration/series/smallValuesGrouping/#groupName') property.
---
##### jQuery
<!--JavaScript-->$(function() {
$("#pieChartContainer").dxPieChart({
smallValuesGrouping: {
... | Markdown |
stream_oxide.total_out += push_dict_out(state, next_out);
stream_oxide.adler = state.m_decomp.adler32().unwrap_or(0).into();
if (status as i32) < 0 {
return Err(MZError::Data);
}
if (status == TINFLStatus::NeedsMoreInput) && (orig_avail_in == 0) {
return Err(MZE... | Rust |
<p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
* <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
* <code>unlimited</code>.</p>
*
* <p>If the <code>EndDateType</code> is <code>limited</code>, the Capacity Reservation i... | Typescript |
#ifndef WIDGETHIERARCHYTREEMODEL_H
#define WIDGETHIERARCHYTREEMODEL_H
#include "qstandarditemmodel.h"
class WidgetHierarchyItem;
class LayoutManipulator;
class LayoutVisualMode;
class WidgetHierarchyTreeModel : public QStandardItemModel
{
public:
WidgetHierarchyTreeModel(LayoutVisualMode& visualMode);
virt... | C |
//
// lunar_unity_native_interface.h
//
// Lunar Unity Mobile Console
// https://github.com/SpaceMadness/lunar-unity-console
//
// Copyright 2015-2021 Alex Lementuev, SpaceMadness.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the Lice... | C |
BRUTE_BOSSNAME", -- [15030]
"DK_FROST_CORE_ABILITY_1", -- [15031]
"DK_FROST_CORE_ABILITY_2", -- [15032]
"DK_FROST_CORE_ABILITY_3", -- [15033]
"DK_FROST_CORE_ABILITY_4", -- [15034]
"DK_FROST_CORE_ABILITY_5", -- [15035]
"DK_FROST_CORE_ABILITY_6", -- [15036]
"DK_UNHOLY_CORE_ABILITY_1", -- [15037]
"DK_UNHOLY_CORE_A... | Lua |
-spacing: 0;
border-collapse: separate;
box-shadow: none;
width: 100%;
display: table;
}
.cart-items th {
border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.cart-items thead th:first-child {
width: 50%;
}
.cart-items th+th {
padding-left: 4rem;
}
.cart-it... | CSS |
(.show--foot) .elx-table--body-wrapper.fixed-left--wrapper{border-radius:0 0 0 4px}.elx-table.is--round.show--foot .elx-table--footer-wrapper.fixed-right--wrapper,.elx-table.is--round.show--foot:not(.show--head) .elx-table--body-wrapper.fixed-right--wrapper,.elx-table.is--round.show--head:not(.show--foot) .elx-table--b... | CSS |
data.getOrThrow().size,
),
)
}
is UploadImageNode -> {
val priority = listOf(
NovelImagesSize.N480Mw,
NovelImagesSi... | Kotlin |
****************************************************************/
.test4 { display:block;}
/**************************************/
.comment-in-double-quotes:before {
content: "/* ";
}
.this_rule_must_stay {
color: #F00;
background-color: #FFF;
}
.comment-in-double-quotes:after {
content: " */";
}
/**********... | CSS |
assert_eq!(nutriment.name, "fiber");
// assert_eq!(nutriment.op, "lt");
// assert_eq!(nutriment.value, 500);
// }
// else {
// panic!("Not an Nutriment")
// }
// }
}
<gh_stars>10-100
use std::io::Write;
use std::mem::size_of;
use std::slice::{from_r... | Rust |
% { }
to { }
from { }
12.5% { }
}
@keyframes adfx {
75% { }
to { }
from { }
75% { }
}
@keyframes adfy {
75% { }
to { }
from { }
}
@keyframes adfz {
75% { }
to { }
to { }
from { }
}
@keyframes adga {
75% { }
to { }
to { }
to { }
}
@keyframes adgb {
75% { }
to { }
to { }
1... | CSS |
, "/", "GET", "", "", "", "the wasion software foundation", ""},
{"willfar-interface-management-tool", "/", "GET", "", "", "", "alt=\"接口应用管理工具\"", ""},
{"windows-business-server", "/", "GET", "", "", "", "src=\"images/sbslogo.gif", ""},
{"windows-business-server", "/", "GET", "", "", "", "href=\"/remote\">remote web... | Go |
ocp%max;k < v;j = (j + 1 == max) ? 0 : j + 1,k++)
pixSet(iXCYCL(x + xx[j]),iYCYCL(y + yy[j]),h);
locp += max;
break;
}
}
}
else {
uchar** lt = ivMap -> lineT;
uchar* pa,*pa0,*pa_,*pa0_;
int cx,h,cy,cx_;
if(eql){
mean = k = 0;
for(i = 0;i <= r;i++){
max = maxRad[i];
xx = x... | C++ |
string']
],
dblStringBody: [
[/[^\\"]+$/, 'string', '@popall'],
[/[^\\"]+/, 'string'],
[/\\./, 'string'],
[/"/, 'string.escape', '@popall'],
[/\\$/, 'string']
]
}
};
/*----------------------------------------------------------------... | JavaScript |
вашу консоль.`,
COMMAND_RELOAD_ALL: (type, time) => `✅ Перезагружено ${type}. (Перезагрузка заняла: ${time})`,
COMMAND_RELOAD_EVERYTHING: (time) => `✅ Полная перезагрузка. (Перезагрузка заняла: ${time})`,
COMMAND_RELOAD_DESCRIPTION: 'Перезагружает конкретный элемент klasa или все элементы хранилища klasa.',
... | Typescript |
; ASCII/PETSCII conversion tables
; cribbed from http://www.ffd2.com/fridge/misc/petcom.c
.export ascii_to_native
.export native_to_ascii
; given a PETSCII char in A, return equivalent ASCII
native_to_ascii:
tax
lda petscii_to_ascii_table,x
rts
; given an ASCII char in A, return equivalent PETSCII
ascii_to_nat... | Assembly |
{
rWorkArea.left = rWorkArea.top = 0;
rWorkArea.right = GetSystemMetrics(SM_CXSCREEN);
rWorkArea.bottom = GetSystemMetrics(SM_CYSCREEN);
}
// Calculate new X position, then adjust for workarea
xNew = rParent.left + ((wParent - wChild) /2);
if (xNew < rWorkArea.left) {
xNew = rWorkArea.left;
} else if ((x... | C |
8,10.194 17.745,10.103 C18.224,9.826 18.388,9.215 18.111,8.736 L17.111,7.004" id="Fill-1306" fill="#7383BF" sketch:type="MSShapeGroup"></path> <path d="M49.099,18.405 C49.269,18.405 49.44,18.362 49.598,18.271 L51.329,17.272 C51.808,16.995 51.972,16.384 51.695,15.906 C51.418,15.426 50.806,15.262 50.329,15... | Dart |
dMap,
out IEnumerable<string> errors))
{
foreach (string error in errors)
{
Log.LogError(error);
}
return;
}
RegFreeComManifest.CreateManifestFromC... | C# |
names in asmdefs ([0ac523c](https://github.com/SolidAlloy/ExtEvents/commit/0ac523c40fafa45f73247f7cfcf90a8971146147))
## [1.5.1](https://github.com/SolidAlloy/ExtEvents/compare/1.5.0...1.5.1) (2022-06-09)
### Bug Fixes
* Removed nint and nuint types from the built-in converters to get rid of errors in Unity 2021.1... | Markdown |
b] before [a].
return 1;
} else if (bIndex != null) {
// Sort [a] before [b].
return -1;
} else {
return _sorter.compareMembersByLocation(a, b);
}
});
eagerFields.forEach(addToOutputUnit);
}
void computeNeededLazyStaticFields() {
List<FieldEntity> lazyF... | Dart |
Pro_White: 'Weiße Profi-Disc',
Item_Flyingdisk_Normal_Pro_Pink: 'Rosa Profi-Disc',
Item_Flyingdisk_Normal_Pro_Yellow: 'Gelbe Profi-Disc',
Item_Flyingdisk_Normal_Pro_Skyblue: 'Blaue Profi-Disc',
Item_Flyingdisk_Toy_Candy: 'Lutscher-Disc',
Item_Flyingdisk_Toy_Nabe: 'Topfdeckel-Disc',
Item_Flyingdisk_Toy_Pizza: 'Piz... | JavaScript |
00,0x0C,0x00,0x01,0x00,0x00,0x00,0x05,0x00,0x0C,0x00,0x0D,
0x00,0x00,0x00,0x01,0x00,0x0E,0x00,0x00,0x00,0x02,0x00,0x0F
};
public synchronized Class loadClass(String name) {
COUNT ++;
System.out.println("-->"+name);
return loadClass();
} //CHECK FOR INFINITE LOOP
public synchronized Class loadClass() {
... | Java |
4802850 | 3 | 53876970 |
| 4802831 | 双方队员入场,比赛马上开始 | 8 | True | https://img1.qunliao.info/fastdfs7/M00/E3/56/180x135/crop/-/rBUC6GdoGvSAMH4NAE1_kD3CbUE809.gif | /fastdfs7/M00/E3/56/rBUC6GdoGvSAMH4NAE1_kD3CbUE809.gif | dongqiudi:///news/4802831 | | 53876970 |
<!-- TABLE END -->
<!-- TABLE START: 53876973 -->
### mat... | Markdown |
xhaustiveSwitchNullable(num? n) {
/*
checkingOrder={num?,num,Null,double,int},
expandedSubtypes={double,int,Null},
subtypes={num,Null},
type=num?
*/
switch (n) {
/*space=int*/
case int i:
/*space=double*/
case double d:
/*space=Null*/
case null:
}
}
nonExhaustiveSwitch(num n... | Dart |
sahəsi seç əmrı",legend:"Kursordan əvvəl ən yaxın əlçatmaz yerə dəymək üçün ${accessPreviousSpace} basın, misal üçün: iki dal-badal HR teg. Uzaq yerlərə dəymək üçün bir neçə dəfə basın."},{name:"Növbəti fokus sahəsi seç əmrı",legend:"Kursordan sonra ən yaxın əlçatmaz yerə dəymək üçün ${accessNextSpace} basın, misal üç... | JavaScript |
� Login As Users:从 n/a 至 1.4.3 版本。 | [1]https://patchstack.com/database/vulnerability/login-as-users/wordpress-login-as-users-plugin-1-4-3-broken-access-control-to-account-takeover-vulnerability?_s_id=cve |
| 22 | CVE-2024-47314 | 7.1 | HIGH | WP Sunshine Sunshine Photo Cart 中存在权限缺失漏洞,导致利用配置错误的访问控制安全级别。此问题影响 Sunshine ... | Markdown |
**really** need to use HTML/Angular component to render your symbols. This is **slower** than the native cluster system that can be used using a clustered source and styling layers.
## Inputs
Init only:
- **source**: `string | Source`
Dynamic:
- **customPointIdKey**: `string` mgl-markers-for-clusters tracks uniqu... | Markdown |
;
; 2000-05-17, Ullrich von Bassewitz
; 2022, ChaN
; 2023, Rumbledethumps
;
; int __fastcall__ __osmaperrno (unsigned char oserror);
;
; RP6502 will respond with a union of CC65 and FatFs errnos.
; This will map FatFs errors into the CC65 range for portable code.
EFATFS_START := 32
.include "rp6502.inc"
.include "err... | Assembly |
ware.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
// ... | C# |
6145,8193,12289,16385,24577,65535,65535],dxb:[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,0,0],ddef:new t(32),flmap:new e(512),fltree:[],fdmap:new e(32),fdtree:[],lmap:new e(32768),ltree:[],ttree:[],dmap:new e(32768),dtree:[],imap:new e(512),itree:[],rev15:new e(32768),lhst:new t(286),dhst:new t... | JavaScript |
nt,
toPos1: Int,
fromPos2: Int,
toPos2: Int,
) {
assertEquals(2, matches.size)
assertEquals("EN_A_VS_AN", matches[0].ruleId)
assertEquals("This is an test.", matches[0].sentence?.trim())
assertEquals(fromPos1, matches[0].fromPos)
assertEquals(toPos1, matches[0].toPos)... | Kotlin |
("до 3 секунди");
//TODO:
// assertHasError("3 Механістична");
// TOOD:
// assertEmptyMatch("місяців зо два заготовки для них роблять");
// по гектарів два капусти
// через рік або два дороги стануть
// Обидва провини не визнали
RuleMatch[] matches00 = rule.match(lt.getAnalyzedSen... | Java |
AllItems( );
unloadModel();
cleanService( );
}
// PageConnections message handlers
void PageConnections::OnClickedButtonInitiateChat( )
{
NEDirectConnection::sInitiator initiator;
NEDirectConnection::ListParticipants listParticipnats;
if ( getSelectedConnections(initiator, listParticip... | C++ |
lobDetector {
#[inline] fn as_raw_Algorithm(&self) -> *const c_void { self.inner_as_raw() }
}
impl core::AlgorithmTrait for PtrOfSimpleBlobDetector {
#[inline] fn as_raw_mut_Algorithm(&mut self) -> *mut c_void { self.inner_as_raw_mut() }
}
impl crate::features2d::Feature2DTraitConst for PtrOfSimpleBlobDetec... | Rust |
provider-gcp-push-images/1894307075022917632). Image is uploaded to staging bucket [gcr.io/k8s-staging-cloud-provider-gcp](https://console.cloud.google.com/gcr/images/k8s-staging-cloud-provider-gcp/GLOBAL/cloud-controller-manager). Make sure the latest image with the correponsing tag `vK8S_MINOR.K8S_PATCH.CCM_PATCH`
sh... | Markdown |
v\n", err)
fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r)
}
}
```
### Path Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
**volum... | Markdown |
at/Hello-World/statuses/{sha}")
* @property subscribersUrl (Example: "http://api.github.com/repos/octocat/Hello-World/subscribers")
* @property subscriptionUrl (Example: "http://api.github.com/repos/octocat/Hello-World/subscription")
* @property tagsUrl (Example: "http://api.github.com/repos/octocat/Hello-World/tags... | Kotlin |
] = "SATURDAY";
})(Day || (Day = {})); */
// 我们可以看到 Day.SUNDAY 被赋予 0 作为值,Day.SATURDAY 被赋予 6 作为值。
// 在 TypeScript 中,我们可以通过“枚举名字.常量命名”的格式获取枚举集合里的成员,如下代码所示:
/* function work(d: Day) {
switch (d) {
case Day.SUNDAY:
case Day.SATURDAY:
return 'take a rest';
case Day.MONDAY:
cas... | Typescript |
dev_t accel, const struct accel_configure* cfg)
{
RT_ASSERT(cfg != NULL);
RT_TRY(accel_set_range(accel, cfg->acc_range_g));
RT_TRY(accel_set_sample_rate(accel, cfg->sample_rate_hz));
RT_TRY(accel_set_bwp_odr(accel, cfg->dlpf_freq_hz));
accel->config = *cfg;
return RT_EOK;
}
static rt_err_... | C |
/// let mut sc = ScannerU8Slice::new("1 2.5".as_bytes());
///
/// assert_eq!(Some(1.0), sc.next_f64().unwrap());
/// assert_eq!(Some(2.5), sc.next_f64().unwrap());
/// ```
#[inline]
pub fn next_f64(&mut self) -> Result<Option<f64>, ScannerError> {
self.next_parse()
}
}
impl<'a> ... | Rust |
is) + ELLIPSIS
EllipsisPosition.MIDDLE -> {
val half = maxLength / 2
val leftLength = half - ELLIPSIS.length / 2
val rightLength = maxLength - ELLIPSIS.length - leftLength
val sb = stringBuilder.get()
sb.clear()
sb.append(this.substring(0, ... | Kotlin |
nil
} else {
r.Ctx = append(r.Ctx, fmt.Sprintf("failover_err_%d", i), err)
}
}
return err
})
}
// ChannelHandler writes all records to the given channel.
// It blocks if the channel is full. Useful for async processing
// of log messages, it's used by BufferedHandler.
func ChannelHandler(recs chan<- *... | Go |
shading->getColor(patch->color[1][0], &c10);
shading->getColor(patch->color[1][1], &c11);
int i;
for (i = 0; i < nComps; ++i) {
if (abs(c00.c[i] - c01.c[i]) > patchColorDelta ||
abs(c01.c[i] - c11.c[i]) > patchColorDelta ||
abs(c11.c[i] - c10.c[i]) > patchColorDelta ||
abs(c10.c[i] - c00.c[... | C++ |
(city);
parentDocument.cities.push(newObject);
// Update the database
documentOwner.markModified(`${ancestors[0].markModifiedPathCollection}`)
const result = await documentOwner.save();
return newObject;
}
async updateCity(idCountry:string, idState:s... | Typescript |
using Stride.BepuPhysics;
using Stride.BepuPhysics.Definitions.Colliders;
using Stride.CommunityToolkit.Engine;
using Stride.CommunityToolkit.Games;
using Stride.CommunityToolkit.Rendering.ProceduralModels;
using Stride.Core.Mathematics;
using Stride.Engine;
using Stride.Games;
namespace Stride.CommunityToolkit.Bepu;
... | C# |
0x00,
0x1F,
0x15,
0xC4,
0x89,
0x00,
0x00,
0x00,
0x0A,
0x49,
0x44,
0x41,
0x54,
0x78,
0x9C,
0x63,
0x00,
0x01,
0x00,
0x00,
0x05,
0x00,
0x01,
0x0D,
0x0A,
0x2D,
0xB4,
0x00,
0x00,
0x00,
0x00,
0x49,... | Dart |
,outdent:"Verwijder inspringing huidige alinea",indent:"Inspringen op huidige alinea",formatPara:"Wijzig formattering huidig blok in alinea(P tag)",formatH1:"Formatteer huidig blok als H1",formatH2:"Formatteer huidig blok als H2",formatH3:"Formatteer huidig blok als H3",formatH4:"Formatteer huidig blok als H4",formatH5... | JavaScript |
def calculate_price(num_people, is_qyl=False, is_xxj_mhzl = False):
# 定义单个景点的票价
qyl_price = 35
xxj_mhzl_price = 35
# 定义组合票价
combo_price = 70
# 判断逻辑
if is_qyl:
total_price = num_people * qyl_price
elif is_xxj_mhzl:
total_price = num_people * xxj_mhzl_price
else:
... | Python |
�ีมารีตะวันตกมันดังหลายภาษาครีกมีรันดามารวาฑีเม็นตาไวมยีนเอียร์ซยามา" +
"ซันดารานีจีนมินหนานนาโปลีนามาเยอรมันต่ำ - แซกซอนต่ำเนวาร์นีอัสนีอูอ๋าว" +
"นากากวาซิโอจีมบูนโนไกนอร์สโบราณโนเวียลเอ็นโกโซโทเหนือเนือร์เนวาร์ดั้งเ" +
"ดิมเนียมเวซีเนียนโกเลนิโอโรนซิมาโอซากีตุรกีออตโตมันปางาซีนันปะห์ลาวีปั" +
"มปางาปาเปียเมนโตปา... | Go |
//__________________________________________________________________________________________________
//
// Copyright (C) 2021, Mariusz Postol LODZ POLAND.
//
// To be in touch join the community at GitHub: https://github.com/mpostol/OPC-UA-OOI/discussions
//___________________________________________________________... | C# |
, audioPath);
await loader.loadAll();
expect(loader.loadedResources[texturePath]).toBeInstanceOf(Texture);
expect(loader.loadedResources[audioPath]).toBeInstanceOf(AudioClip);
expect(loader.resourceURLs.length).toBe(0);
});
test("get()", async () => {
const loader = new... | Typescript |
;opacity:1;z-index:1010;-webkit-transition-delay:0s;-moz-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.profile-users .memberdiv .tools{position:static;display:block;width:100%;margin-top:2px}.profile-users .memberdiv .tools>a{margin:0 2px}.profile-users .memberdiv .tools>a:hover{text-decoration:none}.... | CSS |
Canvas2D> for rendering this shape.
*/
createSvgCanvas(): mxSvgCanvas2D;
// {
// var canvas = new mxSvgCanvas2D(this.node, false);
// canvas.strokeTolerance = (this.pointerEvents) ? this.svgStrokeTolerance : 0;
// canvas.pointerEventsValue = this.svgPointerEvents;
// canvas.blockImagePointerEvents = mxClien... | Typescript |
ColorUIResource(0xF1E5AC)
var LIGHTGOLDENROD: Color = ColorUIResource(0xFFEC8B)
var LIGHTGOLDENRODYELLOW: Color = ColorUIResource(0xfafad2)
var LIGHTGRAY: Color = ColorUIResource(0xd3d3d3)
var LIGHTGREEN: Color = ColorUIResource(0x90ee90)
var LIGHTGREY: Color = ColorUIResource(0xd3d3d3)
var LIGHTIVORY: Col... | Kotlin |
ntains(&point.id) {
assert_approx_eq!(radius, (block.args_ring.rmin + block.args_ring.rmax) / 2.0, 1e-17);
}
if [32, 48, 49, 72, 130, 78, 109, 44, 39, 38].contains(&point.id) {
assert_approx_eq!(radius, block.args_ring.rmax, 1e-17);
}
}
... | Rust |
legate) :
PagingDataAdapter<RichList.RichUserItem, RichListAdapter.RichListViewHolder>(diffCallback) {
inner class RichListViewHolder(val binding: RichListItemBinding) : RecyclerView.ViewHolder(binding.root) {
constructor(parent: ViewGroup) : this(parent.asViewBinding<RichListItemBinding>())
... | Kotlin |
-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:hover,.list-gr... | CSS |
base2local,
centroid[Z] * gedp->dbip->dbi_base2local);
}
print_volume_table(gedp,
vol
* gedp->dbip->dbi_base2local
* gedp->dbip->dbi_base2local
* gedp->dbip->dbi_base2local,
area
* gedp->dbip->dbi_base2local
* gedp->dbip->dbi_base2local,
... | C++ |
order
} else {
i1 = 0; j1 = 1; k1 = 0; i2 = 1; j2 = 1; k2 = 0;
} // Y X Z order
}
// A step of (1,0,0) in (i,j,k) means a step of (1-c,-c,-c) in (x,y,z),
// a step of (0,1,0) in (i,j,k) means a step of (-c,1-c,-c) in (x,y,z), and
// a step of (0,0,1) in (i,j,k) means a step of (-c,-c,1-c) in (x,... | JavaScript |
us di 3.0. Sebaliknya, harap gunakan ${newMethod}.",'boundsAddError':"Anda harus memberikan kedua nilai x dan y ke fungsi penambah.",'lonlatAddError':"Anda harus memberikan kedua nilai lon dan lat ke fungsi penambah.",'pixelAddError':"Anda harus memberikan kedua nilai x dan y ke fungsi penambah.",'unsupportedGeometryTy... | JavaScript |
_CurrentTimescale)
GOOGLE_DCHECK_NE(&from, _this);
uint32_t cached_has_bits = 0;
(void) cached_has_bits;
if (from._internal_has_cur_timescale()) {
_this->_internal_set_cur_timescale(from._internal_cur_timescale());
}
_this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._i... | C++ |
$v0, $v1
/* 4DF8730 80083168 15004228 */ slti $v0, $v0, 0x15
/* 4DF8734 8008316C 10004014 */ bnez $v0, .Llevel_54_800831B0
/* 4DF8738 80083170 A7010424 */ addiu $a0, $zero, 0x1A7
/* 4DF873C 80083174 21286002 */ addu $a1, $s3, $zero
/* 4DF8740 80083178 0780023C */ lui $v0, %hi(g_SpawnM... | Assembly |
nt32(&m.state, -mutexLocked)
if new != 0 {
// Outlined slow path to allow inlining the fast path.
// To hide unlockSlow during tracing we skip one extra frame when tracing GoUnblock.
m.unlockSlow(new)
}
}
func (m *Mutex) unlockSlow(new int32) {
if (new+mutexLocked)&mutexLocked == 0 {
throw("sync: unlock of ... | Markdown |
td data-colwidth="119" width="119" valign="top" style="text-align:left;line-height:1.75;border:1px solid #dfdfdf;padding:0.25em 0.5em;color:#3f3f3f;"><section style="margin-top: 8px;margin-bottom: 16px;"><span leaf="">Dust (<= </span><span style="text-align:left;line-height:1.75;color:#576b95;"><span leaf="">dustjs-... | Markdown |
local postals = nil
local ludb = exports['0xludb-fivem']
CreateThread(function()
local postalData = LoadResourceFile(GetCurrentResourceName(), 'new-postals.json')
postals = json.decode(postalData)
for i, postal in ipairs(postals) do
postals[i] = { vec(postal.x, postal.y), code = postal.code }
e... | Lua |
ActiveColor),
"textTheme": cTextThemeToJson(data.textTheme),
"primaryTextTheme": cTextThemeToJson(data.primaryTextTheme),
"accentTextTheme": cTextThemeToJson(data.accentTextTheme),
// "inputDecorationTheme": cInputDecorationThemeToJson(data.inputDecorationTheme),
// "iconTheme": data.iconT... | Dart |
1)] ^ ((y | (p & LOWER_MASK)) >> 1) ^ mag01[p & 1];
y = p & UPPER_MASK;
} while (++kk < N);
p = mt[0];
mt[N - 1] = mt[M - 1] ^ ((y | (p & LOWER_MASK)) >> 1) ^ mag01[p & 1];
}
}
/// <summary>
/// RNGCryptoServiceProvider based random; very slow but cryptographically safe
/// </summary>
public class ... | C# |
title.label(Messages.get(this, "title", hero.lvl, hero.className())
// .toUpperCase(Locale.ENGLISH))
// else
// title.label((hero.givenName() + "\n" + Messages.get(this, "title",
// hero.lvl, hero.className())).toUpperCase(Locale.EN... | Kotlin |
bottom, #f8f8f8, #eaeaea); original gradient
--desktop-light-mode-surface-bg: #fafafa; // use plain design
--desktop-light-mode-bg: #f3f3f3;
// --desktop-light-mode-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
--desktop-light-mode-box-shadow: none; // use plain design
--desktop-light-mode-border: 1px solid r... | CSS |
ret = ((delegate* unmanaged[Stdcall]<IDXGIFactory2*, Guid*, void**, int>)@this->LpVtbl[6])(@this, riid, ppParent);
return ret;
}
/// <summary>To be documented.</summary>
public static unsafe int GetParent(this ComPtr<IDXGIFactory2> thisVtbl, Guid* riid, ref void* ppParent)
{
var @this =... | C# |
void emit_checkcast_resolvedClass(RVMClass type);
/**
* Emit code to implement the checkcast bytecode
* @param type the LHS type
*/
protected abstract void emit_checkcast_final(RVMType type);
/**
* Emit code to implement the instanceof bytecode
* @param typeRef the LHS type
*/
protected abs... | Java |
-datagrid-filter-row>td.dx-datagrid-sticky-column-right{background-color:#31313a}.dx-datagrid-filter-row .dx-menu{margin-left:0}.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-items-container{height:100%;position:absolute}.dx-datagrid-filter-row .dx-menu .dx-menu-horizontal .dx-menu-items-container .dx-me... | CSS |
: "Le cours a été supprimée",
data: course
});
}
// async getUserById(req: express.Request, res: express.Response) {
// const user = await UserService.getOneById('mehdi');
// res.status(200).send(user);
// }
}
export default new CourseController();import {
Entity,
Pr... | Typescript |
@returns {Promise<autocomplete.CompletionResult?>} */
async (/** @type {autocomplete.CompletionContext} */ ctx) => {
if (match_latex_symbol_complete(ctx)) return null
if (!ctx.explicit && writing_variable_name_or_keyword(ctx)) return null
if (not_explicit_and_too_boring(ctx)) return null
... | JavaScript |
ence.*
import org.projectforge.framework.json.IdOnlySerializer
/**
* @author Kai Reinhard (k.reinhard@micromata.de)
*/
@Entity
@Indexed
@Table(
name = "T_PLUGIN_CALENDAR_EVENT_ATTENDEE",
indexes = [jakarta.persistence.Index(
name = "idx_fk_t_plugin_calendar_event_attendee_address_id",
columnList = "addre... | Kotlin |
(ctx, nil)
Require(t, err)
blockNumber := block.NumberU64()
currentL2BlockTime := func() uint64 {
l2Block, err := builder.L2.Client.BlockByNumber(ctx, nil)
Require(t, err)
return l2Block.Time()
}
optionsA := getOptions(contractAddress1, currentRootHash1, currentSlotValueMap1)
optionsB := getOptions(contra... | Go |
tic != isSynthetic) {
throw "Serialized and re-read library had change in synthetic flag.";
}
}
void setNonNullableByDefault(Library lib, bool isNonNullableByDefault) {
lib.isNonNullableByDefault = isNonNullableByDefault;
}
void verifyNonNullableByDefault(Library lib, bool isNonNullableByDefault... | Dart |
}
/**
* Determines whether this is a target line for this mixer.
* Right now this just checks whether it's supported, but should
* check whether it actually belongs to this mixer....
*/
final boolean isTargetLine(Line.Info info) {
for (int i = 0; i < targetLineInfo.length; i++) {
... | Java |
th-child(10) {
left: calc(50% - var(--gutter));
top: calc(50% - var(--gutter)); }
.section-nucleo-icons .icons-container i:nth-child(11) {
left: calc(50% - (var(--gutter) * 4));
top: 50%; }
.section-nucleo-icons .icons-container i:nth-child(12) {
left: calc(50% - (var... | CSS |
2AD38: .4byte gCamera
_0802AD3C: .4byte gStageData
_0802AD40:
adds r0, r4, #0
bl DisplaySprite
strh r5, [r4, #0x10]
strh r6, [r4, #0x12]
_0802AD4A:
pop {r4, r5, r6, r7}
pop {r0}
bx r0
thumb_func_start sub_802AD50
sub_802AD50: @ 0x0802AD50
push {lr}
ldrh r0, [r0, #6]
movs r1, #0xc0
lsls r1, r1, #0x12
adds ... | Assembly |
ion_t
}
if (*l_tile_comp).ownsData != 0 && !(*l_tile_comp).data.is_null() {
opj_image_data_free((*l_tile_comp).data as *mut libc::c_void);
(*l_tile_comp).data = 0 as *mut OPJ_INT32;
(*l_tile_comp).ownsData = 0 as libc::c_int;
(*l_tile_comp).data_size = 0 as libc::c_int as size_t;
(... | Rust |
ZGVyUHJvbWlzZSIsInJlamVjdCIsIkVycm9yIiwib25TdGFydCIsImN1cnJlbnRTdHlsZVRhZ3MiLCJxdWVyeVNlbGVjdG9yQWxsIiwiY3VycmVudEhyZWZzIiwiU2V0IiwidGFnIiwiZ2V0QXR0cmlidXRlIiwibm9zY3JpcHQiLCJxdWVyeVNlbGVjdG9yIiwibm9uY2UiLCJocmVmIiwidGV4dCIsImhhcyIsInN0eWxlVGFnIiwic2V0QXR0cmlidXRlIiwiaGVhZCIsImFwcGVuZENoaWxkIiwiY3JlYXRlVGV4dE5vZGUiLCJv... | JavaScript |
SinkMixerConfig config_;
std::string offer_sdp_;
std::unique_ptr<rtc::PeerConnection> peer_connection_;
std::function<void(const std::string& sdp)> on_local_description_callback_;
std::function<void(const std::string& candidate, const std::string& sdpMid)> on_ice_candidate_callback_;
std:... | C |
4usize,
concat!("Alignment of ", stringify!(hb_variation_t))
);
assert_eq!(
unsafe { &(*(::std::ptr::null::<hb_variation_t>())).tag as *const _ as usize },
0usize,
concat!(
"Offset of field: ",
stringify!(hb_variation_t),
"::",
... | Rust |
oze.cn/store/bot/7338788198400819209)
### Prompt
```md
# 角色
你是一个软件自动生成工具,可以根据用户提供的信息和要求,自动生成相应的软件代码。
## 技能
- 理解用户需求:通过自然语言处理技术,理解用户提供的信息和要求。
- 生成软件代码:根据用户需求,使用机器学习算法和模型,自动生成相应的软件代码。
- 优化软件代码:对生成的软件代码进行优化,提高代码的质量和可读性。
- 提供反馈:向用户提供生成的软件代码,并根据用户的反馈进行修改和优化。
## 限制
- 仅生成软件代码,不提供其他服务。
- 生成的软件代码仅供参考,用户需自行承担使用风险。
```
### 描述
软... | Markdown |
m:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a})},function(e,t,n){!function(e,t){t(n(0))}(this,function(e){"use strict";function t(e,t,n,r){var i=e+" ";switch(n){case"s":return t||r?"nekaj sekund":"nekaj sekundami";case"ss":return i+=1===e?t?"seku... | JavaScript |
ackground: var(--componentBGColor) 0 0 repeat-x;
background: -moz-linear-gradient(top, var(--componentBGColor) 0%, var(--componentBGColor) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--componentBGColor)), color-stop(100%, var(--componentBGColor)));
background: -webkit-lin... | CSS |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.