Home
last modified time | relevance | path

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

/plugin/nspages/
H A DoptionParser.php74 static function checkSimpleStringArgument(&$match, &$varAffected, $plugin, $argumentName){
71 static function checkSimpleStringArgument(&$match, &$varAffected, $plugin, $argumentName){ global() function in optionParser
H A Dsyntax.php77 optionParser::checkSimpleStringArgument($match, $return['textPages'], $this, 'textPages');
78 optionParser::checkSimpleStringArgument($match, $return['customTitle'], $this, 'customTitle');
79 optionParser::checkSimpleStringArgument($match, $return['sortByMetadata'], $this, 'sortByMetadata');
80 optionParser::checkSimpleStringArgument($match, $return['textNS'], $this, 'textNS');
95 optionParser::checkSimpleStringArgument($match, $return['defaultPicture'], $this, 'defaultPicture');