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 D | default.php | 8 $conf['toclevels'] = '';
|
H A D | metadata.php | 8 $meta['toclevels'] = array('string', '_pattern' => '/^(|[1-5]-[1-5])$/');
|
/plugin/dw2pdf/ |
H A D | action.php | 981 $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, '');
|