Home
last modified time | relevance | path

Searched refs:Y (Results 26 – 50 of 359) sorted by relevance

12345678910>>...15

/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1Y=S[1].split(/=/);this.attr=Y[1]}else{S[1]=S[1].replace(/^\//,"");this.attr=S[1]}if(typeof config_… argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Ddate_namedargs.test4 {{ date(date, "America/New_York")|date('d/m/Y H:i:s P', false) }}
5 {{ date(timezone="America/New_York", date=date)|date('d/m/Y H:i:s P', false) }}
H A Ddate.test17 …'date4' => 1286199900, // \DateTime::createFromFormat('Y-m-d H:i', '2010-10-04 13:45', new \DateTi…
18 …'date5' => -189291360, // \DateTime::createFromFormat('Y-m-d H:i', '1964-01-02 03:04', new \DateTi…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 ;
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 } ;
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md35 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
36 echo $cron->getPreviousRunDate()->format('Y-m-d H:i:s');
40 echo $cron->getNextRunDate()->format('Y-m-d H:i:s');
44 echo $cron->getNextRunDate(null, 2)->format('Y-m-d H:i:s');
48 echo $cron->getNextRunDate('2010-01-12 00:00:00')->format('Y-m-d H:i:s');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.pcd.php110 * @param int $Y
116 public function YCbCr2RGB($Y, $Cb, $Cr) { argument
136 ($YCbCr_constants[$rgbname]['Y'] * $Y) +
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dusers.svg1Y"><stop offset="0" stop-color="#107cfc"/><stop offset="1" stop-color="#edf5ff"/></linearGradient>…
/plugin/jquery/
H A Dscript.js19Y=[],V,ae,ah,S,ac,U,W=true;Q.lastIndex=0;while((V=Q.exec(X))!==null){Y.push(V[1]);if(V[2]){U=RegEx… argument
/plugin/codemirror/dist/modes/
H A Drst.min.js1Y(c)==B||b.match(B,false)){switch(X(c)){case 0:W(c,P,V(B,1));b.match(/^:/);f="meta";break;case 1:W… function
H A Dstylus.min.js1Y(a){a=a.toLowerCase();return a in u||a in C}function Z(a){return a.toLowerCase()in F}function $(a… function
/plugin/webcode/
H A Dcopy_visuals.cmd21 xcopy /Y /E %PATH_VISUAL_PAGES% %PATH_VISUAL_PAGES_DST%
31 xcopy /Y /E %PATH_VISUAL_MEDIAS% %PATH_VISUAL_MEDIAS_DST%
/plugin/latexit/tests/dw_orig_test_files/
H A Dstart.txt2 …ubor v adresáři ''lib/plugins/latexit/tests/script X Y Z'' , kde X značí první test ke spuštění a
/plugin/tindexmenu/
H A Dscript.js145 Y = e.pageY;
149 Y = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;
152 obj.style.top=Y-5+'px';
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
H A DAccess_Point_Outdoor.svg1Y{fill:#6c6e70}]]></style><path d="M10.853 151.9c0 .888-.72 1.605-1.604 1.605s-1.606-.717-1.606-1.…
/plugin/statdisplay/pchart/
H A DpChart.php1122 if ($Y <= $this->GArea_Y1 || $Y >= $this->GArea_Y2)
1149 $Y + ($this->FontSize/ 2));
1378 $Y = $Values[$YSerieName];
1380 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
1586 $Y = $Values[$YSerieName];
1588 $Y = $this->GArea_Y2 - (($Y - $this->VMin) * $this->DivisionRatio);
2362 new Point($X, $Y),
2367 $LastY = $Y;
2378 new Point($X, $Y),
2430 $Y = $YPos + $this->FontSize;
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php90 protected $DateFormat = "d/m/Y";
423 /* Write the Y Axis caption if set */
543 * Calculate the number of divisions that the Y axis will be
544 * divided into. This is a function of the range of Y values the
643 * Compute and draw the scale for X/Y charts
666 /* Process Y scale */
842 /* Write the Y Axis caption if set */
1203 $Y = $this->GArea_Y2 - ($Value - $this->VMin) * $this->DivisionRatio;
1205 if($Y <= $this->GArea_Y1 || $Y >
2899 drawFromPNG($FileName, $X, $Y, $Alpha = 100) global() argument
2906 drawFromGIF($FileName, $X, $Y, $Alpha = 100) global() argument
2913 drawFromJPG($FileName, $X, $Y, $Alpha = 100) global() argument
2920 drawFromPicture($PicType, $FileName, $X, $Y, $Alpha = 100) global() argument
[all...]
/plugin/indexmenu/scripts/
H A Dcontextmenu.js384 var X = 0, Y = 0;
388 Y = e.pageY;
392 Y = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;
395 obj.style.top = Y - 5 + 'px';
346 var X = 0, Y = 0; global() variable
/plugin/youtrack/conf/
H A Ddefault.php11 $conf['date_format'] = 'd/m/Y';
/plugin/piwik/
H A Drelease.sh2 git archive --format tar --prefix piwik/ HEAD |gzip > dokuwiki-piwik-plugin-$(date +%Y-%m-%d).tgz
/plugin/indexmenu2/cms/
H A Dcms.js15Y){var r,e=y.length,t=Y.length;var u=(new Date).valueOf();K[c['interval']].pg=Math.round(K[c['inte… argument
/plugin/brj404/
H A Dplugin.info.txt2 author Roman Y. Bogdanov
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_default_format_interval.test10 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js42 throw new Error("Mark not found")};Sd["exch"]=function(){var Y=Os.pop();var X=Os.pop();Os.push(Y);Os.push(X)};Sd["clear"]=function(){Os.length=0};Sd["pop"]=function(){Os.pop()};Sd["index"]=function(){Os.push(Os[Os.length-2-Os.pop()])};Sd["roll"]=function(){var J=Os.pop();var N=Os.pop();var X=[];var Y=[];if(J<0)
45 if(I<J)X.unshift(Os.pop());else Y.unshift(Os.pop());for(I=0;I<J;I++)Os.push(X.shift());for(I=0;I<N-J;I++)Os.push(Y.shift())};Sd["copy"]=function(){var N=Os.pop();if("object"==typeof N){var X=Os.pop();for(var I in X)
48 A[I]=Os.pop();Os.push(A)};Sd["array"]=function(){Os.push(new Array(Os.pop()))};Sd["eq"]=function(){var Y=Os.pop();var X=Os.pop();Os.push(X==Y)};Sd["lt"]=function(){var Y=Os.pop();var X=Os.pop();Os.push(X<Y)};Sd["ifelse"]=function(){var N=Os.pop();var P=Os.pop();var C=Os.pop();Es.push([false,C===true?P:N])};Sd["and"]=function(){var A=Os.pop();var B=Os.pop();if(true===A||false===A){Os.push(A==true&&B===true)
67 Ps.step()})};Sd[".minv"]=function(){var M=Os.pop();var a=M[0];var b=M[1];var d=M[2];var e=M[3];var g=M[4];var h=M[5];Os.push([e,b,d,a,d*h-e*g,b*g-a*h])};Sd[".mmul"]=function(){var B=Os.pop();var A=Os.pop();var a=A[0];var b=A[1];var d=A[2];var e=A[3];var g=A[4];var h=A[5];var r=B[0];var s=B[1];var u=B[2];var v=B[3];var x=B[4];var y=B[5];Os.push([a*r+b*u,a*s+b*v,d*r+e*u,d*s+e*v,g*r+h*u+x,g*s+h*v+y])};Sd[".xy"]=function(){var M=Os.pop();var Y
[all...]
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js436 geo.y = node.State.TopLeft.Y;
463 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y;
477 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y;
510 var fx2 = e2.From.X, fy2 = e2.From.Y, tx2 = e2.To.X, ty2 = e2.To.Y;

12345678910>>...15