Searched refs:getPageIconId (Results 1 – 7 of 7) sorted by relevance
| /plugin/pagesicon/ |
| H A D | helper.php | 237 public function getPageIconId( function in helper_plugin_pagesicon 275 return $this->getPageIconId($namespace, $pageID, $size); 316 return $this->getPageIconId($namespace, $pageID, $size); 329 $bigIconID = $this->getPageIconId($namespace, $pageID, 'big'); 332 $smallIconID = $this->getPageIconId($namespace, $pageID, 'small'); 431 $mediaID = $this->getPageIconId($namespace, $pageID, $size);
|
| H A D | action.php | 232 …helper && method_exists($helper, 'getPageIconId')) ? (string)$helper->getPageIconId($namespace, $p… 233 …helper && method_exists($helper, 'getPageIconId')) ? (string)$helper->getPageIconId($namespace, $p… 358 …$currentBig = ($helper && method_exists($helper, 'getPageIconId')) ? $helper->getPageIconId($names… 359 …$currentSmall = ($helper && method_exists($helper, 'getPageIconId')) ? $helper->getPageIconId($nam… 444 $logoMediaID = $helper->getPageIconId($namespace, $pageID, $sizeMode);
|
| H A D | DOKU_EN | 71 | ''getPageIconId($namespace, $pageID, $size = "bigorsmall")'' | ''2026-03-09'' | Returns the media… 108 | ''getPageImage(...)'' | ''2026-03-06'' | ''2026-03-09'' | ''getPageIconId(...)'' |
|
| H A D | DOKU | 71 | ''getPageIconId($namespace, $pageID, $size = 'bigorsmall')'' | ''2026-03-09'' | Retourne le media… 98 | ''getPageImage(...)'' | ''2026-03-06'' | ''2026-03-09'' | ''getPageIconId(...)'' |
|
| H A D | README_EN.md | 44 - `getPageIconId()`: returns the media ID of a page icon
|
| H A D | README.md | 44 - `getPageIconId()` : retourne le mediaID de l'icône d'une page
|
| /plugin/catmenu/syntax/ |
| H A D | catmenu.php | 298 $iconMediaID = $helper->getPageIconId($namespace, $pageID, 'smallorbig');
|