Home
last modified time | relevance | path

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

/plugin/nspages/
H A DoptionParser.php26 * @param mixed $valIfFound the value affected to the previous variable if the option is found
28 static function checkOption(&$match, $pattern, &$varAffected, $valIfFound) { argument
30 $varAffected = $valIfFound;
/plugin/catlist/
H A Dsyntax.php50 function _checkOption(&$match, $option, &$varAffected, $valIfFound){ argument
52 $varAffected = $valIfFound;