/template/twigstarter/vendor/twig/twig/doc/filters/ |
H A D | abs.rst | 1 ``abs`` 4 The ``abs`` filter returns the absolute value. 10 {{ number|abs }} 16 Internally, Twig uses the PHP `abs`_ function. 18 .. _`abs`: https://secure.php.net/abs target
|
H A D | index.rst | 7 abs
|
/template/apricot/ |
H A D | tpl_functions.php | 116 * @param bool $abs - if to use absolute URL 120 function _tpl_getFavicon($abs=false, $fileName='favicon.ico') { argument 122 return ml($fileName, '', true, '', $abs); 125 if($abs) { 133 function tpl_getFavicon($abs=false, $fileName='favicon.ico'){ argument 134 _tpl_getFavicon($abs, $fileName);
|
/template/taratasy/ |
H A D | tpl_functions.php | 148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 172 $url = ml($img, '', true, '', $abs); 175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/zenlike/ |
H A D | tpl_functions.php | 148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 172 $url = ml($img, '', true, '', $abs); 175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/ach/ |
H A D | tpl_functions.php | 148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 172 $url = ml($img, '', true, '', $abs); 175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/grassstains/ |
H A D | tpl_functions.php | 148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 172 $url = ml($img, '', true, '', $abs); 175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/aran/ |
H A D | tpl_functions.php | 148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 172 $url = ml($img, '', true, '', $abs); 175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/starterpjax/ |
H A D | tpl_functions.php | 148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 172 $url = ml($img, '', true, '', $abs); 175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/ |
H A D | _function-list.scss | 52 @for $i from abs($End) through (abs($Start) + 2) { 57 @for $i from 2 through (abs($Start) + 1) {
|
H A D | _pow.scss | 32 @for $i from (-1 + 1) to (abs($Exponent) + 1) {
|
H A D | _function.scss | 44 $Value: abs($Value) + 1;
|
/template/parallax/lib/js/ |
H A D | jquery.mobile.custom.js | 118 …o = o || Math.abs(c.pageX - m) > e || Math.abs(c.pageY - n) > e, o && !d && H("vmousecancel", b, f… 200 … if (h === d && Math.abs(j.x - e) < w && Math.abs(j.y - g) < w || a.data(h, f) === j.touchID) { 287 …}, Math.abs(f.coords[0] - g.coords[0]) > a.event.special.swipe.scrollSupressionThreshold && b.prev… 297 …pe.durationThreshold && Math.abs(f.coords[0] - g.coords[0]) > a.event.special.swipe.horizontalDist…
|
H A D | jquery.mobile.custom.min.js | 1 …abs(n.pageX-M)>s||Math.abs(n.pageY-_)>s,D&&!r&&d("vmousecancel",t,u),d("vmousemove",t,u),h()}funct…
|
H A D | jquery.jcarousel.js | 176 if (i = l - s(n.css("margin-" + a)), !(0 >= Math.abs(r) - l + i / 2)) return !1; 220 p = Math.abs(n.target),
|
H A D | jquery.jcarousel.min.js | 1 …abs(i)-f+t/2))return!1;u=!0}}),o},target:function(){return this._target},first:function(){return t…
|
/template/breeze/bower_components/gumby/js/libs/ |
H A D | jquery.mobile.custom.min.js | 3 …abs(n.pageX-h)>i||Math.abs(n.pageY-p)>i,d&&!r&&D("vmousecancel",t,s),D("vmousemove",t,s),M()}funct…
|
/template/dokutwitterbootstrap/ |
H A D | tpl_functions.php | 148 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 172 $url = ml($img, '', true, '', $abs); 175 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/starterbootstrap/ |
H A D | tpl_functions.php | 87 function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { argument 111 $url = ml($img, '', true, '', $abs); 114 if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL));
|
/template/roundtheme/ |
H A D | hide_menu.js | 254 if (!a || a < Math.abs(c)) { 265 if (!a || a < Math.abs(c)) { a=c; var s=p/4; } 271 if (!a || a < Math.abs(c)) {var a=c; var s=p/4; }
|
/template/battlehorse/js/ |
H A D | slider.js | 112 var offset = Math.abs(this.allowedValues[0] - value); 115 var currentOffset = Math.abs(v - value);
|
H A D | dragdrop.js | 232 var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02;
|
/template/a_new_day/js/ |
H A D | slider.js | 112 var offset = Math.abs(this.allowedValues[0] - value); 115 var currentOffset = Math.abs(v - value);
|
H A D | dragdrop.js | 232 var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02;
|
/template/m1/ |
H A D | script.js | 295 var delta = Math.abs(e.timeStamp - this.touched);
|