Searched refs:getImageIcon (Results 1 – 7 of 7) sorted by relevance
| /plugin/catmenu/syntax/ |
| H A D | catmenu.php | 254 …$iconUrl = $helper->getImageIcon($namespace, $pageID, 'smallorbig', ['width' => 55], $mtime, true); 256 $iconUrl = $helper->getImageIcon($namespace, $pageID, 'smallorbig', ['width' => 55], $mtime);
|
| /plugin/pagesicon/ |
| H A D | README_EN.md | 103 …- `getImageIcon(string $namespace, string $pageID, string $size = 'bigorsmall', array $params = ['… 109 - `getImageIcon(...)` -> `getPageIconUrl(...)`
|
| H A D | DOKU_EN.md | 86 …* ''getImageIcon($namespace, $pageID, $size = "bigorsmall", $params = ['width' => 55], &$mtime = n… 92 * ''getImageIcon(...)'' -> ''getPageIconUrl(...)''
|
| H A D | DOKU.md | 86 …* ''getImageIcon($namespace, $pageID, $size = "bigorsmall", $params = ['width' => 55], &$mtime = n… 92 * ''getImageIcon(...)'' -> ''getPageIconUrl(...)''
|
| H A D | README.md | 103 …- `getImageIcon(string $namespace, string $pageID, string $size = 'bigorsmall', array $params = ['… 109 - `getImageIcon(...)` -> `getPageIconUrl(...)`
|
| H A D | helper.php | 268 public function getImageIcon( function in helper_plugin_pagesicon
|
| /plugin/visualindex/syntax/ |
| H A D | visualindex.php | 272 …$iconUrl = $helper->getImageIcon((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => 55… 274 …$iconUrl = $helper->getImageIcon((string)$namespace, (string)$pageID, 'bigorsmall', ['width' => 55…
|