content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
},
/** Tree parsers parse nodes they usually have a token object as
* payload. Set the exception token and do the default behavior.
*/
getErrorMessage: function(e, tokenNames) {
var adaptor;
if ( this instanceof TP ) {
adaptor = e.input.getTreeAdaptor();
e.tok... | JavaScript |
PackState/MLNOfflinePackStateUnknown`` by default. To request the pack’s status, use
/// the
/// `-requestProgress` method. To get notified when the state becomes known and
/// when it changes, observe KVO change notifications on this pack’s `state` key
/// path. Alternatively, you can add an observer for
/// ``MLNOffl... | Dart |
scutlass_1_1epilogue_1_1warp_1_1FragmentIteratorVoltaTensorOp_3_01WarpShape___00_01gemm_1_1G16e08718cffa0989cce3fe8dbc4b075b.html#a1885e99c86f4e32e9fb5e70a2925a6c7"> 87</a></span>  <span class="keyword">using</span> <a class="code" href="classcutlass_1_1epilogue_1_1warp_1_1FragmentIteratorVoltaTensorOp_3_01Warp... | HTML |
(abilities(PartAbility.INPUT_ENERGY).setMinGlobalLimited(1).setMaxGlobalLimited(2, 1))
.or(abilities(PartAbility.COMPUTATION_DATA_RECEPTION).setExactLimit(1))
.or(autoAbilities(true, false, false)))
.where('H', abilities(PartAbility.OBJECT_HOLD... | Java |
aURL := fmt.Sprintf("%s/%s", dockerRegistry, rnd("my-artifact", 5))
aTag := "1.0.0"
// Push the artifact to registry
output, err := executeCommand(fmt.Sprintf(
"artifact push oci://%s -f %s -t %s --content-type=generic",
aURL,
aPath,
aTag,
))
g.Expect(err).ToNot(HaveOccurred())
// Tag the artifact
outp... | Go |
Create palette
palette = new byte[768];
Array.Copy(tilesetPal.Colors, 0, palette, 0, 384);
for (int i = 0; i < 384; i++)
{
palette[i] = (byte)(palette[i] * 3);
}
//Array.Copy (KnowledgeBase.hardcoded_pal, 0, palette, 384, 384);
//Array.Copy (Kn... | C# |
", item.sourceId)),
CopyButton(copiedText: item.sourceId),
]),
ThemedControls.spacerVerticalSmall(),
Flex(direction: Axis.horizontal, children: [
Expanded(child: getFromTo(context, "To", item.destId)),
CopyButton(copiedText: item.... | Dart |
, "1.4.0", "1.5.0", "1.5.0", 101)
})
checkTenantVersion(t, c, "1.5.0")
// create old tenant
oldID := createTenants(t, c, 1, "1.2.0")[0]
checkTenantVersion(t, c, "1.2.0", oldID)
svc, err := c.GetCNServiceIndexed(1)
require.NoError(t, err)
bs := svc.GetBootstrapService()
ctx, cancel := conte... | Go |
eras):","title":"Sidmallar"},"contextmenu":{"options":"Context Menu Options"},"copyformatting":{"label":"Kopiera formatering","notification":{"copied":"Formatering kopierad","applied":"Formatering applicerad","canceled":"Formatering avbruten","failed":"Formatering misslyckades. Du kan inte applicera stilar utan att kop... | JavaScript |
astHeadJson.articlePublishedTime),
description: element.content.rendered,
thumbnailImagelUrl: element.yoastHeadJson.ogImage?[0].url ?? null,
readingTime: element.yoastHeadJson.twitterMisc.tahminiOkumaSresi,
timestamp: DateFormat("dd MMMM yy", 'tr_TR').format(element.yoastHeadJson.article... | Dart |
!= "" {
labels[c.Spec.Severity] = "true"
}
if c.Spec.Owner != "" {
labels[c.Spec.Owner] = "true"
}
return labels
}
func (c Canary) ID() string {
return fmt.Sprintf("%s/%s/%s", c.GetRunnerName(), c.Namespace, c.Name)
}
func (c Canary) GetPersistedID() string {
return string(c.GetUID())
}
func (c Canary) Ne... | Go |
8BDAAA3848B45D2644FDF08 *)L_7);
ContingentProperties_SetCompleted_m3CB1941CBE9F1D241A2AFA4E3F739C98B493E6DE((ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 *)L_7, /*hidden argument*/NULL);
}
IL_004f:
{
NullCheck((Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *)__this);
Task_FinishStageThree_m5... | C++ |
ultiaddr::
/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ
The disconnect is not permanent; if IPFS needs to talk to that address
later, it will reconnect. To avoid this, add a filter for the given
address before disconnecting.
.. code-block:: python
>>> client... | Python |
true); err != nil {
t.Fatalf("Could not rebuild image %s: %v", img, err)
}
// try to remove the image, should error out.
if out, _, err := runCommandWithOutput(exec.Command(dockerBinary, "rmi", img)); err == nil {
t.Fatalf("Expected to error out removing the image, but succeeded: %s", out)
}
// check if we de... | Go |
/// <summary>
/// ReleaseCollection.
/// </summary>
public class ReleaseCollection
{
/// <summary>
/// An array of objects describing the releases associated with an assistant.
/// </summary>
[JsonProperty("releases", NullValueHandling = NullValueHandling.Ignore)]
... | C# |
#region Using Statements
using CameraRengerTarget;
using System;
using System.Collections.Generic;
using WaveEngine.Common;
using WaveEngine.Common.Graphics;
using WaveEngine.Common.Math;
using WaveEngine.Components.Cameras;
using WaveEngine.Components.Graphics2D;
using WaveEngine.Components.Graphics3D;
using WaveEngin... | C# |
setvar VAR_0x8006, 1
call Common_EventScript_ShowEasyChatScreen
lock
faceplayer
compare VAR_RESULT, 0
goto_if_eq SlateportCity_PokemonFanClub_EventScript_1AE0A2
msgbox SlateportCity_PokemonFanClub_Text_1A85A6, MSGBOX_DEFAULT
copyvar VAR_0x8007, VAR_0x800A
setvar VAR_0x8005, 3
goto SlateportCity_PokemonFanClub_... | Assembly |
= read();
if (d == '\\') {
text.append('\\');
d = escape(text);
}
else if (isLineSeparator(d)) {
unread(d);
return new Token(INVALID, text.toString(),
"Unterminated character literal");
}
else if (d == '\'') {
text.append('\'');
return new Token(INVALID, text.toString(),
"Empty... | Java |
void AuditeeEmail(string[] toAuditorEmail, int? ScheduleId, string ProjectName, string Name);
string[] GetAuditeeEmailIdClosedAudit(int? PCRId, string ProjectName, string Name);
void AuditeeEmailClosedAudit(string[] toAuditorEmail, int? ScheduleId, string ProjectName, string Name);
bool c... | C# |
span.cm-keyword { color: #db2d20; }
.cm-s-3024-day span.cm-string { color: #fded02; }
.cm-s-3024-day span.cm-variable { color: #01a252; }
.cm-s-3024-day span.cm-variable-2 { color: #01a0e4; }
.cm-s-3024-day span.cm-def { color: #e8bbd0; }
.cm-s-3024-day span.cm-bracket { color: #3a3432; }
.cm-s-3024-day span.cm-tag { ... | CSS |
tr = alloc_printf("%d", shm_id);
setenv(SHM_ENV_VAR, shm_str, 1);
ck_free(shm_str);
trace_bits = shmat(shm_id, NULL, 0);
if (!trace_bits) PFATAL("shmat() failed");
}
/* Read initial file. */
/* 读取文件,并初始化 */
static void read_initial_file(void) {
struct stat st;
s32 fd = open(in_file, O_RDONLY);
... | C |
apas de filtrado y convertirla como una matriz char en la última etapa.
En palabras sencillas
> El patrón pipeline es una cadena de montaje donde los resultados parciales pasan de una etapa a otra.
Wikipedia dice
> En ingeniería de software, un pipeline consiste en una cadena de elementos de procesamiento (procesos... | Markdown |
# The contents of this file are subject to the Common Public Attribution
# License Version 1.0. (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://code.reddit.com/LICENSE. The License is based on the Mozilla Public
# License Version 1.1, ... | Python |
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | C |
.deletedNote = n.Clone();
}
public static EditOperation BeginModifyNoteOperation()
{
return BeginOperation(EditOperation.Type.ModifyNote);
}
public static void PrepareToModifySetlist()
{
BeginTransaction();
BeginOperation(EditOperation.Type.Setlist);
EndTransact... | C# |
s07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7n... | CSS |
the toolhead will
# decelerate to zero at each corner. The value specified here may be
# changed at runtime using the SET_VELOCITY_LIMIT command. The
# default is 5mm/s.
#max_accel_to_decel:
# This parameter is deprecated and should no longer be used.
```
### [stepper]
ச்டெப்பர் மின்னோடி வரையறைகள். வெவ்வேறு ... | Markdown |
.tgz"],\
["tslib", "npm:2.6.2::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2Ftslib%2F-%2Ftslib-2.6.2.tgz"],\
["value-or-promise", "npm:1.0.12::__archiveUrl=https%3A%2F%2Fregistry.npmjs.org%2Fvalue-or-promise%2F-%2Fvalue-or-promise-1.0.12.tgz"],\
["ws", "virtual:f2b445baaf49ae392450... | JavaScript |
/*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Redist... | C |
( const std::string& timeStr, default_clock_t::time_point& ptTime ) {
std::tm aTm;
uint64_t ms = 0;
cc::string2time( timeStr.c_str(), aTm, ms );
std::time_t tt = timegm( &aTm );
ptTime += std::chrono::duration< uint64_t >( tt ) - std::chrono::microseconds( ms );
return true;
}
bool string2dur... | C++ |
./tests/fixtures/basic/main.js".to_owned());
// let mut graph = GraphContainer::from_single_entry("./tests/fixtures/symbols.js".to_owned());
// let mut graph = GraphContainer::from_single_entry("../testcase/custom/samples/default-export/main.js".to_owned());
// let mut graph = GraphContainer::from_single_entry(".... | Rust |
, but I still love doing it in my free time. <img aria-hidden="true" src="../assets/img/inline/heart-blue.png"></p><p>→ <a href="https://github.com/petracoding" target="_blank" rel="nofollow">GitHub profile</a> · <a href="https://greasyfork.org/en/users/354138-petracoding" target="_blank" rel="nofollow">GreasyFork (use... | HTML |
)
self.retranslateUi(MainWindow)
self.actionQuit.triggered.connect(MainWindow.close) # type: ignore
self.clearButton.clicked.connect(self.password1.clear) # type: ignore
self.enterButton.clicked.connect(MainWindow.printContent) # type: ignore
self.actionVersion.triggered.connect... | Python |
2f83aadc66b148b4a0cd95246c127d5871c4f11418690a5ddf01246a0c80a43c70088b6183639dcfda4125bd113a8f49ee23ed306faac576c3fb0c1e256671d817fc2534a52f5b439f72e424de376f4c565cca82307dd9ef76da5b7c4eb7e085172e328807c02d011ffbf33785378d79dc266f6a5be6bb0e4a92eceebaeb1",
"dfab86a389657a2c4d8d9d248ce12c26d03b3ccebc5122226af... | Kotlin |
ith(Latin1Character('T'))
// FIXME: QSql relies on QVariant::toDateTime() accepting a space here:
|| isoString.startsWith(Latin1Character(' ')))) {
return DateTime();
}
isoString = isoString.substring(1); // trim 'T' (or space)
int offset = 0;
// Che... | C++ |
/// Updates the distortion shader associated with a singularity when the singuarity is removed from a container.
/// </summary>
/// <param name="uid">The uid of the distortion shader.</param>
/// <param name="comp">The state of the distortion shader.</param>
/// <param name="args">The event arguments.</... | C# |
C0 08 90 */ fmr f30, f1
/* 802D6240 002D3040 38 7E 06 00 */ addi r3, r30, 0x600
/* 802D6244 002D3044 FC 20 F8 90 */ fmr f1, f31
/* 802D6248 002D3048 38 9E 06 04 */ addi r4, r30, 0x604
/* 802D624C 002D304C 4B FB 27 85 */ bl func_802889D0
/* 802D6250 002D3050 D0 21 00 28 */ stfs f1, 0x28(r1)
/* 802D6254 002D3054 FC... | Assembly |
](https://cloud.tencent.com/document/product/614/95519)获取
*/
@SerializedName("SrcTopicId")
@Expose
private String SrcTopicId;
/**
* 任务启动状态. 1开启, 2关闭
*/
@SerializedName("EnableFlag")
@Expose
private Long EnableFlag;
/**
* 定时SQL分析的目标日志主题
*/
@SerializedName("Dst... | Java |
Acc, mut f: F) -> Acc
where F: FnMut(Acc, Self::Item) -> Acc,
{
self.0.fold(init, move |acc, (&id, c)| f(acc, (id, c)))
}
}
impl<'a, I: Id + Ord + 'a, C: Component + 'a> Iterate<'a, I, C> for BTreeStorage<I, C> {
type Ids = IdsMap<'a, I, C>;
type Iter = IterMap<'a, I, C>;
type Iter... | Rust |
68](https://github.com/EagleoutIce/tikzpingus/issues/268)
- Drop Multi-File System Again [\#266](https://github.com/EagleoutIce/tikzpingus/issues/266)
- Library Setup [\#119](https://github.com/EagleoutIce/tikzpingus/issues/119)
**Fixed bugs:**
- \[Bug\] headband has slight bleed [\#279](https://github.com/EagleoutIc... | Markdown |
mul(self.tz).unwrap_or(0);
s1.iter().zip(s2.iter()).for_each(|(k,v)|{
match *k {
"%Y" => {
self.year = v.parse::<i64>().unwrap_or_default();
let ally = self.year.checked_sub(1970).unwrap_or(0);
let loopy= ally.checked_div(4)... | Rust |
* 清理指定时间之前的历史消息
*/
public void cleanupMessagesBeforeTime(LocalDateTime beforeTime) {
messageRepository.deleteByTimeBefore(beforeTime);
}
/**
* 获取消息统计信息
*/
public MessageStatistics getMessageStatistics() {
List<Message> allMessages = new ArrayList<>();
me... | Java |
]
public void TestMovieWatchingGetRequestIsGetRequest()
{
var movieWatchingGetRequest = new MovieWatchingGetRequest { Id = MovieID };
movieWatchingGetRequest.Method.ShouldBe(HttpMethod.Get);
}
[Fact]
public void TestMovieWatchingGetRequestHasCorrectReques... | C# |
1.472a56.384 56.384 0 0 0 41.408 17.024h715.008zM423.36 278.848H146.304v-45.504h262.4l14.72 45.44zM861.312 792.32H146.304V337.344h715.008v455.04z" ></path></symbol><symbol id="emicon-health_service" viewBox="0 0 1024 1024"><path d="M487.973 116.492c55.322 0 110.643 7.91 158.055 23.73 15.82 3.956 23.73 19.776 23.73 35.... | JavaScript |
// Check orig matrices are unchanged
cmpMatrix(m1, [1, 0, 0, 1, 50, 90], "Matrix changed after multiplication");
roughCmpMatrix(m2, [Math.SQRT1_2, -Math.SQRT1_2, Math.SQRT1_2, Math.SQRT1_2, 0, 0],
"Matrix changed after multiplication");
cmpMatrix(m3, [1, 0, 0, 1, 130, 160], "Matrix changed after ... | HTML |
isSame(const QMatrix4x4& m, const float *values)
{
const float *mv = m.constData();
for (int row = 0; row < 4; ++row) {
for (int col = 0; col < 4; ++col) {
// Check the values using the operator() access function.
if (!fuzzyCompare(m(row, col), values[row * 4 + col])) {
... | C++ |
/// [plural] is passed, that's used instead.
String pluralize(String name, int number, {String? plural}) {
if (number == 1) return name;
if (plural != null) return plural;
return '${name}s';
}
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of... | Dart |
E_REL_SHM_REFLO,
IMAGE_REL_SHM_REFHALF,
IMAGE_REL_SHM_RELLO,
IMAGE_REL_SHM_RELHALF,
IMAGE_REL_SHM_PAIR,
IMAGE_REL_SHM_NOMODE,
};
enum ppc_coff_reloc_type {
IMAGE_REL_PPC_ABSOLUTE,
IMAGE_REL_PPC_ADDR64,
IMAGE_REL_PPC_ADDR32,
IMAGE_REL_PPC_ADDR24,
IMAGE_REL_PPC_ADDR16,
IMAGE_REL_PPC_ADDR14,
IMAGE_REL_PPC_REL... | C |
nOriginsAggKey() {
checkSingleColumnOrigin(
"select name,count(deptno) from dept group by name",
"DEPT",
"NAME",
false);
}
@Test public void testColumnOriginsAggReduced() {
checkNoColumnOrigin(
"select count(deptno),name from dept group by name");
}
@Test public... | Java |
code>lightsail-connect</code> as a <code>cidrListAliases</code> on
* your instance, or if you chose to allow the Lightsail browser-based SSH or RDP clients to
* connect to your instance, that configuration is not carried over to your new Amazon EC2
* instance.</p>
* </note>
... | Typescript |
AAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sLDhEoIrb7JmcAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAGUlEQVQI12NggIH/DGdhDCM45z/DfyiBAADgdQjGhI/4DAAAAABJRU5ErkJggg==");
}
.annotationRange.breakpoint {
background-image: url("data:image/png;base64,iV... | CSS |
e_attach(bp->dev);
spin_unlock_irq(&bp->lock);
b44_enable_ints(bp);
netif_wake_queue(dev);
mod_timer(&bp->timer, jiffies + 1);
return 0;
}
static struct pci_driver b44_driver = {
.name = DRV_MODULE_NAME,
.id_table = b44_pci_tbl,
.probe = b44_init_one,
.remove = __devexit_p(b44_remove_one),
.susp... | C |
PartialView("SetupStatus", installationStatus);
}
public ActionResult BlogFooter()
{
return PartialView("Footer", SettingsRepository.BlogName);
}
public string BlogCaption()
{
return SettingsRepository.BlogCaption;
}
protected b... | C# |
where pri.icd_10 = 'C00'
group by pri.icd_10
```
Currently the sql generator checks if the context is "Patient", then it automatically includes the patient as the table in the <B> from clause </B> of the SQL. This is a temporary limitation which will be removed in the future. Hence irrespective of whic... | Markdown |
"",
Name: "StyleConnectedRounded",
}
// StyleMarkdown renders a List like below:
// * Game Of Thrones
// * Winter
// * Is
// * Coming
// * This
// * Is
// * Known
// * The Dark Tower
// * The Gunslinger
StyleMarkdown = Style{
Format: ... | Go |
sion "latest"
symbols "On"
staticruntime "On"
editandcontinue "Off"
warnings "Off"
characterset "ASCII"
flags {
"NoIncrementalLink",
"NoMinimalRebuild",
"MultiProcessorCompile",
}
staticruntime "Off"
filter "configurations:Release"
optimize "Full"
... | Lua |
_RECORD_DOES_NOT_BELONG_TO_YOU);
}
if(cfLogisticsTaskLog.getTaskLogStatus()!=(byte)0){
ExceptionCast.cast(LogisticsCode.CHECK_IN_IS_PROHIBITED);
}
if(cfLogisticsTaskLog.getPid()!=(byte)0){
ExceptionCast.cast(LogisticsCode.CHECK_IN_IS_PROHIBITED);
}
... | Java |
44f, -.11f)
sensorPies = oBody.createFixture(fixture)
sensorPies.setUserData("spikeRight")
oBody.isFixedRotation = true
oBody.userData = obj
arrSpikes.add(obj)
shape.dispose()
}
private fun crearHeroPrueba() {
oHero = Hero(1.35f, 2.5f, Settings.skinSele... | Kotlin |
ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
/*!
*/
#include <fstream>
#include <map>
#include <string>
#include <vector>
#include "mxnet-cpp/MxNetCpp.h"
using namespace std;
using namespace mxnet::cpp;
class ... | C++ |
l-off-canvas .workspaces__item {
padding: 20px 50px 0 0;
}
#drupal-off-canvas .workspaces__item:hover,
#drupal-off-canvas .workspaces__item:focus {
background-color: #666;
}
#drupal-off-canvas .active-workspace__label:before,
#drupal-off-canvas .workspaces__item:before {
position: absolute;
left: 20px;
disp... | CSS |
es the result into out.
```math
out\gets{exp(x)}
```
save-for-backward: (T NIL)
See also: `EXPNODE` `!exp`
### Backward
✅ Already defined.
```lisp
((self dout x out) (declare (ignore out)) (values (!mul dout (!exp x)) nil))
```
No need to implement backwards at `define-impl`. (they'd be ignored.)
## [node] LOG2N... | Markdown |
="C++11%20-%20Wikipedia,%20the%20free%20encyclopedia_files/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" height="31" width="88"></a>
</li>
</ul>
<div style="clear:both"></div>
</div>
... | HTML |
/RtQlPaM9wdhEJGVKR8boMPkWf443/4kpW1PAuzrMrecSAR3tU.png", alt="chrome://flags/#privacy-sandbox-ads-apis ページを使用してトピック API を有効にする", width="800", height=" 246" %}<figcaption> chrome://flags/#privacy-sandbox-ads-apis ページでは、API を有効または無効にできます。 <a href="https://wd.imgix.net/image/RtQlPaM9wdhEJGVKR8boMPkWf443/4kpW1PAuzrMrecSAR3... | Markdown |
}
}
func RenderErrorString(format string, args ...interface{}) {
renderMessage(errorPrefix, color2.ASCIIRed, fmt.Sprintf(format, args...))
}
func RenderWarning(format string, args ...interface{}) {
renderMessage(warningPrefix, color2.ASCIIYellow, fmt.Sprintf(format, args...))
}
func RenderInfo(format string, args ... | Go |
_8h.html#a6b7b2a448940cd399930da85333760a1">struct</a> <a class="el" href="structsockaddr.html">sockaddr</a> * </td>
<td class="paramname"><em>addr</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="socket_8h... | HTML |
return f.ToString();
}
else
{
return obj.ToString();
}
}
}
//// Holds the model instance that works with these verifier routines.
static private PropertyTriggerModelState s_state... | C# |
.12.20) 增加`Demo40_Radar.cs`雷达图代码操作`Demo`
* (2019.12.20) 添加`RadarChart`相关API接口
## v1.1.0
* (2019.12.17) 发布`v1.1.0`版本
* (2019.12.16) 修复`Overlay`模式下不显示`Tooltip`的问题
* (2019.12.15) 增加`Title`的`TextStyle`支持
* (2019.12.11) 修复`Legend`都隐藏时`Value轴`还显示数值的问题
* (2019.12.11) 修复`Series->Data->Size`重置为0后设置无效的问题
* (2019.12.06) 修复数据过小时... | Markdown |
"ast_symbol_node",
"ast_symbol_stub_node",
"ast_impl_needing_node",
"ast_access_node",
"token_symbol",
"literal",
"ast_doc_node",
"ast_sem_str_node",
"python_module_ast",
... | Python |
private modalService: NzModalService,
private msgService: NzMessageService) {
}
/**
* 确认对话框,用于删除等操作的确认
* @param {string} title 对话框标题
* @param {string} content 确认的内容,可包含 HTML
* @param {() => void} callback 点击确认回调函数
* @param {string} icon 确认对话框内容左侧的图标,antd icon,默认 questio... | Typescript |
.0 * s * t * b + t * t * c;
};
if (b.x < mi.x || b.x > ma.x || b.y < mi.y || b.y > ma.y) {
const q = new Vec2([
solve(a.x, b.x, c.x),
solve(a.y, b.y, c.y),
]);
mi.min(q);
ma.max(q);
}
return [mi, ma];
}
... | Typescript |
local PlayerTeleport = Instance.new("TextButton")
local Open = Instance.new("TextButton")
--Properties:
JailbreakerV42.Name = "Jailbreaker V4.2"
JailbreakerV42.Parent = game.CoreGui
Main.Name = "Main"
Main.Parent = JailbreakerV42
Main.Active = true
Main.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
Main... | Lua |
/***************************************************************************
* aspect_provider.h - Aspect to provide a new aspect for Fawkes
*
* Created: Thu Nov 25 12:05:29 2010 (Thanksgiving)
* Copyright 2006-2013 Tim Niemueller [www.niemueller.de]
*
*******************************************************... | C |
.0.col.fieldSet.0.property.0-root.row.1.cols.0.col.fieldSet.0.property.0.link" style="stroke: #A80036; stroke-width: 2.0833333333333335;"/><!--link root.row.1.cols.0.col.fieldSet.0.property.1 to root.row.1.cols.0.col.fieldSet.0.property.1.link--><path d="M3811.3125,4498.1479 C3796.4583,4542.1333 3781.875,4585.3854 3769... | Kotlin |
direction: column;
background: radial-gradient(87.66% 87.66% at 50% 50%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.00) 100%);
font-family: "Barlow", sans-serif;
padding-left: 1.2vw;
color: #08c098;
}
#MDLSBDPLBtn2:hover {
transition: 200ms ease-in-out;
cursor: pointer;
color: #02f... | CSS |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2020 Christoph Hellwig.
*
* Support for "universal" pointers that can point to either kernel or userspace
* memory.
*/
#ifndef _LINUX_SOCKPTR_H
#define _LINUX_SOCKPTR_H
#include <linux/slab.h>
#include <linux/uaccess.h>
typedef struct {
union {
vo... | C |
credentialId.over65': 'No',
'$credentialId.nationality': 'Yes',
'$credentialId.cityofbirth': 'Arnhem',
'$credentialId.countryofbirth': 'Arnhem',
'$credentialId.bsn': '999999990',
'$credentialId.digidlevel': 'Substantieel',
};
}
throw 'unsupported locale $locale';
}
Future<void> i... | Dart |
n(p, 'rustc')).existsSync();
});
}
}
String _resolveExecutable(String executable) {
if (executable == 'rustup') {
final resolved = Rustup.executablePath();
if (resolved != null) {
return resolved;
}
throw RustupNotFoundException();
} else {
return executable;
}
}
/// This is copie... | Dart |
tFluidStorageSemi = new ArrayListNoNulls<>()
, tFluidStorageFiltered = new ArrayListNoNulls<>()
, tExports1[][] = new List[][] {
{tFluidExportsFiltered, tStackExportsFiltered}
, {tFluidExportsSemi , tStackExportsSemi }
, {tFluidExportsGeneric , tStackExportsGeneric }
, {tFluidSt... | Java |
align-items:center}.nav-page a:hover{color:#1f66b6}.toc-actions{display:flex}.toc-actions p{margin-block-start:0;margin-block-end:0}.toc-actions a{text-decoration:none;color:inherit;font-weight:400}.toc-actions a:hover{color:#1f66b6}.toc-actions .action-links{margin-left:4px}.sidebar nav[role=doc-toc] .toc-actions .bi{... | CSS |
//Copyright © 2014 Sony Computer Entertainment America LLC. See License.txt.
using Sce.Atf.Dom;
namespace CircuitEditorSample
{
/// <summary>
/// Context for the LayerLister</summary>
/// <remarks>This context has its own independent selection,
/// but uses the main GameContext's HistoryContext for ... | C# |
adcastf64x2 144(%rdi),%zmm15
vaesenc %xmm15,%xmm0,%xmm0
vbroadcastf64x2 160(%rdi),%zmm15
vaesenc %xmm15,%xmm0,%xmm0
vbroadcastf64x2 176(%rdi),%zmm15
vaesenc %xmm15,%xmm0,%xmm0
vbroadcastf64x2 192(%rdi),%zmm15
vaesenc %xmm15,%xmm0,%xmm0
vbroadcastf64x2 208(%rdi),%zmm15
vaesenc %xmm15,%xmm0,%xmm0
vbroadcastf64x... | Assembly |
zes_pci_state_t pState = {};
WddmPciImp *pPciImp = new WddmPciImp(pOsSysman);
EXPECT_EQ(ZE_RESULT_SUCCESS, pPciImp->getState(&pState));
EXPECT_EQ(pState.speed.gen, -1);
EXPECT_EQ(pState.speed.width, -1);
EXPECT_EQ(pState.speed.maxBandwidth, -1);
delete pPciImp;
}
TEST_F(SysmanDevicePciFixtu... | C++ |
x83, 0xE3, 0x54, 0x5A, 0x75, 0x43, 0x27, 0x31, 0x22, 0xB0, 0x05, 0xC8, },
3338,
},
{
"/Game/Launcher/Content/PS3_ControllerIcons.swf",
{ 0x02, 0x3E, 0x89, 0x76, 0x6A, 0xCA, 0x94, 0xAB, 0xD9, 0x7B, 0xBC, 0x18, 0xB1, 0x5C, 0x67, 0x61, },
592915,
},
{
"/Game/Launcher/Content/Credits.swf",
{ 0xFB, 0xFB, 0xAA, 0x38, 0xED, 0... | C++ |
Element_, layout::ColumnMajorInterleaved< 4 >, Policy_, PartitionsK, PartitionGroupSize ></a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classcutlass_1_1gemm_1_1warp_1_1MmaSimtTileIterator_3_01Shape___00_01Operand_1_1kA_00_01Element_f0ce904a9... | HTML |
use"];
}
var res = "";
if (this[symb] !== undefined) { // implies > 0
this[symb + "use"] = true;
res += '#' + this[symb + "nb"] + '=';
}
res += "#(";
for (var i = 0; i < this.length; i++) {
res += sc_genToWriteCircleString(this[i], symb);
if (i < this.length - 1) res += " ";
}
res +... | HTML |
version"],{shell:true});
```
Examples of **correct** code for this rule:
```javascript
//exec valid
child_process.exec("ls", function (err, data) {});
//execFile valid
child_process.execFile("node",["--version"],{cwd:"..."},function(error,stdout,stderr){if(error){throw error}});
//spawn valid
child_process.spawn("... | Markdown |
01, 0x1b43: 0x2a3, 0x1b44: 0x2a4, 0x1b45: 0x04, 0x1b46: 0x05, 0x1b47: 0x2a5,
0x1b48: 0x2a6, 0x1b49: 0x08, 0x1b4a: 0x09, 0x1b4b: 0x0a, 0x1b4c: 0x0b, 0x1b4d: 0x0c, 0x1b4e: 0x0d, 0x1b4f: 0x0e,
0x1b50: 0x0f, 0x1b51: 0x10, 0x1b52: 0x11, 0x1b53: 0x12, 0x1b54: 0x13, 0x1b55: 0x14, 0x1b56: 0x15, 0x1b57: 0x16,
0x1b58: 0x17, 0... | Go |
utput as audio/mp3;base64} # Base64로 디코딩해서 오디오로 변환
${output as image/png;base64} # Base64로 디코딩해서 이미지로 변환
```
#### 기본값 설정
```yaml
${input.temperature | 0.7} # input.temperature가 없으면 0.7 사용
${env.PORT | 8080} # PORT 환경 변수가 없으면 8080 사용
${input.model | gpt-4o} ... | Markdown |
urnSharpLeft:
return Maneuver.turnSharpLeft;
case ManeuverDto.turnSharpRight:
return Maneuver.turnSharpRight;
case ManeuverDto.turnSlightLeft:
return Maneuver.turnSlightLeft;
case ManeuverDto.turnSlightRight:
return Maneuver.turnSlightRight;
case ManeuverDto.turnU... | Dart |
} else {
#[cfg(all(target_arch = "wasm32", debug_assertions))]
web_sys::console::warn_1(
&"Effects created outside of a reactive root will never get disposed.".into(),
);
#[cfg(all(not(target_arch = "wasm32"), debug_assertions))]
eprin... | Rust |
',
'#ffec27', '#00e436',
'#29adff', '#83769c',
'#ff77a8', '#ffccaa'
],
'r-place': [
'#000000', '#898d90',
'#d4d7d9', '#ffffff',
'#6d001a', '#be0039',
'#ff4500', '#ffa800',
'#ffd635', '#00a368',
'#00cc78', '#7eed56',
'#00756f', '#009eaa',
'#2450a4', '#3690ea'
],
'shido... | HTML |
/*
* This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
... | C |
#!/usr/bin/env lua
require 'ext'
require 'symmath'.setup{env=env, MathJax={title='tests/unit/compile', pathToTryToFindMathJax='..'}}
timer(nil, function()
-- [[ trying out compiling of multiple functions in multiple languages
local x = var'x'
local expr1 = (exp(x) - 1/exp(x)) / 2
printbr'expr1'
printbr(expr1)
local... | Lua |
r) throw new Chat.ErrorMessage(this.room.tr`You are not a player in the current trivia game.`);
if (this.isPaused) throw new Chat.ErrorMessage(this.room.tr`The trivia game is paused.`);
if (this.phase !== QUESTION_PHASE) throw new Chat.ErrorMessage(this.room.tr`There is no question to answer.`);
if (player.answer... | Typescript |
obuf.Duration'] = TYPES.google.protobuf.Duration
const typesForOperators = new Set(Object.keys(TYPES)).add('null').add('dyn')
typesForOperators.delete('google')
const typesForFunctions = new Set(Object.keys(TYPES)).add('null').add('ast')
typesForFunctions.delete('google')
function deepClone(obj) {
if (obj === null... | JavaScript |
zm83.7-208H140.3L92.9 368H227.1L179.7 192z"],
"users-between-lines": [640, 512, [], "e591", "M0 0V32H16 624h16V0H624 16 0zM0 480v32H16 624h16V480H624 16 0zM115.2 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm96 0a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm256 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm96 0a64 64 0 1 0 -128 0 64 64... | JavaScript |
semantics, intentions, or strategies.</p></li>
</ul></li>
<li><p><strong>Action of a Sphere (Popσ(ℱ):= F + δFσ)</strong></p>
<p>The action of a sphere σ on a global semantic field ℱ is denoted by
Popσ(ℱ) and results in a new field that’s the sum of the original field
and a modified version, δFσ. This modification (δFσ)... | HTML |
olbarHint:"Velg et verktøy og start å tegne!",helpHint:"Snarveier & hjelp"}},S={mostUsedCustomColors:"Mest brukte egendefinerte farger",colors:"Farger",shades:"Toner",hexCode:"Heksadesimal kode",noShades:"Ingen toner tilgjengelig for denne fargen"},L={action:{exportToImage:{title:"Eksporter som bilde",button:"Eksporter... | JavaScript |
nection between the calibrated bandwidths and the final probability we’re trying to reproduce is more tenuous. On the other hand, the process of creating symmetrized probability matrices is already different between the input and output probabilities in t-SNE and SSNE, and under the initialization conditions we look at... | HTML |
ret nz
; Door will now open fully
call @func_47ee
ld e,Interaction.angle
ld a,(de)
ld hl,@shutterTiles
rst_addAToHl
jr @setTileAndPlaySound
; State 3: a door is closing
@state3:
ld e,Interaction.substate
ld a,(de)
rst_jumpTable
.dw @state3Substate0
.dw @state3Substate1
@state3Substate0:
.ifdef ROM_AGES
... | Assembly |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.