Home
last modified time | relevance | path

Searched refs:preg_match_all_wrapper (Results 1 – 1 of 1) sorted by path

/plugin/nspages/
H A DoptionParser.php16 optionParser::preg_match_all_wrapper($pattern, $match, $found);
100 optionParser::preg_match_all_wrapper("exclude:([^[ <>]*):", $match, $found);
107 optionParser::preg_match_all_wrapper("exclude:([^[ <>]*)", $match, $found);
159 static private function preg_match_all_wrapper($pattern, $subject, &$matches){
156 static private function preg_match_all_wrapper($pattern, $subject, &$matches){ global() function in optionParser