Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dsettings.php42 public $excludePattern = ""; variable in settings_plugin_siteexport_settings
113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );
/plugin/siteexport/action/
H A Dajax.php563 $EXCLUDE = $this->functions->settings->excludePattern;