Home
last modified time | relevance | path

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

1...<<5152535455

/plugin/jmol2/jmol/
H A DJmol.js1541 function jmolSetAtomCoord(i,x,y,z,targetSuffix){ argument
1544 if (applet) applet.getProperty('jmolViewer').setAtomCoord(i,x,y,z)
1547 function jmolSetAtomCoordRelative(i,x,y,z,targetSuffix){ argument
1550 if (applet) applet.getProperty('jmolViewer').setAtomCoordRelative(i,x,y,z)
H A DCHANGES.txt830 #{*}.xxx = y
1078 # P 2y
1079 # P 2y
2425 # new feature: draw Vector [x y] or [x y %] {x' y' z'}
4360 # y = x[3]
4369 # x = point(y[3], y[6], y[2])
4421 # x = plane(y[3], y[6], y[2], 3.0)
5542 # draw @y
5889 # reconfigures _modelNumber as x.y for single models; x.x - y.y for range
5894 # adds frame x.x - y.y
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jar ... .io.Serializable { public double x public double y public double z public double angle public void <init ...
H A DJmolApplet0.jar ... .io.Serializable { public double x public double y public double z public double angle public void <init ...
H A DLEAME.txt6 Jmol es un visor de mol�culas y un editor; es de c�digo abierto y est�
14 Las preguntas, comentarios y sugerencias relativos a su desarrollo deben
31 Los t�rminos de uso y distribuci�n de Jmol (licencia GNU LGPL).
37 y soltar archivos sobre �l, tiene una barra superior de men�, puede
74 requiere y no uses jmolInitialize()
86 usuario y en cualquier otro servidor web.
94 haciendo y has tenido en cuenta las cuestiones de seguridad.
101 Jmol sin necesidad de conocer y escribir c�digo detallado espec�fico
107 - JmolApplet0.jar y
129 - JmolAppletSigned0.jar y
[all …]
/plugin/conflictmerger/lang/es/
H A Dconflict-solved.txt10 Debajo se muestran las diferencias entre la última revisión del documento y la
11 versión fusionada. Examínalas y decide si quieres salvar la versión fusionada
H A Dconflict-unsolved.txt9 Debajo se muestran las diferencias entre la última revisión del documento y en
10 la que estás trabajando. Examínalas y decide si quieres salvar tu versión ahora
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf7720 https?:\/\/([^\/]*\.)?y--e--s\.com
/plugin/swfobject/
H A Dscript.js4y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(… function
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6y,L,s,n=!window.XMLHttpRequest,e=window.opera&&(document.compatMode=="CSS1Compat")&&(w.browser.ver… variable
/plugin/codehighlight/cp/
H A Dcodepress.css10 background-repeat:repeat-y;
/plugin/jquery/
H A Dscript.js12y=l.jQuery,p=l.$,o=l.jQuery=l.$=function(E,F){return new o.fn.init(E,F)},D=/^[^<]*(<(.|\s)+>)[^>]*… variable
/plugin/sidebar/
H A Dstyle.css85 background: url(images/sidebar-border.gif) repeat-y 20%;
89 background: url(images/sidebar-border.gif) repeat-y 80%;
/plugin/indexmenu2/cms/
H A Dcms.js15y,Y){var r,e=y.length,t=Y.length;var u=(new Date).valueOf();K[c['interval']].pg=Math.round(K[c['in… argument
/plugin/indexmenu2/cms/extensions/dom/
H A Dautosuggest.js13y+i.offsetHeight+'px';O=new Selectbox(o.firstChild.id);}if(O){if(Q.rebuildList){O.addOptionsList(Q… property in Autosuggest.c.Z
/plugin/register/
H A Dregister.php249 $y = 0;
280 $y = $ymin;
319 $y = $ymin;
320 $im->line($x, $y-$bitdim*0.2, $x, $y+$bitdim*1.2);
321 $im->line($x+1, $y-$bitdim*0.2, $x+1, $y+$bitdim*1.2);
325 $im->rect($x, $y, $x+$bitdim, $y+$bitdim, $bc, "fill");
326 $im->rect($x, $y, $x+$bitdim, $y+$bitdim, $im->black);
329 $im->line($x+$bitdim, $y-$bitdim*0.2, $x+$bitdim, $y+$bitdim*1.2);
330 $im->line($x+$bitdim+1, $y-$bitdim*0.2, $x+$bitdim+1, $y+$bitdim*1.2);
403 $cy1 = $y + $bitdim / 4;
[all …]
/plugin/superacl/lang/es/
H A Dhelp.txt3 En esta página puede agregar o retirar permisos para los espacios de nombres y páginas en su wiki.
5 El panel de la izquierda muiestra todos los espacios de nombres y páginas
7 El formulario inferior permite ver y modificar los permisos del usuario o grupo elegido.
/plugin/superacl/lang/pl/
H A Dhelp.txt9 W tabeli poniżej znajdują się wszystkie aktywne reguły dotyczące uprawnień.
/plugin/weiqi/
H A Dweiqi_parser.php202 $y=0;
204 $y++;
251 function weiqi_code($str, $x, $y, $width, $height) { argument
260 if ( $x==$width && $y==1 ) return 'ur';
261 if ( $x==1 && $y==1 ) return 'ul';
262 if ( $x==1 && $y==$height ) return 'dl';
263 if ( $x==$width && $y==$height ) return 'dr';
265 if ( $y==1 ) return 'u';
266 if ( $y==$height ) return 'd';
376 if ( $y==1 ) return 'u'.$ch2;
[all …]
/plugin/flowplay2/flowplayer/
H A DREADME.txt268 - It was not possible to use characters 'y' and 'Y' in the names inside
/plugin/nroff/
H A Drenderer.php453 function multiplyentity($x, $y) { argument
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37y=0;var B=A;while (B&&B!=w.document.body){x+=B.offsetLeft-B.scrollLeft;y+=B.offsetTop-B.scrollTop;…
65y;if (E.width>=E.height){for (D=F;D<F+E.width;D++){C=G+(D-F) % E.height;if (!B[C]||!B[C][D]){this.…
78 …ools.GetWindowPosition(C,A);if (I.x!=0) B.left=(-1*I.x)+"px";if (I.y!=0) B.top=(-1*I.y)+"px";this.…
86y,A){if (this._Popup) this._Popup.show(x,y,0,0,A);};FCKPanel.prototype.Show=function(x,y,A,B,C){va… argument
105 …);};FCKMenuBlockPanel.prototype.Show=function(x,y,A){if (!this.Panel.CheckIsOpened()) this.Panel.S… argument
106y=0;if (FCKBrowserInfo.IsIE){x=A.screenX;y=A.screenY;}else if (FCKBrowserInfo.IsSafari){x=A.client…
H A Dfckeditorcode_gecko.js36y=0;var B=A;while (B&&B!=w.document.body){x+=B.offsetLeft-B.scrollLeft;y+=B.offsetTop-B.scrollTop;…
64y;if (E.width>=E.height){for (D=F;D<F+E.width;D++){C=G+(D-F) % E.height;if (!B[C]||!B[C][D]){this.…
77 …ools.GetWindowPosition(C,A);if (I.x!=0) B.left=(-1*I.x)+"px";if (I.y!=0) B.top=(-1*I.y)+"px";this.…
85y,A){if (this._Popup) this._Popup.show(x,y,0,0,A);};FCKPanel.prototype.Show=function(x,y,A,B,C){va… argument
104 …);};FCKMenuBlockPanel.prototype.Show=function(x,y,A){if (!this.Panel.CheckIsOpened()) this.Panel.S… argument
105y=0;if (FCKBrowserInfo.IsIE){x=A.screenX;y=A.screenY;}else if (FCKBrowserInfo.IsSafari){x=A.client…

1...<<5152535455