Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/ParserMode/
H A DGfmListblock.php194 $offsetBase = strlen($match) - strlen($stripped);
200 $cursor = $offsetBase;
/dokuwiki/inc/
H A DJpegMeta.php1979 $offsetBase = 6;
1996 $pos = $this->_writeIFD($data, $pos, $offsetBase, $ifd0, $isBigEndian, true);
1997 $pos = $this->_writeIFD($data, $pos, $offsetBase, $ifd1, $isBigEndian, false);
2007 * @param integer $offsetBase
2014 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) { argument
2031 $pos = $this->_putLong($data, $pos, $dataPos - $offsetBase, $isBigEndian);
2033 …$dataPos = $this->_writeIFD($data, $dataPos, $offsetBase, $entries[$i]['value'], $isBigEndian, fal…
2046 $pos = $this->_putLong($data, $pos, $dataPos - $offsetBase, $isBigEndian);
2056 $this->_putLong($data, $tiffDataOffsetPos, $dataPos - $offsetBase, $isBigEndian);
2061 $pos = $this->_putLong($data, $pos, $dataPos - $offsetBase, $isBigEndian);