Lines Matching refs:alt_text
869 $alt_text = $matches[2];
873 $link_id = strtolower($alt_text); # for shortcut links like ![this][].
876 $alt_text = $this->encodeAttribute($alt_text);
879 $result = "<img src=\"$url\" alt=\"$alt_text\"";
897 $alt_text = $matches[2];
901 $alt_text = $this->encodeAttribute($alt_text);
903 $result = "<img src=\"$url\" alt=\"$alt_text\"";
2559 $alt_text = $matches[2];
2563 $link_id = strtolower($alt_text); # for shortcut links like ![this][].
2566 $alt_text = $this->encodeAttribute($alt_text);
2569 $result = "<img src=\"$url\" alt=\"$alt_text\"";
2589 $alt_text = $matches[2];
2594 $alt_text = $this->encodeAttribute($alt_text);
2596 $result = "<img src=\"$url\" alt=\"$alt_text\"";