Home
last modified time | relevance | path

Searched refs:getPageId (Results 1 – 20 of 20) sorted by last modified time

/plugin/combo/ComboStrap/
H A DMarkupPath.php1146 function getPageId(): string function in ComboStrap\\MarkupPath
1667 return PageId::getAbbreviated($this->getPageId());
H A DDatabasePageRow.php184 $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 DPermalinkTag.php
/plugin/combo/renderer/
H A Danalytics.php
/plugin/combo/syntax/
H A Ddisqus.php142 $disqusIdentifier = $page->getPageId();
/plugin/combo/action/
H A Dlinkmove.php203 $databasePageIdValue = $databasePage->getPageId();
/plugin/publish/action/
H A Drecent.php39 $id = $this->getPageId($element);
66 function getPageId($tag) { function in action_plugin_publish_recent
/plugin/schedule/
H A Dschedules.class.php610 $pageId = $this->scheduleRoot->getPageId ($schedule);
963 $pageId = $this->scheduleRoot->getPageId ($event);
1282 $pageId = $this->scheduleRoot->getPageId ($event);
H A DscheduleRoot.class.php213 function getPageId ($schedule) { function in scheduleRoot
/plugin/yearbox/
H A Dsyntax.php275 … $id = $pagenameService->getPageId($opt['ns'], $year_num, $month_fmt, $day_fmt, $opt['name']);
/plugin/yearbox/services/pageNameStrategies/
H A DYearMonthCombinedNS.php8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\YearMonthCombinedNS
H A DYearMonthSeperatedNS.php8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\YearMonthSeperatedNS
H A DCompletelySeparated.php8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\CompletelySeparated
H A DPageNameStrategy.php24 abstract public function getPageId($baseNS, $year, $month, $day, $name); function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\PageNameStrategy
H A DYearNS.php8 public function getPageId($baseNS, $year, $month, $day, $name) function in dokuwiki\\plugin\\yearbox\\services\\pageNameStrategies\\YearNS
/plugin/yearbox/_test/
H A DpagenameStrategy.test.php68 $actual_id = $strategy->getPageId($baseNS, $year, $month, $day, $name);
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php204 private function getPageId($pageId) function in DokuwikiXMLExport
279 $item->addOrdernumber(new Ordernumber($this->getPageId($page)));
/plugin/feedback/
H A Dscript.js7 var getPageId = function() { function
61 id: getPageId(),
/plugin/timetrack/
H A Dhelper.php88 public function getPageId($page, $create = true) { function in helper_plugin_timetrack
122 $page_id = $this->getPageId($pageid);
243 $page_id = $this->getPageId($pageid);
/plugin/authfacebook/lib/Helpers/
H A DFacebookPageTabHelper.php91 public function getPageId() function in Facebook\\Helpers\\FacebookPageTabHelper