Searched refs:runSpanGamut (Results 1 – 2 of 2) sorted by relevance
665 function runSpanGamut($text) { function in Markdown_Parser805 $link_text = $this->runSpanGamut($link_text);1110 $item = $this->runSpanGamut($item);1237 $span = $this->runSpanGamut($span);1248 $span = $this->runSpanGamut($span);1262 $span = $this->runSpanGamut($span);1286 $span = $this->runSpanGamut($span);1302 $span = $this->runSpanGamut($span);1372 $value = $this->runSpanGamut($value);2896 $term = $this->runSpanGamut(trim($term));[all …]
599 Markdown_Parser.prototype.runSpanGamut = function(text) { method in Markdown_Parser656 link_text = self.runSpanGamut(link_text);727 link_text = self.runSpanGamut(link_text);738 link_text = self.runSpanGamut(link_text);1056 item = self.runSpanGamut(item);1203 span = this.runSpanGamut(span);1214 span = this.runSpanGamut(span);1228 span = this.runSpanGamut(span);1253 span = this.runSpanGamut(span);1269 span = this.runSpanGamut(span);[all …]