Home
last modified time | relevance | path

Searched refs:excerpt (Results 1 – 9 of 9) sorted by last modified time

/plugin/linkback/
H A Dstyle.css89 div.dokuwiki ul.admin_linkback span.excerpt {
H A Dadmin.php204 $excerpt = $linkback['excerpt'];
207 if (utf8_strlen($excerpt) > 160) $excerpt = utf8_substr($excerpt, 0, 160).'...';
211 '<span class="excerpt">'.$excerpt.'</span>';
/plugin/linkback/action/
H A Ddisplay.php149 $excerpt = $linkback['excerpt'];
180 if (strlen($excerpt) > 0) {
183 $excerpt . NL . '</div>' . NL; // class="linkback_body"
H A Dantispam.php76 function _clean_linkcount($excerpt) { argument
78 if (preg_match($regex, $excerpt) > $this->getConf('antispam_linkcount_max'))
86 function _clean_wordblock($excerpt) { argument
90 $TEXT = $excerpt;
110 * for excerpt extraction anyway...)
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1058 # $excerpt is based on the first occurrence of a marker
1060 while ($excerpt = strpbrk($text, $this->inlineMarkerList))
1062 $marker = $excerpt[0];
1066 $Excerpt = array('text' => $excerpt, 'context' => $text);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/blogtng/helper/
H A Dlinkback.php43 public function saveLinkback($type, $title, $sourceUri, $excerpt, $id) { argument
52 $comment->setText($excerpt);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css256 .oi[data-glyph=excerpt]:before { content:'\e05f'; }
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css256 .oi[data-glyph=excerpt]:before { content:'\e05f'; }