Home
last modified time | relevance | path

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

/plugin/nspages/
DoptionParser.php32 if(optionParser::preg_match_wrapper($pattern, $match, $found)) {
39 if(optionParser::preg_match_wrapper('r *=? *\"?([[:digit:]]*)\"?', $match, $found)) {
50 if(optionParser::preg_match_wrapper("nb?Cols? *=? *\"?([[:digit:]]*)\"?", $match, $found)) {
59 … if(optionParser::preg_match_wrapper("nb?Items?Max *=? *\"?([[:digit:]]*)\"?", $match, $found)) {
68 … if(optionParser::preg_match_wrapper("anchorName *=? *\"?([[:alnum:]]+)\"?", $match, $found)) {
75 if(optionParser::preg_match_wrapper($argumentName . " *= *\"([^\"]*)\"", $match, $found)) {
84 … if(optionParser::preg_match_wrapper("dict(?:ionary)?Order *= *\"([^\"]*)\"", $match, $found)) {
94 if(optionParser::preg_match_wrapper("exclude:\[(.*)\]", $match, $found)) {
114 if(optionParser::preg_match_wrapper("exclude", $match, $found)) {
142 if ( optionParser::preg_match_wrapper("actualTitle *= *([[:digit:]])", $match, $found) ){
[all …]