Lines Matching refs:count

1009         $count = 0;
1065 $this->_markers[$count] = array();
1066 $this->_markers[$count]['marker'] = $marker;
1067 $this->_markers[$count]['length'] = $length;
1071 $this->_markers[$count]['data'] = fread($this->_fp, $length);
1073 $this->_markers[$count]['data'] = "";
1084 $count++;
1170 $count = 0;
1432 $count = count($this->_markers);
1433 for ($i = 0; $i < $count; $i++) {
1503 $count = count($this->_markers);
1504 for ($i = 0; $i < $count; $i++) {
1571 $count = count($this->_markers);
1572 for ($i = 0; $i < $count; $i++) {
1599 $count = count($values);
1600 for ($i = 0; $i < $count; $i++) {
1603 while ((++$i < $count) && ($values[$i]['tag'] != 'rdf:Description')) {
1604 $this->_parseXmpNode($values, $i, $this->_info['xmp'][$values[$i]['tag']], $count);
1625 * @param integer $count
1627 function _parseXmpNode($values, &$i, &$meta, $count) {
1637 if ($i >= $count) return;
1643 $this->_parseXmpNode($values, $i, $meta[], $count);
1651 $this->_parseXmpNode($values, $i, $meta, $count);
1652 while ((++$i < $count) && ($values[$i]['tag'] != 'rdf:Alt'));
1661 $this->_parseXmpNode($values, $i, $meta[$values[$i]['tag']], $count);
1662 } while ((++$i < $count) && ($values[$i]['tag'] != $startTag));
1678 $count = count($this->_markers);
1679 for ($i = 0; $i < $count; $i++) {
1761 $count = $this->_getLong($data, $base + $offset, $isBigEndian);
1769 $dataLength = $typeLengths[$type] * $count;
1780 if ($count == 1) {
1784 for ($j = 0; $j < $count; $j++)
1792 if ($count == 1) {
1796 for ($j = 0; $j < $count; $j++)
1801 if ($count == 1) {
1805 for ($j = 0; $j < $count; $j++)
1810 if ($count == 1) {
1822 for ($j = 0; $j < $count; $j++) {
1835 if ($count == 1) {
1839 for ($j = 0; $j < $count; $j++)
1847 if ($count == 1) {
1851 for ($j = 0; $j < $count; $j++)
1856 if ($count == 1) {
1860 for ($j = 0; $j < $count; $j++)
1865 if ($count == 1) {
1876 for ($j = 0; $j < $count; $j++) {
1927 $this->_info['exif'][$tagName][count($this->_info['exif'][$tagName])] = $value;
1934 echo sprintf("<h1>Unknown tag %02x (t: %d l: %d) %s in %s</h1>", $tag, $type, $count, $mode, $this->_fileName);
1959 $count = count($this->_markers);
1960 for ($i = 0; $i < $count; $i++) {
2015 $entryCount = count($entries);
2041 $pos = $this->_putLong($data, $pos, $entries[$i]['count'], $isBigEndian);
2084 $count = $EXIFTypeInfo[$tag][1];
2143 $origCount = count($origValue);
2153 if ($count == 0) {
2154 $count = $origCount;
2158 while (($j < $count) && ($j < $origCount)) {
2164 while ($j < $count) {
2171 if (($count != 0) && (strlen($v) > $count)) {
2172 $v = substr($v, 0, $count);
2174 elseif (($count > 0) && (strlen($v) < $count)) {
2175 $v = str_pad($v, $count, "\0");
2178 $count = strlen($v);
2183 if ($count == 0) {
2184 $count = $origCount;
2188 while (($j < $count) && ($j < $origCount)) {
2193 while ($j < $count) {
2199 if ($count == 0) {
2200 $count = $origCount;
2204 while (($j < $count) && ($j < $origCount)) {
2209 while ($j < $count) {
2215 if ($count == 0) {
2216 $count = $origCount;
2220 while (($j < $count) && ($j < $origCount)) {
2236 while ($j < $count) {
2243 if ($count == 0) {
2244 $count = $origCount;
2248 while (($j < $count) && ($j < $origCount)) {
2253 while ($j < $count) {
2260 if (($count != 0) && (strlen($v) > $count)) {
2261 $v = substr($v, 0, $count);
2263 elseif (($count > 0) && (strlen($v) < $count)) {
2264 $v = str_pad($v, $count, "\0");
2267 $count = strlen($v);
2272 if ($count == 0) {
2273 $count = $origCount;
2277 while (($j < $count) && ($j < $origCount)) {
2282 while ($j < $count) {
2288 if ($count == 0) {
2289 $count = $origCount;
2293 while (($j < $count) && ($j < $origCount)) {
2298 while ($j < $count) {
2304 if ($count == 0) {
2305 $count = $origCount;
2309 while (($j < $count) && ($j < $origCount)) {
2326 while ($j < $count) {
2333 if ($count == 0) {
2334 $count = $origCount;
2338 while (($j < $count) && ($j < $origCount)) {
2350 while ($j < $count) {
2357 if ($count == 0) {
2358 $count = $origCount;
2362 while (($j < $count) && ($j < $origCount)) {
2374 while ($j < $count) {
2390 $ifdEntries[$entryCount]['count'] = $count;
2421 $count = count($this->_markers);
2422 for ($i = 0; $i < $count; $i++) {
2549 $this->_info['iptc'][$label][ count($this->_info['iptc'][$label]) ] = $this->_getFixedString($data, $pos, $length);
2577 if (isset($this->_info['adobe']['raw']) && (count($this->_info['adobe']['raw']) > 0)) {
2650 $vcnt = count($value);
3210 $count = 0;
3215 if (($count % 16) == 0) {
3216 echo sprintf('%04d', $count) . ': ';
3220 $count++;
3239 if (($count % 4) == 0) {
3243 if (($count % 16) == 0) {
3250 while (($count % 16) != 0) {
3252 $count++;
3253 if (($count % 4) == 0) {