Home
last modified time | relevance | path

Searched refs:postproc (Results 1 – 2 of 2) sorted by relevance

/plugin/txt2tags/
H A Dconfig.t2t7 % cool features (like this preproc / postproc thing see http://txt2tags.org/userguide/preproc.html)
25 %!postproc: '<table' '<table align="center"'
32 %!postproc: 'CONVERTboldBEGIN' '<span class="bold"><b>'
33 %!postproc: 'CONVERTboldEND' '</b></span>'
37 %!postproc: "LINEBREAK" '<br/> '
38 %!postproc: "LINEBREAK" '<br/> '
42 %!postproc: 'QUADRATINDASH' '&mdash;'
44 %!postproc: 'SIMPLELINE' '<hr/>'
H A Dtxt2tags.class.php159 var $postproc = array(); variable in T2T
225 $this->postproc[] = $this->add_proc($setting, trim($val));
259 foreach($this->postproc as $a) {