Home
last modified time | relevance | path

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

12345

/template/writr/
Dtpl_functions.php26 $return = '';
66 … $return .= '<a class="site-logo" href="'.$link.'" title="'.$title.'" rel="home" accesskey="h">';
67 $return .= '<img src="'.$logo.'" '.$logoSize[3].' class="no-grav header-image" />';
68 $return .= '</a>';
71 $return .= '<div class="site-branding">';
72 …$return .= '<h1 class="site-title"><a href="'.$link.'" rel="home" accesskey="h" title="'.$title.'"…
74 $return .= '<h2 class="site-description">'.$tagline.'</h2>';
76 $return .= '</div>';
78 return $return;
144 $return = '';
[all …]
/template/breeze/bower_components/modular-scale/stylesheets/modular-scale/
D_function-list.scss5 $Positive-return: ();
6 $Negitive-return: ();
11 $Positive-return: ms-generate-list($End, $Bases, $Ratios);
14 $Positive-return: ms-sort-list($Positive-return);
19 // trim the positive return from that
22 $Trim-list: join($Trim-list, nth($Positive-return, $i));
28 $Trim-list: join($Trim-list, nth($Positive-return, $i));
31 $Positive-return: $Trim-list;
37 $Negitive-return: ms-generate-list($Start, $Bases, $Ratios);
40 $Negitive-return: ms-sort-list($Negitive-return);
[all …]
/template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/
D_math.scss21 @return 4;
28 @return $number * 0.01;
45 // return the last value written
46 @return $value;
50 @return exponent($base, $exponent);
65 @return $value;
69 @return factorial($number);
94 @return $value;
98 @return taylor;
111 // @return maclaurin($number, 3, $number);
[all …]
/template/kajukkd/
Dtpl_functions.php58 function _tpl_logo($return = false) argument
74 if ($return) return $out;
82 function _tpl_icon($return = false) argument
98 if ($return) return $out;
107 function _tpl_background($return = false) argument
118 if ($return) return $out;
126 function _tpl_title($return = false) argument
132 if ($return) return $out;
137 function _tpl_userinfo($return = false) argument
144 if ($return) {
/template/amanuensis/inc/
Dindex.php99 $return=true;
100 }else {$return=false;
102 return $return;
157 $return[0]=$index;
165 $return[$level]=array();
166 foreach ($return[$level-1] as $item){
175 array_push($return[$level],$item);
181 return $return;
228 $return=array();
230 array_unshift ($return, array('id'=>array_pop($dicedID), 'type'=>'d','level'=>0,'open'=>1));
[all …]
/template/breeze/bower_components/gumby/sass/functions/
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));
20 …@return (oneCol() * $num) + ($gutter * ($num - 1)); // (One column * 'x') + (gutter * ('x' - 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
41 …@return (oneCol(true) * $num) + ($gutter * ($num - 1)) + ($gutter * 2); // Column width + (gutter …
44 @return (oneCol() * $num) + ($gutter * ($num - 1)) + $gutter;
47 … @return (oneCol() * $num) + ($gutter * ($num - 1)) + ($gutter * 2); // Column width + (gutter * 2)
[all …]
/template/gtopia/
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/kajukkk/
Dtpl_functions.php13 function tpl_bs_actionlink($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) { argument
62 if($return) return $out;
67 function tpl_button_a($type, $pre = '', $suf = '', $class='', $inner = '', $return = false) { argument
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;
[all …]
/template/pinboard/
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/chippedsnow/
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/
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/launch/
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/klean/
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/panoramacake/
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/
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/
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/tilus/
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/
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/boozurk/
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/cutopillar/
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/
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/basical/
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/arcade-basic/
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/
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/cleanresurrected/
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;

12345