Home
last modified time | relevance | path

Searched refs:getValue (Results 476 – 500 of 1088) sorted by path

1...<<11121314151617181920>>...44

/plugin/combo/ComboStrap/
H A DDokuwikiId.php33 public function getValue(): string function in ComboStrap\\DokuwikiId
H A DExecutionContext.php548 return $this->getApp()->getConfig()->getValue($key, $default);
H A DFetcherMarkup.php1118 return TOC::createForPage($this->getRequestedExecutingPath())->getValue();
H A DFetcherSvg.php1430 $value = $tagAttributes->getValue($svgAttribute);
H A DFirstImage.php49 public function getValue(): WikiPath function in ComboStrap\\FirstImage
53 return FirstSvgIllustration::createForPage($contextPage)->getValue();
55 return FirstRasterImage::createForPage($contextPage)->getValue();
H A DFirstRasterImage.php54 public function getValue(): WikiPath function in ComboStrap\\FirstRasterImage
H A DGridTag.php498 $htmlElement = $tagAttributes->getValue(GridTag::HTML_TAG_ATT);
H A DHeadingTag.php192 $text = $tagAttributes->getValue(HeadingTag::HEADING_TEXT_ATTRIBUTE);
196 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
201 $parsedLabel = $tagAttributes->getValue(self::PARSED_LABEL);
225 $text = $tagAttributes->getValue(HeadingTag::HEADING_TEXT_ATTRIBUTE);
226 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
339 ->getValue(Outline::CONF_OUTLINE_NUMBERING_ENABLE, Outline::CONF_OUTLINE_NUMBERING_ENABLE_DEFAULT);
506 $level = $tagAttributes->getValue(HeadingTag::LEVEL);
H A DHorizontal.php51 $valueWithoutBreakpoint = $conditionalValue->getValue();
H A DIcon.php50 $name = $tagAttributes->getValue(FetcherSvg::NAME_ATTRIBUTE);
H A DIconTag.php37 $requestedColor = $tagAttributes->getValue(ColorRgb::COLOR);
48 $requestedWidth = $tagAttributes->getValue(Dimension::WIDTH_KEY, FetcherSvg::DEFAULT_ICON_LENGTH);
72 $message = "Icon ({$tagAttribute->getValue("name")}). Error while rendering: {$e->getMessage()}";
H A DImageSystem.php22 $stringRatio = $tagAttributes->getValue(Dimension::RATIO_ATTRIBUTE);
H A DLabel.php69 return $this->getValue();
H A DLang.php146 return $this->getValue();
H A DLazyLoad.php268 ->getValue(LazyLoad::CONF_LAZY_LOAD_METHOD,LazyLoad::LAZY_LOAD_METHOD_HTML_VALUE) ;
H A DLdJson.php219 $value = $this->getValue();
253 ->getValue();
458 ->getValue();
H A DLocale.php42 public function getValue(): string function in ComboStrap\\Locale
96 return $this->getValue();
H A DLowQualityCalculatedIndicator.php33 public function getValue(): bool function in ComboStrap\\LowQualityCalculatedIndicator
37 return parent::getValue();
H A DLowQualityPageOverwrite.php68 return $this->getValue();
H A DMarkupPath.php487 * @deprecated for {@link PageTitle::getValue()}
537 return $this->description->getValue();
639 return IFetcherLocalImage::createImageFetchFromPath(FirstRasterImage::createForPage($this)->getValue());
729 return $this->creationTime->getValue();
1011 return $this->pageName->getValue();
1126 return $this->endDate->getValue();
1137 return $this->startDate->getValue();
1148 return PageId::createForPage($this)->getValue();
1227 return $this->canonical->getValue();
1312 $actualValue = $lowQualityAttributeName->getValue();
[all...]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php259 * If the {@link Metadata::getValue()} is null and if the object was not already build
418 return $this->getValue();
717 public abstract function getValue(); function in ComboStrap\\Meta\\Api\\Metadata
751 $value = $this->getValue();
H A DMetadataBoolean.php36 public function getValue(): bool function in ComboStrap\\Meta\\Api\\MetadataBoolean
93 $value = $this->getValue();
H A DMetadataDateTime.php38 $value = $this->getValue();
129 public function getValue(): DateTime function in ComboStrap\\Meta\\Api\\MetadataDateTime
H A DMetadataInteger.php26 public function getValue(): ?int function in ComboStrap\\Meta\\Api\\MetadataInteger
H A DMetadataMultiple.php56 public function getValue(): array function in ComboStrap\\Meta\\Api\\MetadataMultiple
76 return $this->getValue();

1...<<11121314151617181920>>...44