/external/chromium_org/ui/webui/resources/css/ |
bubble.css | 37 html[dir='rtl'] .bubble-close {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-antlr.jar | |
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 50 # Look for a corresponding .html file for each .text file: 52 $resultfile =~ s{\.text$}{\.html}i; 133 Flag to turn on using the command line 'tidy' tool to normalize HTML 152 + Better handling of case when foo.text exists, but foo.html doesn't.
|
/external/markdown/markdown/extensions/ |
wikilinks.py | 13 >>> html = markdown.markdown(text, ['wikilinks']) 14 >>> html 27 ... ['wikilinks(base_url=/wiki/,end_url=.html,html_class=foo)'] 29 u'<p>Some text with a <a class="foo" href="/wiki/WikiLink.html">WikiLink</a>.</p>' 37 ... ('end_url', '.html'), 41 u'<p>Some text with a <a href="http://example.com/WikiLink.html">WikiLink</a>.</p>' 46 ... wiki_end_url: .html 52 u'<p>Some text with a <a href="http://example.com/WikiLink.html">WikiLink</a>.</p>' 70 python markdown.py -x wikilinks(base_url=http://example.com/,end_url=.html,html_class=foo) src.txt
|
/external/markdown/markdown/ |
inlinepatterns.py | 25 and _then_ try to replace inline html, we would end up with a mess. 31 * then we handle auto-links (must be done before inline html) 33 * then we handle inline HTML. At this point we will simply 34 replace all inline HTML strings with a placeholder and add 35 the actual HTML to a hash. 49 from html import entities as htmlentitydefs 215 """ Store raw inline html and return a placeholder. """ 248 its aliases (see <http://ha.ckers.org/xss.html>), we whitelist known 253 scheme. On top of that relative links (i.e.: "foo/bar.html") have no
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
HtmlConversationTemplates.java | 35 * Renders data into very simple string-substitution HTML templates for conversation view. 37 * Templates should be UTF-8 encoded HTML with '%s' placeholders to be substituted upon render. 57 * Pattern for HTML img tags with a "src" attribute where the value is an absolutely-specified 132 static String replaceAbsoluteImgUrls(final String html) { 133 return sAbsoluteImgUrlPattern.matcher(html).replaceAll(IMG_URL_REPLACEMENT); 149 * into "gm-src" before loading the HTML. Parsing the potentially dirty HTML input is
|
/sdk/templates/docs/ |
cssreset-min.css | 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
|
/external/chromium/chrome/browser/resources/options/ |
cookies_view.css | 7 /* styles for the cookies list elements in cookies_view.html */ 14 html[dir=rtl] #remove-all-cookies-search-column { 69 html[dir=rtl] list.cookie-list > .deletable-item > .close-button {
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
LoadDataWithBaseUrlTest.java | 73 return "<html>" + 80 "</html>"; 84 return "<html>" + 100 "</html>"; 119 "text/html", false, webServer.getBaseUrl(), null); 139 loadDataWithBaseUrlSync(pageHtml, "text/html", false, webServer.getBaseUrl(), null); 155 final String html = getCrossOriginAccessTestPageHtml(frameUrl); local 158 loadDataWithBaseUrlSync(html, "text/html", false, webServer.getBaseUrl(), null); 174 final String html = getCrossOriginAccessTestPageHtml(frameUrl) local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
network_dropdown.css | 41 html[dir=rtl] .dropdown-title { 73 html[highlight=strong] .dropdown-title:focus {
|
/external/chromium_org/chrome/browser/resources/ |
flags.css | 43 html[dir=rtl] #header { 98 html[dir=rtl] #experiment-reset-all {
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
most_visited_page.css | 49 html[dir=rtl] .most-visited .close-button { 75 html[dir='rtl'] .most-visited .favicon {
|
/external/chromium_org/chrome/browser/resources/safe_browsing/ |
malware_block_v2.css | 5 html.loading [jsdisplay] { 33 html[dir='rtl'] .float {
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
overlay.css | 83 html[dir='rtl'] .overlay .page > .close-button { 127 html[dir='rtl'] .overlay .page .action-area {
|
/external/chromium_org/content/public/test/ |
render_view_test.h | 71 // Loads the given HTML into the main frame as a data: URL and blocks until 73 void LoadHTML(const char* html);
|
/external/chromium_org/content/renderer/ |
drop_data_builder.cc | 43 result.html = base::NullableString16(item.stringData, false);
|
/external/chromium_org/ppapi/tests/ |
testing_instance.h | 115 // Add a post-condition to the JavaScript on the test_case.html page. This 141 // Appends the given HTML string to the console in the document. 142 void LogHTML(const std::string& html);
|
/external/chromium_org/remoting/webapp/ |
menu_button.js | 39 // and the document <html> tag, respectively. These handlers are added and 54 // Attach the click handler to the <html> node so that it includes
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLViewSourceDocument.cpp | 26 #include "core/html/HTMLViewSourceDocument.h" 31 #include "core/html/HTMLAnchorElement.h" 32 #include "core/html/HTMLBRElement.h" 33 #include "core/html/HTMLBaseElement.h" 34 #include "core/html/HTMLBodyElement.h" 35 #include "core/html/HTMLDivElement.h" 36 #include "core/html/HTMLHtmlElement.h" 37 #include "core/html/HTMLTableCellElement.h" 38 #include "core/html/HTMLTableElement.h" 39 #include "core/html/HTMLTableRowElement.h 67 RefPtr<HTMLHtmlElement> html = HTMLHtmlElement::create(this); local [all...] |
/external/chromium_org/third_party/jinja2/ |
meta.py | 64 >>> ast = env.parse('{% extends "layout.html" %}{% include helper %}') 66 ['layout.html', None]
|
/external/chromium_org/tools/grit/grit/tool/ |
android2grd_unittest.py | 59 'Open <xliff:g id="FILENAME" example="internet.html">%s</xliff:g>?' 65 self.assertEqual(msg.GetPlaceholders()[0].example, 'internet.html')
|
/external/chromium_org/tools/page_cycler/common/ |
head.js | 64 doc = "../../common/report.html"; 70 doc = "../" + __pages()[__page] + "/index.html";
|
/external/chromium_org/tools/page_cycler/database/ |
head.js | 70 doc = '../../common/report.html'; 76 doc = 'index.html';
|
/external/chromium_org/tools/page_cycler/indexed_db/ |
head.js | 70 doc = '../../common/report.html'; 76 doc = 'index.html';
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_aurax11.cc | 288 void OSExchangeDataProviderAuraX11::SetHtml(const base::string16& html, 295 ui::AddString16ToVector(html, &bytes); 302 bool OSExchangeDataProviderAuraX11::GetHtml(base::string16* html, 311 *html = data.GetHtml();
|