Lines Matching defs:more
125 // it is more efficient to get all the back-links at once from the indexer metadata
939 // ratio of different heading heights (%), to ensure more even use of columns (h1 -> h6)
991 $more = html_wikilink($id, 'more');
995 $after = '<div class="' . $type . '">' . $after . $more . '</div>' . DOKU_LF;
1015 * Swap normal link title (popup) for a more useful preview
1033 * @param string $more symbol to show if more text
1035 private function shorten(string $text, string $extent, string $more = '... '): string
1043 $result .= $more;
1050 $result .= $more;
1058 $result .= $more;