Home
last modified time | relevance | path

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

/plugin/crosspost/
H A Daction.php151 private function _skip_ns($xns, $ns) argument
153 foreach( $xns as $x )
179 $xns = $this->getConf( 'cp_disable_on' );
180 $xns = preg_split( '/[\s,+]/', $xns, -1, PREG_SPLIT_NO_EMPTY );
181 if( $this->_skip_ns( $xns, getNS( $ID ) ) ) return;
213 $xns = $this->getConf( 'cp_ns_disabled' );
214 $xns = preg_split( '/[\s,+]/', $xns, -1, PREG_SPLIT_NO_EMPTY );
220 if( $this->_skip_ns( $xns, $ns['id'] ) ) continue;