Searched refs:sourcePageId (Results 1 – 4 of 4) sorted by relevance
/plugin/404manager/ |
H A D | admin.php | 288 …tpl_link(wl($sourcePageId), $this->truncateString($sourcePageId, 30), 'title="' . $sourcePageId . … 348 $sourcePageId = strtolower($sourcePageId); 385 * @param string $sourcePageId 393 $sourcePageId = strtolower($sourcePageId); 472 $sourcePageId = strtolower($sourcePageId); 496 $sourcePageId = strtolower($sourcePageId); 530 $sourcePageId = strtolower($sourcePageId); 556 $sourcePageId = strtolower($sourcePageId); 576 * @param string $sourcePageId 588 $sourcePageId = strtolower($sourcePageId); [all …]
|
/plugin/404manager/_test/ |
H A D | manager.test.php | 422 $sourcePageId = "source"; 423 $redirectManager->addRedirection($sourcePageId, $targetPage); 426 $bool = $redirectManager->isRedirectionPresent($sourcePageId);
|
/plugin/combo/ComboStrap/ |
H A D | PageRules.php | 104 * @param $sourcePageId 109 function addRule($sourcePageId, $targetPageId, $priority): ?int argument 112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
|
/plugin/combo/action/ |
H A D | router.php | 1030 * @param string $sourcePageId 1035 function logRedirection(string $sourcePageId, $targetPageId, $algorithmic, $method) 1040 "SOURCE" => $sourcePageId, 1011 logRedirection(string $sourcePageId, $targetPageId, $algorithmic, $method) global() argument
|