content
stringlengths
2
6.21k
label
stringclasses
16 values
_bootinit __rex_bootinit #define rex_bootread __rex_bootread #define rex_getbitmap __rex_getbitmap #define rex_slot_address __rex_slot_address #define rex_gettcinfo __rex_gettcinfo #define rex_getsysid __rex_getsysid #define rex_clear_cache __rex_clear_cache #define prom_getchar __prom_getchar #define prom_gete...
C
ger.mapList.indexOf(newTME), true) } newTME = bbData.manager.mapList.getNext(bbData.manager.mapList.indexOf(newTME), true) } } if (BBX.CONTAINER.TABLE.isA(currentNode)) { if (bbData.manager.textView.getLineAtOffset(bbData.manager.textView.caretOffs...
Kotlin
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* AAnimal.h :+: :+: :+: ...
C
rplugins.menu.util.bukkit import trplugins.menu.module.internal.service.Performance import trplugins.menu.util.bukkit.ItemMatcher.TraitType.* import org.bukkit.entity.Player import org.bukkit.inventory.ItemStack import org.bukkit.inventory.meta.SkullMeta import taboolib.library.xseries.XMaterial import taboolib.module...
Kotlin
桌面,只需对上述命令稍作修改即可。 打开一个终端,依次运行下面的命令。 ``` sudo add-apt-repository ppa:kubuntu-ppa/backpots sudo apt update sudo apt install kubuntu-desktop ``` 上述命令完成后,重启系统。在登录页面上,选择 KDE Plasma 作为桌面环境。然后你就可以开始了。 这将与 GNOME 桌面一起安装 KDE Plasma 5.24。 #### 我可以在 Ubuntu 20.04 LTS 中安装 KDE Plasma 5.24 吗? Ubuntu 20.04 LTS 版有早期的 KDE Plasma 5....
Markdown
is<orbidx.size();is++) { size_t Norb = Ca.n_cols; std::vector<size_t> idx(Norb); for(size_t i=0;i<Norb;i++) idx[i]=i+1; orbidx[is]=idx; } } else { for(size_t is=0;is<ranges.size();is++) orbidx[is]=parse_range(ranges[is],false); } for(size_t is=0;is<orbidx.size();is++) { printf("Ca...
C++
return p; kobject_put(&p->kobject); out: return NULL; } void rpc_sysfs_client_setup(struct rpc_clnt *clnt, struct rpc_xprt_switch *xprt_switch, struct net *net) { struct rpc_sysfs_client *rpc_client; struct rpc_sysfs_xprt_switch *xswitch = (struct rpc_sysfs_xprt_switch *)xprt_switch->xps_sysfs; i...
C
connectUsingQueue(Node root){ //Not the best approach if(root==null){ return null; } Deque<Node> q = new ArrayDeque(); q.add(root); while(!q.isEmpty()){ int currentLevel = q.size(); Node prev = null; for(int i=0; i<curren...
Java
from django.contrib import admin from .models import Post, Tag, Comment from django.db import models from django.urls import reverse from tinymce.widgets import TinyMCE class TagAdmin(admin.ModelAdmin): pass class CommentAdmin(admin.ModelAdmin): pass class TinymcePostAdmin(admin.ModelAdmin): def f...
Python
'Margins', box(-12, -12, -12, -12), 'Padding', box(12, 12, 12, 12), 'MinWidth', 85, 'MinHeight', 85, 'MaxWidth', 85, 'MaxHeight', 85, 'LayoutMethod', "Box", 'MouseCursor', "UI/Cursors/Rollover.tga", 'FXMouseIn', "MenuItemHover", 'FXPress', "MenuItemClick", 'FXPressDisabled', "UIDisabledButtonPress...
Lua
", ljustify2("cmp".to_string(), suffixBWLQ(*size)), src.show_rru_sized(mb_rru, *size), show_ireg_sized(*dst, mb_rru, *size) ), Inst::Push64 { src } => { format!("{} {}", ljustify("pushq".to_string()), src.show_rru(mb_rru)) } Inst::Pop64 { d...
Rust
> <link rel="stylesheet" href="__STATIC__/tipsy/tipsy.css" /> <script charset="utf-8" src="__STATIC__/kindeditor/kindeditor-min.js"></script> <script charset="utf-8" src="__STATIC__/kindeditor/zh_CN.js"></script> <script charset="utf-8" src="__STATIC__/tipsy/jquery.tipsy.js"></script> <style> .ke-icon...
HTML
uchMethod(i);'."), MessageKind.COMPLEX_THROWING_NSM: MessageTemplate( MessageKind.COMPLEX_THROWING_NSM, "This 'noSuchMethod' implementation is guaranteed to throw an " "exception. The generated code will be smaller and the compiler " "will be able to perform more optimizations if it...
Dart
Text = texts.taxiCostText, emphasisText = texts.aboutText + NumberFormat.getNumberInstance(Locale.US) .format(homeUiState.taxiCost) + texts.wonText, suffixText = null, topPrefixText = texts.moveMapText, ...
Kotlin
e];var t=e,r=e[0];"/"===r?r="/"===e[1]?"//":"/":"_"!==r&&"*"!==r&&"$"!==r&&"#"!==r&&"+"!==r&&"&"!==r&&(r="");var s=o(t,r.length);if(!s&&(t=t.toLowerCase(),n.call(i,t)))return i[e]=i[t];var l=s?"":a(t,r.length),c=t.substr(0,r.length+l.length);return i[e]=Object.freeze({basename:t.substr(c.length),name:t.substr(r.length)...
JavaScript
width: 100%; margin-top: 25px; } .woocommerce h2:after { content: ""; height: 2px; width: 80px; display: block; background: #ECECEC; margin-top: 5px; } .woocommerce h2 { font-size: 22px; line-height: 26px; } .woocommerce h3:after { content: ""; height: 2px; width: 80px; display: block; background: #E...
CSS
} .chart:disabled > .chart-content { -fx-opacity: 0.55; } .chart:disabled > .chart-content .label { -fx-opacity: 1; } .chart > .chart-legend { -fx-padding: 6px; } .chart .axis { -fx-axis-color: -color-border-default; -fx-tick-label-font-size: 0.8em; -fx-tick-label-fill: -color-fg-default; } .chart .axis:top...
CSS
ocket") errCh <- err }() go func() { _, err := kvcorev1.CopyFrom(conn, clientSocket) log.Log.Object(vmi).Reason(err).Error("error encountered reading from client (virt-api) websocket") errCh <- err }() select { case <-stopCh: break case err := <-errCh: if err != nil && err != io.EOF { log.Log.Obj...
Go
, 2, 6, "GRL 1234.XXXX", 81.961383, -71.003180000, 2, 6, "SAU 12.XX", 24.7067, 46.681442000, 6, 7, "SAU 00.XXX", 21.732555, 39.088127250, 4, 5, "SAU J0.XXX", 24.680314, 46.570079750, 5, 6, "SAU 000.XX", 28.372714, 36.498273125, 4, 6, "SAU 200.XX", 26.345214, 43.901431125, 4, 5, "SAU 400.XX", 21.513924, 39.753182250, 4,...
Dart
/// Create the writer /// </summary> /// <param name="target">The object that should be the target of the ISpatialPipeline writer.</param> /// <returns>A writer that implements ISpatialPipeline.</returns> public override SpatialPipeline CreateWriter(XmlWriter target) { ...
C#
kdown</a></li> </ul> </nav> </div> <div class="book-body"> <div class="body-inner"> <div class="book-header" role="navigation"> <h1> <i class="fa fa-circle-o-notch fa-spin"></i><a href="./">The Unix Workbench</a> </h1> </div> <div class="pa...
HTML
To use this module do <code>require(&#39;fs&#39;)</code>. All the methods have asynchronous and synchronous forms. </p> <p>The asynchronous form always take a completion callback as its last argument. The arguments passed to the completion callback depend on the method, but the first argument is always reserved for an...
HTML
y the slice of structs if needed // // authorizedKeys[0].Username = "newUsername" // // authorizedKeys[0].Key = "newKey" // authorizedKeys = append(authorizedKeys, AuthorizedKey{Username: "", Key: PublicKey}) // // // Write the modified data back to the authorized_keys file // newFile, err := os.Create(a...
Go
(flattenR, []) .map(state => state.views || { $default: state }) .map(viewObj => Object.keys(viewObj).map(key => viewObj[key].component)) .reduce((acc, arr) => acc.concat(arr), []) .filter(x => typeof x === 'function' && x !== UIView); moduleMetaData.imports = <any[]> (moduleMetaData...
Typescript
ed <a href="../../query/QueryOptions.html" title="class in io.streamthoughts.azkarra.api.query"><code>QueryOptions</code></a> and the <a href="../KafkaStreamsContainer.html" title="interface in io.streamthoughts.azkarra.api.streams"><code>KafkaStreamsContainer</code></a>.</div> </td> </tr> <tr class="rowColor"> <td cl...
HTML
MUL $f30, $f12, $f28 MUL $f30, $f13, $f29 ADD $f18, $f26, $f0 MUL $f30, $f14, $f26 # ctemp1 = da * atemp1 ADD $f19, $f27, $f1 MUL $f30, $f15, $f27 ADD $f20, $f28, $f2 MUL $f30, $f16, $f28 ADD $f21, $f29, $f3 MUL $f30, $f17, $f29 ST $f0, 0($24) SXADDQ $23, $24, $24 ST $f1, 0($24) SXADDQ $23, $24, $2...
Assembly
local M = {} M.setup = function(opts) local default = { vertical_step_size = 1, horizontal_step_size = 1, keys = { expand_right = { "<C-right>", mode = { "n", "v" }, desc = "expand right" }, expand_left = { "<C-left>", mode = { "n", "v" }, desc = "expand left" }, expand_up = { "<C-up>", mode = { "n", "...
Lua
_mkl_format) { CHECK_EQ(dnnLayoutDelete_F32(lt_output), E_SUCCESS); } dnnDelete_F32(lrn_bwd); dnnLayoutDelete_F32(lt_bdw_input); dnnLayoutDelete_F32(lt_workspace); } } MklLRNGradOpContext; typedef typename Eigen::Tensor<T, 1, Eigen::RowMajor>::DimensionPair DimPair; bool works...
C++
\u6781\u53cd\u5e94\u3002 http://t.cn/RPowzvD", "source": "\u65b0\u6d6a\u5fae\u535a", "time": "2014-08-07 19:59"}, {"weight": 0.39148916966914027, "title": "\u9ed1\u4e94\u7c7b\uff0c\u7981\u6b62\u4e58\u516c\u4ea4", "url": "http://weibo.com/1654692051/Bh9S3DBl2", "text": "\u9ed1\u4e94\u7c7b\uff0c\u7981\u6b62\u4e58\u516c\u...
JavaScript
add' hi['@diff.minus'] = '@text.diff.delete' hi['@diff.delta'] = 'DiffChange' hi['@string.special.url'] = '@text.uri' hi['@keyword.directive'] = '@preproc' hi['@keyword.directive.define'] = '@define' hi['@keyword.storage'] ...
Lua
.Prog p := r.Prog p0.As = p.As p0.Lineno = p.Lineno p0.From = p.From p0.To = p.To p0.From3 = p.From3 p0.Reg = p.Reg p0.RegTo2 = p.RegTo2 if r == b { break } } p0 = r.Prog p0.As = t.As p0.Lineno = t.Lineno p0.From = t.From p0.To = t.To p0.From3 = t.From3 p0.Reg = t.Reg p0.RegTo2 = t.RegT...
Go
dout << "Using zero initial moment offset" << std::endl; moments.resize(N_moments * Sim->species.size() * Sim->species.size() * length, 0.0); // Grab the first moment measurement ticker(); } void OPRadialDistribution::ticker() { // A test to ensure we only sample at a target energy (if ...
C++
3 = a3Pointer.ref; final a4Pointer = calloc<Struct16BytesMixed>(); final Struct16BytesMixed a4 = a4Pointer.ref; final a5Pointer = calloc<Struct16BytesMixed>(); final Struct16BytesMixed a5 = a5Pointer.ref; final a6Pointer = calloc<Struct16BytesMixed>(); final Struct16BytesMixed a6 = a6Pointer.ref; final a7...
Dart
nt not available: $url'); continue; } if (e.toString().contains('401')) { _debugLog('[INVOICE_SERVICE] 401 - Authentication error'); throw Exception('Authentication error. Verify credentials.'); } continue; } ...
Dart
// Copyright (c) 2008-2023 the Urho3D project // Copyright (c) the Dviglo project // License: MIT #pragma once #include "../containers/ptr.h" #include "../resource/image.h" #include "render_surface.h" #include "texture.h" namespace dviglo { /// 3D texture resource. class DV_API Texture3D : public Texture { DV_O...
C
mouse. * Positivo para cima, negativo para baixo e zero para estacionária. * * @return A movimentação da roda de rolagem do mouse. */ public double getMouseWheelMove() { //double mouseWheelUpValue = mouseWheelUpAction.getAmount(); //double mouseWheelDownValue = mouseWheelDownAc...
Java
00323962406290842133584, 0.000235839115596880717416, ]; const Q = [ 1.0, 1.53991494948552447182, 0.982403709157920235114, 0.325732924782444448493, 0.0563921837420478160373, 0.00410369723978904575884, ]; result = Y + Ration...
Typescript
Manager import com.rndash.mbheadunit.car.PartyMode import com.rndash.mbheadunit.nativeCan.canB.EZS_A11 import com.rndash.mbheadunit.nativeCan.canB.KOMBI_A1 import com.rndash.mbheadunit.nativeCan.canC.BS_200h import com.rndash.mbheadunit.nativeCan.canC.KOMBI_412h import com.rndash.mbheadunit.nativeCan.canC.MS_608h impor...
Kotlin
s[12:15] dmask:0x4 // CHECK: [0x00,0x04,0x04,0xf1,0x01,0x05,0x62,0x00] image_gather4_cl v[5:8], v[1:3], s[8:15], s[12:15] dmask:0x8 // CHECK: [0x00,0x08,0x04,0xf1,0x01,0x05,0x62,0x00] image_gather4_cl v[5:8], v[1:4], s[8:15], s[12:15] dmask:0x1 // CHECK: [0x00,0x01,0x04,0xf1,0x01,0x05,0x62,0x00] image_gather4_cl v[5...
Assembly
ill="none" d="M.5.5h16v16H.5z"></path><path d="M.5 7.5h3v8h-3zM7.207 15.207c.193.19.425.29.677.293H12c.256 0 .512-.098.707-.293l2.5-2.5c.19-.19.288-.457.293-.707V8.5c0-.553-.445-1-1-1h-5L11 5s.5-.792.5-1.5v-1c0-.553-.447-1-1-1l-1 2-4 4v6l1.707 1.707z"></path></svg><span title="39">39</span><svg xmlns="http://www.w3.org...
HTML
rName; id = winInfo.computerName; } catch (e) { debugPrintStack(label: "get windows device info failed: $e"); name = "unknown"; id = "unknown"; } } else if (isMacOS) { MacOsDeviceInfo macOsInfo = await deviceInfo.macOsInfo; name = macOsInfo.c...
Dart
于树上莫队的 $O(n\sqrt{m})$。 ## 练习题 [CF600E Lomsat gelral](http://codeforces.com/problemset/problem/600/E) 题意翻译:树的节点有颜色,一种颜色占领了一个子树,当且仅当没有其他颜色在这个子树中出现得比它多。求占领每个子树的所有颜色之和。 [UOJ284 快乐游戏鸡](https://uoj.ac/problem/284) [CF1709E XOR Tree](https://codeforces.com/contest/1709/problem/E) ## 参考资料/扩展阅读 [CF741D 作者介绍的 dsu on tree]...
Markdown
的例子将使这一切变得清晰明确。同时思考本章前部`Button2.java`例子与这个例子的差异。 ```java //: Button2New.java // Capturing button presses import java.awt.*; import java.awt.event.*; // Must add this import java.applet.*; public class Button2New extends Applet { Button b1 = new Button("Button 1"), b2 = new Button("Button 2"); public void ...
Markdown
"graphics_intro/title_graphics.inc" .include "text_print.s" .include "gr_offsets.s" .include "gr_fast_clear.s" .include "gr_copy.s" .include "gr_putsprite_crop.s" .include "gr_pageflip.s" .include "gr_overlay.s" .include "decompress_fast_v2.s" .include "ym_play.s" .include "interrupt_handler.s" .include "m...
Assembly
dater( updater configs.SectionUpdater[v2.Advisories, v2.Document], ) configs.EntryUpdater[v2.Document] { yamlASTMutater := configs.NewTargetedYAMLASTMutater( "advisories", updater, func(doc v2.Document, data v2.Advisories) v2.Document { doc.Advisories = data // Since we're using _this_ version of wolfict...
Go
", hash_original_field = "4C10F641D22CFA8BBB28F7C7DD8E9F47", hash_generated_field = "579C19748092E2EA8AB64E1B8135A7EC") public static final int AndroidManifestProvider_writePermission = 5; @DSGeneratedField(tool_name = "Doppelganger", tool_version = "2.0", generated_on = "2014-09-06 13:57:56.433 -0400", hash_o...
Java
] < maxLevel) break; } flip(pstart, pend); pstart = pend + 1; } } } public void flip(int start, int end) { int mid = (start + end) / 2; --end; for (; start < mid; ++start, --end) { in...
Java
// Install the C# / .NET helper library from twilio.com/docs/csharp/install using System; using Twilio; using Twilio.Rest.Messaging.V1; class Program { static void Main(string[] args) { // Find your Account SID and Auth Token at twilio.com/console // and set the environment variables. See htt...
C#
/* cor64 - https://github.com/bryanperris/cor64 MIT License Copyright (c) 2019 Bryan Perris 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, including without limitation the ...
C#
FindQuick](FindQuick) (alias: f) - Find files. - [GrepQuick](GrepQuick) (alias: g) - Shorthand for 'grep'. - l - alias for 'ls' with some options set. - [KillProcess](KillProcess) - Enhanced process killing utility. - [Rename](Rename) - Performs a sed-based search/replace in a set of filenames. ## Boot scr...
Markdown
<wbr></wbr><span><span>Name()</span></span></span></span></a></div> </div> <div class="toc--part" id="keycloakapi-nav-submenu-0-4" pageId="keycloakapi::de.klg71.keycloakmigration.keycloakapi//clientScopeMapperExistsByName/de.klg71.keycloakmigration.keycloakapi.KeycloakClient#kotlin.String#kotlin.String#kotlin.S...
HTML
否满足要求 python run_tests.py --mode check ``` ### 2. 快速测试(推荐) ```bash # 运行核心功能测试,大约需要1-2分钟 python run_tests.py --mode quick ``` ### 3. 完整测试 ```bash # 运行所有测试用例,大约需要3-5分钟 python run_tests.py --mode full ``` ### 4. 演示模式 ```bash # 展示系统各个AI组件的工作流程 python run_tests.py --mode demo ``` ### 5. 性能测试 ```bash # 测试系统性能指标 python ru...
Markdown
sub_400B41 proc push rbp mov rbp, rsp sub rsp, 30h mov rax, fs:28h mov [rbp+var_8], rax xor eax, eax mov edi, offset aIndex; "Index:" mov eax, 0 call printf lea rax, [rbp+s] mov edx, 10h; n mov esi, 0; c mov rdi, rax; ...
Assembly
ll be put. * @param[in,out] p_signature_size Maximum number of bytes that @p p_signature buffer can hold on input * and the actual number of bytes used by the data on output. * Actual size for selected curve is defined by * ...
C
= Object.assign({}, segment) as NavSegment; hydratedSegment.type = nav.getType(); hydratedSegment.navId = nav.name || nav.id; // secondaryId is set on an empty dehydrated segment in the case of tabs to identify which tab is selected hydratedSegment.secondaryId = segment.secondaryId; return hydratedSegment; }...
Typescript
C->ops->PushPixels = mfbPushPixels; #else pGC->ops->PushPixels = miPushPixels; #endif /* ifndef LOWMEMFTPT */ if (pGC->fillStyle == FillSolid && devPriv->rop == GXcopy) pGC->ops->PushPixels = cfbPushPixels8; #endif pGC->ops->PolyFillArc = miPolyFillArc; if (pGC->fillStyle == FillSolid) { switch (devPriv-...
C
https://doc.rust-lang.org/nightly/src/core/hash/mod.rs.html#192-199' title='goto source code'>[src]</a></h4><div class='docblock hidden'><p>Feeds a slice of this type into the given [<code>Hasher</code>]. <a href="https://doc.rust-lang.org/nightly/core/hash/trait.Hash.html#method.hash_slice">Read more</a></p> </div></d...
HTML
rseJSON(b, op) return nqs.nquads, err } func sortNquad(nq []*pb.NQuad) { sort.SliceStable(nq, func(i, j int) bool { return nq[i].Predicate < nq[j].Predicate }) sort.SliceStable(nq, func(i, j int) bool { return nq[i].Subject < nq[j].Subject }) } func (exp *Experiment) verify() { nq, err := Parse(exp.json, S...
Go
/* recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted t...
C#
/** * Simple utility for reading from registers in the devkit user register space */ #include <stdio.h> #include <stdint.h> #include <string.h> #include <unistd.h> #include <exanic/exanic.h> #include <exanic/util.h> #include <exanic/register.h> int main(int argc, char *argv[]) { exanic_t *exanic; char *devic...
C
12345, RetryAfter: 1000}, nil) } func mockCreateAccessKeyUsingCredB(client *cloudaccess.Mock, testData commonDataForAccessKey) *mock.Call { return client.On("CreateAccessKey", testutils.MockContext, cloudaccess.CreateAccessKeyRequest{ AccessKeyName: testData.accessKeyName, AuthenticationMethod: testData.a...
Go
只推送一次</td><td style=" padding: 6px 13px ; ; ; ; ; ; ; ; ; ; ; "><code style="font-family: ui-monospace, SFMono-Regular, &#34;SF Mono&#34;, Menlo, Consolas, &#34;Liberation Mono&#34;, monospace;font-size: 13.6px;padding: 0.2em 0.4em;white-space-collapse: break-spaces;background-color: var(--bgColor-neutral-muted, var(--...
Markdown
= 0; /** @type {!Map<!Coverage.CoverageModel.CoverageInfo>} */ const usedByTimestamp = new Map(); /** @type {!Map<!Coverage.CoverageModel.CoverageInfo>} */ const totalByTimestamp = new Map(); for (const urlInfo of this._coverageModel.entries()) { for (const info of urlInfo.entries()) { ...
JavaScript
ata", async (season: string) => { const response = await fetchRaceData(season); const results = response.data?.MRData?.RaceTable?.Races || [] return results; } ); export const raceSlice = createSlice({ name: "app", initialState, reducers: {}, extraReducers: (builder) => { builder .add...
Typescript
/*! * Copyright 2016 Terence Parr, Sam Harwell, and Burt Harris * All rights reserved. * Licensed under the BSD-3-clause license. See LICENSE file in the project root for license information. */ // CONVERSTION complete, Burt Harris 10/14/2016 import { NotNull } from "../../Decorators"; import { ParseTree } from "...
Typescript
textState attribute-value" v-model="item.itemA">{{item.itemA}}</textarea> <span class="centered-text">/</span> <textarea :readonly="isPublic" class="textState attribute-value" v-model="item.itemB">{{item.itemB}}</textarea> <button type="button" class="btn btn-...
HTML
; self.border = border; self.offset = opts.offset; self.size = size; // Add new option checks for the plugin qTip.checks.tip = { '^position.my|style.tip.(corner|mimic|border)$': function() { // Make sure a tip can be drawn if(!self.init()) { self.destroy(); } // Reposition the tooltip qTip.r...
JavaScript
oidComponents.add(3); return true; } } } return false; } /** * Gets the tag from the AsnTaggedType structure. The returned tag will contain the correct class * and type (explicit or implicit). Return null if the passed tagged type does not have a tag. * * @param...
Java
step_end .balign 4, 0 _08D8: step 1, 1 step 61, 1 step 2, 1 step 61, 1 step 0, 1 step 61, 1 step 3, 1 step 61, 1 step 1, 1 step 61, 1 step_end .balign 4, 0 _0904: step 8, 2 step_end .balign 4, 0 _090C: step 9, 2 step_end .balign 4, 0 _0914: step 10, 2 step_end .balign 4, 0 _091C: step 11, 2 ...
Assembly
.a", "tk86t.dll", "tk86t.lib"] //! tkstub = ["libtkstub86.a", "libtkstub.a", "tkstub86.lib"] //! ``` //! //! The value `tk = [..]` enumerates possible library file names that need link //! against. Note that the key name "tk" is for human readability only. //! //! Once file of some name has been found under link path...
Rust
len) { c1 = *p++; *bp++ = Base64Code[((u_int32_t)c1 >> 2)]; c1 = (c1 & 0x03) << 4; if (p >= data + len) { *bp++ = Base64Code[c1]; break; } c2 = *p++; c1 |= ((u_int32_t)c2 >> 4) & 0x0f; *bp++ = Base64Code[c1]; c1 = (c2 & 0x0f) << 2; if (p >= data + len) { *bp++ = Base64Code[c1]; break; ...
C
id, pubKey: currentUser.ecdhPub, }, } const id = pairCollectionId(currentUser.id, user.id) // Collection key must exist in userAccess before we create the item. // Own key for Collection or private collection key for Item. currentUser.collections[id] = collKey.encrypt currentUser.collectionKeys[id...
Typescript
isConfig{ Addr: insecureAddr, } store, err := GetOnlineStore(pt.RedisOnline, redisInsecureConfig.Serialized()) if err != nil { t.Fatalf("could not initialize store: %s\n", err) } test := OnlineStoreTest{ t: t, store: store, } test.Run() } func TestOnlineStoreRedisSecure(t *testing.T) { if testing...
Go
- если флажок включен, то при некорректном вводе российского адреса невозможно будет ввести данные в программу (имеет смысл только при использовании шаблонов ввода и адресного классификатора). Данные проверяются по ГАР ФНС России. </li> <li><strong>Указывать ОКТМО</strong> - включите флажок, для того чтобы автоматиче...
HTML
px; } /*Reposition button*/ #FinishBtn { position: relative; right: -79px; } /*Reposition button*/ #CancelBtn { position: relative; right: -79px; } /*Hide button*/ #HelpBtn { display: none; } /**************************************************************************/ /*/...
CSS
ddress(addressToEdit: Address, newAddress: Address): void { const i = _.findIndex(this.addresses, this.selectedAddress); this.addresses = [ ...this.addresses.slice(0, i), newAddress, ...this.addresses.slice(i + 1) ]; this.selectedAddress = newAddress; localStorage.setItem("addresses", JSON.stringif...
Typescript
y secrets linked to a settings containing any of the // following strings will be refreshed. // // For example, allowing "additional_endpoints" will trigger notifications for: // - "additional_endpoints" // - "logs_config.additional_endpoints" // - "logs_config.additional_endpoints.url" // - ... // // NOTE: Rel...
Go
= coder.emit_huffman_table(selector_model); uint32_t selector_history_buf_run_sym_bits = coder.emit_huffman_table(selector_history_buf_rle_model); coder.put_bits(basist::MAX_SELECTOR_HISTORY_BUF_SIZE, 13); debug_printf("Model sizes: EndpointPred: %u bits %u bytes (%3.3f bpp) DeltaEndpoint: %u bits %u bytes (%3....
C++
; let g = avx_sqrt_pos11(x + 0.05) * 255.0; let b = avx_sqrt_pos11(x + 0.13) * 224.0; let r = _mm256_cvttps_epi32(r.into()); let g = _mm256_cvttps_epi32(g.into()); let b = _mm256_cvttps_epi32(b.into()); let a = _mm256_set1_epi32(0xff); ...
Rust
create(Origin::signed(1), 1000, 1, 4, 9)); assert_eq!(Balances::free_balance(1), 999); // Add deploy data assert_ok!(Crowdloan::fix_deploy_data( Origin::signed(1), 0, <Test as fabric_system::Config>::Hash::default(), 0, vec![0].into() )); let fund = Crowdloan::funds(0).unwrap(); ...
Rust
节点被划分为非空集,其中每个节点将被称为子树。 * 树的节点要么保持它们之间的父子关系,要么它们是姐妹节点。 * 在通用树中,一个节点可以具有任意数量的子节点,但它只能有一个父节点。 ![](image/树.png) ### 特点 - 每个节点都只有有限个子节点或无子节点。 - 树有且仅有一个根节点。 - 根节点没有父节点;非根节点有且仅有一个父节点。 - 每个非根节点可以分为多个不相交的子树。 - 树里面没有环路。 ### 术语 - **祖先节点**: 节点的祖先是从根到该节点的路径上的任何前节点。根节点没有祖先节点。 - **父节点**:若一个节点含有子节点,则这个节点称为其子节点的父节点; - **子节点**:一个节点含...
Markdown
} #setting-editor .jp-PluginList { min-width: 175px; width: 175px; } #setting-editor .jp-PluginList ul { background-color: var(--jp-layout-color1); color: var(--jp-ui-font-color1); font-size: var(--jp-ui-font-size1); list-style-type: none; margin: 0; padding: 0; overflow-y: auto; position: absolu...
HTML
.TODO(), pods, getListOptions(cluster)...), ).NotTo(HaveOccurred()) originalNames := make([]string, 0, len(originalPods.Items)) for _, pod := range originalPods.Items { originalNames = append(originalNames, pod.Name) } currentNames := make([]string, 0, len(originalPods.Items)) for ...
Go
:src="file.url" fit="cover" style="width: 100%; height: 100%;"> </el-image> </div> </div> ...
HTML
d4/d5/d6 jsr sortModuleList popm d4/d5/d6 * Restore iiiiit move.b d6,playmode(a5) * Insert parent to the top tst.l d5 beq.b .noParent jsr getVisibleModuleListHeader * get parent node move.l d5,a1 * Insert a1 into a0 lore Exec,AddHead addq.l #1,modamount(a5) .noParent * Figure out if the chosen modul...
Assembly
Op.id) cancelOp.fail <- nil case resOp := <-p.resDispatch: res := resOp.res res.Req = pending[res.id] // Independent if the request exists or not, track this packet requestTracker.Fulfil(p.id, p.version, res.code, res.id) switch { case res.Req == nil: // Response arrived with an untracked ...
Go
display: inline-block; font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; margin: 0; padding: 1.5rem 5.5rem 1.5rem 3rem; width: 100%; } .usa-accordion button:focus, .usa-accordion-bordered button:focus { box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; } .usa-accor...
CSS
K-OBJ: Relocations [ # CHECK-OBJ: ] # CHECK-OBJ-LABEL: } # CHECK-OBJ: MIPS ABI Flags { # CHECK-OBJ-NEXT: Version: 0 # CHECK-OBJ-NEXT: ISA: {{MIPS32$}} # CHECK-OBJ-NEXT: ISA Extension: None (0x0) # CHECK-OBJ-NEXT: ASEs [ (0x0) # CHECK-OBJ-NEXT: ] # CHECK-OBJ-NEXT: FP ABI: Hard flo...
Assembly
override fun getLayoutId(): Int { // return R.layout.fragment_touch_fish_calendar // } // // override fun initView() { // setOnClickListener(R.id.btn_share) // } // // override fun initData() { // getStarGossip() // } // // private fun getStarGossip() { // EasyHttp.get(...
Kotlin
CHECK(dev_a); CHECK(dev_v); se::DeviceMemoryBase dev_v_ptr(dev_v, sizeof(T*) * task_size * 2); stream->ThenMemcpy(&dev_v_ptr, v, sizeof(T*) * task_size * 2); int block_size = 128; int embedding_dim = var->ValueLen(); functor::KvSparseApplyAdagradHbm<GPUDevice, TKey, T>()( block...
C++
&& energy < 1.0) { energy = 1.0; }*/ mel_energies_out[i] = energy; // The following assert was added due to a problem with OpenBlas that // we had at one point (it was a bug in that library). Just to detect // it early. //KNF_CHECK_EQ(energy, energy); // c...
HTML
t-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". </p> </body> </html> <html> <head> <title> 安子文在中国共产党全国纪律检查干部会议上的结论 - 安子文 - 1951-4-0 - CCRD 中国当代政治运动史数据库 </title> <link href="../../../../Emblem_of_the_PCP-Shining_Path.svg.ico...
HTML
Module("@eonasdan/tempus-dominus/dist/locales/sr.js") internal external object TempusDominusLocaleSr : TempusDominusLocale @JsModule("@eonasdan/tempus-dominus/dist/locales/sr-Latn.js") internal external object TempusDominusLocaleSrLatn : TempusDominusLocale @JsModule("@eonasdan/tempus-dominus/dist/locales/tr.js") int...
Kotlin
### 🤖 Sylvie Agent IA - **Conversation naturelle** : Contrôlez tout en parlant normalement - **Monitoring proactif** : Surveillance automatique 24/7 - **Résolution d'incidents** : Correction automatique des problèmes - **Aide contextuelle** : Guidance intelligente et suggestions ## Workflo...
Python
29, "content": "എന്‍റെ ജനങ്ങളേ, ഭൂമിയില്‍ മികച്ചുനില്‍ക്കുന്നവര്‍ എന്ന നിലയില്‍ ഇന്ന് ആധിപത്യം നിങ്ങള്‍ക്ക് തന്നെ. എന്നാല്‍ അല്ലാഹുവിന്‍റെ ശിക്ഷ നമുക്ക് വന്നാല്‍ അതില്‍ നിന്ന് നമ്മെ രക്ഷിച്ചു സഹായിക്കാന്‍ ആരുണ്ട്‌? ഫിര്‍ഔന്‍ പറഞ്ഞു: ഞാന്‍ (ശരിയായി) കാണുന്ന മാര്‍ഗം മാത്രമാണ് ഞാന്‍ നിങ്ങള്‍ക്ക് കാണിച്ചുതരുന്...
Dart
_perms(guild, discord_id)? .contains(BotPermission::BypassNicknameUpdate); if can_access_user && do_set_nickname { let target_nickname = if let Some(roblox_id) = roblox_id { Some(format!("{}\u{17B5}", roblox_id.lookup_username()?)) } else { ...
Rust
Name(cn.packageName), iconEntry) } try { while (parser.next() != XmlPullParser.END_DOCUMENT) { if (parser.eventType != XmlPullParser.START_TAG) continue when (parser.name) { "iconback" -> addFallback(parser, info.iconBacks) "iconupon" -> addFallback(parser, info.iconUpons) "...
Kotlin
holeProgWithInternalFunctions: CoreTACProgram, // with int functions if [AddInternalFunctions] is in use, otherwise the original program val internalFunctionsBlockMapping: CmdPtrMapping, ) data class CallGraphInfo( val callIdToCallerId: Map<CallId, CallId>, val callIdToName: Map<CallId, String>, val pr...
Kotlin
A==" crossorigin> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/default.min.css" crossorigin> <style>:root{--highlight-color:#fe9}.flex{display:flex !important}body{line-height:1.5em}#content{padding:20px}#sidebar{padding:1.5em;overflow:hidden}#sidebar > *:last-child{mar...
HTML
kCifDefinitions.Apps.Qes.Dids.prk_ch_qes_e256 import org.openecard.cif.bundled.EgkCifDefinitions.Apps.Qes.Dids.prk_ch_qes_r2048 import org.openecard.cif.bundled.EgkCifDefinitions.mrPinHomePaceProtectedAcl import org.openecard.cif.bundled.GematikBuildingBlocks.alwaysAcl import org.openecard.cif.bundled.GematikBuildingBl...
Kotlin