Home
last modified time | relevance | path

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

/plugin/catlist/
H A Dsyntax.php47 function _checkOption(&$match, $option, &$varAffected, $valIfFound){
99 $this->_checkOption($match, "displayList", $data['displayType'], CATLIST_DISPLAY_LIST);
100 $this->_checkOption($match, "displayLine", $data['displayType'], CATLIST_DISPLAY_LINE);
101 $this->_checkOption($match, "noNSInBold", $data['nsInBold'], false);
106 $this->_checkOption($match, "noHeadTitle", $data['useheading'], false);
107 $this->_checkOption($match, "forceHeadTitle", $data['useheading'], true);
109 $this->_checkOption($match, "noNSHeadTitle", $data['nsuseheading'], false);
110 $this->_checkOption($match, "hideNotFoundMsg", $data['show_notfound_error'], false);
113 $this->_checkOption($match, "forceLinks", $data['nsLinks'], CATLIST_NSLINK_FORCE); // /!\ Deprecated
134 $this->_checkOption(
50 function _checkOption(&$match, $option, &$varAffected, $valIfFound){ global() function in syntax_plugin_catlist
[all...]