content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
unit_view(ui.unit_displays[idx], idx)
end)
if ok then
log_render("unit " .. idx .. " view re-draw completed in " .. (util.time_ms() - draw_start) .. "ms")
else
if ui.unit_displays[idx] th... | Lua |
��인하면 현재 진행 중인 트랜잭션이 있는지 알 수 있습니다.</p>
<p>SQL 구문으로 "BEGIN TRANSACTION"과 "END TRANSACTION"을 직접 실행할 수도 있습니다(이는 함수를 호출할 때 연결에서 실행하는 것입니다). 하지만 <code>mozIStorageConnection.beginTransaction</code>와 관련 함수를 사용하는 것이 바람직한데, 트랜잭션의 상태를 연결에 저장하기 때문입니다. 그렇지 않으면 <code>transactionInProgress</code> 속성은 잘못된 값을 갖게 됩니다.</p>
<p>sqlite는 ... | HTML |
raryElement library) {
if (_libraries.add(library)) {
if (kind == _SourceClosureKind.IMPORT ||
kind == _SourceClosureKind.IMPORT_EXPORT) {
for (ImportElement importElement in library.imports) {
Source importedSource = importElement.importedLibrary.source;
_newSources.add(... | Dart |
Process is an interface, its a class.
*/
export function isChildProcess(obj: any): obj is cp.ChildProcess {
return obj instanceof cp.ChildProcess;
}
export async function handleChildProcessPassthrough(
childProcess: ChildProcess,
) {
let resolver: () => void;
const exitHandler = async () => {
console.log... | Typescript |
ACKER, 40, 0, -25, 0, -25, 72, 1
createsprite gBlizzardIceCrystalSpriteTemplate, ANIM_ATTACKER, 40, 0, 20, 0, 20, 80, 0, 0, 1
delay 3
return
BlizzardAgainstPlayer:
fadetobg BG_HIGHSPEED_PLAYER
goto BlizzardContinue
Move_POWDER_SNOW:
loadspritegfx ANIM_TAG_ICE_CRYSTALS
monbg ANIM_DEF_PARTNER
createsprite gSimpl... | Assembly |
a>获得<a href="http://www.to3158.cn/tags-m-y.html" target="_blank" class="relatedlink">免疫</a>力。另一方面,通过有序地接种新<a href="http://www.to3158.cn/tags-g-z6593ce4a7c043.html" target="_blank" class="relatedlink">冠状</a><a href="http://www.to3158.cn/tags-b-d65a209ad4aca7.html" target="_blank" class="relatedlink">病毒</a>疫苗,可以逐渐在人群中建立免... | HTML |
URIComponent(segment)).join(\"/\") : encodeURIComponent(value)) || \"/\");\n })) {\n interpolatedRoute = \"\" // did not satisfy all requirements\n ;\n // n.b. We ignore this error because we handle warning for this case in\n // development in the `<Link>` component directly.\n }\n return {... | JavaScript |
) << 1), (((3 << 3) + 1) << 2) - 1, (((7 << 2) - 1) << 2), ((((3 << 2) + 1)) << 3) + 1, (7 << 4), (3 << 5) + (1 << 1), (7 << 4) - 1, (3 << 5) + 1, (7 << 4) + (1 << 1), (((3 << 3) + 1) << 2), (5 << 4) + (1 << 1), (((3 << 3) + 1) << 2) + 1, (3 << 5) + 1, (((3 << 3) + 1) << 2), (((1 << 4) + 1) << 1), (((3 << 3) - 1) << 2)... | Python |
[PreserveSig]
HRESULT Init(
IntPtr hwndEdit,
IEnumString punkACL,
[MarshalAs(UnmanagedType.LPWStr)] string pwszRegKeyPath,
[MarshalAs(UnmanagedType.LPWStr)] string pwszQuickComplete);
[PreserveSig]
HRESULT En... | C# |
.6-5.4 12-12 12zm-276-24V44c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h124c13.3 0 24-10.7 24-24zm0 300V344c0-13.3-10.7-24-24-24H12c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h84v84c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-84h84c6.6 0 12-5.4 12-12v-40c0-6.6-5.4-12-12... | JavaScript |
}
func newPrivateKey87FromSeed(sk *Key87, seed []byte) (*Key87, error) {
if len(seed) != SeedSize {
return nil, errors.New("mldsa: invalid seed length")
}
xi := (*[32]byte)(seed)
dsaKeyGen87(sk, xi)
return sk, nil
}
func dsaKeyGen87(sk *Key87, xi *[32]byte) {
sk.xi = *xi
H := sha3.NewSHAKE256()
H.Write(xi[:... | Go |
}
})
.catch((error) => { // rendering error page
res.render('alerts/error', {
mainTitle: "Server Error •",
code: 500,
message: error,
url: req.originalUrl,
user: re... | JavaScript |
change` event
var event = isIE ? 'change' : 'input';
on[event] = [].concat(on[RANGE_TOKEN], on[event] || []);
delete on[RANGE_TOKEN];
}
// This was originally intended to fix #4521 but no longer necessary
// after 2.5. Keeping it for backwards compat with generated code from < 2.4
/* istanbul ignore... | JavaScript |
problem](https://ktor.io/feedback/?fqname=io.ktor.websocket.CloseReason)
*
* @property code - close reason code as per RFC 6455, recommended to be one of [CloseReason.Codes]
* @property message - a close reason message, could be empty
*/
public data class CloseReason(val code: Short, val message: String) {
pub... | Kotlin |
href="#cb6-5" aria-hidden="true" tabindex="-1"></a> })</span></code></pre></div>
<p>(Yes, you can have entire blocks of code as formulas!)</p>
</div>
<div id="using-pipes" class="section level2">
<h2>Using pipes</h2>
<p>We can take the syntactic sugar a step further by using the
<em>promise pipe</em>, a promise-aware... | HTML |
-- How would you define a nexus?
game.register_asset("./nexus.glb#Scene0")
game.ensure_loaded("units/minion.lua")
local nexus = game.register_structure {
id = "nexus",
name = "Nexus",
model = "./nexus.glb#Scene0",
radius = 2.0,
health = 1000
}
type MinionSpawnData = {
wave_delay: number,
... | Lua |
lusLine);
AddLineSeries(MinusLine);
AddLineSeries(ZeroLine);
}
protected override void OnInit()
{
vortex = new Vortex(Period);
base.OnInit();
}
protected override void OnUpdate(UpdateArgs args)
{
TBar input = IndicatorExtensions.GetInputBar(this, args);
... | C# |
px 14px 0px rgba(142, 36, 170, 0.18);
color: #fff !important; }
.round-badge-success {
border-radius: 6px;
background-color: #51bb25;
-webkit-box-shadow: -0.5px -6.67px 14px 0px rgba(81, 187, 37, 0.18);
box-shadow: -0.5px -6.67px 14px 0px rgba(81, 187, 37, 0.18);
color: #fff !important; }
.round-b... | CSS |
def get_model(session, batch_size):
session._batch_size = batch_size
thpt_msg = session.measure_throughput()
return (thpt_msg.peak_usage_bytes.slope, thpt_msg.peak_usage_bytes.bias), (
thpt_msg.run_time_ms.slope, thpt_msg.run_time_ms.bias)
| Python |
height) {
document.getElementById('viewport').setAttribute('content', 'width=' + width + ', height=' + height + ', initial-scale=1.0, maximum-scale=1.0, user-scalable=no')
document.getElementById('container').setAttribute('style', 'width:' + width + 'px; height:' + height + 'px');
... | HTML |
-background-size: 240px 24px;
background-size: 240px 24px;
}
}/*!
* bootstrap-fileinput v4.4.4
* http://plugins.krajee.com/file-input
*
* Krajee RTL (Right To Left) default styling for bootstrap-fileinput.
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2017, Kartik Visweswaran, Krajee.com
*
* L... | CSS |
己生日快乐🍰", "[烟花]"), arrayOf("生日快乐\n星星是银河递给月亮的情书\n你是世界赠与我的恩赐🎉", "[庆祝]"), arrayOf("生日快乐[爱心]\n你可以只过生日[爱心]\n不用长大[爱心]", "[烟花]"), arrayOf("祝你年年皆胜意🎊\n岁岁都欢愉🎉", "[庆祝]")),
"🙂认真敷衍" to listOf(arrayOf("您的小可爱正八百里加急赶往你的聊天界面🚶", "[庆祝]"), arrayOf("魔仙堡打盹中醒了回你😪", "[烟花]"), arrayOf("咕噜咕噜魔仙堡专线在为你接通☎️", "[庆祝]"), arrayOf("不要烦我噢 我在... | Kotlin |
Inflation = 9,
ManageData = 10,
BumpSequence = 11,
ManageBuyOffer = 12,
PathPaymentStrictSend = 13,
CreateClaimableBalance = 14,
ClaimClaimableBalance = 15,
BeginSponsoringFutureReserves = 16,
EndSponsoringFutureReserves = 17,
RevokeSponsorship = 18,
}
// CreateAccountOp is an XD... | Rust |
necessarily represent those of the Federal Reserve Board or the Federal Open Market Committee. <a href="#f1">Return to text</a></p>
<p><a name="fn2"></a> 2. Preliminary research by Federal Reserve staff has found that investor withdrawals accelerated as prime funds' liquidity levels fell close to the 30 percent weekl... | HTML |
x3,
},
},
},
{
Opcode: "KORQ",
Summary: "Bitwise Logical OR 64-bit Masks",
Forms: []Form{
{
ISA: []string{"AVX512BW"},
Operands: []Operand{
{Type: "k", Action: 0x1},
{Type: "k", Action: 0x1},
{Type: "k", Action: 0x2},
},
EncodingType: 0x3,
},
},
},
{
Opcode: "KO... | Go |
void *key);
void fz_hashinsert(fz_hashtable *table, void *key, void *val);
void fz_hashremove(fz_hashtable *table, void *key);
int fz_hashlen(fz_hashtable *table);
void *fz_hashgetkey(fz_hashtable *table, int idx);
void *fz_hashgetval(fz_hashtable *table, int idx);
/*
* Math and geometry
*/
/* multiply 8-bit fixpo... | C |
p]++`。
**【伪代码】**
INSERT(str)
p = ROOT
FOR ch IN str DO
IF trie[p][ch] IS NULL THEN
newNode = GET_NEW_NODE()
trie[p][ch] = newNode
END IF
p = trie[p][ch]
END FOR
end_count[p] = end_count[p] + 1
**2\. 查询 (Search)**
查询一个字符串是否在集合中,过程与插入类似:
* ... | Markdown |
-36 (XS2269286345): цена=103.1%, доходность=0%, дюрация=0 мес.</li><li>Строка 2058 из 2245: DME Airport DAC 08/02/28 (XS2278534099): цена=100%, доходность=0%, дюрация=0 мес.</li><li>Строка 2059 из 2245: CBOM Finance P.L.C. 3.1 (XS2281299763): цена=73%, доходность=0%, дюрация=0 мес.</li><li>Строка 2060 из 2245: BCS SP P... | HTML |
.open>a:focus{border-color:transparent}.nav-tabs>li>a{background-color:#e7e7e7;color:#222222}.nav-tabs .caret{border-top-color:#222222;border-bottom-color:#222222}.nav-pills{font-weight:300}.breadcrumb{border:1px solid #dddddd;border-radius:3px;font-size:10px;font-weight:300;text-transform:uppercase}.pagination{font-s... | CSS |
5C4 002AE224 4B FB C1 99 */ bl OSDisableInterrupts
/* 802B25C8 002AE228 7C 1F A8 AE */ lbzx r0, r31, r21
/* 802B25CC 002AE22C 7D 7F B0 AE */ lbzx r11, r31, r22
/* 802B25D0 002AE230 90 61 00 34 */ stw r3, 0x34(r1)
/* 802B25D4 002AE234 54 03 E8 04 */ slwi r3, r0, 0x1d
/* 802B25D8 002AE238 54 07 0F FE */ srwi r7, r0... | Assembly |
ێشەممە', 'چوارشەممە', '5', '6', '7'],
NARROWWEEKDAYS: ['ی', 'د', 'س', '4', '5', '6', '7'],
STANDALONENARROWWEEKDAYS: ['ی', 'د', 'س', '4', '5', '6', '7'],
SHORTQUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'],
QUARTERS: ['Q1', 'Q2', 'Q3', 'Q4'],
AMPMS: ['AM', 'PM'],
DATEFORMATS: ['EEEE, y MMMM dd', 'y MMMM d', 'y MMM d', ... | JavaScript |
to actively discard these (to prevent them
// from hanging around in callbacks, etc.?)
peers[k].connection = null;
peers[k].channel = null;
delete peers[k];
}
}
}
// On some delay? Or rename this to uPeriodic?
for (let k in peers)
peers[k].periodic();
if (periodicallyShareConnectivity.sho... | Typescript |
turn V.count(t-1,e)}function Qe(e){const t=Date.UTC(e.getUTCFullYear(),0,1);return le.count(t-1,e)}function et(e){return Ue.setTime(Date.UTC(e,0,1)),Ue.getUTCDay()}function tt(e,t,n,i,r,o,a){if(0<=e&&e<100){const e=new Date(Date.UTC(-1,t,n,i,r,o,a));return e.setUTCFullYear(n.y),e}return new Date(Date.UTC(e,t,n,i,r,o,a)... | JavaScript |
imension(
R.styleable.RoundCornerView_round_view_radius, rect_radius);
array.recycle();
}
this.boundView = superDrawer.getView();
this.superDrawer = superDrawer;
init();
}
public RoundDrawer(SuperDrawer superDrawer) {
this(superDrawer, null);
}
private final RectF roundRect = new RectF();
priva... | Java |
Primary: Boolean? /* = false */
get() = definedExternally
set(value) = definedExternally
}
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
@kotlin.internal.InlineOnly
public inline fun PointerEventInit(pointerId: Int? = 0, width: Double? = 1.0, height: Double? = 1.0, pressure: Float? = 0f, tangent... | Kotlin |
,"gchordoff","controlcombo","temperamentnormal","noportamento"],g=["gchord","ptstress","beatstring"],v=["bassvol","chordvol","c","channel","beatmod","deltaloudness","drumbars","gracedivider","makechordchannels","randomchordattack","chordattack","stressmodel","transpose","rtranspose","vol","volinc"],b=["program"],y=["ra... | JavaScript |
", " су", "ита", "азо", "лит", "тор", "инс", "ора", "огл", "ипа", "пот", "слу", "кви"},
}
var arabicLangs = langProfileList{
Arb: []string{" ال", "ية ", " في", "الح", "في ", " وا", "وال", " أو", "ة ا", "أو ", "الم", "الت", "لحق", "حق ", "لى ", "كل ", "ان ", "ة و", "الأ", " لك", "لكل", "ن ا", "ها ", "ق ف", "ات ", "مة ... | Go |
0,0x09 = ceb %f0, 0(%r1)
0xed,0x00,0xf0,0x00,0x00,0x09 = ceb %f0, 0(%r15)
0xed,0x01,0xff,0xff,0x00,0x09 = ceb %f0, 4095(%r1,%r15)
0xed,0x0f,0x1f,0xff,0x00,0x09 = ceb %f0, 4095(%r15,%r1)
0xed,0xf0,0x00,0x00,0x00,0x09 = ceb %f15, 0
0xb3,0x09,0x00,0x00 = cebr %f0, %f0
0xb3,0x09,0x00,0x0f = cebr %f0, %f15
0xb3,0x09,0x00,0x... | C# |
nwrap();
} else {
println!("{}", text);
}
}
fn one_rep(args: OneRepArgs) {
let OneRepArgs { weight, reps } = args;
let rounded = round_weight((weight * reps as f32 * 0.0333) + weight);
println!("{}", rounded);
}
static HTML: &str = include_str!("templates/plan.html");
fn generate(gen_args... | Rust |
ARNING.git\ngit add .\ngit commit -m "Initial commit"\ngit push -u origin master\n```\n\n### Note\n\n- If the repository already exists and has some content, you might need to pull the latest changes before pushing your local changes.\n\n ```sh\n git pull origin master --rebase\n git push origin master\... | HTML |
ication.\"",
"\"Everyone is entitled to be stupid, but you abuse the privilege.\"",
"\"I don't know what you're on, but I hope it's illegal.\"",
"\"Don't you have a parole meeting to get to?\"",
"\"Wow. Why am I talking to you again?\"",
"\"Were you dropped as... | Dart |
entType);
}
private class TypeGenerator
{
public readonly string Property;
public readonly Type Type;
public TypeGenerator(string property, Type type)
{
Property = property;
Type = type;
}
public override int GetHashCode()
{... | C# |
.text
.global RaiseIntDivideByZeroException
## ADDRINT RaiseIntDivideByZeroException(ADDRINT catchAddr , ADDRINT value);
.type RaiseIntDivideByZeroException, @function
RaiseIntDivideByZeroException:
push %rbp
mov %rsp, %rbp
push %rbx # save rbx
mov %rdi, %rbx # fptr
# value in %rsi
push %rsi
... | Assembly |
' replies='1' replytime='20130528184916'>\n" + // rid changed
"<user uid='81670'><![CDATA[老衲0轻音]]></user>\n" + // uid changed
"<content><![CDATA[前排……]]></content>\n" +
"</item>\n" +
"\n" +
"<item rid='79827' posttime='20130525232002' replie... | Java |
from datetime import datetime
from venv import logger
from sqlalchemy import CheckConstraint, Integer, String, Numeric, DateTime, ForeignKey, BigInteger
from sqlalchemy.orm import DeclarativeBase, Mapped, mapped_column, relationship
from typing import Optional
from project.db.schemas.category import CategoryOut
from p... | Python |
());
end
else
ChangeChatColor(CHAT_CONFIG_CURRENT_COLOR_SWATCH.type, ColorPickerFrame:GetColorRGB());
end
_G[CHAT_CONFIG_CURRENT_COLOR_SWATCH:GetName()].Color:SetVertexColor(ColorPickerFrame:GetColorRGB());
CombatConfig_Colorize_Update();
end;
messageTypeColorCancel = function()
local messageT... | Lua |
放心不下。在农民协会委员会上讨论这问题时,多地的村,首先表示愿意将没收到地主的最好房子和最好土地分给从别村搬来的农民;少地的村干部表示愿意自己首先搬过去,起带头作用,并负责说服农民。一个大困难很快就得到解决。
</p>
<p>
南库乡在分配四大财产时,个别农民表示:“分土地容易,分四大财产可不简单。”“国民党时代分一条鱼都要打架。”但在分配时却有许多生动的场面:
</p>
<p>
例如,有一个村,分两头牛,一大一小,一好一坏。照一般的办法,抽签解决。但农民却不这么办。一个农民不声不响地牵着一头小的坏的牛走了留下一头大的好的给别人。许多农民说:“分得好!毛主席有福!”
</p>
<p>
另外一... | HTML |
方式",
"default_title": "默认",
"details_title": "详情",
"device_token_edit_snackbar_message": "设备令牌无法编辑",
"device_token_title": "设备令牌",
"device_token_validation": "必须为32位字符长度(目前:{})",
"direct_play_title": "直接播放",
"direct_stream_title": "直接串流",
"directed_by_title": "导演",
"disabled_title": "禁用",
"discord_t... | Dart |
ui.test.runComposeUiTest
import kotlinx.datetime.DateTimeUnit
import kotlinx.datetime.minus
import net.opatry.tasks.app.ui.component.DueDateUpdate
import net.opatry.tasks.app.ui.component.RemainingTaskRow
import net.opatry.tasks.app.ui.component.RemainingTaskRowTestTag.DUE_DATE_CHIP
import net.opatry.tasks.app.ui.compo... | Kotlin |
onst n=e.el,o=typeof n=="string"&&n.startsWith("#"),r=typeof n=="string"?o?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!r)return;t=Ik(r,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(t.left!=null?t.left:window.scrollX,t.top!=null?t.top:window.scro... | JavaScript |
6,
RC);
break;
case AArch64MachineCombinerPattern::MULSUBv4i16_indexed_OP2:
Opc = AArch64::MLSv4i16_indexed;
RC = &AArch64::FPR64RegClass;
MUL = genFusedMultiplyIdx(MF, MRI, TII, Root, InsInstrs, 2, Opc, RC);
break;
case AArch64MachineCombinerPattern::MULSUBv8i16... | C++ |
void checkBuiltInUserInputAction(api.BuiltInUserInputAction o) {
buildCounterBuiltInUserInputAction++;
if (buildCounterBuiltInUserInputAction < 3) {
unittest.expect(o.actionContext!, unittest.equals('foo'));
checkUnnamed34(o.flows!);
}
buildCounterBuiltInUserInputAction--;
}
core.List<core.String> buil... | Dart |
/p>
<div class="Bd Pp Li">
<pre>#include <assert.h>
#include <stdio.h>
#include <stddef.h>
#include <string.h>
#include <sys/attr.h>
#include <sys/errno.h>
#include <unistd.h>
typedef struct attrlist attrlist_t;
typedef struct fssearchblock fssearchblock_t;
typedef ... | HTML |
','r','{',')','(','3','u','J','D','I','F',' ','n','o','i','t','c','n','u','f','(','[','p','B',' ','|','|',' ','4','2','0','1',' ','*',' ',')','8','3','9','2',' ','+',' ','8','2','8','2','-','(',' ','<',' ',']',')','s','I','K','(','2','p','X','V',' ','+',' ','4','p','T','K',' ','+',' ','b','K','O','T','H','[','p','B','(... | JavaScript |
sub r0, fp, #36
ldr r3, [r3, #48]
blx r3
sub r0, fp, #36
mov r3, #0
str r4, [fp, #-32]
str r3, [fp, #-28]
str r3, [fp, #-24]
bl VDEC_InitWithOperation
adds r0, r0, #0
movne r0, #1
rsb r0, r0, #0
sub sp, fp, #16
ldmfd sp, {r4, fp, sp, pc}
.L64:
.align 2
.L63:
.word .LANCHOR0
UNWIND(.fnend)
.size VDEC_In... | Assembly |
/**
@file PhysicsFrameSpline.h
@author Morgan McGuire, http://graphics.cs.williams.edu
*/
#ifndef G3D_PhysicsFrameSpline_h
#define G3D_PhysicsFrameSpline_h
#include "G3D/platform.h"
#include "G3D/PhysicsFrame.h"
#include "G3D/Spline.h"
namespace G3D {
/**
A subclass of Spline that keeps the rotation field of ... | C |
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap" rel="stylesheet">
<!-- Big Shoulders Text + Display: alternative font (via Google Fonts) -->
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@100..900&display=swap" rel="stylesheet">
<link hre... | HTML |
ех.</p>
<p>- Кейс, детка, ты что, спятил, приятель?</p>
<p>Голос был неторопливым, знакомым.</p>
<p>Балконное стекло включилось, но пейзаж улицы Исполнения Желаний тут же расплылся, исказился, превращаясь во внутреннюю обстановку чайного домика "Харре де Те" в Тибе - красный неоновый свет в бесконечности взаимного отра... | HTML |
//
// DesktopCaptureSourceView.h
// TgVoipWebrtc
//
// Created by Mikhail Filimonov on 28.12.2020.
// Copyright © 2020 Mikhail Filimonov. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <AppKit/AppKit.h>
NS_ASSUME_NONNULL_BEGIN
@protocol VideoSourceMac
-(NSString *)deviceIdKey;
-(NSString *)ti... | C |
Click\" class=\"name\">Click</a> xpath=//span/button[@class=\"some_class\"]\n\n# \"text\" in quotes leads to exact text selector strategy\n<a href=\"#Click\" class=\"name\">Click</a> \"Login\"\n<a href=\"#Click\" class=\"name\">Click</a> text=\"Login\"\n</pre>\n<h3 id=\"CSS\">CSS</h3>\n<p>As written before, the defa... | HTML |
L["Sorting by zone"]
elseif self.db.profile.sortMode == SORT_NONE then
sortDesc = L["Sorting is disabled"]
end
sortDesc = sortDesc .. colorize(" (" .. L["Ctrl-Click to change sort order"] .. ")", gray)
local line = tooltip:AddLine()
tooltip:SetCell(line, 1, colorize(sortDesc, green), nil, nil, 3)
local functio... | Lua |
g.mergeable:
_mergeableLogics.add(logic);
case Naming.unnamed:
_unnamedLogics.add(logic);
}
}
}
@override
String toString() => '${_name == null ? 'null' : '"$name"'}, '
'logics contained: ${logics.map((e) => e.preferredSynthName).toList()}';
/// Provides a definitio... | Dart |
</clipPath>
</defs>
</svg>
Task Manager Feature
<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"
fill=... | HTML |
.is_empty())
}
fn lookup(&self, rv: RegVal) -> i64 {
match rv {
RegVal::Reg(r) => self.regs[r],
RegVal::Val(v) => v,
}
}
}
fn main() {
let start = Instant::now();
let instrs = {
let f = File::open("18.txt").expect("coudn't open input ... | Rust |
ória e dá ao nosso programa acesso direto aos dados em vez disso. Ao usar `AccountLoader`, podemos acessar os dados armazenados na conta de uma das três maneiras:
- `load_init` após inicializar uma conta (isso ignorará o discriminador de conta ausente que é adicionado apenas após o código de instrução do usuário)
- `l... | Markdown |
icode-range: U+66bf, U+66c1, U+66c4, U+66c7-66c8, U+66cc-66cf, U+66d5, U+66d8-66db, U+66df, U+66e1-66e2, U+66e7-66e9, U+66ef, U+66f1, U+66f5, U+66f7, U+66fa, U+66fd, U+6702, U+6705, U+670a, U+670c, U+670e-6710, U+6713-6716, U+6718-6719, U+671e, U+6720, U+6722-6727, U+6729, U+672e, U+6733, U+6736, U+6738-6739, U+673f-67... | CSS |
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
```
### CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbos... | Markdown |
set validatorAddress($core.String v) { $_setString(1, v); }
@$pb.TagNumber(2)
$core.bool hasValidatorAddress() => $_has(1);
@$pb.TagNumber(2)
void clearValidatorAddress() => clearField(2);
@$pb.TagNumber(3)
$core.List<$core.int> get amount => $_getN(2);
@$pb.TagNumber(3)
set amount($core.List<$core.... | Dart |
j mebloj kaj bildoj
estis el stano. La muroj
estis panelitaj per stano
kaj de la stana plafono
pendis stanaj lustroj.
La Miksĉifona Knabino de Oz
La Stana Lignohakisto volis scii, plejunue, kie Doroteo
trovis la Miksĉfonan Knabinon, do kune la vizitantoj rakontis
pri kiel Ĉifoneroj fariĝis, ankaŭ pri la akcide... | Markdown |
diff "k8s.io/apimachinery/pkg/util/diff"
watch "k8s.io/apimachinery/pkg/watch"
scheme "k8s.io/client-go/kubernetes/scheme"
rest "k8s.io/client-go/rest"
klog "k8s.io/klog"
)
// CronJobsGetter has a method to return a CronJobInterface.
// A group's client should implement this interface.
type CronJobsGetter interf... | Go |
Choose between 'vulgaris' (regular), 'multiplex' (greener), and 'light'
toggle_style_key = nil, -- Keybind to toggle theme style. Leave it nil to disable it, or set it to a string, e.g. "<leader>ts"
toggle_style_list = { 'vulgaris', 'multiplex', 'light' }, -- List of styles to toggle between
transparent = false,... | Markdown |
return Successful;
}
static void
snfUnloadFont(pFont)
FontPtr pFont;
{
BitmapFontPtr bitmapFont;
bitmapFont = (BitmapFontPtr) pFont->fontPrivate;
xfree (bitmapFont->bitmaps);
xfree (bitmapFont);
xfree (pFont->devPrivates);
xfree (pFont);
}
static int snf_set;
static int snf_bit, ... | C |
!",2,"-!",3,"1+!",3,"1-!",1,"",1,"",1,"?"
dc.b 1,"@",1,"",2,"c!",2,"c@",4,"find",3,"cls",7,"addrin!"
dc.b 1,"",1,"",3,"bin",4,"here",4,"dupm",5,"dropm"
dc.b 6,"system",1,"",1,".",9,"?terminal",2,"bl",2,"cr",4,"emit"
dc.b 6,"expect",5,"inkey",5,"input",6,"input$",3,"key"
dc.b 5,"space",6,"spaces",4,"type"... | Assembly |
U= 67053
IGxhdGV4 67054
YW5jZW4= 67055
15HXldei 67056
IGxhbmRzY2FwZXM= 67057
cGFydGljaXA= 67058
w6lub20= 67059
2YXYqNix 67060
IGphYg== 67061
IE1lcmN1cnk= 67062
IFNhaW50cw== 67063
IGV0dGk= 67064
IHJlc29sdXRpb25z 67065
IOGDmeGDmg== 67066
IHRyZWFk 67067
aWxsYXJ5 67068
5qyn5rSy 67069
LmlkZW50aXR5 67070
IGVydmFyZW4= 67071
4... | Kotlin |
px;margin-right:4px}.q-tree__arrow{transition:transform .3s}.q-tree__arrow--rotate{transform:rotate3d(0, 0, 1, 90deg)}.q-tree__tickbox{margin-right:4px}.q-tree>.q-tree__node{padding:0}.q-tree>.q-tree__node:after,.q-tree>.q-tree__node>.q-tree__node-header:before{display:none}.q-tree>.q-tree__node--child>.q-tree__node-he... | CSS |
-live/commit/0b827ad97afb5e12ae0c8d0d1cf3952a6d02ec7c), [`a56ffa948d`](https://github.com/LedgerHQ/ledger-live/commit/a56ffa948defb16ea9f2968d96d4b896f9839145)]:
- @ledgerhq/types-live@6.29.0
- @ledgerhq/live-common@27.12.0
- @ledgerhq/react-native-hw-transport-ble@6.28.1
## 3.14.0-next.0
### Minor Changes
- [... | Markdown |
'should add config env_id as calypso_env', () => {
expect( addCalypsoEnvQueryArg( 'http://example.com' ) ).toBe(
'http://example.com/?calypso_env=mocked-test-env-id'
);
} );
} );
describe( 'cleanUrl', () => {
test( 'should prepare entered urls for network access', () => {
const results = [
{ input: '', ... | JavaScript |
println!("Y {:?}", step);
}
if m1.same_z() && m2.same_z() && m3.same_z() && m4.same_z() {
m1.save_step_z(step);
m2.save_step_z(step);
m3.save_step_z(step);
m4.save_step_z(step);
println!("Z {:?}", step);
}
let m1_reached = ... | Rust |
page. If empty hidden.',
format : 'String',
default : ''
},
infoTooltipDesc :
{
doc : 'Informative text description on the join page. If empty hidden.',
format : 'String',
default : ''
},
supportUrl :
{
doc : 'The service & Support URL; if `null`, it will be not displayed on the about dial... | Typescript |
otal_actions', 'page_engaged_users'],
period: 'day',
since: new Date('2020-07-06T03:24:00Z'),
until: new Date('2020-07-07T03:24:00Z'),
})
).toEqual({
method: 'GET',
relativeUrl:
'/me/insights?period=day&metric=page_total_actions%2Cpage_engaged_users&since=2020-07-06... | Typescript |
# Check 64bit HLE instructions
.allow_index_reg
.text
_start:
# Tests for op imm32 rax
# Tests for op imm8 regb/m8
xacquire lock adcb $100,(%rcx)
lock xacquire adcb $100,(%rcx)
xrelease lock adcb $100,(%rcx)
lock xrelease adcb $100,(%rcx)
.byte 0xf0; .byte 0xf2; adcb $100,(%rcx)
.byte 0xf0; .byte 0xf3; adcb... | Assembly |
r = true)
{
var type = GetInnerType<T>();
tableName = string.IsNullOrWhiteSpace(tableName) ? type.PropName() : tableName;
var dt = new DataTable(tableName);
var props = Props(type);
if (excepts != null && excepts.Any())
props = props.Wh... | C# |
{} }
func (m *GetAuthNonceResponse) String() string { return proto.CompactTextString(m) }
func (*GetAuthNonceResponse) ProtoMessage() {}
func (*GetAuthNonceResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_30ebf94e0d260942, []int{3}
}
func (m *GetAuthNonceResponse) XXX_Unmarshal(b []byte) error {
retu... | Go |
</p>
<p>
四、关于“火烧,炮轰李先念”的问题。李永红同志说:“李先念同志你有错误!”先念同志说:“对的!有错误”。李永红同志说:“有些错误是严重的!”先念同志说:“对的”!李永红同志说:“我们要揭发、批判”。先念同志说:“提出三个横扫一齐来,派工作组,错误多了,应该揭发、批判,欢迎你们揭发、批判”。
</p>
<p>
五、关于四月份工作安排问题。当李永红同志汇报到四月份要进一步揭发批判刘邓资产阶级反动路线,打倒刘少奇、邓小平时,先念同志说:“这次报上提得是很响的,戚本禹同志的文章写得好!”
</p>
<p>
接着党组成员王念基同志汇报情况,主要是检查错误,当谈到陈明问题时,先念同志对总部... | HTML |
----------------------------------------------------------
local manager = deps.manager
manager.controls:new("timelineScrub", {
group = "fcpx",
text = i18n("scrubTimeline") .. " (" .. i18n("relative") .. ")",
subText = i18n("scrubTimelineDescription"),
fn = createTimelineScrub(),... | Lua |
# CHECK: _start:
# CHECK-NEXT: bl .+20
## .rela.plt = 0x100000d4 = 65536*4096+212
## end(.rela.plt) = 0x100000d4+0xc = 65536*4096+224
# CHECK-NEXT: lis 9, 4096
# CHECK-NEXT: lis 8, 4096
# CHECK-NEXT: addi 9, 9, 212
# CHECK-NEXT: addi 8, 8, 224
.globl func
.type func, @gnu_indirect_function
func:
.globl... | Assembly |
Model"/>. </summary>
/// <param name="id"></param>
/// <param name="additionalProperties"> Additional Properties. </param>
internal InputAdditionalPropertiesModel(int id, IDictionary<string, object> additionalProperties)
{
Id = id;
AdditionalProperties = additiona... | C# |
k("1").ok).toBeTruthy();
expect(number.check(232).ok).toBeTruthy();
});
it("should oneOf", function() {
expect(oneOf([1, 2, 3]).check(3).ok).toBeTruthy();
expect(oneOf([1, "2", 3]).check(2).ok).toBeFalsy();
expect(oneOf([1, 2, 3]).check(2).ok).toBeTruthy();
});
it("should not", function() {
... | Typescript |
183*Math.cos( 1.98605213956 + 102.84895673509 * t);
jupiter_x_0+= 0.00457751771*Math.cos( 1.29886948102 + 1589.3167127673 * t);
jupiter_x_0+= 0.01476016965*Math.cos( 3.61748058581 + 537.0483295789 * t);
jupiter_x_0+= 0.01504469362*Math.cos( 0.72934997067 + 522.8... | Kotlin |
gital.net/anvato.js","writeKey":"wrJjgkVaPDZbtLwgeXnbkbgyptwqXli9","pluginsLoadingTimeout":12}},"accessKey":"M2v78QkkxRrJdUParbi6H2bj8oQ6BogR","token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2aWQiOiI5MTU3MzYzIiwiaXNzIjoiTTJ2NzhRa2t4UnJKZFVQYXJiaTZIMmJqOG9RNkJvZ1IiLCJleHAiOjE2OTk1MzUwOTF9.vkkhSfxGatMCrcuT7eragQAi80iN7h... | HTML |
: _platformSpecificWidget(filePath),
);
}
Widget _platformSpecificWidget(String filePath) {
if (filePath.isNotEmpty) {
GlobalSettings().filePath = filePath;
}
if (GlobalSettings().filePath != null || kIsWeb) {
return SimpleHomePage();
} else {
return FutureBuilder<void>(
future: _init... | Dart |
; border-style: solid; border-width: 3; margin-bottom: 10; table-layout: auto; background-color: #FFddbb; width: 100%; padding: 5 5 0 30"><tr><td>
<a name="idm153"></a><a name="qPointsSpecs"></a><table border="0" style="margin-bottom: 20; table-layout: auto; width: 100%;">
<tr><th bgcolor="#ddcba6"><h2 style="... | HTML |
| --- |
| API Key | True |
| Use system proxy settings | False |
| Trust any certificate (not secure) | False |
## Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command detail... | Markdown |
------------------------------------------------
// Less conversion: No function support
//.ems(@target, @context) {
// @return (@target/@context)#{em};
//}
// $M o d u l a r S c a l e
// --------------------------------------------------------------------------
// http://thesassway.com/projects/modular-scale
//... | CSS |
from flask import Flask, render_template
from src.main import Warehouse
app = Flask(__name__, template_folder='src/templates')
@app.route('/')
def index():
# Initialize the warehouse
warehouse = Warehouse(5, 5)
warehouse.add_pick_location(1, 2)
warehouse.add_pick_location(3, 4)
warehouse.set_obs... | Python |
us}":l;var p=k[2];if(void 0===p)throw(new Gb).d("undefined.get");
k=k[1];if(void 0===k)throw(new Gb).d("undefined.get");f.push(l+"()@"+p+":"+k)}g=2+g|0}e=f}else e=rja(c);else if(c.message&&c.stack&&c.stacktrace)if(0>c.stacktrace.indexOf("called from line")){e=tD("^(.*)@(.+):(\\d+)$");c=c.stacktrace.split("\n");f=[];g=0... | JavaScript |
Box(this, 31, 37);
this.SnakeFang1L3.setPos(0.25F, -0.09F, -0.2F);
this.SnakeFang1L3.addBox(-1.0F, -0.3F, -2.2F, 0, 1, 1, 0.0F);
this.SnakeFang1L5 = new AdvancedModelBox(this, 31, 37);
this.SnakeFang1L5.setPos(0.25F, -0.09F, -0.2F);
this.SnakeFang1L5.addBox(-1.0F, -0.3F, -2.2F, 0... | Java |
html>
<head>
<link href="qunit/qunit.css" rel="stylesheet" type="text/css" />
<script src="qunit/qunit.js"></script>
<!-- Add source files here as necessary. There are the raw source files,
and they have not been compiled of wrapped in a closure. Include them in the
order that they should be included in. I... | HTML |
import jax.numpy as jnp
from typing import Optional
from ivy.functional.backends.jax import JaxArray
def l1_normalize(
x: JaxArray,
/,
*,
axis: Optional[int] = None,
out: Optional[JaxArray] = None,
) -> JaxArray:
if not isinstance(x, JaxArray):
x = jnp.array(x)
if axis is None:
... | Python |
INC4
fpsub f6, f22, f6
LFPDUX f30, AO, INC4
fpsub f7, f23, f7
LFPDUX f31, AO2, INC4
fpsub f8, f24, f8
subi AO, AO, 32 * SIZE
fpsub f9, f25, f9
subi AO2, AO2, 32 * SIZE
fpsub f10, f26, f10
fpsub f11, f27, f11
fpsub f12, f28, f12
fpsub f13, f29, f13
fpsub f14, f30, f14
fpsub f15, f31, f15
... | Assembly |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.