Searched refs:attributeName (Results 1 – 8 of 8) sorted by relevance
472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument476 …LogUtility::msg("The value of the attribute ($attributeName) is empty. Use the nonEmpty function i…479 $attLower = strtolower($attributeName);488 if (in_array($attributeName, self::MULTIPLE_VALUES_ATTRIBUTES)) {501 public function setComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument503 $attLower = strtolower($attributeName);504 $actualValue = $this->getValue($attributeName);511 public function addComponentAttributeValueIfNotEmpty($attributeName, $attributeValue) argument514 $this->addComponentAttributeValue($attributeName, $attributeValue);518 public function hasComponentAttribute($attributeName): bool argument[all …]
32 static function processFlexAttribute(string $attributeName, $tagAttributes) argument35 $value = $tagAttributes->getValueAndRemove($attributeName);43 …LogUtility::warning("The $attributeName attribute is only meant to be used on the following compon…48 …LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", se…52 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {58 …LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It sh…62 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
711 function hasAttribute($attributeName): bool argument714 if (isset($attributes[$attributeName])) {717 if ($this->getType() == $attributeName) {
949 function getParametrizedLookupQuery(string $attributeName): string argument952 return "$select where $attributeName = ?";
121 public function removeAttribute($attributeName): XmlElement argument123 $attr = $this->domElement->getAttributeNode($attributeName);129 …throw new ExceptionRuntime("Not able to delete the attribute $attributeName of the node element {$…402 public function getAttributeAsUrl(string $attributeName): Url argument404 $value = $this->getAttribute($attributeName);
678 * @param string $attributeName683 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement) argument685 $attr = $nodeElement->getAttributeNode($attributeName);691 …LogUtility::msg("Not able to delete the attribute $attributeName of the node element $nodeElement-…
382 if (m.type === 'attributes' && m.attributeName === 'style') {
269 …if (mutation.type === 'attributes' && mutation.attributeName === 'style' && mutation.target && mut…342 … if (mutation.type === 'attributes' && mutation.attributeName === 'href') {