content
stringlengths
2
6.21k
label
stringclasses
16 values
ip, leave); this.icons.push(icon); }, this); if (this.leaveHours >= 8) { this.accountedForTooltipText = `${this.person.firstName} is on leave.`; this.generateMusterText('All day leave') this.onLeave = true; } } private processMuster(musterForUser?: Mu...
Typescript
font-size: var(--knopf-icon-size); height: var(--knopf-icon-size); justify-content: center; width: var(--knopf-icon-size); } .knopf > .icon.small { --knopf-icon-size: var(--knopf-icon-size-small); } .knopf > .icon.base { --knopf-icon-size: var(--knopf-icon-size-base); } .knopf > .icon.large { --knopf-i...
CSS
return getClass().getName() + "{" + this.mDelegateFactory + "}"; } } private LayoutInflaterCompat() { } private static void forceSetFactory2(LayoutInflater inflater, LayoutInflater.Factory2 factory) { if (!sCheckedField) { try { Field declaredField = Layo...
Java
); assertTrue("multiTree save without relationtype and get equals", multiTree.equals(mt2)); } @Test public void testGetPageMultiTrees() throws Exception { final Template template = new TemplateDataGen().nextPersisted(); final Folder folder = new FolderDataGen().nex...
Java
from django.urls import path from .views import MoviesView app_name = 'moviesapp' # Добавлено пространство имен urlpatterns = [ path('', MoviesView.as_view(), name='home'), ]
Python
значения `{noreply, ...}` и `{stop, ...}` используются достаточно редко, noreply заставляет сервер продолжить работу, но клиент будет ожидать ответа, так как сервер озадачен отвечать всем клиентам. Вызов `stop` с соответствующими аргументами остановит сервер. ####Вызовы и Образы Мы увидели взаимодействие между `gen_s...
Markdown
LLIA = 0x0026; const TPM2_ALG_CTR = 0x0040; const TPM2_ALG_SHA3_256 = 0x0027; const TPM2_ALG_SHA3_384 = 0x0028; const TPM2_ALG_SHA3_512 = 0x0029; const TPM2_ALG_OFB = 0x0041; const TPM2_ALG_CBC = 0x0042; const TPM2_ALG_CFB = 0x0043; const TPM2_ALG_ECB = 0x0044; const TPM2_RC_SUCCESS = (0x000); const TPM2_RC_BAD_TAG =...
JavaScript
33.2 136 1.3 5.4 6.1 9.1 11.7 9.1h25.2c5.5 0 10.3-3.7 11.6-9.1l17.9-71.4c1.5-6.2 2.5-12 3-17.3l2.9 17.3c.1.4 12.6 50.5 17.9 71.4 1.3 5.3 6.1 9.1 11.6 9.1h24.7c5.5 0 10.3-3.7 11.6-9.1 20.8-81.9 30.2-119 34.5-136 1.9-7.6-3.8-14.9-11.6-14.9h-15.8z"/></g> <g id="object-group" transform="scale(2.0 2.0)"><path d="M500 128c6...
HTML
main more efficient? -- CHECKME: maybe more "correct", w.r.t. omega method discarding func findCyclesAux(graph cgraph, stack []RecvMethPair, cycles map[string]cycle) { targets := graph.edges[stack[len(stack)-1]] if targets == nil { panic("Shouldn't get in here:") } lab: for next, _ := range targets { stack1 :=...
Go
R=$MYSQL_ADDR -e MYSQL_PASSWORD=$MYSQL_PASSWORD -e MYSQL_DB=$Yearning_DB -e Y_LANG=zh_CN yeelabs/yearning "/opt/Yearning install" ## เริ่มใช้งาน Yearning docker run -d -it -p8000:8000 -e SECRET_KEY=$SECRET_KEY -e MYSQL_USER=$MYSQL_USER -e MYSQL_ADDR=$MYSQL_ADDR -e MYSQL_PASSWORD=$MYSQL_PASSWORD -e MYSQL_DB=$Yearning_D...
Markdown
ctor{padding:0 16px 60px}#wp-link-wrap #link-selector{bottom:52px}#wp-link-cancel{line-height:32px}#wp-link .link-target{padding-top:10px}#wp-link .submitbox .button{margin-bottom:0}}@media screen and (max-width:520px){#wp-link-wrap{width:auto;margin-left:0;left:10px;right:10px;max-width:500px}}@media screen and (max-h...
CSS
rally matches the input currently focused by the user. * * @default undefined */ focused?: 'number' | 'cvc' | 'expiration' | 'name'; /** Adds additional radial texture to the card face */ hasRadialGradient?: boolean; /** adds a box shadow to the credit card */ hasShadow?: boolean; } e...
Typescript
*/ import BaseContainer from "../../../base/BaseContainer"; import Button from "../../../components/Button"; import ShowHint from "../../../components/ShowHint"; import SeatPoint from "../../../shared_prefabs/seat/SeatPoint"; /* START-USER-IMPORTS */ /* END-USER-IMPORTS */ export default class Waddle201 extends Base...
JavaScript
ntent); $ARGS{Order} = (ref $ARGS{Order} ? join('|',grep {/\S/} @{$ARGS{Order}}) : $ARGS{Order}); $ARGS{OrderBy} = (ref $ARGS{OrderBy} ? join('|',grep {/\S/} @{$ARGS{OrderBy}}) : $ARGS{OrderBy}); for (@fields) { $ARGS{$_} = $SearchArg->{$_} unless defined $ARGS{$_}; } $ARGS{'Order'} = join '|', grep d...
HTML
ner.next()); m.put("dst_port", Integer.valueOf(scanner.next())); m.put("action", scanner.next()); m.put("user", scanner.next()); m.put("module_name", scanner.next()); m.put("event", scanner.next()); m.put("epsec", scanner.next()); } private void parseIpsLog(Scanner scanner, Map<String, Object> m) { int...
Java
M 垃圾回收(GC)提案的逐步支持,未来可能会有更多编程语言能够与 WASM 兼容.这将进一步扩展本方案的适用范围,使得更多选手能够参与到算法竞赛中来. 对未来算法竞赛的影响 ---------- 本方案与传统方案的最大区别在于是否考察缓存(Cache)及其他相关因素(如分支预测).我个人认为,算法竞赛的发展方向应当更加关注算法的复杂度而非常数因素.如果将理论与实验的偏向性放在数轴上,理论偏向一侧大致对应于现代的数学奥林匹克(MO),而实验偏向一侧则代表数十年前的算法竞赛(OI).我很高兴看到 OI 在发展过程中逐渐向理论倾斜,而本项目的普及将进一步促进这一趋势,推动算法竞赛向更高层次的发展. ### 在线比赛赛制的改进 基...
Markdown
1))); }); }); } import 'dart:io'; import 'package:flutter/foundation.dart'; import 'package:logging/logging.dart'; import 'package:mutex/mutex.dart'; import 'package:path_provider/path_provider.dart'; void initLogger() { // Logger.root.level = kReleaseMode ? Level.INFO : Level.ALL; Logger.root.level = Level....
Dart
null, KeystoreTest.DN_PKCS11_CLIENT1.replaceAll(" ", ""), KeystoreTest.DN_PKCS11_SERVER2.replaceAll(" ", "")); } @Test public void signature_soap12() throws Exception { Utils.testSoap12(logCore, api, "signature", null, null, null, KeystoreTest.DN_PKCS11_CLIENT1.replaceAll(" ", ""), KeystoreTest.D...
Java
IEZpbmRlcg== IGluY2FwYWJsZQ== IHNhZGQ= IGNpdGVz IENodXJjaGlsbA== U2Rr TW9yZW92ZXI= QXNwTmV0 KEZsb2F0 JHBhc3N3b3Jk IENvbm5vcg== LXNlc3Npb24= X2Rt Kikp IGRldXRzY2g= IE5Y IHBlcmtz X1NPUlQ= X1RPT0w= X1ZJU0lCTEU= LmFzcA== 5oiW IEJyZWF0aA== RGV0ZWN0 IER1ZWw= LmNtYg== W2l0 LlNldEJvb2w= IG5hcmNpc3M= IGFiaWRl IGVqZW1wbG8= IOKE...
JavaScript
// Copyright (c) Kurrent, Inc and/or licensed to Kurrent, Inc under one or more agreements. // Kurrent, Inc licenses this file to you under the Kurrent License v1 (see LICENSE.md). using System; using System.Collections.Generic; using System.Net.Security; using System.Runtime.InteropServices; using System.Security.Cry...
C#
EOF 升级进行合作。 EVM EOF 升级可能会在 Ethereum Cancún 硬分叉中于 2023 年末进行。 这次更新可能包含的 EIP 是: EIP-3860 “限制和计量 initcode” EIP-3540 “EVM 对象格式 v1” EIP-3670 “代码验证” EIP-4200 “静态相对跳转” EIP-4750 “functions” EIP-5450 “堆栈验证” 经过这次更改,以太经典区块链可能会在2024年上半年完全与新的EVM标准规范兼容,因为出于安全原因和作为更为保守的区块链,它通常会等待3到6个月来跟随新的升级。 这对整个EVM生态系统来说是一次历史性的升级,因为它将解决技术堆栈中存在...
Markdown
.82.B9.E3.83.9D.E3.82.A4.E3.83.B3.E3.82.BF.E3.81.A7.E6.8C.87.E5.AE.9A.E3.81.99.E3.82.8B.E3.81.AB.E3.81.AF.E3.81.A9.E3.81.86.E3.81.97.E3.81.9F.E3.82.89.E3.81.84.E3.81.84.E3.81.AE.E3.81.A7.E3.81.99.E3.81.8B.EF.BC.9F"> ポインタが指しているオブジェクトの具象タイプをインターフェイスポインタで指定するにはどうしたらいいのですか? </h5> <p>ポインタが指しているオブジェクトの具象タイプを XPCOM インターフェイス・ポ...
HTML
://images2.alphacoders.com/124/1247132.jpg", botImage6 : "https://images2.alphacoders.com/128/1286464.jpg", } global.charID4 = { botName : "Zero Two", botVideo : "https://graph.org/file/04af19c8e2a1a1d1a31b7.mp4", botImage1 : "https://images3.alphacoders.com/949/949253.jpg", botImage2 : "https://images7.alph...
JavaScript
`los_config.h` 中,将 `LOSCFG_BASE_IPC_MUX` 配置项打开。 - 配好 `LOSCFG_BASE_IPC_MUX_LIMIT` 最大的互斥锁个数。 代码实现如下: ``` c /*互斥锁句柄ID*/ static UINT32 g_Testmux01; /*任务PID*/ UINT32 g_TestTaskID01; UINT32 g_TestTaskID02; static VOID Example_MutexTask1() { UINT32 uwRet; printf("task1 try to get mutex, wait 10 Tick.\r\n"); ...
Markdown
4c1.2.4 6.5.5 8.1.5 20.7 0 30.4-7.9 38.9-31.8L516 210.9z"], "scribd": [384, 512, [], "f28a", "M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-...
JavaScript
olumen excesivo de actividad. Los desarrolladores tienen total flexibilidad para definir reglas de almacenamiento en caché y de limitación de velocidad, por lo que las aplicaciones pueden evolucionar al ritmo que elijas.</p> <figure class="kg-card kg-image-card kg-width-wide"><img src="https://blog.cloudflare.com/cont...
HTML
0x230(r3) lwz r0, 0x2f0(r3) cmpwi r0, 0 bgt lbl_8035FE94 lwz r4, 0xc0(r31) lbz r0, 0xbc9(r4) cmplwi r0, 0 bne lbl_8035FE94 lfs f1, 0x198(r31) lfs f0, 0x2bc(r31) fcmpu cr0, f1, f0 bne lbl_8035FA94 lfs f1, 0x1a0(r31) lfs f0, 0x2c4(r31) fcmpu cr0,...
C++
under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Non-free licenses may also be purchased from INFORION, LLC, * for users who do not want their programs protected by the GPL. * Contact us...
Kotlin
it8u i = 0; i < 62; i++ ) { Bit8u index, shift; EnvelopeSelect( i, index, shift ); //Original amount of samples the attack would take Bit32s original = (Bit32u)( (AttackSamplesTable[ index ] << shift) / scale); Bit32s guessAdd = (Bit32u)( scale * (EnvelopeIncreaseTable[ index ] << ( RATE_SH - shift - 3 ))...
C++
) arubaWiredBridgeVlanLoopProtectLoopDetectedNotification = NotificationType( (1, 3, 6, 1, 4, 1, 47196, 4, 1, 1, 3, 1, 1, 5, 0, 2) ) arubaWiredBridgeVlanLoopProtectLoopDetectedNotification.setObjects( *(("IF-MIB", "ifIndex"), ("ARUBAWIRED-BRIDGE-MIB", "arubaWiredLoopProtectPortLoopCount"), ...
Python
import math # Kirjoita ohjelma, joka kysyy suorakulmion kannan ja korkeuden. # Ohjelma tulostaa suorakulmion piirin ja pinta-alan. # Suorakulmion piiri tarkoittaa sen neljän sivun yhteispituutta. suorakulmakanta_str = input("Ole hyvä ja anna suorakulmiosi kannan pituus kokonaislukuna:") suorakulmakanta = int(suoraku...
Python
%u6e6f%u7230%u4a48%u5679%u6b69%u6e45" + "%u764d%u6b37%u584f%u3356%u3063%u5053%u7653%u7033" + "%u3353%u5373%u3763%u5633%u6b33%u5a4f%u3270%u5046" + "%u3568%u7141%u304c%u3366%u6c63%u6d49%u6a31%u7035" + "%u6e68%u3544%u52...
HTML
tLineNumber-g.original.startLineNumber,f.modified.startLineNumber-m.modified.startLineNumber),b=u.findLastMonotonous(x=>x.original.startLineNumber<f.original.endLineNumberExclusive),v=_v(s,x=>x.modified.startLineNumber<f.modified.endLineNumberExclusive),w=Math.max(b.original.endLineNumberExclusive-f.original.endLineNum...
HTML
num < 1 or isLimited then value = -20 else value = -10 end -- value = value + math.min(50, to:getHp() * 10) if self:getDamagedEffects(to, self.player) then value = value + 30 end if self:needToLoseHp(to, self.player) then value = value + 20 end if card:isKindOf("ArcheryAttack") then if t...
Lua
ebet des Schattenschutzes"] = "Spell_Holy_PrayerofShadowProtection", ["Gebet der Willenskraft"] = "Spell_Holy_PrayerofSpirit", ["Präzision"] = "Ability_Marksmanship", ["Raubtierschläge"] = "Ability_Hunter_Pet_Cat", ["Konzentration"] = "Spell_Shadow_Possession", ["Vorbereitung"] = "Spell_Shadow_AntiShadow", ["Geis...
Lua
的数字计算而来 6-26 [ Landmark ] 条形码的发明 这种码和条形码是什么关系? 1949 年,伍德兰和西尔弗基于摩尔斯电码发明了环状条形码, 是条形码概念的最初提出者。此后,许多组织和个人为条形码 的发展做出了贡献,其中最为突出的要数劳雷尔,他提出了斑 马条纹状条形码,并设计了如今流行的通用产品代码的编码和 模式。 诺曼·伍德兰(Norman Woodland,1921 年 9 月 6 日—2012 年 12 月 9 日) IBM 工程师、发明家,与伯纳德·西尔弗获环状条形码发明专利。 乔治·劳雷尔(George Laurer,1925 年 9 月 23 日—2019 年 12 月 5 日) IBM 工程师、发明家...
Typescript
)" class="xcblog-blog-url"> <h3 class="xcblog-blog-title">免费领养狗狗正规网站平台有哪些软件呢(免费领养狗狗app)</h3> </a> <p>摘要: 今天给各位分享免费领养狗狗正规网站平台有哪些软件呢的知识,其中也会对免费领养狗狗app进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!本文目录一览:1、领养.</p> ...
HTML
): boolean { return (c => c.charCodeAt == null ? <any>c : c.charCodeAt(0))(ch) >= (c => c.charCodeAt == null ? <any>c : c.charCodeAt(0))(Character.MIN_HIGH_SURROGATE) && (c => c.charCodeAt == null ? <any>c : c.charCodeAt(0))(ch) <= (c => c.charCodeAt == null ? <any>c : c.charCodeAt(0))(Character.MAX_HIGH_SURROG...
Typescript
s = AccountStatusRevoked err := as.UpdateAccount(sc, &account) if err != nil { return err } b.tidyStatusIncRevAcmeAccountCount() } } // Only update the account if we modified the max cert expiry values and the account is still valid, // to prevent us from adding back a deleted account or not re-wr...
Go
elf.timesolts)) self.timesolts = np.array(self.timesolts, dtype='datetime64[ns]') for idx, _ts in enumerate(self.timesolts): self.idx_of_timesolts[_ts] = idx # 转3-d数组 feature_dim = len(dynafile.columns) - 2 df = dynafile[dynafile.columns[-feature_dim:]] ...
Python
, .dark-edition .bmd-help { color: #9095a2 !important; } .dark-edition .text-info { color: #029eb1 !important; } .dark-edition .text-success { color: #288c6c !important; } .dark-edition .text-warning { color: #f5700c !important; } .dark-edition .text-danger { color: #d22824 !important; } .dark-edition .t...
CSS
678e/out/consts.rs.html#958">Source</a> </span></div><pre class="rust item-decl"><code>pub type U448 = <a class="struct" href="../uint/struct.UInt.html" title="struct typenum::uint::UInt">UInt</a>&lt;<a class="struct" href="../uint/struct.UInt.html" title="struct typenum::uint::UInt">UInt</a>&lt;<a class="struct" href=...
HTML
ransaction`. Note that receipts can also be requested by the other `FuelDataSource` methods as related data. Selection of the exact fields to be retrieved for each transaction and the optional related data items is done with the `setFields()` method documented on the [Field selection](../field-selection) page. ## Ex...
Markdown
* @since Available in iOS 8.0 and later. */ /*</javadoc>*/ /*<annotations>*/@Library("Metal") @NativeProtocolProxy/*</annotations>*/ /*<visibility>*/public final/*</visibility>*/ class /*<name>*/MTLCommandBuffer/*</name>*/ extends /*<extends>*/NSObject/*</extends>*/ /*<implements>*/implements NSObjectProtoc...
Java
-module"><a href="../modules/sap_cloud_sdk_openapi.html">@sap-<wbr/>cloud-<wbr/>sdk/openapi</a></li> <li class="tsd-kind-module"><a href="../modules/sap_cloud_sdk_openapi_generator.html">@sap-<wbr/>cloud-<wbr/>sdk/openapi-<wbr/>generator</a></li> <li class="tsd-kind-module"><a href="../modules/sap_cloud_sdk_temporal_de...
HTML
-2, .u-button-style.u-palette-3-light-2, .u-button-style.u-palette-3-light-2[class*="u-border-"] { color: #111111 !important; background-color: #f9e79b !important; } .u-button-style.u-palette-3-light-2:hover, .u-button-style.u-palette-3-light-2[class*="u-border-"]:hover, .u-button-style.u-palette-3-light-2:focus, ....
CSS
om the SPDX License brick. /// {@endtemplate} enum SpdxLicense { $0BSD._('0BSD'), $3D_Slicer_1_0._('3D-Slicer-1.0'), $AAL._('AAL'), $ADSL._('ADSL'), $AFL_1_1._('AFL-1.1'), $AFL_1_2._('AFL-1.2'), $AFL_2_0._('AFL-2.0'), $AFL_2_1._('AFL-2.1'), $AFL_3_0._('AFL-3.0'), $AGPL_1_0._('AGPL-1.0'), $AGPL_1_0...
Dart
stauts:true,data:{appId,partnerid,timeStamp,nonceStr,package,prepayid,sign}} * @returns fail {stauts:false,error} */ public async pay_app(params:IPayAppParams){ const _url = "https://api.mch.weixin.qq.com/v3/pay/transactions/app" let result = await this.getBaseParams(_url,params) ...
Typescript
( value, 65535 ) end end end addEventHandler( "onClientColShapeHit", col, function( element ) if element == getLocalPlayer( ) then addEventHandler( "onClientRender", root, watchChanges ) end end ) addEventHandler( "onClientColShapeLeave", col, functio
Lua
ride uint Signature { get { return 0; } } public override bool IsHierarchic { get { return false; } } public override bool CanWrite { get { return false; } } static readonly byte[] DefaultNameKey = { 0xF5, 0xB2, 0xA4, 0x45, 0x59, 0x0F, 0x15, 0x22, 0x43, 0x0B, 0x99, 0x3C, 0...
C#
* @param {*} lineStringList * @param {*} center * @param {*} layer */ function gengerateExtrudeLines(lineStringList: Array<Array<SingleLineStringType>>, center: maptalks.Coordinate, layer: ThreeLayer, lineStrings: Array<LineStringType>) { const datas = [], transfer = [], altCache = {}; const len = lineStrin...
Typescript
file for path: ${htmlFilePath}`); } const htmlContent = htmlFileBuffer.toString(); if (htmlContent.includes(elementHtml)) { return; } const elemTag = getHtmlTagElement(htmlContent, tag); if (!elemTag) { throw new Error(`Could not find '<${tag}>' element in HTML file: ${htmlFileBuffer}`); } ...
Typescript
TransactionController.IS_DEFAULT); base_cc = tc.openConglomerate( base_conglomid, false, TransactionController.OPENMODE_FORUPDATE, TransactionController.MODE_RECORD, TransactionCon...
Java
{ use super::*; #[test] fn filenames() { assert_eq!( Files::EgkAllgemein.filename(), "eGK_allgemeineVersicherungsdaten.xml" ); assert_eq!( Files::EgkGeschuetzt.filename(), "eGK_geschuetzteVersichertendaten.xml" ); ass...
Rust
.TreasureMapDetectorDataOuterClass.TreasureMapDetectorData.class, emu.grasscutter.net.proto.TreasureMapDetectorDataOuterClass.TreasureMapDetectorData.Builder.class); } public static final int CENTER_POS_FIELD_NUMBER = 3; private emu.grasscutter.net.proto.VectorOuterClass.Vector centerPos_; /** * <...
Java
"en": "Brunei", "pt_BR": "Brunei", "sr-Cyrl": "Брунеј", "sr-Latn": "Brunej", "zh_TW": "汶萊", "tr": "Bruney", "ro": "Brunei", "ar": "بروناي" } }, { "num_code": "100", "alpha_2_code": "BG", "alpha_3_code": "BGR", "en_sho...
Dart
Core functionality works offline ## 🧪 Testing Architecture ### Component Testing ```python class TestShortTermMemory: def test_add_turn(self): stm = ShortTermMemory(max_tokens=1000) stm.add_turn("Hello!", "Hi there!") assert len(stm.turns) == 1 assert stm.current_tokens > 0 ``` ...
Markdown
crossAxisAlignment: CrossAxisAlignment.start, children: [ Row( children: [ Icon( Icons.smart_toy, color: Theme.of(context).colorScheme.primary, ), const SizedBox(width: 8), ...
Dart
endita, con la que hago brotar jardines y el grano de la cosecha" }, { "surah_number": 50, "verse_number": 10, "content": "y palmeras esbeltas cubiertas de racimos [de dátiles]" }, { "surah_number": 50, "verse_number": 11, "content": "como sustento para los siervos. Así como doy ...
Dart
moresupport; /* HBA supports MORE flag */ struct Scsi_Host *next; struct Scsi_Host *prev; struct pci_dev *pdev; /* PCI device or NULL for non PCI */ struct eata_sp sp; /* status packet */ struct eata_ccb ccb[0]; /* ccb array begins here */ }hostdata; /* structure for m...
C
DES1_VLANTAG_CI 0xffff #define FTGMAC100_RXDES1_PROT_MASK (0x3 << 20) #define FTGMAC100_RXDES1_PROT_NONIP (0x0 << 20) #define FTGMAC100_RXDES1_PROT_IP (0x1 << 20) #define FTGMAC100_RXDES1_PROT_TCPIP (0x2 << 20) #define FTGMAC100_RXDES1_PROT_UDPIP (0x3 << 20) #define FTGMAC100_RXDES1_LLC (1 << 22) #define FTGMAC100_RXD...
C
,57.60,npc:Blackhoof:51059;", ["Icon"] = "|TInterface\\MINIMAP\\Minimap_skull_normal:0|t", ["AltIcon"] = "|TInterface\\MINIMAP\\Minimap_skull_elite:0|t", }, }, [50828] = { [1] = { ["MinLevel"] = 85, ["MaxLevel"] = 90, ["Classification"] = "Rare", --["Movement"] = "Idle", ["Name"]...
Lua
; index < count; ++groupIndArr) { auto comp = dynamic_cast<TLight*>(table->find_component(*groupIndArr)); if (comp) List.push_back(comp); ++index; } } } int TLightGroup::Message(int code, float value) { auto const count = static_cast<int>(List.size()); switch (code) { case 1011: case 1022: bre...
C++
951 9.06026 2.16468 8.8546C1.95985 8.64893 1.94422 8.30126 2.12977 8.07804L4.80594 4.85863L2.15586 1.93583C1.96104 1.72096 1.96165 1.37314 2.15722 1.15895C2.35279 0.944757 2.66927 0.945311 2.86409 1.16018L5.85194 4.45551C5.8859 4.49296 5.91371 4.53459 5.93537 4.57889Z'/%3e%3c/svg%3e")}.aside-dark .menu .menu-item.here>...
CSS
modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied ...
Java
s] then local opts = { callback = k.callback, expr = k.expr == 1, noremap = k.noremap == 1, nowait = k.nowait == 1, silent = k.silent == 1 } table.insert(self.keyBackup, {lhs = k.lhs, rhs = k.rhs or '', o...
Lua
checkLocalizable.py` 为脚本文件名。你可以在[这里](https://github.com/lefex/TCZLocalizableTool/blob/master/LocalToos/checkLocalizable.py)找到脚本文件; 3. 执行完成后,桌面会出现一个文件 `checkLocalizable.log`,记录了未国际化的行: ``` /en.lproj/Localizable.strings SHC_shopnCart GRB_groupBuy ``` 截止到目前,关于国际化的一些技巧,到这里基本告一段落了。下一篇打算写一篇关于正则表达式的,记录了我学习正则表达式的一些方法技巧,从此脱离复...
Markdown
, size.0 as i32, size.1 as i32, data.buf() .iter() .map(|c| [c.r, c.g, c.b, c.a]) .flatten() .collect::<Vec<u8>>() .as_slice(), ...
Rust
; using ::testing::Return; ... ON_CALL(foo, Sign(_)) .WillByDefault(Return(-1)); ON_CALL(foo, Sign(0)) .WillByDefault(Return(0)); ON_CALL(foo, Sign(Gt(0))) .WillByDefault(Return(1)); EXPECT_CALL(foo, Sign(_)) .Times(AnyNumber()); foo.Sign(5); // This should return 1. foo.Sign(-9)...
Markdown
# Copyright (c) 2017, Frappe Technologies Pvt. Ltd. and contributors # For license information, please see license.txt from frappe.model.document import Document class AssetMaintenanceTeam(Document): # begin: auto-generated types # This code is auto-generated. Do not modify anything in this block. from typing i...
Python
(); qreal m = fabs(dx/dy); if (m > 1) { lineVar = QLineF(currentPoint.x(), currentPoint.y(), pos.x(), currentPoint.y()); lastPoint = QPointF(pos.x(), currentPoint.y()); } else { lineVar = QLineF(currentPoint.x(), currentPoint.y(), curr...
C++
heckpointLoaded>().First(); _checkpointWriter.StartFrom(checkpointLoaded.CheckpointTag, checkpointLoaded.CheckpointEventNumber); _manager.BeginLoadPrerecordedEvents(checkpointLoaded.CheckpointTag); _manager.Start(CheckpointTag.FromStreamPosition(0, "stream", 10), null); // _manager.StateUpda...
C#
e legacyAuthenticate(Connection connection) async { var command = createMongoDbX509AuthenticationCommand(db, username); return db .executeDbCommand(command, connection: connection) .then((res) => res['ok'] == 1); } static DbCommand createMongoDbX509AuthenticationCommand( Db db, String...
Dart
force lock_last_line = 'force', -- GPT window update interval (ms) when streaming the answer update_interval = 100, -- automatically add default keymaps (see 'Keymaps' section below) no_default_keymaps = false, question_templates = [[ Note that you shall only output the plain answer, with no ad...
Lua
{ return Database.KeyExistsAsync(key); } #endregion #region ==KeyExpire== /// <summary> /// 设置过期时间 /// </summary> /// <param name="key"></param> /// <param name="expiry"></param> /// <returns></returns> public bool KeyExpire(...
C#
rd-break: break-all">错误:{{cert.error}}</span> </td> <td> <span v-if="cert.dnsNames == null || cert.dnsNames.length == 0">-</span> <div class="labels-box" v-if="cert.dnsNames != null && cert.dnsNames.length > 0"> <div v-for="dnsName in cert.dnsNames"> <span class="ui label tiny">{{dnsName}}</spa...
HTML
> <th class="px-4 py-2 text-left">Kills Per Minute</th> <th class="px-4 py-2 text-left">Seconds Alive</th> <th class="px-4 py-2 text-left">Time</th> </tr> </thead> <tbody id="highscores-tbody" hx-...
HTML
using System; using System.Windows; using Autodesk.Revit.DB; using Autodesk.Revit.UI; namespace RevitTemplate { /// <summary> /// Interaction logic for UI.xaml /// </summary> public partial class Ui : Window { private readonly Document _doc; //private readonly UIApplication _uiApp...
C#
/* $Id$ */ /* * Copyright (c) 2015 Kristaps Dzonsons <kristaps@bsd.lv> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDE...
C
// // SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com> // // SPDX-License-Identifier: Apache-2.0 // #if defined(_MSC_VER) #define KAI_ASM_GLOBAL(name) GLOBAL name #define KAI_ASM_FUNCTION_TYPE(name) #define KAI_ASM_FUNCTION_LABEL(name) name PROC #def...
Assembly
{v, aug}); } } } return 0; } void dfs(int u = 1){ path.push_back(u); if(u == N) return; for(pii e : G[u]){ int v = e.first; int id = e.second; if(cap[u][v] == 0 && !vis[id]){ vis[id] = true; dfs(v); return; } ...
C++
VPC, 네트워크 세그먼트 전반에서 오버레이 메시 연결 모델을 구상하는 새로운 트렌드를 따르고 있습니다. 진정한 무제한 연결을 위해서, 고객은 모든 네트워크 연결 및 애플리케이션 접속 사용 사례를 포괄할 수 있는 유연성을 필요로 합니다. 모든 SASE 벤더의 네트워크 온램프가 네트워크 라우팅 변경이나 보안을 위한 타협 없이 클라이언트가 시작한 트래픽 이상으로 확장될 수 있는 것은 아니므로 일반적인 "무제한 연결"이라는 주장은 처음에 생각했던 것과 다를 수 있습니다.</p> <figure class="kg-card kg-image-card kg-width-wide"...
HTML
wr = op_readdp(regs.x); wr = op_and(wr, rd); (1) ? op_writedp(regs.x, wr) : op_io(); break; } case 0x79: { op_io(); rd = op_readdp(regs.y); wr = op_readdp(regs.x); wr = op_cmp(wr, rd); (0) ? op_writedp(regs.x, wr) : op_io(); break; } case 0x59: { op_io(); rd = op_readdp(regs.y); wr = op_read...
C++
Length;\n\n if (this._writeIndex >= this._length) {\n this._writeIndex = 0;\n } // For excessive frames, the buffer will be overwritten.\n\n\n this._framesAvailable += sourceLength;\n\n if (this._framesAvailable > this._length) {\n this._framesAvailable = this._length;\n ...
JavaScript
scriptor instead') const DishActivateRssiScan$json = { '1': 'DishActivateRssiScan', '2': [ {'1': 'channel', '3': 1, '4': 1, '5': 13, '10': 'channel'}, ], }; /// Descriptor for `DishActivateRssiScan`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List dishActivateRssiScanDescriptor = $...
Dart
json['enableMediaKeys'] as bool? ?? true, posterSize: (json['posterSize'] as num?)?.toDouble() ?? 1.0, pinchPosterZoom: json['pinchPosterZoom'] as bool? ?? false, mouseDragSupport: json['mouseDragSupport'] as bool? ?? false, requireWifi: json['requireWifi'] as bool? ?? true, showAllCollect...
Dart
<strong> Class </strong> <strong class="name""> zebkit.ui.Cursor </strong> </td> <td align="right" valign="top"> <a href="../classes/zebkit.ui.html"> ...
HTML
t fn"><code>pub fn remove_listener(<br>&nbsp;&nbsp;&nbsp;&nbsp;emitter_id: <a class="type" href="../type.AkGameObjectID.html" title="type rrise::AkGameObjectID">AkGameObjectID</a>,<br>&nbsp;&nbsp;&nbsp;&nbsp;listener_id: <a class="type" href="../type.AkGameObjectID.html" title="type rrise::AkGameObjectID">AkGameObjectI...
HTML
x-btn-default-large-br { background-position: right 0px; } /* /Volumes/BOOTCAMP/_research/classic-bundler/ext/classic/theme-base/sass/etc/mixins/frame.scss:363 */ .x-btn-default-large-ml { background-position: 0 top; } /* /Volumes/BOOTCAMP/_research/classic-bundler/ext/classic/theme-base/sass/etc/mixins/frame.s...
CSS
/* im_c2imag ... get imaginary part * * Copyright: 1990, N. Dessipris. * * Author: Nicos Dessipris * Written on: 12/02/1990 * Modified on : 09/05/1990 * 21/12/94 JC * - im_c2amph() adapted to make im_c2real() and im_c2imag() * 27/1/10 * - modernised * - gtk-doc */ /* This file is part of VIPS. ...
C
export function component<TData extends object>( component: IComponentClass<TData> | IComponentFunction<TData>, name?: string ): IComponentFactory<TData> { const bobrilComponent = {} as IBobrilComponent; if (component.prototype instanceof Component) { const proto = component.prototype as any; ...
Typescript
GenerationTable[i]; details->generation_table[i].start_segment = genData.StartSegment.ToClrDataAddress(_target); details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target); details->generation_table[i].allocContextPtr = genData.Alloc...
C#
void BeginPersistObjectData( SerializableObjectContext serializableObjectContext ) { _xpsOMSerializationManager.RegisterDocumentSequenceStart(); _xpsOMSerializationManager.EnsureXpsOMPackageWriter(); } internal void EndPers...
C#
웃111♪1B10361810?U1h143>111♪1B10461810>U1Y111@4z1B10561810=U1Y111Z10;61810<U1Y111Z105I143J10261810<◆111…105I111M1➡️111810261810<◆111★104I111M1N10161810261810<O1P111J102I111M1N102g111J1<1=1810=O1P111▒1🐱111M1N103O1P111>111810>O1P112M1N105O1}1@2Z10?O1⧗2N10セ", -- D2.tmx road "0□3141510K6111810JU1V171S1T10Ii191:1;1f10>I14...
Lua
using System; namespace Server.Items { [TypeAlias("Server.Items.WallofHungryMouths")] public class WallOfHungryMouths : HeaterShield { public override bool IsArtifact { get { return true; } } [Constructable] public WallOfHungryMouths() { Hue = 1034; ...
C#
args['figure_anchor'] == top_left dx = -float(xinit) dy = -float(yinit) # print(self.positionner.x, self.positionner.y) if 'bottom' in self.figure_anchor: self.positionner.y['anchor'] = 'bottom' if 'right' in self.figure_anchor: ...
Python
KeyItemPointEq = 201, // (cQuestProcess* this, s32 idx, s32 num, s32 param03, s32 param04)) IsEmotion = 202, // (cQuestProcess* this, s32 actNo, s32 param02, s32 param03, s32 param04)) IsEquipColor = 203, // (cQuestProcess* this, s32 color, s32 param02, s32 param03, s32 param04)) IsEquip = 204, ...
C#
1x.L Second Word Data * * Because of this preshifting, the sprite routine does * not have to shift every sprite it prints, but just * refers to the preshifted sprite it requires. * make_sprites lea sprite_data1,a1 ;Sprite area lea char,a0 ;Address of original sprite data bsr make_and_do lea sprite_data2,a1 ;Spr...
Assembly
breadcrumb.push({ name: 'angular.Module' }); } else if (match = partialId.match(GLOBALS)) { breadcrumb.push({ name: partialId }); } else if (match = partialId.match(MODULE)) { match[1] = page.moduleName || match[1]; breadcrumb.push({ name: match[1] }); } else if (match = partia...
JavaScript
</div> <div class="modal-body overflow-visible" id="ldmsUploadModal-body"> <div class="gtabHeaderInputTR lmbUploadDiv" id="lmbUploadDiv_${fp}"> <input type="hidden" name="f_LID" value="${folderID}"> <...
JavaScript