Home
last modified time | relevance | path

Searched refs:preproc (Results 1 – 2 of 2) sorted by path

/plugin/txt2tags/
H A Dconfig.t2t7 % 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 …]
H A Dtxt2tags.class.php158 var $preproc = array(); variable in T2T
220 $this->preproc[] = $this->add_proc($setting, trim($val));
253 foreach($this->preproc as $a) {