Home
last modified time | relevance | path

Searched refs:isVertical (Results 1 – 12 of 12) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js20 function mxRuler(editorUi, unit, isVertical, isSecondery) argument
126 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 …]
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js51 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] ));
/plugin/revealjs/js/
H A Dreveal.js4464 var isVertical = isVerticalSlide( slide );
4465 var slideh = isVertical ? slide.parentNode : slide;
4477 if( isVertical ) {
/plugin/issuetracker/
H A Dprototype.js3223 var isVertical = property.include('top') || property.include('bottom') || variable
3229 } else if (isVertical) {
3235 } else if (isVertical) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js6081 this.isVertical = false; // whether to query for top/bottom/height
6084 this.isVertical = options.isVertical;
6101 if (this.isVertical) {
7380 isVertical: true
12904 isVertical: true
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/c3chart/assets/
H A Dc3.min.js2isVertical=function(){return"left"===this.orient||"right"===this.orient},e.prototype.tspanData=fun… method in e
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2665 Timeline._Impl.prototype.isVertical=function(){return this._orientation==Timeline.VERTICAL; method in Timeline._Impl
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js2681 Timeline._Impl.prototype.isVertical=function(){return this._orientation==Timeline.VERTICAL; method in Timeline._Impl
/plugin/edittable/lib/
H A Dhandsontable.full.js18170 if (this.isVertical()) {
18181 if (this.isVertical()) {
18222 value: function isVertical() {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js56535 if (isVertical(direction)) {
56640 function isVertical(direction) { function