/template/breeze/bower_components/gumby/sass/extensions/sassy-math/lib/ |
H A D | sassy-math.rb | 17 result = base ** exponent 22 result = Math.sqrt(number) 42 result = 1 46 result = result * i 77 result = false 79 result = true 86 result = true 88 result = false 103 result = Math.cosh(rad) 108 result = Math.acos(rad) [all …]
|
/template/ad-hominem/rest/ |
H A D | pageinfo.php | 24 $result = [ variable 39 $result['type'] = 'preview'; 41 $result['type'] = 'standard'; 42 $result['pageid'] = $id; 43 $result['lang'] = $conf['lang']; 46 $result['title'] = $meta['title']; 52 $result['content_urls'] = [ 64 $result['content_urls'] = [ 72 $result['extract'] = $parts[2]; 77 $result['extract_html'] = '<p><strong>' . $result['extract'] . '</strong></p>'; [all …]
|
/template/kajukkk/ |
H A D | newpage.php | 22 $result=fetch_enha($title); variable 25 if ($result!=null ) : 36 $result=fetch_namu($title); variable 39 if ($result!=null ) : 89 $result=e2d($raw); 91 if ( strlen ($result)<500) return false; 96 return $result; 146 $result=e2d($raw); 147 if ( strlen ($result)<500) return "냉무"; 149 …$result="{{page>:틀#펌글}}\n\n======$title======\n\n".$result."\n * 출처: 엔하위키미러- ".$title."(CC BY-NC-… [all …]
|
/template/notos/ |
H A D | CustomController.php | 130 $result = []; 131 $pointers = [&$result]; // point to current list 173 if (isset($result[-1])) { 174 $result = $result[-1]['sub']; 177 return $result;
|
/template/a_new_day/js/ |
H A D | prototype.js | 166 return result; 352 return result; 373 var result; 436 var result; 439 if (result == undefined || value >= result) 446 var result; 449 if (result == undefined || value < result) 693 var result; 697 if (result === undefined) result = value; 699 if (result.constructor != Array) result = [result]; [all …]
|
/template/battlehorse/js/ |
H A D | prototype.js | 166 return result; 352 return result; 373 var result; 436 var result; 439 if (result == undefined || value >= result) 446 var result; 449 if (result == undefined || value < result) 693 var result; 697 if (result === undefined) result = value; 699 if (result.constructor != Array) result = [result]; [all …]
|
/template/taratasy/ |
H A D | tpl_functions.local.php | 36 $result = ''; 47 $result = '<style>' . 53 echo $result;
|
/template/lcars/js/ |
H A D | jquery.timers-1.1.2.js | 51 var result = this.regex.exec(jQuery.trim(value.toString())); 52 if (result[2]) { 53 var num = parseFloat(result[1]); 54 var mult = this.powers[result[2]] || 1;
|
/template/breeze/bower_components/gumby/js/libs/ui/ |
H A D | jquery.validation.js | 54 var result = this.req(this.$this); 57 if(!result) { 66 return result;
|
/template/mcz/ |
H A D | main.php | 69 $result = ''; variable 102 $result = ''; variable
|
/template/sprintdoc/js/base/ |
H A D | spc.js | 19 var result = null; 21 result = options[key]; 23 if (!result) { return ""; } 24 return result;
|
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 245 $result = ''; 256 $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';'; 260 $result .= $uchr; 264 return $result; 267 return \iconv('UTF-8', $encoding.'//IGNORE', $result); 573 $result = []; 577 $result[] = mb_substr($string, $i, $split_length, $encoding); 580 return $result;
|
H A D | bootstrap.php | 58 …function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result… argument
|
H A D | bootstrap80.php | 54 …ion mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); ret… argument
|
/template/breeze/bower_components/gumby/sass/functions/ |
H A D | _even.scss | 1 // test for even numbers, do something with the result
|
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/ |
H A D | _modular-scale.scss | 87 // and add the result to $scale-values 94 // and add the result to $scale-values 148 // and add the result to $scale-values 155 // and add the result to $scale-values 198 // do the scale using this ratio thru the multiple, and add the result to $scale-values 223 // do the scale using this ratio thru the multiple, and add the result to $scale-values
|
/template/twigstarter/vendor/twig/twig/src/Extension/ |
H A D | CoreExtension.php | 1314 $result = array_chunk(twig_to_array($items, $preserveKeys), $size, $preserveKeys); 1316 if (null !== $fill && $result) { 1317 $last = \count($result) - 1; 1318 if ($fillCount = $size - \count($result[$last])) { 1320 $result[$last][] = $fill; 1325 return $result;
|
/template/twigstarter/vendor/twig/twig/doc/filters/ |
H A D | raw.rst | 37 expression. The third ternary statement is marked as safe and the result is
|
/template/readthedokus/js/ |
H A D | readthedokus.js | 291 var result = document.querySelector("#sidebarheader > div.home > a").href; 302 return result;
|
/template/bootstrap3/inc/ |
H A D | simple_html_dom.php | 889 $result = array(); 953 $result[] = $m; 956 $selectors[] = $result; 957 $result = array(); 961 if (count($result) > 0) { $selectors[] = $result; } 1171 $result = array( 1176 return $result;
|
/template/mikio/inc/ |
H A D | simple_html_dom.php | 893 $result = array(); 957 $result[] = $m; 960 $selectors[] = $result; 961 $result = array(); 965 if (count($result) > 0) { $selectors[] = $result; } 1175 $result = array( 1180 return $result;
|
/template/bootie/css/ |
H A D | customHeader.css | 8 /* The result of the search is going at the top outside the windows */
|
/template/apricot/css/ |
H A D | _search.css | 31 /* container for one search result */
|
/template/khum1/css/ |
H A D | tools.less | 51 /* juste the tool in navbar ; result search are in _search.css */
|
/template/writers/css/ |
H A D | _search.css | 31 /* container for one search result */
|