Home
last modified time | relevance | path

Searched refs:TARGET_NAME (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/admin/
H A Dpagerules.php111 $target = $_POST[PageRules::TARGET_NAME] ?? null;
178 $target = $rule[PageRules::TARGET_NAME];
200 …echo('<label for="' . PageRules::TARGET_NAME . '">Target: (A DokuWiki Id or an URL where you can u…
201 …idth: 100%;" required="required" id="' . PageRules::TARGET_NAME . '" name="' . PageRules::TARGET_N…
256 $target = $row[PageRules::TARGET_NAME];
/plugin/combo/ComboStrap/
H A DPageRules.php17 const TARGET_NAME = 'TARGET'; define in ComboStrap\\PageRules
H A DRouter.php423 $ruleTarget = $rule[PageRules::TARGET_NAME];