Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php2015 $entryCount = count($entries);
2017 $dataPos = $pos + 2 + ($entryCount * 12) + 4;
2018 $pos = $this->_putShort($data, $pos, $entryCount, $isBigEndian);
2020 for ($i = 0; $i < $entryCount; $i++) {
2080 $entryCount = 0;
2387 $ifdEntries[$entryCount] = array();
2388 $ifdEntries[$entryCount]['tag'] = $tag;
2389 $ifdEntries[$entryCount]['type'] = $type;
2390 $ifdEntries[$entryCount]['count'] = $count;
2391 $ifdEntries[$entryCount]['valu
[all...]