Searched refs:footer (Results 1 - 25 of 36) sorted by relevance

12

/external/doclava/res/assets/templates/
H A Dfooter.cs1 <div id="footer">
3 </div> <!-- end footer -->
/external/qemu/proxy/
H A Dproxy_http_int.h22 char* footer; /* the footer contains the static parts of the */ member in struct:HttpService
H A Dproxy_http.c25 if (service->footer != service->footer0)
26 qemu_free(service->footer);
112 /* prepare footer */
161 PROXY_LOG( "%s: buffer overflow when creating connection footer",
167 service->footer = service->footer0;
168 service->footer_len = (p - service->footer);
173 service->footer_len, service->footer );
H A Dproxy_http_connector.c60 stralloc_add_bytes(str, service->footer, service->footer_len);
/external/chromium/net/base/
H A Dpem_tokenizer.cc26 std::string footer; member in struct:net::PEMTokenizer::PEMType
51 // Look for a footer matching the header. If none is found, then all
53 StringPiece::size_type footer_pos = str_.find(it->footer, pos_);
59 // Chop off the header and footer and parse the data in between.
61 pos_ = footer_pos + it->footer.size();
93 // Construct PEM header/footer strings for all the accepted types, to
100 allowed_type.footer = base::StringPrintf(kPEMEndBlock, it->c_str());
/external/chromium/chrome/browser/resources/ntp4/
H A Dnew_tab.css31 /* Must match #footer height. */
35 by footer */
48 #footer {
56 * border-image on #footer once WebKit supports border-image-slice.
58 #footer-border {
64 #footer-content {
70 #footer-content > * {
75 #footer-content span {
149 #footer.rearrange-mode #trash {
/external/qemu/block/
H A Dvpc.c71 // the bytes in the footer without the checksum field")
157 struct vhd_footer* footer; local
165 footer = (struct vhd_footer*) s->footer_buf;
166 if (strncmp(footer->creator, "conectix", 8))
169 checksum = be32_to_cpu(footer->checksum);
170 footer->checksum = 0;
176 // rather than on the size stored in the footer (the size in the footer
179 be16_to_cpu(footer->cyls) * footer
494 struct vhd_footer* footer = (struct vhd_footer*) buf; local
[all...]
/external/qemu/
H A Dgen-skin.py17 footer = """\
75 print footer
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dmain.css85 #footer {
97 #footer .divider {
103 #footer label {
113 #footer label span {
196 #footer {
245 #footer button {
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java90 public void setFooter (final IContent footer) argument
92 if (footer != null) m_footer = footer;
96 * Overridden to ensure header/footer appear first/last in the body.
/external/webkit/Tools/WinLauncher/
H A DPrintWebUIDelegate.cpp176 LPCWSTR footer = L"[Sample Footer]"; local
177 size_t length = wcslen(footer);
179 // Add a line, 1/10th inch above the footer text from left margin to right margin.
186 int rc = ::DrawTextW(dc, footer, length, rect, DT_LEFT | DT_NOCLIP | DT_VCENTER | DT_SINGLELINE);
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dnewtab.css35 by footer
40 bottom: 60px; /* must match #footer height */
139 #footer {
171 #footer.rearrange-mode .dot {
210 #footer.rearrange-mode #trash {
/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h172 const char *header =NULL, const char *footer =NULL);
/external/skia/tests/
H A DPDFPrimitivesTest.cpp42 static char footer[] = "\nendobj\n"; local
43 static size_t footerLen = strlen(footer);
62 footer, footerLen) == 0);
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java406 * Finish the XML document, writing the given footer text at the
408 * @param footer the footer text, this will not be escaped
410 public void finish(String footer) throws IOException { argument
412 m_out.write(footer);
/external/clang/docs/
H A DMakefile30 DOXYFILES := doxygen.cfg.in doxygen.css doxygen.footer doxygen.header \
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css454 #footer {
462 #footer a {
467 #footer a:hover {
/external/libvpx/examples/includes/geshi/contrib/
H A Dexample.php85 // Use the header/footer functionality. This puts a div with content within the PRE element, so it is
86 // affected by the styles set by set_overall_style. So if the PRE has a border then the header/footer will
135 #footer {
140 #footer a {
213 <div id="footer">GeSHi &copy; Nigel McNie, 2004, released under the GNU GPL<br />
/external/chromium/chrome/browser/resources/file_manager/css/
H A Dfile_manager.css57 .dialog-footer {
377 .dialog-footer .filename-label {
/external/flac/include/FLAC/
H A Dformat.h457 /** FLAC frame footer structure. (c.f. <A HREF="../format.html#frame_footer">format specification</A>)
475 FLAC__FrameFooter footer; member in struct:__anon4348
/external/llvm/docs/
H A DMakefile30 DOXYFILES := doxygen.cfg.in doxygen.css doxygen.footer doxygen.header \
/external/webkit/Source/WebCore/rendering/
H A DFixedTableLayout.cpp146 section = m_table->footer();
H A DRenderTable.h144 RenderTableSection* footer() const { return m_foot; } function in class:WebCore::RenderTable
/external/webkit/Tools/Scripts/
H A DVCSUtils.pm1012 # line of the footer to parse. This line begins with
1017 # $propertyHashRef: a hash reference representing an SVN diff footer.
1028 my %footer;
1030 $footer{propertyPath} = $1;
1036 # we process is $svnPropertyStartRegEx in a well-formed footer.
1037 # A well-formed footer has the form:
1064 $footer{executableBitDelta} = $propertyHashRef->{propertyChangeDelta};
1068 return(\%footer, $_);
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php84 * <tfooter><tr><td colspan="2">$footer</td></tr></tfoot>
353 * The content of the footer block
365 * The style of the footer block
1564 * Sets the content of the footer block
1566 * @param string The content of the footer block
1584 * Sets the style for the footer content
1586 * @param string The style for the footer content
3931 $parsed_code .= $this->footer();
4015 * Returns the footer for the code block.
4017 * @return string The footer fo
4021 function footer() { function
4022 $footer = $this->footer_content; variable
4025 $footer = str_replace("\\n", '', $footer);; variable
4027 $footer = $this->replace_keywords($footer); variable
4035 $footer = "<tfoot><tr><td colspan=\\"2\\">$footer</td></tr></tfoot>"; variable
4037 $footer = "<div$attr>$footer</div>"; variable
[all...]

Completed in 597 milliseconds

12