Home
last modified time | relevance | path

Searched refs:Position (Results 101 – 123 of 123) sorted by last modified time

12345

/plugin/cacherevisionseraser/
H A DREADME.md99 * Position in admin menu (Default 67).
/plugin/jenkins/
H A Dstyle.css42 /* Position the tooltip */
/plugin/issuetracker/
H A Dprototype.js5880 var Position = { class
5936 Position.prepare();
5941 Position.prepare();
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng742 # 3.8.1.6 Geographic Position
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js4064 var Position = { class
4128 Position.prepare();
4133 Position.prepare();
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1485 Notation) for position notation and the EPD standard (Extended Position
2120 EPD is "Extended Position Description"; it is a standard for describing chess
H A Dpgn-standard-proposed-supplement.txt89 3.2.1 Position
/plugin/projects/pchart/pchart/
H A Dpchart.php557 $TextWidth = $Position[2]-$Position[0];
750 $TextWidth = $Position[2]-$Position[0];
969 $TextWidth = $Position[2]-$Position[0];
970 $TextHeight = $Position[1]-$Position[7];
996 $TextWidth = $Position[2]-$Position[0];
997 $TextHeight = $Position[1]-$Position[7];
1020 $TextHeight = $Position[1]-$Position[7];
1045 $TextWidth = $Position[2]-$Position[0];
1079 $TextWidth = $Position[2]-$Position[0];
1103 $TextWidth = $Position[2]-$Position[0];
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties49 position=Position
H A Deditor_zh-CN.properties.bak49 position=Position
H A Deditor_de.properties55 position=Position
H A Deditor.properties50 position=Position
H A Deditor.properties.bak48 position=Position
H A Deditor_de.properties.bak49 position=Position
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js73 Position.within(drop.element, point[0], point[1]) );
102 Position.within(drop.element, point[0], point[1]);
112 Position.prepare();
337 Position.absolutize(this.element);
361 Position.prepare();
377 p = Position.page(this.options.scroll);
401 Position.prepare();
408 Position.relativize(this.element);
460 var r = Position.realOffset(this.element);
461 pos[0] += r[0] - Position.deltaX; pos[1] += r[1] - Position.deltaY;
[all …]
H A Deffects.js577 Position.absolutize(effect.effects[0].element);
H A Dprototype.js4729 var Position = { class
4785 Position.prepare();
4790 Position.prepare();
H A Dcontrols.js68 Position.clone(element, update, {
109 Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)});
/plugin/charter/lib/pchart/
H A DpChart.class.php557 $TextWidth = $Position[2]-$Position[0];
750 $TextWidth = $Position[2]-$Position[0];
969 $TextWidth = $Position[2]-$Position[0];
970 $TextHeight = $Position[1]-$Position[7];
992 $TextWidth = $Position[2]-$Position[0];
993 $TextHeight = $Position[1]-$Position[7];
1020 $TextWidth = $Position[2]-$Position[0];
1069 $TextWidth = $Position[2]-$Position[0];
1103 $TextWidth = $Position[2]-$Position[0];
1127 $TextWidth = $Position[2]-$Position[0];
[all …]
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js87Position=A;break;case 'undefined':this.Path=FCK_SPACER_PATH;break;case 'string':this.Path=A;break;…
H A Dfckeditorcode_gecko.js86Position=A;break;case 'undefined':this.Path=FCK_SPACER_PATH;break;case 'string':this.Path=A;break;…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp150 oSourceData.Position = 0
169 oSourceData.Position = nFormStart
171 .Position = 0
201 oSourceData.Position = nFormEnd
203 .Position = 0
250 oSourceData.Position = File(sItem).Start
267 oSourceData.Position = File(sItem).Start
269 .Position = 0
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckicon.js33 this.Position = iconPathOrStripInfoArray ;
48 this.Position = iconPathOrStripInfoArray[2] ;
56 if ( this.Position ) // It is using an icons strip image.
58 var sPos = '-' + ( ( this.Position - 1 ) * this.Size ) + 'px' ;

12345