Searched refs:preproc (Results 1 – 2 of 2) sorted by relevance
7 % cool features (like this preproc / postproc thing see http://txt2tags.org/userguide/preproc.html)15 %!preproc: '====== (.*?) ======' '== \1 =='18 %!preproc: '\[\[(.*?)\|(.*?)\]\]' '[\1 doku.php?id=\2]'19 %!preproc: '\[\[(.*?) \| (.*?)\]\]' '[\1 doku.php?id=\2]'22 %!preproc: '\[\[(.*?)\]\]' '[\1 doku.php?id=\1]'29 %!preproc: '\{ \*\* \}' 'CONVERTboldBEGIN'30 %!preproc: '\{\/\*\* \}' 'CONVERTboldEND'35 %!preproc: '\{\/\/\.\.\}' 'LINEBREAK'36 %!preproc: "\\\\" 'LINEBREAK'40 %!preproc: '--------(-+)---------' 'SIMPLELINE'[all …]
158 var $preproc = array(); variable in T2T220 $this->preproc[] = $this->add_proc($setting, trim($val)); 253 foreach($this->preproc as $a) {