Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dsettings.php29 public $useTOCFile = false; variable in settings_plugin_siteexport_settings
93 $this->useTOCFile = $INPUT->bool( 'useTocFile' );
H A Dfunctions.php554 $removeKeys[] = 'useTocFile';
/plugin/siteexport/
H A Dhelper.php238 …$form->addElement(form_makeCheckboxField('useTocFile', 1, $this->getLang('useTocFile') . ':', 'use…
/plugin/siteexport/action/
H A Dajax.php392 if (!$this->functions->settings->useTOCFile) {