Home
last modified time | relevance | path

Searched refs:PRIORITY_NAME (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/admin/
H A Dpagerules.php112 $priority = $_POST[PageRules::PRIORITY_NAME] ?? null;
179 $priority = $rule[PageRules::PRIORITY_NAME];
202 ptln('<label for="' . PageRules::PRIORITY_NAME . '">Priority: (The order in which rules are applied)</label>');
203 ptln('<p><input type="text" id="' . PageRules::PRIORITY_NAME . '." style="width: 100%;" required="required" placeholder="priority" name="' . PageRules::PRIORITY_NAME . '" value="' . $priority . '" class="edit" /></p>');
258 $priority = $row[PageRules::PRIORITY_NAME];
/plugin/combo/ComboStrap/
H A DPageRules.php15 const PRIORITY_NAME = 'PRIORITY'; define in ComboStrap\\PageRules