Lines Matching refs:_list
223 $_list = explode("\n", $matches[2]);
226 for($i=0; $i<count($_list); $i++) {
227 $_list[$i] = trim($_list[$i]);
229 if(!empty($_list[$i])) {
230 if(preg_match("/\<ol>/",$_list[$i])) {
234 else if(preg_match("/\<ul\>/",$_list[$i])) {
240 … $_list[$i] = str_replace("</span>", "<img src=\"" . BULLET_PNG ."\"></span>",$_list[$i] );
243 if(preg_match("/(anno_li_(\d))/",$_list[$i],$match)) {
246 …$_list[$i] = str_replace(' ',$anno_li_1,$_list[$i]); // Insert current number …
252 $_list[$i] = str_replace(' ',$marker,$_list[$i]);
257 $retv .= $_list[$i] ."\n";