Home
last modified time | relevance | path

Searched refs:direction (Results 151 – 175 of 447) sorted by last modified time

12345678910>>...18

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DPropertyOrder.php25 public $direction; variable in Google\\Service\\Datastore\\PropertyOrder
32 public function setDirection($direction) argument
34 $this->direction = $direction;
41 return $this->direction;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DOrder.php25 public $direction; variable in Google\\Service\\Firestore\\Order
32 public function setDirection($direction) argument
34 $this->direction = $direction;
41 return $this->direction;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE19 direction or management of such entity, whether by contract or
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE19 direction or management of such entity, whether by contract or
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DParagraphStyle.php44 public $direction; variable in Google\\Service\\Docs\\ParagraphStyle
185 public function setDirection($direction) argument
187 $this->direction = $direction;
194 return $this->direction;
/plugin/vshare/
H A Dall.css4 flex-direction: column;
/plugin/tablelayout/script/
H A Dtablelayout_functions.js18 exports.floatTable = function ($table, direction) { argument
28 $elements.parent('div.floatwrapper').addClass(direction);
/plugin/layeranimation/
H A DREADME.md40 …ake the animation look more like you need it (e.g. colors, floating of images, text direction ... )
H A Dscript.js49 var timeout = item.currentTime / (currentLeft * item.direction) * self.stepWidth;
51 if ( itemNr == 0 && currentLeft == self.offsetWidth * item.direction ) {
59 currentLeft -= (self.stepWidth * item.direction);
60 …if ( ( currentLeft <= 0 && item.direction > 0 ) || ( currentLeft >= 0 && item.direction < 0 ) ) { …
84 … self.currentItem && (( currentLeft <= 0 && item.direction > 0 ) || ( currentLeft >= 0 && item.dir…
127 this.elem.css({'left': this.direction * offset});
134 'left' : self.layer[layer].items[0].direction * offset
152 this.direction = +1;
343 innerItem.direction = innerItem.elem.hasClass('right') ? -1 : 1;
349 innerItem.elem.css('left', innerItem.direction * self.offsetWidth);
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js22223 direction: direction
23354 direction = last.direction;
23360 input.direction = direction;
24526 input.direction = direction;
37445 var direction = context.direction;
38720 direction = context.direction;
38738 direction = context.direction,
47433 direction: direction,
47445 direction: direction,
50470 direction = context.direction,
[all …]
H A Dbpmn-modeler.production.min.js2 …interpolation-filters":1,"color-profile":1,"color-rendering":1,cursor:1,direction:1,display:1,"dom…
28 …s({speed:a,direction:o}),!0}})),this.moveCanvas=function(e){var t=0,i=0,r=e.speed/Math.min(Math.sq…
33direction;t.velocity=n,t.velocityX=i,t.velocityY=o,t.direction=a}(n,t);var d,f;var m=e.element;w(t…
34direction,e.accelerated)}))},tu.prototype.trigger=function(e,t){if(!this._actions[e])throw nu(e,eu… property in AnonymousFunction238dff8768500.o
/plugin/popupviewer/
H A Dscript.js464 var skipTo = $.inArray(content.current.get(0), _.popupImageStack) + e.data.direction;
467 … internal.log("skipping " + (e.data.direction < 0 ? 'previous' : 'next') + ' ' + skipTo );
468 return _.skipToImage(skipTo, e.data.direction);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php39 [$target, $direction] = self::findTargetAndDirection($node);
47 if ($direction === self::DIRECTION_SUFFIX) {
68 $direction = null;
77 $direction = self::DIRECTION_SUFFIX;
89 $direction = self::DIRECTION_SUFFIX;
96 $direction = self::DIRECTION_PREFIX;
102 return [$target, $direction];
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DLICENSE20 direction or management of such entity, whether by contract or
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DLICENSE20 direction or management of such entity, whether by contract or
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE171 for you must do so exclusively on your behalf, under your direction
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DLICENSE20 direction or management of such entity, whether by contract or
/plugin/imageflow/
H A Dscript.js83 …mageflow_slider_cap_left').appendTo(this.scrollbar).bind('mousedown', { direction: -1 }, _self.scr…
85 …ageflow_slider_cap_right').appendTo(this.scrollbar).bind('mousedown', { direction: 1 }, _self.scro…
231 this.popupClick = function(itemNr, direction) { argument
233 if ( !itemNr && !direction ) { return; }
505 var direction = _self.scrollerIsDragging ? 1 : -1;
507 var move = direction * (posx - _self.dragStartPosition);
527 move += direction * (xs);
623 _self.handle(e.data.direction);
624 …f.scrollerDownIntervall = window.setInterval( function() { _self.handle(e.data.direction); }, 500);
/plugin/strata/
H A Dmanual.txt128 **Sorting**: By adding ''sort'' you can define one or more variables to sort on. You can name one variable per line, and include a direction with ''(ascending)'' or ''(descending)'' (or their short-hands ''(asc)'' and ''(desc)'').
344 ?variable (direction)
347 The sort block takes a single variable per line, with an optional direction between parenthesis. Both full (ascending and descending) and abbreviated (asc and desc) are usable.
H A Dstyle.css79 .strata-ui-sort-direction,
80 .strata-ui-eos ~ li .strata-ui-sort-direction,
85 .strata-ui-sort-direction[data-strata-sort-direction="asc"],
86 .strata-container-table .sorting[data-strata-sort-direction="asc"],
87 .strata-container-table:hover .sorting[data-strata-sort-direction="asc"] {
91 .strata-ui-sort-direction[data-strata-sort-direction="desc"],
92 .strata-container-table .sorting[data-strata-sort-direction="desc"],
93 .strata-container-table:hover .sorting[data-strata-sort-direction
[all...]
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt188 direction=Norabidea
H A Ddia_fa.txt188 direction=‫جهت‬
H A Ddia_ja.txt188 direction=方向
H A Ddia_kn.txt188 direction=Direction
H A Ddia_ru.txt188 direction=Направление

12345678910>>...18