Home
last modified time | relevance | path

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

/plugin/nspages/
H A Dsyntax.php23 require_once 'optionParser.php';
51 optionParser::checkOption($match, "subns", $return['subns'], true);
52 optionParser::checkOption($match, "nopages", $return['nopages'], true);
53 optionParser::checkOption($match, "simpleListe?", $return['simpleList'], true);
54 optionParser::checkOption($match, "tree", $return['tree'], true);
55 optionParser::checkOption($match, "numberedListe?", $return['numberedList'], true);
56 optionParser::checkOption($match, "simpleLineBreak", $return['lineBreak'], true);
57 optionParser::checkOption($match, "title", $return['title'], true);
58 optionParser::checkOption($match, "idAndTitle", $return['idAndTitle'], true);
59 optionParser
[all...]
H A DoptionParser.php13 class optionParser {
16 optionParser::preg_match_all_wrapper($pattern, $match, $found);
19 $match = optionParser::_removeFromMatch($regex[0], $match);
32 if(optionParser::preg_match_wrapper($pattern, $match, $found)) {
34 $match = optionParser::_removeFromMatch($found[0], $match);
39 if(optionParser::preg_match_wrapper('r *=? *\"?([[:digit:]]*)\"?', $match, $found)) {
45 $match = optionParser::_removeFromMatch($found[0], $match);
50 if(optionParser::preg_match_wrapper("nb?Cols? *=? *\"?([[:digit:]]*)\"?", $match, $found)) {
54 $match = optionParser::_removeFromMatch($found[0], $match);
59 if(optionParser
10 class optionParser { global() class
[all...]