| /template/writr/ |
| D | tpl_functions.php | 26 $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.scss | 5 $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.scss | 21 @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/ |
| D | tpl_functions.php | 58 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/ |
| D | index.php | 99 $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.scss | 7 @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/ |
| D | TwitterAPIExchange.php | 176 * @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/ |
| D | tpl_functions.php | 13 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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/ |
| D | tpl_functions.php | 19 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;
|