Searched refs:document (Results 26 - 50 of 193) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/
H A Dnotifications.js3 $(document).ready(function () {
H A Dcommon.js36 $(document).ready(function() {
48 document.execCommand("BackgroundImageCache", false, true);
202 document.cookie = key+"="+val+"; expires="+date.toGMTString()+"; path=/";
218 var lines = document.cookie.split(';');
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocchfrm.tex6 The class is part of the document/view framework supported by wxWidgets,
31 The document associated with the frame.
58 Returns the document associated with this frame.
78 Closes and deletes the current view and document.
84 Sets the document for this frame.
H A Ddocmdich.tex6 The class is part of the document/view framework supported by wxWidgets,
32 The document associated with the frame.
59 Returns the document associated with this frame.
79 Closes and deletes the current view and document.
85 Sets the document for this frame.
H A Dtdocview.tex19 The document/view framework is found in most application frameworks, because it
25 for taking input from physical windows and performing the manipulation on the document data.
26 If a document's data changes, all views should be updated to reflect the change.
36 These are the overall steps involved in creating an application based on the document/view framework:
39 \item Define your own document and view classes, overriding a minimal set of
45 document child frames surrounded by an overall frame), SDI (a separate, unconstrained frame
46 for each document), or single-window (one document open at a time, as in Windows Write).
67 class, to provide multi-page document facilities.
75 \perlnote{The document/vie
[all...]
H A Ddocmanag.tex14 The wxDocManager class is part of the document/view framework supported by wxWidgets,
46 Stores the integer to be used for the next default document name.
90 A list of all document templates.
97 Constructor. Create a document manager instance dynamically near the start of your application
98 before doing any document or view operations.
126 Adds the document to the list of documents.
140 Adds the template to the document manager's template list.
154 Creates a new document in a manner determined by the {\it flags} parameter, which can be:
157 \item wxDOC\_NEW Creates a fresh document.
158 \item wxDOC\_SILENT Silently loads the given document fil
[all...]
H A Dview.tex15 an application's file-based data. It is part of the document/view framework supported by wxWidgets,
39 The document associated with this view. There may be more than one view per
40 document, but there can never be more than one document for one view.
66 Destructor. Removes itself from the document's list of views.
92 Gets a pointer to the document associated with the view.
98 Returns a pointer to the document manager instance associated with this view.
135 to close the associated document. Does not delete the view. The application
146 Override this to clean up the view when the document is being
187 when the document i
[all...]
H A Ddocprfrm.tex4 applications using the document/view framework. This class can only be used for SDI (not MDI) parent frames.
60 Returns the associated \helpref{document manager object}{wxdocmanager}.
71 Since understanding how document/view clean-up takes place can be difficult,
H A Dcommand.tex77 data in the document. When redone, a copy of data stored in command
81 \item Restore the entire document state (perhaps using document transactioning).
H A Dreferenc.tex24 \begin{document}
67 Interface) and other facilities on more than one platform. This document
81 \end{document}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/help/
H A Ddoc.tex7 \begin{document}%
21 This is a demo document for the wxWindows 'help' sample.
59 \end{document}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js23 var frame_height= top.document.getElementById("formframe_div").style.height.replace(/px/,"");
26 document.getElementById("main").style.height=frame_height-200;//50+30+120
27 document.getElementById("help").style.display="";
28 document.getElementById("help_switch").className="open_help";
32 document.getElementById("help").style.display="none";
33 document.getElementById("help_switch").className="close_help";
34 document.getElementById("main").style.height=frame_height-80;//50+30
65 var cf=document.forms[0];//bug 23492:'wan_mtu_now' is a number not a string,so delete '"'
135 var cf=document.forms[0];
222 if (document
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js23 var frame_height= top.document.getElementById("formframe_div").style.height.replace(/px/,"");
26 document.getElementById("main").style.height=frame_height-200;//50+30+120
27 document.getElementById("help").style.display="";
28 document.getElementById("help_switch").className="open_help";
32 document.getElementById("help").style.display="none";
33 document.getElementById("help_switch").className="close_help";
34 document.getElementById("main").style.height=frame_height-80;//50+30
65 var cf=document.forms[0];//bug 23492:'wan_mtu_now' is a number not a string,so delete '"'
135 var cf=document.forms[0];
222 if (document
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/
H A Dpy_spoolss_jobs_conv.c29 { "document_name", PY_UNISTR, offsetof(JOB_INFO_1, document) },
45 { "document_name", PY_UNISTR, offsetof(JOB_INFO_2, document) },
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/install/www/www/
H A Doverlib.js475 var ns6 = (document.getElementById)? true:false;
476 var ie4 = (document.all)? true:false;
477 if (ie4) var docRoot = 'document.body';
489 if(document.compatMode && document.compatMode == 'CSS1Compat') docRoot = 'document.documentElement';
500 document.onmousemove = mouseMove
501 if (ns4) document.captureEvents(Event.MOUSEMOVE)
599 if (ns4) over = o3_frame.document.overDiv
601 if (ns6) over = o3_frame.document
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/www/broadcom/
H A Doverlib.js475 var ns6 = (document.getElementById)? true:false;
476 var ie4 = (document.all)? true:false;
477 if (ie4) var docRoot = 'document.body';
489 if(document.compatMode && document.compatMode == 'CSS1Compat') docRoot = 'document.documentElement';
500 document.onmousemove = mouseMove
501 if (ns4) document.captureEvents(Event.MOUSEMOVE)
599 if (ns4) over = o3_frame.document.overDiv
601 if (ns6) over = o3_frame.document
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dsoap.h44 enum soap__styleChoice { rpc, document }; enumerator in enum:soap__styleChoice
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A DCheckData.js16 if (document.layers) document.captureEvents(Event.KEYPRESS);
17 document.onkeypress = checkKey;
68 var cf = document.forms[0];
H A Ddtree.js61 if (document.getElementById) {
166 eOld = document.getElementById("s" + this.obj + this.selectedNode);
170 eNew = document.getElementById("s" + this.obj + id);
174 var form=document.forms[0];
H A Djquery.ui.core.js90 return (/fixed/).test(this.css('position')) || !scrollParent.length ? $(document) : scrollParent;
100 while ( elem.length && elem[ 0 ] !== document ) {
235 var body = document.body,
236 div = body.appendChild( div = document.createElement( "div" ) );
294 return document.compareDocumentPosition ?
H A Dbas_l2tp.js3 var cf = document.forms[0];
19 var cf = document.forms[0];
54 var cf=document.forms[0];
294 var cf = document.forms[0];
303 var cf = document.forms[0];
376 var cf = document.forms[0];
411 var cf=document.forms[0];
501 var cf = document.forms[0];
515 var cf = document.forms[0];
549 var cf=document
[all...]
H A Dbas_pptp.js3 var cf = document.forms[0];
19 var cf = document.forms[0];
54 var cf=document.forms[0];
306 var cf = document.forms[0];
315 var cf = document.forms[0];
388 var cf = document.forms[0];
423 var cf=document.forms[0];
513 var cf = document.forms[0];
527 var cf = document.forms[0];
561 var cf=document
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dsoap.h44 enum soap__styleChoice { rpc, document }; enumerator in enum:soap__styleChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dsoap.h44 enum soap__styleChoice { rpc, document }; enumerator in enum:soap__styleChoice
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dsoap.h44 enum soap__styleChoice { rpc, document }; enumerator in enum:soap__styleChoice

Completed in 117 milliseconds

12345678