/template/templar/js/ |
H A D | bootstrap-affix.js | 43 , position = this.$element.offset() 44 , offset = this.options.offset 45 , offsetBottom = offset.bottom 46 , offsetTop = offset.top 50 if (typeof offset != 'object') offsetBottom = offsetTop = offset 51 if (typeof offsetTop == 'function') offsetTop = offset.top() 52 if (typeof offsetBottom == 'function') offsetBottom = offset.bottom() 86 offset: 0 property in $.fn.affix.defaults 107 data.offset = data.offset || {} 109 data.offsetBottom && (data.offset.bottom = data.offsetBottom) [all …]
|
H A D | bootstrap-tooltip.js | 168 , applyPlacement: function(offset, placement){ 178 .offset(offset) 186 offset.top = offset.top + height - actualHeight 193 if (offset.left < 0){ 194 delta = offset.left * -2 195 offset.left = 0 196 $tip.offset(offset) 206 if (replace) $tip.offset(offset) 269 }, this.$element.offset())
|
/template/comicslate/images/ |
H A D | googleapp.svg | 1 …offset="0" stop-color="#00a0ff"/><stop offset=".007" stop-color="#00a1ff"/><stop offset=".26" stop…
|
/template/twentyfifteen/ |
H A D | script.js | 50 topOffset = (sidebar.offset().top > 0) ? sidebar.offset().top : 0; 52 …} else if (! bottom && windowPos + windowHeight > sidebarHeight + sidebar.offset().top && sidebarH… 59 topOffset = (sidebar.offset().top > 0) ? sidebar.offset().top : 0; 61 } else if (! top && windowPos < sidebar.offset().top) { 67 topOffset = (sidebar.offset().top > 0) ? sidebar.offset().top : 0;
|
/template/boozurk/ |
H A D | cooltips.js | 28 offset = $this.offset(); 31 if ( offset.left > ( jQuery(window).width() - 250 ) ) { 32 h_pos = offset.left - baloon.outerWidth() + ( $this.outerWidth() / 2 ); 35 h_pos = offset.left + ( $this.outerWidth() / 2 ); 39 baloon.css({top: offset.top - baloon.outerHeight() - 10, left: h_pos}).addClass(pin_pos);
|
/template/breeze/bower_components/gumby/js/libs/ui/ |
H A D | gumby.skiplink.js | 15 this.offset = false; 49 this.offset = Gumby.selectAttr.apply(this.$el, ['offset']) || false; 81 this.targetPos = $target.offset().top; 109 if(!this.offset) { 114 var op = this.offset.substr(0, 1), 115 off = Number(this.offset.substr(1, this.offset.length));
|
H A D | gumby.fixed.js | 19 this.offset = 0; 57 this.offset = Number(Gumby.selectAttr.apply(this.$el, ['offset'])) || 0; 102 fixedPoint = this.fixedPointjQ ? this.fixedPoint.offset().top : this.fixedPoint, 108 pinPoint = this.pinPointjQ ? this.pinPoint.offset().top : this.pinPoint; 112 if(this.offset) { fixedPoint -= this.offset; } 161 'top' : this.$el.offset().top 178 this.measurements.left = this.$parent.offset().left; 197 return this.$el.offset().top;
|
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 498 return strpos($haystack, $needle, $offset); 512 return \iconv_strpos($haystack, $needle, $offset, $encoding); 519 return strrpos($haystack, $needle, $offset); 522 if ($offset != (int) $offset) { 523 $offset = 0; 524 } elseif ($offset = (int) $offset) { 525 if ($offset < 0) { 526 if (0 > $offset += self::mb_strlen($needle)) { 529 $offset = 0; 539 return false !== $pos ? $offset + $pos : false; [all …]
|
H A D | bootstrap.php | 64 … mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strpos($hays… argument 79 …mb_stripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_stripos($hay… argument 91 …_strripos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strripos($hay… argument 94 …mb_strrpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strrpos($hay… argument
|
/template/notes/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/binkytestinstance/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/darkblue/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/greensteel/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/simplewiki/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/zenith/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/adoradark/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/byu_2017_theme/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/codowik/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/kkh/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/bootie/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/flat/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/bs4simple/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/dokuwikibee/dokuwikibee/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/dokuwikitplacc/dokuwikiBee/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|
/template/ramtop/images/ |
H A D | page-background.svg | 3 <stop offset="0" stop-color="#dddddd" /> 4 <stop offset="0.1" stop-color="#eeeeee" /> 5 <stop offset="0.4" stop-color="#fbfaf9" />
|