Lines Matching defs:more
123 // it is more efficient to get all the back-links at once from the indexer metadata
942 // ratio of different heading heights (%), to ensure more even use of columns (h1 -> h6)
994 $more = html_wikilink($id, 'more');
998 $after = '<div class="' . $type . '">' . $after . $more . '</div>' . DOKU_LF;
1018 * Swap normal link title (popup) for a more useful preview
1036 * @param string $more symbol to show if more text
1038 private function shorten(string $text, string $extent, string $more = '... '): string
1046 $result .= $more;
1053 $result .= $more;
1061 $result .= $more;