Home
last modified time | relevance | path

Searched refs:inheritanceLevel (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DInheritanceAttribute.cs20 private readonly InheritanceLevel inheritanceLevel; field in System.ComponentModel.InheritanceAttribute
60 inheritanceLevel = Default.inheritanceLevel; in InheritanceAttribute()
68 public InheritanceAttribute(InheritanceLevel inheritanceLevel) { in InheritanceAttribute() argument
69 this.inheritanceLevel = inheritanceLevel; in InheritanceAttribute()
80 return inheritanceLevel;
99 return (valueLevel == inheritanceLevel); in Equals()
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php38 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
82 if (!$this->inheritanceLevel) {
86 $this->inheritanceLevel ++;
106 $this->inheritanceLevel --;
107 if (!$this->inheritanceLevel) {
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php36 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
79 if (!$this->inheritanceLevel) {
83 ++$this->inheritanceLevel;
107 --$this->inheritanceLevel;
108 if (!$this->inheritanceLevel) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_inheritance.php38 public $inheritanceLevel = 0; variable in Smarty_Internal_Runtime_Inheritance
84 if (!$this->inheritanceLevel) {
88 $this->inheritanceLevel ++;
109 $this->inheritanceLevel --;
110 if (!$this->inheritanceLevel) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DMonoCustomAttrs.cs228 int inheritanceLevel = 0; in GetCustomAttributes()
258 if ((inheritanceLevel == 0 || usage.Inherited) && (usage.AllowMultiple || in GetCustomAttributes()
260 && firstAttribute.InheritanceLevel == inheritanceLevel)))) in GetCustomAttributes()
264 attributeInfos.Add (attrType, new AttributeInfo (usage, inheritanceLevel)); in GetCustomAttributes()
268 inheritanceLevel++; in GetCustomAttributes()
485 public AttributeInfo (AttributeUsageAttribute usage, int inheritanceLevel) in AttributeInfo() argument
488 _inheritanceLevel = inheritanceLevel; in AttributeInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DInheritanceAttribute.cs63 public InheritanceAttribute(InheritanceLevel inheritanceLevel) in InheritanceAttribute() argument
65 InheritanceLevel = inheritanceLevel; in InheritanceAttribute()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dworkarounds.h54 int16 inheritanceLevel; member
H A Dworkarounds.cpp1115 int16 inheritanceLevel = 0; in trackOriginAndFindWorkaround() local
1131 … && ((workaround->inheritanceLevel == -1) || (workaround->inheritanceLevel == inheritanceLevel)) in trackOriginAndFindWorkaround()
1179 inheritanceLevel++; in trackOriginAndFindWorkaround()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dworkarounds.h54 int16 inheritanceLevel; member
H A Dworkarounds.cpp1179 int16 inheritanceLevel = 0; in trackOriginAndFindWorkaround() local
1195 … && ((workaround->inheritanceLevel == -1) || (workaround->inheritanceLevel == inheritanceLevel)) in trackOriginAndFindWorkaround()
1243 inheritanceLevel++; in trackOriginAndFindWorkaround()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs378 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs2083 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs2086 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs2081 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs2082 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs3706 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs3461 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs3527 public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { } in InheritanceAttribute() argument

12