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

1234567891011>>

/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/autotest/client/site_tests/power_LoadTest/extension/
H A Dprevent_unload_popup.js6 if (document.location.hostname === PLAY_MUSIC_HOSTNAME) {
7 var script = document.createElement('script');
9 document.documentElement.insertBefore(script, document.documentElement.firstChild);
/external/testng/doc/
H A Dbanner.js2 // Writes a table data element to the document. If pHRef equals
15 document.write(' <td')
16 document.write(pCurrentPage == pHRef ? ' class="current"' : '')
17 document.write('><a href="')
18 document.write(pHRef)
19 document.write('">')
20 document.write(pValue)
21 document.writeln('</a></td>')
25 // Writes the main menu to the document.
29 document
[all...]
/external/clang/tools/scan-build-py/libscanbuild/resources/
H A Dselectable.js3 var Rows = document.getElementsByTagName("tr");
12 var Inputs = document.getElementsByTagName("input");
24 if (document.getElementById)
25 var returnVar = document.getElementById(id);
26 else if (document.all)
27 var returnVar = document.all[id];
28 else if (document.layers)
29 var returnVar = document.layers[id];
/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");
/external/pdfium/fpdfsdk/
H A Dfpdfppo_embeddertest.cpp25 EXPECT_FALSE(FPDF_CopyViewerPreferences(output_doc, document()));
34 EXPECT_TRUE(FPDF_CopyViewerPreferences(output_doc, document()));
46 EXPECT_TRUE(FPDF_CopyViewerPreferences(output_doc, document()));
47 EXPECT_TRUE(FPDF_ImportPages(output_doc, document(), "1", 0));
62 EXPECT_FALSE(FPDF_ImportPages(output_doc, document(), "clams", 0));
63 EXPECT_FALSE(FPDF_ImportPages(output_doc, document(), "0", 0));
64 EXPECT_FALSE(FPDF_ImportPages(output_doc, document(), "42", 0));
65 EXPECT_FALSE(FPDF_ImportPages(output_doc, document(), "1,2", 0));
66 EXPECT_FALSE(FPDF_ImportPages(output_doc, document(), "1-2", 0));
67 EXPECT_FALSE(FPDF_ImportPages(output_doc, document(), ",
[all...]
H A Dfpdfdoc_embeddertest.cpp23 EXPECT_EQ(0U, FPDFDest_GetPageIndex(document(), nullptr));
26 FPDF_DEST dest = FPDF_GetNamedDestByName(document(), "First");
28 EXPECT_EQ(1U, FPDFDest_GetPageIndex(document(), dest));
31 dest = FPDF_GetNamedDestByName(document(), "Next");
33 EXPECT_EQ(1U, FPDFDest_GetPageIndex(document(), dest));
36 dest = FPDF_GetNamedDestByName(document(), "FirstAlternate");
38 EXPECT_EQ(11U, FPDFDest_GetPageIndex(document(), dest));
41 dest = FPDF_GetNamedDestByName(document(), "LastAlternate");
43 EXPECT_EQ(0U, FPDFDest_GetPageIndex(document(), dest));
50 EXPECT_EQ(0U, FPDFDest_GetPageIndex(document(), nullpt
[all...]
H A Dfpdfview_embeddertest.cpp25 EXPECT_TRUE(FPDF_GetFileVersion(document(), &version));
28 EXPECT_EQ(0xFFFFFFFF, FPDF_GetDocPermissions(document()));
29 EXPECT_EQ(-1, FPDF_GetSecurityHandlerRevision(document()));
38 EXPECT_FALSE(FPDF_GetFileVersion(document(), &version));
48 EXPECT_EQ(kExpected, FPDF_GetDocPermissions(document()));
51 EXPECT_EQ(-1, FPDF_GetSecurityHandlerRevision(document()));
53 EXPECT_EQ(0, FPDF_GetPageCount(document()));
55 EXPECT_TRUE(FPDF_VIEWERREF_GetPrintScaling(document()));
56 EXPECT_EQ(1, FPDF_VIEWERREF_GetNumCopies(document()));
57 EXPECT_EQ(DuplexUndefined, FPDF_VIEWERREF_GetDuplex(document()));
[all...]
H A Dfpdfext_embeddertest.cpp18 EXPECT_EQ(PAGEMODE_USENONE, FPDFDoc_GetPageMode(document()));
23 EXPECT_EQ(PAGEMODE_USEOUTLINES, FPDFDoc_GetPageMode(document()));
H A Dfpdfsave_embeddertest.cpp23 EXPECT_TRUE(FPDF_SaveAsCopy(document(), this, 0));
30 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 14));
37 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, -1));
41 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 0));
45 EXPECT_TRUE(FPDF_SaveWithVersion(document(), this, 0, 18));
57 EXPECT_TRUE(FPDF_ImportPages(output_doc, document(), "1", 0));
66 EXPECT_TRUE(FPDF_SaveAsCopy(document(), this, 0));
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_security_handler_embeddertest.cpp12 EXPECT_EQ(0xFFFFFFFF, FPDF_GetDocPermissions(document()));
17 EXPECT_EQ(0xFFFFFFFF, FPDF_GetDocPermissions(document()));
30 EXPECT_EQ(0xFFFFF2C0, FPDF_GetDocPermissions(document()));
35 EXPECT_EQ(0xFFFFFFFC, FPDF_GetDocPermissions(document()));
48 EXPECT_EQ(0xFFFFFFFC, FPDF_GetDocPermissions(document()));
53 EXPECT_EQ(0xFFFFFFFC, FPDF_GetDocPermissions(document()));
H A Dcpdf_document_unittest.cpp139 std::unique_ptr<CPDF_TestDocumentForPages> document = local
142 CPDF_Dictionary* page = document->GetPage(i);
147 CPDF_Dictionary* page = document->GetPage(7);
152 std::unique_ptr<CPDF_TestDocumentWithPageWithoutPageNum> document = local
154 const CPDF_Dictionary* page = document->GetPage(2);
158 const CPDF_Dictionary* second_call_page = document->GetPage(2);
164 std::unique_ptr<CPDF_TestDocumentForPages> document = local
167 CPDF_Dictionary* page = document->GetPage(i);
172 CPDF_Dictionary* page = document->GetPage(7);
177 std::unique_ptr<CPDF_TestDocumentForPages> document local
[all...]
/external/snakeyaml/src/test/java/examples/
H A DCollectionStyleTest.java26 String document = " a: 1\n b:\n c: 3\n d: 4\n";
27 assertEquals("a: 1\nb: {c: 3, d: 4}\n", yaml.dump(yaml.load(document)));
34 String document = " a: 1\n b:\n c: 3\n d: 4\n";
35 assertEquals("a: 1\nb:\n c: 3\n d: 4\n", yaml.dump(yaml.load(document)));
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DChapter2_3Test.java33 YamlDocument document = new YamlDocument("example2_13.yaml");
34 String data = (String) document.getNativeData();
39 YamlDocument document = new YamlDocument("example2_14.yaml");
40 String data = (String) document.getNativeData();
61 YamlDocument document = new YamlDocument("example2_16.yaml");
62 Map<String, String> map = (Map<String, String>) document.getNativeData();
73 YamlDocument document = new YamlDocument("example2_17.yaml", false);
74 Map<String, String> map = (Map<String, String>) document.getNativeData();
86 YamlDocument document = new YamlDocument("example2_17_unicode.yaml");
87 Map<String, String> map = (Map<String, String>) document
[all...]
H A DChapter2_1Test.java32 YamlDocument document = new YamlDocument("example2_1.yaml");
33 List<String> list = (List<String>) document.getNativeData();
38 assertEquals("[Mark McGwire, Sammy Sosa, Ken Griffey]\n", document.getPresentation());
43 YamlDocument document = new YamlDocument("example2_2.yaml");
44 Map<String, Object> map = (Map<String, Object>) document.getNativeData();
57 YamlDocument document = new YamlDocument("example2_3.yaml");
58 Map<String, List<String>> map = (Map<String, List<String>>) document.getNativeData();
74 YamlDocument document = new YamlDocument("example2_4.yaml");
75 List<Map<String, Object>> list = (List<Map<String, Object>>) document.getNativeData();
84 YamlDocument 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/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
H A Dserver.js4 var area=document.querySelector("#serverlog");
22 var addr=document.querySelector("#addresses");
25 var option = document.createElement('option');
34 document.querySelector(".serving-at").innerText=addr+":"+port;
35 document.querySelector("#server").className="connected";
39 document.querySelector("#server").className="";
42 document.getElementById('serverStart').addEventListener('click', function() {
43 var addr=document.getElementById("addresses").value;
44 var port=parseInt(document.getElementById("serverPort").value);
49 document
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DBeanConstructorTest.java31 String document = Util.getLocalResource("constructor/test-primitives1.yaml");
32 TestBean1 result = (TestBean1) yaml.load(document);
96 String document = "charClass: id";
98 yaml.load(document);
104 document = "charClass: #";
105 TestBean1 bean = (TestBean1) yaml.load(document);
107 document = "charClass: ''";
108 bean = (TestBean1) yaml.load(document);
110 document = "charClass:\n";
111 bean = (TestBean1) yaml.load(document);
[all...]
/external/pdfium/public/
H A Dfpdf_save.h53 // Saves the copy of specified document in custom way.
55 // document - Handle to document. Returned by
62 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveAsCopy(FPDF_DOCUMENT document,
68 // saved document could be specified by user.
70 // document - Handle to document.
78 DLLEXPORT FPDF_BOOL STDCALL FPDF_SaveWithVersion(FPDF_DOCUMENT document,
H A Dfpdf_doc.h19 // Go to a destination within current document.
21 // Go to a destination within another document.
41 // document - handle to the document.
48 FPDFBookmark_GetFirstChild(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
52 // document - handle to the document.
58 FPDFBookmark_GetNextSibling(FPDF_DOCUMENT document, FPDF_BOOKMARK bookmark);
77 // Find the bookmark with |title| in |document|.
79 // document
[all...]
/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...]

Completed in 513 milliseconds

1234567891011>>