Home
last modified time | relevance | path

Searched refs:predef_abbr (Results 1 – 2 of 2) sorted by path

/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1710 this.predef_abbr = {};
1789 for(var abbr_word in this.predef_abbr) {
1790 var abbr_desc = this.predef_abbr[abbr_word];
/plugin/markdownextra/
H A Dmarkdown.php1725 var $predef_abbr = array(); variable in MarkdownExtra_Parser
1786 foreach ($this->predef_abbr as $abbr_word => $abbr_desc) {