Home
last modified time | relevance | path

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

/plugin/nspages/
Dsyntax.php78 optionParser::checkSimpleStringArgument($match, $return['textPages'], $this, 'textPages');
79 … optionParser::checkSimpleStringArgument($match, $return['customTitle'], $this, 'customTitle');
80 …optionParser::checkSimpleStringArgument($match, $return['sortByMetadata'], $this, 'sortByMetadata'…
81 optionParser::checkSimpleStringArgument($match, $return['textNS'], $this, 'textNS');
96 …optionParser::checkSimpleStringArgument($match, $return['defaultPicture'], $this, 'defaultPicture'…
DoptionParser.php74 static function checkSimpleStringArgument(&$match, &$varAffected, $plugin, $argumentName){ function in optionParser