[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 function parse() 2 { 3 var pos = text.indexOf(" \n"); 4 while (pos > 0) 5 { 6 addBrTag(pos + 2); 7 pos = text.indexOf(" \n", pos + 3); 8 } 9 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |