Home
last modified time | relevance | path

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

/plugin/markdownextra/
H A Dmarkdown.php773 $url = $this->encodeAttribute($url);
778 $title = $this->encodeAttribute($title);
797 $url = $this->encodeAttribute($url);
801 $title = $this->encodeAttribute($title);
902 $url = $this->encodeAttribute($url);
905 $title = $this->encodeAttribute($title);
1426 function encodeAttribute($text) { function in Markdown_Parser
2457 $url = $this->encodeAttribute($url);
2485 $url = $this->encodeAttribute($url);
2595 $url = $this->encodeAttribute($url);
[all …]
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js647 url = self.encodeAttribute(url);
652 title = self.encodeAttribute(title);
730 url = self.encodeAttribute(url);
734 title = self.encodeAttribute(title);
798 alt_text = self.encodeAttribute(alt_text);
805 title = self.encodeAttribute(title);
853 alt_text = self.encodeAttribute(alt_text);
854 url = self.encodeAttribute(url);
857 title = self.encodeAttribute(title);
1436 var url = self.encodeAttribute(address);
[all …]