Home
last modified time | relevance | path

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

/plugin/nspages/
DoptionParser.php29 * @param mixed $valIfFound the value affected to the previous variable if the option is found
31 static function checkOption(&$match, $pattern, &$varAffected, $valIfFound) { argument
33 $varAffected = $valIfFound;
/plugin/catlist/
Dsyntax.php47 function _checkOption(&$match, $option, &$varAffected, $valIfFound){ argument
49 $varAffected = $valIfFound;