Searched refs:sourcePageId (Results 1 – 4 of 4) sorted by relevance
| /plugin/404manager/ |
| D | admin.php | 263 $sourcePageId = $row['SOURCE']; 267 $sourcePageId = $key; 283 ptln(' <input type="hidden" name="SourcePage" value="' . $sourcePageId . '" />'); 288 …tpl_link(wl($sourcePageId), $this->truncateString($sourcePageId, 30), 'title="' . $sourcePageId . … 318 * @param string $sourcePageId 320 function deleteRedirection($sourcePageId) argument 328 unset($this->pageRedirections[strtolower($sourcePageId)]); 332 $res = $this->sqlite->query('delete from redirections where source = ?', $sourcePageId); 343 * @param string $sourcePageId 346 function isRedirectionPresent($sourcePageId) argument [all …]
|
| /plugin/404manager/_test/ |
| 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 | 109 function addRule($sourcePageId, $targetPageId, $priority): ?int argument 112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
|
| /plugin/combo/action/ |
| H A D | router.php | 543 * @param string $sourcePageId
|