| /template/templar/js/ |
| D | bootstrap-collapse.js | 44 , dimension: function () { method in Collapse 50 var dimension 57 dimension = this.dimension() 58 scroll = $.camelCase(['scroll', dimension].join('-')) 68 this.$element[dimension](0) 70 $.support.transition && this.$element[dimension](this.$element[0][scroll]) 74 var dimension 76 dimension = this.dimension() 77 this.reset(this.$element[dimension]()) 79 this.$element[dimension](0) [all …]
|
| D | bootstrap-tooltip.js | 209 , replaceArrow: function(delta, dimension, position){ argument 212 .css(position, delta ? (50 * (1 - delta / dimension) + "%") : '')
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverDimension.php | 52 * @param WebDriverDimension $dimension The dimension to be compared with. 55 public function equals(self $dimension) argument 57 return $this->height === $dimension->getHeight() && $this->width === $dimension->getWidth();
|
| /template/parallax/lib/js/ |
| D | jquery.jcarousel.js | 174 var l = e.dimension(n); 210 dimension: function (t) { method 227 …el-clone", !0)), this.list().append(u), c || (f = {}, f[this.lt] = this.dimension(u) * (this.rtl ?… 236 y = this.dimension(u); 316 l = this.dimension(i), 334 d[this.lt] = this.dimension(e) * (this.rtl ? -1 : 1), this.moveBy(d) 338 …if (l += this.dimension(e), f.last = e, f.visible = f.visible.add(e), n = s(e.css("margin-" + u)),… 344 …if (l += this.dimension(e), f.first = e, f.visible = f.visible.add(e), n = s(e.css("margin-" + u))… 352 r = e ? this.clipping() / 2 - this.dimension(i) / 2 : 0; 353 …return this.rtl && !this.vertical ? (s -= this.clipping() - this.dimension(i), s += r) : s -= r, !… [all …]
|
| D | jquery.jcarousel.min.js | 1 …dimension(o);if(i+=f,i>=0){if(t=f-n(o.css("margin-"+a)),!(0>=Math.abs(i)-f+t/2))return!1;u=!0}}),o… method
|
| /template/parallax/lib/bootstrap/js/ |
| D | bootstrap.js | 495 constructor: Collapse, dimension: function () { method in Collapse 499 var dimension 506 dimension = this.dimension() 507 scroll = $.camelCase(['scroll', dimension].join('-')) 517 this.$element[dimension](0) 519 $.support.transition && this.$element[dimension](this.$element[0][scroll]) 521 var dimension 523 dimension = this.dimension() 524 this.reset(this.$element[dimension]()) 526 this.$element[dimension](0) [all …]
|
| D | bootstrap.min.js | 255 c.prototype = {constructor: c, dimension: function () { method in c 263 g = this.dimension(); 282 d = this.dimension(); 287 var e = this.dimension();
|
| /template/flat/assets/js/ |
| D | flat.js | 546 Collapse.prototype.dimension = function () { method in Collapse 571 var dimension = this.dimension() 575 .addClass('collapsing')[dimension](0) 587 .addClass('collapse in')[dimension]('') 595 var scrollSize = $.camelCase(['scroll', dimension].join('-')) 599 .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) 609 var dimension = this.dimension() 611 this.$element[dimension](this.$element[dimension]())[0].offsetHeight 635 [dimension](0) 1477 Tooltip.prototype.replaceArrow = function (delta, dimension, isHorizontal) { argument [all …]
|
| D | flat.min2.js | 1 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
|
| D | flat.min.js | 1 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
|
| /template/starterbootstrap/js/ |
| D | bootstrap.js | 569 Collapse.prototype.dimension = function () { method in Collapse 594 var dimension = this.dimension() 598 .addClass('collapsing')[dimension](0) 610 .addClass('collapse in')[dimension]('') 618 var scrollSize = $.camelCase(['scroll', dimension].join('-')) 622 .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) 632 var dimension = this.dimension() 634 this.$element[dimension](this.$element[dimension]())[0].offsetHeight 658 [dimension](0) 1460 Tooltip.prototype.replaceArrow = function (delta, dimension, isHorizontal) { argument [all …]
|
| D | bootstrap.min.js | 6 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
|
| /template/kajukkk/bs/ |
| D | bootstrap.js | 1285 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument 1287 .css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%') 1976 Collapse.prototype.dimension = function () { method in Collapse 2001 var dimension = this.dimension() 2005 .addClass('collapsing')[dimension](0) 2017 .addClass('collapse in')[dimension]('') 2025 var scrollSize = $.camelCase(['scroll', dimension].join('-')) 2029 .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) 2039 var dimension = this.dimension() 2041 this.$element[dimension](this.$element[dimension]())[0].offsetHeight [all …]
|
| D | bootstrap.min.js | 11 …dimension=function(){var t=this.$element.hasClass("width");return t?"width":"height"},o.prototype.… method in o 12 …lapse");if(this.$element.trigger(e),!e.isDefaultPrevented()){var i=this.dimension();this.$element[…
|
| /template/klean/bootstrap/js/ |
| D | bootstrap.js | 578 Collapse.prototype.dimension = function () { method in Collapse 603 var dimension = this.dimension() 607 .addClass('collapsing')[dimension](0) 619 .addClass('collapse in')[dimension]('') 627 var scrollSize = $.camelCase(['scroll', dimension].join('-')) 631 .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) 641 var dimension = this.dimension() 643 this.$element[dimension](this.$element[dimension]())[0].offsetHeight 667 [dimension](0) 1555 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument [all …]
|
| D | bootstrap.min.js | 6 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
|
| /template/mywiki/ |
| D | bootstrap.js | 578 Collapse.prototype.dimension = function () { method in Collapse 603 var dimension = this.dimension() 607 .addClass('collapsing')[dimension](0) 619 .addClass('collapse in')[dimension]('') 627 var scrollSize = $.camelCase(['scroll', dimension].join('-')) 631 .emulateTransitionEnd(Collapse.TRANSITION_DURATION)[dimension](this.$element[0][scrollSize]) 641 var dimension = this.dimension() 643 this.$element[dimension](this.$element[dimension]())[0].offsetHeight 667 [dimension](0) 1555 Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) { argument [all …]
|
| /template/dokucms/ |
| D | README.md | 54 If you want to use another logo, prepare a picture with max dimension of 230 pixel width and 92 pix…
|
| /template/dokubootstrapsimplified/js/ |
| D | bootstrap.min.js | 9 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.… method in b
|
| /template/dokutwitterbootstrap/js/ |
| D | bootstrap.min.js | 9 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.… method in b
|
| /template/launch/js/ |
| D | bootstrap.min.js | 6 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
|
| /template/flat/ |
| D | flat.min.js | 1 …dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},d.prototype.… method in d
|
| /template/flarum/ |
| D | script.js | 6 …dimension=function(){return this.$element.hasClass("width")?"width":"height"},r.prototype.show=fun… method in r
|
| /template/bootstrap3/assets/bootstrap/js/ |
| D | bootstrap.min.js | 6 …dimension=function(){return this.$element.hasClass("width")?"width":"height"},r.prototype.show=fun… method in r
|
| /template/strap/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.min.js.map | 1 …dimension","_getDimension","style","attr","setTransitioning","scrollSize","getBoundingClientRect",…
|