Home
last modified time | relevance | path

Searched refs:return (Results 1 – 25 of 95) sorted by relevance

1234

/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_function-list.scss5 $Positive-return: ();
6 $Negitive-return: ();
14 $Positive-return: ms-sort-list($Positive-return);
31 $Positive-return: $Trim-list;
40 $Negitive-return: ms-sort-list($Negitive-return);
43 $MS-new-return: ();
45 $MS-new-return: join($i, $MS-new-return);
47 $Negitive-return: $MS-new-return;
61 $Negitive-return: $Trim-list;
65 $Return: join($Negitive-return, $Positive-return);
[all …]
H A D_function.scss7 @return ms-calc($Value, $Bases, $Ratios);
22 @return ms-gem-func($Value, $Unitless-Bases, $Ratios) * $Unit;
33 $MS-new-return: ();
35 $MS-new-return: join($i, $MS-new-return);
37 $Return: $MS-new-return;
49 @return $Return;
54 @return ms($Value, $Bases, $Ratios);
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
H A D_math.scss21 @return 4;
46 @return $value;
65 @return $value;
94 @return $value;
98 @return taylor;
205 @return 0;
208 @return ERROR;
231 @return ERROR;
263 @return $root;
291 @return true;
[all …]
/template/kajukkd/
H A Dtpl_functions.php58 function _tpl_logo($return = false)
74 if ($return) return $out;
76 return true;
82 function _tpl_icon($return = false)
98 if ($return) return $out;
100 return true;
107 function _tpl_background($return = false)
118 if ($return) retur
55 _tpl_logo($return = false) global() argument
71 _tpl_icon($return = false) global() argument
88 _tpl_background($return = false) global() argument
103 _tpl_title($return = false) global() argument
114 _tpl_userinfo($return = false) global() argument
[all...]
/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 …]
/template/breeze/bower_components/gumby/sass/functions/
H A D_grid-calc.scss7 @return (100% - ($gutter * ($hybrid - 1))) / $hybrid;
10 @return (100% - ($gutter * ($cols - 1))) / $cols;
17 @return (oneCol(true) * $num) + ($gutter * ($num - 1));
28 @return (100% * (columns($desired_cols, true) / columns($container_cols, true)));
31 @return (100% * (columns($desired_cols) / columns($container_cols)));
38 @return (oneCol(true) * $num) + ($gutter * ($num - 1)) + $gutter; // Column width + gutter
44 @return (oneCol() * $num) + ($gutter * ($num - 1)) + $gutter;
47 … @return (oneCol() * $num) + ($gutter * ($num - 1)) + ($gutter * 2); // Column width + (gutter * 2)
67 @return 50% - ((($num * (oneCol(true))) + (($num - 1) * $gutter)) / 2);
70 @return 50% - ((($num * (oneCol())) + (($num - 1) * $gutter)) / 2);
[all …]
/template/kajukkk/
H A Dtpl_functions.php62 if($return) return $out;
119 if($return) return $out;
232 function tpl_logo ($return = false) { argument
241 if($return) return $out;
245 function tpl_background ($return = false) { argument
251 if($return) return $out;
256 function tpl_title ($return=false) { argument
261 if($return) return $out;
268 $return = '';
271 $return .= tpl_getMediaFile($look);
[all …]
/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/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/parallax/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/hexa/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/jessica/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/drop/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/spacious/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/pinboard/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/arcadebasic/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
61 if (empty($_SERVER['REMOTE_USER'])) return;
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return
[all...]
/template/arcade-basic/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/argon-alt/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/able/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/graphy/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/argon/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/bushwick/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/ravel/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/mywiki/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return $output;
100 if ($return) return $output;
/template/artforwater/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0, $return=0) { argument
51 if ($return) return $output;
60 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0, $return=0) { argument
61 if (empty($_SERVER['REMOTE_USER'])) return;
79 if ($return) return $output;
88 function _tpl_action($type, $link=0, $wrapper=0, $return=0) { argument
93 if ($return) return
[all...]

1234