Home
last modified time | relevance | path

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

/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php126 $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 DChangeLog.php338 [$fp, $lines, $head, $tail, $eof] = $result;
373 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0));
376 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, $direction);
416 [$revs2, $allRevs, $fp, $lines, $head, $tail] = $result2;
435 while ($head > 0) {
448 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1);
513 $head = $startHead;
534 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, 1);
555 $head = $startHead;
557 while ($head > 0) {
[all …]
/dokuwiki/inc/
H A Dtemplate.php240 $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 DREADME.markdown88 If you can't find an answer to your question in the documentation, head on over
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e…