Home
last modified time | relevance | path

Searched refs:_replaced (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DMonitoringDescriptionAttribute.cs18 private bool _replaced = false; field in System.Diagnostics.MonitoringDescriptionAttribute
34 if (!_replaced)
36 _replaced = true;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/
H A DSRDescriptionAttribute.cs12 private bool _replaced; field in System.Drawing.SRDescriptionAttribute
18 if (!_replaced)
20 _replaced = true;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataSysAttribute.cs18 private bool _replaced = false; field in System.Data.DataSysDescriptionAttribute
35 if (!_replaced)
37 _replaced = true;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/
H A DDirectoryDescriptionAttribute.cs20 private bool _replaced = false; field in System.DirectoryServices.DSDescriptionAttribute
38 if (!_replaced)
40 _replaced = true;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/Timers/
H A DTimersDescriptionAttribute.cs18 private bool _replaced = false; field in System.Timers.TimersDescriptionAttribute
37 if (!_replaced)
39 _replaced = true;
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DSystem.Design.cs25 private bool _replaced = false; field in Microsoft.Build.Tasks.SRDescriptionAttribute
47 if (!_replaced)
49 _replaced = true;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/stringdedup/
H A DstringDedupStat.cpp38 _replaced(0), in Stat()
67 _replaced += stat->_replaced; in add()
247 double replaced_percent = percent_of(_replaced, _new); in log_statistics()
255 log_debug(stringdedup)(" Replaced: %12zu(%5.1f%%)", _replaced, replaced_percent); in log_statistics()
H A DstringDedupStat.hpp54 size_t _replaced; member in StringDedup::Stat
132 _replaced++; in inc_replaced()
/dports/devel/p5-Data-Visitor/Data-Visitor-0.31/lib/Data/Visitor/
H A DCallback.pm73 …my $replaced_hash = local $self->{_replaced} = ($self->{_replaced} || {}); # delete it after we're…
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Dpic-instructions.cc227 AliasedInstruction::AliasedInstruction(instruction *_replaced) in AliasedInstruction() argument
228 : instruction(nullptr, 0, 0), m_replaced(_replaced) in AliasedInstruction()
252 void AliasedInstruction::setReplaced(instruction *_replaced) in setReplaced() argument
254 m_replaced = _replaced; in setReplaced()
/dports/www/dojo/dojo-release-1.12.2/dojox/widget/
H A DPlaceholderMenuItem.js.map7 …ery","registry","Menu","MenuItem","experimental","PlaceholderMenuItem","_replaced","_replacedWith"…
/dports/www/dojo/dojo-release-1.12.2/dojox/grid/
H A D_Grid.js.map7 …enu","bindDomNode","getPlaceholders","setHeaderMenu","setupHeaderMenu","_replaced","replace","_fet…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/stylelint/
H A DCHANGELOG.md599 - `declaration-block-no-ignored-properties` could not reliably account for _replaced elements_.