/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]; 73 $result['extract_htm [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 175 if (isset($result[-1])) { 176 $result = $result[-1]['sub']; 179 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/sprintdoc/js/base/ |
H A D | spc.js |
|
/template/mcz/ |
H A D | main.php | 69 $result = ''; variable 102 $result = ''; variable
|
/template/twigstarter/vendor/symfony/polyfill-mbstring/ |
H A D | Mbstring.php | 246 $result = ''; 257 $result .= $is_hex ? sprintf('&#x%X;', $cOffset) : '&#'.$cOffset.';'; 261 $result .= $uchr; 265 return $result; 268 return \iconv('UTF-8', $encoding.'//IGNORE', $result); 574 $result = []; 578 $result[] = mb_substr($string, $i, $split_length, $encoding); 581 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 | 1369 $result = array_chunk(twig_to_array($items, $preserveKeys), $size, $preserveKeys); 1371 if (null !== $fill && $result) { 1372 $last = \count($result) - 1; 1373 if ($fillCount = $size - \count($result[$last])) { 1375 $result[$last][] = $fill; 1380 return $result;
|
/template/bootstrap3/ |
H A D | EventHandlers.php | 200 $html->load($event->result, true, false); 216 $event->result = $html->save();
|
/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; 1754 * always result in CP1251/ISO-8859-5 and vice versa.
|
/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; 1748 * always result in CP1251/ISO-8859-5 and vice versa.
|
/template/rtd_suterdev/js/ |
H A D | readthedokus.js | 331 var result = document.querySelector("#sidebarheader > div.home > a").href; 337 result = basePage.replace(re, "").replace(re, "") + delimiter + "start"; 342 return result;
|
/template/readthedokus/js/ |
H A D | readthedokus.js | 378 var result = document.querySelector("#sidebarheader > div.home > a").href; 384 result = basePage.replace(re, "").replace(re, "") + delimiter + "start"; 389 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/writers/css/ |
H A D | _search.css | 31 /* container for one search result */
|