Home
last modified time | relevance | path

Searched refs:abs (Results 1 – 25 of 61) sorted by relevance

123

/template/apricot/
Dtpl_functions.php116 * @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/aran/
Dtpl_functions.php148 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/taratasy/
Dtpl_functions.php148 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/
Dtpl_functions.php148 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/
Dtpl_functions.php148 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/
Dtpl_functions.php148 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/
Dtpl_functions.php148 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/
D_function-list.scss52 @for $i from abs($End) through (abs($Start) + 2) {
57 @for $i from 2 through (abs($Start) + 1) {
D_pow.scss32 @for $i from (-1 + 1) to (abs($Exponent) + 1) {
D_function.scss44 $Value: abs($Value) + 1;
/template/strap/resources/snippet/js/
H A Dlightbox.js29 const diffX = Math.abs(event.pageX - startX);
30 const diffY = Math.abs(event.pageY - startY);
/template/parallax/lib/js/
Djquery.mobile.custom.min.js1abs(n.pageX-M)>s||Math.abs(n.pageY-_)>s,D&&!r&&d("vmousecancel",t,u),d("vmousemove",t,u),h()}funct…
Djquery.mobile.custom.js118 …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…
/template/breeze/bower_components/gumby/js/libs/
Djquery.mobile.custom.min.js3abs(n.pageX-h)>i||Math.abs(n.pageY-p)>i,d&&!r&&D("vmousecancel",t,s),D("vmousemove",t,s),M()}funct…
/template/dokutwitterbootstrap/
Dtpl_functions.php148 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/strap/ComboStrap/
H A DColorHsl.php87 $chroma = (1 - abs(2 * $lightness - 1)) * $saturation;
88 $x = $chroma * (1 - abs(fmod(($hue / 60), 2) - 1));
H A DToc.php152 $ulMarkup .= str_repeat("</li></ul>", abs($htmlLevel));
H A DColorRgb.php383 $saturation = $d / (1 - abs(2 * $lightness - 1));
656 return $this->tint(abs($percentage));
/template/starterbootstrap/
Dtpl_functions.php87 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/
Dhide_menu.js254 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/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php590 ? 'last() - '.abs($parameter->value - 1)
647 if (abs($add) > $repeat) {
662 … $condition .= sprintf(' %s <= %s - %d', $expressionPosition, $expressionCount, abs($start));
/template/a_new_day/js/
Dslider.js112 var offset = Math.abs(this.allowedValues[0] - value);
115 var currentOffset = Math.abs(v - value);
/template/battlehorse/js/
Dslider.js112 var offset = Math.abs(this.allowedValues[0] - value);
115 var currentOffset = Math.abs(v - value);
/template/dokui/js/
Duikit.min.js3abs(a-b)>=Math.abs(c-d)?a-b>0?"Left":"Right":c-d>0?"Up":"Down"}function c(){j=null,l.last&&(l.el.t…
/template/m1/
Dscript.js295 var delta = Math.abs(e.timeStamp - this.touched);

123