Home
last modified time | relevance | path

Searched +full:toclevels +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/conf/
H A Ddefault.php8 $conf['toclevels'] = '';
H A Dmetadata.php8 $meta['toclevels'] = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
/plugin/dw2pdf/
H A Daction.php981 $toclevels = $INPUT->str('toclevels', $this->getConf('toclevels'), true);
982 [$top_input, $max_input] = array_pad(explode('-', $toclevels, 2), 2, '');
983 [$top_conf, $max_conf] = array_pad(explode('-', $this->getConf('toclevels'), 2), 2, '');