Searched refs:head (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLogTrait.php | 126 $head = 0; 147 while ($tail - $head > $this->chunk_size) { 148 $finger = $head + (int)(($tail - $head) / 2); 151 if ($finger == $head || $finger == $tail) { 160 $head = $finger; 164 if ($tail - $head < 1) { 170 $lines = $this->readChunk($fp, $head, $tail); 172 return [$fp, $lines, $head, $tail, $eof]; 180 * @param int $head start point chunk 184 protected function readChunk($fp, $head, $tail) argument [all …]
|
| H A D | ChangeLog.php | 334 [$fp, $lines, $head, $tail, $eof] = $this->readloglines($rev); 369 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0)); 372 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, $direction); 410 [$revs2, $allRevs, $fp, $lines, $head, $tail] = $this->retrieveRevisionsAround($rev2, $max); 424 while ($head > 0) { 437 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1); 500 $head = $startHead; 521 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, 1); 542 $head = $startHead; 544 while ($head > 0) { [all …]
|
| /dokuwiki/inc/ |
| H A D | template.php | 240 $head = []; 250 $head['meta'][] = ['name' => 'generator', 'content' => 'DokuWiki']; 252 $head['link'][] = [ 260 $head['link'][] = ['rel' => 'start', 'href' => DOKU_BASE]; 262 $head['link'][] = [ 270 $head['link'][] = [ 281 $head['meta'][] = [ 289 $head['link'][] = [ 295 $head['link'][] = [ 303 $head['link'][] = [ [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 74 If you can't find an answer to your question in the documentation, head on over
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e…
|