Home
last modified time | relevance | path

Searched refs:Y (Results 351 – 359 of 359) sorted by last modified time

1...<<1112131415

/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37 …etDocumentPosition(w,A);var C=FCKTools.GetScrollPosition(w);B.x-=C.X;B.y-=C.Y;return B;};FCKTools.…
38 … X:B.documentElement.scrollLeft,Y:B.documentElement.scrollTop };if (C.X>0||C.Y>0) return C;return … property in FCKTools.GetScrollPosition.C
78 …les(A,this._EditorFrameStyles);C.scrollTo(this._ScrollPos.X,this._ScrollPos.Y);this.IsMaximized=fa…
86Y;if (this.IsRTL){if (this.IsContextMenu) x=x-D+1;else if (A) x=x+A.offsetWidth-D;}else{var G=FCKT…
H A Dfckeditorcode_gecko.js36 …etDocumentPosition(w,A);var C=FCKTools.GetScrollPosition(w);B.x-=C.X;B.y-=C.Y;return B;};FCKTools.…
37Y:A.pageYOffset };};FCKTools.AddEventListener=function(A,B,C){A.addEventListener(B,C,false);};FCKT… property in FCKTools.GetElementPosition.c
77 …les(A,this._EditorFrameStyles);C.scrollTo(this._ScrollPos.X,this._ScrollPos.Y);this.IsMaximized=fa…
85Y;if (this.IsRTL){if (this.IsContextMenu) x=x-D+1;else if (A) x=x+A.offsetWidth-D;}else{var G=FCKT…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js439 pos.y -= scroll.Y ;
H A Dfcktools_ie.js124 var oPos = { X : oDoc.documentElement.scrollLeft, Y : oDoc.documentElement.scrollTop } ; property in FCKTools.GetScrollPosition.oPos
126 if ( oPos.X > 0 || oPos.Y > 0 )
130 return { X : oDoc.body.scrollLeft, Y : oDoc.body.scrollTop } ;
H A Dfcktools_gecko.js122 return { X : relativeWindow.pageXOffset, Y : relativeWindow.pageYOffset } ;
209 var c = { X:0, Y:0 } ; property in FCKTools.GetElementPosition.c
232 c.Y += el.offsetTop - el.scrollTop ;
242 c.Y -= scrollElement.scrollTop ;
262 c.Y += el.scrollTop ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js201 y += oPos.Y ;
215 var iViewPaneHeight = oViewPaneSize.Height + oScrollPosition.Y ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckfitwindow.js145 eMainWindow.scrollTo( this._ScrollPos.X, this._ScrollPos.Y ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso34 var('headerDate') = date_localtogmt(date)->format('%a, %d %b %Y %T GMT');
/plugin/flowplay/flowplayer/
H A DREADME.txt96 - It was not possible to use characters 'y' and 'Y' in the names inside

1...<<1112131415