/build/tools/ |
product_debug.py | 59 href = s.split(",", 1)[1].strip()[:-1] 60 href = href.replace("$(SRC_TARGET_DIR)", "build/target") 61 href = ("../" * variables["FILE"].count("/")) + href + ".html" 62 result = result + "<a href=\"%s\">%s</a>" % (href,s) 149 <a href="#Original">Original</a> 150 <a href="#Variables">Variables</a>
|
/build/tools/droiddoc/templates-ds/ |
sampleindex.cs | 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> > 20 <p><a href="../index.html">← Back</a></p> 28 <li><a href="<?cs var:dir.name ?>/index.html"><?cs 38 <li><a href="<?cs var:file.href ?>"><?cs
|
/build/tools/droiddoc/templates-pdk/ |
sampleindex.cs | 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> > 20 <p><a href="../index.html">← Back</a></p> 28 <li><a href="<?cs var:dir.name ?>/index.html"><?cs 38 <li><a href="<?cs var:file.href ?>"><?cs
|
docpage.cs | 13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a>: 29 <a href="<?cs var:next.link ?>"> 39 <a href="<?cs var:next.link ?>"> 51 <a href="<?cs var:previous.link ?>"> 72 <a href="<?cs var:next.link ?>"> 82 <a href="<?cs var:previous.link ?>"> 92 <a href="#top" style="float:right">↑ Go to top</a> 94 <p><a href="<?cs var:parent.link ?>">← Back to <?cs var:parent.title ?></a></p>
|
/build/tools/droiddoc/templates-sac/ |
sampleindex.cs | 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> > 20 <p><a href="../index.html">← Back</a></p> 28 <li><a href="<?cs var:dir.name ?>/index.html"><?cs 38 <li><a href="<?cs var:file.href ?>"><?cs
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed_iframe.js | 22 var href = event.currentTarget.href; 23 parent.postMessage(JSON.stringify({type:"show", url:href}), "*");
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StyleRuleImport.cpp | 34 PassRefPtr<StyleRuleImport> StyleRuleImport::create(const String& href, PassRefPtr<MediaQuerySet> media) 36 return adoptRef(new StyleRuleImport(href, media)); 39 StyleRuleImport::StyleRuleImport(const String& href, PassRefPtr<MediaQuerySet> media) 43 , m_strHref(href) 60 void StyleRuleImport::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* cachedStyleSheet) 70 m_styleSheet = StyleSheetContents::create(this, href, context);
|
StyleSheet.idl | 30 [TreatReturnedNullStringAs=Null] readonly attribute DOMString href;
|
StyleSheet.h | 44 virtual String href() const = 0;
|
CSSImportRule.cpp | 47 String CSSImportRule::href() const function in class:WebCore::CSSImportRule 49 return m_importRule->href(); 63 result.append(m_importRule->href());
|
CSSImportRule.h | 44 String href() const;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
feedWatch.emf.properties | 25 //*[name()='entry'][1]/*/*[name()='build']/@href;null;null;\
|
/libcore/dom/src/test/java/org/w3c/domts/ |
DOMTestIncompatibleException.java | 61 public static DOMTestIncompatibleException incompatibleLoad(String href, 65 buf.append(href);
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLBaseElement.h | 34 KURL href() const;
|
/external/chromium_org/third_party/skia/src/svg/ |
SkSVGUse.cpp | 17 SVG_LITERAL_ATTRIBUTE(xlink:href, f_xlink_href),
|
/external/skia/src/svg/ |
SkSVGUse.cpp | 17 SVG_LITERAL_ATTRIBUTE(xlink:href, f_xlink_href),
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 39 * @see <a href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with XML documents, Version 1.0</a> 67 * Get the object that will be used to resolve URIs in href 79 * Get the object that will be used to resolve URIs in href 138 * @see <a href="http://www.w3.org/TR/xml-stylesheet/">Associating Style Sheets with XML documents, Version 1.0</a> 146 String href = null; // CDATA #REQUIRED local 177 else if (name.equals("href")) 183 href = token; 187 // If the href value has parameters to be passed to a 190 // the href value. Without this check, we would move on 197 href = href + token + tokenizer.nextToken() [all...] |
/external/markdown/markdown/extensions/ |
wikilinks.py | 15 u'<p>Some text with a <a class="wikilink" href="/WikiLink/">WikiLink</a>.</p>' 20 u'<p><a class="wikilink" href="/foo_bar_baz/">foo bar_baz</a></p>' 29 u'<p>Some text with a <a class="foo" href="/wiki/WikiLink.html">WikiLink</a>.</p>' 41 u'<p>Some text with a <a href="http://example.com/WikiLink.html">WikiLink</a>.</p>' 52 u'<p>Some text with a <a href="http://example.com/WikiLink.html">WikiLink</a>.</p>' 57 u'<p>No <a class="wikilink" href="/MetaData/">MetaData</a> here.</p>' 66 u'<p><a class="wikilink" href="/bar/">foo</a></p>' 126 a.set('href', url)
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ProcessingInstruction.cpp | 103 String href = attrs.get("href"); 112 if (href.length() > 1 && href[0] == '#') { 113 m_localHref = href.substring(1); 124 String url = document().completeURL(href).string(); 129 FetchRequest request(ResourceRequest(document().completeURL(href)), FetchInitiatorTypeNames::processinginstruction); 167 void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource* sheet) 177 RefPtr<StyleSheetContents> newSheet = StyleSheetContents::create(href, parserContext); 192 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 94 print ($row["bugid"] ? "[<a href=\"https://bugs.eclipse.org/bugs/show_bug.cgi?id={$row['bugid']}\">{$row['bugid']}</a>] " : ""); 95 print "<a href=\"" . cvsfile($row["cvsname"]) . "\"><abbr title=\"{$row['cvsname']}\">$file</abbr></a> ({$row['branch']} " . showrev($row['revision'], $row["cvsname"]) . ")"; 112 <p><a href="http://wiki.eclipse.org/index.php/Search_CVS">Consult the wiki</a>, or try these examples:</p> 114 <li><a href="?q=%5B155286%5D">[155286]</a></li> 115 <li><a href="?q=98877+file%3A+ChangeAdapter">98877 file: ChangeAdapter</a></li> 116 <li><a href="?q=file%3A+org.eclipse.emf%2F+days%3A+7">file: org.eclipse.emf/ days: 7</a></li> 117 <li><a href="?q=days%3A200+author%3Amerks">days:200 author:merks</a></li> 118 <li><a href="?q=branch%3A+R2_1_+file%3A+.xml">branch: R2_1_ file: .xml</a></li> 119 <li><a href="?q=static+dynamic+project%3A+org.eclipse.emf">static dynamic project: org.eclipse.emf</a></li> 120 <li><a href="?q=%22package+protected%22">"package protected"</a></li [all...] |
/external/chromium_org/ppapi/tests/ |
test_url_util.cc | 126 pp::Var href = window.GetProperty("location").GetProperty("href"); local 127 ASSERT_TRUE(href.is_string()); 129 ASSERT_EQ(url.AsString(), href.AsString()); 145 pp::Var href = window.GetProperty("location").GetProperty("href"); local 146 ASSERT_TRUE(href.is_string()); 147 ASSERT_EQ(url.AsString(), href.AsString());
|
/external/doclava/res/assets/templates/ |
docpage.cs | 13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> > 26 <a href="#top" style="float:right">↑ Go to top</a> 28 <p><a href="<?cs var:parent.link ?>">← Back to <?cs var:parent.title ?></a></p>
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGFontFaceUriElement.cpp | 93 const AtomicString& href = getAttribute(XLinkNames::hrefAttr); local 94 if (!href.isNull()) { 96 FetchRequest request(ResourceRequest(document().completeURL(href)), localName());
|
/external/chromium_org/android_webview/common/ |
render_view_messages.h | 28 IPC_STRUCT_TRAITS_MEMBER(href)
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Location.idl | 32 // |assign|, |replace|, and *writing* |href| do not require a security 35 // However, *reading* |href|, or accessing any component, is a security 37 [SetterCallWith=ActiveWindow&FirstWindow, DoNotCheckSecurity=Setter, Unforgeable] attribute DOMString href; 56 [NotEnumerable, Unforgeable, ReadOnly, ImplementedAs=href] DOMString toString();
|