Home
last modified time | relevance | path

Searched refs:result (Results 1 – 25 of 118) sorted by last modified time

12345

/template/sprintdoc/js/base/
H A Dspc.js19 var result = null;
21 result = options[key];
23 if (!result) { return ""; }
24 return result;
/template/ad-hominem/rest/
H A Dpageinfo.php24 $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/mikio/inc/
H A Dsimple_html_dom.php893 $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/readthedokus/js/
H A Dreadthedokus.js331 var result = document.querySelector("#sidebarheader > div.home > a").href;
337 result = basePage.replace(re, "").replace(re, "") + delimiter + "start";
342 return result;
/template/rtd_suterdev/js/
H A Dreadthedokus.js331 var result = document.querySelector("#sidebarheader > div.home > a").href;
342 return result;
/template/notos/
H A DCustomController.php130 $result = [];
131 $pointers = [&$result]; // point to current list
175 if (isset($result[-1])) {
176 $result = $result[-1]['sub'];
179 return $result;
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php54 …ion mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); ret… argument
H A DMbstring.php246 $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 Dbootstrap.php58 …function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result argument
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG131 * fixed the filter filter (allow the result to be used several times)
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1369 $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/strap/bootstrap/4.5.0/
H A Djquery-3.5.1.min.js2result=r)&&(u.preventDefault(),u.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(th…
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1 …move focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or …
H A Dbootstrap.rtl.min.css.map1 …move focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or …
/template/strap/bootstrap/4.4.1/
H A Djquery-3.4.1.min.js2result=r)&&(s.preventDefault(),s.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(th…
/template/khum1/
H A DLICENSE.md583 author or copyright holder as a result of your choosing to follow a
/template/khum1/css/
H A Dtools.less145 /* juste the tool in navbar ; result search are in _search.css */
/template/bootstrap3/
H A DEventHandlers.php200 $html->load($event->result, true, false);
216 $event->result = $html->save();
H A DTemplate.php2140 $result = '';
2172 $result .= sprintf('col-%s-%s ', $media, (12 - $left - $right));
2175 return $result;
/template/bootstrap3/inc/
H A Dsimple_html_dom.php889 $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/default/
H A Ddesign.css747 /* --------------- search result formating --------------- */
/template/darkblue/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/template/mywiki/css/
H A Dmywiki.css778 #result {
/template/material/
H A DLICENSE166 result of this License or out of the use or inability to use the
/template/arctic/
H A Ddesign.css711 /* --------------- search result formating --------------- */

12345