Home
last modified time | relevance | path

Searched refs:IsOverride (Results 1 – 25 of 87) sorted by relevance

1234

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttkern.pas27 property IsOverride: boolean read GetIsOverride; property
187 if IsOverride then
193 if IsOverride then
202 if IsOverride then
208 if IsOverride then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttkern.pas27 property IsOverride: boolean read GetIsOverride; property
187 if IsOverride then
193 if IsOverride then
202 if IsOverride then
208 if IsOverride then
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dscripting.h122 bool IsOverride(class script_state *sys, int action);
198 bool IsOverride(script_hook &hd);
H A Dscripting.cpp516 bool ConditionedHook::IsOverride(script_state *sys, int action) in IsOverride() function in ConditionedHook
526 if(sys->IsOverride(sap->hook)) in IsOverride()
933 if(chp->IsOverride(this, action)) in IsConditionOverride()
1402 bool script_state::IsOverride(script_hook &hd) in IsOverride() function in script_state
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dbidi_run_for_line.cc87 IsOverride(root.StyleRef().GetUnicodeBidi()))); in DeterminePlaintextDirectionality()
152 direction, IsOverride(unicode_bidi), isolated_run.level)); in ConstructBidiRunsForLine()
H A Dtext_run_constructor.cc67 directional_override |= IsOverride(style.GetUnicodeBidi()); in ConstructTextRunInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dbidi_run_for_line.cc87 IsOverride(root.StyleRef().GetUnicodeBidi()))); in DeterminePlaintextDirectionality()
152 direction, IsOverride(unicode_bidi), isolated_run.level)); in ConstructBidiRunsForLine()
H A Dtext_run_constructor.cc67 directional_override |= IsOverride(style.GetUnicodeBidi()); in ConstructTextRunInternal()
/dports/lang/mono/mono-5.10.1.57/mcs/tools/corcompare/
H A DUtil.cs87 static bool IsOverride (MethodDefinition method) in IsOverride() method in CorCompare.TypeHelper
94 if (!IsOverride (method)) in GetBaseMethodInTypeHierarchy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dunicode_bidi.h46 inline bool IsOverride(UnicodeBidi unicode_bidi) { in IsOverride() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dunicode_bidi.h46 inline bool IsOverride(UnicodeBidi unicode_bidi) { in IsOverride() function
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_override.cpp60 static bool IsOverride(unsigned int userlevel, const Modes::ChangeList::List& list) in IsOverride() function in ModuleOverride
170 if (!IsOverride(mode, list)) in OnPreMode()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/
H A Dscripting.h162 bool IsOverride(class script_state *sys, int action);
257 bool IsOverride(script_hook &hd);
H A Dscripting.cpp601 bool ConditionedHook::IsOverride(script_state* sys, int action) in IsOverride() function in ConditionedHook
610 if (sys->IsOverride(sap->hook)) in IsOverride()
743 if(chp->IsOverride(this, action)) in IsConditionOverride()
1173 bool script_state::IsOverride(script_hook &hd) in IsOverride() function in script_state
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_inline_text.cc239 IsOverride(style.GetUnicodeBidi()) /* directionalOverride */); in ConstructTextRun()
349 bool bidi_override = IsOverride(StyleRef().GetUnicodeBidi()); in UpdateMetricsList()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Semantics/Symbols/
H A DSymbol.cs216 public bool IsOverride() in IsOverride() method in Microsoft.CSharp.RuntimeBinder.Semantics.Symbol
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_inline_text.cc260 IsOverride(style.GetUnicodeBidi()) /* directionalOverride */); in ConstructTextRun()
372 bool bidi_override = IsOverride(StyleRef().GetUnicodeBidi()); in UpdateMetricsList()
/dports/games/openspades/openspades-0.1.3/Sources/AngelScript/source/
H A Das_scriptfunction.h145 bool IsOverride() const;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/AngelScript/source/
H A Das_scriptfunction.h145 bool IsOverride() const;
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Providers/
H A DIMetaDataProvider.cs106 bool IsOverride (Method method); in IsOverride() method
/dports/www/rt50/rt-5.0.2/lib/RT/
H A DTemplate.pm321 if ( !$self->IsOverride && $self->UsedBy->Count ) {
364 sub IsOverride { subroutine
/dports/www/rt44/rt-4.4.5/lib/RT/
H A DTemplate.pm321 if ( !$self->IsOverride && $self->UsedBy->Count ) {
364 sub IsOverride { subroutine
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/angelscript/source/
H A Das_scriptfunction.h167 bool IsOverride() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dexternal_popup_menu.cc266 popup_item.has_text_direction_override = IsOverride(style.GetUnicodeBidi()); in GetPopupMenuInfo()
/dports/lang/angelscript/sdk/angelscript/source/
H A Das_scriptfunction.h176 bool IsOverride() const;

1234