content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
#[serde_as]
#[derive(Serialize)]
pub struct HistoryResponse {
#[serde_as(as = "DisplayFromStr")]
pub status: ResponseStatus,
pub data: Arc<ClientFindByIdHistoryDataset>,
}
#[serde_as]
#[derive(Serialize)]
pub struct HistoryResponseSlim<'a> {
#[serde_as(as = "DisplayFromStr")]
pub status: ResponseSt... | Rust |
rray<DistinctValueHolder> transactionalArray =
new TransactionalComplexObjArray<>(
testState.initialArray(),
DistinctValueHolder::combineWith,
DistinctValueHolder::subtract,
DistinctValueHolder::isEmpty,
DistinctValueHolder::equals
);
final AtomicReference<DistinctValueHolder... | Java |
002F ÷ # × [0.3] ACUTE ACCENT (BB) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) × [13.02] SOLIDUS (SY) ÷ [0.3]
× 00B4 × 2060 ÷ # × [0.3] ACUTE ACCENT (BB) × [11.01] WORD JOINER (WJ) ÷ [0.3]
× 00B4 × 0020 × 2060 ÷ # × [0.3] ACUTE ACCENT (BB) × [7.01] SPACE (SP) × [11.01] WORD JOINER (WJ) ÷ [0.3]
× 00B4 ×... | Dart |
macro::TokenStream;
mod add_field;
use add_field::*;
use syn::{
parse_macro_input,
};
use quote::quote;
#[proc_macro_attribute]
pub fn add_field(args: TokenStream, input: TokenStream) -> TokenStream {
let mut item_struct = parse_macro_input!(input as syn::ItemStruct);
let arg = parse_macro_input!(args as A... | Rust |
T0 Status"]
pub status: crate::Reg<status::STATUS_SPEC>,
}
impl RegisterBlock {
#[doc = "0x40 - ESC Reset ECAT \\[READ Mode\\]"]
#[inline(always)]
pub fn readmode_esc_reset_ecat(&self) -> &crate::Reg<readmode_esc_reset_ecat::READMODE_ESC_RESET_ECAT_SPEC> {
unsafe { &*(((self as *const Self) as *... | Rust |
tem.product.cpu.abilist64=arm64-v8a
ro.system.build.date=Tue Aug 20 06:04:47 UTC 2024
ro.system.build.date.utc=1724133887
ro.system.build.fingerprint=Android/missi_phone_cn_only64/missi:14/UKQ1.231003.002/V816.0.21.0.UNACNXM:user/release-keys
ro.system.build.id=UKQ1.23100... | Kotlin |
00 bytes
// ntoskrnl.exe .text:0x5be61c, 0x1fe000 bytes
//
_m2(sdk::unknown_ptr) convert_progress_to_string;
// [BcpCursor]
// Ldr = [ntoskrnl.exe, hal.dll]
// => Windows 10 v1607, Windows 10 v2004, Windows 11, Windows 10 v20H2
// ntoskrnl.exe .data:0x359298, 0x32828 bytes
// ntoskr... | C++ |
s abfr {
to { }
to { }
to { }
12.5% { }
}
@keyframes abfs {
to { }
to { }
to { }
75% { }
}
@keyframes abft {
to { }
to { }
to { }
}
@keyframes abfu {
to { }
to { }
12.5% { }
from { }
from { }
}
@keyframes abfv {
to { }
to { }
12.5% { }
from { }
to { }
}
@keyframes abfw {
... | CSS |
ctor</a> f, HasField s "debugTensorWatchOpts" a) => LensLike' f s a <a href="src/Proto.Tensorflow.Core.Protobuf.Debug_Fields.html#debugTensorWatchOpts" class="link">Source</a> <a href="#v:debugTensorWatchOpts" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:debugUrls" class="def">d... | HTML |
if (djangoGettextNoop) {
return djangoGettextNoop(text);
}
return text;
}
/**
* The pluralIdx function works in a similar way to the pluralize template filter,
* determining if a given count should use a plural form of a word or not.
*
* https://docs.djangoproject.com/en/stable/topics/i18n/translation... | Typescript |
/// assert!(a.is_ascii_alphanumeric());
/// assert!(g.is_ascii_alphanumeric());
/// assert!(zero.is_ascii_alphanumeric());
/// assert!(!percent.is_ascii_alphanumeric());
/// assert!(!space.is_ascii_alphanumeric());
/// assert!(!lf.is_ascii_alphanumeric());
/// assert!(!esc.is_ascii_alphanume... | Rust |
(getting and setting values) will read this key's value.
*
* @param {string} [mapName="unknown_map"]
* @memberof LocalStorageHelper
*/
setKeyName(mapName = "unknown_map") {
this.mapName = `map_options_${mapName}`;
}
// Helper that "translates" the dot notation into a getter from a nested object.... | JavaScript |
return &PermissionCache{
cache: cache,
maxCacheSize: maxCacheSize,
cacheTTL: 30 * time.Minute, // 缓存时间
Log: wklog.NewWKLog("PermissionCache"),
}
}
// GetDenylistExists 获取黑名单存在状态
func (c *PermissionCache) GetDenylistExists(channelId string, channelType uint8, uid string) (bool, bool) {
key... | Go |
ith s", "Name_ending_with_"), InlineData("Name with no s at end", "Name_with_no_s_at_end")]
public void Sanitizes_name_with_singularizer(string input, string output)
{
var pluralizer = new HumanizerPluralizer();
Assert.Equal(output, new CSharpNamer<string>(s => s, new CSharpUtilities(), pluraliz... | C# |
Pair, p256::P256KeyPair};
impl FromPrior {
/// Unpacks a plaintext value from a signed `from_prior` JWT.
/// https://identity.foundation/didcomm-messaging/spec/#did-rotation
///
/// # Parameters
/// - `from_prior_jwt` signed `from_prior` JWT.
/// - `did_resolver` instance of `DIDResolver` to re... | Rust |
cpu_sa110_do_idle(type)
*
* Cause the processor to idle
*
* type: call type:
* 0 = slow idle
* 1 = fast idle
* 2 = switch to slow processor clock
* 3 = switch to fast processor clock
*/
.align 5
ENTRY(cpu_sa110_do_idle)
mcr p15, 0, ip, c15, c2, 2 @ disable clock switching
ldr r1, =UNCACHEABLE_ADD... | Assembly |
0 +no_defs ");
proj4.defs("EPSG:4154", "+proj=longlat +ellps=intl +no_defs ");
proj4.defs("EPSG:4155", "+proj=longlat +a=6378249.2 +b=6356515 +towgs84=-83,37,124,0,0,0,0 +no_defs ");
proj4.defs("EPSG:4156", "+proj=longlat +ellps=bessel +no_defs ");
proj4.defs("EPSG:4157", "+proj=longlat +a=6378293.645208759 +b=6356617.... | JavaScript |
HintEnumMap[this]!;
}
}
/// The screen sharing scenario.
@JsonEnum(alwaysCreate: true)
enum ScreenScenarioType {
/// 1: (Default) Document. This scenario prioritizes the video quality of screen sharing and reduces the latency of the shared video for the receiver. If you share documents, slides, and tables, you can... | Dart |
=> clearField(8);
@$pb.TagNumber(9)
Image get avatarThumb => $_getN(8);
@$pb.TagNumber(9)
set avatarThumb(Image v) {
setField(9, v);
}
@$pb.TagNumber(9)
$core.bool hasAvatarThumb() => $_has(8);
@$pb.TagNumber(9)
void clearAvatarThumb() => clearField(9);
@$pb.TagNumber(9)
Image ensureAvatarT... | Dart |
ade <Druid of the Claw>",
[467]="Kersok Prond <Tradesman>",
[468]="Khara Deepwater <Fishing Supplies>",
[469]="Khardan Proudblade <Weaponsmith>",
[470]="Kharedon <Light Armor Merchant>",
[472]="Kiknikle <Stylish Clothier>",
[473]="Kil'hala <Journeyman Tailor>",
[474]="Killian Sanatha <Fisherman>",
[475]="Kilxx ... | Lua |
e4921d72ecd2d163',1,'HP.HPTRIM.SDK.ObjectDefList.ObjectDefList(int capacity)']]],
['objectdeflistenumerator',['ObjectDefListEnumerator',['../class_h_p_1_1_h_p_t_r_i_m_1_1_s_d_k_1_1_object_def_list_1_1_object_def_list_enumerator.html#adc4dcb88c625e7149fa61e00f0e33b12',1,'HP::HPTRIM::SDK::ObjectDefList::ObjectDefListEn... | JavaScript |
2-2v-8a2 2 0 0 0-2-2h-1V7c0-2.757-2.243-5-5-5zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7zm4 10.723V20h-2v-2.277a1.993 1.993 0 0 1 .567-3.677A2.001 2.001 0 0 1 14 16a1.99 1.99 0 0 1-1 1.723z"/>',
},
'lock-alt': {
body: '<path fill="currentColor" d="M20 12c0-1.103-.897-2-2-2h-1V7c0-2.757-2.243-5-5-5S7 4.24... | JavaScript |
cfg.Execution.EnvironmentId,
OrgID: cfg.Execution.OrganizationId,
Agent: config.ProContextAgent{
ID: cfg.Worker.Connection.AgentID,
Name: cfg.Worker.Connection.AgentID,
Environments: []config.ProContextAgentEnvironment{
{
ID: cfg.Execution.EnvironmentId,
Slug: cfg.Execut... | Go |
generator (torch.Generator): pseudo random number generator used for
stochastic rounding.
Returns:
torch.Tensor: list of dataset indices to use in one epoch. Each index
is repeated based on its calculated repeat factor.
"""
# Since repeat factors are... | Python |
et val = match NonZeroU32::new(result) {
None => Ok(transferred),
Some(err) => Err(err),
};
(*self.0.get()).as_mut_ptr().write(val)
}
/// # Safety
/// This must be the only active reference to the result and it must have been previously set
pub(crate) unsafe fn g... | Rust |
UI->ProgressStart(1+m_Source->SMotionCount(),"..Export skeleton motions keys");
pb->Inc ();
#endif
// mem active motion
CSMotion* active_motion=m_Source->ResetSAnimation();
// Motions
F.open_chunk (OGF_S_MOTIONS);
F.open_chunk (0);
F.w_u32 (m_Source->SMotionCount());
F.close_chunk ();
int smot ... | C++ |
editEventNotifier.value = selectedEvents.first;
});
inputText.value = sendController.text = editEventNotifier.value!
.getDisplayEvent(timeline!)
.calcLocalizedBodyFallback(
MatrixLocals(L10n.of(context)!),
withSenderNamePrefix: false,
hideReply: true,
... | Dart |
y
{
get => (bool)GetValue(AutoPlayProperty);
set => SetValue(AutoPlayProperty, value);
}
/// <summary>
/// Gets or sets a value indicating whether <see cref="windows.UI.Xaml.Controls.MediaPlayerElement.AreTransportControlsEnabled"/>
/// </summary>
... | C# |
ding":"1","show_fading":"1","custom":"0"};
var ratings_mouseover_image=new Image();ratings_mouseover_image.src="/wp-content/plugins/wp-postratings/images/stars_crystal/rating_over.gif";;
/* ]]> */
</script>
<script type="bfc08b36801d568dce6ca82b-text/javascript" src="/wp-content/plugins/wp-postratings/js/postratings-js... | HTML |
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 License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the s... | Kotlin |
¹</a> <a id="11600" class="Symbol">{</a> <a id="11602" href="Agda.Builtin.Int.html#291" class="InductiveConstructor Operator">-[1+</a> <a id="11607" href="Data.Integer.Properties.html#11607" class="Bound">n</a> <a id="11609" href="Agda.Builtin.Int.html#291" class="InductiveConstructor Operator">]</a><a id="11610" class... | HTML |
= "around" },
})
vim.fn["ddc#custom#patch_filetype"]({ "ps1", "dosbatch", "autohotkey", "registry" }, {
sourceOptions = {
-- file = {
-- forceCompletionPattern = [[\S\\\S*]],
-- },
},
sourceParams = {
-- file = {
-- mode = "win32",
-- },
},
})
-- ddc_custom_patch_global("sourcePar... | Lua |
d == 3 || body_body_id == 4) {
EXPECT_TRUE(op2.isa<paddle::dialect::AssignOut_Op>());
}
if (body_body_id == 5) {
EXPECT_TRUE(op2.isa<pir::YieldOp>());
}
body_body_id++;
}
}
if (body_id == 4) {
EXPECT_TRUE(op1... | C++ |
A, U+9541, U+9640, U+9672, U+968B, U+9992,
U+9A79, U+9A85, U+9CBB, U+9CD7, U+9CDE, U+9E93, U+9F9F;
}
@font-face {
font-family: 'AaKaiSong';
src:
local('AaKaiSong'),
url('./b8511c32f72bf063d5563fbb3582b63e.woff2') format('woff2');
font-style: normal;
font-display: swap;
font-weight: 400;
unicode-... | CSS |
.14],
"瑞安": [120.62, 27.8],
"文成": [120.08, 27.08],
"苍南": [120.36, 27.53],
"湖州": [120.1, 30.86],
"平湖": [121.02, 30.7],
"桐乡": [120.54, 30.64],
"安吉": [119.68, 30.68],
"嘉善": [120.92, 30.84],
"嘉兴": [120.76, 30.77],
"海盐": [120.92, 30.53],
"海宁": [120.69, 30.53],
"德清": [120.08, 30.54],
"长兴": [119.91, 30.01],
"定海"... | JavaScript |
/*
OWFS -- One-Wire filesystem
OWHTTPD -- One-Wire Web Server
Written 2003 Paul H Alfille
email: paul.alfille@gmail.com
Released under the GPL
See the header file: ow.h for full attribution
1wire/iButton system from Dallas Semiconductor
*/
#include <config.h>
#include "owfs_config.h"
#inclu... | C |
, 0.0658, 0.1535],
[ 0.4735, 0.0658, 0.1535]],
[[ 0.7069, 0.7661, 0.6417],
[ 0.7069, 0.7661, 0.6417],
[ 0.7069, 0.7661, 0.6417]]],
[[[-0.6007, -0.0474, 0.3868],
[-0.6007, -0.0474, 0.3868],
[-0.6007, -0.0474, 0.3868]],
[[ 0.4735... | Markdown |
: rgb(102, 102, 0) none 0px; padding: 0px; text-decoration: initial; word-wrap: break-word;">}</font><br>
<font color="#66660" style="border: 0px none rgb(102, 102, 0); color: rgb(102, 102, 0); display: inline; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: 21px; font-famil... | HTML |
p.ebaystatic.com/aw/pics/cmp/icn/iconImgNA_32x32.gif"></img></td><td id="t_c_vv4-54_2" width="11%"><img alt="" id="t_ivv4-54_2" src="http://p.ebaystatic.com/aw/pics/cmp/icn/iconImgNA_32x32.gif"></img></td><td id="t_c_vv4-54_3" width="11%"><img alt="" id="t_ivv4-54_3" src="http://p.ebaystatic.com/aw/pics/cmp/icn/iconImg... | HTML |
162.55006408691406,
-11.25,
},
{
-214.96090698242188,
166.55197143554688,
-11.25,
},
{
-210.59854125976562,
166.24415588378906,
-11.25,
},
{
-210.82264709472656,
174.6413116455078,
-11.25,
},
{
-216.22955322265625,
174.76495361328125,
-11.25,
... | Lua |
usted Role<ul>
<li>A role which qualifies a person to access or modify ISRG PKI systems, infrastructure, and confidential information.</li>
</ul>
</li>
</ul>
<h3 id="1-6-2-acronyms">1.6.2 Acronyms</h3>
<ul>
<li>ACME<ul>
<li>Automated Certificate Management Environment</li>
</ul>
</li>
<li>BRs<ul>
<li>Baseline Requireme... | HTML |
bject_type);
#ifdef PROT_EXEC
setint(dict, "PROT_EXEC", PROT_EXEC);
#endif
#ifdef PROT_READ
setint(dict, "PROT_READ", PROT_READ);
#endif
#ifdef PROT_WRITE
setint(dict, "PROT_WRITE", PROT_WRITE);
#endif
#ifdef MAP_SHARED
setint(dict, "MAP_SHARED", MAP_SHARED);
#endif
#ifdef MAP_PRIVATE
setint(dict, ... | C |
</li>
</ul>
</div>
</div>
<div class="content-text">
<p style="text-align:justify;">E安全8月8日讯 现年44岁的丹布·雷特不是技术加速器的最佳候选人,但他有十年时间在为银行开发网络安全技术。当他听说英国政府通讯总部(GCHQ)正在切尔滕纳姆启动初创企业中心时,他决定接受挑战。</p><p style="text-align:justify;">布雷特去年参加英国政府加速器(Accelerator)计划时表示,他不是年轻、有魄力的创业精英。但随着网络犯罪日益猖狂,加速器计划提供了一个很好的研究途径。布雷... | HTML |
53bbe3"> 188</a></span>  <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> kPartitionsK = ThreadblockShape::kK / WarpShape::kK;</div><div class="line"><a name="l00189"></a><span class="lineno"> 189</span> </div><div class="line"><a name="l00191"></a... | HTML |
********************************
* *
* Fast Apple II Graphics *
* By Andy McFadden *
* Version 0.3, Aug 2015 *
* *
* Point and line functions *
* (Included by FDRAW.S) *
* *
* Developed with Merlin... | Assembly |
[59777] = "Gantelets enchâssés de coquillages",
[59778] = "Bâton-méduse",
[59779] = "Ceinturon d'aileron-noir calcifié",
[59780] = "Jambières polychètes",
[59781] = "Epaulières calanoïdes",
[59782] = "Bague pervenche prismatique",
[59783] = "Garde-épaules de poisson-ange",
[59784] = "Jupe fronderêve",
[59785] = "Liens ... | Lua |
0x0D96;
#[allow(dead_code, non_upper_case_globals)] pub const MAP1_VERTEX_3: types::GLenum = 0x0D97;
#[allow(dead_code, non_upper_case_globals)] pub const MAP1_VERTEX_4: types::GLenum = 0x0D98;
#[allow(dead_code, non_upper_case_globals)] pub const MAP2_COLOR_4: types::GLenum = 0x0DB0;
#[allow(dead_code, non_upper_case... | Rust |
Strangelove<c- p></</c-><c- f>h1</c-><c- p>></c->
<c- p><</c-><c- f>p</c-><c- p>></c->Or: How I Learned to Stop Worrying and Love the Bomb<c- p></</c-><c- f>p</c-><c- p>></c->
<c- p></</c-><c- f>hgroup</c-><c- p>></c-></code></pre>
</div>
<h4 id="the-header-element"><span class="secno">4.3.8</span> <d... | HTML |
есите си';
@override
String get knowledge250Sbpractices250Sb3250Sbtext => '<p>Горещи и студени портфейли са често срещана терминология в пространството на криптовалутите и концепцията е наистина много лесна. Горещият портфейл е този който вадите и използвате често. „Горещ“ е от задния ви джоб. Студените портфейли ... | Dart |
2)
throw new SipException(
"Response code is not a 1xx response - should be in the range 101 to 199 ");
/*
* Do a little checking on the outgoing response.
*/
if (sipResponse.getToTag() == null) {
throw new SipException(
... | Java |
# 40
'''livros=[["Comer, rezar e amar", "Elizabeht gilbert", "Disponivel"], ["Mil dias na Toscana", "Madalena de Blasi", "Disponivel"], ["50 tons de cinza", "E.L Jmaes", "Disponivel"]]
while True:
usuario=input("Digite seu primeiro Nome: ")
print(f'Olá, {usuario}')
print("Opções da Biblioteca")
print(... | Python |
et("/")
.with_request_header("forwarded", "for=192.0.2.60;proto=https;host=example.com")
.with_peer_ip("10.10.10.10".parse().unwrap())
.on(&app),
"true Some(192.0.2.60) Some(\"example.com\")"
);
assert_ok!(
get("/")
.with_request_header("forwarded... | Rust |
`Store`
*/
class CaptureActionsMiddleware<S : State, A : Action> : Middleware<S, A> {
private val capturedActions = mutableListOf<A>()
@Synchronized
override fun invoke(context: MiddlewareContext<S, A>, next: (A) -> Unit, action: A) {
capturedActions.add(action)
next(action)
}
/**... | Kotlin |
/////////
// 要素アクセス
////////////////////////////////////////////////////////////////////////////////
impl<O: Ops, Idx: SliceIndex<[O::Value], Output = O::Value>> Index<Idx> for Segtree<O> {
type Output = O::Value;
fn index(&self, index: Idx) -> &Self::Output {
&self.as_slice()[index]
}
}
/// [`Segtr... | Rust |
:setLifeVar(1)
--emits per frame
pParticleSystem:setEmissionRate(pParticleSystem:getTotalParticles() / pParticleSystem:getLife())
--color of particles
pParticleSystem:setStartColor(ccc4f(0.5, 0.5, 0.5, 1.0))
pParticleSystem:setStartColorVar( ccc4f(0.5, 0.5, 0.5, 1.0))
... | Lua |
er += 4, mask += 4)
{
*((uInt32*)myFramePointer) = (myPF & *mask) ? myCOLUPF : myCOLUBK;
}
break;
} */ break;
// Playfield is enabled and the score bit is set
case myPFBit | ScoreBit:
case myPFBit | ScoreBit | PriorityBit:
/* @strip {
uInt32* mask... | C++ |
-- icons line up with jobs b/c we iterate through the same list as above
for i,nJob in pairs(Character.tJobs) do
local nAff = self.rCitizen:getJobAffinity(nJob)
local sIcon,tColor = self.rCitizen:getAffinityIconAndColor(nAff)
self:setTemplateUITexture('Job'..i..'Aff', sIcon, 'UI/Emotico... | Lua |
DOGS OF WAR !), UN HELICOPTERE (BON, ARRETEZ LA LISTE EST TROP LONGUE !)... BON SALUT A NAZGUL, MAJOR, STIX, FRODON (MOI !)"
DC.B " VYPER, NUCLEAR, ERNEST, MEGABLAST, SNOOKER, TGN, STAR, MAVERICK, MC BEST (POUR AINSI DIRE LE TEXTE EST FINIE ET LA ZUUL COMPIL DEMO 3 AUSSI ! IL MANQUE UNE DEMO DE MAJOR, STIX, NA... | Assembly |
PedDeleteWeaponInventorySnapshot(gPlayer)
CameraSetWidescreen(true)
AreaClearAllPeds()
CameraLookAtXYZ(113.09775, -513.05524, 4.421984, true)
CameraSetXYZ(111.42491, -513.4068, 4.782094, 113.09775, -513.05524, 4.421984)
CameraFade(-1, 1)
F_PlaySpeechAndWait(edgar, "M_5_B"... | Lua |
towc+0x7c>
43d4d8: d0000300 adrp x0, 49f000 <__sys_errlist_internal+0x320>
43d4dc: f9408c00 ldr x0, [x0, #280]
43d4e0: ca0002d6 eor x22, x22, x0
43d4e4: f94006a0 ldr x0, [x21, #8]
43d4e8: f10002df cmp x22, #0x0
43d4ec: 12001e73 and w19, w19, #0xff
43d4f0: fa411800 ccmp x0, #0x1, #0x0, ne // ne = a... | Assembly |
2, 4}, []string{"v1beta1", "projects", "locations", "parent", "operations"}, ""))
pattern_ClusterManager_ListOperations_1 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 1, 0, 4, 1, 5, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"v1beta1", "projects", "project_id", "zones", "zone", "operations"}, ""))
... | Go |
I know it's saying, "Rachel!"</p>
<p><b>Ross:</b> Doesn't sound as crazy as paying a thousand dollars for a cat.</p>
<p><b>Monica:</b> (To Rachel) What?! You paid a thousand dollars for a cat when you owe me
300!!</p>
<p><b>Rachel:</b> Well, I was gonna let you play with it.</p>
<p>[Scene: Central Perk, ... | HTML |
)
for (item in f9.entries)
{
sb.append(if (first) "" else ",").append("\"").append(item.key).append("\"")
sb.append("->")
sb.append(item.value)
first = false
}
sb.append("}]")
}
@Suppress("Con... | Kotlin |
</div>
我是标准div元素内容
</div>
<div style="width:100px;border:1px solid blue;">
<div style="width:50px;height:150px;border:1px solid red;float:right">
我是悬浮元素
</div>
我是标准div元素内容
</div>
<div style="clear:both;"></div>
**如何修复?**
可以通过clearfix样式来修复:
<style>
.clearfix {
overflow: auto;
zoom: 1... | Markdown |
olor: Colors.red,
width: 150,
height: 50,
),
Container(
color: Colors.yellow,
width: 200,
height: 50,
),
Container(
color: Colors.blue,
width: 300,
height: 50,
),
Container(
color: C... | Dart |
rom, CloneContext context)
=> this.CopyFromBase(copyFrom, context);
/// <inheritdoc/>
public virtual void CopyFrom(ManualMixerTransition<TMixer> copyFrom, CloneContext context)
{
base.CopyFrom(copyFrom, context);
if (copyFrom == null)
{
... | C# |
xhd3Nvbg== IEVtcGxveWVy IHNhc3M= IGRvd250aW1l IGJyb2tlcmFnZQ== IFJvdGFyeQ== IFdhaGw= V0FSTg== IHNldEFjdGl2ZQ== dGVtcGw= Q2hlZXJz LXNoZWxs Rml0bmVzcw== IHF1aWw= IGNsZWFuZXJz IOeb IE1pbGFubw== LWFzc29jaWF0ZWQ= fX19LAo= UEZO IG9uUGFnZQ== X3N0cmVhbXM= IHNjdWxwdHVyZXM= IG5haWxlZA== PXNj 6aaW6aG1 0LjQvNCy Y29ubmV4aW9u Sk9C I... | JavaScript |
N)
return true;
assert(Res.getValueType() == N->getValueType(0) && N->getNumValues() == 1 &&
"Invalid operand expansion");
ReplaceValueWith(SDValue(N, 0), Res);
return false;
}
/// PromoteSetCCOperands - Promote the operands of a comparison. This code is
/// shared among BR_CC, SELECT_CC, and SE... | C++ |
c3d & v2);
///
friend inline Vec3d operator- (const Point3d & p1, const Point3d & p2);
///
friend inline Point3d operator- (const Point3d & p1, const Vec3d & v);
///
friend inline Point3d operator+ (const Point3d & p1, const Vec3d & v);
///
friend inline Vec3d operator- (const Vec3d & p... | C++ |
": "public",
"renoteCount": 3,
"repliesCount": 0,
"reactions": {
"🍛": 17,
"👍": 4,
"😋": 1,
":blobcatdroolreach@.:": 1
},
"emojis": [
{
"name": "blobcatdroolreach@.",
"url": "https://s3.a... | Kotlin |
ion handler*/
Temp3[31:0] <- Temp1[95:64] + Temp1[127:96]; // update SIMD exception flags
/* if unmasked exception reported, execute exception handler*/
Temp4[31:0] <- Temp2[31:0] + Temp3[31:0]; // update SIMD exception flags
/* if unmasked exception reported, execute exception handler*/
IF (imm8[0] = 1)
THEN DEST[31... | Go |
4]
sub r1, r1, #0x1
str r1, [r0, #0x4]
.arm
branch_20a22fc: @ 20a22fc :arm
mov r0, r12
bx lr
@ 0x20a2304
.arm
Function_20a2304: @ 20a2304 :arm
ldr r2, [r0]
cmp r2, #0x0
bne branch_20a232c
str r1, [r0]
str r1, [r0, #0x8]
mov r2, #0x0
str r2, [r1]
ldr r2, [r1]... | Assembly |
# 2024-12-01T23:13:25.179679
import vitis
#PATH = "/home/andrew/Desktop/snn-soc"
#PATH = "/Users/andrew/Desktop/snn-fpga"
PATH = "$SOURCE"
#print(PATH + "/vitis/ws")
client = vitis.create_client()
client.update_workspace(path=PATH+"/vitis/ws")
client.set_workspace(path=PATH+"/vitis/ws")
platform = client.create_plat... | Python |
SHA1 | `A7012E9B792CD529BC9F31521762299CF0DEE831`
SHA256 | `CCF5768E6A6E2D9C263DA61344D5348828B81DED7BD5135BF2B0C3A94BF7505A`
SHA384 | `FD6B9A0347E2C982716533987EC0202268C4C43A16A7CAC75ECE0B3DCDE827CD86CCD57B3DD5DDAC00E7FE75935B0F52`
SHA512 | `A82B2E1EB3029D38F72D94591BC1785575AEC1D6567F029C446029BABE4620DB1F5C32B9EC21... | Markdown |
U+4f0b-4f0d, U+4f12, U+4f15-4f17, U+4f19, U+4f1c, U+4f2b, U+4f2e, U+4f30-4f31, U+4f33, U+4f35-4f37, U+4f39, U+4f3b, U+4f3e, U+4f40, U+4f42-4f43, U+4f48-4f49, U+4f4b-4f4c, U+4f52, U+4f54, U+4f56;
}
/* [51] */
@font-face {
font-family: 'GenJyuuGothicX';
font-style: normal;
font-weight: 700;
font-display:... | CSS |
b'\xb7' : '*',
b'\xb8' : ',',
b'\xb9' : '1',
b'\xba' : '(th)',
b'\xbb' : '>>',
b'\xbc' : '1/4',
b'\xbd' : '1/2',
b'\xbe' : '3/4',
b'\xbf' : '?',
b'\xc0' : 'A',
b'\xc1' : 'A',
b'\xc2' : 'A',
b'\xc3' : 'A',
b'\xc4' : ... | Python |
// Copyright (c) 2003,2004,2005,2006 INRIA Sophia-Antipolis (France).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// You can redistribute it and/or modify it under the terms of the GNU
// General Public License as published by the Free Software Foundation,
// either version 3 of the License... | C |
.16 16 16 16h48v368c0 8.84 7.16 16 16 16h82.94c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16h197.88c-1.79 5.03-2.94 10.36-2.94 16 0 26.51 21.49 48 48 48s48-21.49 48-48c0-5.64-1.15-10.97-2.94-16H624c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zM480 96V48c0-26.51-21.49-48-... | JavaScript |
派的分歧和斗争却逾演逾烈。
</p>
<p>
红联作为南京八二七中学分会的重要成员,积极参与反对一. 二六夺权的活动。
</p>
<p>
红联曾与南京东郊的炮兵工程学院(文革后改名为南京理工大学)红总派的革反团,在该院进行过一场关于一. 二六夺权的擂台辩论会。红联动用了卡车运送参加辩论会的同学,还有很多同学骑自行车前往炮工。擂台辩论会的意义在于它是经典而又纯粹的“文斗”,在那个黩武的年代,这样的辩论会形式并不多见。
</p>
<p>
三月份的一个星期天下午,红联参加在南大操场举行的反对一. 二六夺权的八. 二七中会分会大会。会议进行中,大会主席宣布,反对一. 二六夺权的华水革联被南师八. 三... | HTML |
× 0308 ÷ 0E01 ÷ # × [0.3] HANGUL SYLLABLE GAG (H3) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] THAI CHARACTER KO KAI (SA_AL) ÷ [0.3]
× AC01 × 0308 × 0020 ÷ 0E01 ÷ # × [0.3] HANGUL SYLLABLE GAG (H3) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] THAI CHARACTER KO KAI (SA_AL) ÷ [0.3]
× AC01 × 3041... | Dart |
smethod
def retrieve(
cls, id: str, **params: Unpack["PaymentMethod.RetrieveParams"]
) -> "PaymentMethod":
"""
Retrieves a PaymentMethod object attached to the StripeAccount. To retrieve a payment method attached to a Customer, you should use [Retrieve a Customer's PaymentMethods](https:... | Python |
: MetaRepository,
@IODispatcher private val ioDispatcher: CoroutineDispatcher
) : GetAnnouncementsUseCase {
override suspend operator fun invoke(
limit: Int,
sinceId: String?,
untilId: String?,
isActive: Boolean
): AnnouncementUiState {
return withContext(ioDispatcher... | Kotlin |
ge"
"github.com/gonutz/w32/v2"
)
// Cursor describes the mouse cursor image. You can use a pre-defined Cursor...
// variable (see below) or create a custom cursor with NewCursorFromImage.
type Cursor struct {
handle w32.HCURSOR
}
var (
// CursorArrow is the standard, default arrow cursor.
CursorArrow = loadCurso... | Go |
ON_RESOURCE_IDENTIFIER_INPAINTING_PYRAMID 33 // same as FFX_FRAMEINTERPOLATION_RESOURCE_IDENTIFIER_INPAINTING_PYRAMID_MIPMAP_0
#define FFX_FRAMEINTERPOLATION_RESOURCE_IDENTIFIER_INPAINTING_PYRAMID_MIPMAP_0 33
#define FFX_FRAMEINTERPOLATION_RESOURCE_IDENTIFIER_INPAINTING_PYRAMI... | C |
{
if (firstpass)
{
firstpass = 0;
bytesread = (unsigned long long) eprocess_ptr->DiskCounters->BytesRead;
byteswrite = (unsigned long long) eprocess_ptr->DiskCounters->BytesWritten;
readcount = eprocess_ptr->DiskCounters->ReadOperationCount;
writecount = eprocess_ptr->DiskCounters->WriteOperationCou... | Markdown |
Matrix<Field>& X )
{
EL_DEBUG_CSE
const Int m = U.Height();
// Make X the negative of the strictly upper triangle of U
X = U;
MakeTrapezoidal( UPPER, X, 1 );
Scale( Field(-1), X );
// Solve multi-shift triangular system
Matrix<Field> shifts, scales;
GetDiagonal( U, shifts );
... | C++ |
false;
}
else {
if ((tvCheats.Nodes.Count == 1)) {
tvCheats.Enabled = true;
tvCheats.Nodes(1).Checked = true;
btnApply.Enabled = true;
btnApply.@default = true;
}
| C# |
aims;
}
public ApiResourceModel(
string name,
string displayName,
string? description,
bool enabled,
bool showInDiscoveryDocument,
ICollection<string>? userClaims,
ICollection<string>? scopes,
IDictionary<string, string> properties,
IColle... | C# |
gz"
</pre>
<p>
<hr><h3><a name="pdf-string.len"><code>string.len (s)</code></a></h3>
Receives a string and returns its length.
The empty string <code>""</code> has length 0.
Embedded zeros are counted,
so <code>"a\000bc\000"</code> has length 5.
<p>
<hr><h3><a name="pdf-string.lower"><code>string.lower (s)</code... | HTML |
transition-duration: 150ms;
}
.nav-item:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
transform: t... | CSS |
) }
assert(result.isFailure)
assert(result.exceptionOrNull()?.message == "Failure to get event")
}
@Test
fun `should call petEventDao delete`() = runBlocking {
// Given
coEvery { petEventDao.delete(petEventEntity1) } returns Unit
// When
petEventLocalDataSou... | Kotlin |
at your option.
// All files in the project carrying such notice may not be copied, modified, or distributed
// except according to those terms.
// THE SOURCE CODE IS AVAILABLE UNDER THE ABOVE CHOSEN LICENSE "AS IS", WITH NO WARRANTIES.
//! This module contains the Rust FFI bindings for the APIs to interact with stor... | Rust |
.google.shopping.merchant.datasources.v1beta.FileUpload.ProcessingState value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
processingState_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
* <pre>
*... | Java |
foreign_layout;
// language code storage used when switching layouts
char** language_codes;
Bitu language_code_count;
void reset();
void read_keyboard_file(Bit32s specific_layout);
Bitu read_keyboard_file(const char* keyboard_file_name, Bit32s specific_layout, Bit32s requested_codepage);
bool map_key(Bitu key,... | C++ |
Selection();
mmdb::PPAtom selatoms;
int nselatoms;
// std::cout << "DEBUG:: in set_residue_range_refine_atoms altconf :"
// << altconf << ":" << std::endl;
molecules[imol].atom_sel.mol->SelectAtoms(SelHnd, 0, chain_id.c_str(),
resno_start, // starting resno, an int
"*"... | C++ |
t9eebu(ef4dh0n59jl: wn57ye48twy, xl_k7tjr986):
assert vikyhpfulyp, False
cxag9afotcq &= ijih74puyj_
'# documentation_contrast_horizon -> wait_junctions_buzzer'
'# documentation_contrast_horizon -> wait_junctions_buzzer'
nivy3zz9ju8[None]: False = aoqeh0p2tav
from sy6c0pw3r69 import vbxjt9dm1x6, ... | Python |
rn EnchantmentRarity.DISABLED;
}
@Override
public Cooldown getCooldown() {
return null;
}
@Override
public String getUsefulnessLore(int enchantLevel) {
return "&7击杀玩家可以召唤/复活史莱姆宠物协助战斗(上限1)," + "/s&7每击杀 &e" + (getUpdateRequire(enchantLevel) + " &7名玩家可以提升史莱姆等级(上限11级).") + "/s&7史莱姆... | Java |
ad::spawn(|| unsafe {
let hook = SetWinEventHook(
EVENT_MIN,
EVENT_MAX,
HINSTANCE::NULL,
Some(win_event_hook),
0,
0,
0,
);
*HOOK.lock().unwrap() = hook;
let m... | Rust |
ve.graphics.applyTransform(mask_obj.parent:getFullTransform())
if mask_obj.drawMask then
mask_obj:preDraw()
mask_obj:drawMask()
mask_obj:postDraw()
else
mask_obj:fullDraw(not self.draw_children)
end
end
Draw.popCanvas()
Draw.setColor(1,... | Lua |
2_local0.description = f12_local0:AddMenuDescription( 4, 1 )
return f12_local0
end
LUI.MPLobbySystemLink = InheritFrom( LUI.MPLobbyPrivateSystemLink )
LUI.MPLobbySystemLink.new = function ( menu, args )
local mainElement = LUI.MPLobbyPrivateSystemLink.new( menu, {
menu_title = "@PLATFORM_SYSTEM_LINK_TITLE"
} )
m... | Lua |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.