content stringlengths 2 6.21k | label stringclasses 16
values |
|---|---|
4strig
4strik
4strink
5s4tripp
4stris
4striu
st2ro
4stroc
4stroep
3s4troh
s4troma
5s4trome
5stromk
5stroms
4stropf
4stros
s4t5rose
3ström
4ströp
3s4trud
6struemm
4struh
3struk
4strup
st3rüb
4strümm
2st3s2
sts4a
stsau4
st4sb
stsch4
sts4i
2st3t2
s2tub
5stuben
4s5tuch
3stud
4s5tuech
5s4tueck
3stueh
stu4el
3s4tuen
4stuer.
... | Go |
Emoji",
"Segoe UI Symbol",
sans-serif;
text-shadow: none;
}
body .published-container .markdown-rendered h3 {
color: light-dark(rgb(69, 69, 69), rgb(220, 220, 220));
font-family:
ui-sans-serif,
-apple-system,
"system-ui",
system-ui,
"Segoe UI",
Roboto,
Inter,
"Apple Color ... | CSS |
ltiReturn<[x: number, y: number]>;
/**
* Gets the radius of the circle shape.
*
* @return radius, The radius of the circle.
* @link [CircleShape:getRadius](https://love2d.org/wiki/CircleShape:getRadius)
*/
getRadius(): number;
/**
* Sets th... | Typescript |
JOY_CTRL($t0)
lbu $v0, JOY_TXRX($t0)
or $v1, 0x10
sh $v1, JOY_CTRL($t0)
.Lexit_exchg:
jr $ra
nop | Assembly |
originalDefinitions {
selectorValue
}
originalQueries {
query
selectorValue
}
query
title
unit
}
}
goldenTags {
context {
account
guid
}
tags {
key
}
}
recentAlertViolations {
agentUrl
alertSeverity
closedAt
label
level
openedA... | Go |
:00',
reasonText: 'Schutz Personal',
),
],
);
// close modal sheet
await _closeModalSheet(tester);
expect(find.byKey(DasModalSheet.modalSheetClosedKey), findsOneWidget);
await disconnect(tester);
});
testWidgets('test details for complex ASR in T18', (tester) async {
... | Dart |
/* Generated by RuntimeBrowser
Image: /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
*/
@interface CUIPSDLayerBaseRef : NSObject {
CUIPSDImageRef * _imageRef;
unsigned int _layerIndex;
}
@property (readonly) int blendMode;
@property (readonly) struct CGRect { struct CGPoint { double x_1_1_1; d... | C |
squash-and-parsnips-with-maple-syrup-glaze-and-marcona-almonds-350453.json)
* [Salted Butter Apple Galette With Maple Whipped Cream](../../index/s/salted-butter-apple-galette-with-maple-whipped-cream-51255600.json)
* [Shredded Brussels Sprouts With Maple Hickory Nuts](../../index/s/shredded-brussels-sprouts-with-mapl... | Markdown |
更多大型企业开始采用 Rust
3. **社区持续增长**: 开发者数量和活跃度显著提升
4. **技术栈完善**: 工具链和第三方库更加成熟
## 📅 后续更新计划
- **定期更新**: 每季度更新一次统计数据
- **趋势跟踪**: 持续监控生态系统发展
- **预测调整**: 根据实际发展调整未来预测
---
**更新时间**: 2025年9月28日
**更新人**: Rust 生态系统分析团队
**版本**: 1.1.0
感谢您的细心提醒!时间信息的准确性对于技术分析报告至关重要。
# Rust 版本准确性报告 - 2025年9月28日
## 🚨 重要发现
经过深入核实,发现了一个关键问题:**我... | Markdown |
.delete(string);
}
}
import axios from 'axios'
const REST_API = 'https://api.pro.coinbase.com/products/BTC-USD/book'
const binarySearch = (
array = [],
emptyArrayReturn,
referencePrice,
asc = true,
foundModifier,
notFoundModifier
) => {
if (array.length === 0) return emptyArrayReturn
let lo = 0
... | Typescript |
**
* Constructs a new block request response packet
*
* @param code
* Message code to use - see class constants
* @param playerName
* Parameters inserted into message. Usually the target player's name
*/
public SM_BLOCK_RESPONSE(int code, String playerName) {
this.code = code;
t... | Java |
r-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int CONCERN_USAGE___CAN_ACCESS__FEATURE = REQUIREMENT_USAGE___CAN_ACCESS__FEATURE;
/**
* The operation id for the '<em>Is Featuring Type</em>' operation.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int ... | Java |
return {
-- Github Copilot Settings
{
"zbirenbaum/copilot.lua",
cmd = "Copilot",
build = ":Copilot auth",
opts = {
suggestion = { enabled = false, auto_trigger = false, hide_during_completion = true },
panel = { enabled = false },
filetypes = {
markdown = true,
help... | Lua |
skDelay( mainCHECK_PERIOD );
/* Perform a bit of 32bit maths to ensure the registers used by the
integer tasks get some exercise. The result here is not important -
see the demo application documentation for more info. */
ulDummyVariable *= 3;
prvCheckOtherTasksAreStil... | C |
sifraitech/kzg<filename>mcl-kzg/kzg/src/zero_poly.rs<gh_stars>10-100
use crate::data_types::fr::Fr;
use crate::fk20_fft::FFTSettings;
use crate::kzg10::Polynomial;
use crate::utilities::{is_power_of_2, next_pow_of_2};
use std::cmp::min;
/// Copy all of the coefficients of polynomial @p p to @p out, padding to length ... | Rust |
{
NMPI_Abort(MPI_COMM_WORLD, 1);
}
/* remember here that even in Rajeev's original code it was the case that
* different aggregators could end up with different amounts of data to
* aggregate. here we use fd_end[] to make sure that we know how much
* data this aggregator is working ... | C++ |
d(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 303)
#define _X_NONNULL(args...) __attribute__((nonnull(args)))
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ - 0 >= 199901L) /* C99 */
#define _X_NONNULL(...) /* */
#endif
/* requires xproto >= 7.0.22 */
#if defin... | C |
, _randomIndex);
},
"Random Depth Slider",
"Random Depth Label",
"Depth"));
addAndMakeVisible(depthSlider.get());
depthSlider->slider->setTooltip(TRANS("Depth of the random source"));
depthSlider->slider->setRange(PP::DEPTH.minValue, PP::DEPTH.maxValue, INTERVAL);
depthSl... | C++ |
Index + 1); // reflects non-existent key to initialize method
}
else {
keys = null;
}
initialize(deleteKey);
return success;
}
}
return false;
}
}
/**
* A long key iterator class - optimized for short iterations since
* the number of keys read from each record node is ... | Java |
"$.messages.*.code";
public static final String LOCALIZATION_MSGS_JSONPATH = "$.messages.*.message";
private static final String BUSINESSSERVICE_MDMS_MODULE = "BillingService";
public static final String BUSINESSSERVICE_MDMS_MASTER = "BusinessService";
public static final String BUSINESSSERVICE_CODES_FILTER = "$.... | Java |
kmask |= (1 << k);
}
void
Tab::itabadd(uint j, ITab* itabptr)
{
require(j < m_itabs && m_itab[j] == 0 && itabptr != 0);
m_itab[j] = itabptr;
if (itabptr->m_type == ITab::OrderedIndex)
m_orderedindexes++;
else
m_hashindexes++;
}
static NdbOut&
operator<<(NdbOut& out, const Tab& tab)
{
out << "tab " <... | C++ |
},
lore_training_psyker_four_c = {
randomize_indexes_n = 0,
sound_events_n = 2,
sound_events = {
[1] = "loc_psyker_female_c__lore_training_psyker_four_c_01",
[2] = "loc_psyker_female_c__lore_training_psyker_four_c_02",
},
sound_events_duration = {
[1] = 4.33675,
[2] = 5.356958,
},
randomize... | Lua |
local test = require('tests/framework/microtest')
local dsl = require('source/shared/string/dsl/requires')
function test_encode_basic()
local spec = dsl.encode("math math.random math.wave? portuguese? *")
assert(spec.all == true)
assert(spec.list[1] == "math")
assert(spec.list[2] == "math.random")
... | Lua |
feil)",
w3OrgId: "error-prevention-legal-financial-data",
},
},
};
const compatible: Guideline<Compatible> = {
title: "Kompitabilitet",
criteria: {
"4.1.1": {
level: "A",
title: "Parsing (oppdeling)",
w3OrgId: "parsing",
},
"4.... | Typescript |
fx[6 * i + 1] = 0;
if (finalConst.DY == DofConstraint.Released)
fx[6 * i + 2] = 0;
if (finalConst.RX == DofConstraint.Released)
fx[6 * i + 3] = 0;
if (finalConst.RY == DofConstraint.Released)
fx[6 * i + 4] = 0... | C# |
))
.andDo(print())
.andDo(CocktailDocumentation.updateCocktail());
}
@WithMockUser(roles = "ADMIN")
@DisplayName("csv 파일로 칵테일을 저장한다.")
@Test
void addCocktailsByCsv() throws Exception {
doNothing().when(cocktailService).saveAll(any());
mockMvc.perform(multipart("/api/cocktails/upload/csv")
.file(
... | Java |
准痛点,打通梗阻,突破藩篱,三江源探索建立更科学、有效的全新生态保护体制——将原有的各类保护地进行功能重组、统一管理,"大部门制"从源头上解决政出多门、权责不清的弊端;创新设置生态管护员公益性岗位,越来越多的牧民放下牧鞭,端起了"生态碗";建设生态大数据中心、天地一体化生态监测等,"拿拳头保护生态"的模式将成为历史……
几年试点,31项重点任务有序推进,首个国家公园试点交出的答卷,可圈可点:消失多年的水獭、猞猁、兔狲、豹子等野生动物又活蹦乱跳地闪现,身边的水草更丰美了……
"建立以国家公园为主体的自然保护地体系",已写入党的十九大报告。让最美自然享有最严保护,三江源的目标是力争于2020年前后建成国家公园,打造成为我国绿色文明的... | Markdown |
led partial class Messages_GetHistory : IMethod<Messages_MessagesBase>
{
public InputPeer peer;
public int offset_id;
public DateTime offset_date;
public int add_offset;
public int limit;
public int max_id;
public int min_id;
public long hash;
}
[TLDef(0x29EE847A)]
public sealed partial class Messa... | C# |
.map_err(|e| FluvioError::from(e).into());
partition_consumer
})
}
pub async fn connect(addr: String) -> Result<Fluvio, wasm_bindgen::JsValue> {
Self::setup_debugging(false);
let config = FluvioConfig::new(addr.clone());
let inner = Rc::new(
Nati... | Rust |
automatic collection is enabled.\n"
"\n"
"- Returns: True if automatic collection is enabled, false otherwise.\n",
nullptr, false, false) {
return BoolToArBool(argon::vm::memory::GCIsEnabled());
}
ARGON_FUNCTION(gc_isimmortal, isimmortal,
"Check if objec... | C++ |
having count(distinct aid,ds) >2) t0 \n" +
"INTERSECT\n" +
"select distinct aid from ysf_saas.abc_user_behavior_collect_item_d_002 where aid is not null and ds>=20180203 and ds<=20180304 and bhv_obj_type = 1 and brand_id in (29493) \n" +
"INTERSECT\n" +
... | Java |
.add(enode!(Num(2)));
let three = egraph.add(enode!(Add, one, two));
let three_recexpr = r!(Add, r!(Num(1)), r!(Num(2)));
assert_eq!(three, egraph.add_expr(&three_recexpr));
```
[`enode!`]: macro.enode.html
[`RecExpr`]: struct.RecExpr.html
**/
#[macro_export]
macro_rules! recexpr {
($e:expr) => {
$crate::... | Rust |
/*!The Treasure Box Library
*
* 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 agreed to in wr... | C |
var nx = parseFloat( result[ 1 ] );
var ny = parseFloat( result[ 2 ] );
var nz = parseFloat( result[ 3 ] );
normals.push( nx, ny, nz );
}
}
}
if ( patPOLYGONS.exec( line ) !== null ) {
inPolygonsSection = true;
inPointsSection = false;
inTriangleStripSection =... | JavaScript |
.5.1-.72L4.16 5.6A2.25 2.25 0 0 1 6.3 4h7.4c1 0 1.87.65 2.15 1.6l1.04 3.48c.07.23.11.47.11.71V16a1 1 0 0 0 1-1V4a2 2 0 0 0-2-2H4Zm12 7.8v6.7c0 .83-.67 1.5-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5V16H8v.5c0 .83-.67 1.5-1.5 1.5h-1A1.5 1.5 0 0 1 4 16.5V9.8c0-.15.02-.3.06-.44L5.1 5.9c.16-.53.65-.89 1.2-.89h7.4c.55 0 1.04.36 1.2.9l... | C# |
THIS, RET = void> {
(e: T & ICallbackParams<NAME, THIS>): RET;
}
import ErrorService from "@/services/ErrorService";
import ProjectTreeEntity from "@/entities/ProjectTree";
import ProjectTreeRepository from "@/repositories/ProjectTreeRepository";
export interface IRegisterChapterUseCase {
projectTreeEntity: Pro... | Typescript |
3) Mitchell + Whyte",
"[pres-examples][quick]") {
auto rg = ReportGuard(false);
ToddCoxeter tc2(congruence_kind::twosided, full_transformation_monoid(2));
REQUIRE(tc2.number_of_classes() == 4);
ToddCoxeter tc3(congruence_kind::twosided, full_transformation_monoid(3));
REQUIRE(tc3.number_of_... | C++ |
Sand(null, MobExp.ERRATIC, PokemonAbility.SheerForce, PokemonAbility.Intimidate, 2110300, 3100101, 4230600),
//sandrat(77), darksanddwarf(84), desertgiant(88),
Dark_Sand(null, MobExp.ERRATIC, PokemonAbility.SheerForce, PokemonAbility.Intimidate, 2110300, 3110101, 4230600),
//rumo(82), t... | Java |
rammatically control every aspect of
* of this control.
*
* Never subscribe to the source directly. If you want to receive events for
* this control, subscribe to the `events` observable.
*/
source: ControlSource<PartialControlEvent>;
/** An observable of all events for this AbstractControl */
eve... | Typescript |
ndif /* CONFIG_NO_HOSTAPD_LOGGER */
#define HOSTAPD_MODULE_IEEE80211 0x00000001
#define HOSTAPD_MODULE_IEEE8021X 0x00000002
#define HOSTAPD_MODULE_RADIUS 0x00000004
#define HOSTAPD_MODULE_WPA 0x00000008
#define HOSTAPD_MODULE_DRIVER 0x00000010
#define HOSTAPD_MODULE_IAPP 0x00000020
#define HOSTAPD_MODULE_MLME 0x0... | C |
State = 1093;
identifier();
}
break;
}
}
}
catch (RecognitionException re) {
_localctx.exception = re;
ErrorHandler.ReportError(this, re);
ErrorHandler.Recover(this, re);
}
finally {
ExitRule();
}
return _localctx;
}
public partial class IsTypePatternArmsContext : Parse... | C# |
! move %o3(upper) -> %o3(upper)
! move %o3(lower) -> %o3(lower)
add %l4, 1, %l4
ba P6244
nop
TARGET6967:
ba RET6967
nop
P6244: !ST [3] (maybe <- 0x3000051) (Int)
stw %l4, [%i0 + 32 ]
add %l4, 1, %l4
P6245: !CAS [10] (maybe <- 0x3000052) (Int)
add %i2, 32, %l7
lduw [%l7], %o4
mov %o4, %l6
! move %l6(lower) -> %... | Assembly |
pb_name::<ServicesRequest>(
"ServicesRequest",
fields,
file_descriptor_proto()
)
})
}
fn default_instance() -> &'static ServicesRequest {
static instance: ::protobuf::rt::LazyV2<ServicesRequest> = ::protobuf::rt::LazyV2::INIT;
... | Rust |
it getJSDom(
// ".link { background: blue;} .link.\\:focus { background: red;} ",
// '<p class="link :focus">test</p>'
// );
// const paragraphs = [...dom.window.document.querySelectorAll("p")];
// const matchedCSS = await getCSSMatches(paragraphs, {
// document: dom.window.document
// ... | Typescript |
ichTextLog->SelectionStart = richTextLog->Text->Length;
richTextLog->SelectionLength = richTextLog->Text->Length;
richTextLog->SelectionColor = log_color_text[log_type_index];
richTextLog->AppendText(L"auo [" + log_type[log_type_index] + L"]: " + str + L"\n");... | C |
ig_render_basic);
dev_priv->perf.oa.test_config.sysfs_metric.name = "403d8832-1a27-4aa6-a64e-f5389ce7b212";
dev_priv->perf.oa.test_config.sysfs_metric.attrs = dev_priv->perf.oa.test_config.attrs;
dev_priv->perf.oa.test_config.attrs[0] = &dev_priv->perf.oa.test_config.sysfs_metric_id.attr;
dev_priv->perf.oa.test_... | C |
-329,
["69_8_0"] = -330,
[70] = -331,
["70_1_0"] = -332,
[902357] = -333,
["UI/Atlas/MapNode/tex_icon_mapnode_waterwheel.png"] = -334,
["UI/Atlas/MapNode/tex_icon_mapnode_collection07.png"] = -335,
["70_8_0"] = -336,
[71] = -337,
["71_1_0"] = -338,
[902648] = -339,
["UI/Atlas/MapNode/tex_icon_mapn... | Lua |
branch_22457fe: @ 22457fe :thumb
pop {r4,pc}
@ 0x2245800
.thumb
Function_2245800: @ 2245800 :thumb
push {r4,lr}
mov r4, r2
mov r2, #0x86
lsl r2, r2, #4
ldr r3, [r4, r2]
cmp r1, #0x0
bne branch_2245864
cmp r0, #0x3
bhi branch_2245864
add r1, r0, r0
add r1, pc
... | Assembly |
parse(nil))
dlp.AddDecodingLayer(&d.sll)
dlp.AddDecodingLayer(&d.d1q)
dlp.AddDecodingLayer(&d.gre)
dlp.AddDecodingLayer(&d.eth)
dlp.AddDecodingLayer(&d.etherip)
dlp.AddDecodingLayer(&d.vxl)
//dlp.AddDecodingLayer(&d.hperm)
dlp.AddDecodingLayer(&d.ip4)
dlp.AddDecodingLayer(&d.ip6)
dlp.AddDecodingLayer(&d.sctp)... | Go |
hecksumType.ext}")
}
val name = fullPath.split("/").last()
logger.info("The name of fullPath $fullPath is $name in repo ${context.artifactInfo.getRepoIdentify()}")
val path = getUniquePath(
fullPath = fullPath,
name = name,
mavenArtifactInfo = mavenArt... | Kotlin |
import pandas as pd
# Get the end of season stats for each team (no duplicates)
def get_end_of_season_standings():
# Load the training data
df = pd.read_csv('./backend/data/Training_Schedule_RF1.csv')
standings_df = {}
current_team = df.iloc[0]["Team"]
# Go throught all games in training schedul... | Python |
Domino} from "./domino";
function initializeDominoes(): Domino[] {
let dominoes = [];
dominoes.push(new Domino(5, 2));
dominoes.push(new Domino(4, 6));
dominoes.push(new Domino(1, 5));
dominoes.push(new Domino(6, 7));
dominoes.push(new Domino(2 ,4));
dominoes.push(new Domino(7, 1));
ret... | Typescript |
DEPTH, 0);
propertyPut(CURRENT_FRAME_DEPTH, 0);
propertyPut(DISPLAY_FRAME_NUMBER, 0);
propertyPut(METADATA_ATTEMPTS_PERIOD, 250); // 1/4s per attempt
propertyPut(METADATA_NOT_AVAILABLE, 0); // counter for failures
propertyPut(METADATA_ATTEMPTS, METADATA_RETRIES);
propertyPut(PLAYER_FULL_SUPPORT, correctVer... | Java |
},
["@constructor.lua"] = { fg = c.yellow },
["@keyword.sql"] = { link = "Identifier" },
["@label"] = { fg = c.green_bright },
["@markup.heading"] = { link = "Title" },
["@module"] = { fg = c.pink, italic = true },
["@parameter"] = { italic = true },
["@property.css"] = { fg = c.green_bright },
["@prope... | Lua |
F: SerializableFst<W> + MutableFst<W> + Display,
W: SerializableSemiring + WeaklyDivisibleSemiring + WeightQuantize,
{
// Remove epsilon
let mut fst_rmepsilon = test_data.raw.clone();
rm_epsilon(&mut fst_rmepsilon)?;
std::dbg!(fst_rmepsilon.properties());
std::dbg!(test_data.rmepsilon.result_s... | Rust |
ImmutableArray<string> names,
string? @namespace,
string? outputFile,
ImmutableArray<Outputs.GetReposRepoResult> repos)
{
EnableDetails = enableDetails;
Id = id;
Ids = ids;
NameRegex = nameRegex;
Names = name... | C# |
routing for stanzas with a configurable
* (through property "xmpp.httpbind.worker.threads") amount of threads; also uses an unbounded task queue and
* configurable ("xmpp.httpbind.worker.timeout") keep-alive.
*
* Note: Apart from the processing threads configured in this class, the server also uses... | Java |
ommendations")
print(f" Items removed: {len(removed_items)}, Items added: {len(new_items)}")
for i, (item_id, score) in enumerate(new_recommendations):
title = itemid_to_title.get(item_id, 'Unknown')
genres = itemid_to_genres.get(ite... | Python |
2 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You sh... | Java |
# gateways/gateway_factory.py - 网关工厂类
import logging
from typing import Dict, Any, Optional, Type
from tonypy.core.base_gateway import BaseGateway
from tonypy.core.event_engine import EventEngine
from tonypy.gateways.binance_gateway import BinanceGateway
from tonypy.gateways.huobi_gateway import HuobiGateway
class ... | Python |
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information.
namespace Microsoft.VisualStudio.ProjectSystem.VS.Properties.VisualBasic;
public class VisualBasicProjectDesignerPage... | C# |
同)
```
// 基于模板、注解的多sheet导出
@Test
public void testObject2BatchSheet() throws Exception {
List<NormalSheetWrapper> sheets = new ArrayList<>();
for (int i = 0; i < 2; i++) {
List<Student1> list = new ArrayList<>();
list.add(new Student1("1010001", "盖伦", "六年级三班"));
... | Markdown |
from .base import Dependency, GitClone, MesonBuilder
from kiwixbuild._global import option, get_target_step, neutralEnv
class Libzim(Dependency):
name = "libzim"
force_build = True
class Source(GitClone):
git_remote = "https://github.com/openzim/libzim.git"
git_dir = "libzim"
class B... | Python |
eybase1.TeamRole_WRITER, nil)
require.NoError(t, err)
t.Logf("U2 loads chitchat (thereby loading the root with the new_subteam:lair link stubbed out)")
_, err = Load(context.Background(), tcs[2].G, keybase1.LoadTeamArg{
ID: *subteamChitchatID,
ForceRepoll: true,
})
require.NoError(t, err, "load team ... | Go |
Rsp",
}
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
return response_data.response
def _session_revoke_serialize(
self,
session_id,
_request_auth,
_content_type,
_headers,
... | Python |
# Problem: Pascal's Triangle II - LeetCode - https://leetcode.com/problems/pascals-triangle-ii/
class Solution:
def getRow(self, rowIndex: int) -> List[int]:
hash={0:1,1:1}
temp={0:1,1:1}
if rowIndex==0:
return [1]
if rowIndex==1:
return [1,1]
for ... | Python |
0, r0, 0x30
/* 802AA668 002A62C8 7C 63 02 14 */ add r3, r3, r0
/* 802AA66C 002A62CC 4B D5 99 95 */ bl memcpy
/* 802AA670 002A62D0 88 1F 01 61 */ lbz r0, 0x161(r31)
/* 802AA674 002A62D4 7F C3 F3 78 */ mr r3, r30
/* 802AA678 002A62D8 80 9F 01 68 */ lwz r4, 0x168(r31)
/* 802AA67C 002A62DC 7C 06 07 74 */ extsb r6, r0... | Assembly |
iosGratuitos: Array<string> = ["gmail.com", "yahoo.com", "outlook.com", "hotmail.com"]
*/
const dominio = fc.value.split("@")[1].toLowerCase()
if(this.dominiosGratuitos.indexOf(dominio) > -1) {
//Si hay error se devuelve un valor con la estructura {[s: string]: boolean}.
return {"correoGra... | Typescript |
],
},
{
loader: require.resolve('file-loader'),
test: /\.(png|svg|jpg|gif)$/,
options: {
name: 'static/media/[name].[hash:8].[ext]',
publicPath: '_/',
},
},
);
return new Pro... | JavaScript |
// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
using System.Runtime.CompilerServices;
using OpenTelemetry.AutoInstrumentation.Loading;
using OpenTelemetry.AutoInstrumentation.Plugins;
using OpenTelemetry.Logs;
namespace OpenTelemetry.AutoInstrumentation.Configurations;
internal static ... | C# |
xB8, 0x14, 0xDE, 0x5E, 0x0B, 0xDB,
0xE0, 0x32, 0x3A, 0x0A, 0x49, 0x06, 0x24, 0x5C, 0xC2, 0xD3, 0xAC, 0x62, 0x91, 0x95, 0xE4, 0x79,
0xE7, 0xC8, 0x37, 0x6D, 0x8D, 0xD5, 0x4E, 0xA9, 0x6C, 0x56, 0xF4, 0xEA, 0x65, 0x7A, 0xAE, 0x08,
0xBA, 0x78, 0x25, 0x2E, 0x1C, 0xA6, 0xB4, 0xC6, 0xE8, 0xDD, 0x74, 0x1F, 0x4B, 0xBD, ... | C++ |
an borrow mutably
drop(data_ref);
println!("Data: {:?}", data);
// Borrow the data mutably
let mut data_mut = data.borrow_mut();
*data_mut += 1;
println!("Data: {}", data_mut);
}
fn interior_mutability() {
use std::rc::Rc;
use std::cell::RefCell;
#[derive(Debug)]
s... | Markdown |
1002 >>Accept A Weapon for the Horde
.target Lady Sylvanas Windrunner
]])
--Dracthyr The Forbidden Reach
RXPGuides.RegisterGuide([[
#retail
#version 2
#group RestedXP Speed Leveling
#subgroup |cFFFCDC00(1-80)|r Default
#name a) Dracthyr Intro
#displayname |cFF00CCFF1|r - The Forbidden Reach
#next << Alliance
#next... | Lua |
photosService.patch(
1,
Photo(
id: 1,
title: 'baz',
url: Uri.parse('https://via.placeholder.com/600/92c952'),
thumbnailUrl: Uri.parse('https://via.placeholder.com/150/92c952'),
albumId: 1,
),
);
photosService.delete(1);
photosService.put(
12... | Dart |
{
bPos -=
roundB ? appUnitsPerDevUnit * FixedToIntRound(b_advance)
: floor(hb2appUnits * b_advance + 0.5);
}
if (++glyphStart >= glyphEnd) {
break;
}
if (aVertical) {... | C++ |
(
cutZoneName,
frontPatchFaces,
boolList(frontPatchFaces.size(), false),
0,
mesh.faceZones()
)
);
mesh.addZones(List<pointZone*>(0), fz, List<cellZone*>(0));
// Add the perfect interface mesh modifie... | C |
int) Wh), Ui.cd.getHt((int) Ht),0,0);
viewImg.mask = viewImg.S0;
viewImg.maskPaint = viewImg.P0;
return viewImg;
}
}//Finished...! package com.shape.Library.albums;
import android.content.Context;
import android.graphics.LinearGradient;
import android.graphics.Path;
import Views.api.ShapeView;
... | Java |
detect_block_start(line_stripped, line_num)
if block_type: # 成功检测到块
current_block = {
'id': block_id,
'type': block_type,
'start_line': line_num,
'end_line': None,
'block_index': total_block... | Python |
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \
// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \
// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
// RUN: not llvm-mc -triple=aarch64 -s... | Assembly |
sult = value;
} else {
result = isTrue(String(value || ""));
}
return result;
}
/**
* @param value
* @returns {boolean}
*/
export function isFalse(value:any):boolean {
return !isTrue(value);
}
/**
* @param value
* @returns {boolean}
*/
export function isEmpty(value:any):boolean {
var... | Typescript |
lugin-19-11-0-local-file-inclusion-vulnerability?_s_id=cve |
| 44 | CVE-2025-53334 | 8.1 | HIGH | 在TieLabs Jannah中,PHP程序的包含/引用语句中的文件名控制不当(`PHP远程文件包含`)漏洞允许PHP本地文件包含。此问题影响Jannah:从n/a到7.4.1版本。 | [1]https://patchstack.com/database/wordpress/theme/jannah/vulnerability/wordpress-jannah-theme-7-4-1-local-file-inclusion-vulne... | Markdown |
]:[
T[K],
K extends keyof U ? U[K] : never
]
}
import {InitialWorklogStateType, intersectionWorklog, setWorklog, worklogReducer, WorklogType} from './worklogReducer';
let startState: InitialWorklogStateType;
beforeEach(() => {
startState = {
worklog: [],
intersectionWorklog: []
}
});
te... | Typescript |
6d4c41 !default;
$brown-700: #5d4037 !default;
$brown-800: #4e342e !default;
$brown-900: #3e2723 !default;
$brown-a100: #d7ccc8 !default;
$brown-a200: #bcaaa4 !default;
$brown-a400: #8d6e63 !default;
$brown-a700: #5d4037 !default;
$brown: $brown-500 !default;
$grey-50: #fafafa !default;
$grey-100: #f5f5f5 !default;
$g... | CSS |
"䑇"] = "月斤斤貝",
["䑈"] = "月白幺木",
["䑉"] = "月亡口丶",
["䑊"] = "月貝辶",
["䑋"] = "月衣口一",
["䑌"] = "月門束丷",
["䑍"] = "月貝貝女",
["䑎"] = "月人人一",
["䑏"] = "月艹口隹",
["䑐"] = "臣𠂉小",
["䑑"] = "臣业⺶㇏",
["䑒"] = "至刀丶",
["䑓"] = "甘冖至",
["䑔"] = "臼一巾",
["䑕"] = "䑕",
["䑖"] = "臼一龰",
["䑗"] =... | Lua |
default:
{
return base.__hx_setField(field, hash, @value, handleProperties);
}
}
}
}
public override object __hx_getField(string field, int hash, bool throwErrors, bool isCheck, bool handleProperties) {
unchecked {
switch (hash) {
case 1224901875:
... | C# |
test_brk, 0);
if (swapcontext(&ctx[0], &ctx[2]) != 0) err(1, 15);
ctx[1].uc_link = &ctx[0];
ctx[2].uc_link = NULL;
makecontext(&ctx[1], (void (*) (void)) do_parent, 0);
makecontext(&ctx[2], (void (*) (void)) do_child, 0);
if (swapcontext(&ctx[0], &ctx[2]) == -1) err(1, 16);
quit();
return(-1);
}
/* W... | C |
-- Item : Sayge's Fortune #25 - Quest: Your Fortune Awaits You...
["19452"] = {QUEST = "7945"}, -- Item : Sayge's Fortune #27 - Quest: Your Fortune Awaits You...
["20310"] = {QUEST = "1480"}, -- Item : Flayed Demon Skin - Quest: The Corrupter (H)
["20461"] = {QUEST = "8308"}, -- Item : Brann Bronzebeard's Lost Lette... | Lua |
ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꯀ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ]'))
def PyJs_LONG_1067_(var=var):
return var.get('RegExp').create(Js('[ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮ̀-ʹͶͷͺ-ͽΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁ҃-҇Ҋ-ԧԱ-Ֆՙա-և֑-ׇֽֿׁׂׅׄא-תװ-ײؐ-ؚؠ-٩ٮ-ۓە-ۜ۟-۪ۨ-ۼۿܐ-݊ݍ-ޱ߀-ߵߺࠀ-࠭ࡀ-࡛ࢠࢢ-ࢬࣤ-ࣾ... | Python |
url;if(!y.href.startsWith(m))throw new Error(`Cannot change \`prefixUrl\` from ${h} to ${m}: ${y.href}`);t.url=new gl.URL(m+y.href.slice(h.length)),h=m},get:()=>h});let{protocol:p}=t.url;if(p==="unix:"&&(p="http:",t.url=new gl.URL(`http://unix${t.url.pathname}${t.url.search}`)),t.searchParams&&(t.url.search=t.searchPar... | JavaScript |
nel so we should only see synchronous
* exceptions - faults. */
.balign 0x80
_exc_spx_sync:
b fault_common
.balign 0x80
_exc_spx_irq:
b .
.balign 0x80
_exc_spx_fiq:
b .
.balign 0x80
_exc_spx_serror:
b .
/* These are EL0-EL1 transition handlers. Synchronous is going
* to be faults and system calls (SV... | Assembly |
@override
Widget build(BuildContext context) {
Widget buildRow(child, title, isEnd) {
return Row(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Expanded(
child: Container(
decoration: !isEnd
? BoxDecoration(
... | Dart |
vDctBzs := common.BigIntsToBytes(vdct)
content := &DGRound3Message2{
VDecommitment: vDctBzs,
}
msg := tss.NewMessageWrapper(meta, content)
return tss.NewMessage(meta, content, msg)
}
func (m *DGRound3Message2) ValidateBasic() bool {
return m != nil &&
common.NonEmptyMultiBytes(m.VDecommitment)
}
func (m *D... | Go |
.Shape.ColumnLTArrowheadShape(c, angle);
break;
case "|<<":
shape = xypic.Shape.ColumnLTLTArrowheadShape(c, angle);
break;
case "//":
shape = xypic.Shape.SlashSlashArrowheadShape(c, angle);
break;
case "=>":
shape = xypic.Shape.LineGT2A... | JavaScript |
# Copyright 2018 Oihane Crucelaegui - AvanzOSC
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from odoo.tests import common
class TestBaseCharacterization(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.area_model = cls.env["res.area"]
... | Python |
def insert_data(ws, data, freight_number, container_type, num_containers, template_file=None):
"""
Insert extracted data into the Excel worksheet for 'possiano' PDF type.
Mirrors maritime logic but uses different defaults where needed.
"""
if 'feri_number' in data:
ws.range('E6').value = f"F... | Python |
Erfolgreich zurückgesetzt!",
"resetblacklistedplaylistDes": "Setzen Sie alle Piped Wiedergabelisten auf der schwarzen Liste zurück",
"resetblacklistedplaylist": "Auf die schwarze Liste gesetzte Wiedergabelisten zurücksetzen",
"setDiscoverContent": "„Inhalte entdecken“",
"stopMusicOnTaskClear": "Musik st... | Dart |
lderPath, usePrettier = true) {
return this._compileGrammar(pathToGrammar, outputFolder, CompileTarget.browser, usePrettier)
}
// returns GrammarBackedProgramClass
static getProgramConstructor = (grammarPath: treeNotationTypes.filepath) => {
if (!fs.existsSync(grammarPath)) throw new Error(`Grammar file ... | Typescript |
Meta.getDatabase( 0 ).getName() );
}
if ( input.getHashField() != null ) {
wHashfield.setText( input.getHashField() );
}
wCommit.setText( "" + input.getCommitSize() );
wCachesize.setText( "" + input.getCacheSize() );
wLastUpdateField.setText( Const.NVL( input.getLastUpdateField(), "" ) )... | Java |
1.PublicKey
53, // 53: mockgcp.cloud.security.privateca.v1.CertificateDescription.subject_key_id:type_name -> mockgcp.cloud.security.privateca.v1.CertificateDescription.KeyId
53, // 54: mockgcp.cloud.security.privateca.v1.CertificateDescription.authority_key_id:type_name -> mockgcp.cloud.security.privateca.v1.Certifi... | Go |
s_mut().prev = Some(tail);
task.as_mut().next = None;
tail.as_mut().next = Some(*task);
}
}
self.tail = Some(*task);
}
}
/// Pop the first task of the queue
pub fn pop_front(&mut self) -> Option<Shared<Task>> {
unsafe {
match self.head {
None => None,
Some(mut task) => {
sel... | Rust |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.