OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodeAttribute
(Results
1 - 2
of
2
) sorted by null
/sdk/apigenerator/src/com/android/apigenerator/
ApiClass.java
111
stream.print(
encodeAttribute
(pair.getFirst()));
117
stream.print(
encodeAttribute
(pair.getFirst()));
133
stream.print(
encodeAttribute
(entry.getKey()));
139
stream.print(
encodeAttribute
(entry.getKey()));
147
private String
encodeAttribute
(String attribute) {
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php
753
$url = $this->
encodeAttribute
($url);
758
$title = $this->
encodeAttribute
($title);
777
$url = $this->
encodeAttribute
($url);
781
$title = $this->
encodeAttribute
($title);
856
$alt_text = $this->
encodeAttribute
($alt_text);
858
$url = $this->
encodeAttribute
($this->urls[$link_id]);
862
$title = $this->
encodeAttribute
($title);
881
$alt_text = $this->
encodeAttribute
($alt_text);
882
$url = $this->
encodeAttribute
($url);
885
$title = $this->
encodeAttribute
($title)
[
all
...]
Completed in 116 milliseconds