Home
last modified time | relevance | path

Searched refs:encodeAttribute (Results 1 – 1 of 1) sorted by relevance

/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php758 $url = $this->encodeAttribute($url);
763 $title = $this->encodeAttribute($title);
782 $url = $this->encodeAttribute($url);
786 $title = $this->encodeAttribute($title);
867 $title = $this->encodeAttribute($title);
887 $url = $this->encodeAttribute($url);
890 $title = $this->encodeAttribute($title);
1411 function encodeAttribute($text) { function in Markdown_Parser
2707 $class = $this->encodeAttribute($class);
2712 $title = $this->encodeAttribute($title);
[all …]

Completed in 13 milliseconds