Searched refs:getPageIconUrl (Results 1 – 8 of 8) sorted by relevance
| /plugin/pagesicon/ |
| H A D | action.php | 92 $favicon = $helper->getPageIconUrl($namespace, $pageID, $sizeMode, ['w' => $size]); 449 $src = $helper->getPageIconUrl($namespace, $pageID, $sizeMode, ['w' => $size]); 468 $url = $helper->getPageIconUrl(getNS($pageId), noNS($pageId), 'smallorbig', ['w' => 16]);
|
| H A D | DOKU_EN | 73 | ''getPageIconUrl($namespace, $pageID, $size = "bigorsmall", $params = ['width' => 55], &$mtime = … 110 | ''getImageIcon(...)'' | ''2026-03-06'' | ''2026-03-09'' | ''getPageIconUrl(...)'' |
|
| H A D | helper.php | 423 public function getPageIconUrl( function in helper_plugin_pagesicon 459 return $this->getPageIconUrl($namespace, $pageID, $size, $params, $mtime, $withDefault);
|
| H A D | DOKU | 73 | ''getPageIconUrl($namespace, $pageID, $size = 'bigorsmall', $params = ['width' => 55], &$mtime = … 100 | ''getImageIcon(...)'' | ''2026-03-06'' | ''2026-03-09'' | ''getPageIconUrl(...)'' |
|
| H A D | README_EN.md | 46 - `getPageIconUrl()`: returns the versioned URL of a page icon
|
| H A D | README.md | 46 - `getPageIconUrl()` : retourne l'URL versionnée de l'icône d'une page
|
| /plugin/catmenu/syntax/ |
| H A D | catmenu.php | 277 …$iconUrl = $helper->getPageIconUrl($namespace, $pageID, 'smallorbig', ['width' => 55], $mtime, tru…
|
| /plugin/visualindex/syntax/ |
| H A D | visualindex.php | 269 …$iconUrl = $helper->getPageIconUrl((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => …
|