Home
last modified time | relevance | path

Searched refs:toString (Results 126 – 150 of 737) sorted by path

12345678910>>...30

/plugin/combo/ComboStrap/
H A DDateTag.php108 $defaultDateTime = Iso8601Date::createFromNow()->toString();
H A DEvent.php204 "timestamp" => Iso8601Date::createFromNow()->toString()
H A DFetcherMarkup.php647 if (in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
730 return parent::__toString() . " ({$this->getSourceName()}, {$this->getMime()->toString()})";
946 if (!in_array($this->getMime()->toString(), [Mime::XHTML, Mime::HTML])) {
H A DFetcherMarkupBuilder.php240 switch ($this->mime->toString()) {
H A DFetcherSvg.php645 if ($mime->toString() === Mime::SVG) {
H A DFetcherSystem.php56 switch ($mime->toString()) {
H A DHttpResponse.php135 Http::setMime($this->mime->toString());
H A DIFetcherLocalImage.php33 if ($mime->toString() === Mime::SVG) {
H A DImageLink.php92 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
105 $href = FetcherRawLocalPath::createFromPath($dokuPath)->getFetchUrl()->toString();
124 $linkTagAttributes->addOutputAttributeValue("href", $url->toString());
H A DIso8601Date.php249 public function toString() function in ComboStrap\\Iso8601Date
H A DLdJson.php92 $mime = $pageImagePath->getMime()->toString();
353 'url' => $page->getAbsoluteCanonicalUrl()->toString(),
445 'url' => $page->getAbsoluteCanonicalUrl()->toString()
H A DLinkMarkup.php156 $outputAttributes->addOutputAttributeValue("href", $url->toString());
H A DLocalPath.php72 return $this->getUrl()->toString();
H A DMarkupPath.php1106 $array["url"] = $this->getCanonicalUrl()->toAbsoluteUrl()->toString();
1107 $array["now"] = Iso8601Date::createFromNow()->toString();
H A DMediaLink.php65 switch ($mime->toString()) {
H A DMediaMarkup.php288 ->toString();
811 $ref = $this->getFetchUrl()->toString();
H A DMime.php207 public function toString(): string function in ComboStrap\\Mime
H A DRasterImageLink.php235 $breakpointUrl = $breakpointRaster->getFetchUrl()->toString();
251 $srcUrl = $fetchRaster->getFetchUrl()->toString();
H A DSnippet.php789 $dataToSerialize[self::JSON_URL_PROPERTY] = $this->remoteUrl->toString();
1016 ->addOutputAttributeValue("src", $fetchUrl->toString())
1057 ->addOutputAttributeValue("href", $fetchUrl->toString())
H A DStringUtility.php60 public static function toString($value) function in ComboStrap\\StringUtility
H A DTagAttributes.php959 * and the {@link StringUtility::toString()} will transform it as `\\n`
963 $stringValue = StringUtility::toString($value);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php150 return Iso8601Date::createFromDateTime($value)->toString();
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php106 $path = StringUtility::toString($path);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php278 $associative[self::URL_ATTRIBUTE] = $this->getUrl()->toString();
/plugin/combo/ComboStrap/Tag/
H A DWebCodeTag.php298 ->toString();
427 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite.css'))->getFetchUrl()->toString();
428 $externalResources[] = FetcherRawLocalPath::createFromPath(WikiPath::createComboResource(':firebug:firebug-lite-1.2.js'))->getFetchUrl()->toString();

12345678910>>...30