Home
last modified time | relevance | path

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

/plugin/purplenumbers/conf/
H A Dmetadata.php7 $meta['numbering'] = array('multichoice','_choices' => array(0,1));
H A Ddefault.php7 $conf['numbering'] = 1; //0= consecutive IDs, 1= hierarchical IDs
/plugin/purplenumbers/
H A Drenderer.php41 $pnid = $this->_getID($this->getConf('numbering')?2:1);
210 if ($this->getConf('numbering')) {