Home
last modified time | relevance | path

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

/plugin/numbering/scripts/
H A Dgetnum.php27 $format = urldecode($helper->getConfValue('format'));
35 $format = str_replace($nxt , '{{' . $img . '}}' ,$format);
42 $format = str_replace('%d', $time, $format);
46 $format = str_replace('%n', $n, $format);
47 echo "$format\n\n";
/plugin/numbering/conf/
H A Dmetadata.php6 $meta['format'] = array('string');
H A Ddefault.php7 $conf['format'] = "Number: %n --%d" ;