Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dsettings.php7 public $exportNamespace = ''; variable in settings_plugin_siteexport_settings
99 …$this->exportNamespace = !empty($ens) && preg_match("%^" . preg_quote($functions->getNamespaceFrom…
H A Dfunctions.php139 $NS = $this->settings->exportNamespace;
/plugin/skillforge/
H A Dadmin.php16 $result = $helper->exportNamespace(
H A Dhelper.php18 return $this->exportNamespace($namespace, $sourcePage . '.txt', $options);
21 public function exportNamespace($namespace, $sourcePage, $options = array()) { function in helper_plugin_skillforge