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) { 157 $head = $finger; 165 $head = $finger; 169 if ($tail - $head < 1) { 175 $lines = $this->readChunk($fp, $head, $tail); 177 return [$fp, $lines, $head, $tail, $eof]; 185 * @param int $head start point chunk [all …]
|
| H A D | ChangeLog.php | 345 [$fp, $lines, $head, $tail, $eof] = $result; 380 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0)); 383 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, $direction); 423 [$revs2, $allRevs, $fp, $lines, $head, $tail] = $result2; 442 while ($head > 0) { 455 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1); 520 $head = $startHead; 541 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, 1); 562 $head = $startHead; 564 while ($head > 0) { [all …]
|
| /dokuwiki/inc/ |
| H A D | template.php | 241 $head = []; 251 $head['meta'][] = ['name' => 'generator', 'content' => 'DokuWiki']; 253 $head['link'][] = [ 261 $head['link'][] = ['rel' => 'start', 'href' => DOKU_BASE]; 263 $head['link'][] = [ 271 $head['link'][] = [ 282 $head['meta'][] = [ 290 $head['link'][] = [ 298 $head['link'][] = [ 306 $head['link'][] = [ [all …]
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 88 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…
|