Home
last modified time | relevance | path

Searched refs:results (Results 1 – 13 of 13) sorted by relevance

/dokuwiki/inc/lang/en/
H A Dsearchpage.txt3 You can find the results of your search below. @CREATEPAGEINFO@
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less2 * This file provides styles for the search results page (?do=search)
20 /* search results page
24 .dokuwiki .search-results-form fieldset.search-form {
99 [dir=rtl] .search-results-form fieldset.search-form .advancedOptions {
126 /*____________ search results ____________*/
148 /* search hit in search results */
/dokuwiki/lib/plugins/extension/
H A DRepository.php221 $results = [];
224 $results[] = Extension::createFromRemoteData($item);
226 return $results;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php632 $results = $this->sftp->stat($this->path);
633 if ($results === false) {
636 return $results;
673 … $results = $flags & STREAM_URL_STAT_LINK ? $this->sftp->lstat($path) : $this->sftp->stat($path);
674 if ($results === false) {
678 return $results;
/dokuwiki/inc/
H A Dfulltext.php355 * @param array $results search results in the form pageid => value
361 function _ft_filterResultsByTime(array $results, $after, $before) argument
367 foreach (array_keys($results) as $id) {
370 unset($results[$id]);
374 unset($results[$id]);
379 return $results;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php509 $results = [];
511 while (32 * count($results) < $keylen) {
520 $results[] = $out;
524 foreach ($results as $result) {
/dokuwiki/_test/tests/inc/
H A Dmailer.test.php234 $results = $html->post('https://www.splitbrain.org/_static/msglint/', array('msg'=>$msg));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1794 …$results = preg_split('#((?:^|, *|/)(?:C=|O=|OU=|CN=|L=|ST=|SN=|postalCode=|streetAddress=|emailAd…
1795 for ($i = 1; $i < count($results); $i += 2) {
1796 $prop = trim($results[$i], ', =/');
1797 $value = $results[$i + 1];
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md256 * Fixed inconsistent hash results in `SimplePie_Item->get_id()`.
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG493 …- Added an optimizer for lists to regular expressions. Using these cached lists results in a spee…
500 * Use considerably less strlen() calls on various points by caching the results (milian)
/dokuwiki/_test/
H A Dcomposer.lock54 …per to select nodes using either CSS or XPath expressions and manipulate results quickly and easil…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE497 work results from an entity transaction, each party to that
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6results:function(t){return t+(1<t?" results are":" result is")+" available, use up and down arrow … method