OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:autolink
(Results
1 - 25
of
47
) sorted by null
1
2
/cts/tests/res/layout/
textview_autolink.xml
28
android:
autoLink
="web"/>
33
android:
autoLink
="email"/>
38
android:
autoLink
="phone"/>
43
android:
autoLink
="all"/>
48
android:
autoLink
="web|email"/>
53
android:
autoLink
="web|phone"/>
58
android:
autoLink
="email|phone"/>
63
android:
autoLink
="phone|all"/>
/packages/apps/Email/res/layout/
message_view_details.xml
57
android:
autoLink
="email"
71
android:
autoLink
="email"
85
android:
autoLink
="email"
/development/samples/Wiktionary/res/layout/
about.xml
37
android:
autoLink
="web"
/packages/apps/Calendar/res/layout/
expandable_textview.xml
31
android:
autoLink
="all"
event_info.xml
58
android:
autoLink
="all"
event_info_dialog.xml
56
android:
autoLink
="all"
/development/samples/ApiDemos/res/layout/
link.xml
29
android:
autoLink
="all"
/development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java
39
// text1 shows the android:
autoLink
property, which
/packages/apps/Mms/res/layout/
message_list_item_recv.xml
58
android:
autoLink
="all"
message_list_item_send.xml
58
android:
autoLink
="all"
/external/markdown/docs/
CHANGE_LOG
138
Nov. 14, 2005: Added entity code and email
autolink
fix by Tiago
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion39.txt
40
android:
autoLink
: Controls whether links such as urls and email addresses are automatically found and converted to clickable links. [flag]
41
android:linksClickable : If set to false, keeps the movement method from being set to the link movement method even if
autoLink
causes links to be found. [boolean]
completion5-expected-completion40.txt
40
android:
autoLink
: Controls whether links such as urls and email addresses are automatically found and converted to clickable links. [flag]
41
android:linksClickable : If set to false, keeps the movement method from being set to the link movement method even if
autoLink
causes links to be found. [boolean]
completionvalues1-expected-completion32.txt
14
android:
autoLink
: Controls whether links such as urls and email addresses are automatically found and converted to clickable links. [flag]
146
android:linksClickable : If set to false, keeps the movement method from being set to the link movement method even if
autoLink
causes links to be found. [boolean]
/external/markdown/markdown/
inlinepatterns.py
338
""" Return a link Element given an
autolink
(`<http://example/com>`). """
/external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Syntax.text
31
* [Automatic Links](#
autolink
)
831
<h3 id="
autolink
">Automatic Links</h3>
Markdown Documentation - Syntax.html
37
<li><a href="#
autolink
">Automatic Links</a></li>
882
<h3 id="
autolink
">Automatic Links</h3>
Markdown Documentation - Syntax.text-out
52
<li><a href="#
autolink
">Automatic Links</a></li>
891
<h3 id="
autolink
">Automatic Links</h3>
Markdown Documentation - Syntax.text-res
52
<li><a href="#
autolink
">Automatic Links</a></li>
891
<h3 id="
autolink
">Automatic Links</h3>
/external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Syntax.text
31
* [Automatic Links](#
autolink
)
831
<h3 id="
autolink
">Automatic Links</h3>
Markdown Documentation - Syntax.html
37
<li><a href="#
autolink
">Automatic Links</a></li>
882
<h3 id="
autolink
">Automatic Links</h3>
/external/markdown/tests/extensions-x-def_list/
markdown-syntax.txt
31
* [Automatic Links](#
autolink
)
831
<h3 id="
autolink
">Automatic Links</h3>
markdown-syntax.html
35
<li><a href="#
autolink
">Automatic Links</a></li>
681
<h3 id="
autolink
">Automatic Links</h3>
/external/markdown/tests/markdown-test/
markdown-syntax.txt
31
* [Automatic Links](#
autolink
)
831
<h3 id="
autolink
">Automatic Links</h3>
markdown-syntax.html
35
<li><a href="#
autolink
">Automatic Links</a></li>
681
<h3 id="
autolink
">Automatic Links</h3>
Completed in 235 milliseconds
1
2