Lines Matching refs:hashBlock
543 $key = $this->hashBlock($text);
571 function hashBlock($text) { function in Markdown_Parser
636 "\n".$this->hashBlock("<hr$this->empty_element_suffix")."\n",
951 return "\n" . $this->hashBlock($block) . "\n\n";
956 return "\n" . $this->hashBlock($block) . "\n\n";
1040 $result = $this->hashBlock("<$list_type>\n" . $result . "</$list_type>");
1145 return "\n\n".$this->hashBlock($codeblock)."\n\n";
1347 return "\n". $this->hashBlock("<blockquote>\n$bq\n</blockquote>")."\n\n";
2654 return "\n" . $this->hashBlock($block) . "\n\n";
2660 return "\n" . $this->hashBlock($block) . "\n\n";
2791 return $this->hashBlock($text) . "\n";
2845 return $this->hashBlock($result) . "\n\n";
2979 return "\n\n".$this->hashBlock($codeblock)."\n\n";