Home
last modified time | relevance | path

Searched refs:y (Results 1351 – 1365 of 1365) sorted by last modified time

1...<<5152535455

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js423 var y = 0 ;
428 y += curNode.offsetTop - curNode.scrollTop ;
431 return { "x" : x, "y" : y } ;
439 pos.y -= scroll.Y ;
H A Dfcktablehandler.js307 var baseRowIdx = rowIdx - geometry.y ;
368 var baseRowIdx = rowIdx - selectionGeometry.y ;
823 if ( refGeometry.height != nextGeometry.height || refGeometry.y != nextGeometry.y )
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js17 var yMin = myCoords.y ;
20 if ( pos.x >= xMin && pos.x <= xMax && pos.y >= yMin && pos.y <= yMax )
49 var yDist = mouse.y - ( pos.y + ( cells[i].clientHeight / 2 ) ) ;
314 mouseY -= offset.y ;
378 mouse.y += offset.y ;
435 var barTop = offset.y + tablePos.y ;
437 if ( tablePos.y < 0 )
439 barHeight += tablePos.y ;
440 barTop -= tablePos.y ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js112 FCKPanel.prototype.Preload = function( x, y, relElement ) argument
118 this._Popup.show( x, y, 0, 0, relElement ) ;
121 FCKPanel.prototype.Show = function( x, y, relElement, width, height ) argument
131 this._Popup.show( x, y, 0, 0, relElement ) ;
152 this._Popup.show( x, y, iMainWidth, eMainNode.offsetHeight, relElement ) ;
201 y += oPos.Y ;
221 if ( ( y + eMainNode.offsetHeight ) > iViewPaneHeight )
222 y -= y + eMainNode.offsetHeight - iViewPaneHeight ;
232 top : y + 'px'
H A Dfckcontextmenu.js184 var y = 0 ;
188 y = ev.screenY ;
193 y = ev.clientY ;
198 y = ev.pageY ;
200 fckContextMenu._Panel.Show( x, y, ev.currentTarget || null ) ;
H A Dfckmenublockpanel.js44 FCKMenuBlockPanel.prototype.Show = function( x, y, relElement ) argument
47 this.Panel.Show( x, y, relElement ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckfitwindow.js112 if ( editorPos.y != 0 )
113 eEditorFrameStyle.top = ( -1 * editorPos.y ) + "px" ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc228 <cfargument name="y" required="yes" type="numeric">
231 <cfset var imageResults = imageCFC.addText(variables.img,"","",x,y,fontDetails,content)>
/plugin/flowplay/flowplayer/
H A DREADME.txt96 - It was not possible to use characters 'y' and 'Y' in the names inside
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dautosuggest.js185 node.style.top = xy.y+target.offsetHeight+'px';
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php427 for ($y = 0; $y < $tmp_hauteur; $y++)
435 if ($sy == -1) $sy = $y;
436 else $ey = $y;
471 for ($y = 0; $y < $tmp_hauteur; $y++)
479 if ($sy == -1) $sy = $y;
480 else $ey = $y;
523 for ($y = 0; $y < $tmp_hauteur; $y++)
531 if ($sy == -1) $sy = $y;
532 else $ey = $y;
585 for ($y = 0; $y < $tmp_hauteur; $y++)
[all …]
/plugin/gcalendar/inc/
H A Dgcal_read.php200 $d=$match[1];$m=$match[2];$y=$match[3];
202 $d=$match[2];$m=$match[1];$y=$match[3];
204 $d=$match[3];$m=$match[2];$y=$match[1];
211 if(strlen($y)==0) $y=date('Y',$default_date);
212 if(strlen($y)==2) $y='20'.$y;
215 return $y.$m.$d; // return format yyyymmdd
/plugin/galleryv1.5/
H A Dscript.js88 this.y = 0;
99 this.y =
315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join('');
328 if (self._wrap.style.position == 'absolute') top += self._pos.y;
361 self._box.style.top = [self._pos.y,'px'].join('');
/plugin/virtualkeyboard/vk/extensions/
H A Ddateextensions.js21 var y = this.getFullYear();
22 return (y % 4 == 0 && y % 100 != 0) || y % 400 == 0;
45 y = this.getFullYear();
47 return y-1;
49 return y+1;
51 return y;
62 yy = (y-1) % 100,
63 c = (y-1) - yy,
75 var y = this.getFullYear(),
78 if ( yi < y ) {
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1y(r,N){return N.iR&&N.iR.test(r)}function B(S,Q){var O=[];function R(T){if(!k(O,T)){O[O.length]=T}… function

1...<<5152535455