Home
last modified time | relevance | path

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

1234

/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/bootie/
H A Dtpl_template_NicoBoot.php91 …n-home" aria-hidden="true"></span>', 'title="' . tpl_pagetitle($page, true) . '"', $return = true);
206 * @param bool $return if true it returns html, otherwise prints
210 function tpl_actionlink_bootie($type, $class = '', $pre = '', $suf = '', $inner = '', $return = fal… argument
250 if ($return) return $out;
/template/kajukkk/
H A DSnoopy.class.php1009 …rl_path." -k -D \"$headerfile\"".$cmdline_params." \"".escapeshellcmd($URI)."\"",$results,$return);
1011 if($return)
1013 $this->error = "Error: cURL could not retrieve the document, error $return.";
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/ach/
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/starterbootstrap/
H A Dtpl_functions.php127 $return = '';
133 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
137 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
142 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
147 return $return;
224 function _tpl_toc($return = false) { argument
270 if($return) return $html;
/template/starterpjax/
H A Dmain.php.withTime182 …ense('button') /* content license, parameters: img=*badge|button|0, imgonly=*0|1, return=*0|1 */ ?>
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/taratasy/
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/breeze/bower_components/gumby/sass/functions/
H A D_strip-units.scss4 @return $number / ($number * 0 + 1);
H A D_icons.scss5 $return: if($index == 1, 2, $index); variable
6 @return nth($item, $return);
9 @return false;
H A D_fancytiles.scss2 @return 100%/$colnum;
H A D_height-calc.scss5 @return ms($ratio, $size) + 1;
H A D_even.scss5 @return true;
8 @return false;
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 …]
H A D_palette.scss6 @return nth($color, 2);
9 @return nth($color, 3);
12 @return nth($color, 1);
15 @return false;
H A D_breakpoints.scss3 @return $document-width - 1;
6 @return $tablet-device-width - 1;
9 @return $min-device-width + 1;
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
H A D_calc.scss9 @return pow($Ratio, $Value) * $Base;
15 @return ms-pow($Ratio, $Value) * $Base;
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_generate-list.scss8 @return $MS-reversed-list;
11 @return $list;
102 @return $MS-list;
H A D_pow.scss16 // Set up the loop, priming the return with the base.
39 @return $Return * $Unit;
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);
H A D_sort-list.scss11 @return $B;
17 @return join($A, $B);
20 @return join($B, $A);
60 // Done! return is now sorted and complete
61 @return $Return;
92 @return $Return;
/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/breeze/sass/
H A D_mixins.scss4 @return 100%/($cols/$colnum);

1234