Searched refs:optionParser (Results 1 – 2 of 2) sorted by relevance
/plugin/nspages/ |
H A D | syntax.php | 48 optionParser::checkOption($match, "subns", $return['subns'], true); 49 optionParser::checkOption($match, "nopages", $return['nopages'], true); 51 optionParser::checkOption($match, "tree", $return['tree'], true); 54 optionParser::checkOption($match, "title", $return['title'], true); 56 optionParser::checkOption($match, "h1", $return['title'], true); 71 optionParser::checkRecurse($match, $return['maxDepth']); 72 optionParser::checkNbColumns($match, $return['nbCol']); 77 optionParser::checkDictOrder($match, $return['dictOrder'], $this); 86 optionParser::checkNbItemsMax($match, $return['nbItemsMax']); 89 optionParser::checkAnchorName($match, $return['anchorName']); [all …]
|
H A D | optionParser.php | 10 class optionParser { class 13 optionParser::preg_match_all_wrapper($pattern, $match, $found); 29 if(optionParser::preg_match_wrapper($pattern, $match, $found)) { 31 $match = optionParser::_removeFromMatch($found[0], $match); 42 $match = optionParser::_removeFromMatch($found[0], $match); 51 $match = optionParser::_removeFromMatch($found[0], $match); 60 $match = optionParser::_removeFromMatch($found[0], $match); 67 $match = optionParser::_removeFromMatch($found[0], $match); 92 $match = optionParser::_removeFromMatch($found[0], $match); 111 if(optionParser::preg_match_wrapper("exclude", $match, $found)) { [all …]
|