Searched refs:getPageImage (Results 1 – 8 of 8) sorted by relevance
| /plugin/catmenu/syntax/ |
| H A D | catmenu.php | 172 'icon' => $this->getPageImage($pageID), 210 'icon' => $this->getPageImage($childNamespace), 226 public function getPageImage($page) { function in syntax_plugin_catmenu_catmenu 274 $iconMediaID = $helper->getPageImage($namespace, $pageID, 'smallorbig', true); 276 $iconMediaID = $helper->getPageImage($namespace, $pageID, 'smallorbig');
|
| /plugin/pagesicon/ |
| H A D | action.php | 70 $iconMediaID = $helper->getPageImage($namespace, $pageID, 'smallorbig'); 272 …$currentBig = ($helper && method_exists($helper, 'getPageImage')) ? (string)$helper->getPageImage(… 273 …$helper && method_exists($helper, 'getPageImage')) ? (string)$helper->getPageImage($namespace, $pa… 388 …$currentBig = ($helper && method_exists($helper, 'getPageImage')) ? $helper->getPageImage($namespa… 389 …$currentSmall = ($helper && method_exists($helper, 'getPageImage')) ? $helper->getPageImage($names… 516 $logoMediaID = $helper->getPageImage($namespace, $pageID, $sizeMode);
|
| H A D | README_EN.md | 101 - `getPageImage(string $namespace, string $pageID, string $size = 'bigorsmall')` 107 - `getPageImage(...)` -> `getPageIconId(...)` (legacy `$withDefault` argument is ignored)
|
| H A D | DOKU_EN.md | 84 * ''getPageImage($namespace, $pageID, $size = "bigorsmall")'' 90 * ''getPageImage(...)'' -> ''getPageIconId(...)'' (legacy ''$withDefault'' argument is ignored)
|
| H A D | DOKU.md | 84 * ''getPageImage($namespace, $pageID, $size = "bigorsmall")'' 90 …* ''getPageImage(...)'' -> ''getPageIconId(...)'' (le paramètre legacy ''$withDefault'' est ignoré)
|
| H A D | README.md | 101 - `getPageImage(string $namespace, string $pageID, string $size = 'bigorsmall')` 107 - `getPageImage(...)` -> `getPageIconId(...)` (le paramètre legacy `$withDefault` est ignoré)
|
| H A D | helper.php | 172 public function getPageImage( function in helper_plugin_pagesicon
|
| /plugin/visualindex/syntax/ |
| H A D | visualindex.php | 163 $logoUrl = $this->getPageImage($namespace, $pageID); 248 public function getPageImage($namespace, $pageID = null) { function in syntax_plugin_visualindex_visualindex
|