Home
last modified time | relevance | path

Searched refs:thisline (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.bmp.php47 $thisline = '';
50 $thisline .= chr($argb['blue']).chr($argb['green']).chr($argb['red']);
52 while (strlen($thisline) % 4) {
53 $thisline .= "\x00";
55 $BMP .= $thisline;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php1602 $thisline = '<tr>'; variable
1603 …$thisline .= '<TD VALIGN="TOP" style="font-family: monospace;">'.implode('<br>', $md5_data).'</td>…
1604 $thisline .= '<TD VALIGN="TOP" NOWRAP>'.implode('<br>', $tags).'</td>';
1605 $thisline .= '<TD VALIGN="TOP">'.implode('<br>', $filenames).'</td>';
1606 $thisline .= '</tr>';
1609 $OtherFormats .= $thisline;
1611 $AVFormats .= $thisline;