Home
last modified time | relevance | path

Searched refs:ny (Results 1 – 25 of 76) sorted by relevance

1234

/plugin/diagramsnet/lib/shapes/
H A DmxNetworks.js94 var ny = dy / dist;
98 var p1x = midX + nx * dist / 3 * 0.1 - ny / 3 * dist * 0.1;
99 var p1y = midY + ny * dist / 3 * 0.1 + nx / 3 * dist * 0.1;
100 var p2x = midX + nx * dist * 0.1 + ny * dist * 0.1;
101 var p2y = midY + ny * dist * 0.1 - nx * dist * 0.1;
103 var p3x = midX - nx * dist / 3 * 0.1 + ny / 3 * dist * 0.1;
104 var p3y = midY - ny * dist / 3 * 0.1 - nx / 3 * dist * 0.1;
105 var p4x = midX - nx * dist * 0.1 - ny * dist * 0.1;
106 var p4y = midY - ny * dist * 0.1 + nx * dist * 0.1;
H A DmxSysML.js954 var ny = unitY * (size + sw + 1);
960 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
961 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
974 var ny = unitY * (size + sw + 1);
992 var ny = unitY * (size + sw + 1);
2486 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
2487 c.lineTo(pe.x + nx / 2 + ny / 2, pe.y + ny / 2 - nx / 2);
2489 c.moveTo(pe.x + nx / 2 - ny / 2, pe.y + ny / 2 + nx / 2);
2490 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
2562 c.moveTo(pe.x - 1.5 * nx - ny / 2, pe.y - 1.5 * ny + nx / 2);
[all …]
H A DmxLeanMap.js1883 var ny = dy / dist;
1887 var p1x = midX - nx * dist * 0.1 - ny / 3 * dist * 0.1;
1888 var p1y = midY - ny * dist * 0.1 + nx / 3 * dist * 0.1;
1889 var p4x = midX + nx * dist * 0.1 + ny / 3 * dist * 0.1;
1890 var p4y = midY + ny * dist * 0.1 - nx / 3 * dist * 0.1;
1903 var ny = dy / dist;
1907 c.moveTo(pe.x - nx * 10 - ny * 5, pe.y - ny * 10 + nx * 5);
1909 c.lineTo(pe.x - nx * 10 + ny * 5, pe.y - ny * 10 - nx * 5);
1944 var ny = dy / dist;
1953 c.moveTo(pe.x - nx * 10 - ny * 5, pe.y - ny * 10 + nx * 5);
[all …]
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php497 $ny = abs($ey - $sy);
498 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
500 imagefilledrectangle($img, 0, 0, $nx + 4, $ny + 4, $white);
544 $ny = abs($ey - $sy);
545 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
603 $ny = abs($ey - $sy);
609 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
620 min($ny + 2, $tmpHeight - $sy)
677 $ny = abs($ey - $sy);
683 $img = imagecreate(max($nx + 4, 1), max($ny + 4, 1));
[all …]
/plugin/diagramsnet/lib/shapes/er/
H A DmxER.js1256 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1257 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1270 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
1271 c.lineTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
1272 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1273 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1301 c.moveTo(pe.x - nx - ny / 2, pe.y - ny + nx / 2);
1302 c.lineTo(pe.x - nx + ny / 2, pe.y - ny - nx / 2);
1345 c.lineTo(px - nx, py - ny);
1392 c.moveTo(px - nx / 2 - ny / 2, py - ny / 2 + nx / 2);
[all …]
/plugin/elwikiupgrade/lang/hu/
H A Dstep0.txt1 A bővítmény automatikusan frissíti a wikit a legújabb elérhető DokuWiki-verzióra. A folytatás előtt…
3 …olyamatnak írási jogosultságra van szüksége a DokuWiki-fájlokhoz. A bővítmény ellenőrzi a szüksége…
5 A bővítmény nem frissíti a már telepített bővítményeket vagy sablonokat.
/plugin/upgrade/lang/hu/
H A Dstep0.txt
/plugin/translate/lang/sv/
H A Dnewpage.txt1 ====== Skapa ny sida ======
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php241 $ny = 1 - $coords[1] - (tan($b) * (1 - $coords[0]));
242 $tx = sin($b) * cos($b) * $ny;
243 $ty = cos($b) * cos($b) * $ny;
253 $ny = 1 - $coords[1] - (tan($b) * $coords[0]);
254 $tx = sin($b) * cos($b) * $ny;
255 $ty = cos($b) * cos($b) * $ny;
265 $ny = $coords[1] - (tan($b) * $coords[0]);
266 $tx = sin($b) * cos($b) * $ny;
267 $ty = cos($b) * cos($b) * $ny;
277 $ny
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D7f56755fb6c42f7e6203339a6d0cb6e6.asciidoc10 'query' => 'ny city',
H A Df32f0c19b42de3b87dd764fe4ca17e7c.asciidoc10 'query' => 'ny city',
/plugin/do/lang/sv/
H A Dmail_open.txt3 @USER@ öppnade en ny uppgift och tilldelade den till dig.
/plugin/discussion/lang/da/
H A Dsubscribermail.txt3 En ny kommentar blev tilføjet til siden @PAGE@ i @TITLE@ wiki.
/plugin/discussion/lang/no/
H A Dsubscribermail.txt3 En ny kommentar er lagt til på siden @pages@ i @TITEL@ wiki.
/plugin/discussion/lang/sv/
H A Dsubscribermail.txt3 En ny kommentar har lagt till på sidan @PAGE@ på wikin @TITLE@.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/hu/
H A Dhu.txt
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php448 $ny = abs($ey - $sy);
449 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
452 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
492 $ny = abs($ey - $sy);
493 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
496 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
544 $ny = abs($ey - $sy);
554 $img = ImageCreate(max($nx+4,1),max($ny+4,1));
557 ImageFilledRectangle($img,0,0,$nx+4,$ny+4,$blanc);
606 $ny = abs($ey - $sy);
[all …]
/plugin/struct/lang/cs/
H A Dassignments_intro.txt
/plugin/siteexport/
H A Djquery.filedownload.js150ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v…
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js5121 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
5122 c.lineTo(pe.x + ny / 2 - 3 * nx / 2, pe.y - 3 * ny / 2 - nx / 2);
5136 pe.y -= ny;
5141 c.moveTo(px - nx / 2 - ny / 2, py - ny / 2 + nx / 2);
5142 c.lineTo(px - nx / 2 + ny / 2, py - ny / 2 - nx / 2);
5143 c.lineTo(px + ny / 2 - 3 * nx / 2, py - 3 * ny / 2 - nx / 2);
5144 c.lineTo(px - ny / 2 - 3 * nx / 2, py - 3 * ny / 2 + nx / 2);
5167 c.moveTo(pe.x - nx / 2 - ny / 2, pe.y - ny / 2 + nx / 2);
5169 c.moveTo(pe.x - nx / 2 + ny / 2, pe.y - ny / 2 - nx / 2);
5232 pe.y -= ny;
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ha/
H A Dha.txt
/plugin/bookcreator/script/
H A Djquery.fileDownload.js158 isOtherMobileBrowser = /avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|playbook|silk|iemobile|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(userAgent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(di|rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|xda(\-|2|g)|yas\-|your|zeto|zte\-/i.test(userAgent.substr(0, 4));
/plugin/diagramsnet/lib/resources/
H A Ddia_cs.txt22 allChangesLost=Všechny změny budou ztraceny!
33 allChangesSaved=Všechny změny uloženy
34 allChangesSavedInDrive=Všechny změny uloženy na Disku
92 changesNotSaved=Změny nebyly uloženy
192 discardChanges=Zahodit změny
275 externalChanges=Externí změny
284 fileChangedOverwriteDialog=Soubor by změněn. Přepsat změny?
485 modificationDate=Datum změny
609 …=Vypadá to, že když jste byli offline, provedli jste nějaké změny. Je nám líto, tyto změny nemohou…
756 unsavedChanges=Neuložené změny
[all …]
H A Ddia_hu.txt188 direction=Irány
375 heading=Irány
488 moreResults=Több eredmény
508 noMoreResults=Nincs több eredmény
511 noPlugins=Nincs bővítmény
536 openArrow=Nyitott nyíl
563 pageScale=Oldal méretarány
582 plugins=Bővítmény
583 pluginUrl=Bővítmény URL
696 simpleArrow=Egyszerű nyíl
[all …]
/plugin/pdfjs/pdfjs/web/locale/hsb/
H A Dviewer.properties65 cursor_hand_tool.title=Ručny nastroj zmóžnić
66 cursor_hand_tool_label=Ručny nastroj
98 document_properties_modification_date=Datum změny:
110 document_properties_page_size_orientation_landscape=prěčny format

1234