Lines Matching defs:text
52 function Markdown($text) {
105 function mdwp_MarkdownPost($text) {
142 function mdwp_add_p($text) {
152 function mdwp_hide_tags($text) {
156 function mdwp_show_tags($text) {
181 function smarty_modifier_markdown($text) {
195 function TextileThis($text, $lite='', $encode='') {
201 function TextileRestricted($text, $lite='', $noimage='') {
205 function blockLite($text) { return $text; }
299 function transform($text) {
346 function stripLinkDefinitions($text) {
389 function hashHTMLBlocks($text) {
533 function hashPart($text, $boundary = 'X') {
556 function hashBlock($text) {
577 function runBlockGamut($text) {
591 function runBasicBlockGamut($text) {
608 function doHorizontalRules($text) {
650 function runSpanGamut($text) {
662 function doHardBreaks($text) {
672 function doAnchors($text) {
797 function doImages($text) {
899 function doHeaders($text) {
945 function doLists($text) {
1102 function doCodeBlocks($text) {
1182 function doItalicsAndBold($text) {
1305 function doBlockQuotes($text) {
1341 function formParagraphs($text) {
1411 function encodeAttribute($text) {
1422 function encodeAmpsAndAngles($text) {
1443 function doAutoLinks($text) {
1603 function outdent($text) {
1615 function detab($text) {
1659 function unhash($text) {
1786 function hashHTMLBlocks($text) {
1809 function _hashHTMLBlocks_inMarkdown($text, $indent = 0,
2038 function _hashHTMLBlocks_inHTML($text, $hash_method, $md_attr) {
2213 function hashClean($text) {
2223 function doHeaders($text) {
2283 function doTables($text) {
2413 function doDefLists($text) {
2539 function doFencedCodeBlocks($text) {
2607 function formParagraphs($text) {
2645 function stripFootnotes($text) {
2679 function doFootnotes($text) {
2691 function appendFootnotes($text) {
2786 function stripAbbreviations($text) {
2812 function doAbbreviations($text) {