Home
last modified time | relevance | path

Searched refs:Window (Results 1 – 25 of 88) sorted by relevance

1234

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckenterkey.js34 this.Window = targetWindow ;
136 var oRange = new FCKDomRange( this.Window ) ;
140 if ( FCKBrowserInfo.IsIE && this._CheckIsAllContentsIncluded( oRange, this.Window.document.body ) )
152 if ( FCKBrowserInfo.IsIE && this.Window.document.selection.type.toLowerCase() == "control" )
154 var controls = this.Window.document.selection.createRange() ;
215 var oRange = new FCKDomRange( this.Window ) ;
217 if ( FCKBrowserInfo.IsIE && this._CheckIsAllContentsIncluded( oRange, this.Window.document.body ) )
323 var oRange = new FCKDomRange( this.Window ) ;
327 if ( FCKBrowserInfo.IsIE && this._CheckIsAllContentsIncluded( oRange, this.Window.document.body ) )
363 var oRange = new FCKDomRange( this.Window );
[all …]
Dfckdomrange_ie.js30 this._Range = new FCKW3CRange( this.Window.document ) ;
32 var oSel = this.Window.document.selection ;
41 this._Range.setStart( this.Window.document.body, 0 ) ;
94 var oIERange = this.Window.document.body.createTextRange() ;
103 var oIERangeEnd = this.Window.document.body.createTextRange() ;
121 dummySpan = this.Window.document.createElement( 'span' ) ;
130 …eStartMarker.parentNode.insertBefore( this.Window.document.createTextNode( '\u00a0' ), eStartMarke…
151 this.Window.document.selection.clear() ;
168 var doc = this.Window.document ;
Dfckdomrange_gecko.js30 var oSel = this.Window.getSelection() ;
34 this._Range = FCKW3CRange.CreateFromRange( this.Window.document, oSel.getRangeAt(0) ) ;
38 this.MoveToElementStart( this.Window.document.body ) ;
53 var oDocRange = this.Window.document.createRange() ;
74 var oSel = this.Window.getSelection() ;
86 var domRange = this.Window.document.createRange() ;
100 var selection = this.Window.getSelection() ;
Dfckeditingarea.js108 this.Window = oIFrame.contentWindow ;
114 var oDoc = this.Document = this.Window.document ;
128 this.Window._FCKEditingArea = this ;
135 this.Window.setTimeout( FCKEditingArea_CompleteStart, 500 ) ;
137 FCKEditingArea_CompleteStart.call( this.Window ) ;
238 …FCKTools.AddEventListener( this.Window.frameElement, 'DOMAttrModified', FCKEditingArea_Document_At…
264 …FCKTools.RemoveEventListener( this.Window.frameElement, 'DOMAttrModified', FCKEditingArea_Document…
285 this.Window.focus() ;
339 if ( this.Window )
341 this.Window._FCKEditingArea = null ;
[all …]
Dfckdomrange.js27 this.Window = sourceWindow ;
81 return new FCKW3CRange( this.Window.document ) ;
168 var eToolDiv = this.Window.document.createElement( 'div' ) ;
197 var eToolDiv = oTestRange.Window.document.createElement( 'div' ) ;
235 var eToolDiv = this.Window.document.createElement( 'div' ) ;
281 var oDoc = this.Window.document ;
339 var doc = this.Window.document ;
407 …var curStart = FCKDomTools.GetNodeFromAddress( this.Window.document, bookmark.Start.slice( 0, -1 )…
408 …var curEnd = FCKDomTools.GetNodeFromAddress( this.Window.document, bookmark.End.slice( 0, -1 ), tr…
412 this._Range = new FCKW3CRange( this.Window.document ) ;
[all …]
Dfckdomrangeiterator.js138 range = new FCKDomRange( this.Range.Window ) ;
160 range = new FCKDomRange( this.Range.Window ) ;
236 block = this.Range.Window.document.createElement( FCKConfig.EnterMode == 'p' ? 'p' : 'div' ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckeditingarea.js91 this.Window = oIFrame.contentWindow ;
97 var oDoc = this.Document = this.Window.document ;
111 this.Window._FCKEditingArea = this ;
118 this.Window.setTimeout( FCKEditingArea_CompleteStart, 500 ) ;
120 FCKEditingArea_CompleteStart.call( this.Window ) ;
226 this.Window.focus() ;
248 if ( this.Window )
250 this.Window._FCKEditingArea = null ;
251 this.Window = null ;
Dfckdomrange_ie.js30 this._Range = new FCKW3CRange( this.Window.document ) ;
32 var oSel = this.Window.document.selection ;
74 var oIERange = this.Window.document.body.createTextRange() ;
83 var oIERangeEnd = this.Window.document.body.createTextRange() ;
122 var oRange = this.Window.document.selection.createRange() ;
128 return this.Window.document.getElementById( sMarkerId ) ;
144 var eSpan = this.Window.document.createElement( 'span' ) ;
Dfckdomrange_gecko.js30 var oSel = this.Window.getSelection() ;
34 this._Range = FCKW3CRange.CreateFromRange( this.Window.document, oSel.getRangeAt(0) ) ;
44 var oDocRange = this.Window.document.createRange() ;
65 var oSel = this.Window.getSelection() ;
Dfckenterkey.js34 this.Window = targetWindow ;
118 var oRange = new FCKDomRange( this.Window ) ;
260 var oRange = new FCKDomRange( this.Window ) ;
280 var oRange = range || new FCKDomRange( this.Window ) ;
355 eNewBlock = this.Window.document.createElement( blockTag ) ;
428 var oRange = new FCKDomRange( this.Window ) ;
455 FCKDomTools.InsertAfterNode( oRange.StartBlock, this.Window.document.createElement( 'br' ) ) ;
459 FCKDomTools.InsertAfterNode( oRange.StartBlock, this.Window.document.createTextNode( '' ) ) ;
468 var eBr = this.Window.document.createElement( 'br' ) ;
474 FCKDomTools.InsertAfterNode( eBr, this.Window.document.createTextNode( '' ) ) ;
[all …]
Dfckdomrange.js27 this.Window = sourceWindow ;
57 return new FCKW3CRange( this.Window.document ) ;
144 var eToolDiv = this.Window.document.createElement( 'div' ) ;
186 var eToolDiv = this.Window.document.createElement( 'div' ) ;
225 var oDoc = this.Window.document ;
254 var oDoc = this.Window.document ;
442 this.Window = null ;
/plugin/golocal/src/
Dgolocal.go61 func guiInit() (fyne.App, fyne.Window) {
69 func guiInstaller(window fyne.Window) { argument
86 func run(path string, window fyne.Window) { argument
114 func install(window fyne.Window) { argument
119 func uninstall(window fyne.Window) { argument
126 func errHandler(err error, success string, window fyne.Window) { argument
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdialog_gecko.js62 this.Window = oWindow ;
85 if ( FCKDialog.Window && !FCKDialog.Window.closed )
86 FCKDialog.Window.focus() ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdialog_gecko.js62 this.Window = oWindow ;
85 if ( FCKDialog.Window && !FCKDialog.Window.closed )
86 FCKDialog.Window.focus() ;
/plugin/jcapture/src/com/hammurapi/jcapture/
DComponentMover.java10 import java.awt.Window;
323 if (source instanceof Window) { in getBoundingSize()
/plugin/ckgedit/ckeditor/lang/
Den.js.4.95Window (_blank)","targetTop":"Topmost Window (_top)","targetSelf":"Same Window (_self)","targetPar…
Dlang_array.txt49 "targetNew": "New Window (_blank)",
50 "targetTop": "Topmost Window (_top)",
51 "targetSelf": "Same Window (_self)",
52 "targetParent": "Parent Window (_parent)",
273 "windowMode": "Window mode",
276 "windowModeWindow": "Window"
452 "popupFeatures": "Popup Window Features",
470 "targetPopupName": "Popup Window Name",
/plugin/bootswrapper/exe/help/
Daffix.txt31 | ''target'' | Window Document | Target element (eg. ''#dokuwiki__site'') |
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js47Window=E.contentWindow;var G=this.Document=this.Window.document;G.open();G.write(A);G.close();if (…
51Window=A;};FCKDomRange.prototype={_UpdateElementInfo:function(){if (!this._Range) this.Release(tru…
52Window.getSelection();if (A.rangeCount==1){this._Range=FCKW3CRange.CreateFromRange(this.Window.doc…
55Window=A;this.EnterMode=B||'p';this.ShiftEnterMode=C||'br';var D=new FCKKeystrokeHandler(false);D.…
91Window=K;try{window.top.parent.addEventListener('mousedown',this.CheckFocus,true);window.top.paren…
Dfckeditorcode_ie.js48Window=E.contentWindow;var G=this.Document=this.Window.document;G.open();G.write(A);G.close();if (…
52Window=A;};FCKDomRange.prototype={_UpdateElementInfo:function(){if (!this._Range) this.Release(tru…
53Window.document);var A=this.Window.document.selection;if (A.type!='Control'){B=this._GetSelectionM…
56Window=A;this.EnterMode=B||'p';this.ShiftEnterMode=C||'br';var D=new FCKKeystrokeHandler(false);D.…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js31 …}}}};function _FCK_EditingArea_OnLoad(){FCK.EditorWindow=FCK.EditingArea.Window;FCK.EditorDocument…
48Window=F.contentWindow;var J=this.Document=this.Window.document;J.open();J.write(A);J.close();if (…
51Window.document),E);FCKDomTools.MoveChildren(E,F);FCKDomTools.RemoveNode(E);};if (B) A.SelectBookm…
55Window=A;this._Cache={};};FCKDomRange.prototype={_UpdateElementInfo:function(){var A=this._Range;i…
56Window.getSelection();if (A&&A.rangeCount>0){this._Range=FCKW3CRange.CreateFromRange(this.Window.d…
57Window);B.SetStart(H,3,true);};H=H.firstChild;continue;};K=true;}}else if (H.nodeType==3){if (/^[\…
60Window=A;this.EnterMode=B||'p';this.ShiftEnterMode=C||'br';var E=new FCKKeystrokeHandler(false);E.…
81 …(J.lastChild);};E.parentNode.replaceChild(J,E);}else F.push(E);};var K=B.Window.document.createEle…
101Window=K;try{window.top.parent.addEventListener('mousedown',this.CheckFocus,true);window.top.paren…
Dfckeditorcode_ie.js32 …}}}};function _FCK_EditingArea_OnLoad(){FCK.EditorWindow=FCK.EditingArea.Window;FCK.EditorDocument…
49Window=F.contentWindow;var J=this.Document=this.Window.document;J.open();J.write(A);J.close();if (…
52Window.document),E);FCKDomTools.MoveChildren(E,F);FCKDomTools.RemoveNode(E);};if (B) A.SelectBookm…
56Window=A;this._Cache={};};FCKDomRange.prototype={_UpdateElementInfo:function(){var A=this._Range;i…
57Window.document);var A=this.Window.document.selection;if (A.type!='Control'){var B=this._GetSelect…
58Window);B.SetStart(H,3,true);};H=H.firstChild;continue;};K=true;}}else if (H.nodeType==3){if (/^[\…
61Window=A;this.EnterMode=B||'p';this.ShiftEnterMode=C||'br';var E=new FCKKeystrokeHandler(false);E.…
82 …(J.lastChild);};E.parentNode.replaceChild(J,E);}else F.push(E);};var K=B.Window.document.createEle…
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js32 …}}}};function _FCK_EditingArea_OnLoad(){FCK.EditorWindow=FCK.EditingArea.Window;FCK.EditorDocument…
63Window=H.contentWindow;if (!FCK_IS_CUSTOM_DOMAIN||!FCKBrowserInfo.IsIE){var J=this.Window.document…
66Window.document;var H;while((F=E.GetNextParagraph())){var I=this.BuildElement(G);var J=I.nodeName.…
70Window=A;this._Cache={};};FCKDomRange.prototype={_UpdateElementInfo:function(){var A=this._Range;i…
71Window.document);var A=this.Window.document.selection;if (A.type!='Control'){var B=this._GetSelect…
72Window);B.SetStart(H,3,true);};H=H.firstChild;continue;};K=true;}}else if (H.nodeType==3){if (/^[\…
75Window=A;this.EnterMode=B||'p';this.ShiftEnterMode=C||'br';var E=new FCKKeystrokeHandler(false);E.…
96Window.document.createElement(FCKConfig.EnterMode.IEquals('p')?'p':'div');B.InsertNode(para);para.…
Dfckeditorcode_gecko.js31 …}}}};function _FCK_EditingArea_OnLoad(){FCK.EditorWindow=FCK.EditingArea.Window;FCK.EditorDocument…
59Window=H.contentWindow;if (!FCK_IS_CUSTOM_DOMAIN||!FCKBrowserInfo.IsIE){var J=this.Window.document…
62Window.document;var H;while((F=E.GetNextParagraph())){var I=this.BuildElement(G);var J=I.nodeName.…
66Window=A;this._Cache={};};FCKDomRange.prototype={_UpdateElementInfo:function(){var A=this._Range;i…
67Window.getSelection();if (A&&A.rangeCount>0){this._Range=FCKW3CRange.CreateFromRange(this.Window.d…
68Window);B.SetStart(H,3,true);};H=H.firstChild;continue;};K=true;}}else if (H.nodeType==3){if (/^[\…
71Window=A;this.EnterMode=B||'p';this.ShiftEnterMode=C||'br';var E=new FCKKeystrokeHandler(false);E.…
92Window.document.createElement(FCKConfig.EnterMode.IEquals('p')?'p':'div');B.InsertNode(para);para.…
/plugin/ckgdoku/ckeditor/lang/
Dlang_array.txt49 "targetNew": "New Window (_blank)",
50 "targetTop": "Topmost Window (_top)",
51 "targetSelf": "Same Window (_self)",
52 "targetParent": "Parent Window (_parent)",
273 "windowMode": "Window mode",
276 "windowModeWindow": "Window"
452 "popupFeatures": "Popup Window Features",
470 "targetPopupName": "Popup Window Name",

1234