Home
last modified time | relevance | path

Searched refs:attributeValue (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/
H A DTagAttributes.php421 public static function isEmptyValue($attributeValue): bool argument
423 return empty($attributeValue) && !is_bool($attributeValue);
472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument
475 if (TagAttributes::isEmptyValue($attributeValue)) {
489 …s->componentAttributesCaseInsensitive[$attLower] = Html::mergeClassNames($attributeValue, $actual);
492 …ique value and has already a value ($actual). to set another value ($attributeValue), use the `set…
494 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue;
501 public function setComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument
506 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue;
511 public function addComponentAttributeValueIfNotEmpty($attributeName, $attributeValue) argument
[all …]
H A DDatabasePageRow.php1048 function getDatabaseRowFromAttribute(string $attribute, string $attributeValue) argument
1053 ->setQueryParametrized($query, [$attributeValue]);
1072 $attributeValue = $rows[0][DokuwikiId::DOKUWIKI_ID_ATTRIBUTE];
1074 … if ($this->markupPath != null && $attributeValue !== $this->markupPath->getWikiId()) {
1075 $duplicatePage = MarkupPath::createMarkupFromId($attributeValue);
1079 …or("The page ($this->markupPath) and the page ($attributeValue) have the same $attribute ($attribu…
1087 …: More than 1 rows ($rowCount) found for attribute ($attribute) with the value ($attributeValue)");
1121 …istingPages) have all the same attribute $attribute with the value ($attributeValue)", LogUtility:…