Lines Matching refs:encodeAttribute
773 $url = $this->encodeAttribute($url);
778 $title = $this->encodeAttribute($title);
797 $url = $this->encodeAttribute($url);
801 $title = $this->encodeAttribute($title);
876 $alt_text = $this->encodeAttribute($alt_text);
878 $url = $this->encodeAttribute($this->urls[$link_id]);
882 $title = $this->encodeAttribute($title);
901 $alt_text = $this->encodeAttribute($alt_text);
902 $url = $this->encodeAttribute($url);
905 $title = $this->encodeAttribute($title);
1426 function encodeAttribute($text) { function in Markdown_Parser
1487 $url = $this->encodeAttribute($matches[1]);
1488 $tel = $this->encodeAttribute($matches[2]);
1493 $url = $this->encodeAttribute($matches[1]);
2457 $url = $this->encodeAttribute($url);
2462 $title = $this->encodeAttribute($title);
2485 $url = $this->encodeAttribute($url);
2489 $title = $this->encodeAttribute($title);
2566 $alt_text = $this->encodeAttribute($alt_text);
2568 $url = $this->encodeAttribute($this->urls[$link_id]);
2572 $title = $this->encodeAttribute($title);
2594 $alt_text = $this->encodeAttribute($alt_text);
2595 $url = $this->encodeAttribute($url);
2598 $title = $this->encodeAttribute($title);
3108 $class = $this->encodeAttribute($class);
3113 $title = $this->encodeAttribute($title);
3132 $note_id = $this->encodeAttribute($note_id);
3177 $class = $this->encodeAttribute($class);
3182 $title = $this->encodeAttribute($title);
3187 $node_id = $this->encodeAttribute($node_id);
3250 $desc = $this->encodeAttribute($desc);