Home
last modified time | relevance | path

Searched refs:snippet (Results 1 – 3 of 3) sorted by last modified time

/dokuwiki/inc/Remote/
H A DApiCore.php334 $snippet = ft_snippet($id, $regex);
337 $snippet = '';
342 $snippet,
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_search.less142 /* search snippet */
143 dd.snippet {
/dokuwiki/inc/
H A Dfulltext.php442 * Creates a snippet extract
460 'snippet' => ''
519 // complex snippet calculations
527 $append = ($start < $end) ? $end : false; // still the end of the previous context snippet
539 // this prevents further matching of this snippet but for possible matches of length
548 $snippet = preg_replace(
554 $evdata['snippet'] = $snippet;
559 return $evdata['snippet'];