content
stringlengths
2
6.21k
label
stringclasses
16 values
,"url":"https://html.spec.whatwg.org/multipage/workers.html#sharedworkerglobalscope"}, "16d07e10": {"dfnID":"16d07e10","dfnText":"for each","external":true,"refSections":[{"refs":[{"id":"ref-for-list-iterate"}],"title":"2.2.2. \n Parse a serialized CSP list\n "}],"url":"https://infra.spec.whatwg.org/#list-iterate"}...
HTML
); } @override Cr decode(_i1.Input input) { return Cr( cpu: _i1.U32Codec.codec.decode(input), mem: _i1.U32Codec.codec.decode(input), disk: const _i1.SequenceCodec<_i2.Disk>(_i2.Disk.codec).decode(input), gpu: _i1.U32Codec.codec.decode(input), ); } @override int sizeHint(Cr ...
Dart
": [["gōng"], ["xíng"]], "拱券": [["gǒng"], ["xuàn"]], "共餐": [["gòng"], ["cān"]], "共处": [["gòng"], ["chǔ"]], "共存": [["gòng"], ["cún"]], "共度": [["gòng"], ["dù"]], "共犯": [["gòng"], ["fàn"]], "共管": [["gòng"], ["guǎn"]], "共和": [["gòng"], ["hé"]], "共话": [["gòng"], ["huà"]], "共计": [["gòng"], ["jì"]], "共济": [["gòng"], ["jì"]], ...
Typescript
NodeId<ast::ClassCon>, Vec<PremiseClassConstraint>>, } impl Premise { pub fn new() -> Self { Self { class_constraints: HashMap::new(), } } pub fn add_class_constraint( &mut self, id: ConstraintId, path: Vec<ConstraintId>, class: ast::NodeId<ast::...
Rust
nt = SentryEvent( message: SentryMessage('Passwords: $ncPassword, $encPassword')); final filteredEvent = await SentryFilter.beforeSend(originalEvent, Hint()); expect(filteredEvent?.message?.formatted, 'Passwords: [redacted], [redacted]'); }); test('Redacts key and iv',...
Dart
, false, 0, 0, ); }); }); // set the length of the buffer to match the length of the source data (this will be a // no-op unless the array is uninitialised) self.len = src.len(); // hold a re...
Rust
appsv1.Deployment: dataToMarshall = object.Spec case *corev1.Service: dataToMarshall = object.Spec case *corev1.Secret: dataToMarshall = object.Data case *cm.Certificate: dataToMarshall = object.Spec case *cm.Issuer: dataToMarshall = object.Spec default: dataToMarshall = obj } data, err := json.Marsh...
Go
utput = src_output .. "};" local include = true -- Read dst local dst_lines = {} for line in io.lines(dst) do if line == "// ["..src.."]" then include = false table.insert(dst_lines, line) table.insert(dst_lines, src_output) end if line == "// [/"..src.."]" then include = true end if incl...
Lua
'min': '\\min', 'erf': '\\operatorname{erf}', 'erfc': '\\operatorname{erfc}', 'bessel': '\\operatorname{bessel}', 'mean': '\\operatorname{mean}', 'median': '\\operatorname{median}', 'fft': '\\operatorname{fft}', 'lcm': '\\operatorname{lcm}', 'gcd': '\\operatorname{gcd}', 'randomReal': '\\operat...
Typescript
Value to write * * Return: 0 on success or non-zero code on error (may be positive). */ int acpm_i3c_write(struct acpm *acpm, u8 ch, u8 addr, u8 reg, u8 val) { u32 cmd[4] = { 0 }; u8 ret; cmd[0] = (ch & IPC_CHANNEL_MASK) << IPC_CHANNEL_SHIFT | (addr & IPC_TYPE_MASK) << IPC_TYPE_SHIFT | (reg & IPC_REG_MASK)...
C
'), ch('CH'), ci('CI'), ck('CK'), cl('CL'), cm('CM'), cn('CN'), co('CO'), cr('CR'), cu('CU'), cv('CV'), cw('CW'), cx('CX'), cy('CY'), cz('CZ'), de('DE'), dj('DJ'), dk('DK'), dm('DM'), $do('DO'), dz('DZ'), ec('EC'), ee('EE'), eg('EG'), eh('EH'), er('ER'), es('ES'), e...
Dart
t[data-main]"),c&&o(c.dataset.main),c="exports",o}(document);</script> </head> <body> <section> <header> <h1>Line Chart</h1> </header> <div class="graph" style="width:400px;height:300px;border:1px solid #efefef"></div> <div class="controls"> <select id="timespan"> <option value="d...
HTML
from typing import Any, Dict, Union class StarletteAdminException(Exception): pass class FormValidationError(StarletteAdminException): def __init__(self, errors: Dict[Union[str, int], Any]) -> None: self.errors = errors def has(self, name: str) -> bool: return self.errors.get(name, None...
Python
let mut want = want.to_vec(); want.sort_unstable(); let mut got = neighbors3(coord, 5); got.sort_unstable(); assert_eq!(want, got); } fn d((x, y): Coord2) -> Coord3 { (-1, x, y) } fn z((x, y): Coord2) -> Coord3 { (0, x, y) } fn u((x, y): Coord2) -> Coord3 { (1, x, y) } ...
Rust
eateRoleInput{ RoleName: aws.String(roleName), AssumeRolePolicyDocument: aws.String(trustPol)}, Output: &iam.CreateRoleOutput{Role: &types.Role{ Arn: aws.String(roleArn), RoleName: aws.String(roleName), }}, Error: raiseErr, } } func StubAttachRolePolicy(roleName string, policyArn string, raiseErr ...
Go
/* A Bison parser, made by GNU Bison 2.3. */ /* Skeleton interface for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU...
C
param> /// <param name="x">Input X value.</param> [TestCase(0.0, 0.0, 0)] [TestCase(0.1, 0.3, 1)] [TestCase(1.0, 1.0, 2)] [TestCase(1.0, 1.0, 3)] [TestCase(1.0, 1.0, 5)] public void ValidateProbabilityLn(double r, double p, int x) { var d = new...
C#
, seed) } ShapeType::QuadraticBezier => { QuadraticBezier::random(self.width(), self.height(), BORDER_EXTENSION, seed) } ShapeType::Rectangle => { Rectangle::random(self.width(), self.height(), BORDER_EXTENSION, seed) } ...
Rust
ESS FOR A PARTICULAR PURPOSE // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BU...
C#
mp to board_init_r() */ #endif /* !defined(CONFIG_XPL_BUILD) */ #if CONFIG_IS_ENABLED(SMP) hart_out_of_bounds_loop: /* Harts in this loop are out of bounds, increase CONFIG_NR_CPUS. */ wfi j hart_out_of_bounds_loop /* SMP relocation entry */ secondary_hart_relocate: /* a1: new sp */ /* a2: new gd */ /* tp: hart...
Assembly
.zero; if (_old == null || _old != s) { _old = s; WidgetsBinding.instance.addPostFrameCallback((_) => onChange(s)); } } } // GENERATED CODE - DO NOT MODIFY BY HAND part of 'cubit.dart'; // ************************************************************************** // JsonSerializableGenerator // ...
Dart
, dit, dit ,dit }, i = { dit, dit }, j = { dit, dah, dah, dah }, k = { dah, dit, dah }, l = { dit, dah, dit, dit }, m = { dah, dah }, n = { dah, dit }, o = { dah, dah, dah }, p = { dit, dah, dah, dit }, q = { dah, dah, dit, dah }, r = { dit, dah, dit }, s = { dit, dit, dit }, t = { dah }, u = { dit, dit, dah },...
Lua
m, uint32_t eth_group_sel) { #define IPN3KE_XMAC_SMAC_OVERRIDE_DISABLE (0 & \ (IPN3KE_MAC_TX_SRC_ADDR_OVERRIDE_MASK)) (*hw->f_mac_write)(hw, IPN3KE_XMAC_SMAC_OVERRIDE_DISABLE, IPN3KE_MAC_TX_SRC_ADDR_OVERRIDE, mac_num, eth_group_sel); } static inline void ipn3ke_xmac_tx_clr_10G_stcs (struct ipn3k...
C
eno"> 212</span>&#160; uint8_t *byte_pointer_;</div><div class="line"><a name="l00213"></a><span class="lineno"> 213</span>&#160;</div><div class="line"><a name="l00215"></a><span class="lineno"> 215</span>&#160; <a class="code" href="structcutlass_1_1epilogue_1_1threadblock_1_1PredicatedTileIterator_1_1Mask.html"...
HTML
Exception(); //#endif } //#endif remove( l ); if (index > this.size) { index = this.size; } Layer[] source = this.layers; if (this.size == source.length || index == source.length) { // the internal buffer needs to be increased: Layer[] newLayers = new Layer[ this.size + 4 ]; System.arrayc...
Java
v1H4v-1zm5-6H4v1h5V6zm2 3V7l-3 3 3 3v-2h5V9h-5zM6.5 8H4v1h2.5V8zM4 11h2.5v-1H4v1zm9 1h1v2c-.02.28-.11.52-.3.7-.19.18-.42.28-.7.3H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h3c0-1.11.89-2 2-2 1.11 0 2 .89 2 2h3c.55 0 1 .45 1 1v5h-1V5H3v9h10v-2zM4 4h8c0-.55-.45-1-1-1h-1c-.55 0-1-.45-1-1s-.45-1-1-1-1 .45-1 1-.45 1-1 1H5c-.55 0-1 ...
CSS
1, 0(a0) sw a1, 4(a0) 3: addiu t1, a3, -1 bgtz t1, 0b addiu a0, a0, 8 4: beqz a3, 7f nop /* a1 = src */ lw t0, 0(a2) /* t0 = mask */ beqz t0, 7f /* if (t0 == 0) */ nop beq ...
Assembly
ca, sans-serif; font-size: medium;"> TxBlock-USB is a versatile head-mounted temperature transmitter supporting various sensors (thermocouples, Pt100, Pt1000, NTC, and 0-50 mV). It offers high accuracy with a linearized 4-20 mA output and adjustable range, featuring 2-p...
HTML
{b2 ? <Map /> : null} <Text /> </ScrollView> : null })} <View> {b4 && <Image />} </View> </CoverView> })}</View> ) `, `handleClick =...
Typescript
crypt20_1.9.4.orig.tar.bz2' libgcrypt20_1.9.4.orig.tar.bz2 3239704 SHA512:d0e117ac73c94d70e9521ee1e6328691498cc8328f8c4e21338096908f5c04c7b838966eb63d59494565f4e19f506c07dab4f4d922150d75610d9f7b57abbf60 'http://archive.ubuntu.com/ubuntu/pool/main/libg/libgcrypt20/libgcrypt20_1.9.4.orig.tar.bz2.asc' libgcrypt20_1.9.4.or...
Markdown
{nf} sub r9, 123456 # CHECK: encoding: [0x62,0xd4,0xfc,0x0c,0x81,0xe9,0x40,0xe2,0x01,0x00] {nf} sub r9, 123456 # CHECK: sub r15, r9, 123456 # CHECK: encoding: [0x62,0xd4,0x84,0x18,0x81,0xe9,0x40,0xe2,0x01,0x00] sub r15, r9, 123456 # CHECK: {nf} sub r15, r9, 123456 # CHECK: encoding: [0x62,0xd4,0x84,0x...
Assembly
/* SPDX-License-Identifier: BSD-3-Clause * Copyright (c) 2019-2025 Intel Corp, Inc. */ #include <stdio.h> // for EOF, NULL #include <stdint.h> // for uint32_t #include <tst_info.h> // for tst_error, tst_ok, tst_end, tst_start, TST_F... #include <cne_common.h> // for CNE_SET_USED...
C
( background.r, background.g, background.b ); var fExp = Math.min( Math.max( Math.ceil( Math.log2( maxComponent ) ), - 128.0 ), 127.0 ); background = background.multiplyScalar( Math.pow( 2.0, - fExp ) ); var alpha = ( fExp + 128.0 ) / 255.0; _renderer.setClearColor( background, alpha ); scene.background ...
JavaScript
ion = UDim2.new(0, 395, 0, 242) BackRoom.Size = UDim2.new(0, 35, 0, 35) BackRoom.AutoButtonColor = false BackRoom.Font = Enum.Font.ArialBold BackRoom.Text = "Back Room" BackRoom.TextColor3 = Color3.new(1, 1, 1) BackRoom.TextScaled = true BackRoom.TextSize = 7 BackRoom.TextWrapped = true Fly.Name = "Fly" Fly.Parent = B...
Lua
b; test_points_b.push_back(gfx::Point3F(5.0f, 10.0f, 0.0f)); test_points_b.push_back(gfx::Point3F(5.0f, 10.0f, -5.0f)); test_points_b.push_back(gfx::Point3F(5.0f, 0.0f, -5.0f)); test_points_b.push_back(gfx::Point3F(5.0f, 0.0f, 0.0f)); ValidatePoints(*(front_polygon.get()), test_points_a); ValidatePoints(*(b...
C++
uments3(stringArray0, true); fail("Expecting exception: IllegalArgumentException"); } catch(IllegalArgumentException e) { // // Can't handle single and double quotes in same argument // verifyException("org.apache.commons.exec.util.StringUtils", e); } } ...
Java
PairIndex].OutIndex]); else { int index = folderInfo.FindPackStreamArrayIndex(packStreamIndex); if (index < 0) return E_FAIL; packSizesPointers.Add(&packSizes[index]); } } _mixerCoderCommon->SetCoderInfo(i, &packSizesPointers.Front(), &unp...
C++
>', trailers, }) ).toBe( 'foo\n\n' + 'Co-Authored-By: Markus Olsson <niik@github.com>\n' + 'Signed-Off-By: nerdneha <nerdneha@github.com>\n' ) }) // note, this relies on the default git config it('fixes up malformed trailers when trailers are given', async () => { ...
Typescript
so on. * 1 in the bit position indicates root port is enabled, whereas 0 indicates root * port is disabled. This function assumes that the maximum count of root ports * in the groups table is <= 32. */ uint32_t pcie_rp_enable_mask(const struct pcie_rp_group *groups); /* Get PCH root port groups */ const struct pc...
C
90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 3...
JavaScript
ontains configuration of autopilot feature for this /// nodepool. class AutopilotConfig { /// Denotes that nodes belonging to this node pool are Autopilot nodes. core.bool? enabled; AutopilotConfig({this.enabled}); AutopilotConfig.fromJson(core.Map json_) : this(enabled: json_['enabled'] as core.bool?); ...
Dart
iu $sp, $sp, 0x40 /* 425744C 8007B684 0800E003 */ jr $ra /* 4257450 8007B688 00000000 */ nop .size func_level_45_8007B4B0, . - func_level_45_8007B4B0
Assembly
nsed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the Lice...
Java
ed by the Apache 2.0 license. */ package kotlinx.serialization.features import kotlinx.serialization.* import kotlinx.serialization.builtins.* import kotlinx.serialization.descriptors.* import kotlinx.serialization.encoding.Decoder import kotlinx.serialization.encoding.Encoder import kotlinx.serialization.internal.*...
Kotlin
6736952df71ebeeae74d10a287"><span class="id" title="notation">→</span></a> <a class="idref" href="mathcomp.solvable.abelian.html#p"><span class="id" title="variable">p</span></a><a class="idref" href="mathcomp.solvable.pgroup.html#5b9c9ef075a2fca9df30ee4ac4a1af18"><span class="id" title="notation">.-</span></a><a class...
HTML
'TN' }, { '_id': '38117', 'city': 'MEMPHIS', 'loc': [-89.903367, 35.112357], 'pop': 27149, 'state': 'TN' }, { '_id': '38118', 'city': 'MEMPHIS', 'loc': [-89.92653799999999, 35.051421], 'pop': 45507, 'state': 'TN' }, { '_id': '38119', 'city': 'MEMPHIS', 'l...
Dart
uildBreadcrumbContainer_f75fb0', 'guildBreadcrumbIcon': 'guildBreadcrumbIcon_f75fb0', 'spoiler': ( 'content': 'spoilerContent__54ab5', 'hidden': 'hidden__54ab5', 'container': 'spoilerContainer__54ab5', 'innerContainer': 'spoilerInnerContainer__54ab5', 'warning': 'spoilerWarning__5...
CSS
orkflowName()); // test out methods to access secondary files final List<SourceFile> masterImports = workflowApi .secondaryDescriptors(workflow.getId(), "master", DescriptorLanguage.CWL.toString()); assertEquals(3, masterImports.size(), "should find 3 imports, found " + masterImpor...
Java
>bg_lrc</th> <td id="config_bg_lrc">全局歌词背景设置</td> </tr> <tr> <th>image_handler</th> <td id="config_image_handler">缩略图全局代理,需缩略图皮肤方可显示</td> </tr> <tr> <th>text_handler</th> <td id="config_text_handler">描述全局代理,需缩略图皮肤方可显示</td> </tr> <tr> <t...
HTML
askar所写的《**Comprehensive learning particle swarm optimizer for global optimization of multimodal functions**》 ## 1 摘要 本文介绍的综合学习粒子群优化算法 (**CLPSO**)是粒子群优化算法 (**PSO**) 的一种变体,它使用一种新颖的学习策略,即使用所有其他粒子的历史最佳信息来更新粒子的速度。 这种策略可以保持群的多样性,以防止过早收敛。 对多模态测试函数(多峰函数)及组合函数进行了相关的测试。 结果表明,与 $PSO$ 的其他最新变体算法相比,$CLPSO$ 在解决多模态问题方面具有良好的性能。 ## ...
Markdown
"Stream URL validation failed with exception") } return false } private fun getSignatureTimestampOrNull(videoId: String): Int? { Timber.tag(logTag).d("Getting signature timestamp for videoId: $videoId") return NewPipeUtils.getSignatureTimestamp(videoId) .onSucces...
Kotlin
' describe('spotDateFormatter', () => { const spotDate = '2020-01-30T00:00:00Z' it('should return the formatted date according to different time zone', () => { const zoneNames = { sydney: 'Australia/Sydney', anchorage: 'America/Anchorage', easterIsland: 'Pacific/Easter', dubai: 'Asia/D...
Typescript
7afdc177a05dbe649308280c23a4"></a><!-- doxytag: member="XED_IFORMFL_PSUBSB_FIRST" ref="5d4c792a0de45648117a69fb55646473c5057afdc177a05dbe649308280c23a4" args="" -->XED_IFORMFL_PSUBSB_FIRST</em>&nbsp;</td><td> </td></tr> <tr><td valign="top"><em><a class="anchor" name="5d4c792a0de45648117a69fb55646473ca7c49dfde62e774526...
HTML
AwNXptLTMyLjAyMSA4LjAwNUg4LjAxdjQuMDAzaDQuMDAzdi00LjAwM3ptNC4wMDMgMGgyMC4wMTN2NC4wMDNIMTYuMDE2di00LjAwM3ptMjguMDE4IDBINDAuMDN2NC4wMDNoNC4wMDN2LTQuMDAzeiIgZmlsbD0iI0M1QzVDNSIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImNsaXAwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDUzdjM2SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+) 50% no-repeat;border...
CSS
pays for her food and walks out of the diner. Archie catches Betty’s questioning look and he shrugs. But, his thoughts drift to the beautiful Veronica Lodge. * * *   FP Jones watches his son silently as the teenager unleashes his fury. FP understands why his son is furious at the deal made between the Ghoulies and th...
HTML
anze kulturelle Bewegungen. Lokale Musikmärkte in Medellín, Initiativen wie das Bogotá Music Market oder Vernetzungen über Social Media sorgen dafür, dass spannende Projekte nicht mehr unter dem Radar laufen, sondern internationale Aufmerksamkeit bekommen. Musikerinnen und Musiker bleiben dabei oft unabhängig von große...
Markdown
sllx %o2, 32, %o2 srlx %l6, 32, %l7 or %l7, %o2, %o2 P2600: !DWST [5] (maybe <- 0x8200f6) (Int) mov %l4, %l6 stx %l6, [%i1 + 72 ] add %l4, 1, %l4 P2601: !MEMBAR (Int) membar #StoreLoad P2602: !PREFETCH [15] (Int) prefetch [%i3 + 192], 1 P2603: !PREFETCH [2] (Int) prefetch [%i0 + 12], 1 P2604: !DWST [14] (maybe...
Assembly
let p5_x_lc = p5_x.lc(&mut cs); let p5_y_lc = p5_y.lc(&mut cs); cs.enforce_zero(p5_x_lc - (Coeff::Full(five_x), CS::ONE)); cs.enforce_zero(p5_y_lc - (Coeff::Full(five_y), CS::ONE)); Ok(()) } } assert_eq!( is_satis...
Rust
e.com/blah?param=value"; t = "http://www.example.com/blah/?param=value"; assertEquals(t, n(s).addDirectoryTrailingSlash().toString()); // This one is for HTTP Collector GitHub issue #163: s = "http://www.example.com/"; t = "http://www.example.com/"; assertEquals(t, n(s).a...
Java
e readonly bool isImplicit; /// <summary> /// Gets a value indicating whether this instance is implicit. /// </summary> /// <value> /// <c>true</c> if this instance is implicit; otherwise, <c>false</c>. /// </value> public bool IsImplicit { ...
C#
+ d*x])^7)", // 2746, 32); } // {2753, 2752} public void test0157() { check( // "Integrate[Cos[c + d*x]^2*Sqrt[a + a*Sin[c + d*x]], x]", // "(-8*a^2*Cos[c + d*x]^3)/(15*d*(a + a*Sin[c + d*x])^(3/2)) - (2*a*Cos[c + d*x]^3)/(5*d*Sqrt[a + a*Sin[c + d*x]])", // 2753, 2752); } ...
Java
tech.guitarrapc.cóm https://tech.guitarrapc.com/entry/2025/03/24/235900 ### ツイート <!-- https://x.com/jamesnk/status/1911986373252309372?s=12 --> <blockquote class="twitter-tweet"><p lang="en" dir="ltr">The resources graph adds a context menu in Aspire vNext: <a href="https://t.co/rxHEtJy4Ia">pic.twitter.com/rxHEtJy4Ia...
Markdown
red }</style> <link rel="author" title="Daniel Glazman" href="http://glazman.org/"> <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"> <link rel="help" href="https://www.w3.org/TR/css3-selectors/#selectors"> <!-- bogus link to make sure it gets found --> <link rel="match" href="reference/lime-b...
HTML
/// <summary> /// Not a valid option value. /// </summary> private const int DigitsReserved = 0xa0; private const char Farsiyeh = '\u06CC'; private const char Fatha = '\u064E'; private const char Hamza = '\u0621'; private const char Hamzaabove = '\u0654'; private const char...
C#
/1.1 200 OK Content-type: application/json [ {"Untagged": "3e2f21a89f"}, {"Deleted": "3e2f21a89f"}, {"Deleted": "53b4f83ac9"} ] Query Parameters: - **force** – 1/True/true or 0/False/false, default false - **noprune** – 1/True/true or 0/False/false, default fals...
Markdown
c_hisi: ld r3, VCPU_KVM(r9) lbz r0, KVM_RADIX(r3) cmpwi r0, 0 bne .Lradix_hisi /* for radix, just save ASDR */ andis. r0, r11, SRR1_ISI_NOPT@h beq 1f andi. r0, r11, MSR_IR /* instruction relocation enabled? */ beq 3f BEGIN_FTR_SECTION mfspr r5, SPRN_ASDR /* on POWER9, use ASDR to get VSID */ b 4f END_FTR_S...
Assembly
# Modified script to read Maddison's 'Full data' sheet and save it to a CSV file import pandas as pd # Define a function to process and save the 'Full data' sheet to CSV def save_maddison_data_to_csv(excel_path, sheet_name, csv_file_path): # Read the specified sheet from the Excel file data_df = pd.read_excel...
Python
--- the following bits of info are returned as NULL-terminated strings --- */ case CPUINFO_STR_NAME: strcpy(info->s, "N7751"); break; case CPUINFO_PTR_INIT: info->init = i8039_init; break; default: i8039_get_info(state, info); break; } } #endif #if (HAS_MB8884) /******************...
C++
[GetHashKey('s_m_y_cop_01')] = true, [GetHashKey('s_f_y_sheriff_01')] = true, [GetHashKey('s_f_y_cop_01')] = true, [GetHashKey('s_m_y_hwaycop_01')] = true, [GetHashKey('g_m_y_lost_01')] = true, [GetHashKey('s_m_m_prisguard_01')] = true, [GetHashKey('s_m_y_prismuscl_01')] = true, [GetHashKey('...
Lua
local whoismx = ''; local isON = false; -- check which character is mx which will allow mx to work as bf for some fucking reason function onCreate() if getProperty('dad.curCharacter') == 'mx_demiseUG' then -- debugPrint(whoismx .. ' is mx'); whoismx = 'dad'; isON = true; elseif getPrope...
Lua
yList<>(); // 该员工的数据权限为个人 if (loginUser.isSelfDataScope()) { // 当前登录的账号为部门不在可见范围内的员工 if (isOtherUser(loginUser)) { return new OrganizationVO(departments, getOtherUsers(weUser, loginUser)); } return new OrganizationVO(departments, getUsers(w...
Java
nt-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}</style><style data-emotion="css-global wn3zpp">:root{--mantine-color-white:#fff;--mantine-color-black:#000;--mantine-transition-timing-function:ease;--mantine-line-height:1.55;--mantine-font-family:'__monaSans_5f834c','__monaSans_Fallback_5f834c',Arial,Helvet...
HTML
or more world areas if ( R_CullModelBoundsToLight( light, edef->localReferenceBounds, edef->modelRenderMatrix ) ) { continue; } } // we now know that the entity and light do overlap if ( edef->IsDirectlyVisible() ) { // entity is directly visible, so the interaction is definitely needed ...
C++
metadata = await getFileMetadata(path) if (!metadata) return null const { selectCover } = await import('music-metadata') return selectCover(metadata.common.picture) } // const timeExp = /^\[([\d:.]*)\]{1}/ /** * 解析歌词文件,分离可能存在的翻译、罗马音歌词 * @param lrc 歌词内容 * @returns */ // export const parseLyric = (lrc: string...
Typescript
65b8468bfb42b94a74527d22.html#aa59f4707244fea0ae23b03ee301c5ca3">MmaTensorOp</a> = <span class="keyword">typename</span> <a class="code" href="structcutlass_1_1gemm_1_1warp_1_1DefaultMmaTensorOp.html">cutlass::gemm::warp::DefaultMmaTensorOp</a>&lt;</div><div class="line"><a name="l00465"></a><span class="lineno"> 465<...
HTML
| SEGA 32X support code for the 68000 | by Chilly Willy .text .equ DEFAULT_LINK_TIMEOUT, 0x3FFF /* Z80 local mem variable offsets */ .equ FM_IDX, 0x40 /* music track index */ .equ FM_CSM, 0x41 /* music CSM mode */ .equ FM_SMPL, 0x42 /* musi...
Assembly
ne landscape and smaller */ @media (max-width: 767px) { .uk-text-center-small { text-align: center !important; } .uk-text-left-small { text-align: left !important; } } /* Wrap modifiers ========================================================================== */ /* * Prevent text from wrapping onto m...
CSS
Name of the interface to inject packets to") .required(false), ) .arg(clap::arg!(-l --loop "Loop pcap file")) .arg(clap::arg!(-F --fullspeed "Write packets as fast as possible")) .arg( clap::arg!(-L --low <VALUE> "Minimum watermark for packet buffe") ...
Rust
t_id = :unitId AND unit_rarity.rarity = :rarity ") suspend fun getRarity(unitId: Int, rarity: Int): UnitRarity /** * 获取角色 Rank 最大值 * @param unitId 角色编号 */ @SkipQueryVerification @Query("SELECT MAX( promotion_level ) FROM unit_promotion WHERE unit_id = :unitId") suspend fun getMaxRank...
Kotlin
ting = 1, CancellationToken token = default) { if (objXmlGear == null) return false; // Cost. decimal decCost = 0.0m; XPathNavigator objCostNode = objXmlGear.SelectSingleNodeAndCacheExpression("cost", token); if (objCostNode == null) ...
C#
n\nimagine {prompt}:{model number}\nExample: imagine a beautiful girl:43\n\nSupported models:\n" + "0. Absolute Reality V16\n" + "1. Absolute Reality V181\n" + "2. Analog Diffusion 1.0\n" + "3. Anything V3.0 (Pruned)\n" + "4. Anything V4.5 (Pruned)\n" + "5. Anything V5 (PrtRE)\n" + "6. AOM3A3 Orange Mix\n" + "7...
JavaScript
[4], "Got %p, expected %p\n", hWnd, hWndList[4]); hWnd = CreateWindowExW(0, L"CreateTest", NULL, WS_CHILD, 60, 10, 20, 20, hWndList[2], NULL, 0, NULL); ok(hWnd != NULL, "CreateWindow failed\n"); ok(hWnd == hWndList[5], "Got %p, expected %p\n", hWnd, hWndList[5]); trace("\n"); while (PeekMessage( &msg...
C
94fe4c020468d10b3061c9428-3ee9acf4a13393790b0b250c7e1a08c8-320.webp" media="(max-width: 320px)" type="image/webp" /><source srcset="/cache/mod_articles_latest_lp_imagecache/GettyImages1384888468jpg-ec299ed94fe4c020468d10b3061c9428-3ee9acf4a13393790b0b250c7e1a08c8-320.jpg" media="(max-width: 320px)" /><source srcset="/c...
HTML
: do { if (__label__ == 27) { var $57=$stress; //@line 934 "dictionary.cpp" var $58=$max_stress; //@line 934 "dictionary.cpp" var $cmp63=((($57))|0) >= ((($58))|0); //@line 934 "dictionary.cpp" if ($cmp63) { __lastLabel__ = 27; ; } else { __lastLab...
JavaScript
Pass P"); } } //-------------------------------------------------------------------------------------- // // SetPerFrameConstants // //-------------------------------------------------------------------------------------- GltfMotionVectorsPass::per_frame *GltfMotionVectorsPass::Set...
C++
.32|Z|Stormheim|N|To Angus Ironfist.| T Quelling the Tide|QID|41851|M|68.56,69.32|Z|Stormheim|N|To Sylara Steelsong.| T Zero to Hiro|QID|41853|M|68.56,69.32|Z|Stormheim|N|To Hiro.| A Brick By Brick|QID|41854|M|68.56,69.32|Z|Stormheim|N|From Hiro.|PRE|41851&41852&41853| P Hall of the Seasons|ACTIVE|41854|M|68.56,69.32|Z...
Lua
s will most like not look as needed */ DupSprite(SPR_FLAT_GRASS_TILE + 5, SPR_SHORE_BASE + 16); // SLOPE_EW DupSprite(SPR_FLAT_GRASS_TILE + 10, SPR_SHORE_BASE + 17); // SLOPE_NS } } /** * Replocate the old tram depot sprites to the new position, if no new ones were loaded. */ static void ActivateOldTramDepot()...
C++
:最近,中国国家体育总局官网发布了一则关于全民健身计划的通知。该通知要求加强城市社区等基层运动设施建设,促进全民健身活动普及。| |餐厅推荐|我想吃异国美食,你有什么好的餐厅推荐吗?| |体育赛事预测|谁是本次欧洲杯的夺冠热门球队?| |文案改写|请帮我将这个口号进行改写:让我们共同努力,为实现中国梦而奋斗!| |音乐推荐|我最近喜欢听轻音乐,你能给我推荐一些不错的歌曲吗?| |诗歌创作|请用五言绝句的形式,创作一首描述秋天的诗歌。| |投资建议|请根据目前的经济形势和政策,提供一些建议性的投资方案。| |学科解释|请简要解释什么是人工智能,并且列出一些应用范围。| | 关于全球气候变化的趋势 | 过去十年中,地球平均温度每年上升了...
Markdown
e() end function GBB.SendMessage( ChannelName, Msg ) local index = GetChannelName( ChannelName ) -- It finds General is a channel at index 1 if (index ~= nil) then SendChatMessage( Msg, "CHANNEL", nil, index ); end end function GBB.AnnounceInit() if not GBB.api.is_tbc then GroupBulletinBoardFrameSelec...
Lua
// I2C functions on stm32f0 // // Copyright (C) 2019 Kevin O'Connor <kevin@koconnor.net> // // This file may be distributed under the terms of the GNU GPLv3 license. #include "board/misc.h" // timer_is_before #include "command.h" // shutdown #include "gpio.h" // i2c_setup #include "internal.h" // GPIO #include "sched...
C
3 { top: 91%; #{$left}: 105.8%; } // Section With Price Plans &.custom-circle-pos-44 { #{$left}: 103%; top: 10%; } &.custom-circle-pos-45 { #{$left}: 104.7%; top: 14.1%; } &.custom-circle-pos-46 { #{$left}: 106.2%; top: 10.4%; } // Section With Blog Posts &.custom-circle-pos-4...
CSS
if os.path.exists('texts.json'): with open('texts.json', 'r', encoding='utf-8') as file: texts = json.load(file) # Создаем новый текст new_text = { 'id': len(texts) + 1, 'user_id': user_id, 'content': text_data.tex...
Python
l = msg.author.bot && msg.embeds.iter().any(|embed| { embed .title .as_ref() .map(|x| x.starts_with("Poll")) .unwrap_or(false) }); if is_poll { // This is rather imperfect, but discord API sucks :/ // we're ...
Rust
):SetPoint("TOPLEFT", "PartyMemberFrame"..i, "TOPLEFT", 15, 5); end else for i=1, 4 do getglobal("PartyMemberFrame"..i.."MasterIcon"):ClearAllPoints(); getglobal("PartyMemberFrame"..i.."MasterIcon"):SetPoint("TOPLEFT", "PartyMemberFrame"..i, "TOPLEFT", 32, 0); end end end function Archaeologist_UpdatePar...
Lua
using System; using ZXing.Rendering; using Microsoft.Maui.Graphics.Platform; using MauiColor = Microsoft.Maui.Graphics.Color; using ZXing.Common; using System.Threading; #if IOS || MACCATALYST using Foundation; using CoreFoundation; using CoreGraphics; using UIKit; namespace ZXing.Net.Maui { public class BarcodeWri...
C#
ce code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */var xf=E,Ee=yf;function k(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+...
JavaScript
"io" "os" "strings" "github.com/hashicorp/packer/packer" "github.com/mitchellh/panicwrap" ) // This is output if a panic happens. const panicOutput = ` !!!!!!!!!!!!!!!!!!!!!!!!!!! PACKER CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! Packer crashed! This is always indicative of a bug within Packer. A crash log has been pl...
Go
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
C++
Tryck Space eller ENTER för att välja element i redigeraren."}]},{name:"Kommandon",items:[{name:"Kommandot ångra",legend:"Tryck på ${undo}"},{name:"Kommandot gör om",legend:"Tryck på ${redo}"},{name:"Kommandot fet stil",legend:"Tryck på ${bold}"}, {name:"Kommandot kursiv",legend:"Tryck på ${italic}"},{name:"Kommandot u...
JavaScript
e} } // NewMiningModule create new mining module func NewMiningModule( stmgr *statemanger.Stmgr, conf miningConfig, chainModule *chain2.ChainSubmodule, blockStore *blockstore.BlockstoreSubmodule, syncModule *syncer.SyncerSubmodule, wallet wallet.WalletSubmodule, ) *MiningModule { return &MiningModule{ Stmgr: ...
Go