HomeSort by relevance Sort by last modified time
    Searched full:hyperlinks (Results 1 - 25 of 59) sorted by null

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/text/
_index.html 5 class, which converts URLs in a block of text into hyperlinks. </dd>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 22 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks.ResourceLink;
23 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks.XmlResolver;
57 assertTrue(Hyperlinks.CLASS_PATTERN.matcher("com.android.Foo").matches());
58 assertTrue(Hyperlinks.CLASS_PATTERN.matcher("com.android.pk_g.Foo_Bar1").
60 assertTrue(Hyperlinks.CLASS_PATTERN.matcher("com.android.Foo$Inner").matches());
65 assertTrue(Hyperlinks.CLASS_PATTERN.matcher("Foo.bar").matches());
67 assertFalse(Hyperlinks.CLASS_PATTERN.matcher("LinearLayout").matches());
68 assertFalse(Hyperlinks.CLASS_PATTERN.matcher(".").matches());
69 assertFalse(Hyperlinks.CLASS_PATTERN.matcher(".F").matches());
70 assertFalse(Hyperlinks.CLASS_PATTERN.matcher("f.").matches())
    [all...]
  /external/chromium/chrome/common/extensions/docs/static/
contextMenus.html 12 such as images, hyperlinks, and pages.
content_scripts.html 18 <li>Find unlinked URLs in web pages and convert them into hyperlinks
  /sdk/eclipse/
dictionary.txt 131 hyperlinks
changes.txt 415 - Go to Declaration hyperlinks for navigating from @resource
    [all...]
  /external/chromium_org/remoting/webapp/
l10n.js 55 * content (including paragraphs with hyperlinks), we localize these as
  /external/chromium_org/third_party/WebKit/public/web/
WebSecurityPolicy.h 57 // hyperlinks to URLs with the scheme.
  /external/chromium_org/third_party/libxml/src/
xlink.c 2 * xlink.c : implementation of the hyperlinks detection module
  /external/libxml2/
xlink.c 2 * xlink.c : implementation of the hyperlinks detection module
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 106 hyperlinks (defined by the HREF attribute for <A> tags) within
107 the document. The list of hyperlinks is available as the data
119 index into the list of hyperlinks created by the anchor_bgn()method.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 106 hyperlinks (defined by the HREF attribute for <A> tags) within
107 the document. The list of hyperlinks is available as the data
119 index into the list of hyperlinks created by the anchor_bgn()method.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 21 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks;
302 IHyperlink[] links = Hyperlinks.getResourceLinks(null, mTheme, project, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 145 // is displayed in a special way (with action hyperlinks etc).
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 173 public class Hyperlinks {
182 private Hyperlinks() {
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
context_menus.json 8 "description": "Use the <code>chrome.contextMenus</code> API to add items to Google Chrome's context menu. You can choose what types of objects your context menu additions apply to, such as images, hyperlinks, and pages.",
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
example.php 80 // Styles for hyperlinks in the code. GESHI_LINK for default styles, GESHI_HOVER for hover style etc...
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceHelper.java 64 import com.android.ide.eclipse.adt.internal.editors.Hyperlinks;
341 String tagName = Hyperlinks.getTagName(type);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml     [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
content_scripts.html 18 <li>Find unlinked URLs in web pages and convert them into hyperlinks
  /external/chromium_org/content/browser/download/
download_item_impl.h 416 // http://www.whatwg.org/specs/web-apps/current-work/#downloading-hyperlinks
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /external/chromium/chrome/common/extensions/docs/
content_scripts.html 381 <li>Find unlinked URLs in web pages and convert them into hyperlinks
    [all...]
  /external/chromium_org/chrome/app/resources/terms/chromeos/
terms_en.html 104 <p>16.1 The Services may include hyperlinks to other web sites or content or resources. Google may have no control over any web sites or resources which are provided by companies or persons other than Google.</p>
    [all...]
  /external/chromium_org/chrome/app/resources/terms/
terms_da.html 119 <p>17.1 Tjenesterne kan indeholde hyperlinks til andre websteder, andet indhold eller andre ressourcer. Google har ingen kontrol over de websteder eller ressourcer, der leveres af andre virksomheder eller personer end Google.</p>
    [all...]

Completed in 3960 milliseconds

1 2 3