/plugin/combo/ComboStrap/ |
H A D | LogUtility.php | 68 * @param string $canonical - the canonical 76 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical); 82 self::log2FrontEnd($message, $level, $canonical); 97 self::log2file($message, $level, $canonical); 114 * @param null $canonical 116 static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, $canonical = null) argument 129 if (!empty($canonical)) { 130 $prefix .= ' - ' . $canonical; 164 * @param string $canonical 205 if ($canonical != null) { [all …]
|
H A D | Sanitizer.php | 10 public static function sanitize($content, $suffixMessage = "", $canonical = "security") argument 20 …elf::logAndReturnTheEmptyString("You can't used a $forbiddenNode node$suffixMessage.", $canonical); 30 …rn self::logAndReturnTheEmptyString("You can't used a style attribute $suffixMessage", $canonical); 36 …ReturnTheEmptyString("You can't used an callback handler on attribute $suffixMessage", $canonical); 49 private static function logAndReturnTheEmptyString(string $string, $canonical): string argument 51 LogUtility::msg($string, LogUtility::LVL_MSG_ERROR, $canonical);
|
H A D | ExceptionCombo.php | 19 private $canonical; variable in ComboStrap\\ExceptionCombo 21 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) argument 23 $this->canonical = $canonical; 32 return $this->canonical;
|
H A D | ExceptionComboRuntime.php | 21 private $canonical; variable in ComboStrap\\ExceptionComboRuntime 23 … public function __construct($message = "", $canonical = "", $code = 0, Throwable $previous = null) argument 25 $this->canonical = $canonical; 34 return $this->canonical;
|
H A D | HttpResponse.php | 30 private $canonical = "support"; variable in ComboStrap\\HttpResponse 84 …set for this soft exit, the default was set instead", LogUtility::LVL_MSG_ERROR, $this->canonical); 102 …file("Bad Http Response: $this->status : $this->msg", LogUtility::LVL_MSG_ERROR, $this->canonical); 142 public function setCanonical($canonical): HttpResponse argument 144 $this->canonical = $canonical;
|
H A D | Message.php | 27 private $canonical = "support"; variable in ComboStrap\\Message 88 function setCanonical($canonical): Message argument 90 $this->canonical = $canonical; 177 …. '">' . $firedByLang . PluginUtility::getDocumentationHyperLink($this->canonical, $this->signatur… 235 LogUtility::msg($content, $type, $this->canonical); 240 if ($this->canonical !== null) { 241 $canonicalPath = DokuPath::createFromUnknownRoot($this->canonical); 243 return PluginUtility::getDocumentationHyperLink($this->canonical, $label, false);
|
H A D | FormMetaField.php | 60 private $canonical; variable in ComboStrap\\FormMetaField 306 if ($this->canonical == null) { 310 $url .= "/" . str_replace(":", "/", $this->canonical); 315 function setCanonical(string $canonical): FormMetaField argument 317 $this->canonical = $canonical;
|
H A D | DatabasePageRow.php | 199 public static function createFromCanonical($canonical): DatabasePageRow argument 202 DokuPath::addRootSeparatorIfNotPresent($canonical); 204 $row = $databasePage->getDatabaseRowFromAttribute(Canonical::PROPERTY_NAME, $canonical); 366 $canonical = $page->getCanonical(); 367 if ($canonical != null) { 368 $row = $this->getDatabaseRowFromCanonical($canonical); 826 function getDatabaseRowFromCanonical($canonical) argument 831 ->setQueryParametrized($query, [$canonical]); 855 …sg("The page ($this->page) and the page ($id) have the same canonical ($canonical)", LogUtility::L… 887 …:msg("The existing pages ($existingPages) have all the same canonical ($canonical)", LogUtility::L…
|
H A D | Page.php | 61 private $canonical; variable in ComboStrap\\Page 318 function setCanonical($canonical): Page argument 320 $this->canonical 321 ->setValue($canonical) 384 return $this->canonical->getValueFromStoreOrDefault(); 1214 return $this->canonical->getValueFromStore(); 1225 return $this->canonical->getDefaultValue(); 1608 $this->canonical = Canonical::createForPage($this);
|
H A D | Metadata.php | 352 $canonical = $this->parent->getCanonical(); 353 if ($canonical !== null) { 354 return $canonical;
|
H A D | PluginUtility.php | 753 …static function getDocumentationHyperLink($canonical, $label, $withIcon = true, $tooltip = ""): st… argument 786 $path = str_replace(":", "/", $canonical);
|
/plugin/combo/action/ |
H A D | autofrontmatter.php | 36 $canonical = $page->getCanonicalOrDefault(); 40 "canonical":"{$canonical}",
|
/plugin/socialshareprivacy/ |
H A D | jquery.socialshareprivacy.js | 59 var canonical = $("link[rel=canonical]").attr("href"); 61 if (canonical && canonical.length > 0) { 62 if (canonical.indexOf("http") < 0) { 63 canonical = document.location.protocol + "//" + document.location.host + canonical; 65 uri = canonical;
|
/plugin/miniblog/helper/ |
H A D | entry.php | 39 public function entry_content($id, $canonical=false) { argument 67 if (!$conf['canonical'] && $canonical) {
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | YtsSpecificationExamples.yml | 511 canonical: 12345 516 'canonical' => 12345, 525 canonical: 1.23015e+3 532 'canonical' => 1230.15, 1420 canonical: ~ 1438 'canonical' => null, 1503 canonical: 12345 1508 'canonical' => 12345, 1515 canonical: 1.23015e+3 1521 'canonical' => 1230.15, [all …]
|
/plugin/combo/syntax/ |
H A D | permalink.php | 162 $canonical = $requestedPage->getCanonical(); 163 if ($canonical === null) {
|
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/ |
H A D | ChangeLog.md | 21 …ub.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use canonical directory names
|
/plugin/supa/ |
H A D | README.txt | 18 As I cannot maintain multiple versions of the instructions and the canonical
|
/plugin/api/ |
H A D | README.md | 44 If you want relative URL in the exported HTML. See https://www.dokuwiki.org/config:canonical
|
/plugin/socialshareprivacy2/SSP/scripts/ |
H A D | jquery.socialshareprivacy.js | 278 …var canonical = $("link[rel=canonical]").attr("href") || $('head meta[property="og:url"]').attr("c… 280 if (canonical) { 281 uri = absurl(canonical);
|
/plugin/jplayer/vendor/mustache/mustache/ |
H A D | README.md | 24 And a more in-depth example -- this is the canonical Mustache template:
|
/plugin/spatialhelper/ |
H A D | README.md | 18 …ns for Dokuwiki received the Community Choice Award on 2022-03-02" data-canonical-src="https://sou…
|
/plugin/geotag/ |
H A D | README.md | 18 …ns for Dokuwiki received the Community Choice Award on 2022-03-02" data-canonical-src="https://sou…
|
/plugin/geophp/ |
H A D | README.md | 21 …ns for Dokuwiki received the Community Choice Award on 2022-03-02" data-canonical-src="https://sou…
|
/plugin/openlayersmap/ |
H A D | README.md | 23 …ns for Dokuwiki received the Community Choice Award on 2022-03-02" data-canonical-src="https://sou…
|