content
stringlengths
2
6.21k
label
stringclasses
16 values
StatusBar.is-waiting .uppy-StatusBar-actionBtn--upload:hover { background-color: #1b68ff; } [data-uppy-theme="dark"] .uppy-StatusBar-actionCircleBtn:focus { outline: none; box-shadow: 0 0 0 2px rgba(170, 225, 255, 0.85); } [data-uppy-theme="dark"] .uppy-StatusBar-actionCircleBtn::-moz-focus-inner { border: ...
CSS
(cEnchantments.enchUnbreaking, 5); -- Overwrite existing level local Item5 = cItem(E_ITEM_DIAMOND_CHESTPLATE, 1, 0, "thorns=1;unbreaking=3"); Window:SetSlot(a_Player, 0, cItem(E_ITEM_DIAMOND, 64)); Window:SetSlot(a_Player, 1, Item2); Window:SetSlot(a_Player, 2, Item3); Window:SetSlot(a_Player, 3, Item4); Window:...
Lua
SPECULAR_MAP); normal_channel = sVertexProgram->enableTexture(LLViewerShaderMgr::NORMAL_MAP); sDiffuseChannel = sVertexProgram->enableTexture(LLViewerShaderMgr::DIFFUSE_MAP); sVertexProgram->bind(); sVertexProgram->setMinimumAlpha(0.01f); } void LLDrawPoolAvatar::endDeferredImpostor() { LL_PROFILE_...
C++
case 'left': message = `**${username}** entered \`left bazaar\` in **${server}**`; break; case 'right': message = `**${username}** entered \`right bazaar\` in **${server}**`; break; case 'realm': message = `**${user...
Typescript
se(): number { return ++this.lastPromiseId; } public async process(): Promise<void> { this._isProcessing = true; const promiseIds = this.queue.extractToArray(); await Promise.all( promiseIds.map(async (id) => { const promise = this.map.get(id) ?? Promise.resolve(); await promi...
Typescript
dark) .pf-v5-u-color-light-200-on-2xl { color: var(--pf-v5-global--Color-200) !important; } :where(.pf-v5-theme-dark) .pf-v5-u-custom-color-300-on-2xl { color: var(--pf-v5-global--custom-color--100) !important; } :where(.pf-v5-theme-dark) .pf-v5-u-success-color-200-on-2xl { color: var(...
CSS
getIn([NAMESPACE, PERMISSIONS], fromJS({})); export const getResourceActions = (state, resource) => getSystemPermissions(state).getIn([RESOURCE_ACTIONS, resource], fromJS([])); export const getAgeRanges = (state, name = "primero") => { const userModules = selectUserModules(state); const ageRange = state.getIn([...
JavaScript
emains 0 rect1:SetColor(r, g, b, 255) Wait(25) gradient_rect_alpha = gradient_rect_alpha - 1 if gradient_rect_alpha < 0 then gradient_rect_alpha = 0 end gradient_rect1:SetColor(200, 0, 0, gradient_rect_alpha, 200, 200, 0, gradient_rect_alpha, 0, 200, 0, gradi...
Lua
id="t3r_232" class="t sd_232">break </div> <div id="t3s_232" class="t s3_232">foo; </div> <div id="t3t_232" class="t s2_232">console</div> <div id="t3u_232" class="t s3_232">.log(</div> <div id="t3v_232" class="t s1_232">“second”</div> <div id="t3w_232" class="t s3_232">); </div> <div id="t3x_232" class="t s3_232">} <...
HTML
/**************************************************************************** ** ** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of th...
C
_0223DEC0: ldr r2, [sp, #0x3c] cmp r2, r3 ldrne r2, [sp, #0x4c] cmpne r2, r1 bne _0223DE6C ldr r2, [sp, #0x3c] ldr r1, [sp, #0x44] cmp r2, r1 bne _0223DF5C ldr lr, [sp, #0x5c] ldr ip, [sp, #0x54] ldr r2, [sp, #0x4c] ldr r3, [sp, #0x58] ldr r1, [sp, #0x50] str lr, [sp, #0x14] str ip, [sp, #0x18] str r3,...
Assembly
-siem">information</a> such as what website was accessed, who signed in to an application, or what data may have been shared from a SaaS service.</p> <p>Up until now, our integrations with Sumo Logic only allowed automated correlation of security signals for Cloudflare only included core services. While it’s critical ...
HTML
"] ENABLED, } impl From<REGION125_A> for bool { #[inline(always)] fn from(variant: REGION125_A) -> Self { match variant { REGION125_A::DISABLED => false, REGION125_A::ENABLED => true, } } } #[doc = "Reader of field `REGION125`"] pub type REGION125_R = crate::R<boo...
Rust
', 0, 7, hardBreak: false, width: 60.0, left: 0.0), l('ghijkl', 7, 13, hardBreak: true, width: 60.0, left: 0.0), ]); // But when the 2nd line is long enough, the ellipsis is shown. paragraph = plain(multilineStyle, 'abcd efghijkl')..layout(constrain(60.0)); expect(paragraph.height, 20); expe...
Dart
<IssmDouble>(vnumnodes); /*Retrieve all inputs and parameters*/ element->GetVerticesCoordinatesBase(&xyz_list_base); element->FindParam(&friction_style,GroundinglineFrictionInterpolationEnum); Input* gllevelset_input = NULL; /*build friction object, used later on: */ Friction* friction=new Friction(element,dim=...
C++
_2", t="COMPBLUE" } CEIL4_3 = { f="CEIL4_3", t="COMPBLUE" } CEIL5_1 = { f="CEIL5_1", t="COMPSPAN" } CEIL5_2 = { f="CEIL5_2", t="METAL" } COMP01 = { f="COMP01", t="GRAY1" } CRATOP1 = { f="CRATOP1", t="CRATE2" } CRATOP2 = { f="CRATOP2", t="CRATE1" } DEM1_1 = { f="DEM1_1", t="MARBLE1" } DEM1_2...
Lua
local ok, zmq, zthreads ok, zmq = pcall(require, "lzmq") if ok then ok, zthreads = pcall (require, "lzmq.threads") if not ok then zthreads = nil end else zmq = require "zmq" ok, zthreads = pcall (require, "zmq.threads") if not ok then zthreads = nil end end local ctx = zmq.init(1) -- create log thread ...
Lua
yBlock))] ) ); }); test("buildLayoutTree 5", () => { const childDisplayInline = new StyledNode( elem("no mean", new Map([["id", "target2"]]), []), new Map([["display", new CssValue.Keyword("no mean")]]), [] ); const displayBlock = new StyledNode( elem("no mean", new Map([["id", "target"]]),...
Typescript
n.ignoreCUDbind() || column.ignorebind())) continue; type = property.getPropertyType(); try { if (property.canread()) { try { value = property.getValue(bean); } catch (InvocationTargetException e1) { log.error(new StringBuilder().append("Failed to get attribute[" ).append( beanInfo...
Java
re_flowerywoodlv3_special02_loop01 = -12952, ["Effect/Battle/Skill/Monster/500048/pre_500048_special02_loop01.prefab"] = -12953, Play_SFX_CREAT_500048_Skill05_Area_01 = -12954, [4449] = -12955, pre_500048_special01_fire = -12956, ["Effect/Battle/Skill/Monster/500048/pre_500048_special01_fire.prefab"] = -12957...
Lua
lf.windows = Window::all_in_session(self.name.as_str()); self.find_window(window_name.as_str()) } else { None } } } #[derive(Debug)] pub struct Layout { // I wouldn't need two things here if I could just parse the tmux layout checksum pub window_count: i32, pub l...
Rust
ght (2)</a> </strong> </summary> - <details> <summary> <a href="https://shortcutomation.com/gallery/end-the-day-right/reflect-my-day">Reflect My Day</a> </summary> <a href="https://shortcutomation.com/gallery/end-the-day-right/reflect-my-day"> <kbd> <img src="All...
HTML
phe de Malfurion", [48136] = "Robe de triomphe de Malfurion", [48137] = "Spallières de triomphe de Malfurion", [48138] = "Spallières de triomphe de Malfurion", [48139] = "Robe de triomphe de Malfurion", [48140] = "Jambières de triomphe de Malfurion", [48141] = "Chapel de triomphe de Malfurion", [48142] = "Protège-mains...
Lua
MetaApplyConfigurationExists() if b.ObjectMetaApplyConfiguration.Annotations == nil && len(entries) > 0 { b.ObjectMetaApplyConfiguration.Annotations = make(map[string]string, len(entries)) } for k, v := range entries { b.ObjectMetaApplyConfiguration.Annotations[k] = v } return b } // WithOwnerReferences adds ...
Go
.72日元,达到8年来的最低点。 - 随后,他又叮嘱学校的有关负责人,对那些来自贫困地区的孩子一一摸底,了解他们衣食上的困难,并给予适当的接济。 - 所谓“原子弹文学”,即描写、刻画原子弹爆炸对生灵涂炭和对人的心灵摧残与扭曲的文学。 - 1995年夏,[西区政府企业委](ORG)又将强占的煤矿转卖给[平顶山市人大常委会](ORG)所属的[兴平公司](ORG)。 - [全印安纳德拉维达进步联盟](ORG)是[印度人民党](ORG)最大的盟友,在[议会](ORG)中共占27席。 - 群众拿着卡24小时都可以向民警求助。 - 以上是我对拍摄《花季·雨季》的一点追求,到底如何,有待观众评定。 - 这些作品的醇厚是因作者对现实生活的真正深入,...
Markdown
, IOException, InterruptedException { HttpClient client = MyHttpClient.getClient(); HttpRequest.Builder reqBuilder = getReqBuilder(urlStr); reqBuilder.GET(); for (String key:headers.keySet()){ reqBuilder.header(key, headers.get(key)); } HttpRequest requ...
HTML
128, 6 dw 0x8000 + 3158 + 922 db 128, 6 dw 0x8000 + 3158 + 928 db 128, 6 dw 0x8000 + 3158 + 934 db 128, 6 dw 0x8000 + 3158 + 940 db 128, 6 dw 0x8000 + 3158 + 946 db 128, 6 dw 0x8000 + 3158 + 952 db 128, 6
Assembly
// SPDX-License-Identifier: GPL-2.0-or-later /****************************************************************************** * * (C)Copyright 1998,1999 SysKonnect, * a business unit of Schneider & Koch & Co. Datensysteme GmbH. * * See the file "skfddi.c" for further information. * * The information in this file ...
C
pecifier-record" id="_ref_193"><a href="#modulespecifier-record">ModuleSpecifier Record</a></emu-xref> { [[Type]]: <emu-const>external</emu-const>, [[Name]]: <emu-val>"mod"</emu-val> }</ins> </td> <td> <emu-const>all-but-default</emu-const> </td> ...
HTML
:00.000Z", "keen.value": 100, }, Object { "keen.key": "2020-01-01T00:00:00.000Z", "keen.value": 300, }, ], "keys": Array [ "keen.value", ], } `); }); test('transforms chronological results by offset in minutes', () => { const resul...
Typescript
000000 sta _turboFlags,x stx curDrive stx curDevice ldx #0 rts ChngDskDv0: pla rts __NewDisk: jsr EnterTurbo bne NewDsk2 sta errCount sta r1L jsr InitForIO NewDsk0: ldx #>Drv_NewDisk lda #<Drv_NewDisk jsr DUNK4_1 jsr GetDOSError beq NewDsk1 inc errCount cpy errCount beq NewDsk1 bcs NewDsk0 NewDsk1...
Assembly
ff0c\u4ee5\u51cf\u5c11\u5730\u4e3b\u7684\u6297\u62d2\uff0c\u5bf9\u519c\u6c11\u6709\u597d\u5904\u3002", "type": "paragraph"}, {"text": "\u6765\u6e90\uff1a \u7518\u8083\u7701\u59d4\u519c\u6751\u5de5\u4f5c\u90e8\u7f16\u5370\u300a\u7518\u8083\u571f\u5730\u6539\u9769\u6587\u96c6\uff08\u515a\u5185\u6587\u4ef6\uff09\u300b\uff...
HTML
psGraphicsState = new GraphicsState(); Header(); } /** * Creates a new cloned PostscriptGraphics object. * * @param copy The PostscriptGraphics object to clone. */ PostscriptGraphics(PostscriptGraphics copy){ m_extent = new Rectangle(copy.m_extent); m_printstre...
Java
[5] = function (x) npc:setPos(85.658, 30.155, 123.941) end, [6] = function (x) npc:setPos(91.153, 30.146, 113.657) end, [7] = function (x) npc:setPos(86.549, 29.875, 107.232) end, [8] = function (x) npc:setPos(94.763, 29.054, 105.138) end, [9] = function (x) npc:setPo...
Lua
bool shouldCreatePreviewLoaderForResponse(const ResourceResponse&) const; #endif enum SubresourceLoaderState { Uninitialized, Initialized, Finishing, #if PLATFORM(IOS_FAMILY) CancelledWhileInitializing #endif }; class RequestCountTracker { #if !COMPILER(MSVC) WTF_M...
C
n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id="wp-emoji-styles-inline-css" type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; ...
HTML
1251, Russian)</td></tr> <tr><td valign='top' align=right>Greek</td><td>(cp1253)</td></tr> <tr><td valign='top' align=right>Turkish</td><td>(cp1254)</td></tr> <tr><td valign='top' align=right>Hebrew</td><td>(cp1255)</td></tr> <tr><td valign='top' align=right>Arabic</td><td>(cp1256)</td></tr> <tr><td...
HTML
s milling about the Hall of Petitioners.", ["O"] = "Take the Black Claw Stout to Lord Wishock in the Hall of Petitioners.", ["T"] = "귀족을 위한 술", }, [337] = { ["D"] = "이 책의 표지는 심하게 긁히고 진흙으로 덮여 있지만 책 등에 \'스톰윈드의 역사\'라는 단어가 적혀 있는 것은 볼 수 있습니다. 책을 열면 첫 페이지에 스톰윈드 도서관의 인장이 명확하게 찍혀 있습니다.$B$B누군가 이 책을 빌린 후에 반납하지 않은...
Lua
rt android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ImageView; import android.widget.SeekBar; import android.widget.Spinner; import android.widget.TextView; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOExc...
Java
saw) else: # We never detected the after_sequence raise ValueError("Could not lock sequences (%s)" % saw) def check_for_right_shift_internal_compiler_error(cmd): """ On our arm CI, this fails with an internal compilation error The failure looks like the following, and can be reproduc...
Python
lush(stdout); } printf("\r \nOK.\n\n"); }else{ printf("Standard input was not seekable.\n"); } </b></pre> </td> </tr> </table> <p> When we're done seeking, we need to call <a href="ov_clear.html">ov_clear()</a> to release the bitstream. <br><br> <table ...
HTML
""" ANTI-PATTERN: Bulkheads too small """ # BAD: Only 5 threads for high-traffic service recommendation_bulkhead = ThreadPoolBulkhead( name="recommendations", max_threads=5 # Way too small! ) # Result: Constant rejections under normal loa...
Markdown
php, method <a href="WideImage/WideImage_Image.html#methodgetHandle">WideImage_Image::getHandle()</a><br>&nbsp;&nbsp;&nbsp;&nbsp;Returns the GD image resource</dd> <dt><b>getHeight</b></dt> <dd>in file Image.php, method <a href="WideImage/WideImage_Image.html#methodgetHeight">WideImage_Image::getHeight()</a>...
HTML
cmp(xNode3.getChildNode("stat",k).getAttribute("name"),"read_accesses")==0) {sys.L1Directory[i].read_accesses=atof(xNode3.getChildNode("stat",k).getAttribute("value"));continue;} if (strcmp(xNode3.getChildNode("stat",k).getAttribute("name"),"write_accesses")==0) {sys.L1Directory[i].write_accesses=atof(xNode3.getC...
C++
in list(kwargs):\\n try:\\n if isinstance(getattr(self.__class__, prop), property):\\n setattr(self, prop, kwargs.pop(prop))\\n except AttributeError:\\n pass\\n if kwargs:\\n ...
Markdown
te (true); if (program.isValid()) { for (int i=0; i<program.getNumChildren(); i++) { if (program.getChild(i).hasType(Ids::value)) { CtrlrModulator *m = getModulator (program.getChild(i).getProperty(Ids::name)); if (m) { m->setRestoreState (true); m->getProcessor().setValueGeneric (Ctr...
C++
r0dXpWnRt+ukR9Acha/57JsFv+A2f3rywvl4/n/wMd3Dx7OePO3vxtuHk2Y8fd/TMLdiApf+tMP2g44dgWjAsGBF8V32LENQY+k0FgZb6Z8IMefe5WSoNCgCfIsJI7S+AAS/SQWoWgIrOMHu1bg/w4NDqiFde91hGXrATnz/8HiK1WLD2byZ+ProC0qVy73qx3XR16Q9y7zByUN+5nAK6uu1QhWpXn910NblukHlX5oG+0AbaaFDdO4ycpawnEDrzLq6SnhkqyHT96PbP8KDtxfICzGfqBzgSAP1ytJZmCmJR2XexSJu8DbzcP+lmj16...
CSS
ndex_Proxy(IVPManager *This,DWORD dwVideoPortIndex); void __RPC_STUB IVPManager_SetVideoPortIndex_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); HRESULT WINAPI IVPManager_GetVideoPortIndex_Proxy(IVPManager *This,DWORD *pdwVideoPortIndex); void __RP...
C
(block 2) to the // backedge (arc 3->2). So it deletes the ncsfpt (non-call safepoint) // in block 2, _but_ this leaves the outer loop without a safepoint. // // entry 0 // | // v // outer 1,2 +->1 // | | // | v // | 2<---+ ncsfpt...
C++
import json from pathlib import Path from ska_utils import AppConfig from sk_agents.configs import TA_PLUGIN_CATALOG_FILE from sk_agents.exceptions import PluginCatalogDefinitionException, PluginFileReadException from sk_agents.plugin_catalog.models import Plugin, PluginCatalogDefinition, PluginTool from sk_agents.pl...
Python
][f].piece = ChessPiece.createFromFenChar(char); f++; } else if (FenCharUtil.charRepresentsEmptySquare(char)) { const emptySquares = +char; for (let j = 0; j < emptySquares; j++) { this.squares[r][f].piece = null; f++; } } i++; } if (!fenD...
Typescript
it(); _createBuffers(); _setBufferData(); _shader = _minigpu.createComputeShader(); } void _createBuffers() { int memSize = getBufferSizeForType(BufferDataType.int8, _bufferSize); _inputBuffer?.destroy(); _outputBuffer?.destroy(); _inputBuffer = _minigpu.createBuffer(memSize, BufferDat...
Dart
ault.yaml, #5 /* ExpectedOriginal: 2 */ var expected_ = 2L; /* Original: r.expr(null).default(2) */ var obtained = runOrCatch( r.expr((ReqlExpr) null).default_(2L) , new { ...
C#
} /// Creates a map from the names of [FocusDirection] values to the values. /// /// The collection that this method is called on is expected to have /// values with distinct names, like the `values` list of an enum class. /// Only one value for each name can occur in the created map, /// so if two or mor...
Dart
or:#842029;}.pdoc .decorator-deprecated ~ span{filter:grayscale(1) opacity(0.8);}.pdoc .name{color:var(--name);font-weight:bold;}.pdoc .def{color:var(--def);font-weight:bold;}.pdoc .signature{background-color:transparent;}.pdoc .param, .pdoc .return-annotation{white-space:pre;}.pdoc .signature.multiline .param{display:...
HTML
div> <div id="tn_74" class="t s1_74"><bdo dir='rtl'>ا</bdo></div> <div id="to_74" class="t s1_74">Ã ²</div> <div id="tp_74" class="t s1_74"><bdo dir='rtl'> ه</bdo></div> <div id="tq_74" class="t s1_74">µ</div> <div id="tr_74" class="t s1_74"><bdo dir='rtl'> مساح</bdo></div> <div id="ts_74" class="t s1_74">µ</div> <div ...
HTML
o capitão do navio de guerra Zandalari. Uma"}}, [32608] = {"Saqueando o Salão", nil, {"Roube a Gargantilha das Tormentas no Salão Abaulado. Uma"}}, [32609] = {"Listagem de Missão do Baú Raro", nil, {"Uma"}}, [32610] = {"Listagem de Missão de Chefe Raro", nil, {"Ilha do Trovão de"}}, [32611] = {"Listagem de Missão de Sa...
Lua
<p> STAR TREK: &quot;Future Imperfect&quot; - REV. 9/19/90 - ACT ONE 8.</p> <p>17 CONTINUED: (2)</p> <p> BEVERLY<br> But all you found was toxic gas.<br> They barely got the three of you<br> out in time.<br> (a careful beat)<br> Will... that happened sixteen<br> years ago.</p> <p> As muc...
HTML
_dp(2)); + } + + println!("\n2. Visualization Demo"); + println!("---------------------"); + + // Create a performance chart + let chart_options = ChartOptions { + title: "Portfolio Performance".to_string(), + subtitle: Some("Historical Returns".to_string()), + char...
Markdown
t"> <div class="panel-heading"> <h3 class="panel-title">热门文章</h3> </div> <div class="panel-body"> <ul class="p-0 x-0" style="list-style: none;margin: 0;padding: 0;"> <li class="py-2"><a href="/news/article-73104.htm" title="C ++程序使用Sundaram筛子在给定范围之间生成素数">C ++程序使用Sunda...
HTML
br /> A small museum set in a former telephone exchange in Buda's Castle District. Centred around a fully working antique switchboard, the exhibition charts the history of the telephone using various interactive displays. Not as much fun for kids as some tourist guides claim. Instead, you may find them slipping back t...
HTML
const choices = [ m[i][0], m[i-1][j-1] + score, m[i-1][j] + scores.gap, m[i][j-1] + scores.gap ]; m[i][j] = Math.max(...choices); switch (choices.indexOf(m[i][j])) { case Traceback.FIRST: t[i][j] = [i, 0]; break; case...
Typescript
t ru.inforion.lab403.common.extensions.uint import ru.inforion.lab403.kopycat.cores.base.enums.Datatype import ru.inforion.lab403.kopycat.cores.base.like import ru.inforion.lab403.kopycat.cores.base.operands.APhrase import ru.inforion.lab403.kopycat.cores.base.operands.Immediate import ru.inforion.lab403.kopycat.cores....
Kotlin
// * // * Copyright (C) 2008 Roger Alsing : http://www.RogerAlsing.com // * // * This library is free software; you can redistribute it and/or modify it // * under the terms of the GNU Lesser General Public License 2.1 or later, as // * published by the Free Software Foundation. See the included license.txt // * or htt...
C#
gment{ Vec3{ 2.5f, 1.5f, 0.5f }, {1.0f}, { Vec2{0.0f} } }, FPFragment{ Vec3{ 2.5f, 2.5f, 0.5f }, {1.0f}, { Vec2{0.0f} } }, } ); }); Test test_a1_task3_raster_flag_N("a1.task3.raster.flag.N", []() { check_rasterize_triangles( "north-pointing flag", { FPClippedVertex{ Vec3{ 0.25f, 0.25f, 0.5f }, 1.0f, { 1....
C++
4e16\u754cpe\u670d\u52a1\u5668","\u9ed1\u8272\u73ab\u7470","\u5251\u4e0e\u5bb6\u56ed","\u95ee\u9053\u624b\u6e38","\u9b54\u6cd5\u7981\u4e66\u76ee\u5f55\u624b\u6e38","\u7edd\u5730\u6c42\u751f","dota2"], "isSeeLz" : "", "promoterAttr" : [], "promoterUserIds" : [], "promoterMasterTitle" : '青龙', "needPaypostA...
HTML
erlap1D(bbox1.x1, bbox1.x2, bbox2.x1, bbox2.x2); float overlapY = overlap1D(bbox1.y1, bbox1.y2, bbox2.y1, bbox2.y2); float area1 = (bbox1.x2 - bbox1.x1) * (bbox1.y2 - bbox1.y1); float area2 = (bbox2.x2 - bbox2.x1) * (bbox2.y2 - bbox2.y1); float overlap2D = overlapX * overlapY; float u = area1 + area2 - overla...
C++
_from_start:grpc_cli.CreateTransportResponse.Result) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0; (void) cached_has_bits; if (from.has_status()) { _internal_mutable_st...
C++
.952l.431-2.406c.298-1.668-.001-3.185-.719-4.307v-6.259zm-5.72.278h3.813v4.363a4.142 4.142 0 00-1.569-.303h-2.243v-4.06zm-36.468 0h3.813v4.061h-2.245a4.13 4.13 0 00-1.569.303v-4.364zm29.884-19.919c-.005.067.002.132-.007.2l-1.698 13.475c-.246 1.95-1.783 3.599-3.355 3.599h-9.366c-1.574 0-3.111-1.648-3.355-3.599l-1.701-13...
Dart
Socket class - dart:io library - Dart API</title> <!-- required because all the links are pseudo-absolute --> <base href="../.."> <link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:500,400i,400,300|Source+Sans+Pro:400,300,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?fam...
HTML
5 0 400V336C0 309.5 21.49 288 48 288H464zM192 352V384H448V352H192z"],"bars-staggered":[512,512,["reorder","stream"],"f550","M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM64 256C64 238.3 78.33 224 96 224H480C497.7 224 512 238.3 512 256C512 273.7 497.7 2...
JavaScript
_grabacion }} {{ form.auto_grabacion.errors }} </div> <div class="col-md-3"> <label for="{{ form.mostrar_callid.id_for_label }}">{% trans 'Mostrar Callid' %}: </label> {{ form.mostrar_callid }} </div> <div class="col-md-3"> ...
HTML
shotgun-barrels-choke-tubes.html" class="level2 ">Shotgun Barrels &amp; Choke Tubes</a></li></ul></li><li class="level1 nav-8-2"><a href="https://firearmpros.com/parts/grips-pads-stocks-bipods.html" class="level1 ">Grips, Pads, Stocks, Bipods</a></li><li class="level1 nav-8-3"><a href="https://firearmpros.com/parts/s...
HTML
Canceled?"密聊会话已取消":"密聊会话不可用"}encode(){return super.encode()}decode(e){super.decode(e)}}var me=n("6e4f");class ve extends o["a"]{constructor(e,t){super(i["default"].VOIP_Join_Call_Request),Object(r["a"])(this,"callId",void 0),Object(r["a"])(this,"clientId",void 0),this.callId=e,this.clientId=t}digest(){return""}encode()...
HTML
Y_Rune of Grace|r] |cRXP_WARN_to train|r |T236293:0|t[Demonic Grace] ]]) RXPGuides.RegisterGuide([[ #classic << Horde Warlock SoD #group RestedXP Rune & Books Guide #subgroup Legs #name Demonic Grace - 8 (Tirisfal Glades) #title Demonic Grace step .train 425477,1 #completewith DemonicGraceTirisfalGladesTome ...
Lua
House_play_farm_tipsView:OnActive() self:initBinders() self:initBtns() self:initData() self:initUi() self:bindEvent() end
Lua
ate_key_file); if (fd == -1) { perror("creating temp file"); } write(fd, kPrivateKeyData, sizeof(kPrivateKeyData) - 1); close(fd); OtrlUserState userstate = otrl_userstate_create(); otrl_privkey_read(userstate, private_key_file); unlink(private_key_file); fprintf(stderr, "libotr helper started\n")...
C
i><a href="org/apache/solr/handler/dataimport/ScriptTransformer.html" title="class in org.apache.solr.handler.dataimport">ScriptTransformer</a></li> <li><a href="org/apache/solr/handler/dataimport/SimplePropertiesWriter.html" title="class in org.apache.solr.handler.dataimport">SimplePropertiesWriter</a></li> <li><a hre...
HTML
emaps/", "2.0/scripts/materials/LocalCubemaps/GLSL", "2.0/scripts/materials/LocalCubemaps/HLSL", "2.0/scripts/materials/LocalCubemaps/Metal" }; for( size_t i = 0; i < sizeof( c_l...
C++
#ifndef GOV11_H #define GOV11_H #include "header/model/common_model/primary_model/primary_model.h" #include "header/block/first_order_block.h" #include "header/block/integral_block.h" #include "header/block/lead_lag_block.h" #include "header/block/proportional_block.h" class GOV11:public PRIMARY_MODEL { //PSASP11...
C
- *kind* `string`: Kind of the received entity record revisions. - *name* `string`: Name of the received entity record revisions. - *recordKey* `number|string`: The key of the entity record whose revisions you want to fetch. - *records* `Array|Object`: Revisions received. - *query* `?Object`: Query Object. - *invalid...
Markdown
en Palermo, Capital Federal, Buenos Aires</a></h2><div class="sc-i1odl-13 gxstUR" data-qa="POSTING_CARD_DESCRIPTION">Local comercial en venta ubicado en el corazón de Palermo, Capital Federal. Con una disposición al frente, este espacio cuenta con una planta baja de 26 m² y un entrepiso de 18. 20 m². Lo más destacado ...
HTML
https://ssm.ca-central-1.amazonaws.com"), check: require.True, }, { name: "SSM session WebSocket", req: makeRequest("wss://ssmmessages.ca-central-1.amazonaws.com"), check: require.False, }, } for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { tt.check(t, MatchAWSRequests(tt.req))...
Go
tem_overview']['active_tasks']}") print(f" • Modelos Disponibles: {intelligence_report['system_overview']['total_models_available']}") print(f" • Tiempo de Actividad: {intelligence_report['system_overview']['uptime']}") print(f"\n🎯 Capacidades de IA:") capabilities = intell...
Python
Question{ Name: c.Name, Qtype: c.Type, Qclass: r.Question[idx].Qclass, }) } // Parse google RRs to DNS RRs answers := transformRR(dnsResp.Answer, "answer") authorities := transformRR(dnsResp.Authority, "authority") extras := transformRR(dnsResp.Extra, "extra") resp := dns.Msg{ MsgHdr: dns.MsgHdr...
Go
iterator = arr[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step \ = _iterator.next()).done); _iteratorNormalCompletion = true) { i = _step.value; }" ); identical!( regression_06, " var _tmp; const { [( _tmp = {}, d = _extends({}, _tmp), _tmp)]: c } =...
Rust
app.SlashingKeeper, &app.MintKeeper, &app.GovKeeper, &app.CrisisKeeper, &app.UpgradeKeeper, &app.ParamsKeeper, &app.AuthzKeeper, &app.EvidenceKeeper, &app.FeeGrantKeeper, &app.NFTKeeper, &app.GroupKeeper, &app.CircuitBreakerKeeper, ); err != nil { panic(err) } // add to default baseapp optio...
Go
json.Unmarshal(data, &allProperties) if err != nil { return err; } for _, requiredProperty := range(requiredProperties) { if _, exists := allProperties[requiredProperty]; !exists { return fmt.Errorf("no value given for required property %v", requiredProperty) } } varResourceInstanceProvisionerSetupKit...
Go
昨天去学习摄影因为他想学怎么拍出好看的胶片相片。」| |知识问答|请回答:宇航员在太空中为什么要穿宇航服?| |文本分类|请判断以下文本属于哪个类别:「随着5G技术的不断成熟,物联网时代已经来临,各行各业都开始向智能化转型。」选项:科技、教育、体育、娱乐| |阅读理解|请回答:中国四大发明之一的造纸术最早出现在哪个朝代?| |语言翻译|请将下列英文短文翻译成中文:「Artificial intelligence (AI) is the simulation of human intelligence processes by computer systems. These processes include learning, re...
Markdown
_add_note, visible = true, onClick = { openNotes() }, testingTag = LEFT_DRAWER_NOTES_ITEM_TESTING_TAG ), zimHostDrawerMenuItem ) ) } private val settingDrawerGroup by lazy { DrawerMenuGroup( listOf( DrawerMenuItem( title = CoreApp....
Kotlin
using ITfoxtec.Identity; using ITfoxtec.Identity.Discovery; using ITfoxtec.Identity.Models; using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; using ITfoxtec.Identity.Util; using System.Net.Sockets; namespace FoxIDs.Logic { public class OidcDiscoveryReadLogic { privat...
C#
nth-last-child(2),.NLT__th:nth-last-child(2){border-right:0}.NLT__app .NLT__td:last-child,.NLT__app .NLT__th:last-child{padding-right:0}.NLT__app .NLT__th{background-image:none!important}.NLT__app th.NLT__selectable:hover{background-color:transparent;cursor:var(--cursor)}.NLT__menu .NLT__menu-container{background-color...
CSS
<li><code><a title="spm.meeg.meeg.rmdata" href="#spm.meeg.meeg.rmdata">rmdata</a></code></li> <li><code><a title="spm.meeg.meeg.rmfield" href="#spm.meeg.meeg.rmfield">rmfield</a></code></li> <li><code><a title="spm.meeg.meeg.save" href="#spm.meeg.meeg.save">save</a></code></li> <li><code><a title="spm.meeg.meeg.sconfou...
HTML
ol | árbol de palma | palmera', ), Emoji( '🌵', 'cactus | planta', ), Emoji( '🌾', 'arroz | espiga | espiga de arroz | planta', ), Emoji( '🌿', 'hierba | hoja | verde', ), Emoji( '☘️', 'planta | trébol ', ), Emoji( '🍀', ...
Dart
int> fadeLevels = [ FADE_WHITE_LOW, FADE_WHITE_MED, FADE_WHITE_FULL, FADE_WHITE_MED, FADE_WHITE_LOW, FADE_NORMAL ]; fullFadeAction(fadeLevels, action, callback); } static void fullFadeAction(List<int> fadeLevels, Function action, [Function callback]) { Main.timeSca...
Dart
7795" y1="39.2544" y2="48.6826" fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="53.3623" x2="44.3163" y1="36.6219" y2="50.9509" fill="none" stroke="#61b2e4" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><line x1="51.3436" x2="46.3351" y1="35.572...
CSS
} catch (e: Exception) { mEditor.showPopupBalloon(e.message, 10) return } // 重写class val styleManager = JavaCodeStyleManager.getInstance(mProject) styleManager.optimizeImports(mFile) styleManager.shortenClassReferences(mClass) ReformatCode...
Kotlin
5.777.045-8.651-.353-11.216-.76-4.86-5.001-9.217-3.692-15.414.727-3.437 2.62-5.054 4.493-5.734 4.321-1.572 7.11 1.457 11.747 1.457 4.638 0 7.427-3.029 11.746-1.457 1.875.679 3.767 2.296 4.493 5.734 1.311 6.197-2.932 10.554-3.691 15.414z"/></svg>'; static const String dermatology = '<svg xmlns="http://www.w3.org...
Dart
L 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --><path d="M346.5 213.3h16.16C374.5 213.3 384 203.8 384 192c0-11.79-9.541-21.33-21.33-21.33h-16.16c-38.01 0-57.05-45.96-30.17-72.84l11.44-11.44c8.332-8.332 8.331-21.83-.0012-30.17c-8.334-8.334-21.83-8.332-30.17 .002L286.2 67.66C259.3 94.54 213.3 75.51 213.3 37.4...
JavaScript
2z,@H,_("Xg,rp UzqpV^])g-?qjf]_._Z7V3UMF';&S?|#@IۭBج4<p'ZFc))E @&Ԛ)EC&\vߞq.L/G?z[VaOVIӊ[,e 5C+ͦ9-?gl:8B(|46FBn"h֧F{Fg$z25 UU}!pN$Edy8 6/˳7(zTu뚮"VDNg1 ɧk=@nB HV?udE0BD#q8ӟ?[ ?V]4IT벩9ydP‹x&jV ,<Z1 jj{Hv7#S/Z/qwz5ew_ݧ` hż"ե i* Jb!Q2g"IENO'k 0D>tf¸6˒Ev=֨V'2?...
HTML