Searched refs:targetPageId (Results 1 – 7 of 7) sorted by relevance
| /plugin/404manager/ |
| D | admin.php | 264 $targetPageId = $row['TARGET']; 268 $targetPageId = $row['TargetPage']; 273 $title = p_get_first_heading($targetPageId); 275 if (!$title) $title = $targetPageId; 291 …tpl_link(wl($targetPageId), $this->truncateString($targetPageId, 30), 'title="' . hsc($title) . ' … 376 function addRedirection($sourcePageId, $targetPageId) argument 378 $this->addRedirectionWithDate($sourcePageId, $targetPageId, $this->currentDate); 386 * @param string $targetPageId 389 function addRedirectionWithDate($sourcePageId, $targetPageId, $creationDate) argument 405 $this->pageRedirections[$sourcePageId]['TargetPage'] = $targetPageId; [all …]
|
| D | action.php | 522 foreach ($pagesWithSameName as $targetPageId => $title) { 528 $nbWordFound = $nbWordFound + substr_count($targetPageId, $word); 534 $bestPageId = $targetPageId; 538 … if ($nbWordFound >= $bestNbWordFound && strlen($bestPageId) > strlen($targetPageId)) { 541 $bestPageId = $targetPageId;
|
| /plugin/combo/ComboStrap/ |
| H A D | Router.php | 79 $targetPageId = $databasePageRow->getFromRow("id"); 80 $targetPath = MarkupPath::createMarkupFromId($targetPageId); 516 foreach ($pagesWithSameName as $targetPageId => $title) { 522 $nbWordFound = $nbWordFound + substr_count($targetPageId, $word); 528 $bestPageId = $targetPageId; 532 … if ($nbWordFound >= $bestNbWordFound && strlen($bestPageId) > strlen($targetPageId)) { 535 $bestPageId = $targetPageId;
|
| H A D | PageRules.php | 109 function addRule($sourcePageId, $targetPageId, $priority): ?int argument 112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
|
| /plugin/combo/action/ |
| H A D | router.php | 354 $targetPageId = $redirection->getTargetMarkupPath()->toAbsoluteId(); 358 if (!(Identity::isReader($targetPageId))) { 366 $ID = $targetPageId; 368 $_REQUEST["id"] = $targetPageId; 371 $_GET["id"] = $targetPageId;
|
| H A D | linkmove.php | 201 $targetPageId = PageId::createForPage($targetPage); 202 $targetPageIdValue = $targetPageId->getValueFromStore(); 206 $targetPageId 214 $targetPageId
|
| /plugin/dokullm/ |
| H A D | LlmClient.php | 723 $targetPageId = $pageId ?: $this->pageId; 726 if (preg_match('/(\d{2})(\d{2})(\d{2})/', $targetPageId, $matches)) { 739 $pageFile = wikiFN($targetPageId);
|