Searched refs:isVertical (Results 1 – 12 of 12) sorted by relevance
20 function mxRuler(editorUi, unit, isVertical, isSecondery) argument126 if (isVertical) 168 if (isVertical) 223 …geView? Math.min(rStart + (isVertical? bgPages.height: bgPages.width), isVertical? canvas.height :…230 if (isVertical)280 if (isVertical) 292 …drawLine(isVertical? 0 : RULER_THICKNESS, isVertical? RULER_THICKNESS : 0, RULER_THICKNESS, RULER_…320 if (isVertical)356 var newScroll = isVertical? graph.container.scrollTop : graph.container.scrollLeft;414 if ((isVertical && bounds.height > 4) || (!isVertical && bounds.width > 4))[all …]
51 this.handleLength = this.isVertical() ?142 this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] =167 return(this.isVertical() ? this.alignY : this.alignX);170 return(this.isVertical() ?176 isVertical: function(){191 if (this.isVertical()) {215 (this.isVertical() ? pointer[1]-offsets[1] : pointer[0]-offsets[0])-(this.handleLength/2)253 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
4464 var isVertical = isVerticalSlide( slide );4465 var slideh = isVertical ? slide.parentNode : slide;4477 if( isVertical ) {
3223 var isVertical = property.include('top') || property.include('bottom') || variable3229 } else if (isVertical) {3235 } else if (isVertical) {
6081 this.isVertical = false; // whether to query for top/bottom/height6084 this.isVertical = options.isVertical;6101 if (this.isVertical) {7380 isVertical: true12904 isVertical: true
META-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
2 …isVertical=function(){return"left"===this.orient||"right"===this.orient},e.prototype.tspanData=fun… method in e
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
2665 Timeline._Impl.prototype.isVertical=function(){return this._orientation==Timeline.VERTICAL; method in Timeline._Impl
2681 Timeline._Impl.prototype.isVertical=function(){return this._orientation==Timeline.VERTICAL; method in Timeline._Impl
18170 if (this.isVertical()) {18181 if (this.isVertical()) {18222 value: function isVertical() {
56535 if (isVertical(direction)) {56640 function isVertical(direction) { function