Home
last modified time | relevance | path

Searched defs:attributeName (Results 1 – 25 of 40) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DClassHasAttribute.php22 protected $attributeName; variable in PHPUnit_Framework_Constraint_ClassHasAttribute
27 public function __construct($attributeName)
DAttribute.php16 protected $attributeName; variable in PHPUnit_Framework_Constraint_Attribute
22 public function __construct(PHPUnit_Framework_Constraint $constraint, $attributeName)
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationException.php118 …public static function attributeTypeError($attributeName, $annotationName, $context, $expected, $a…
142 public static function requiredError($attributeName, $annotationName, $context, $expected)
166 …public static function enumeratorError($attributeName, $annotationName, $context, $available, $giv…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
DProductDetail.php25 public $attributeName; variable in Google\\Service\\ManufacturerCenter\\ProductDetail
38 public function setAttributeName($attributeName)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DProductProductDetail.php25 public $attributeName; variable in Google\\Service\\ShoppingContent\\ProductProductDetail
38 public function setAttributeName($attributeName)
DCollectionStatusItemLevelIssue.php25 public $attributeName; variable in Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue
58 public function setAttributeName($attributeName)
DAccountStatusItemLevelIssue.php25 public $attributeName; variable in Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue
58 public function setAttributeName($attributeName)
DProductStatusItemLevelIssue.php30 public $attributeName; variable in Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue
77 public function setAttributeName($attributeName)
/plugin/combo/ComboStrap/
H A DTagAttributes.php472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes
501 public function setComponentAttributeValue($attributeName, $attributeValue): TagAttributes
511 public function addComponentAttributeValueIfNotEmpty($attributeName, $attributeValue)
518 public function hasComponentAttribute($attributeName): bool
804 public function getValue($attributeName, $default = null)
823 public function getValueAndRemove($attributeName, $default = null)
896 function getComponentAttributeValue($attributeName, $default = null)
985 function removeComponentAttributeIfPresent($attributeName)
1118 function getConditionalValueAndRemove($attributeName)
1132 function getValuesAndRemove($attributeName, $default = null): array
[all …]
H A DHorizontal.php32 static function processFlexAttribute(string $attributeName, $tagAttributes)
H A DDatabasePageRow.php949 function getParametrizedLookupQuery(string $attributeName): string
H A DCall.php711 function hasAttribute($attributeName): bool
/plugin/prolog/
Dprolog_tag.php26 var $attributeName; variable in PrologTag
52 function setAttributePattern($attributeName)
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
DBlacklist.php94 public function addStaticAttribute($className, $attributeName)
117 public function isStaticAttributeBlacklisted($className, $attributeName)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php1198 public static function assertClassHasAttribute($attributeName, $className, $message = '')
1226 public static function assertClassNotHasAttribute($attributeName, $className, $message = '')
1254 public static function assertClassHasStaticAttribute($attributeName, $className, $message = '')
1282 … public static function assertClassNotHasStaticAttribute($attributeName, $className, $message = '')
1312 public static function assertObjectHasAttribute($attributeName, $object, $message = '')
1340 public static function assertObjectNotHasAttribute($attributeName, $object, $message = '')
1469 …public static function assertAttributeInstanceOf($expected, $attributeName, $classOrObject, $messa…
1506 …public static function assertAttributeNotInstanceOf($expected, $attributeName, $classOrObject, $me…
1543 …public static function assertAttributeInternalType($expected, $attributeName, $classOrObject, $mes…
1580 …public static function assertAttributeNotInternalType($expected, $attributeName, $classOrObject, $…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php230 function assertAttributeInstanceOf($expected, $attributeName, $classOrObject, $message = '')
246 function assertAttributeInternalType($expected, $attributeName, $classOrObject, $message = '')
386 function assertAttributeNotInstanceOf($expected, $attributeName, $classOrObject, $message = '')
402 function assertAttributeNotInternalType($expected, $attributeName, $classOrObject, $message = '')
451 function assertClassHasAttribute($attributeName, $className, $message = '')
466 function assertClassHasStaticAttribute($attributeName, $className, $message = '')
481 function assertClassNotHasAttribute($attributeName, $className, $message = '')
496 function assertClassNotHasStaticAttribute($attributeName, $className, $message = '')
1164 function assertObjectHasAttribute($attributeName, $object, $message = '')
1179 function assertObjectNotHasAttribute($attributeName, $object, $message = '')
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXML.php219 function getTagAttribute($attributeName, $tagPath = "") {
502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") {
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php121 public function removeAttribute($attributeName): XmlElement
402 public function getAttributeAsUrl(string $attributeName): Url
H A DXmlDocument.php683 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement)
/plugin/diagramsnet/lib/js/
Dexport.js258 function waitForImages(tagName, attributeName) argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js428 HasAttribute : function( element, attributeName ) argument
469 RemoveAttribute : function( element, attributeName ) argument
Dfckxhtml.js100 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js98 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DOperations.php117 public static function compare(string $dn, string $attributeName, string $value): CompareRequest
H A DLdapClient.php122 public function compare($dn, string $attributeName, string $value, Control ...$controls): bool

12