Searched refs:document (Results 1 - 25 of 229) sorted by relevance

12345678910

/external/slf4j/slf4j-site/src/site/pages/templates/
H A Dleft.js0 document.write('<div class="menuGroup">');
2 document.write(' <p class="menu_header">SLF4J Project</p>');
3 document.write(' <a href="index.html">Introduction</a>');
4 document.write(' <a href="download.html">Download</a>');
5 document.write(' <a href="docs.html">Documentation</a>');
6 document.write(' <a href="license.html">License</a>');
7 document.write(' <a href="news.html">News</a>');
9 document.write(' <p class="menu_header">Support</p>');
11 document.write(' <a href="mailing-lists.html">Mailing Lists</a>');
12 document
[all...]
H A Dheader.js2 document.write('<table width="100%" border="0"><tr>');
3 document.write('<td><a href="http://www.slf4j.org/">');
4 document.write('<img src="' + prefix + 'images/logos/slf4j-logo.jpg" alt="" border="0"/>');
5 document.write('</a></td>')
7 //document.write('<td align="right"><a id="job" href="http://logback.qos.ch/job.html">');
8 //document.write('<img src="' + prefix + 'images/myjob.png" alt="" border="0"/>');
9 //document.write('</a></td>')
11 document.write('</tr></table>');
12 document.write('<div id="breadcrumbs"></div>')
H A Dfooter.js2 document.write('<table class="footer" border="0">')
4 document.write('<tr>')
6 document.write(' <td valign="top" align="left">Copyright &copy; 2004-2015 <a href="http://www.qos.ch/">QOS.ch</a></td>')
8 //document.write(' <td rowspan="2">');
9 //document.write(' <a href="http://twitter.com/qos_ch">');
10 //document.write(' <img alt="Follow @qos_ch" src="images/follow_us.png" />');
11 //document.write(' </a>');
12 //document.write(' </td>');
15 document.write('</tr>')
19 document
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc_embeddertest.cpp17 EXPECT_EQ(0, FPDFDest_GetPageIndex(document(), nullptr));
20 FPDF_DEST dest = FPDF_GetNamedDestByName(document(), "First");
22 EXPECT_EQ(1, FPDFDest_GetPageIndex(document(), dest));
25 dest = FPDF_GetNamedDestByName(document(), "Next");
27 EXPECT_EQ(1, FPDFDest_GetPageIndex(document(), dest));
30 dest = FPDF_GetNamedDestByName(document(), "FirstAlternate");
32 EXPECT_EQ(11, FPDFDest_GetPageIndex(document(), dest));
35 dest = FPDF_GetNamedDestByName(document(), "LastAlternate");
37 EXPECT_EQ(0, FPDFDest_GetPageIndex(document(), dest));
H A Dfpdfview_embeddertest.cpp26 EXPECT_TRUE(FPDF_GetFileVersion(document(), &version));
29 EXPECT_EQ(0xFFFFFFFF, FPDF_GetDocPermissions(document()));
30 EXPECT_EQ(-1, FPDF_GetSecurityHandlerRevision(document()));
45 EXPECT_TRUE(FPDF_VIEWERREF_GetPrintScaling(document()));
46 EXPECT_EQ(1, FPDF_VIEWERREF_GetNumCopies(document()));
47 EXPECT_EQ(DuplexUndefined, FPDF_VIEWERREF_GetDuplex(document()));
58 dest = FPDF_GetNamedDest(document(), 0, nullptr, &buffer_size);
64 dest = FPDF_GetNamedDest(document(), 0, fixed_buffer, &buffer_size);
71 dest = FPDF_GetNamedDest(document(), 0, fixed_buffer, &buffer_size);
80 dest = FPDF_GetNamedDest(document(),
[all...]
H A Dfpdfdoc.cpp30 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) argument
32 if (!document)
34 CPDF_Document* pDoc = (CPDF_Document*)document;
40 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK pDict) argument
42 if (!document || !pDict)
44 CPDF_Document* pDoc = (CPDF_Document*)document;
64 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_Find(FPDF_DOCUMENT document, FPDF_WIDESTRING title) argument
66 if (!document)
70 CPDF_Document* pDoc = (CPDF_Document*)document;
77 DLLEXPORT FPDF_DEST STDCALL FPDFBookmark_GetDest(FPDF_DOCUMENT document, FPDF_BOOKMAR argument
124 FPDFAction_GetDest(FPDF_DOCUMENT document, FPDF_ACTION pDict) argument
135 FPDFAction_GetURIPath(FPDF_DOCUMENT document, FPDF_ACTION pDict, void* buffer, unsigned long buflen) argument
151 FPDFDest_GetPageIndex(FPDF_DOCUMENT document, FPDF_DEST pDict) argument
182 FPDFLink_GetDest(FPDF_DOCUMENT document, FPDF_LINK pDict) argument
[all...]
H A Dfpdfsave.cpp57 FPDF_BOOL _FPDF_Doc_Save(FPDF_DOCUMENT document,FPDF_FILEWRITE * pFileWrite,FPDF_DWORD flags, FPDF_BOOL bSetVersion, argument
60 CPDF_Document* pDoc = (CPDF_Document*)document;
86 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveAsCopy( FPDF_DOCUMENT document,FPDF_FILEWRITE * pFileWrite, argument
89 return _FPDF_Doc_Save(document, pFileWrite, flags, FALSE , 0);
93 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveWithVersion( FPDF_DOCUMENT document,FPDF_FILEWRITE * pFileWrite, argument
96 return _FPDF_Doc_Save(document, pFileWrite, flags, TRUE , fileVersion);
/external/v8/test/mjsunit/regress/
H A Dregress-3252443.js28 var document = new Object(); class
29 document.getElementById = function(s) { return { style: {}}};
31 document.getElementById(p1+p0).style.display='';
32 document.getElementById(p1+''+p0).style.backgroundColor = "";
33 document.getElementById(p1+''+p0).style.color="";
34 document.getElementById(p1+''+p0).style.borderBottomColor = "";
37 document.getElementById(p1+i).style.display='';
38 document.getElementById(p1+''+i).style.backgroundColor = "";
39 document.getElementById(p1+''+i).style.color="";
40 document
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
H A DFingerprints.js2 var formSelect=document.forms[0].elements[0];
4 var idx=document.URL.indexOf("php?");
6 window.open(document.URL+"?fp_type="+type, "_self");
8 window.open(document.URL.substring(0,idx)+"php?fp_type="+type, "_self");
13 var idx=document.URL.indexOf("?");
16 var typeStr=document.URL.substring(idx+1, document.URL.length);
30 var formSelect=document.forms[0].elements[0];
H A DToolTip.js4 element = document.getElementById(elementId);
14 element = document.getElementById(elementId);
/external/clang/www/analyzer/scripts/
H A Dmenu.js2 if (document.all&&document.getElementById) {
3 navRoot = document.getElementById("nav");
H A Dexpandcollapse.js32 if (!document.getElementById)
37 // Examine all table rows in the document.
38 var rows = document.body.getElementsByTagName("tr");
68 var data = document.createElement("div");
75 var expander = document.createElement("img");
120 var body = document.body,
121 html = document.documentElement,
162 var expandableDiv = document.getElementById("cell" + idxStr);
164 var data = document.getElementById("data" + idxStr);
165 var expander = document
[all...]
/external/libxml2/doc/examples/
H A Dparse3.c3 * synopsis: Parse an XML document in memory to a tree and free it
16 static const char *document = "<doc/>"; variable
20 * @content: the content of the document
23 * Parse the in memory document and free the resulting tree
27 xmlDocPtr doc; /* the resulting document tree */
30 * The document being in memory, it have no base per RFC 2396,
35 fprintf(stderr, "Failed to parse document\n");
49 example3Func(document, 6);
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
H A Dserializer_test.js17 document = parser.parse('<template>yo<div></div>42</template>'),
26 serializer.serialize(document);
39 document = parser.parse(html),
40 serializedResult = serializer.serialize(document);
63 var document = parser.parse(html),
64 serializedResult = serializer.serialize(document);
86 var document = parser.parse(htmlStr.src),
87 serializedResult = serializer.serialize(document);
122 var document = parser.parse(testCase.src),
123 serializedResult = serializer.serialize(document);
[all...]
/external/libvncserver/webclients/novnc/include/
H A Dwebutil.js11 /*global Util, window, document */
21 if (document.getElementById) {
22 return document.getElementById(id);
23 } else if (document.all) {
24 return document.all[id];
25 } else if (document.layers) {
26 return document.layers[id];
41 Util._log_level = (document.location.href.match(
80 return (document.location.href.match(re) || ['',defVal])[1];
99 document
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/apidoc/
H A Depydoc.js6 var elts = document.getElementsByTagName("a");
15 var elts = document.getElementsByTagName("div");
28 var elts = document.getElementsByTagName("tr");
35 var elts = document.getElementsByTagName("li");
43 var elts = document.getElementsByTagName("ul");
50 document.cookie = "EpydocPrivate="+cmd;
53 var elts = document.getElementsByTagName("a");
63 var dc = document.cookie;
71 var end = document.cookie.indexOf(";", begin);
86 var elt = document
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/apidoc/
H A Depydoc.js6 var elts = document.getElementsByTagName("a");
15 var elts = document.getElementsByTagName("div");
28 var elts = document.getElementsByTagName("tr");
35 var elts = document.getElementsByTagName("li");
43 var elts = document.getElementsByTagName("ul");
50 document.cookie = "EpydocPrivate="+cmd;
53 var elts = document.getElementsByTagName("a");
63 var dc = document.cookie;
71 var end = document.cookie.indexOf(";", begin);
86 var elt = document
[all...]
/external/lldb/www/python_reference/
H A Depydoc.js6 var elts = document.getElementsByTagName("a");
15 var elts = document.getElementsByTagName("div");
28 var elts = document.getElementsByTagName("tr");
35 var elts = document.getElementsByTagName("li");
43 var elts = document.getElementsByTagName("ul");
50 document.cookie = "EpydocPrivate="+cmd;
53 var elts = document.getElementsByTagName("a");
63 var dc = document.cookie;
71 var end = document.cookie.indexOf(";", begin);
86 var elt = document
[all...]
/external/pdfium/public/
H A Dfpdf_doc.h20 // document - Handle to the document. Returned by FPDF_LoadDocument or FPDF_LoadMemDocument.
25 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
30 // document - Handle to the document. Returned by FPDF_LoadDocument or FPDF_LoadMemDocument.
35 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
57 // Find a bookmark in the document, using the bookmark title.
59 // document - Handle to the document. Returned by FPDF_LoadDocument or FPDF_LoadMemDocument.
66 DLLEXPORT FPDF_BOOKMARK STDCALL FPDFBookmark_Find(FPDF_DOCUMENT document, FPDF_WIDESTRIN
[all...]
H A Dfpdf_save.h53 // Saves the copy of specified document in custom way.
55 // document - Handle to document. Returned by FPDF_LoadDocument and FPDF_CreateNewDocument.
61 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveAsCopy( FPDF_DOCUMENT document,FPDF_FILEWRITE * pFileWrite,
65 // Same as function ::FPDF_SaveAsCopy, except the file version of the saved document could be specified by user.
67 // document - Handle to document.
74 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveWithVersion(FPDF_DOCUMENT document,FPDF_FILEWRITE * pFileWrite,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedAddEntryTask.java264 Document document=null;
266 document=documentBuilder.parse(file);
282 Element element=document.getDocumentElement();
291 Node newNode=createEntry(document);
306 element.insertBefore(document.createTextNode(NL + " "),refNode); //$NON-NLS-1$
312 transformer.transform(new DOMSource(document),new StreamResult(new OutputStreamWriter(new FileOutputStream(file))));
315 transformer.transform(new DOMSource(document),new StreamResult(System.out));
328 private Element createEntry(Document document) { argument
331 Element entry = document.createElement("entry"); //$NON-NLS-1$
345 elem = document
514 attachNode(Document document,Element entry,Element elem,String txt) argument
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/docs/web/
H A Dsite.js2 var els = document.getElementsByTagName('UL');
13 var plus_minus = document.createTextNode(' [-]');
15 anchor = document.createElement('A');
30 plus_minus = document.createTextNode(' [-]');
35 plus_minus = document.createTextNode(' [+]');
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt014parser.py15 parser.document()
32 parser.document()
46 parser.document()
62 parser.document()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DXmlLoader.java15 protected abstract void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Exception; argument
/external/chromium-trace/trace-viewer/tracing/third_party/css-element-queries/src/
H A DElementQueries.js25 element = document.documentElement;
53 return value * document.documentElement.clientWidth / 100;
55 return value * document.documentElement.clientHeight / 100;
58 var vw = document.documentElement.clientWidth / 100;
59 var vh = document.documentElement.clientHeight / 100;
164 if (document.querySelectorAll) query = document.querySelectorAll.bind(document);
169 throw 'No document.querySelectorAll, jQuery or Mootools\'s $$ found.';
234 for (var i = 0, j = document
[all...]

Completed in 995 milliseconds

12345678910