Lines Matching refs:NL
104 …b/plugins/orphanmedia2/images/a1.png" class="a1_img"><b><u>PERFORMANCE MEASUREMENT</u></b></p>'.NL.
105 '<table class="xm_perf_tbl">'.NL.
106 …perf_tbl"> used syntax: </td> <td class="xm_perf_tbl"> '.$data[99].' </td></tr>'.NL.
107 …a files created: </td><td class="xm_perf_tbl"> '.$this->get_execution_time().' s </td></tr>'.NL; }
117 …age files created: </td> <td class="xm_perf_tbl">'.$this->get_execution_time().' s </td><tr>'.NL; }
125 …racted from pages: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; }
202 …tive media found: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; }
257 …ng media detected: </td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr>'.NL; }
312 $output_orphan .= '<tr>'.NL.
313 '<td>'.NL.
314 …URL.'/lib/plugins/orphanmedia2/images/'.$nok_img.'" alt="nok" title="orphan" align="middle" />'.NL.
315 '</td>'.NL.
316 '<td>'.$orphan_counter.'</td>'.NL.
317 '<td>'.$listMediaFiles[0][$position].'</td>'.NL.
318 '<td>'.$picturepreview.'</td>'.NL.'</tr>'.NL;
324 …/td><td class="xm_perf_tbl">'.$this->get_execution_time().' s </td></tr></table></div><br />'.NL; }
330 $output_summary = '<div class="level1">'.NL.
331 ' <span class="orph_sum_head">Summary</span><br />'.NL.
332 '<table class="oprph_sum_tbl">'.NL.
333 ' <tr>'.NL.
334 ' <td class="oprph_sum_col0" rowspan="8"> </td>'.NL.
335 ' <td class="oprph_sum_col1">Page files</td>'.NL.
336 ' <td class="oprph_sum_col2">'.$page_counter.'</td>'.NL.
337 ' </tr>'.NL.
338 ' <tr>'.NL.
339 ' <td>Media files</td>'.NL.
340 ' <td>'.$media_file_counter.'</td>'.NL.
341 ' </tr>'.NL.
342 ' <tr>'.NL.
343 ' <td>Media references</td>'.NL.
344 ' <td>'.$refLink_counter.'</td>'.NL.
345 ' </tr>'.NL.
346 ' <tr>'.NL.
347 ' <td>Filter</td>'.NL.
348 ' <td>'.$defFileTypes2.'</td>'.NL.
349 ' </tr>'.NL.
350 ' <tr>'.NL.
351 ' <td><b>Valid</b>, qualified references</td>'.NL.
352 ' <td>'.$valid_counter.'</td>'.NL.
353 ' </tr>'.NL.
354 ' <tr>'.NL.
355 ' <td><b>Valid</b>, relative references</td>'.NL.
356 ' <td>'.$relative_counter.'</td>'.NL.
357 ' </tr>'.NL.
358 ' <tr>'.NL.
359 ' <td><b>Missing</b> media files</td>'.NL.
360 ' <td>'.$missing_counter.'</td>'.NL.
361 ' </tr>'.NL.
362 ' <tr>'.NL.
363 ' <td><b>Orphan</b> media files</td>'.NL.
364 ' <td>'.$orphan_counter.'</td>'.NL.
365 ' </tr>'.NL.
366 '</table></div>'.NL;
787 $output.= '<tr>'.NL.
788 …ralign"><img src="'.DOKU_URL.'lib/plugins/orphanmedia2/images/'.$img.'" align="middle" /></td>'.NL.
789 ' <td>'.$counter.'</td>'.NL.
791 '</tr>'.NL;