Home
last modified time | relevance | path

Searched refs:span_gamut (Results 1 – 2 of 2) sorted by relevance

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js102 this.span_gamut = [
182 this.span_gamut.sort(cmp_gamut);
600 for(var i = 0; i < this.span_gamut.length; i++) {
601 var method = this[this.span_gamut[i][0]];
606 console.log(this.span_gamut[i][0] + ' not implemented');
1772 this.span_gamut.push(['doFootnotes', 5]);
1773 this.span_gamut.push(['doAbbreviations', 70]);
/plugin/markdownextra/
H A Dmarkdown.php275 asort($this->span_gamut);
641 var $span_gamut = array( variable in Markdown_Parser
669 foreach ($this->span_gamut as $method => $priority) {
1751 $this->span_gamut += array(