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

12345678

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A DIA_finish.js10 var cf = document.forms[0];
26 cf = document.forms[0];
30 document.getElementById("countdown").style.display="none";
31 document.getElementById("summary").style.display="block";
32 document.getElementById("button").style.display="block";
36 document.getElementById("wep").style.display="block";
41 document.getElementById("wpa").style.display="block";
46 document.getElementById("wep_5g").style.display="block";
51 document.getElementById("wpa_5g").style.display="block";
59 var checkbox = document
[all...]
H A Deffect.js1 $(document).ready(function(){
H A DIA_AP_settings.js5 var cf = document.forms[0];
10 document.getElementById("split_line").style.display = "none";
17 document.getElementById("ssid_24g_row").style.display = block_str;
18 document.getElementById("ssid_5g_row").style.display = block_str;
24 document.getElementById("ssid_5g_row").style.display = "none";
25 document.getElementById("ssid_24g_row").style.display = block_str;
29 document.getElementById("ssid_24g_row").style.display = "none";
30 document.getElementById("ssid_5g_row").style.display = block_str;
38 //document.getElementById("ether_port_row").style.display = block_str;
39 document
[all...]
H A Dap_settings.js85 $(document).ready(function()
105 var cf = document.forms[0];
163 document.getElementById("24g_network").style.display="block";
164 document.getElementById("5g_network").style.display="block";
165 document.getElementById("ether_port_row").style.display = "none";
188 document.getElementById("24g_network").style.display="block";
189 document.getElementById("5g_network").style.display="block";
191 document.getElementById("ether_port_row").style.display = block_str;
193 document.getElementById("ether_port_row").style.display = "none";
194 //document
[all...]
H A Dfunc.js14 if (document.layers) document.captureEvents(Event.KEYPRESS);
15 document.onkeypress = checkKey;
27 if (document.forms[0].elements[0].focus)
28 document.forms[0].elements[0].focus();
38 var msgVar=document.forms[0].message.value;
246 for (i=0;i<document.forms[0].elements.length;i++)
248 if (document.forms[0].elements[i]==txtobj)
250 document.forms[0].elements[i+1].select();
251 document
[all...]
H A Dutility.js42 Internet_bottom = document.getElementById("Internet_bottom");
43 Wireless_bottom = document.getElementById("Wireless_bottom");
44 AttachedDevices_bottom = document.getElementById("AttachedDevices-bottom");
45 ParentalControls_bottom = document.getElementById("ParentalControls-bottom");
46 ReadyShare_bottom = document.getElementById("ReadyShare-bottom");
47 GuestNetwork_bottom = document.getElementById("GuestNetwork-bottom");
49 internet1= document.getElementById("internet1");
50 internet2= document.getElementById("internet2");
51 wireless1= document.getElementById("wireless1");
52 wireless2= document
[all...]
H A Drepeater.js10 viewport = parent.document.getElementById("viewport");
49 if (document.all)
76 if (document.cookie.indexOf("iphone_redirect = false") == -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/html/
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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocument.tex3 The document class can be used to model an application's file-based
4 data. It is part of the document/view framework supported by wxWidgets,
28 A pointer to the command processor associated with this document.
34 Filename associated with this document (``" if none).
40 true if the document has been modified, false otherwise.
46 A pointer to the template from which this document was created.
52 Document title. The document title is used for an associated
60 The document type name given to the wxDocTemplate constructor, copied to this
61 variable when the document is created. If several document template
[all...]
H A Ddoctempl.tex4 document class and a view class.
42 Run-time class information that allows document instances to be constructed dynamically.
48 The named type of the document associated with this template.
54 A pointer to the document manager for which this template was created.
88 a wxDocManager instance, and before doing any document or view operations.
90 {\it manager} is the document manager object which manages this template.
101 {\it docTypeName} is a name that should be unique for a given type of document, used for
102 gathering a list of views relevant to a particular document.
106 {\it docClassInfo} is a pointer to the run-time document class information as returned
109 member to return a new document instanc
[all...]
H A Dxmldocument.tex13 This class holds XML data/document as parsed by XML parser in the root node.
69 Using default parameters, you will get a reformatted document which in general is different from
107 Loads the XML document from given stream using the given encoding. See \helpref{Load}{wxxmldocumentload}.
111 Copy constructor. Deep copies all the XML tree of the given document.
118 Virtual destructor. Frees the document root node.
126 Detaches the document root node and returns it. The document root node will be set to \NULL
137 Returns encoding of in-memory representation of the document
148 Returns encoding of document (may be empty).
159 Returns the root node of the document
[all...]
H A Dminimald.tex2 % Minimal document skeleton. For testing, link your 'manpage' in at
23 \begin{document}
44 \end{document}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestXPath.c49 static xmlDocPtr document = NULL; variable
52 * Default document
85 ctxt = xmlXPtrNewContext(document, NULL, NULL);
89 ctxt = xmlXPathNewContext(document);
90 ctxt->node = xmlDocGetRootElement(document);
179 if (document == NULL) {
181 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
183 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
210 printf("\t-i filename : read the document from filename\n");
214 if (document !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestXPath.c49 static xmlDocPtr document = NULL; variable
52 * Default document
85 ctxt = xmlXPtrNewContext(document, NULL, NULL);
89 ctxt = xmlXPathNewContext(document);
90 ctxt->node = xmlDocGetRootElement(document);
179 if (document == NULL) {
181 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
183 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
210 printf("\t-i filename : read the document from filename\n");
214 if (document !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestXPath.c49 static xmlDocPtr document = NULL; variable
52 * Default document
85 ctxt = xmlXPtrNewContext(document, NULL, NULL);
89 ctxt = xmlXPathNewContext(document);
90 ctxt->node = xmlDocGetRootElement(document);
179 if (document == NULL) {
181 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
183 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
210 printf("\t-i filename : read the document from filename\n");
214 if (document !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A DshowHelp.js9 var imgSrc=document.getElementById('help-button');
36 var imgSrc=document.getElementById('help-button');
H A Dscript.js8 buttonElements=document.getElementsByTagName('button');
14 if((buttonElements[i].name!=document.forms[0].buttonHit.value))
18 // buttonElements[i].value=document.forms[0].buttonValue.value;
26 button=document.getElementsByName('buttonValue');
28 button=document.getElementsByName('buttonHit');
38 button=document.getElementsByName('buttonHit');
41 button=document.getElementsByName('buttonValue');
60 document.body.style.cursor='pointer';
65 document.body.style.cursor='default';
74 alert('before '+iframe.height+" document "
[all...]
H A Dsorttable.js30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
114 this.removeChild(document.getElementById('sorttable_sortrevind'));
115 sortfwdind = document.createElement('span');
131 sortfwdind = document
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A DshowHelp.js9 var imgSrc=document.getElementById('help-button');
36 var imgSrc=document.getElementById('help-button');
H A Dscript.js8 buttonElements=document.getElementsByTagName('button');
14 if((buttonElements[i].name!=document.forms[0].buttonHit.value))
18 // buttonElements[i].value=document.forms[0].buttonValue.value;
26 button=document.getElementsByName('buttonValue');
28 button=document.getElementsByName('buttonHit');
38 button=document.getElementsByName('buttonHit');
41 button=document.getElementsByName('buttonValue');
60 document.body.style.cursor='pointer';
65 document.body.style.cursor='default';
74 alert('before '+iframe.height+" document "
[all...]
H A Dsorttable.js30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
114 this.removeChild(document.getElementById('sorttable_sortrevind'));
115 sortfwdind = document.createElement('span');
131 sortfwdind = document
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dtorrent-row.js53 complete = document.createElement('div');
56 incomplete = document.createElement('div');
59 progressbar = document.createElement('div');
115 root = document.createElement('li');
118 name = document.createElement('div');
121 peers = document.createElement('div');
126 details = document.createElement('div');
129 image = document.createElement('div');
130 button = document.createElement('a');
296 details = document
[all...]
H A Dfile-row.js115 root = document.createElement('li');
119 e = document.createElement('input');
127 e = document.createElement('div');
131 e = document.createElement('div');
138 e = document.createElement('div');
145 e = document.createElement('div');
154 e = document.createElement('div');
160 e = document.createElement('div');

Completed in 200 milliseconds

12345678