Home
last modified time | relevance | path

Searched refs:abs (Results 26 – 48 of 48) sorted by last modified time

12

/template/ach/
H A 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/starterbootstrap/
H A 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/starterpjax/
H A 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/
H A 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/
H A D_function-list.scss52 @for $i from abs($End) through (abs($Start) + 2) {
57 @for $i from 2 through (abs($Start) + 1) {
H A D_pow.scss32 @for $i from (-1 + 1) to (abs($Exponent) + 1) {
H A D_function.scss44 $Value: abs($Value) + 1;
/template/breeze/bower_components/gumby/js/libs/
H A 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/
H A 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/a_new_day/js/
H A Ddragdrop.js232 var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02;
H A Dslider.js112 var offset = Math.abs(this.allowedValues[0] - value);
115 var currentOffset = Math.abs(v - value);
/template/m1/
H A Dscript.js295 var delta = Math.abs(e.timeStamp - this.touched);
/template/aran/
H A 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/
H A 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/
H A 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/gtopia/
H A Dnew.css1abs-left{ clear:left;}.pos-right{float:right;}.abs-right{float:right;clear:right;}.text-right{tex…
H A Dstyle.css1499 .abs-left{
1507 .abs-right{
1658 .order-pane.abs-left .form-submit{
/template/apricot/
H A 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/scanlines/htc/PIE-1.0beta5/
H A DPIE.js12 …return[(d-a)/e,(c*d-b*a)/e]}},dc:function(a,b,c,d){a=c-a;b=d-b;return Math.abs(a===0?b:b===0?a:Mat…
H A DPIE_uncompressed.js330 return Math.abs(
/template/roundtheme/
H A 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/battlehorse/js/
H A Ddragdrop.js232 var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02;
H A Dslider.js112 var offset = Math.abs(this.allowedValues[0] - value);
115 var currentOffset = Math.abs(v - value);

12