content
stringlengths
2
6.21k
label
stringclasses
16 values
ream() .map(scene -> { String content = RichTextUtil.deltaJsonToPlainText(scene.getContent()); log.debug("场景 {} - 标题: {}, 内容长度: {}", scene.getId(), scene.getTitle(), ...
Java
{ System.out.println("Usage: parallelZip out.zip file-or-dir ..."); System.exit(0); } var zipFile = Paths.get(args[0].replaceFirst("~", System.getProperty("user.home"))).toAbsolutePath(); var toZip = Arrays.stream(args).skip(1).map(it -> Paths.get(it.replaceFirst("~", System.getProperty("user.h...
Java
.replay(editor); }, readOnly: true }, { name: "jumptomatching", bindKey: bindKey("Ctrl-P", "Ctrl-P"), exec: function(editor) { editor.jumpToMatching(); }, multiSelectAction: "forEach", scrollIntoView: "animate", readOnly: true }, { name: "selecttomatching", bindKey: bindKey("Ctrl-Shift-P", "C...
Go
/* Cipher algorithms, for libreswan * * Copyright (C) 2024 Andrew Cagney * * 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 Foundation; either version 2 of the License, or (at your * option) any later...
C
6from dolfin import * import numpy as np import matplotlib.pyplot as plt from pathlib import Path import sys import os plt.rcParams.update({'font.size': 18}) import warnings warnings.filterwarnings('ignore') # Create mesh mesh = Mesh("data/mesh.xml") c = MeshFunction("double", mesh, 2) kar = MeshFunction("double", me...
Python
(n: usize, upper: usize) -> bool { (1..upper).rev().all(|x| n % x == 0) }<reponame>mina86/luv /* This file is part of luv crate. * Copyright (c) 2020 🐝🐝🐝 * Copyright (c) 2021 <NAME> <<EMAIL>> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated d...
Rust
<A HREF="DominatorsFinder.html" title="class in soot.jimple.toolkits.thread.mhp" target="classFrame">DominatorsFinder</A> <BR> <A HREF="LoopBodyFinder.html" title="class in soot.jimple.toolkits.thread.mhp" target="classFrame">LoopBodyFinder</A> <BR> <A HREF="LoopFinder.html" title="class in soot.jimple.toolkits.thread....
HTML
Len = digestLength shl 3 buf[110] = outLen.toByte() buf[111] = (outLen ushr 8).toByte() encodeLEInt(sC0, buf, 112) encodeLEInt(sC1, buf, 116) encodeLEInt(sC2, buf, 120) encodeLEInt(sC3, buf, 124) compress(buf) outLen = outLen ushr 5 for (i in 0 unt...
Kotlin
val result = securityCheck(request, My2FAType.MAIL) result.badRequestResponseEntity?.let { return it } try { // Don't use user from security check. For mail, the user must be given in LoginService.getUserContext()!!! (Just to be sure...) RegisterUser4Thread.registerUser(LoginS...
Kotlin
hash = (37 * hash) + PIVOT_NAME_FIELD_NUMBER; hash = (53 * hash) + getPivotName().hashCode(); hash = (37 * hash) + PIVOT_FOR_PRED_NAME_FIELD_NUMBER; hash = (53 * hash) + getPivotForPredName().hashCode(); hash = (37 * hash) + PIVOT_FOR_BODY_NAME_FIELD_NUMBER; hash = (53 * hash) + getPivotForBody...
Java
c=e.head||e.getElementsByTagName("head")[0]||e.documentElement,d=e.createElement("script");d.async="async";d.src=b;d.setAttribute("crossorigin","anonymous");a&&a.onerror&&(d.onerror=a.onerror);a&&a.onload&&(d.onload=a.onload);c.insertBefore(d,c.firstChild)}}function k(){ue.uels=g;for(var b=0;b<f.length;b++){var a=f[b]...
HTML
K_kana_tu: u32 = 1199; pub const XK_prolongedsound: u32 = 1200; pub const XK_kana_A: u32 = 1201; pub const XK_kana_I: u32 = 1202; pub const XK_kana_U: u32 = 1203; pub const XK_kana_E: u32 = 1204; pub const XK_kana_O: u32 = 1205; pub const XK_kana_KA: u32 = 1206; pub const XK_kana_KI: u32 = 1207; pub const XK_kana_KU: u...
Rust
border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); } .form-check-input:checked { background-color: #0d6efd; border-color: #0d6efd; } .form-check-input:checked[type=checkbox] { --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' vie...
CSS
e> <h4>Funes de String:</h4> <table BORDER WIDTH="80%" > <tr> <td WIDTH="53%"><code>UCase</code> (<var>string</var>): retorna a string em maisculas</td> <td WIDTH="60%"><code>UCase</code> ("AviSynth") = "AVISYNTH"</td> </tr> <tr> <td WIDTH="53%"><code>LCase</code> (<var>string</var>): retorna a ...
HTML
sigma_dash_t] * batch_size, dtype = torch.float) # X4累积sigma参数 x4_alpha_dash_t_ = torch.tensor([x4_alpha_dash_t] * batch_size, dtype = torch.float) # X4累积alpha参数 # ==================== 构建模型输入字典 ==================== # 获取模型所在的设备(CPU或GPU),确保数据在正确设备上 device = mod...
Python
ng.class, null, value); } /** * Create an instance of {@link JAXBElement }{@code <}{@link Priority }{@code >} * * @param value * Java instance representing xml element's value. * @return * the new instance of {@link JAXBElement }{@code <}{@link Priority }{@code >} */ @XmlEl...
Java
(highLatitudeRule = MIDDLE_OF_THE_NIGHT) val coordinates = Coordinates(59.9094, 10.7349) val zoneId = "Europe/Oslo" val todayComponents = DateComponents(2016, 7, 1) val todayPrayers = PrayerTimes(coordinates, todayComponents, params) assertEquals("7/1/16, 10:41 PM", stringifyAtTimezone(todayPrayers...
Kotlin
rem 0 is1: moveq.l #1,%d0 clr.l %d1 move.l %a2,%d3 /* restore d3 */ rts * A>B and B is not 0 norm: cmp.l #1,%d1 bne not1 * B==1, so ret A, rem 0 clr.l %d1 move.l %a2,%d3 /* restore d3 */ rts * check for ...
Assembly
l tools to easily build privacy-respecting applications and minimize the amount of personal information transiting the Internet.</p> <p>One such tool is our <a href="https://blog.cloudflare.com/announcing-1111">1.1.1.1 public DNS resolver</a> — the <a href="https://www.dnsperf.com/#!dns-resolvers">Internet's fastest</...
HTML
// 보스 ID 길이. } // // ご褒美케이크情報. // public struct PrizeData { public string characterId; // 캐릭터 ID. public int cakeNum; // 케이크の数. public const int characterNameLength = 64; // 캐릭터 ID 길이. } // // 보너스 케이크 결과 정보. // public struct PrizeResultData { public int cakeDataNum
C#
Blur(PixelRadius = '2', MakeShadow = 'true', ShadowOpacity = '0.5');*/ } .edui-notadd .edui-editor-toolbarmsg { background-color: #FFF6D9; border-bottom: 1px solid #ccc; position: absolute; bottom: -25px; left: 0; z-index: 1009; width: 99.9%; } .edui-notadd .edui-editor-toolbarmsg-upload {...
CSS
(upload) try { val completedParts = mutableMapOf<Int, CompletedPart>() val parts = this.createParts(chunks) for (part in parts.values) { this.upload.onInformativeEvent("Uploading part ${part.partNumber} (Size ${part.size})…") this.upload.streams.invoke() .use { ...
Kotlin
onError, onDone: onDone, cancelOnError: cancelOnError, ); return Worker(sub.cancel, '[interval]'); } /// [debounce] is similar to [interval], but sends the last value. /// Useful for Anti DDos, every time the user stops typing for 1 second, /// for instance. /// When [listener] emits the last "value", when...
Dart
# coding=utf-8 from core import HackingTool from core import HackingToolsCollection class Cupp(HackingTool): TITLE = "Cupp - WlCreator is a C program that can create all possibilities of passwords" DESCRIPTION = "WlCreator is a C program that can create all possibilities of passwords,\n " \ ...
Python
更多進階的東西,暫時不介紹 ##### 為什麼我需要這些功能? * Bundle JS 檔案 - 讓你可以撰寫模組化的 JavaScript,但是你不需要 include 每個 JavaScript `<script>` 的檔案(如果你需要多個 JavaScript 檔案可以透過設定來完成)。 * 在你的前端程式碼中使用 npm packages - npm 在 internet 上是一個大型的 open source 生態系統。可以儲存或發佈你的程式碼,你可以到 npm 看一看,可能包含你想要的前端套件。 * ES6 和 ES7 - 加入一些 JavaScript 的新功能,讓撰寫程式碼可以更容易而且更強大,[請看這裡的...
Markdown
.item__48dda:nth-child(6)::before, .standardSidebarView__12528 .side_b4b3f6 .item__48dda[aria-controls="authorized-apps-tab" i]::before { background: url("https://raw.githubusercontent.com/KillYoy/DiscordNight/master/Icons/SVG/Apps.svg"); } .standardSidebarView__12528 [aria-label="User Settings"].side_b4b3f6 .item__48...
CSS
es: []batchv1.LifecyclePolicy{ { Event: busv1.PodEvictedEvent, Action: busv1.RestartJobAction, }, }, MinAvailable: 1, }, }, }, } } func TestGetJobFromTemplate(t *testing.T) { // getJobFromTemplate2() needs to take the job template and copy the labels and annotations // a...
Go
ermChan); err != nil { zlog.InfraSec().Fatal().Err(err).Msgf("Unable to start DataModel controller") } // set up OAM (health check) server SetupOamServerAndSetReady(*enableTracing, *oamServerAddress) // Handle OS signals (ctrl-c, etc.) signal.Notify(sigChan, syscall.SIGTERM, syscall.SIGINT) go func() { <-si...
Go
usfLlaIaVZ7RcZrTKyYipz+c9mian4kFg9YqWekUsnEWPflbL+xh6iMxDLSHqJVFPGJpANAREQ7M+I+rxU5zTOheIcxZSYn5SWq+DIPIFseAErX0XvaL6QfcvSGIBSWJHQk6c/UAdQaCod1Av7zAesW7/uuxXf/9ErNJHU03Ks66qgz5qV44h5WH10vxh2m4+pikQ+Y7nEiSkWTIMfwGLOd2Z]], -- bp_string = [[0eNqlmO2OojAUhu+lv2FCv07BW5lsDErXaRYLAZysMd77gu4Co0XOmf0nhvfp+W7phe3Kk60b5zu2uT...
Lua
owState = FormWindowState.Maximized; } else fullScOff = 0; //Adust window position MCM.RECT mcRect = MCM.getMinecraftRect(); x = mcRect.Left + 9; y = mcRect.Top + 34 + fullScOff; width = mcRect.Right - mcRect.Left - 18; ...
C#
emu.grasscutter.net.proto.HAFJIPDBOGJOuterClass.HAFJIPDBOGJ(); } public static emu.grasscutter.net.proto.HAFJIPDBOGJOuterClass.HAFJIPDBOGJ getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser<HAFJIPDBOGJ> PARSER = new com.google.protobuf.Abst...
Java
dt><dd> must be 0 or 1 </dd><dt><strong>Description</strong></dt><dd> </dd></dl> Use the -L flag to list all available GPUs on your system without running the simulation. For example <pre>$ ../../bin/mcx -L ============================= GPU Information ================================ Device 1 of 2: GeForc...
HTML
(); eq(ok1, [[], ""]); const ok2 = parse(expr, "aaa", env); tassert<Same<typeof ok2, ["aaa", ""]>>(); eq(ok2, ["aaa", ""]); const ok3 = parse(expr, "(a)", env); tassert<Same<typeof ok3, [["a"], ""]>>(); eq(ok3, [["a"], ""]); const ok4 = parse(expr, "(a,a)", env); tassert<Same<typeof ok4, [["a", "a"...
Typescript
KeyboardEvent) => { return e.keyCode === 189 && this.keyEvent.zoom; } /** * Whether keydown O * * @param {KeyboardEvent} e * @returns */ public isO = (e: KeyboardEvent) => { return e.keyCode === 79 && this.keyEvent.zoom; } /** * Whether keydown P ...
Typescript
5c5-8e4c2f9abb7c\",\"type\":\"Requested resource not found\"}"; // given when(processInstanceDao.byKey(any(Long.class))) .thenThrow( new ResourceNotFoundException("Error in retrieving data for key.") .setInstance("ab1d796b-fc25-4cb0-a5c5-8e4c2f9abb7c")); // then asser...
Java
child: LinearProgressIndicator( value: choicePercent / 100, color: theme.brightness == Brightness.light ? Theme.of(context).colorScheme.primary.withValues(alpha: 0.3) : Theme.of(context).colorScheme.primary.withValues(alpha: 0.7)), ), ...
Dart
tte architecture. Nous reviendrons entre autre sur la gestion des permissions, les bonnes configurations à mettre en place pour une API publique et sur les performances.</div> <div class="title" id="Topic Modelling with Python and Gensim">Topic Modelling with Python and Gensim</div> <div class="descrip...
HTML
ID-67619266 */ specify("HTMLAnchorElement02", () => { var success; var nodeList; var testNode; var vcharset; var doc; var docRef = null; if (typeof(this.doc) != 'undefined') { docRef = this.doc; } doc = load("anchor"); nodeList = doc.getElementsByTagName("a"); asse...
JavaScript
rams.txg_trim_r2s ); process_txg(&params, &kmers); } if params.hic_r1s.len() > 0 { eprintln!("hic"); process_hic(&params, &kmer_type); } if params.long_reads.len() > 0 { eprintln!("longreads"); process_longreads(&params, &kmers); } if params.fasta ...
Rust
fn max() { assert_eq!( runner().ok("a {b: desaturate(plum, 100%)}\n"), "a {\ \n b: #bfbfbf;\ \n}\n" ); } #[test] fn max_remaining() { assert_eq!( runner().ok("a {b: desaturate(plum, 48%)}\n"), "a {\ \n b: #bfbfbf;\ \n}\n" ); } #[test]...
Rust
/// Gets the underlying FFI pointer, returns a owned pointer. #[inline] #[must_use] fn into_ptr(self) -> *mut ffi::PyObject { self.into_non_null().as_ptr() } } impl<T> std::convert::From<&'_ T> for PyObject where T: AsPyPointer + PyNativeType, { fn from(obj: &T) -> Self { un...
Rust
} } void _baixarDanfe() async { gerarDialogBoxEspera(context); try { NfceService nfceService = NfceService(); final retorno = await nfceService.gerarPdfDanfe(widget.nfeCabecalhoMontado!.nfeCabecalho!.chaveAcesso!); if (!mounted) return; if (retorno != null) { if...
Dart
#include "disp_features.h" int bsp_disp_feat_get_num_screens(void) { return de_feat_get_num_devices(); } int bsp_disp_feat_get_num_channels(unsigned int disp) { return de_feat_get_num_chns(disp); } int bsp_disp_feat_get_num_layers(unsigned int disp) { return de_feat_get_num_layers(disp); } int bsp_disp_feat_get_...
C
s_empty() && !d2.is_empty() { (Player2, calc_winner_score(&d2)) } else if !d1.is_empty() && d2.is_empty() { (Player1, calc_winner_score(&d1)) } else { unreachable!("No empty deck, something is wrong"); } } fn push_cards_to_deck(d1: &mut Deck, d2: &mut Deck, card_p1: Card, card_p2: C...
Rust
byte_idx(text, 10)); assert_eq!(3, from_byte_idx(text, 14)); assert_eq!(4, from_byte_idx(text, 15)); assert_eq!(4, from_byte_idx(text, 20)); assert_eq!(5, from_byte_idx(text, 21)); } #[test] fn from_byte_idx_03() { let text = "Here\r\nare\r\nsome\r\nwords"; a...
Rust
) TDelegate<void(class UObject* Owner, const struct FCurieContainerHandle& ContainerHandle, struct FGameplayTag& ElementIdentifier)> Delegate; // 0x0008(0x000C)(ConstParm, Parm, OutParm, ZeroConstructor, ReferenceParm, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPub...
C++
_derivative = ZeroVector(3); low_dseta_derivative[DerivativeDirectionIndex] = one_third * (DerivativeNodeIndex < 3); const array_1d<double,3> high_dseta = one_third * (r_node_3.Coordinates() + r_node_4.Coordinates() + r_node_5.Coordinates() ); array_1d<double,3> high_dseta_derivative = ZeroVector(3); hi...
C++
/* Copyright (C) 2006-2024 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or 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 ...
C
�误数据 LitePal.deleteAll(CollectionAndFolderRelation.class,"collectionid = ? or collectionfolderid = ?","0","0"); return true; } @Override protected void onPostExecute(Boolean aBoolean) { //显示成功 if (loading.isShowing()){ loading.dismiss(); Toasty.succ...
Java
lda (source),y sta PatternEntrySFX sta PatternEntryByte1 ;Branch if Track H is command lda TrackProperty,x asl bmi PatternCommandEntry ; Split into Note, SFX and Volume lda #00 sta PatternEntryVolume lsr PatternEntryLongNote rol PatternEntryVolume lsr PatternEntryLongNote rol PatternEntryVolume lsr P...
Assembly
pplyForce(f, p); break; } case KEYCODE_DPAD_LEFT: m_body->ApplyTorque(50.0f); break; case KEYCODE_DPAD_RIGHT: m_body->ApplyTorque(-50.0f); break; case KEYCODE_BACK: wyDirector::getInstance()->popScene(); break; default: return false; } return true; } void onRight(w...
C++
ions * 完整渲染的頁面 * 活動資訊 * 使用者資料圖表 ### 什麼時候要更新快取 由於你只能在快取中儲存有限的資料,所以你需要選擇一個適用的快取策略。 #### 快取模式 <p align="center"> <img src="images/ONjORqk.png"> <br/> <i><a href=http://www.slideshare.net/tmatyashovsky/from-cache-to-in-memory-data-grid-introduction-to-hazelcast>資料來源:從快取到記憶體資料網格</a></i> </p> 應用程式負責從儲存裝置中進行讀取及寫入。快...
Markdown
tracking_link('/r/%s'%subreddit_name, context='trending_subreddits_bar', element_name='trending_sr_%s'%(i+1))}" target="_blank">/r/${subreddit_name}</a></li> %endfor </ul> <a href="${thing.comment_url}" class="${thing.comment_label_cls}">${thing.comment_label}</a> </div> </div> ## The contents of this fil...
HTML
r.h> enum { PID_TEMPLATE_LIST = 1, PID_TEMPLATE_ADD, PID_TEMPLATE_REMOVE, PID_COMPONENT_FIRST, }; static ECSPropertyPanelMapping ecs_property_panel_mapping; template <typename T> static void handle_addable_array_and_object_types(unsigned member_type, T callback) { switch (member_type) { case ecs::Com...
C++
Ctl.Enter, ), ) CloseMessageWindow() ChrTalk( 0x0106, ( '#0050311030V#054F#2P虽然已经出现裂痕了,\n', '但是还不到破坏的地步!', TxtCtl.Enter, TxtCtl.Clear, '#0050311031V既然如此,\n', '只好再制造一次机会了!', TxtCtl.Enter, ...
Python
_COMBINED_TEXTURE_IMAGE_UNITS 0x8B4D #define GL_SHADER_TYPE 0x8B4F #define GL_FLOAT_VEC2 0x8B50 #define GL_FLOAT_VEC3 0x8B51 #define GL_FLOAT_VEC4 0x8B52 #define GL_INT_VEC2 0x8B53 #define GL_INT_VEC3 0x8B54 #define GL_INT_VEC4 0x8B55 #define GL_BOOL 0x8B56 #define GL_BOOL_VEC2 0x8B57 #define GL_BOOL_VEC3 0x8B58 #defin...
C++
) & 0xFF] ^ T6[((int)x[0x0] >>> 8) & 0xFF] ^ T7[(int)x[0x2] & 0xFF]; long tD = T0[(int)(x[0xE] >>> 56)] ^ T1[(int)(x[0x0] >>> 48) & 0xFF] ^ T2[(int)(x[0x2] >>> 40) & 0xFF] ^ T3[(int)(x[0x8] >>> 32) & 0xFF] ^ T4[((int)x[0xD] >>> 24)] ^ T5[((int)x[0xF] >>> 16) & 0xFF] ^ T6[((int)x[0x1] ...
Java
"; Platform.fs.openURLWithSystemDefault(IMDB_BASE_URL + movie_item.movie.movie_info.imdb_id); } private stop_movie () { // TODO: Remove this dead code // if (this.playing) { // this.$player.get(0).pause(); // this.$player.detach(); // this.$containe...
Typescript
h="30px" /> _placeholder_ icon made by <a href="https://www.flaticon.com/authors/smashicons" title="Smashicons">Smashicons</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_bla...
Markdown
5.19-1.79-1.03-4.07-1.11-6 0-.28.16-.54.35-.78.54.05-.31.08-.63.08-.95 0-2.22-1.21-4.15-3-5.19C10.21 1.85 9 3.78 9 6c0 .32.03.64.08.95-.24-.2-.5-.39-.78-.55-1.92-1.11-4.2-1.03-6 0 0 2.07 1.07 4.08 3 5.19.28.16.57.29.86.4-.29.11-.58.24-.86.4-1.92 1.11-2.99 3.12-3 5.19 1.79 1.03 4.07 1.11 6 0 .28-.16.54-.35.78-.54-.05.32...
HTML
DcYx9lq3IYE2pnrL2sfqMw70g-QmkJBzWxasW6t-0U4S3aw" alt="不见图 请翻墙"></center><br> 大猫小眼2&#65306;<br> 美國&#8212;&#8212;&#8220;橫掃型龍捲風&#8221;<br> 中國&#8212;&#8212;&#8220;定點清除型龍捲風&#8221;<br> <br> 平和的心2010&#65306;<br> 稍有点好事就是d的功劳&#65292;一有难事就往老天头上推&#12290;<br> 你们就不怕老天愤怒&#65292;招天轰吗&#65311;<br> <br> Mr.Kubrat&#65306;<br> 我可以相信龙卷风&#6...
HTML
eg_var_wet[0]),iveg); if(vic411_options.DIST_PRCP) vic411_write_vegvar(&(veg_var_dry[0]),iveg); if(!vic411_options.QUICK_FLUX) { fprintf(stderr,"Node\tT\tTnew\tZsum\tkappa\tCs\tmoist\tbubble\texpt\tmax_moist\tice\n"); for(i=0;i<Nnodes;i++) fprintf(stderr,"%i\t%.4f\t%.4f\t%.4f\t%.4f\t%.4f\t%.4f\...
C
the best approach IMO for this type of protection. 1) First Patch : the Standard Analyser function (Main function) ------------------------------------------------------------ My target is the last Box : &quot;You are not authorized...&quot;. I put some bpx on MessageBox, MessageBoxA, but Softice didn...
HTML
d>Definition</td><td><p>A set of ordered Quantities defined by a low and high limit.</p> </td></tr> <tr><td><a href="conformance-rules.html#cardinality">Cardinality</a></td><td>0..*</td></tr> <tr><td><a href="datatypes.html">Type</a></td><td><a href="element.html">Element</a></td></tr> <tr><td>Requirements</td><t...
HTML
gs): context = super().get_context_data(**kwargs) context['object'].content = context['object'].content.replace('\n', '<br>') created_at_obj = context['object'].created_at created_at_hour = created_at_obj.hour if created_at_obj.hour > 9 else '0' + str(created_at_obj.hour) create...
Python
; var lastzero = 0; var zstart = 0; var len = 0; var i = 0; var parts = [ ints[0] & 0xffff, (ints[0] >> 16), ints[1] & 0xffff, (ints[1] >> 16), ints[2] & 0xffff, (ints[2] >> 16), ints[3] & 0xffff, (ints[3] >> 16) ]; ...
JavaScript
insert // the fragment. // TODO if we are at one of the ends of the fragment, // TODO should we create a zero-length fragment in one // TODO of the paragraphs so that text typed will have // TODO the right attributes. pf_Frag_Text * pft = static_cast<pf_Frag_Text *> (pf); UT_uint32 fragLen = pft...
C++
DK_MAGIC_LINK(_SDK_ESCAPE(sdk::unknown_ptr), "$GetDigitFromChar$ntoskrnl.exe", 0x922abc, 0x0, true, 0xd38eff127c3ad523) #define _o828(...) _SDK_MAGIC_LINK(_SDK_ESCAPE(sdk::unknown_ptr), "$GetDigitFromChar2$ntoskrnl.exe", 0x922b00, 0x0, true, 0xdf1b5100e8d86119) #define _o829(...) _SDK_MAGIC_LINK(_SDK_ESCAPE(sdk::unknow...
C++
pub static CSS_FONT_FAMILY_CURSIVE: css_font_family_e = 0x3; pub static CSS_FONT_FAMILY_FANTASY: css_font_family_e = 0x4; pub static CSS_FONT_FAMILY_MONOSPACE: css_font_family_e = 0x5; pub type css_quotes_e = c_enum; pub static CSS_QUOTES_INHERIT: css_quotes_e = 0x0; /* Consult pointer...
Rust
#ifndef OPENCL_KERNELS_H #define OPENCL_KERNELS_H #include <parallel_common.h> class ReduceStrategy; namespace parallel_ode { extern "C" void oclInitializeKernels(cl_context cxGPUContext, cl_command_queue cqCommandQueue); extern "C" void oclShutdownKernels(void); void oclZeroVector( cl_mem buffer, int bufferSize, ...
C
:** `Other` - **BUILD COMMAND:** `pnpm docs:build` - **OUTPUT DIRECTORY:** `docs/.vuepress/dist` 2. 点击 deploy 按钮。 ::: <!-- 下列平台是中文文档特有的,放在最下方 --> ## 云开发 CloudBase [云开发 CloudBase](https://cloudbase.net/?site=vuepress) 是一个云原生一体化的 Serverless 云平台, 支持静态网站、容器等多种托管能力,并提供简便的部署工具 [CloudBase Framework](https://cloudba...
Markdown
= timeout } // build url on the fly // private buildUrl(path, parameter, output) { // Set language parameter["source"] = "nodejs" // Set format if (output != null) { parameter["output"] = output } // Add api_key if (parameter["api_key"] == null) { if (this.api_key != n...
JavaScript
*/ .x-grid-tree-loading .x-tree-icon { background-image: url(images/tree/loading.png); } /* line 215, ../../../ext-theme-neutral/sass/src/tree/Panel.scss */ .x-grid-cell-inner-treecolumn { font-size: 1px; line-height: 0; } /* line 221, ../../../ext-theme-neutral/sass/src/tree/Panel.scss */ .x-tree-node-text { ...
CSS
��也不会出现。 - 猫头鹰 - 有名的夜行性鸟类。 - 米斯蒂娅有与猫头鹰相关的符卡([声符「枭的夜鸣声」](./声符「枭的夜鸣声」.md)等)。 - 蛾 - 部分传说中,夜雀其实不是鸟,而是黑蝴蝶或者蛾子[^cite_note-yasuzume-9]。 - 米斯蒂娅有与蛾相关的符卡([蛾符「天蛾的蛊道」](./蛾符「天蛾的蛊道」.md)等)。 - 天岩户[^cite_note-11] - 与同在永夜抄登场的[八意永琳](./八意永琳.md)相关。 - 传说素盏呜尊前往众神居住的高天原后,四处惹是生非,令他的姊姊天照大神愤怒之极。天照大神决定把自己关进天岩户里,于是整个世界日月无光。 : 八意思兼神...
Markdown
; 800D1144 dw 0x0803446A ; 800D1148 dw 0x02602021 ; 800D114C dw 0xAC6214EC ; 800D1150 dw 0x2842001F ; 800D1154 dw 0x1440000B ; 800D1158 dw 0x00121080 ; 800D115C dw 0x3C02800B ; 800D1160 dw 0x8C42B330 ; 800D1164 dw 0x00000000 ; 800D1168 dw 0x30420003 ; 800D116C dw 0x14400005 ; 800D1170 dw 0x00121080 ; 800D11...
Assembly
_field(row)?, }); } Ok(comments) } /// Given a comment table row, return a comment selection. fn get_selection_field(row: &rusqlite::Row<'_>) -> Result<Option<common::Selection>> { let selection_fields = [ row.get::<_, Option<i64>>(4)?, // Start line. row.get::<_, Option<i64>>(5)?, ...
Rust
objective, "*SAME TIME.*")) then objective = objective .. " » SAME TIME." elseif (windower.wc_match(original, "*activated in a specific order...*")) and (not windower.wc_match(objective, "*ORDER.*")) then objective = objective .. " » ORDER." elseif (windower.wc_match(original, "*code has been registered.*"))...
Lua
], ); final String revision = await gitRevision(fullLength: true, processManager: processManager); expect(processManager, hasNoRemainingExpectations); expect(revision, commitHash); }); }); group('runProcessWithValidation', () { test('With no error', () async { const List<...
Dart
.L800EBE68 /* B6326C 800EC0CC E6480020 */ swc1 $f8, 0x20($s2) .L800EC0D0: /* B63270 800EC0D0 44828000 */ mtc1 $v0, $f16 /* B63274 800EC0D4 3C0142FE */ li $at, 0x42FE0000 # 0.000000 /* B63278 800EC0D8 44813000 */ mtc1 $at, $f6 /* B6327C 800EC0DC 468084A0 */ cvt.s.w $f18, $f16 /* B63280 800EC0E0 46069103 ...
Assembly
c,0x24,0xfc] vpdpwssds -256(%rsp), %zmm22, %zmm21 // CHECK: vpdpwssds 256(%rsp), %zmm22, %zmm21 // CHECK: encoding: [0x62,0xe2,0x4d,0x40,0x53,0x6c,0x24,0x04] vpdpwssds 256(%rsp), %zmm22, %zmm21 // CHECK: vpdpwssds 268435456(%rcx,%r14,8), %zmm22, %zmm21 // CHECK: encoding: [0x62,0xa2,0x4d,0x40,...
Assembly
<a href="#number">number</a> <span id="cyan">cyan</span> ::= <a href="#number">number</a> <span id="magenta">magenta</span> ::= <a href="#number">number</a> <span id="yellow">yellow</span> ::= <a href="#number">number</a> <span id="black">black</span> ::= <a href="#number">number</a> <span id="na...
HTML
-disabled,.ms-TextField.ms-TextField--placeholder.is-disabled .ms-Label{color:#a6a6a6}@media screen and (-ms-high-contrast:active){.ms-TextField.ms-TextField--placeholder.is-disabled .ms-Label{color:#0f0}}@media screen and (-ms-high-contrast:black-on-white){.ms-TextField.ms-TextField--placeholder.is-disabled .ms-Label{...
CSS
/compiler/template_ast.dart' show ElementAst; import 'package:angular_compiler/v1/src/compiler/view_type.dart'; import 'compile_view.dart' show CompileView, ReadNodeReferenceExpr; import 'constants.dart'; // List of supported namespaces. const namespaceUris = { 'xlink': 'http://www.w3.org/1999/xlink', 'svg': ...
Dart
环境,如何制定适合企业发展的营销策略?| |自然|介绍一种生态友好型的农业种植方法,以提高产量并减少污染。| |艺术|谈谈您对莫奈画作的印象,并分析其作品中所展现的艺术特点。| |音乐分类|将以下歌曲归类为摇滚、流行、嘻哈或爵士: Hotel California, Shape of You, Lose Yourself, Take Five | |新闻编辑|请编辑下面的句子,使其更具可读性和准确性:“由于疫情暴发,全球范围内出现了大量限制交通的措施。”| |推荐系统|用户A最近购买了品牌为Nike的篮球鞋,请根据这个信息给他推荐其他商品。| |机器翻译|请将以下英文句子翻译成中文:“The quick brown fox jump...
Markdown
ctor is expected to be on the charger, but is not.</p></td> </tr> <tr> <td>NULL_SUBACTION</td> <td>50331673</td> <td><p>No sub-action was provided.</p></td> </tr> <tr> <td>PA...
HTML
UsbTransaction, Trb, Stall, Resource, Bandwidth, NoSlotsAvailable, InvalidStreamType, SlotNotEnabled, EndpointNotEnabled, ShortPacket, RingUnderrun, RingOverrun, VfEventRingFull, Parameter, BandwidthOverrun, ContextState, NoPingResponse, EventRingFull...
Rust
ec1837] .van-pagination__page-desc{color:#eee}.pop-panel[data-v-bbec1837] .van-empty__description{color:#aaa!important}.pop-panel[data-v-a9e5345b]{width:100%;height:100%;background-color:#252323;display:flex;flex-direction:column;color:#fff}.pop-panel .pop-t[data-v-a9e5345b]{text-align:center;padding:20px;font-size:16p...
CSS
9+BNADZI7fLrz2pSEwGHZuH+78lSK8ZLkLezF3ooyUG3VPXq2USei9WngeyoG195yBYWDF3E/2pAhl1e9Gr8bGT+bfOFCC2fnvh4X7rcqIAQNNu+HT6sxkAjceTL/2ZAIhv+PorBwBJxfkA//dFHSCBy/UTAAAAAElFTkSuQmCC);background-image:url(//bits.wikimedia.org/static-1.24wmf15/resources/src/mediawiki.action/images/green-checkmark.png?2014-07-24T17:18:20Z)!ie;backg...
HTML
t<int> illegal_max = []; illegal_zero.Add(index_bits); illegal_min.Add(index_bits); illegal_max.Add(index_bits); illegal_zero.Add(0); illegal_min.Add(minMinhashBits - 1); illegal_max.Add(maxMinhashBits); illegalDescriptions.Add(illegal_zero); illegalDescriptions.Add(illegal_mi...
C#
存放要调用的模块数组、方法数组、参数数组与数组大小 _queue: [Array<number>, Array<number>, Array<any>, number]; //回调函数数组,与_quueue一一对应,每个_queue中调用的方法,如果有回调方法,那么就在这个数组对应的下标上。 _callbacks: []; //回调ID,自动增加。 _callbackID: number; //调用函数ID,自动增加。 _callID: number; _lastFlush: number; //消息队列事件循环开始时间 _eventLoopStartTime: number; _deb...
Markdown
e 0.2s ease-in-out; animation: uk-fade 0.2s ease-in-out; /* 4 */ -webkit-transform-origin: 0 0; transform-origin: 0 0; } /* Sub-object: `uk-datepicker-nav` ========================================================================== */ .uk-datepicker-nav { margin-bottom: 15px; text-align: center; line-heigh...
CSS
) leftView.gravity = Gravity.START or Gravity.CENTER_VERTICAL rightView.gravity = Gravity.END or Gravity.CENTER_VERTICAL leftView.isSingleLine = true rightView.isSingleLine = true leftView.ellipsize = TextUtils.TruncateAt.END rightView.ellipsize = TextUtils.TruncateAt.END...
Kotlin
00000", eval("(mult 3.2 4)")); EXPECT_EQ("12.600000", eval("(mult 3 4.2)")); EXPECT_EQ("[12 15]", eval("(mult 3 [4 5])")); EXPECT_EQ("x:12", eval("(mult a:3 x:4)")); EXPECT_EQ("x:[a:12 b:15]", eval("(mult z:3 x:[a:4 b:5])")); EXPECT_EQ("x:[a:12 b:15 'hello']", eval("(mult z:3 x:[a:4 b:5 'hello'])"))...
C++
003e\u003c/tr\u003e"); for(x = 0; x < regexArray.length; x++) { rowArray.push(" \u003ctr id=\"" + tableID + "_row_" + x + "\"\u003e\u003ctd id=\"" + tableID + "_td_0_" + x + "\" class='unescaped'\u003e\u003cspan class=\"regex\" id=\"" + tableID + "_regex_" + x + "\"\u003e&nbsp;\u003c/span\u003e\u003c/td\u003e\u003ct...
HTML
methodFromRow(row.slice(1)); this.runRowTest(row[0], results, objectUnderTest, false, false); } ensure(objectUnderTest: any, row: Array<CellWikiElement>) { var results = this.methodFromRow(row.slice(1)); this.runRowTest(row[0], results, objectUnderTest, true, false); } show(ob...
Typescript
re_count; IOT_SAMPLE_LOG_SUCCESS("Client updated desired temperature variables locally."); IOT_SAMPLE_LOG("Current Temperature: %2f", ref_thermostat_component->current_temperature); IOT_SAMPLE_LOG("Maximum Temperature: %2f", ref_thermostat_component->maximum_temperature); IOT_SAMPLE_LOG("Minimum Temperature: %...
C
= this.cyScreen - (this.nRows * this.cyScreenCell); if (cxBorder > 0) { this.xScreenOffset = (cxBorder >> 1); this.cxScreenOffset -= cxBorder; } if (cyBorder > 0) { this.yScreenOffset = (cyBorder >> 1); this.cyScreenOffset -= cyBorder; } ...
JavaScript
#[derive(Clone, Debug)] pub struct DisallowedMethod { disallowed: FxHashSet<Vec<Symbol>>, } impl DisallowedMethod { pub fn new(disallowed: &FxHashSet<String>) -> Self { Self { disallowed: disallowed .iter() .map(|s| s.split("::").map(|seg| Symbol::intern(se...
Rust
ter/bucket/gitui.json) (Windows) ``` scoop install gitui ``` ##### [Chocolatey](https://chocolatey.org/packages/gitui) (Windows) ``` choco install gitui ``` ##### [Nix](https://search.nixos.org/packages?channel=unstable&show=gitui&from=0&size=50&sort=relevance&query=gitui) (Nix/NixOS) Nixpkg ``` nix-env -iA nixpkg...
Markdown
an // "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. // Code generated from the elasticsearch-specification DO NOT EDIT. // https://github.com/elastic/elasticsearch-spec...
Go