Lines Matching defs:text

59 function Markdown(text) {  argument
199 Markdown_Parser.prototype.__wrapSTXETX__ = function(text) { argument
209 Markdown_Parser.prototype.__unwrapSTXETX__ = function(text) { argument
218 Markdown_Parser.prototype._php_preg_quote = function(text) { argument
279 Markdown_Parser.prototype.transform = function(text) { argument
320 Markdown_Parser.prototype.hashHTMLBlocks = function(text) { argument
457 text = text.replace(all, function(match, text) { argument
476 Markdown_Parser.prototype.hashPart = function(text, boundary) { argument
496 Markdown_Parser.prototype.hashBlock = function(text) { argument
504 Markdown_Parser.prototype.stripLinkDefinitions = function(text) { argument
546 Markdown_Parser.prototype.runBlockGamut = function(text) { argument
561 Markdown_Parser.prototype.runBasicBlockGamut = function(text) { argument
579 Markdown_Parser.prototype.doHorizontalRules = function(text) { argument
599 Markdown_Parser.prototype.runSpanGamut = function(text) { argument
615 Markdown_Parser.prototype.doHardBreaks = function(text) { argument
627 Markdown_Parser.prototype.doAnchors = function(text) { argument
767 Markdown_Parser.prototype.doImages = function(text) { argument
869 Markdown_Parser.prototype.doHeaders = function(text) { argument
917 Markdown_Parser.prototype.doLists = function(text) { argument
1070 Markdown_Parser.prototype.doCodeBlocks = function(text) { argument
1141 Markdown_Parser.prototype.doItalicsAndBold = function(text) { argument
1287 Markdown_Parser.prototype.doBlockQuotes = function(text) { argument
1323 Markdown_Parser.prototype.formParagraphs = function(text) { argument
1407 Markdown_Parser.prototype.encodeAttribute = function(text) { argument
1418 Markdown_Parser.prototype.encodeAmpsAndAngles = function(text) { argument
1432 Markdown_Parser.prototype.doAutoLinks = function(text) { argument
1649 Markdown_Parser.prototype.outdent = function(text) { argument
1661 Markdown_Parser.prototype.detab = function(text) { argument
1685 Markdown_Parser.prototype.unhash = function(text) { argument
1827 MarkdownExtra_Parser.prototype.hashHTMLBlocks = function(text) { argument
1862 MarkdownExtra_Parser.prototype._hashHTMLBlocks_inMarkdown = function(text, indent, enclosing_tag_re… argument
2089 MarkdownExtra_Parser.prototype._hashHTMLBlocks_inHTML = function(text, hash_method, md_attr) { argument
2268 MarkdownExtra_Parser.prototype.hashClean = function(text) { argument
2276 MarkdownExtra_Parser.prototype.doHeaders = function(text) { argument
2337 MarkdownExtra_Parser.prototype.doTables = function(text) { argument
2473 MarkdownExtra_Parser.prototype.doDefLists = function(text) { argument
2619 MarkdownExtra_Parser.prototype.doFencedCodeBlocks = function(text) { argument
2663 MarkdownExtra_Parser.prototype.formParagraphs = function(text) { argument
2710 MarkdownExtra_Parser.prototype.stripFootnotes = function(text) { argument
2743 MarkdownExtra_Parser.prototype.doFootnotes = function(text) { argument
2753 MarkdownExtra_Parser.prototype.appendFootnotes = function(text) { argument
2847 MarkdownExtra_Parser.prototype.stripAbbreviations = function(text) { argument
2871 MarkdownExtra_Parser.prototype.doAbbreviations = function(text) { argument