Searched refs:highlight (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/inc/Action/ |
| H A D | Search.php | 21 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 D | FulltextSearch.php | 49 * @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 D | deprecated.php | 337 * @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 D | Search.php | 19 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 D | README.md | 10 input the source code you wish to highlight with the language you
|
| H A D | CHANGELOG | 204 * 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.css | 148 /* highlight newly uploaded or edited file */
|
| H A D | design.less | 75 /* highlight selected tool */
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 978 .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 D | syntax.txt | 406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbn…
|