Home
last modified time | relevance | path

Searched refs:sourcePageId (Results 1 – 4 of 4) sorted by relevance

/plugin/404manager/
Dadmin.php263 $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/
Dmanager.test.php422 $sourcePageId = "source";
423 $redirectManager->addRedirection($sourcePageId, $targetPage);
426 $bool = $redirectManager->isRedirectionPresent($sourcePageId);
/plugin/combo/ComboStrap/
H A DPageRules.php109 function addRule($sourcePageId, $targetPageId, $priority): ?int argument
112 return $this->addRuleWithDate($sourcePageId, $targetPageId, $priority, $currentDate);
/plugin/combo/action/
H A Drouter.php543 * @param string $sourcePageId