Home
last modified time | relevance | path

Searched refs:return (Results 76 – 95 of 95) sorted by last modified time

1234

/template/breeze/bower_components/gumby/sass/functions/
H A D_em.scss10 @return ($size-in-px / $context) * 1em;
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_tests.scss7 @return true;
9 @return false;
17 @return true;
19 @return false;
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss12 // return the $base-size if $multiple is zero
16 @return nth($base-size, 1);
20 @return $base-size;
55 @return power($ratio, $multiple) * $base-size;
119 // return trimmed and sorted final list
178 // return trimmed and sorted final list
210 @return nth($scale-values, $multiple);
250 @return nth($scale-values, $multiple);
261 @return nth($scale-values, -$multiple);
269 @return golden_ratio();
[all …]
/template/dokutwitterbootstrap/
H A Dtpl_functions.php188 $return = '';
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
208 return $return;
/template/a_new_day/
H A Dcsshover3.htc55 if(!REG_MSIE.test(navigator.userAgent) && !REG_COMPAT.test(window.document.compatMode)) return;
170 return type;
249 return function(node, type, className) {
252 return CSSHover.patch(node, type, className);
/template/mnml-blog/js/iepngfix/
H A Diepngfix.htc78 return;
93 return;
105 return setTimeout(function() {
/template/prsnl10/js/iepngfix/
H A Diepngfix.htc78 return;
93 return;
105 return setTimeout(function() {
/template/vector/static/3rd/vector/
H A Dcsshover.htc55 if(!REG_MSIE.test(navigator.userAgent) && !REG_COMPAT.test(window.document.compatMode)) return;
170 return type;
249 return function(node, type, className) {
252 return CSSHover.patch(node, type, className);
/template/incognitek/
H A Diepngfix.htc31 (event && !/(background|src)/.test(event.propertyName))) return;
/template/aran/
H A Dtpl_functions.php188 $return = '';
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
208 return $return;
/template/zenlike/
H A Dtpl_functions.php188 $return = '';
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
208 return $return;
/template/grassstains/
H A Dtpl_functions.php188 $return = '';
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
208 return $return;
/template/gtopia/
H A DTwitterAPIExchange.php176 * @param boolean $return If true, returns data.
180 public function performRequest($return = true) argument
182 if (!is_bool($return))
216 if ($return) { return $json; }
230 $return = array();
235 $return[] = "$key=" . $value;
238 return $method . "&" . rawurlencode($baseURI) . '&' . rawurlencode(implode('&', $return));
250 $return = 'Authorization: OAuth ';
258 $return .= implode(', ', $values);
259 return $return;
/template/templar/
H A DCOPYING619 copy of the Program in return for a fee.
H A DLICENSE619 copy of the Program in return for a fee.
/template/apricot/
H A Dtpl_functions.php147 $return = '';
152 $return .= '<link rel="shortcut icon" href="'.tpl_getFavicon().'" />'.NL;
155 …$return .= '<link rel="apple-touch-icon" href="'.tpl_getFavicon(false, 'apple-touch-icon.png').'" …
159 …$return .= '<link rel="icon" href="'.tpl_getFavicon(false, 'icon.svg').'" type="image/svg+xml" />'…
164 return $return;
/template/arctic-mbo/
H A Dscript.js.old211 if(!document.getElementById) return;
14 if(!header) return;
51 if(!document.getElementById) return;
53 if(!header) return;
H A Dscript.js.old11 if(!document.getElementById) return;
13 if(!header) return;
50 if(!document.getElementById) return;
52 if(!header) return;
/template/simple/
H A Dcsshover3.htc55 if(!REG_MSIE.test(navigator.userAgent) && !REG_COMPAT.test(window.document.compatMode)) return;
170 return type;
249 return function(node, type, className) {
252 return CSSHover.patch(node, type, className);
/template/amanuensis/inc/
H A Dindex.php99 $return=true;
100 }else {$return=false;
102 return $return;
157 $return[0]=$index;
165 $return[$level]=array();
181 return $return;
228 $return=array();
234 return $return;
248 $return = true;
253 $return = true;
[all …]

1234