Searched refs:highlight (Results 1 – 10 of 10) sorted by relevance
| /dokuwiki/inc/Action/ |
| H A D | Search.php | 18 protected $highlight = []; variable in dokuwiki\\Action\\Search 58 …arch = new \dokuwiki\Ui\Search($this->pageLookupResults, $this->fullTextResults, $this->highlight); 72 … $this->fullTextResults = ft_pageSearch($QUERY, $highlight, $INPUT->str('srt'), $after, $before); 73 $this->highlight = $highlight;
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 17 protected $highlight = []; variable in dokuwiki\\Ui\\Search 24 * @param array $highlight array of strings to be highlighted 26 public function __construct(array $pageLookupResults, array $fullTextResults, $highlight) argument 37 $this->highlight = $highlight; 53 $searchHTML .= $this->getFulltextResultsHTML($this->fullTextResults, $this->highlight); 535 * @param array $highlight the terms to be highlighted in the results 539 protected function getFulltextResultsHTML($data, $highlight) argument 556 $resultLink = html_wikilink(':' . $id, null, $highlight); 578 $resultBody['snippet'] = ft_snippet($id, $highlight);
|
| /dokuwiki/inc/ |
| H A D | fulltext.php | 30 * @param array $highlight 37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null) argument 49 $data['highlight'] =& $highlight; 448 * @param array $highlight 451 function ft_snippet($id, $highlight) argument 459 'highlight' => &$highlight, 480 array_filter((array) $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…
|