Home
last modified time | relevance | path

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 DChangeLog.php317 * @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 DChangeLogTrait.php227 * @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 Dusertools.less16 flex-direction: row-reverse;
H A Dbasic.less274 direction: ltr;
/dokuwiki/lib/plugins/styling/
H A Dpopup.php20 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
/dokuwiki/lib/tpl/dokuwiki/
H A Dmediamanager.php14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
H A Dmain.php17 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
/dokuwiki/inc/Action/
H A DExport.php61 … $pre .= '<html lang="' . $conf['lang'] . '" dir="' . $lang['direction'] . '">' . DOKU_LF;
/dokuwiki/_test/tests/inc/
H A Dchangelog_getrelativerevision.test.php333 * 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 Dstyle.less155 flex-direction: column;
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcss.php83 'animation-direction',
160 'direction',
169 'flex-direction',
H A Dpovray.php75 … 'direction', 'diffuse', 'df3', 'dents', 'density_map', 'density_file', 'density', 'cylindrical',
H A Dmetapost.php79 'dir', 'direction of',
H A Dsass.php97 'direction',
H A Dqml.php139 'Direction','EllipseShape','Friction','Gravity','GroupGoal',
H A Dgml.php83 …ory','alarm','bbox_bottom','bbox_left','bbox_right','bbox_top','depth','direction','friction','gra…
H A Dwolfram.php227 'Dilation', 'Dimensions', 'DiracComb', 'DiracDelta', 'Direction',
/dokuwiki/inc/Utf8/
H A DClean.php184 …* @param bool $next direction to search for boundary, false = up (current character) true = down (…
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DColorOperation.php140 * Rotate the hue angle of a color in either direction
/dokuwiki/
H A Dinstall.php47 <html lang="<?php echo $LC ?>" dir="<?php echo $lang['direction'] ?>">
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6direction||"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 DLICENSE212 for you must do so exclusively on your behalf, under your direction
/dokuwiki/lib/scripts/
H A Dfileuploader.js777 direction: 'ltr' property
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3490 protected function getElementSiblings($direction, $selector = null, $limitToOne = false) { argument
3495 while( isset($test->{$direction}) && $test->{$direction}) {
3496 $test = $test->{$direction};

12