content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
},
[25922] = {"Despierta a la bestia", nil, {"Habla con el Ensalmador de la tierra Duarn en el interior de Nespirah para activar sus defensas biológicas. Después, huye del cuerpo de Nespirah."}},
[25923] = {"Acaba con Némesis", nil, {"Usa el tótem de Tortolla y la ayuda de uno de los hijos de Tortolla para derrotar a N... | Lua |
n the $PATH
mkdir -p $HOME/bin
cp ./taxonkit $HOME/bin/
## Bash-completion
Supported shell: bash|zsh|fish|powershell
Bash:
# generate completion shell
taxonkit genautocomplete --shell bash
# configure if never did.
# install bash-completion if the "complete" command is not found.
... | Markdown |
intf+0x12a0>
42df3c: 4b040129 sub w9, w9, w4
42df40: b900bba4 str w4, [x29, #184]
42df44: 4b1c013c sub w28, w9, w28
42df48: 17fffda5 b 42d5dc <_IO_vfprintf+0xb34>
42df4c: 290f9bae stp w14, w6, [x29, #124]
42df50: 910563a0 add x0, x29, #0x158
42df54: 2910aba5 stp w5, w10, [x29, #132]
42df58: b9008... | Assembly |
region: req.user.geo.region,
};
};
req.site.publisher = {
publisherId: validBidRequests[0].params.publisherId
};
consentCheck(bidderRequest, req);
return {
method: 'POST',
url: endpoint,
data: req,
};
}
export function interpretResponse(serverResponse) {
const bidsValue = []... | JavaScript |
EXPRESS = "Express Revolver",
AMMO_REVOLVER_EXPRESS_EXPLOSIVE = "Explosives Revolver",
AMMO_REVOLVER_HIGH_VELOCITY = "Velocity Revolver",
AMMO_REVOLVER_SPLIT_POINT = "Splitpoint Revolver",
AMMO_RIFLE = "Normal Rifle",
AMMO_RIFLE_ELEPHANT = "Elephant Rifle",
AMMO_RIFLE_EXPRESS = "Express Rifle",
... | Lua |
O=вин,ед,сред'},
{'lex': 'тот', 'gr': 'APRO=им,ед,сред'}],
'text': 'то'},
{'text': ' '},
{'analysis': [{'lex': 'быть', 'gr': 'V,нп=непрош,ед,изъяв,3-л,несов'},
{'lex': 'быть', '... | HTML |
{
if (codeName == CodeGenerator.NameOfBindingList)
{
var list = new List<Assembly>(_generatedAssemblies);
list.AddRange(_referencedAssemblies);
var assembly = CompileSource(textGenerator.Submit(), codeName, list);
... | C# |
人不安的氣氛籠罩著這個地方。
探索四周,尋找鑰匙、閱讀筆記、移動箱子。
每踏出一步,這間咖啡館就變得越來越不真實……

## 地圖資訊
- **原名**:Detective Stories: Chapter 1 - Case «Cafe»
- **適用版本**:MC 原版 1.21.4
- 🧠 **主題類型**:解密、恐怖地圖、挑戰冒險、複雜
🎮 地圖原帖:[點此前往官方發布頁面](https://www.planetminecraft.com/project/detective-stories-chapter-1-case... | Markdown |
/*
* This file is part of Hootenanny.
*
* Hootenanny 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 3 of the License, or
* (at your option) any later version.
*
* This program is distri... | C |
public void testContainsException() {
RBloomFilter<String> f1 = redisson.getBloomFilter("filter");
assertThat(f1.contains("1")).isFalse();
f1.tryInit(100, 0.03);
RBloomFilter<String> f2 = redisson.getBloomFilter("filter");
f2.delete();
f2.tryInit(200, 0.03);
ass... | Java |
using IndexApi = Reloaded.Mod.Loader.Update.Index.IndexApi;
using IOEx = Sewer56.DeltaPatchGenerator.Lib.Utility.IOEx;
using Routes = Reloaded.Mod.Loader.Update.Index.Routes;
namespace Reloaded.Mod.Loader.Tests.Index;
public class IndexBuildTests : IndexTestCommon
{
[Fact]
public async Task BuildNuGetIndex()
... | C# |
'pop': 1362,
'state': 'IA'
},
{
'_id': '50662',
'city': 'OELWEIN',
'loc': [-91.913084, 42.681095],
'pop': 8426,
'state': 'IA'
},
{
'_id': '50665',
'city': 'PARKERSBURG',
'loc': [-92.76876300000001, 42.571377],
'pop': 3544,
'state': 'IA'
},
{
'_id': '50666'... | Dart |
"example">
<link rel="apple-touch-icon" href="icons/Icon-192.png">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<title>example</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
<!-- This script installs service_worker.js to provide PWA functionality to
... | HTML |
e", "r": "米", "sc": 10, "l": 5, "f": 7862},
{"h": "綍", "p": "fú", "sp": "fu", "r": "糸", "sc": 13, "l": 5, "f": 7863},
{"h": "縕", "p": "yūn", "sp": "yun", "r": "糸", "sc": 16, "l": 5, "f": 7864},
{"h": "罋", "p": "wèng", "sp": "weng", "r": "缶", "sc": 19, "l": 5, "f": 7865},
{"h": "罷", "p": "bà", "sp": "ba", "r": "... | Dart |
vue-style-loader', 'css-loader', 'less-loader']
},
{
test: /\.css$/,
use: ['vue-style-loader', 'css-loader']
},
{
test: /\.html$/,
use: 'vue-html-loader'
},
{
test: /\.js$/,
use: 'babel-loader',
include: [ path.resolve(__dirname... | JavaScript |
ServiceBase functions
throw error;
}
};
const updateObject = (obj: any, path: string, value: any, fieldHandlerType: string) => {
try {
if (value && fieldHandlerType === 'encode') {
const marshalled = marshallObj(value);
_.set(obj, path, marshalled);
} else if (value?.value && fieldHandlerT... | Typescript |
"
style="
font-family: sans-serif;
vertical-align: top;
padding-bottom: 10px;
padding-top: 10px;
... | HTML |
ing you to retrieve the View.
*
* Workaround for https://issuetracker.google.com/issues/123653014
*/
inline fun waitUntilHasChildren(crossinline recyclerProvider: () -> RecyclerView) {
Espresso.onIdle()
lateinit var recycler: RecyclerView
InstrumentationRegistry.getInstrumen... | Kotlin |
考虑到 Grafana 部署在许多自动化平台、CI/CD 系统、运维面板和监控大屏中,管理员与开发者往往处于长时间保持登录状态,攻击者可通过钓鱼邮件、社交工程等方式引导访问,从而构成实际风险。
目前,Grafana 官方已发布多个版本补丁,推荐所有管理员立即升级至以下版本之一:
- 10.4.18+security-01
- 11.2.9+security-01
- 11.3.6+security-01
- 11.4.4+security-01
- 11.5.4+security-01
- 11.6.1+security-01
- 12.0.0+securit... | Markdown |
using UnityEngine;
using System.Collections.Generic;
namespace NaughtyAttributes.Test
{
//[CreateAssetMenu(fileName = "TestScriptableObjectB", menuName = "NaughtyAt | C# |
neededLeases; i++ {
wg.Add(1)
go func() {
defer wg.Done()
leaseID, err := ls.createLeaseWithKeys(TTLShort)
if err != nil {
return
}
ls.shortLivedLeases.add(leaseID, time.Now())
}()
}
wg.Wait()
}
func (ls *leaseStresser) createLeaseWithKeys(ttl int64) (int64, error) {
leaseID, err := ls.cre... | Go |
.Join(xenonPath, "xenon.json")
if err = ioutil.WriteFile(xenonFilePath, cfg.buildXenonConf(), 0644); err != nil {
return fmt.Errorf("failed to write xenon.json: %s", err)
}
log.Info("init command success")
return nil
}
// PITR backup
func (myConf *Config) RunPitrBackupS3(cfg *BackupClientConfig) {
if len(cfg.XC... | Go |
iated scripting method is [**WSMan.EnumerationFlagHierarchyDeepBasePropsOnly**](wsman-enumerationflaghierarchydeepbasepropsonly.md) and the C++ method is [**IWSManEx.EnumerationFlagHierarchyDeepBasePropsOnly**](/windows/desktop/api/WSManDisp/nf-wsmandisp-iwsmanex-enumerationflaghierarchydeepbasepropsonly).
</dt> </dl... | Markdown |
2;
pub const MaxCreationsPerBlock: u32 = 2;
pub const ProtocolTokenId: u32 = PROTOCOL_TOKEN_ID;
pub const PaymentTokenId: CurrencyId = PAYMENT_TOKEN_ID;
pub const MinimumDeposit: Balance = 1 * DOLLARS;
pub const ControlPalletId: PalletId = PalletId(*b"gd/cntrl");
pub const Game3FoundationTreasuryAccountId: Accou... | Rust |
::public_function_in_crate()");
}
// 嵌套模块的可见性遵循相同的规则
mod private_nested {
#[allow(dead_code)]
pub fn function() {
println!("called `my_mod::private_nested::function()`");
}
}
}
fn function() {
println!("called `function()`");
}
fn main() {
// 模块机制消除了相同名字的项之... | Markdown |
turn is here. */
bl Lget_ret_type0_addr /* Get pointer to Lret_type0 into LR. */
mflr r4 /* Move to r4. */
slwi r3,r3,4 /* Now multiply return type by 16. */
add r3,r3,r4 /* Add contents of table to table address. */
mtctr r3
bctr /* Jump to it. */
LFE1:
/* Each of the ret_typeX code fragments has... | Assembly |
T COUNT(DISTINCT `id`) FROM `users`",
},
{
input: Dialect(dialect.Postgres).
Select().Count(Distinct("id")).From(Table("users")),
wantQuery: `SELECT COUNT(DISTINCT "id") FROM "users"`,
},
{
input: func() Querier {
t1 := Table("users")
t2 := Select().From(Table("groups"))
t3 := Select().... | Go |
) -> &'a mut W {
self.variant(EXS1B_A::VALUE1)
}
#[doc = "Input ERU_1B1 is selected"]
#[inline(always)]
pub fn value2(self) -> &'a mut W {
self.variant(EXS1B_A::VALUE2)
}
#[doc = "Input ERU_1B2 is selected"]
#[inline(always)]
pub fn value3(self) -> &'a mut W {
sel... | Rust |
import telebot
import re
import datetime
# Токен бота
bot_token = '***'
# Создание экземпляра бота
bot = telebot.TeleBot(bot_token)
c = chr(24)
# Обработчик сообщений
@bot.message_handler(func=lambda message: True)
def handle_message(message):
request_id_num = message.text
report_text = get_report_from_file... | Python |
(),
// bitmap);
if (bmp1 == null) {
Log.v("MewX-Main", "BitmapDrawable == null");
return;
}
image1.setImageDrawable(bmp1);
image1.setClickable(true);
int height = (int) ((float) layout2.getWidth()
/ bmp1.getMinimumWidth() * bmp1.getMinimumHeight());
image1.setLayoutParams(... | Java |
я" ввожу значение переменной "$ИмяПеременной$" - </em>значение переменной будет взято из Контекста</p>
<p dir="ltr"><em>И в поле с именем "ИмяПоля" ввожу значение переменной "$$ИмяПеременной$$" - </em>значение переменной будет взято из КонтекстаСохраняемого</p></blockquote>
<p dir="ltr">5. Имена переменных должны соотв... | HTML |
比较简单,但是底层的遍历操作就被屏蔽了,这个缺点就比较难暴露出来。
这四个缺点造成了 select 服务器的编写逻辑比较复杂,例如我们在维护数组时,文件描述符的分布并不是连续的,如果要让它们分布变得集中,还要再增加诸如排序等逻辑,然而这样做可能并不会对性能产生多大的帮助。
> 小结 select 函数的原理:它会将用户传入的文件描述符集合拷贝到内核空间,然后遍历这个集合,检查每个文件描述符的状态,如果有就绪的文件描述符,就将其标记为可读、可写或异常,并将就绪的文件描述符的数量返回给用户。这个遍历的过程是比较耗时的,尤其是当文件描述符的数量很多时,会造成很大的开销。
### 3.4 应用场景
select 服务器的应用场景一般... | Markdown |
AndBottom = textAscent() + textDescent();
int lineFitCount = 1 + PApplet.floor((boxHeight - topAndBottom) / textLeading);
int lineCount = Math.min(textBreakCount, lineFitCount);
if (textAlignY == CENTER) {
float lineHigh = textAscent() + textLeading * (lineCount - 1);
float y = y1 + textAscent(... | Java |
1]}` +
[...Array(dups).keys()]
.map((d) => {
const [x, y] = a.slice(2 + dups * 2 + d * 2);
return `M${x} ${y} C${x} ${y}, ${x} ${y}, ${x} ${y} `;
})
.join("")
.repeat(repeat - i)
);
}
);
if (i === 0) {
ele.... | Typescript |
end
self._whole_pattern_up = c
end
if self.mappings.whole_pattern_down.group_name then
local c = UIButton(self)
c.group_name = self.mappings.whole_pattern_down.group_name
c.tooltip = self.mappings.whole_pattern_down.description
c:set_pos(self.mappings.whole_pattern_down.index)
c:set(self... | Lua |
+ 1.0/6
tt_motor[i] = tt_car_ivt_first[i] + tt_car_ivt_second[i] + 1.0/6
tt_walk[i] = (d1[i]+d2[i])/5
tt_taxi[i] = tt_car_ivt_first[i] + tt_car_ivt_second[i] + 1.0/6
tt_SMS[i] = tt_car_ivt_first[i] + tt_car_ivt_second[i] + 1.0/6
tt_Rail_SMS[i] = tt_public_ivt_first[i]+ tt_public_ivt_second[i]+(tt_public_out_f... | Lua |
Object?>(
'dev.flutter.echo.basic.standard',
StandardMessageCodec(),
);
const BasicMessageChannel<ByteData> basicBinary =
BasicMessageChannel<ByteData>(
'dev.flutter.echo.basic.binary',
BinaryCodec(),
);
/// WARNING: Don't change the following line of code, it will invalidate
/// `Large... | Dart |
// *** WARNING: this file was generated by pulumi-language-dotnet. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Threading.Tasks;
using Pulumi.Serialization;
namespace Pulumi.Aws.Ke... | C# |
std::setfill('0') << std::hex << (int)digest[j];
std::cout << " \"" << TestVals[i] << '\"' << std::endl;
}
}
return pass;
}
#endif
bool ValidateHMAC()
{
return RunTestDataFile(CRYPTOPP_DATA_DIR "TestVectors/hmac.txt");
}
#ifdef CRYPTOPP_REMOVED
bool ValidateXMACC()
{
typedef XMACC<MD5> XMACC_MD5;
const ... | C++ |
es
check_type_9:
; if boss, and he's waiting,
; don't produce enemies
cmp #$9
bne setup_enemy_defaults
lda BOSS_WAITING
beq setup_enemy_defaults
jmp move_enemies
;========================
; setup enemy defaults
setup_enemy_defaults:
inc ENEMIES_SPAWNED
inc TOTAL_ENEMIES_OUT
lda #$1
sta (ENE... | Assembly |
*/
public static final int TaskData = 0x002900C5;
/** (0029,xxC6) VR=IS VM=1 Task Data Size */
public static final int TaskDataSize = 0x002900C6;
/** (0029,xxC9) VR=SQ VM=1 Clip Plane Sequence */
public static final int ClipPlaneSequence = 0x002900C9;
/** (0029,xxCA) VR=DS VM=3 Clip Plane Ce... | Java |
nts[i+1].x
y = (1-t) * points[i].y + t * points[i+1].y
newpoints[i] = new point(x,y)
drawCurvePoint(newpoints, t)</textarea
>
</td>
</tr>
<tr>
<td>2</td>
</tr>
<tr>
<td>3</td>
</tr>
<tr>
<td>4</td>
</tr>
<tr... | HTML |
ToOrders,
instrumentToBasePosition
);
const instrumentToPositionWithProfits = populateUnrealizedProfits(
instrumentToPosition,
instrumentToPositionWithRealizedProfit
);
return instrumentToPositionWithProfits;
}
export function populateProfitsFromServerData(
serverData: ServerData,
instrumentT... | Typescript |
*
* 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 specific language governing permissions and
* limitations under the... | Java |
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
-- @ MaximumADHD, 2017 - 2022
-- Celestial Body Dragger
-- A plugin that lets you drag
-- the sun and moon around
---------------------------------... | Lua |
&& !defined(TRANSA)) || (!defined(LEFT) && defined(TRANSA))
movq K, %rax
subq KK, %rax
movq %rax, KKK
#else
movq KK, %rax
#ifdef LEFT
addq $1, %rax // number of values in AO
#else
addq $2, %rax // number of values in BO
#endif
movq ... | Assembly |
1610, 1, 8));
}
if (inter_freq_carrier_freq_list_ext_v1610.is_present()) {
HANDLE_CODE(pack_dyn_seq_of(bref, *inter_freq_carrier_freq_list_ext_v1610, 1, 8));
}
if (meas_idle_cfg_sib_nr_r16.is_present()) {
HANDLE_CODE(meas_idle_cfg_sib_nr_r16->pack(bref));
}
}
}
retu... | C++ |
d\n"},function(e,t,n){"use strict";t["a"]="\n@export clay.compositor.lut\nvarying vec2 v_Texcoord;\nuniform sampler2D texture;\nuniform sampler2D lookup;\nvoid main()\n{\n vec4 tex = texture2D(texture, v_Texcoord);\n float blueColor = tex.b * 63.0;\n vec2 quad1;\n quad1.y = floor(floor(blueColor) / 8.0);\n quad1.x = fl... | JavaScript |
Name;
}
bool avoidRenaming(String oldName) {
// Variables of this $form$ are used in pattern matching the message of JS
// exceptions, so should not be renamed.
// TODO(sra): Introduce a way for indicating in the JS text which variables
// should not be renamed.
return oldName.startsWith(r'$') ... | Dart |
.getExpr(0);
paraName = id.getId();
}
this.exprList = exprList;
}
public void exec(Env env, Scope scope, Writer writer) {
SqlPara sqlPara = (SqlPara)scope.get(SqlKit.SQL_PARA_KEY);
if (sqlPara == null) {
throw new TemplateException("#para directive invoked by getSqlPara(...) method only", location);
... | Java |
ton(self.frame_part, text='↓', cnf=CNF_BTN, font=FONT2, width=4, height=1, command=self.down_tree_part)
self.btn_up_tree_part.grid(row=19, column=0, cnf=CNF_GRID, sticky='s')
self.btn_confirm_tree_part.grid(row=20, column=0, cnf=CNF_GRID)
self.btn_down_tree_part.grid(row=21, column=0... | Python |
aor.SetDeleted()
assert.NotZero(t, aor.UpdatedAt)
assert.Equal(t, true, aor.Deleted)
}
func TestAddOpsEventRateClause(t *testing.T) {
t.Parallel()
aor := createAutoOpsRule(t)
l := len(aor.Clauses)
c := &autoopsproto.OpsEventRateClause{
GoalId: "goalid01",
MinCount: 10,
ThreadsholdRate: 0.5... | Go |
provide a
/// customized form of this template explicitly with higher alignment, and
/// potentially use alignment attributes on functions to satisfy that.
template <int Alignment, typename FunctionPointerT>
struct FunctionPointerLikeTypeTraits {
static constexpr int NumLowBitsAvailable =
detail::ConstantLog2<A... | C |
(_: *mut JNIEnv, _: jobject, data: jpointer, size: jfloat) {
get_safe_data(data).glinit.set_brush_size(size);
}
pub unsafe fn init(env: *mut JNIEnv) {
LUA_EXCEPTION = CaseClass::new(env, cstr!("com/github/wartman4404/gldraw/LuaException"), cstr!("(Ljava/lang/String;)V"));
RUNTIME_EXCEPTION = CaseClass::ne... | Rust |
/*
* Copyright (C) 2013 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... | C |
(123);
when(userMapper.selectById(123)).thenReturn(user);
Assertions.assertEquals(user, processService.getUserById(123));
}
@Test
public void testFindAllSubWorkflowDefinitionCode() {
int parentProcessDefineId = 1;
long parentProcessDefineCode = 1L;
int parentProcessD... | Java |
ode=true, bool mfMode=true);
void showFacetOutlineList(bool repositoryMode=true, bool mfMode=true);
void showFacetOutlineView(bool repositoryMode=true, bool mfMode=true);
void showFacetNoteEdit(bool repositoryMode=true, bool mfMode=true);
void showFacetMindThink();
void showFacetMindSleep();
v... | C |
lineTo(viewFinderLeft, viewFinderBottom - viewFinderCornersSize)
}
viewFinderPathSaved = true
}
canvas.drawPath(viewFinderPath, this.viewFinderPaint)
}
/**
* Creates a Static Layout used to show a message below the viewfinder
*/
@Suppress("Deprecation")
... | Kotlin |
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 specific language governing permissions and
// limitations under the License.
import {Spec, Test, Exam} from "@swim/unit";... | Typescript |
#pragma once
#include "mc/_HeaderOutputPredefine.h"
// auto generated inclusion list
#include "mc/comprehensive/IApi.h"
#include "mc/deps/core/threading/TaskQueuePortStatus.h"
#include "mc/deps/core/threading/XTaskQueuePort.h"
// auto generated forward declare list
// clang-format off
struct ITaskQueue;
struct ITask... | C |
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
using UnityEngine.UI;
namespace MGP_007CarRacing2D {
public class UIManager : IManager, IGamePause, IGameResume, IGameOver
{
private GameObject m_PlayPanelGo;
private ... | C# |
racker-radar">tracker radar repo</a>
</footer>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-... | HTML |
var waitForNetwork = pollingListener.WaitForNetworkOnlineAsync();
var timeout = Task.Delay(2000);
var completedTask = await Task.WhenAny(waitForNetwork, timeout);
// Assert
completedTask.Should().Be(timeout);
pollingListener.Online.Should().Be(false);
await pingHost.... | C# |
="input" title="Email" required></td>
<th>Mobile</th>
<td><input type="text" name="mobile" value="{{ edit.mobile }}" placeholder="Mobile No" id="input" title="Mobile" maxlength="10" required pattern="^[0-9]+"></td>
</tr>
... | HTML |
;
}
/*end. ftable*/
/*fthumbs*/
.dhx_folders_FTHUMBS_item, .dhx_folders_FTHUMBS_item_selected{
width:110px;
float:left;
padding:2px 5px 2px 5px;
margin-right:14px;
margin-bottom:20px;
background-color:white;
-moz-user-select:none;
text-align:center;
}
.dhx_folders_FTHUMBS_item_selected{
... | CSS |
.log(kong.WARN, "error matching acme-challenge uri: ", err)
return
end
if captures then
-- if this is just a sanity test, we always return 404 status
if captures[1] == "x" then
return kong.response.exit(404, "Not found\n")
end
-- TODO: race condition creating account?
... | Lua |
"sim-operator-id")]
pub fn connect_sim_operator_id_notify<F: Fn(&Self) + 'static>(&self, f: F) -> SignalHandlerId {
unsafe extern "C" fn notify_sim_operator_id_trampoline<F: Fn(&SettingGsm) + 'static>(
this: *mut ffi::NMSettingGsm,
_param_spec: glib::ffi::gpointer,
f: gl... | Rust |
/*
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either... | C# |
| キーで指定したバケットのインデックス(添え字)を取得 | C++11 |
| [`begin(size_type)`](unordered_map/begin-size_type.md) | インデックス(添え字)で指定したバケット内の先頭要素を指すイテレータを取得 | C++11 |
| [`end(size_type)`](unordered_map/end-size_type.md) | インデックス(添え字)で指定したバケット内の最終要素の次を指すイテレータを取得 ... | Markdown |
st_matrix[i][j] for i, j in indices)
logger.info('total cost for %d debates: %f', n_debates, total_cost)
# transfer the indices to the debates
alloc = []
for debate, njudges in zip(debates_sorted, judges_per_room):
aa = AdjudicatorAllocation(debate)
panel_indices... | Python |
modifier: Modifier = Modifier,
title: String,
subText: String,
titleTextStyle: TextStyle = MaterialTheme.typography.body2,
subTextTextStyle: TextStyle = MaterialTheme.typography.subtitle2,
titleFontStyle: FontStyle? = null,
subTextFontStyle: FontStyle? = null,
itemTextAlignment: Alignment.Horizontal,
textColo... | Kotlin |
tnModel")
}
}
}
})
/*
* This Kotlin source file was generated by the Gradle 'init' task.
*/
package web3rpc.client
import io.kotest.core.spec.style.BehaviorSpec
import io.kotest.matchers.shouldBe
import org.openapitools.codegen.CodegenConfig
import java.util.*
class KlaytnTypescriptAxiosClie... | Kotlin |
문서를 참고하세요.
* @param interactionSource 이 텍스트 필드의 인터랙션 스트림을 나타내는 변경 가능한 인터랙션 소스입니다. 인터랙션을 관찰하고
* 다른 인터랙션에서 이 텍스트 필드의 모양/동작을 커스터마이징하려면 자신만의 변경 가능한 인터랙션 소스를 생성하여 전달할 수 있습니다.
*/
// @Sugarable (#706)
@ExperimentalDesignToken
@ExperimentalQuackQuackApi
@NonRestartableComposable
@Composable
public fun <Style : QuackDefault... | Kotlin |
NULL UNIQUE",
first_name: "VARCHAR NOT NULL",
id: "BIGINT PRIMARY KEY",
last_name: "VARCHAR NOT NULL",
node: "BIGINT NOT NULL",
node_id: "VARCHAR NOT NULL",
picture: "VARCHAR NOT NULL",
user_id: "VARCHAR NOT NULL UNIQUE",
username: "VARCHAR NOT NULL UNIQU... | Typescript |
eData node)
return Create(node);
if (@ref is NamespaceRef nsRef)
return Create(nsRef);
if (@ref is NamespaceReference nsRef2)
return Create(nsRef2);
if (@ref is IDsDocument document)
return Create(document);
if (@ref is AssemblyDef asm)
return Create(asm);
if (@ref is ModuleDef mod)
... | C# |
"hs_Rank_Art_Ranking": "排名",
"hs_Rank_Art_Turnover": "成交额",
"hs_Rank_Art_Ranking_Change": "排名变化",
"hs_Rank_Art_Name_Cn": "姓名",
"hs_Rank_Art_Age": "年龄",
"hs_Rank_Art_ArtCategory_Cn": "艺术类别",
},
inplace=True,
... | Python |
ARRAY.
Abbv = std::make_shared<BitCodeAbbrev>();
Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_ARRAY));
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 8)); // size
Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
unsigned ArrayAbbrev = Stream.EmitAbbrev(std::move(Abbv));
// Emit an entry count s... | C++ |
';
this.buf[(i25 + 1)] = i26;
m++;
}
else if (i26 < 32)
{
System.arraycopy(this.buf, i25 + 1, this.buf, i25 + 6, -1 + (m - i25));
this.buf[i25] = '\\';
this.buf[(i25 + 1)] = 'u';
this.buf[(i25 + 2)] = '0';
... | Java |
=`]`1`0`2`[`4`x`F`a`;`3`4`1`=`]`7`9`1`[`4`x`F`a`;`2`4`1`=`]`6`9`1`[`4`x`F`a`;`1`4`1`=`]`6`3`2`[`4`x`F`a`;`0`4`1`=`]`8`3`2`[`4`x`F`a`;`9`3`1`=`]`9`3`2`[`4`x`F`a`;`8`3`1`=`]`2`3`2`[`4`x`F`a`;`7`3`1`=`]`5`3`2`[`4`x`F`a`;`6`3`1`=`]`4`3`2`[`4`x`F`a`;`5`3`1`=`]`1`3`2`[`4`x`F`a`;`4`3`1`=`]`9`2`2`[`4`x`F`a`;`3`3`1`=`]`4`2`2`[`... | JavaScript |
<td>The signature element must have either reference to the signer or the signer's identifier and name.<br/>: who.reference.exists() or (who.identifier.exists() and who.display.exists())</td><td></td></tr>
</table>
</div>
</div>
<div id="all-tbl-snap">
<p>
<b>Snapshot V... | HTML |
-Y.html" onclick="javascript:loadClassListFrame('index-list.html');">Y</a> <a href="all-index-Z.html" onclick="javascript:loadClassListFrame('index-list.html');">Z</a> </td></tr><tr><td class="idxrow" colspan="2"><a href="com/barliesque/agal/IRegister.html#a" onclick="javascript:loadClassListFrame... | HTML |
Session: expectProfileName(""),
},
{
name: "should select",
args: []string{
command, testProfileName,
// Disable output color
"--color", "never",
},
wantOut: []string{
fmt.Sprintf("Selected profile: %s", testProfileName),
},
preRun: [][]string{
basicNew(testProfileName),
b... | Go |
cmp r4, r5
bge endfiniloop
ldr r1, [r4]
blx r1
add r4, r4, #4
b fini | Assembly |
...reason1\nignored new \nlines',
)
.withEphemeralGetResponse('http://localhost:8084/data/bbc-morph-foo/a/1/b/2', 'Fail ECONNREFUSED ...reason2')
.withEphemeralGetResponse('http://localhost:8084/data/bbc-morph-foo/a/1/b/2', 'Fail ECONNREFUSED ...reason3')
.withEphemeralGetResponse('http... | Typescript |
///
/// This is usually constructed for you using the the fluent builder returned by
/// [`update_webhook`](crate::client::Client::update_webhook).
///
/// See [`crate::client::fluent_builders::UpdateWebhook`] for more details about the operation.
#[derive(std::default::Default, std::clone::Clone, std::fmt::Debug)]
pu... | Rust |
holder.imageView.setScaleType(ImageView.ScaleType.CENTER_CROP);
holder.imageView.setImageResource(R.mipmap.xxx1);
smallVideoHelper.addVideoPlayer(position, holder.imageView, TAG, holder.videoContainer, holder.playerBtn);
holder.playerBtn.setOnClickListener(new View.OnClickListener() {
... | Java |
케이션**은 다음을 포함하는 사용자 프로그램입니다:
* 인터넷 브라우저
* 워드 프로세서
* 스프레드시트
#### 멀티 태스크 (다중 작업)
Linux는 시분할 운영 체제 제품군에 속합니다. 여러 프로그램 간에 처리 시간을 분할하여, 사용자에게 투명한 방식으로 한 프로그램에서 다른 프로그램으로 전환합니다. 이는 다음을 의미합니다:
* 여러 프로그램을 동시에 실행합니다.
* 스케줄러에 의한 CPU 시간 분배를 합니다.
* 실패한 응용 프로그램으로 인한 문제를 감소합니다.
* 실행 중인 프로그램이 너무 많을 경우 성능이 저하됩니다.
#### ... | Markdown |
>Hansard Replies</a>
</li>
<li>
<a href="/live/content.php?Category_ID=120">Business Publications</a>
</li>
<li>
<a href="/live/content.php?Category_ID=560">Insession</a>
</li>
<li>
<a href="/live/content.php?Category_ID=561">Oversight Forum</a>
</li>
<li>
<a href="/live/content.php?Category_ID=173">Educational Publica... | HTML |
IAL_UNREF_FUNC(type, name, free_func, scope) \
scope type *name##_unref(type *p) { \
if (!p) \
return NULL; \
\
... | C |
)]
pub struct NotFollowedBy;
/// Succeeds only if `parser` fails.
/// Never consumes any input.
///
/// ```
/// # extern crate combine;
/// # use combine::*;
/// # use combine::parser::char::{alpha_num, string};
/// # fn main() {
/// let result = string("let")
/// .skip(not_followed_by(alpha_num()))
/// .parse(... | Rust |
f)
curveTo(230.0f, 107.59f, 213.12f, 79.13f, 179.84f, 51.39f)
close()
moveTo(176.0f, 178.0f)
arcToRelative(42.0f, 42.0f, 0.0f, false, true, -27.6f, -10.34f)
arcToRelative(6.0f, 6.0f, 0.0f, false, false, -9.69f, 6.24f)
lineTo... | Kotlin |
List, err := svc.CreateAttrList()
if err != nil {
return nil, err
}
svcReq, err := ipvs.mt.InitGNLMessageStr("GET_SERVICE", MATCH_ROOT_REQUEST)
if err != nil {
return nil, err
}
svcAttrListDef, _ := ATLName2ATL["IpvsServiceAttrList"]
svcAttrListType := CreateAttrListType(svcAttrListDef)
svcAttrListType.Set(... | Go |
register is not supported on this GPU
s_getreg_b32 s2, hwreg(HW_REG_XNACK_MASK)
// GFX10: s_getreg_b32 s2, hwreg(HW_REG_XNACK_MASK) ; encoding: [0x16,0xf8,0x02,0xb9]
// SICIVI-ERR: error: specified hardware register is not supported on this GPU
// GFX9-ERR: error: specified hardware register is not supported on thi... | Assembly |
1"], ["KU8", "3"], ["KD4", "4"], ["KD5", "4"], ["KD6", "4"], ["KD7", "4"], ["KD8", "4"], ["KD9", "4"], ["KD10", "4"], ["KD11", "4"], ["KD12", "4"], ["KD13", "4"], ["KD14", "4"], ["KD15", "4"], ["KD16", "4"], ["KD17", "4"], ["KD18", "4"], ["KD19", "4"], ["KD20", "4"], ["KD21", "4"], ["KD22", "4"], ["KD23", "4"], ["KD24"... | JavaScript |
/*
* Copyright (C) 2013 Imagination Technologies
* Author: Paul Burton <paul.burton@imgtec.com>
*
* 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 ... | Assembly |
KEY_STEPDOWN);
BuildDispMenu(0);
}
if(ulKeybits&KEY_RESETOPAQUE)
{
bOpaquePass=!bOpaquePass;
SetExtGLFuncs();
ulKeybits&=~KEY_RESETOPAQUE;
BuildDispMenu(0);
}
if(ulKeybits&KEY_RESETADVBLEND)
{
bAdvancedBlend=!bAdvancedBlend;
SetExtGLFuncs();
ulKeybits&=~KEY_RESETADVBLEND;
BuildDis... | C |
void UnaryOpRunner::executeOp(std::unordered_map<string, AclOpFunctions>::iterator &it)
{
if (name == "Cast")
ret = it->second.getWorkspaceSizeFuncCast(inputTensors[0], get_dtype(out_[0]->dtype()), outputTensors[0], &workspaceSize, &executor);
else
ret = it->second.getWorkspa... | C++ |
-- return s.charset("weruiosdfjlkghcvn")
return s.interleave("fdsrewvcxg", "jkluionmhb")
end
window.add_signal("init", function (w)
w: | Lua |
}
Il2CppString * Environment::GetMachineConfigPath(void)
{
const char* frameworkVersion = vm::Runtime::GetFrameworkVersion();
std::string path = utils::PathUtils::Combine(
vm::Runtime::GetConfigDir(), utils::PathUtils::Combine(
utils::StringView<char>("mono... | C++ |
functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema">
An adjustment of the spacing between pairs of characters
to make the spacing in words more proportional and the text easier
to read.
</dd>
<p class="dlseparator">
</p... | HTML |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.