Searched refs:Excerpt (Results 1 – 2 of 2) sorted by relevance
1066 $Excerpt = array('text' => $excerpt, 'context' => $text);1077 $Inline = $this->{'inline'.$inlineType}($Excerpt);1138 protected function inlineCode($Excerpt) argument1140 $marker = $Excerpt['text'][0];1142 …if (preg_match('/^('.$marker.'+)[ ]*(.+?)[ ]*(?<!'.$marker.')\1(?!'.$marker.')/s', $Excerpt['text'…1157 protected function inlineEmailTag($Excerpt) argument1159 …if (strpos($Excerpt['text'], '>') !== false and preg_match('/^<((mailto:)?\S+?@\S+?)>/i', $Excerpt…1181 protected function inlineEmphasis($Excerpt) argument1183 if ( ! isset($Excerpt['text'][1]))1188 $marker = $Excerpt['text'][0];[all …]
10 Excerpt: