Searched refs:checkSimpleStringArgument (Results 1 – 2 of 2) sorted by relevance
/plugin/nspages/ |
H A D | syntax.php | 73 optionParser::checkSimpleStringArgument($match, $return['textPages'], $this, 'textPages'); 74 … optionParser::checkSimpleStringArgument($match, $return['customTitle'], $this, 'customTitle'); 75 …optionParser::checkSimpleStringArgument($match, $return['sortByMetadata'], $this, 'sortByMetadata'… 76 optionParser::checkSimpleStringArgument($match, $return['textNS'], $this, 'textNS'); 91 …optionParser::checkSimpleStringArgument($match, $return['defaultPicture'], $this, 'defaultPicture'…
|
H A D | optionParser.php | 71 static function checkSimpleStringArgument(&$match, &$varAffected, $plugin, $argumentName){ function in optionParser
|