Home
last modified time | relevance | path

Searched refs:highlight (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/inc/Action/
H A DSearch.php21 protected $highlight = []; variable in dokuwiki\\Action\\Search
61 …arch = new \dokuwiki\Ui\Search($this->pageLookupResults, $this->fullTextResults, $this->highlight);
81 $highlight = [];
84 $highlight,
89 $this->highlight = $highlight;
/dokuwiki/inc/Search/
H A DFulltextSearch.php49 * @param array $highlight will be filled with terms to highlight
60 array &$highlight,
74 $data['highlight'] =& $highlight;
127 * @param array $highlight
133 public function snippet(string $id, array $highlight): mixed argument
141 'highlight' => &$highlight,
162 array_filter($highlight)
/dokuwiki/inc/
H A Ddeprecated.php337 * @param array $highlight words to highlight
345 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) argument
348 if (!is_array($highlight)) $highlight = [];
349 …return (new dokuwiki\Search\FulltextSearch())->pageSearch($query, $highlight, $sort, $after, $befo…
404 * @param array $highlight words to highlight
409 function ft_snippet($id, $highlight) argument
412 return (new dokuwiki\Search\FulltextSearch())->snippet($id, $highlight);
/dokuwiki/inc/Ui/
H A DSearch.php19 protected $highlight = []; variable in dokuwiki\\Ui\\Search
26 * @param array $highlight array of strings to be highlighted
28 public function __construct(array $pageLookupResults, array $fullTextResults, $highlight) argument
38 $this->highlight = $highlight;
54 $searchHTML .= $this->getFulltextResultsHTML($this->fullTextResults, $this->highlight);
536 * @param array $highlight the terms to be highlighted in the results
540 protected function getFulltextResultsHTML($data, $highlight) argument
558 $resultLink = html_wikilink(':' . $id, null, $highlight);
580 $resultBody['snippet'] = $FulltextSearch->snippet($id, $highlight);
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md10 input the source code you wish to highlight with the language you
H A DCHANGELOG204 * Properly highlight infinity as numbers for J (Ric Sherlock)
799 - Reset extra lines to highlight if source is changed (Diogo Resende)
847 - Having no source to highlight is not an error condition anymore
1008 - Function geshi_highlight added to make it even easier to highlight on the fly
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_media_popup.css148 /* highlight newly uploaded or edited file */
H A Ddesign.less75 /* highlight selected tool */
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css978 .ui-state-highlight,
979 .ui-widget-content .ui-state-highlight,
980 .ui-widget-header .ui-state-highlight {
989 .ui-state-highlight a,
990 .ui-widget-content .ui-state-highlight a,
991 .ui-widget-header .ui-state-highlight a {
1054 .ui-state-highlight .ui-icon,
1055 .ui-button .ui-state-highlight.ui-icon {
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…