Lines Matching refs:encodeAttribute
758 $url = $this->encodeAttribute($url);
763 $title = $this->encodeAttribute($title);
782 $url = $this->encodeAttribute($url);
786 $title = $this->encodeAttribute($title);
861 $alt_text = $this->encodeAttribute($alt_text);
863 $url = $this->encodeAttribute($this->urls[$link_id]);
867 $title = $this->encodeAttribute($title);
886 $alt_text = $this->encodeAttribute($alt_text);
887 $url = $this->encodeAttribute($url);
890 $title = $this->encodeAttribute($title);
1411 function encodeAttribute($text) { function in Markdown_Parser
1471 $url = $this->encodeAttribute($matches[1]);
2707 $class = $this->encodeAttribute($class);
2712 $title = $this->encodeAttribute($title);
2728 $note_id = $this->encodeAttribute($note_id);
2762 $class = $this->encodeAttribute($class);
2767 $title = $this->encodeAttribute($title);
2772 $node_id = $this->encodeAttribute($node_id);
2835 $desc = $this->encodeAttribute($desc);