| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
| D | ClassHasAttribute.php | 22 protected $attributeName; variable in PHPUnit_Framework_Constraint_ClassHasAttribute 27 public function __construct($attributeName)
|
| D | Attribute.php | 16 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/ |
| D | AnnotationException.php | 118 …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/ |
| D | ProductDetail.php | 25 public $attributeName; variable in Google\\Service\\ManufacturerCenter\\ProductDetail 38 public function setAttributeName($attributeName)
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | ProductProductDetail.php | 25 public $attributeName; variable in Google\\Service\\ShoppingContent\\ProductProductDetail 38 public function setAttributeName($attributeName)
|
| D | CollectionStatusItemLevelIssue.php | 25 public $attributeName; variable in Google\\Service\\ShoppingContent\\CollectionStatusItemLevelIssue 58 public function setAttributeName($attributeName)
|
| D | AccountStatusItemLevelIssue.php | 25 public $attributeName; variable in Google\\Service\\ShoppingContent\\AccountStatusItemLevelIssue 58 public function setAttributeName($attributeName)
|
| D | ProductStatusItemLevelIssue.php | 30 public $attributeName; variable in Google\\Service\\ShoppingContent\\ProductStatusItemLevelIssue 77 public function setAttributeName($attributeName)
|
| /plugin/combo/ComboStrap/ |
| H A D | TagAttributes.php | 472 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 D | Horizontal.php | 32 static function processFlexAttribute(string $attributeName, $tagAttributes)
|
| H A D | DatabasePageRow.php | 949 function getParametrizedLookupQuery(string $attributeName): string
|
| H A D | Call.php | 711 function hasAttribute($attributeName): bool
|
| /plugin/prolog/ |
| D | prolog_tag.php | 26 var $attributeName; variable in PrologTag 52 function setAttributePattern($attributeName)
|
| /plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
| D | Blacklist.php | 94 public function addStaticAttribute($className, $attributeName) 117 public function isStaticAttributeBlacklisted($className, $attributeName)
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| D | Assert.php | 1198 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/ |
| D | Functions.php | 230 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/ |
| D | XML.php | 219 function getTagAttribute($attributeName, $tagPath = "") { 502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") {
|
| /plugin/combo/ComboStrap/Xml/ |
| H A D | XmlElement.php | 121 public function removeAttribute($attributeName): XmlElement 402 public function getAttributeAsUrl(string $attributeName): Url
|
| H A D | XmlDocument.php | 683 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement)
|
| /plugin/diagramsnet/lib/js/ |
| D | export.js | 258 function waitForImages(tagName, attributeName) argument
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 428 HasAttribute : function( element, attributeName ) argument 469 RemoveAttribute : function( element, attributeName ) argument
|
| D | fckxhtml.js | 100 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 98 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | Operations.php | 117 public static function compare(string $dn, string $attributeName, string $value): CompareRequest
|
| H A D | LdapClient.php | 122 public function compare($dn, string $attributeName, string $value, Control ...$controls): bool
|