Home
last modified time | relevance | path

Searched refs:Window (Results 51 – 75 of 77) sorted by path

1234

/plugin/fckg/fckeditor/editor/js/
H A 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.…
H A 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.…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DComponentMover.java10 import java.awt.Window;
323 if (source instanceof Window) { in getBoundingSize()
H A DComponentResizer.java10 import java.awt.Window;
437 if (source instanceof Window) { in getBoundingSize()
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties168 window=Window
H A Deditor.properties.bak164 window=Window
H A Deditor_zh-CN.properties164 window=Window
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …opertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]' ? getWindowNames…
H A Dpdf.worker.js.map1 …opertyNames(it) {\n return windowNames && toString.call(it) == '[object Window]' ? getWindowNames…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1554 "XBoard" is a comprehensive chess utility running under the X Window System
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3550 Window: class in instanceCheckMap
3743 { return domMemberCache.Window; }
3881 domMemberMap.Window =
16459 this.Window = domplate(Firebug.Rep,
17199 this.Window,
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …height.\n * @param {String} options window.open() options.\n * @return {Window} Returns windo…
/plugin/tuxquote/
H A Dquotes.txt3532 Sometimes when you fill a vacuum, it still sucks. <BR> -- Rob Pike (on the X Window System)
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1265 var instanceCheckMap={Window:{property:["window","document"],method:"setTimeout"},Document:{propert… class in instanceCheckMap
1292 }}}try{if(this.instanceOf(object,"Window")){return domMemberCache.Window
1323 domMemberMap.Window=["document","frameElement","innerWidth","innerHeight","outerWidth","outerHeight…
4390 this.Window=domplate(Firebug.Rep,{tag:OBJECTLINK("Window ",SPAN({"class":"objectPropValue"},"$objec…
4545 Firebug.registerRep(this.Undefined,this.Null,this.Number,this.String,this.Window,this.Element,this.…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A 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 ;
408 …var curEnd = FCKDomTools.GetNodeFromAddress( this.Window.document, bookmark.End.slice( 0, -1 ), tr…
412 this._Range = new FCKW3CRange( this.Window.document ) ;
750 var oFixedBlock = this.Window.document.createElement( FCKConfig.EnterMode ) ;
[all …]
H A 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() ;
H A 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 ;
H A 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' ) ;
H A 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 …]
H A Dfckenterkey.js34 this.Window = targetWindow ;
136 var oRange = new FCKDomRange( this.Window ) ;
215 var oRange = new FCKDomRange( this.Window ) ;
323 var oRange = new FCKDomRange( this.Window ) ;
363 var oRange = new FCKDomRange( this.Window );
395 var oRange = range || new FCKDomRange( this.Window ) ;
484 var oRange = new FCKDomRange( this.Window ) ;
524 eLineBreak = this.Window.document.createElement( 'br' ) ;
545 dummy = this.Window.document.createElement( 'span' ) ;
547 dummy = this.Window.document.createElement( 'br' ) ;
[all …]
H A Dfckstyle.js765 …var newBlock = block.parentNode.insertBefore( this.BuildElement( range.Window.document ), block ) ;
791 var doc = range.Window.document ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js86 var bqBlock = range.Window.document.createElement( 'blockquote' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck.js804 FCK.EditorWindow = FCK.EditingArea.Window ;
H A Dfckdialog_gecko.js62 this.Window = oWindow ;
85 if ( FCKDialog.Window && !FCKDialog.Window.closed )
86 FCKDialog.Window.focus() ;
/plugin/wysiwyg/fckeditor/editor/js/
H A 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…

1234