Searched refs:getPageIconUrl (Results 1 – 7 of 7) sorted by relevance
| /plugin/pagesicon/ |
| H A D | README_EN.md | 64 - `getPageIconUrl(string $namespace, string $pageID, string $size = 'bigorsmall', array $params = [… 109 - `getImageIcon(...)` -> `getPageIconUrl(...)`
|
| H A D | DOKU_EN.md | 63 | ''getPageIconUrl($namespace, $pageID, $size = "bigorsmall", $params = ['width' => 55], &$mtime = … 92 * ''getImageIcon(...)'' -> ''getPageIconUrl(...)''
|
| H A D | DOKU.md | 63 | ''getPageIconUrl($namespace, $pageID, $size = 'bigorsmall', $params = ['width' => 55], &$mtime = … 92 * ''getImageIcon(...)'' -> ''getPageIconUrl(...)''
|
| H A D | helper.php | 244 public function getPageIconUrl( function in helper_plugin_pagesicon 276 return $this->getPageIconUrl($namespace, $pageID, $size, $params, $mtime, $withDefault);
|
| H A D | README.md | 64 - `getPageIconUrl(string $namespace, string $pageID, string $size = 'bigorsmall', array $params = [… 109 - `getImageIcon(...)` -> `getPageIconUrl(...)`
|
| /plugin/catmenu/syntax/ |
| H A D | catmenu.php | 241 …$iconUrl = $helper->getPageIconUrl($namespace, $pageID, 'smallorbig', ['width' => 55], $mtime, tru…
|
| /plugin/visualindex/syntax/ |
| H A D | visualindex.php | 259 …$iconUrl = $helper->getPageIconUrl((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => …
|