HomeSort by relevance Sort by last modified time
    Searched full:hashblock (Results 1 - 2 of 2) sorted by null

  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 523 $key = $this->hashBlock($text);
551 function hashBlock($text) {
616 "\n".$this->hashBlock("<hr$this->empty_element_suffix")."\n",
931 return "\n" . $this->hashBlock($block) . "\n\n";
936 return "\n" . $this->hashBlock($block) . "\n\n";
    [all...]
PHP Markdown Extra Readme.text 554 a hashed representation of the code. New methods `hashSpan` and `hashBlock`

Completed in 1688 milliseconds