Lines Matching +full:depth +full:. +full:allsubnamespaces +(+path:plugin +path:siteexport) -(+path:plugin +path:siteexport +path:lang)

5  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author i-net software <tools@inetsoftware.de>
7 * @author Gerry Weissbach <gweissbach@inetsoftware.de>
12 require_once(DOKU_PLUGIN.'siteexport/preload.php');
41 $_dir = DOKU_INC . 'lib/tpl/';
45 if ($entry == '.' || $entry == '..') {
48 if ($entry == '.' || $entry == '..') {
55 $file = (is_link($_dir.$entry)) ? readlink($_dir.$entry) : $entry;
56 if (is_dir($_dir.$file)) {
77 …ists(DOKU_PLUGIN . "$plugin/script.js") && !file_exists(DOKU_PLUGIN . "$plugin/style.css") && !fil…
96 require_once(dirname(__FILE__)."/inc/functions.php");
113 … $entry = array(':' . $site['id'], $functions->getSiteTitle($site['id']), $sortIdentifier);
170 print $this->locale_xhtml((defined('DOKU_SITEEXPORT_MANAGER') ? 'manager' : '') . 'intro');
175 $form->addElement(form_makeTextField('ns', $ID, $this->getLang('ns') . ':', 'ns'));
177 $form->addElement(form_makeTextField('ens', $ID, $this->getLang('ens') . ':', 'ens'));
180depth.pageOnly'), "1.0" => $this->getLang('depth.allSubNameSpaces'), "2.0" => $this->getLang('dept…
183 …m_makeOpenTag("div", array('style' => 'display:' . ($_REQUEST['depthType'] == "2" ? "block" : "non…
184 …$form->addElement(form_makeTextField('depth', $this->getConf('depth'), $this->getLang('depth') . '…
191 …nt(form_makeCheckboxField('absolutePath', 1, $this->getLang('absolutePath') . ':', 'absolutePath')…
194 …$form->addElement(form_makeCheckboxField('exportbody', 1, $this->getLang('exportBody') . ':', 'exp…
196 …keCheckboxField('exportLinkedPages', 1, $this->getLang('exportLinkedPages') . ':', 'exportLinkedPa…
198 …nt(form_makeCheckboxField('disableCache', 1, $this->getLang('disableCache') . ':', 'disableCache')…
200 …$form->addElement(form_makeCheckboxField('addParams', 1, $this->getLang('addParams') . ':', 'addPa…
203 …rray('', 'xhtml'), plugin_list('renderer')), '', $this->getLang('renderer') . ':', 'renderer', nul…
207 …te', $this->__getTemplates(), $conf['template'], $this->getLang('template') . ':', 'template', nul…
213 …create preload file in \'inc\' directory. Template switching is not available. Plugin disabling is…
218 …$form->addElement(form_makeCheckboxField('pdfExport', 1, $this->getLang('pdfExport') . ':', 'pdfEx…
224 …CheckboxField('usenumberedheading', 1, $this->getLang('usenumberedheading') . ':', 'usenumberedhea…
234 …(form_makeCheckboxField('eclipseDocZip', 1, $this->getLang('eclipseDocZip') . ':', 'eclipseDocZip'…
236 …orm_makeCheckboxField('JavaHelpDocZip', 1, $this->getLang('JavaHelpDocZip') . ':', 'JavaHelpDocZip…
238 …$form->addElement(form_makeCheckboxField('useTocFile', 1, $this->getLang('useTocFile') . ':', 'use…
240 …nt(form_makeCheckboxField('emptyTocElem', 1, $this->getLang('emptyTocElem') . ':', 'emptyTocElem')…
243 …d('TOCMapWithoutTranslation', 1, $this->getLang('TOCMapWithoutTranslation') . ':', 'TOCMapWithoutT…
252 …oxField('defaultLang', $trans, $conf['lang'], $this->getLang('defaultLang') . ':', 'defaultLang'));
268 …$form->addElement(form_makeCheckboxField("disableplugin[]", $plugin, $plugin . ':', "disableplugin…
293 …ment(form_makeTextField('copyurl', "", $this->getLang('directDownloadLink') . ':', 'copyurl', null…
295 …$form->addElement(form_makeTextField('wgeturl', "", $this->getLang('wgetURLLink') . ':', 'wgeturl'…
297 …$form->addElement(form_makeTextField('curlurl', "", $this->getLang('curlURLLink') . ':', 'curlurl'…
312 $throbber = DOKU_BASE.'lib/images/loading.gif';
314 $throbber = DOKU_BASE.'lib/images/throbber.gif';
337 $form->addElement('In order to use ' . $hint . ', please ');
338 …$form->addElement(form_makeOpenTag('a', array('href' => 'http://www.dokuwiki.org/plugin:' . $plugi…
339 $form->addElement('install the ' . $plugin . ' plugin.');