Home
last modified time | relevance | path

Searched refs:toString (Results 1 – 25 of 101) sorted by relevance

12345

/template/strap/ComboStrap/
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 DThirdMediaLink.php23 $urlString = $mediaMarkup->getFetchUrl()->toString();
73 switch ($mime->toString()) {
H A DMediaLink.php65 switch ($mime->toString()) {
H A DRasterImageLink.php235 $breakpointUrl = $breakpointRaster->getFetchUrl()->toString();
251 $srcUrl = $fetchRaster->getFetchUrl()->toString();
H A DLdJson.php92 $mime = $pageImagePath->getMime()->toString();
445 'url' => $page->getAbsoluteCanonicalUrl()->toString()
H A DIFetcherLocalImage.php33 if ($mime->toString() === Mime::SVG) {
H A DFetcherSystem.php57 switch ($mime->toString()) {
H A DTemplateForWebPage.php390 …ef", FetcherRawLocalPath::createFromPath($icoWikiPath)->getFetchUrl()->toAbsoluteUrl()->toString())
425 …"href", FetcherRawLocalPath::createFromPath($iconPath)->getFetchUrl()->toAbsoluteUrl()->toString())
462 … ->addOutputAttributeValue("href", $fetcherLocalPath->getFetchUrl()->toAbsoluteUrl()->toString())
913 ->toString();
H A DDataType.php175 public static function toString($value) function in ComboStrap\\DataType
H A DDateTag.php102 $defaultDateTime = Iso8601Date::createFromNow()->toString();
/template/strap/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php158 return $this->toString(VocabularyImpl::emptyVocabulary());
161 public function toString(Vocabulary $vocabulary) : string function in Antlr\\Antlr4\\Runtime\\Dfa\\DFA
178 return (new LexerDFASerializer($this))->toString();
H A DDFASerializer.php27 public function toString() : string function in Antlr\\Antlr4\\Runtime\\Dfa\\DFASerializer
87 return $this->toString();
/template/strap/action/
H A Dstaticresource.php142 $event->data["mime"] = $mime->toString();
146 if ($mime->isImage() || in_array($mime->toString(), [Mime::JAVASCRIPT, Mime::CSS])) {
323 if ($download && $mime->toString() !== "image/svg+xml") {
350 http_rangeRequest($filePointer, FileSystems::getSize($mediaToSend), $mime->toString());
H A Dqualitymutation.php112 $newValue = DataType::toString($data[MetadataMutation::NEW_VALUE_ATTRIBUTE]);
113 $oldValue = DataType::toString($data[MetadataMutation::OLD_VALUE_ATTRIBUTE]);
H A Dmetafacebook.php177 if (!in_array($mime->toString(), $facebookMimes)) {
228 $facebookMeta["og:image:type"] = $mime->toString();
H A Dbacklinkmenuitem.php77 …:WHREF] = FetcherPage::createPageFetcherFromPath($requestedContextPage)->getFetchUrl()->toString();
/template/strap/resources/snippet/js/
H A Dcache.js49 let slotUrl = combo.DokuUrl.createEdit(slot).toString()
78 .toString();
H A Dheight-toggle-onclick.js12 if (window.getSelection().toString() === "") {
H A Drailbar.js11 formData.append('viewport', window.innerWidth.toString(10))
H A Dmetadata.js171 fetch(combo.DokuUrl.createRunner().toString(), {method: "GET"})
209 console.error(e.toString())
/template/strap/ComboStrap/Web/
H A DUrl.php237 …($key) has a amp; prefix. Infinite cache will not work. Request: " . DataType::toString($_REQUEST);
436 return $this->toString();
475 return $this->toString();
747 public function toString(string $ampersand = Url::AMPERSAND_CHARACTER): string function in ComboStrap\\Web\\Url
900 return $this->toString(Url::AMPERSAND_URL_ENCODED_FOR_HTML);
946 return $this->toString();
952 return $this->toString();
/template/strap/ComboStrap/Xml/
H A DXmlElement.php413 $toString = $this->getLocalName();
417 $toString .= '.' . implode(".", $classes);
420 $toString .= "#" . $this->getId();
422 return $toString;
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php221 return $this->toString();
227 public function toString(?array $ruleNames = null, ?RuleContext $stop = null) : string function in Antlr\\Antlr4\\Runtime\\RuleContext
/template/strap/resources/library/combo/
H A Dcombo.min.js1 …h===t)return r}}},G=(g,t)=>q(g,t,J);class ${static toHtmlId(t){return t.toString().replace(/[_.\s:…
30toString(),{method:this.method,body:JSON.stringify(X.formDataToObject(t)),headers:{"Content-Type":…
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php298 ->toString();
427 …ateFromPath(WikiPath::createComboResource(':firebug:firebug-lite.css'))->getFetchUrl()->toString();
428 …FromPath(WikiPath::createComboResource(':firebug:firebug-lite-1.2.js'))->getFetchUrl()->toString();

12345