Searched +full:direction -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 28) sorted by relevance
12
| /dokuwiki/inc/ChangeLog/ |
| H A 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; 328 //no direction given or last rev, so no follow-up 329 if (!$direction || ($direction > 0 && $this->isCurrentRevision($rev))) { 346 if ($direction > 0) { 356 //look for revs older/earlier then reference $rev and select $direction-th one 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)); [all …]
|
| H A 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/ |
| H A D | usertools.less | 16 flex-direction: row-reverse;
|
| H A D | basic.less | 274 direction: ltr;
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | popup.php | 20 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | mediamanager.php | 14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
|
| H A D | main.php | 17 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
|
| H A D | detail.php | 15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
|
| /dokuwiki/inc/Action/ |
| H A D | Export.php | 61 … $pre .= '<html lang="' . $conf['lang'] . '" dir="' . $lang['direction'] . '">' . DOKU_LF;
|
| /dokuwiki/_test/tests/inc/ |
| H A D | changelog_getrelativerevision.test.php | 333 * looks in positive direction, so it catches the oldest revision 347 * looks in negative direction, but there is nothing
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | style.less | 155 flex-direction: column;
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | css.php | 83 'animation-direction', 160 'direction', 169 'flex-direction',
|
| H A D | povray.php | 75 … 'direction', 'diffuse', 'df3', 'dents', 'density_map', 'density_file', 'density', 'cylindrical',
|
| H A D | metapost.php | 79 'dir', 'direction of',
|
| H A D | sass.php | 97 'direction',
|
| H A D | qml.php | 139 'Direction','EllipseShape','Friction','Gravity','GroupGoal',
|
| H A D | gml.php | 83 …ory','alarm','bbox_bottom','bbox_left','bbox_right','bbox_top','depth','direction','friction','gra…
|
| H A D | wolfram.php | 227 'Dilation', 'Dimensions', 'DiracComb', 'DiracDelta', 'Direction',
|
| /dokuwiki/inc/Utf8/ |
| H A D | Clean.php | 184 …* @param bool $next direction to search for boundary, false = up (current character) true = down (…
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | ColorOperation.php | 140 * Rotate the hue angle of a color in either direction
|
| /dokuwiki/ |
| H A D | install.php | 47 <html lang="<?php echo $LC ?>" dir="<?php echo $lang['direction'] ?>">
|
| /dokuwiki/lib/scripts/jquery/ |
| H A 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/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 212 for you must do so exclusively on your behalf, under your direction
|
| /dokuwiki/lib/scripts/ |
| H A D | fileuploader.js | 777 direction: 'ltr' property
|
| /dokuwiki/_test/core/ |
| H A 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};
|
12