Searched refs:direction (Results 1 – 10 of 10) sorted by relevance
/dokuwiki/inc/ChangeLog/ |
D | ChangeLog.php | 317 * @param int $direction give position of returned revision with respect to $rev; 323 public function getRelativeRevision($rev, $direction) argument 326 $direction = (int)$direction; 329 if (!$direction || ($direction > 0 && $this->isCurrentRevision($rev))) { 346 if ($direction > 0) { 357 … if (($direction > 0 && $info['date'] > $rev) || ($direction < 0 && $info['date'] < $rev)) { 359 if ($revCounter == abs($direction)) { 369 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0)); 372 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, $direction);
|
D | ChangeLogTrait.php | 227 * @param int $direction positive forward, negative backward 233 protected function readAdjacentChunk($fp, $head, $tail, $direction) argument 237 if ($direction > 0) {
|
/dokuwiki/lib/tpl/dokuwiki/css/ |
D | usertools.less | 16 flex-direction: row-reverse;
|
D | basic.less | 274 direction: ltr;
|
/dokuwiki/lib/plugins/extension/ |
D | style.less | 155 flex-direction: column;
|
/dokuwiki/lib/scripts/jquery/ |
D | jquery-ui.min.js | 6 …direction||"up",o=s.cssClip(),a={clip:V.extend({},o)},r=V.effects.createPlaceholder(s);a.clip[i[n]… property
|
/dokuwiki/lib/scripts/ |
D | fileuploader.js | 777 direction: 'ltr' property
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 3490 protected function getElementSiblings($direction, $selector = null, $limitToOne = false) { argument 3495 while( isset($test->{$direction}) && $test->{$direction}) { 3496 $test = $test->{$direction};
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
D | smoothness.css | 436 direction: rtl;
|
/dokuwiki/vendor/splitbrain/lesserphp/ |
D | LICENSE | 212 for you must do so exclusively on your behalf, under your direction
|