content
stringlengths
2
6.21k
label
stringclasses
16 values
n Fall und unter keinen Umständen das Manual für eben das Atari-Testkit ersetzt wird! Es können hier lediglich einige ergänzende Tips und übersetzte Fehlermeldungen wiedergegeben werden um so die Arbeit, eine nötige Reparatur am Atari wesentlich zu erleicherten Auch hat diese Zusammenstell...
HTML
AUTO_TEST_CASE( converting_hive_to_dhf ) { try { BOOST_TEST_MESSAGE( "Testing: converting hive to hbd in the dhf" ); const auto& dgpo = db->get_dynamic_global_properties(); const account_object& _treasury = db->get_treasury(); set_price_feed( price( ASSET( "1.000 TBD" ), ASSET( "1.000 TESTS" ) ) ); ...
C++
-- 初始状态 local state_ = GadgetState.GearStart -- 启动元素 local start_elem_type_ = ElementType.Fire -- 最大启动值 local max_start_value_ = 1 -- 停止元素 local stop_elem_type_ = ElementType.Ice -- 最大停止值 local max_stop_value_ = 1 -- 停止持续时间 local stop_last_time_ = 4 -- -- 机关被攻击 function OnBeHurt(context, element_type, strike_type) ...
Lua
getCurrentUserToken(key): string { try { this.token = JSON.parse(localStorage.getItem(key)); if (this.token !== null && this.token !== undefined) { return this.token; } } catch (e) { console.log("Could not read user info from local storage"); console.error(e); local...
Typescript
lic indeterminate: boolean = false; private indeterminateChanged(): void { this.indeterminate ? this.classList.add("indeterminate") : this.classList.remove("indeterminate"); } /** * Tracks whether the "checked" property has been changed. * This is necessar...
Typescript
nerToSession({ session: request.session, bannerDefinitionKey: 'appellantCaseInvalidOrIncomplete', appealId: currentAppeal.appealId, text: `Appeal marked as ${validationOutcome}` }); return response.redirect(`/appeals-service/appeal-details/${appealId}`); } else { return response.status(500)....
JavaScript
tDisplayLanguage() assertTrue("Returned incorrect language: " + testLocale.getDisplayLanguage(), testLocale .getDisplayLanguage().equals("English")); // Regression for Harmony-1146 Locale l_languageAE = new Locale("ae", ""); assertEquals("Avestan", l_lang...
Java
HRESULT(2079) #define D3DERR_CONFLICTINGRENDERSTATE MAKE_DDHRESULT(2081) #define D3DERR_UNSUPPORTEDTEXTUREFILTER MAKE_DDHRESULT(2082) #define D3DERR_TOOMANYPRIMITIVES MAKE_DDHRESULT(2083) #define D3DERR_INVALIDMATRIX MAKE_DDHRESULT(2084) #define D3DERR_TOOMANYVERTICES...
C
super(JointType.WELD); localAnchorA = new Vec2(); localAnchorB = new Vec2(); referenceAngle = 0.0f; } /** * Initialize the bodies, anchors, and reference angle using a world anchor point. * * @param bA * @param bB * @param anchor */ public void initialize(Body bA, Body bB, Vec...
Java
assertEquals(File.Type.FILE, link.first().getType()); } @Test public void testMoveFiles() throws CatalogException { // Generate data set catalogManager.getFileManager().create(studyFqn, new FileCreateParams().setType(File.Type.DIRECTORY).setPath("A/B/C/D/"), true, ownerToken); ...
Java
d[0].lower() length = (len(word) + 1) / 2 frequency = 0 quanpinString = word.lower() candidateType = 2 record = (candidate, shuangpinString, shengmuString, length, frequency, quanpinString, candidateType) records.append(record) count += 1 print(str(count) + " records have added into database") file = io...
Python
class="Bound">y</a> <a id="8051" class="Symbol">:</a> <a id="8053" href="Data.Vec.Base.html#857" class="Generalizable">A</a><a id="8054" class="Symbol">)</a> <a id="8056" class="Symbol">→</a> <a id="8058" href="Data.Vec.Base.html#7995" class="Bound">xs</a> <a id="8061" href="Agda.Builtin.Equality.html#151" class="Datat...
HTML
rotocol provides support for animations associated with a view controller transition. Typically, you do not adopt this protocol in your own classes. When you present or dismiss a view controller, UIKit creates a transition coordinator object automatically and assigns it to the view controller’s transitionCoordinator pr...
Markdown
0%)}.h5p-hub .h5p-hub-filter-button button.h5p-hub-open{background-image:linear-gradient(0deg, #c2c6cf 0%, #dde2e6 100%)}.h5p-hub .h5p-hub-filter-button button.h5p-hub-filter-checked{background-image:linear-gradient(0deg, #f4ddcd 0%, #fbfffc 100%)}.h5p-hub .h5p-hub-filter-button button.h5p-hub-one-checked{background-im...
CSS
RetainPtr<CFURLRef> urlRef(AdoptCF, KURL(ParsedURLString, url).createCFURL()); AVCFURLAssetRef assetRef = AVCFURLAssetCreateWithURLAndOptions(kCFAllocatorDefault, urlRef.get(), 0, m_notificationQueue); m_avAsset.adoptCF(assetRef); } void AVFWrapper::createPlayer() { ASSERT(!avPlayer() && avPlayer...
C++
vice.send_for_signature( document.content, document.title, signature_request.signers ) # Update document status document.status = DocumentStatus.PENDING_SIGNATURE document.docusign_id = envelope_id document.metadata.update({ "signers": signature_request.signers, ...
Python
import subprocess from pathlib import Path import sys # Configuración OUTPUT_DIR = Path('docs/build/pdoc') SOURCE_DIR = Path('src') def check_pdoc_installed(): try: subprocess.run(['pdoc', '--version'], capture_output=True, check=True) return True except (subprocess.SubprocessError, FileNotFou...
Python
LOG.debug("Returning HTTP status: {} for path: {}, message: {}", httpStatus, path, message); return new HttpErrorInfo(path, httpStatus, message); } } package com.petclinic.authservice.businesslayer; import com.petclinic.authservice.datalayer.roles.Role; import com.petclinic.authservice.datalayer.ro...
Java
::Str("features"), Token::Seq { len: Some(1) }, Token::Str("a feature"), Token::SeqEnd, Token::StructEnd, ], ); } } #![allow(unused_imports, dead_code)] extern crate gtk; #[macro_use] extern crate relm; #[macro_use] extern crate re...
Rust
t.svg); --editor-toolbar-fg-color:#2e2e56; --editor-toolbar-border-color:#8f8f9d; --editor-toolbar-hover-border-color:var(--editor-toolbar-border-color); --editor-toolbar-hover-bg-color:#e0e0e6; --editor-toolbar-hover-fg-color:var(--editor-toolbar-fg-color); --editor-toolbar-hover-outline:none; ...
CSS
wrap_err().kind() { ErrorKind::InvalidAudience => (), _ => unreachable!(), }; } #[test] fn aud_missing_fails() { let claims = Map::new(); let mut validation = Validation { validate_exp: false, ..Validation::default() }; validation.set_audience(&["None...
Rust
11E1-B4B3-E89A8F7FC3A7".into(), ("MidnightBSD", "Unix File System (UFS) Partition"), ); m.insert( "85D5E45C-237C-11E1-B4B3-E89A8F7FC3A7".into(), ("MidnightBSD", "Vinium Volume Manager Partition"), ); m.insert( "85D5E45D-237C-11E1-B4B3-E89A8...
Rust
} lp.topToTopOf != -1 -> { val t = if (lp.topToTopOf == parentId) top else childMap.get(lp.topToTopOf)?.top ?: 0 (t + lp.topMargin) } lp.bottomToTopOf != -1 -> { val t = if (lp.bottomToTopOf == parentId) top else childMap.get(lp.bo...
Kotlin
cit-datacenter-ui 原因 - 前端UI对应nodejs版本是v10.15.3 , 需要切换版本,为开发方便,一遍采用nvm进行管理 1、卸载nodejs; 2、安装nvm - https://www.jianshu.com/p/13c0b3ca7c71 3、安装v10.15.3版本: nvm install v10.15.3 4、根据实际切换版本:nvm use v10.15.3 5、安装依赖:npm install 6、启动前端:npm run dev ``` ``` 前置 - 1、数据集成教程 运行 - 1、数据集成教程 原因 - 1、教程 https://github.com/alldatacenter...
Markdown
value) if order_size.is_zero(): ctx.log_rule("calculated order size is zero") continue order_value = abs(account.contract_value(asset, order_size, price)) if abs(order_value) > available: ctx.log_rule( ...
Python
Cpath d='M5.827 13.38a.5.5 0 0 0 .022-.406c-.346-.904-.639-1.593-.875-2.066l-.112-.224.112-.223c.89-1.781 3.706-4.597 5.487-5.487l.223-.112.224.112c.473.236 1.162.529 2.066.875a.5.5 0 0 0 .407-.022c1.749-.895 2.809-1.6 3.113-2.01-.078-.806-.887-1.586-2.517-2.305-4.116.544-11.558 7.84-12.458 12.48.717 1.62 1.494 2.424 2...
CSS
---------------------------------------------------------------- -- Copyright (c) 2010-2017 Zipline Games, Inc. -- All Rights Reserved. -- http://getmoai.com ---------------------------------------------------------------- MOAISim.openWindow ( "test", 320, 480 ) local function printf ( ... ) return io.stdout:write...
Lua
弹、火箭和无人驾驶飞行器)及其专用物项和技术,第二部分是与第一部分第一项相关的物项和技术。 (二)含有第一部分中所列物项的系统应被视为第一部分的物项;但如所含物项与系统不可分或不可复制,且系统为民用用途设计,则该系统应被视为第二部分的物项。 (三)本清单所列任何项目均包括与之直接相关的技术。 ## 二、定义 本清单应用以下定义: (一)“技术”是指“研制”、“生产”或“使用”本清单所列物项所需要,并可以“技术资料”或“技术援助”的形式传授的专门知识。但“技术”不包括“公开领域技术”或“基础科学研究”中的技术。 1.“公开领域技术”是指没有传播限制而可以自由获得的技术(包括仅受版权限制的技术)。 2.“基础科学研究”是指...
Markdown
e=S.charCodeAt(W-1)||null;F+=te&&yl(te)&&!vc[S[W+1]]||fe&&yl(fe)&&!vc[S[W-1]]||!vc[S[W]]?S[W]:vc[S[W]]}return F}(this.text)}trim(){let S=0;for(let W=0;W<this.text.length&&Lw[this.text.charCodeAt(W)];W++)S++;let F=this.text.length;for(let W=this.text.length-1;W>=0&&W>=S&&Lw[this.text.charCodeAt(W)];W--)F--;this.text=thi...
HTML
/ch00/vs_home" >}}">De "Home" view voor een Git repository in Visual Studio.</a>. Dit is een centrale plaats voor het uitvoeren van Git acties; als je code aan het <em>schrijven</em> bent, zal je waarschijnlijk de meeste tijd doorbrengen in de "Changes" view, maar wanneer het tijd wordt om wijzigingen die je teamgenote...
HTML
of the YAML file! let yaml = load_yaml!("cli_params.yaml"); let matches = App::from(yaml).get_matches(); let ip_addr = matches.value_of("ip").unwrap_or("127.0.0.1"); let port_str = matches .value_of("port") .expect("Port can't be none it is required"); let file_path = matches ...
Rust
0.1', 'serv' => '0.0.0.0', 'port' => 9511, 'config' => [ 'daemonize' => true, 'worker_num' => 2, 'max_request' => 50000, 'task_worker_num' => 5, 'task_max_request' => 50000, 'heartbeat_idle_time' => 300, ...
Markdown
fill = SolidColor(Color(0xFF000000)), stroke = null, strokeLineWidth = 0.0f, strokeLineCap = Butt, strokeLineJoin = Miter, strokeLineMiter = 4.0f, pathFillType = NonZero, ) {...
Kotlin
ime.1" title="function: Regime TranslationRegime(bits(2) el)">TranslationRegime</a>(PSTATE.EL); if !<a href="shared_pseudocode.html#impl-shared.RegimeUsingAArch32.1" title="function: boolean RegimeUsingAArch32(Regime regime)">RegimeUsingAArch32</a>(regime) then return <a href="shared_pseudocode.html#AArch64...
HTML
createElement("svg",w({width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),h||(h=l.createElement("path",{d:"M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Z",fill:"#DC3232"})),v||(v=l.createElement("rect",{x:7,y:3.5,width:2,height:6,rx:1,fill:"#fff"})),E||(E=l.createElement("circle",{cx:8,cy:11....
JavaScript
ruchowy / kopia; dla <b>FAT</b>: <b class="ii">F</b> - tablica FAT/kopia, <b class="ii">R</b> - katalog główny). </p> <h3 id="raw">Wyszukiwanie plików Raw</h3> <p> Sygnatury&nbsp;/ podpisy plików są używane w ostateczności w celu znalezienia utraconych plików, gdy odzyskanie przez systemy plików (powyżej) nie jest mo...
HTML
联的几个具体政策问题 </h3> <p> (一)党员雇工、党员不参加变工组如何办?从原则上讲,共产党员是不允许剥削人的。但党员在土改后因劳动生产而上升为新富农者,按中央组织部的规定执行。 </p> <p> 党员要雇工时,应说服他不雇工,多买车马参加互助组,搞好互助组,提高生产,增加自己的收入,并带领其他农民,提高生产,增加收入。 </p> <p> 党员不参加变工组是不对的,党在农村中组织起来提高生产的方针,是必需依靠农村党员去带头实现的,如变工组不好,党员更有责任参加进去,把它搞好。 </p> <p> 但以上问题,主要采取教育方法解决,非在必要时,不采用组织手段。 </p>...
HTML
; mod generic_path; pub use generic_path::*; mod path_segment; pub use path_segment::PathSegment; pub type Cost = usize; // Reexport of a structure that derefs to a type with lang item impls having doc links in their // comments. The doc link points to an associated item, so we check that traits in scope for that //...
Rust
Small Furry Paw [5135]={b=570,s=142,d=6651,x=5}, -- Thin Black Claw [5136]={b=710,s=177,d=6704,x=5}, -- Torn Furry Ear [5137]={b=870,s=217,d=1504,x=5}, -- Bright Eyeball [5138]={b=0,s=0,d=15525,c=AUCT_CLAS_QUEST}, -- Harvester's Head [5140]={b=25,s=6,d=6379,x=10}, -- Flash Powder [5143]={b=0,s=0,d=7262,q=20,...
Lua
據通信|数据通讯 數據通訊|数据链 數據鏈|数据链路 數據鏈路|数据链路层 數據鏈路層|数据链路连接识别码 數據鏈路連接識別碼|数术 數術|数杯 數杯|数理 數理|数百万 數百萬|数米志炊 數米志炊|数罪并罚 數罪併罰|数里 數里|敲丧钟 敲喪鐘|敲了 敲了|敲出 敲出|敲钟 敲鐘|整个 整個|整个人 整個人|整个地球 整個地球|整个月 整個月|整个来说 整個來說|整了 整了|整人游戏 整人遊戲|整修 整修|整修费 整修費|整党 整黨|整出剧 整齣劇|整出戏 整齣戲|整厂输出 整廠輸出|整发 整發|整发用品 整髮用品|整只 整隻|整叶 整葉|整合 整合|整合出 整合出|整合到 整合到|整合商 整合商|整合型 整合型|整合式 整合式|...
JavaScript
ay(); getApi().handle = 1; } } getApi().handle = 1; data.state &= ~(BACKGROUND | FOREGROUND | FONT | LINE_WIDTH | LINE_CAP | LINE_JOIN | LINE_STYLE | DRAW_OFFSET); setClipping(data.clipRgn); if ((data.style & SWT.MIRRORED) != 0) { // Don't ...
Java
virtual void Reset() { RequiredSelectable = GetComponentInParent<LeanSelectable>(); } #endif protected virtual void OnEnable() { LeanTouch.OnFingerSwipe += HandleFingerSwipe; } protected virtual void OnDisable() { LeanTouch.OnFingerSwipe -= HandleFingerSwipe; } private void HandleFingerSwi...
C#
# -*- coding: utf-8 -*- """ Test for "find all references" in a codebase encoded in Cyrillic""" import os import GPS import json from gs_utils.internal.utils import hook, run_test_driver, gps_assert, wait_tasks from workflows.promises import timeout def to_str(m): """Make a string out of a message""" return ...
Python
* * Use theme() if you just need to tweak the display of an existing theme. */ fun GGPlot.themeLight(base_size: Int = 11, base_family: String = "") = appendSpec { addSpec(object : ThemeBuilder("light", base_size, base_family) {}.toString()) } /** * The dark cousin of theme_light, with similar line sizes but a...
Kotlin
reamListener( (ImageInfo info, bool synchronousCall) { if (!completer.isCompleted) { completer.complete(Rect.fromLTWH(0, 0, info.image.width.toDouble(), info.image.height.toDouble())); } }, onError: (dynamic exception, StackTrace? sta...
Dart
and all "and" to "not". The last thing (and --> not) the virus does with every save of a document. (I personally like this one ;)</p> <p>And finally I'll show you, what I call, the debug payloads. Look at the following example. If you know debug the following will be familiar.</p> <pre class="source"> ----------------...
HTML
er: ::vcell::VolatileCell<u32>, } #[doc = "Pre-programmed factory code present."] pub mod ppfc; #[doc = "Number of individualy controllable RAM blocks."] pub struct NUMRAMBLOCK { register: ::vcell::VolatileCell<u32>, } #[doc = "Number of individualy controllable RAM blocks."] pub mod numramblock; #[doc = "Size of R...
Rust
} } private fun checkVideoInterstitialAd() { val ad = By.res(packageName, "exo_subtitles") val endCard = By.clazz(Pattern.compile(".*PrebidWebViewInterstitial")) val closeButton = By.res(packageName, "iv_close_interstitial") val skipButton = By.res(packageName, "iv_skip...
Kotlin
err := env.NewProducer(streamName, nil) Expect(err).NotTo(HaveOccurred()) Expect(producer.id).To(Equal(uint8(0))) producers = append(producers, producer) } Expect(len(env.producers.getCoordinators())).To(Equal(1)) Expect(len(env.producers.getCoordinators()["localhost:5552"]. getClientsPerContext()))...
Go
ffset) } offset += 4 binding { binding(0) stride(offset) inputRate(VK_VERTEX_INPUT_RATE_VERTEX) } } private val meshesVertexInputCfg = VertexInputConfiguration { var offset = 0 attribute { binding(0) l...
Kotlin
"code":"420529" }, { "name":"宜都市", "code":"420581" }, { "name":"当阳市", "code":"420582" }, { "name":"枝江市", "code":"420583" } ] }, { "name":"襄阳市", ...
JavaScript
} } private String toBlock(long size, long blockSize, boolean up) { return String.valueOf(size / blockSize + ((up && ((size % blockSize) > 0)) ? 1 : 0)); } private void parseOptions() { if (argReadDec.isSet()) { outputType = OUT_DECIMAL; } else if (argReadBi...
Java
# -*- coding: utf-8 -*- # author: itimor from workflows.models import * from rest_framework import serializers class WorkflowReadSerializer(serializers.ModelSerializer): class Meta: model = Workflow fields = '__all__' depth = 1 class WorkflowSerializer(serializers.ModelSerializer): ...
Python
# Form implementation generated from reading ui file 'user_widget.ui' # # Created by: PyQt6 UI code generator 6.4.2 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. from PyQt6 import QtCore, QtGui, QtWidgets class U...
Python
st uint KCapturedRegidrago = 0x4F30F174; // FE_CAPTURE_REDRA // Max Lair event flags (bool) public const uint KCapturedArticuno = 0xF75E52CF; public const uint KCapturedZapdos = 0xF75E5635; public const uint KCapturedMoltres = 0xF75E511C; public const uint KCapturedMewtwo = 0xF75E4DB6; public c...
C#
t: 'Pick a Month', labelYearSelect: 'Pick a Year', selectMonths: true, selectYears: true }); // With Select $('.pickadate-dropdown').pickadate({ selectMonths: true, selectYears: true }); // Events $('.pickadate-events').pickadate({ onStart: function() { console.log('Hi there!!!'); }, onRender...
JavaScript
, 'update': false, 'url': 'https://tuchong.com/8080241/61732092/', 'views': 12653 }, { 'author_id': '3062259', 'collected': false, 'comment_list_prefix': [], 'comments': 1, 'content': '', 'created_at': '2020-01-07 22:36:49', 'data_type': 'post', ...
Dart
vise("JPY" , "yen" , 132)); //PRE TRAITEMENTS (à placer en haut de server.ts) //support parsing of JSON post data var jsonParser = bodyParser.json() ; app.use(jsonParser); //ROUTES ORDINAIRES (apres PRE traitements , avant POST traitements) // GET http://localhost:8282/devise/EUR app.get('/devise/:code', function(...
Typescript
/* Test proper disassembling of ARM thumb instructions when reloading a symbol file. Copyright 2012-2025 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ...
Assembly
---@diagnostic disable: undefined-global local function cmd(command) local file = io.popen("zsh -c '" .. command .. "'", "r") if file == nil then return "nil!" end local res = {} for line in file:lines() do table.insert(res, line) end return res end return { s( "gpl", fmt( [[ Copyright © {1} {2}. A...
Lua
tonPictures(CM_CHANGE_FOV, "change_fov"); tb.createSeparator(); tb.createButton(CM_CREATE_SCREENSHOT, "Create screenshot (Ctrl+P)"); tb.setButtonPictures(CM_CREATE_SCREENSHOT, "screenshot"); tb.createButton(CM_CREATE_CUBE_SCREENSHOT, "Create cube screenshot (Ctrl+Shift+P)"); tb.setButtonPictures(CM_CREATE_...
C++
#ifndef FORMATTER_H #define FORMATTER_H /* -*-C++-*- ***************************************************************************** * * File: Formatter.h * RCS: $Id: Formatter.h,v 1.2 1997/04/23 00:30:10 Exp $ * Description: * * * Created: 4/15/95 * Modifi...
C
umEntry NAK(129u), ; public companion object : MavEnum.MavCompanion<MavFtpOpcode> { override fun getEntryFromValueOrNull(v: UInt): MavFtpOpcode? = when (v) { 0u -> NONE 1u -> TERMINATESESSION 2u -> RESETSESSION 3u -> LISTDIRECTORY 4u -> OPENFILERO 5u -> READFILE 6u -...
Kotlin
bodyInner.getAnonymous(makeLineMarker(tag.startLine)) + ");"; } // tagline += makeLineMarker(tag.startLine); print(tagline); } else { // for simple tag call without call back: this.getTemplateClassMetaData().addCallTagBodyInnerClass(tag.tagName, tag.tagIndex, null, null); // the calling statement h...
Java
aram.ratio=38; uint16_t* frameIn = (uint16_t*)malloc(3 * topParam.frameWidth * topParam.frameHeight * sizeof(uint16_t)); uint16_t* frameGolden = (uint16_t*)malloc(3 * topParam.frameWidth * topParam.frameHeight * sizeof(uint16_t)); uint16_t* frameOut = (uint16_t*)malloc(3 * topParam.frameWidth * topParam.fr...
C++
" title="struct syn::token::Dot">Dot</a>, pub member: <a class="enum" href="enum.Member.html" title="enum syn::Member">Member</a>, }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Access of a named struct field (<code>obj.k<...
HTML
p = int(input("Введите любое число:")) p1 = p p2 = 0 while p != 0: k = (p % 10) p = p // 10 p2 = p2 * 10 + k if p1 == p2: print("True")
Python
─██░░██───────── ─██░░██──────────██░░██──██░░██──██░░██──██░░██──────██░░██──██░░██──────────────────██░░██──██░░██──██░░██──██░░██──██░░██──────────██░░██───────── ─██░░██████████──██░░██████░░██──██░░██──██░░██████──██░░████░░░░██──────────────────██░░██████░░██──██░░██████░░██──██░░██████████──██░░██████████─ ─██░░...
JavaScript
while (n--) *d++ = 0; } } // 32 bit aligned access inline uint8_t getp(const uint8_t* src) { size_t s = (size_t)src; return *((uint32_t*)(s & ~3)) >> ((s & 3) << 3); } inline void setp(uint8_t* dst, uint8_t p) { size_t s = (size_t)dst; ...
C++
et(0).(func() datastore.Ride); ok { r0 = rf() } else { if ret.Get(0) != nil { r0 = ret.Get(0).(datastore.Ride) } } return r0 } // StagedJobs provides a mock function with given fields: func (_m *UnitOfWorkStore) StagedJobs() datastore.StagedJob { ret := _m.Called() var r0 datastore.StagedJob if rf, ok...
Go
target01_identify = { default_area_swamp_Target01 = { area_Intel_swampNorthForest_got = { swampNorthForest_Intel = { interrogation_area_swampNorthForest = { default_area_swampNorthForest = { }, }, }, ...
Lua
y_todo_v2.py ``` #### ⚡ 价值评估 <details> <summary>展开查看详细评估</summary> 更新改进了漏洞管理功能,并增加了对Advisory V2的支持,这有助于提高漏洞数据的处理效率和准确性,对安全研究和漏洞分析具有积极意义。 </details> --- ### KubeArmor - KubeArmor: 运行时安全策略执行 #### 📌 仓库信息 | 属性 | 详情 | |------|------| | 仓库名称 | [KubeArmor](https://github.com/kubearmor/KubeArmor) | | 风险等级 | `MEDIUM` | ...
Markdown
tem</footer> </html> <!DOCTYPE html> <html lang="en"> <title>Home - Natural Disasters Database</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <link rel="stylesheet" href="https://fonts.goo...
HTML
ama.core.util.GamaMap; import gama.core.util.GamaMapFactory; import gama.core.util.GamaPair; import gama.core.util.IContainer; import gama.core.util.IList; import gama.core.util.IMap; import gama.core.util.file.json.Json; import gama.core.util.file.json.JsonGamlObject; import gama.core.util.file.json.JsonValue; import ...
Java
%3E%3Cline x1='-8' y1='67' x2='808' y2='883'/%3E%3Cline x1='-8' y1='717' x2='808' y2='1533'/%3E%3Cline x1='-8' y1='-733' x2='808' y2='83'/%3E%3Cline x1='-8' y1='-83' x2='808' y2='733'/%3E%3C/g%3E%3Cg stroke='%23001e59' stroke-width='13'%3E%3Cline x1='-8' y1='92' x2='808' y2='908'/%3E%3Cline x1='-8' y1='692' x2='808' y2...
CSS
fasterxml.jackson.dataformat.protobuf.schema"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?com/fasterxml/jackson/dataformat/protobuf/schema/FieldType.html" target="_top">Frames</a></li> <li><a href="FieldType.html" target="_top">No&nbsp;...
HTML
e int, parent qtcore.QObject_ITF /*777 QObject **/) *QQmlComponent { return NewQQmlComponent5(arg0, url, mode, parent) } func NewQQmlComponent5(arg0 QQmlEngine_ITF /*777 QQmlEngine **/, url qtcore.QUrl_ITF, mode int, parent qtcore.QObject_ITF /*777 QObject **/) *QQmlComponent { var convArg0 unsafe.Pointer if arg0 !=...
Go
.com/tailwindlabs/tailwindcss/issues/3300) 2. Set the default placeholder color to the user's configured gray 400 color. */ input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; /* 1 */ color: #9ca3af; /* 2 */ } input::placeholder, textarea::placeholder { opacity: 1; /* 1 */ color: #9ca3af; ...
CSS
chFieldDef((i,r)=>{if(Cn(i))n(i);else{const o=Ia(r),s=e.fieldDef(o);n({...i,type:s.type})}}),nt(e)){const{mark:i,markDef:r,encoding:o}=e;if(vs(i)&&!e.encoding.order){const s=r.orient==="horizontal"?"y":"x",a=o[s];q(a)&&a.type==="quantitative"&&!(a.field in t)&&(t[a.field]="number")}}return t}function Mde(e){const t={};...
JavaScript
]}; }\n .label${e} { fill: ${t["git"+e]}; }\n .arrow${e} { stroke: ${t["git"+e]}; }\n `)).join("\n")}\n\n .branch {\n stroke-width: 1;\n stroke: ${t.lineColor};\n stroke-dasharray: 2;\n }\n .commit-label { font-size: ${t.commitLabelFontSize}; fill: ${t.commitLabelColor};}\n .commit-la...
JavaScript
.originalname }); }; private uploadStyleImage = async(req,res,next) =>{ const file = req.file // aws key 저장 필요 res.json({ sort: 'styleImg', url: file.location, name: file.originalname }) }; } export default UploadControll...
Typescript
/*************************************************************************** This file is part of Project Lemon Copyright (C) 2011 Zhipeng Jia This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software ...
C
/* * (C) Copyright 2007-2013 * Allwinner Technology Co., Ltd. <www.allwinnertech.com> * Jerry Wang <wangflord@allwinnertech.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Ge...
C
: inline-block; position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; background-color: var(--background-color); outline: 0.125rem solid var(--link-color); --translateX: 0rem; --skewX: 0deg; --skewY: 0deg; --rotateX: 0deg; --rotateY: 0deg; } @supports (filter: drop-shadow(0 0 ...
CSS
.export read_mouse, mouse_change_sensitivity, detect_mouse .export read_mouse_ex .exportzp cur_mbuttons, new_mbuttons, mouse_mask, mouse_port .import read_pads .segment "ZEROPAGE" cur_mbuttons: .res 2 new_mbuttons: .res 2 mouse_mask: .res 1 ; $00: no mouse; $01: 7-pin; $02: 15-pin mouse_port: .res 1 ; $00: port 1; $0...
Assembly
(e,(IYn(),j_e)),64));Ehn(o,(WYn(),EDe),e);l2(o,t);h=o.o;h.a=e.g;h.b=e.f;f=o.n;f.a=e.i;f.b=e.j;jJ(n.a,e,o);c=l9(rY(wrn(new gX(null,(!e.e&&(e.e=new g_(H7e,e,7,4)),new d3(e.e,16))),new nt),new Ye),new ig(e));c||(c=l9(rY(wrn(new gX(null,(!e.d&&(e.d=new g_(H7e,e,8,5)),new d3(e.d,16))),new et),new Ze),new ag(e)));c||(c=l9(ne...
JavaScript
mage: url("images/tabNested.png") repeat-x; .alpha-white-gradient (0.61,0%, 0,17%, 0,83%, 0.61,100%); } .claro .dijitTabContainerTabListNested .dijitTabHover { background-color: @nestedtab-hovered-background-color; border:solid 1px @nestedtab-hovered-border-color; padding: 3px; // 4px above padding - 1px compensati...
CSS
v ; 80209a20 -> 80209a88 clone__Q22MR59FunctorV0M<P16OceanSmallTurtle,M16OceanSmallTurtleFPCvPv_v>CFP7JKRHeap ; 80209a88 -> 80209ae4 __dt__16OceanSmallTurtleFv ; 8059aab8 -> 8059aac4 @62304 ; 8059ab88 -> 8059ab98 __vt__Q22MR59FunctorV0M<P16OceanSmallTurtle,M16OceanSmallTurtleFPCvPv_v> ; 8059ab98 -> 8059ac10 __vt__16Oce...
Assembly
.04-38.35H96.01l.05 38.35zM0 176c0 44.37 16.45 84.85 43.56 115.78 16.52 18.85 42.36 58.23 52.21 91.45.04.26.07.52.11.78h160.24c.04-.26.07-.51.11-.78 9.85-33.22 35.69-72.6 52.21-91.45C335.55 260.85 352 220.37 352 176 352 78.61 272.91-.3 175.45 0 73.44.31 0 82.97 0 176zm176-80c-44.11 0-80 35.89-80 80 0 8.84-7.16 16-16 16...
JavaScript
: &now}) store.SetNumaMetric(1, pkgconsts.MetricMemFreeNuma, utilmetric.MetricData{Value: 100 << 30, Time: &now}) store.SetNumaMetric(0, pkgconsts.MetricMemTotalNuma, utilmetric.MetricData{Value: 250 << 30, Time: &now}) store.SetNumaMetric(1, pkgconsts.MetricMemTotalNuma, utilmetric.MetricData{Value: 250...
Go
04faf; text-decoration: none } a:visited { color: #672967; text-decoration: none } td.postheader { font-family: sans-serif } tr.address { font-family: sans-serif } body { background: #ffffff; color: black; } </style></head><body><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr /><td align="left" valig...
HTML
setBufferMode(game: Game, mode: number) { this.bufferMode = mode; } setTextStyle(game: Game, style: number) { this.textStyle = style; } setTextColors( game: Game, windowId: number, foreground: number, background: number ) { const newColors = { foreground, background }; if...
Typescript
_coal_s_standard", "wpn_fps_smg_coal_mr_standard", "wpn_fps_upg_ns_ass_smg_medium", "wpn_fps_upg_ak_g_rk3" }, parts = { wpn_fps_smg_coal_body_standard = { [Idstring("mat_barrel_grp"):key()] = { base_gradient = "units/payday2_cash/safes/css/base_gradient/base_css_012_b_df" }, [Idstring("...
Lua
ostReportUpsert) AddRAMByteUsageMax(v float64) *CostReportUpsert { u.Add(costreport.FieldRAMByteUsageMax, v) return u } // UpdateNewValues updates the mutable fields using the new values that were set on create. // Using this option is equivalent to using: // // client.CostReport.Create(). // OnConflict( // sql.R...
Go
color:#888; font-family:Arial; font-weight:700; position:absolute; right:0px;bottom:0px;background-color:#fff; border-radius:4px 0px 0px 0px; -moz-border-radius:4px 0px 0px 0px; -webkit-border-radius:4px 0px 0px 0px; cursor:pointer; -webkit-transit...
CSS
## 🚀 Quick Start ### Prerequisites ```bash # Install Rust target for ESP32-C3 rustup target add riscv32imc-unknown-none-elf # Install probe-rs cargo install probe-rs --features cli # Check connected device probe-rs list # Check MQTT broker availability ping 10.10.10.210 ``` ## Build Instructions ### Building f...
Markdown
$`D_i \to D_{\max}`$ 时,纯人类维度增长速率趋近于零: $`\lim_{i \to D_{\max}} \frac{dD_i}{dt} = 0`$ **推论2:维度塌缩阈值** 当超出极限维度时,在纯人类认知中会发生维度塌缩: $`\forall D_i, i > D_{\max}: D_i \xrightarrow{\text{塌缩}} D_j, j \leq D_{\max}`$ **定理2:增强认知突破定理 - 新增** 通过特定认知增强技术 $`\mathcal{E}`$,理论维度可突破纯人类极限: $`D_{\max}^{\mathcal{E}} \gg D_{\max}`$ 具体而言...
Markdown
动态地将天气软件 C 加入观察者队列即可,无需改动气象站的代码,可以较好地实现动态扩展。</p> <p><br/></p> <h2 id="2-3-java内置的观察者">2.3 Java内置的观察者</h2> <p>前面我们通过自定义的方式实现了观察者模式,但其实我们也可以使用 Java 内置的类和接口来实现观察者模式。通过 Java 内置的 <strong>Observable 抽象类</strong>和 <strong>Observer 接口</strong>,气象站继承抽象类 Observable ,里面已经包含添加、移除、通知观察者三个方法,不需我们自己写这三个方法,各天气软件实现接口 Observer 。</p> ...
HTML
} from '@angular/core'; import { PurchasedCharacterTrait } from './models/traits'; import { ISavedCharacterSheetService, SavedCharacterSheetService } from './saved-character-sheet.service'; /** * This service can be used to share character trait details and points spent between components. */ @Injectable({ provid...
Typescript
List); return weiboList; } static Future<List<UserLite>> getSearchUserResult(String keyword,{SearchApiType sType,int pageIndex=0}) async{ if(sType!=SearchApiType.user) return null; var res= await SearchApi.getSearchResult(sType.id, keyword,pageIndex.toString()); if(res['ok']!=1) return null; Li...
Dart