Home
last modified time | relevance | path

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

/plugin/siteexport/inc/
H A Dtoc.php107 if ( empty($elem['depth']) ) {
108 $elem['depth'] = count(explode('/', $elem['url']));
184 private function __TOCItem($item, $depth, $selfClosed = true) argument
199 private function __TOCItemClose($depth) argument
201 return "\n" . str_repeat("\t", max($depth, 0)+1) . "</tocitem>";
222 return $this->__TOCItem($CURRENTNODE, $DEPTH);
242 $DEPTH--;
256 return $XML . ($didOpenItem ? $this->__TOCItemClose($DEPTH) : '');
331 $DEPTH = str_repeat("\t", $LEVEL);
345 $XML = "$DEPTH<$ITEM label=\"$indexTitle\" $indexFile>";
[all …]
H A Dpdfgenerator.php56 …mpdf->setBasePath(empty($this->functions->settings->depth) ? './' : $this->functions->settings->de…
H A Dsettings.php12 public $depth = ''; variable in settings_plugin_siteexport_settings
H A DreadCSS.patch298 $x['depth'] = $level;
H A Dfunctions.php556 $removeKeys[] = 'depth';
/plugin/siteexport/syntax/
H A Dtoc.php78 $depth = 1;
119 list($SID, $NAME, $DEPTH) = $data;
311 $item['depth'] = $depth;
374 … $this->_convert_header($renderer, $instr[$i], $depth-1); // -1 because the depth starts at 1
377 … $this->_convert_section($renderer, $instr[$i], $depth-1); // -1 because the depth starts at 1
431 * @param integer $depth
434 // More Depth!
435 $instr[1][1] += $depth;
439 * @param integer $depth
442 // More Depth!
[all …]
/plugin/siteexport/
H A Dhelper.php180depth.pageOnly'), "1.0" => $this->getLang('depth.allSubNameSpaces'), "2.0" => $this->getLang('dept…
184 …$form->addElement(form_makeTextField('depth', $this->getConf('depth'), $this->getLang('depth') . '…
H A DREADME.md20 * **Default Export Depth:**<br>
62 * **Specific depth:**<br>
63 …Exports everything below the defined namespace but only for the defined depth. The depth means how…
65 ##### Depth l4subsection
H A Dcron.php159 …efix Prefix that will be build during recursion. It will contain a string for the named array depth
/plugin/siteexport/action/
H A Dajax.php355 $depth = $this->getConf('depth');
379 case 1: $depth = 0;
381 case 2: $depth = $INPUT->int('depth');
385 $opts = array('depth' => $depth, 'skipacl' => $this->getConf('skipacl'), 'query' => $query);
696 $newDepth = $this->functions->settings->depth;
1014 $origDepth = $this->functions->settings->depth;
1015 $this->functions->settings->depth = $newDepth;
1027 $this->functions->settings->depth = $origDepth; // 2010-09-03 - Reset depth at the very end
1119 // depth is set, skip this one
1120 if (is_null($DEPTH)) $DEPTH = $this->functions->settings->depth;
[all …]
/plugin/siteexport/conf/
H A Ddefault.php4 $conf['depth'] = 0;
H A Dmetadata.php4 $meta['depth'] = array('numeric');