content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
la Aldea Bruma Dorada y luego ve a ver al arcanista Vandril a Tranquillien en las Tierras Fantasma."}},
[9140] = {"La Aldea Brisaveloz", nil, {"Recolecta 6 sustancias fantasmales y 4 fragmentos de gárgola. Vuelve junto al arcanista Vandril en Tranquillien, en las Tierras Fantasma."}},
[9141] = {"Me llaman \"El Gallo\""... | Lua |
:
<pre><div>
<p><div::first-letter><p::first-letter>T</...></...>he first text.</pre>
</div>
<p>The first letter of a table-cell or inline-block cannot be the
first letter of an ancestor element. Thus, in <code><DIV><P
STYLE="display: inline-block">Hello<BR>Goodbye</P>
etcetera&l... | HTML |
VALUE="5"> 05</OPTION>
<OPTION VALUE="10"> 10</OPTION>
<OPTION VALUE="15"> 15</OPTION>
<OPTION VALUE="20"> 20</OPTION>
<OPTION VALUE="25"> 25</OPTION>
<OPTION VALUE="30"> 30</OPTION>
<OPTION VALUE="35"> 35</OPTION>
<OPTION VALUE="40"> 40</OPTION>
<OPTION VALUE="45"> 45</OPTION>
<OPTION VALUE="50"> 50</OPTION>
<OPTION ... | HTML |
{'post': post})
def post_detail_by_pk(request, slug:str):
post=get_object_or_404(Post, slug=slug)
return render(request, 'blog/post_detail.html', {'post': post})
def post_delete(request, pk:int):
post=get_object_or_404(Post, pk=pk)
if request.method == "GET":
return render(request,"blog/post_... | Python |
/*
* Copyright (c) 2016 PrivatBank IT <acsk@privatbank.ua>. All rights reserved.
* Redistribution and modifications are permitted subject to BSD license.
*/
#include "OtherRevVals.h"
#include "asn_internal.h"
#undef FILE_MARKER
#define FILE_MARKER "pkix/struct/OtherRevVals.c"
static asn_TYPE_member_t asn_MBR_Oth... | C |
ecies = Main.Config.GetText(TextName.SpeciesNames);
AltForms = Main.Config.Personal.GetFormList(species, Main.Config.MaxSpeciesID);
Setup();
}
private readonly string[][] AltForms;
internal static uint Rand() => Util.Random32();
private bool start = true;
private bool loading = true... | C# |
ningOnAddress")]
public static partial void ListeningOnAddress(ILogger logger, string address);
[LoggerMessage(13, LogLevel.Debug,
"Loaded hosting startup assembly {assemblyName}",
EventName = "HostingStartupAssemblyLoaded",
SkipEnabledCheck = true)]
public s... | C# |
-y -v luksFormat --type=luks1 -i 500 "${DEVP}${RPN}" #-i 1000? More value - longer loading!
```
> to create a LUKSv2 container (pbkdf2):
```bash
cryptsetup --pbkdf pbkdf2 --key-size 512 --hash sha512 luksFormat "${DEVP}${RPN}"
```
#### Open encrypted partitions
Open the LUKS container now and check the results:
>for ... | Markdown |
5 2.004 2.5 0 .5 0 1.5-2.104 1.5H3.984C2 16 2 15 2 14.5c0-1 1.984-1 2-2.5V9c0-4 2.097-6.5 5-6.9V2c0-.6.5-1 1-1s1 .4 1 1v.1c2.903.4 4.996 2.9 4.996 6.9v3z'/%3E%3C/svg%3E")}.top_nav_btn .round_spinner{margin:17px auto}.top_nav_btn.top_nav_btn_progress .round_spinner{display:block!important}.top_nav_btn.top_nav_btn_progre... | CSS |
// Copyright (c) 2013-2014 Sandstorm Development Group, Inc. and contributors
// Licensed under the MIT License:
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, inc... | C |
HEAD, une fois que vous avez la source, vous pouvez vérifier une balise spécifique :
cd FreeCAD
git checkout tags/1.0 -b releases/FreeCAD-1-0
Ou une demande spécifique (dans cet exemple, PR 1234) :
cd FreeCAD
git fetch origin pull/1234/head:pr/1234
git checkout pr/1234
Notez que toutes les versi... | Markdown |
.data())).then((notes:INote[]) => {
const notesDict:TNoteDict = {};
notes.forEach(note => notesDict[note.id] = note);
return notesDict;
})
}
async getNote(id: string): Promise<INote> {
return await this.app.collection('notes').doc(id).get().then(res => res.dat... | Typescript |
}
@if type-of($value1) == number and type-of($value2) == number and comparable($value1, $value2) {
@return $value1 + $value2;
}
@return if($return-calc == true, calc(#{$value1} + #{$value2}), $value1 + unquote(" + ") + $value2);
}
@function subtract($value1, $value2, $return-calc: true) {
@if $value1 =... | CSS |
pt-0].ident)}
}
case 823:
{
tbl := []*ast.TableName{yyS[yypt-0].item.(*ast.TableName)}
parser.yyVAL.item = tbl
}
case 824:
{
parser.yyVAL.item = append(yyS[yypt-2].item.([]*ast.TableName), yyS[yypt-0].item.(*ast.TableName))
}
case 825:
{
parser.yyVAL.item = &ast.TableName{Name: model.NewCIStr... | Go |
Geometry.Point>} Point to be added
* index - {Integer} Optional index
*/
addPoint: function(point, index) {
this.addComponent(point, index);
},
/**
* Method: removePoint
* Wrapper for <ZOO.Geometry.Collection.removeComponent>
*
* Parameters:
* point - {<ZOO.Geometry.Point>} Point to be re... | JavaScript |
m.JvmSynthetic
public inline fun qaul.net.messaging.MessagingOuterClass.GroupMessage.copy(block: qaul.net.messaging.GroupMessageKt.Dsl.() -> kotlin.Unit): qaul.net.messaging.MessagingOuterClass.GroupMessage =
qaul.net.messaging.GroupMessageKt.Dsl._create(this.toBuilder()).apply { block() }._build()
//Generated by th... | Kotlin |
// Bid prices are $1
Assert.AreEqual(1, price.Open);
Assert.AreEqual(1, price.High);
Assert.AreEqual(1, price.Low);
Assert.AreEqual(1, price.Close);
Assert.AreEqual(1, price.Current);
}
[Test]
public void LatestPriceFillModel_Nul... | C# |
);
}
});
});
});
function cat()
{
whale();
}
cat()
// pre-commit won't find the plugin with any other format of the prettierrc file
module.exports = {
plugins: [require.resolve("prettier-plugin-jinja-template")],
overrides: [
{
files: ["*.html"],
... | JavaScript |
_t tmp_data = 0;
tmp_data = BAROMETER9_SW_RESET;
error_flag |= barometer9_generic_write( ctx, BAROMETER9_MODE_CFG, &tmp_data, 1 );
Delay_10ms( );
tmp_data = BAROMETER9_HIGH_POWER_MODE;
error_flag |= barometer9_generic_write( ctx, BAROMETER9_MODE_CFG, &tmp_data, 1 );
Delay_10ms( );
return ... | C |
btn-shadow-dark:hover, .btn-shadow-dark:active, .btn-shadow-dark:not([disabled]):not(.disabled):active {
color: #fff;
background-color: #171a21;
border-color: #171a21; }
.btn-shadow-warning {
background-color: #ffc717;
border-radius: 25px;
color: #fff;
box-shadow: 2px 12px 26px 3px rgba(255, 199, 2... | CSS |
[0], ...]), fm([x₀[1], x₁[1], ...]), ...
*/
export function* zip<T, U=T[]>(xs: Iterable<T>[], fm: MapFunction<T[], T[]|U> | null=null, fe: EndFunction | null=null, vd?: T): IterableIterator<T[]|U> {
var fm = fm || IDENTITY;
var fe = fe || some as EndFunction;
var X = xs.length;
if (X===0) return;
var ix = []... | Typescript |
peration component);
void OnDestroyed (CSGOperation component);
void EnsureInitialized (CSGOperation component);
void OnCreated (CSGModel component);
void OnEnabled (CSGModel component);
void OnValidate (CSGModel component);
void OnTransformChildrenChanged (CSGModel component);
void O... | C# |
能起到打击地主威风和锻炼骨干群众的作用。也有个别地区缺乏策略观点,不看工作基础,采取简单办法,盲目地扩大斗争范围,形成内地土改的斗争形式,在政治上陷于被动。
</p>
<p>
(四)在斗争策略上必须坚持区别对待的方针:经济上要区别大小地主和放弃剥削程度;政治上要区别汉族地主和少数民族地主;还要把上层人物和一般地主区别开来,把开明地主和顽抗地主区别开来,把斗争锋芒主要集中在顽抗地主身上。在协商前充分做好一批靠我分子的工作,使其在会议中带头检讨,并在必要时出头驳斥那些顽抗地主。掌握先放过一批“开明”地主“过关”,促使其内部分化,孤立少数顽抗分子。对富农可说明他们和地主是有区别的,地主不劳动,富农劳动,但要割掉封建尾巴,促使... | HTML |
endl;
for (int i=3; i<nmodes; ++i) {
if ( (i-3)%4 == 0 )
tos << ", ";
tos << "1.0, " << 101+i << ", ";
if ( (i-3)%4 == 3 or i == nmodes-1)
tos << endl;
}
// write out DAREA cards which describe the spatial load distribution
// and the time history of the corresponding... | C++ |
80/paper/4434203" style="font-size: 13px">山东省临淄县衛生局药材經理部改善經营管理情况的介紹</a>
</td>
</tr>
<tr>
<td colspan="2" class="similarPaper" height="26px"><br><a
href="http://www.oalib.com:80/p... | HTML |
gClientRect().left;
} )
) + "px";
}
}
);
// These hooks are used by animate to expand properties
jQuery.each( {
margin: "",
padding: "",
border: "Width"
}, function( prefix, suffix ) {
jQuery.cssHooks[ prefix + suffix ] = {
expand: function( value ) {
var i = 0,
expanded = {},
// Assumes a... | JavaScript |
头不足、缩手缩足的偏向。一旦受到上级督促,受到别区影响,,于是仓促布置草率从事发生混乱的偏向。有些干部为了表明自己“没有地富思想”、“坚决镇压反革命”,表示“不恨也得恨,不愿杀亦也得杀”。在这样情形之下不少县区既缺乏系统缜密计划。临时也无周到布置,尤其不去依靠群众和发动群众,不敢或不懂得捕捉反革命应大张旗鼓广泛宣传结合中心工作,去发动群众。最远宜良地区在一个月内据报告一下就杀了一千九百人,而是没有群众行动,没有群众支持的。这样“不动声色”的处决了这一大批,引起群众疑虑,已有百余土匪蜂起。省委对此十分关心,认为在镇压反革命过去这一时期基本上是风潮云涌的动作起来了,沉重打击了反革命,获得显著的成绩。但是存在着这些严重的缺点和个别错误,若... | HTML |
0)>=(b|0))break A;f=n+1|0;l=u+(f<<2)|0;i=a[u+(n<<2)>>2]|0;while(1){if((i|0)>=(a[l>>2]|0)){n=f;continue i}d=o+(i<<2)|0;a[c+(a[w+(a[d>>2]<<2)>>2]<<2)>>2]=n;v=a[t+(i<<2)>>2]|0;d=w+(a[d>>2]<<2)|0;g=a[d>>2]|0;a[d>>2]=g+1;a[e+(g<<2)>>2]=v;i=i+1|0}}}case 8:{n=0;i:while(1){if((n|0)>=(b|0))break A;t=n+1|0;e=u+(t<<2)|0;i=a[u+(n<... | JavaScript |
sh-based [Set] may change its iteration order completely
/// when adding a new element to the set.
///
/// Modifying the underlying collection after creating the new iterator
/// may cause an error the next time [Iterator.moveNext] is called
/// on that iterator.
/// Any *modifiable* iterable class should s... | Dart |
[name of copyright owner]"
*
* $Id: SessionService.java,v 1.37 2010/02/03 03:52:54 bina Exp $
*
* Portions Copyrighted 2010-2016 ForgeRock AS.
* Portions Copyrighted 2022 Open Identity Platform Community
* Portions copyright 2025 3A Systems LLC.
*/
package com.iplanet.dpro.session.service;
import java.securit... | Java |
.a === comp && data.b === other) ||
(data.a === other && data.b === comp))
{
// we have existing data. update it
comp.onCollisionUpdate(other);
other.onCollisionUpd... | Typescript |
le("alice2.txt", "hello bob & charlie"),
),
as(bob,
expectError(initRoot(), "bob does not have read access to directory /keybase/private/alice,bob@twitter,charlie@twitter"),
noSync(),
),
as(charlie,
expectError(initRoot(), "charlie does not have read access to directory /keybase/private/alice,bob@twitt... | Go |
typedef void (*ResizeAreaFastFunc)( const Mat& src, Mat& dst,
const int* ofs, const int *xofs,
int scale_x, int scale_y );
typedef void (*ResizeAreaFunc)( const Mat& src, Mat& dst,
const DecimateAlpha* xtab, int xt... | C++ |
g, clientOptions?: ClientOptions) {
this.signer = new Signer(resourceId, clientOptions);
}
/**
* Fetch the public key from the GCP KMS Client
* @returns a promise string public key in raw hex format
*/
public async getPublicKey(): Promise<string | undefined> {
return await this.signer.getPublicK... | Typescript |
("Closure$foo#2"));
}
#[bench]
fn bench_is_closure_name(b: &mut Bencher) {
b.iter(|| string_utils::closures::is_closure_name("Closure$foo"));
}
}
use std::io::{ErrorKind};
use std::sync::mpsc::{Sender};
use std::thread;
use std::error::Error;
use reqwest::Url;
use chrono::{DateTime, NaiveDate... | Rust |
0,
0,
0
},
lock = {
"air"
},
cld_box = {
4,
5,
5
},
cld_offset = {
0,
0,
0
},
aim_offset = {
0,
0,
0
},
position_offset = {
0,
0,
0
},
fix_equip_list = {},
default_equip_list = {
100,
107,
104
},
depth_charge_list = {
141
},
base... | Lua |
AB_SIZE / W : 0.0f;
int X = (int)(X0 * W), Y = (int)(Y0 * W);
int sx = (int)(X >> INTER_BITS);
int sy = (int)(Y >> INTER_BITS);
int ay = (int)(Y & (INTER_TAB_SIZE - 1));
int ax = (int)(X & (INTER_TAB_SIZE - 1));
ImPixel p0 =... | C++ |
height: 65px;">
<img src="/static/img/dashboard_utils/VS.png" width="45px" height="45px">
<p id="matches" class="mx-auto text-white-fade nokora fw-bold mb-0 fs-3">
<span class="text-shadow-drop-center">Loading...</span>
</p>
... | HTML |
mcrest.core">IsNull</a><T></li>
<li class="circle">org.hamcrest.core.<a href="IsSame.html" class="type-name-link" title="class in org.hamcrest.core">IsSame</a><T></li>
<li class="circle">org.hamcrest.<a href="../TypeSafeDiagnosingMatcher.html" class="type-name-link" title="class in org.hamcrest">TypeSafeDia... | HTML |
息
*/
public RemoveSocketLinstenr(key: number, listener: Function, thisObject: any, useCapture?: boolean) {
if (this.hasEventListener(this.getMessageNameByID(key)))
this.removeEventListener(this.getMessageNameByID(key), listener, thisObject, useCapture);
}
/**
* 消息封装
* @... | Typescript |
= Q.table("test1")
.insert({
a: 123,
b: 456,
})
.ignore()
.build();
utils.debug(sql);
expect(sql).to.equal("INSERT IGNORE INTO `test1` (`a`, `b`) VALUES (123, 456)");
}
});
test("replace", function() {
{
const sql = Q.table("test1")
.replace({
a: 12... | Typescript |
tling sets in.
/// </summary>
public TimeSpan TimeoutBeforeThrottle { get; set; } = new TimeSpan(0, 0, 0, 0, 2500);
/// <summary>
/// The amount of throttling delay to add to subsequent requests. This is added every time the timeout is hit.
/// </summary>
public TimeSpan ThrottlingRequestBackoff { get; set... | C# |
// SPDX-License-Identifier: LGPL-2.1-or-later
// Copyright (C) 2022 Intel Corporation.
#ifndef _SES_H_INCLUDED_
#define _SES_H_INCLUDED_
/* System headers */
#include <asm/types.h>
#include <stdint.h>
/* Public headers */
#include <led/libled.h>
/* Local headers */
#include "status.h"
/* Size of buffer for SES-2 M... | C |
type="text/css" media="all">
<script src="{STATICURL}js/mobile/jquery-1.8.3.min.js?{VERHASH}"></script>
<script type="text/javascript">var STYLEID = '{STYLEID}', STATICURL = '{STATICURL}', IMGDIR = '{IMGDIR}', VERHASH = '{VERHASH}', charset = '{CHARSET}', discuz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][coo... | HTML |
iterator: [exact=LinkedHashMapKeysIterable|powerset={N}{O}{N}]*/
/*current: [exact=LinkedHashMapKeyIterator|powerset={N}{O}{N}]*/
/*moveNext: [exact=LinkedHashMapKeyIterator|powerset={N}{O}{N}]*/
for (var key
in theMap
.
/*Dictionary([exact=JsLinkedHashMap|powerset={N}{O}{N}], key: [exac... | Dart |
}
};
public EncodingCase
getEncodingCase() {
return EncodingCase.forNumber(
encodingCase_);
}
public static final int NAME_FIELD_NUMBER = 1;
/**
* <pre>
* For dense `Tensor`s, the name of the tensor in the graph.
* </pre>
*
* <code>string name = 1;</code>
* @return Whethe... | Java |
bugDefinition()
// .bugType("SCALA_COMMAND_INJECTION")
// .inClass("CommandController").inMethod("vulnerable6").atLine(41)
// .build()
// );
// verify(reporter).doReportBug(
// bugDefinition()
// ... | Java |
#L+ $: %:66 22: & |