Home
last modified time | relevance | path

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

/plugin/catlist/
H A Dsyntax.php232 function _isExcluded ($item, $exclutype, $arrayRegex) {
384 if ($this->_isExcluded($item, $data['exclutype'], $data['excluns'])) continue;
400 $exclude_content = $this->_isExcluded($item, $data['exclutype'], $data['exclunsall'])
403 $exclunspages = $this->_isExcluded($item, $data['exclutype'], $data['exclunspages']);
404 $exclunsns = $this->_isExcluded($item, $data['exclutype'], $data['exclunsns']);
422 if ($this->_isExcluded($item, $data['exclutype'], $data['exclupage'])) continue;
235 function _isExcluded ($item, $exclutype, $arrayRegex) { global() function in syntax_plugin_catlist