Home
last modified time | relevance | path

Searched +full:exclude +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/siteexport/inc/
H A Dsettings.php113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );
/plugin/siteexport/conf/
H A Ddefault.php7 $conf['exclude'] = '';
H A Dmetadata.php7 $meta['exclude'] = array('string');
/plugin/siteexport/
H A DREADME.md26 * **Pattern to exclude resources:**<br>
/plugin/siteexport/action/
H A Dajax.php563 $EXCLUDE = $this->functions->settings->excludePattern;
564 if ( !empty($EXCLUDE) ) {
565 $PATTERN = "/(" . implode('|', explode(' ', preg_quote($EXCLUDE, '/'))) . ")/i";
567 $this->functions->debug->message("Checking for exclude: ", array(