/plugin/publish/action/ |
H A D | recent.php | 39 $id = $this->getPageId($element); 66 function getPageId($tag) { function in action_plugin_publish_recent
|
/plugin/feedback/ |
H A D | script.js | 7 var getPageId = function() { function 61 id: getPageId(),
|
/plugin/yearbox/services/pageNameStrategies/ |
H A D | CompletelySeparated.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\CompletelySeparated
|
H A D | PageNameStrategy.php | 24 abstract public function getPageId($baseNS, $year, $month, $day, $name); function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\PageNameStrategy
|
H A D | YearNS.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\YearNS
|
H A D | YearMonthCombinedNS.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\YearMonthCombinedNS
|
H A D | YearMonthSeperatedNS.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\YearMonthSeperatedNS
|
/plugin/findologicxmlexport/ |
H A D | DokuwikiXMLExport.php | 204 private function getPageId($pageId) function in DokuwikiXMLExport 279 $item->addOrdernumber(new Ordernumber($this->getPageId($page)));
|
/plugin/yearbox/_test/ |
H A D | pagenameStrategy.test.php | 68 $actual_id = $strategy->getPageId($baseNS, $year, $month, $day, $name);
|
/plugin/authfacebook/lib/Helpers/ |
H A D | FacebookPageTabHelper.php | 91 public function getPageId() function in Facebook\\Helpers\\FacebookPageTabHelper
|
/plugin/combo/syntax/ |
H A D | disqus.php | 142 $disqusIdentifier = $page->getPageId();
|
/plugin/combo/ComboStrap/ |
H A D | DatabasePageRow.php | 184 $pageId = $this->markupPath->getPageId(); 321 function getPageId() 460 $pageId = $markupPath->getPageId(); 1210 $values[PageId::getPersistentName()] = $this->markupPath->getPageId(); 307 function getPageId() global() function in ComboStrap\\DatabasePageRow
|
H A D | PermalinkTag.php |
|
H A D | MarkupPath.php | 1146 function getPageId(): string function in ComboStrap\\MarkupPath 1667 return PageId::getAbbreviated($this->getPageId());
|
/plugin/combo/action/ |
H A D | linkmove.php | 203 $databasePageIdValue = $databasePage->getPageId();
|
/plugin/timetrack/ |
H A D | helper.php | 88 public function getPageId($page, $create = true) { function in helper_plugin_timetrack 122 $page_id = $this->getPageId($pageid); 243 $page_id = $this->getPageId($pageid);
|
/plugin/yearbox/ |
H A D | syntax.php | 275 … $id = $pagenameService->getPageId($opt['ns'], $year_num, $month_fmt, $day_fmt, $opt['name']);
|
/plugin/schedule/ |
H A D | scheduleRoot.class.php | 213 function getPageId ($schedule) { function in scheduleRoot
|
H A D | schedules.class.php | 610 $pageId = $this->scheduleRoot->getPageId ($schedule); 963 $pageId = $this->scheduleRoot->getPageId ($event); 1282 $pageId = $this->scheduleRoot->getPageId ($event);
|
/plugin/combo/renderer/ |
H A D | analytics.php |
|