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

  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 849 $alt_text = $matches[2]; variable
853 $link_id = strtolower($alt_text); # for shortcut links like ![this][].
856 $alt_text = $this->encodeAttribute($alt_text); variable
859 $result = "<img src=\"$url\" alt=\"$alt_text\"";
877 $alt_text = $matches[2]; variable
881 $alt_text = $this->encodeAttribute($alt_text); variable
883 $result = "<img src=\"$url\" alt=\"$alt_text\"";
    [all...]

Completed in 481 milliseconds