Home
last modified time | relevance | path

Searched refs:anchors (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/common/extensions/docs/server2/
Dlink_error_detector.py46 links, anchors = parser.links, parser.anchors
81 return Page(200, edges, anchors, anchor_refs)
92 self.anchors = set()
108 self.anchors.add(attrs['id'])
110 self.anchors.add(attrs['name'])
201 if not fragment in page.anchors:
223 if not fragment in target_page.anchors:
/external/chromium/chrome/common/extensions/docs/js/
Dsample_search.js51 var anchors = document.getElementsByTagName('a');
52 for (var i = 0, anchor; anchor = anchors[i]; i++) {
/external/markdown/docs/extensions/
DTables_of_Contents.txt44 * **slugify**: Callable to generate anchors based on header text. Defaults to a
/external/regex-re2/re2/testing/
Dtester.cc607 static Prog::Anchor anchors[] = { variable
629 for (int i = 0; i < arraysize(anchors); i++) in TestInputInContext()
630 okay &= TestCase(text, context, anchors[i]); in TestInputInContext()
/external/chromium_org/third_party/re2/re2/testing/
Dtester.cc607 static Prog::Anchor anchors[] = { variable
629 for (int i = 0; i < arraysize(anchors); i++) in TestInputInContext()
630 okay &= TestCase(text, context, anchors[i]); in TestInputInContext()
/external/chromium/chrome/browser/ui/cocoa/
Dabout_window_controller_unittest.mm64 // Make sure that we removed the "BEGIN_LINK" and "END_LINK" anchors.
/external/bison/examples/
Dextexi96 # We have to handle CONTENTS line per line, since anchors in AWK are
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java138 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); in getTestPathParams() local
139 anchors.add(new TrustAnchor(trustedCA, null)); in getTestPathParams()
141 PKIXParameters params = new PKIXParameters(anchors); in getTestPathParams()
/external/llvm/test/CodeGen/SystemZ/
Dframe-14.ll149 ; anchors 0x10000 bytes apart, so that the high part can be loaded using
150 ; LLILH while still using MVI in more cases than 0x40000 anchors would.
Dframe-16.ll143 ; anchors 0x10000 bytes apart, so that the high part can be loaded using
144 ; LLILH while still using STC in more cases than 0x40000 anchors would.
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.idl120 readonly attribute HTMLCollection anchors;
DDocument.h375 PassRefPtr<HTMLCollection> anchors();
DDocument.cpp4244 PassRefPtr<HTMLCollection> Document::anchors() in anchors() function in WebCore::Document
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-layout-gpos-table.hh389 const AnchorMatrix &anchors, unsigned int class_count, in apply()
399 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply()
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh389 const AnchorMatrix &anchors, unsigned int class_count, in apply()
398 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply()
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
DToc.pod1683 =head2 Nested anchors
1685 HTML::Toc can only link to existing anchors if these anchors are placed outside of the ToC tokens. …
/external/regex-re2/
Ducs2.diff323 // 1. some number of ^ anchors
/external/chromium_org/third_party/re2/
Ducs2.diff323 // 1. some number of ^ anchors
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
DPHP Markdown Extra Readme.text419 anchors within each other. This is now fixed.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties161 # conflicting trust anchors
/external/chromium_org/third_party/iaccessible2/
Dia2_api_all.idl2891 Linked objects and anchors are implementation dependent. This interface is derived
2910 anchor and anchorTarget. The anchors would all reference the image object. The
2914 methods. Their anchors would also reference the image object and their anchorTargets
4475 /** The number of anchors associated with this hyperlink object has changed.
/external/bison/data/m4sugar/
Dm4sugar.m4535 # the anchors are broken :( I can't let users be trapped by that.
/external/libffi/
Dtexinfo.tex6260 % empty for anchors.
/external/e2fsprogs/doc/
Dtexinfo.tex6004 % empty for anchors.
/external/grub/docs/
Dtexinfo.tex5892 % empty for anchors.

12