Home
last modified time | relevance | path

Searched refs:x (Results 726 – 750 of 1696) sorted by relevance

1...<<21222324252627282930>>...68

/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js11 of()},gen_hf:function(page,ty){var a,i,j,k,x,y,y0,s,font=page.abc.get_font(ty),str=page[ty],cfmt=page.abc.cfmt(),fh=font.size*1.1,pos=['">','" text-anchor="middle">','" text-anchor="end">']
97 x=cfmt.leftmargin
99 x=cfmt.pagewidth/2
101 x=cfmt.pagewidth-cfmt.rightmargin
111 font_class(font)+'" x="'+x.toFixed(1)+'" y="'+y.toFixed(1)+
233 function strftime(sFormat,date){if(!(date instanceof Date))date=new Date();var nDay=date.getDay(),nDate=date.getDate(),nMonth=date.getMonth(),nYear=date.getFullYear(),nHour=date.getHours(),aDays=['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'],aMonths=['January','February','March','April','May','June','July','August','September','October','November','December'],aDayCount=[0,31,59,90,120,151,181,212,243,273,304,334],isLeapYear=function(){return(nYear%4===0&&nYear%100!==0)||nYear%400===0},getThursday=function(){var target=new Date(date);target.setDate(nDate-((nDay+6)%7)+3);return target},zeroPad=function(nNum,nPad){return((Math.pow(10,nPad)+nNum)+'').slice(1)};return sFormat.replace(/%[a-z]/gi,function(sMatch){return(({'%a':aDays[nDay].slice(0,3),'%A':aDays[nDay],'%b':aMonths[nMonth].slice(0,3),'%B':aMonths[nMonth],'%c':date.toUTCString(),'%C':Math.floor(nYear/100),'%d':zeroPad(nDate,2),'%e':nDate,'%F':date.toISOString().slice(0,10),'%G':getThursday().getFullYear(),'%g':(getThursday().getFullYear()+'').slice(2),'%H':zeroPad(nHour,2),'%I':zeroPad((nHour+11)%12+1,2),'%j':zeroPad(aDayCount[nMonth]+nDate+((nMonth>1&&isLeapYear())?1:0),3),'%k':nHour,'%l':(nHour+11)%12+1,'%m':zeroPad(nMonth+1,2),'%n':nMonth+1,'%M':zeroPad(date.getMinutes(),2),'%p':(nHour<12)?'AM':'PM','%P':(nHour<12)?'am':'pm','%s':Math.round(date.getTime()/1000),'%S':zeroPad(date.getSeconds(),2),'%u':nDay||7,'%V':(function(){var target=getThursday(),n1stThu=target.valueOf();target.setMonth(0,1);var nJan1=target.getDay();if(nJan1!==4)target.setMonth(0,1+((4-nJan1)+7)%7);return zeroPad(1+Math.ceil((n1stThu-target)/604800000),2)})(),'%w':nDay,'%x':date.toLocaleDateString(),'%X':date.toLocaleTimeString(),'%y':(nYear+'').slice(2),'%Y':nYear,'%z':date.toTimeString().replace(/.+GMT([+-]\d+).+/,'$1'),'%Z':date.toTimeString().replace(/.+\((.+?)\)$/,'$1')}[sMatch]||'')+'')||sMatch})}
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js3775 if (isObject(x) && x.constructor === C) return x;
5384 …return (typeof x === 'undefined' ? 'undefined' : _typeof(x)) === 'object' && x !== null || typeof
14509 this.x = x;
15141 var x = current.x,
15453 x: x,
15617 current.x += x * textHScale;
16337 for (var x = x1_; x <= x2_; x++) {
21205 this.x = x;
21645 current.x = current.lineX += x;
21719 current.x += x * textHScale;
[all …]
/plugin/codeprettify/code-prettify/src/
H A Dlang-lua.js54 /^[+-]?(?:0x[\da-f]+|(?:(?:\.\d+|\d+(?:\.\d*)?)(?:e[+\-]?\d+)?))/i],
/plugin/combo/resources/page-image/
H A Dvignette.md1 <box align="x-center-children y-center-children" width="1200px" height="600px">
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dx-circle.svg1 <svg class="bi bi-x-circle" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dx-octagon-fill.svg1 <svg class="bi bi-x-octagon-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dwatch.svg3 <rect width="1" height="2" x="13.5" y="7" rx=".5"/>
H A Dx-square.svg1 <svg class="bi bi-x-square" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/latex-was/
H A Dlatexinc.php98 $this->getLang('failmax').$this->_latex->_xsize_limit.'x'.$this->_latex->_ysize_limit.'px';
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js13x:Math.round(o),width:t.offsetWidth,height:t.offsetHeight,right:Math.round(n),bottom:Math.round(i)…
/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js5766 …dx = (exit.x == entry.x) ? (Math.abs(exit.x - source.geometry.x) < source.geometry.width / 2? -20 …
5774 implicitY = (exit.x == entry.x);
6559 x = x * 100.0 / w;
6617 x = x * 100.0 / w;
6619 x = Math.round(x * 100.0) / 100.0;
6634 x = x * 100.0 / w;
6636 x = Math.round(x * 100.0) / 100.0;
6659 x: obj.BoundingBox.x, property in LucidImporter.stencilsMap
6962 var x = Math.round(b.x * scale + dx);
13264 lblGeo.x = gTxtObj.x / stencil.w;
[all …]
/plugin/authmantis/
H A DREADME.md36 MantisBT releases 1.2.x or later and 2.x are fully supported.
/plugin/tablelayout/
H A Dstyle.less88 overflow-x: hidden;
116 background-position-x: right;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode39.php23 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
24 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
25 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
120 $x = $chr[$char][$j];
121 if ($x == 2) {
/plugin/indexmenu/scripts/
H A Dcontextmenu.js301 var x = 8, y = 0;
306 x += pos.left + $btn[0].offsetWidth;
312 left: x,
264 var x = 8, y = 0; global() variable
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js422 var x = 0 ;
427 x += curNode.offsetLeft - curNode.scrollLeft ;
431 return { "x" : x, "y" : y } ;
438 pos.x -= scroll.X ;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md5 [![Build Status](https://travis-ci.org/myclabs/DeepCopy.png?branch=1.x)](https://travis-ci.org/mycl…
6 …lls.io/repos/myclabs/DeepCopy/badge.png?branch=1.x)](https://coveralls.io/r/myclabs/DeepCopy?branc…
11 **You are browsing the 1.x version, this version is in maintenance mode only. Please check the new
12 [2.x](https://github.com/myclabs/DeepCopy/tree/2.x) version.**
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dascetic.min.css1 .hljs{display:block;overflow-x:auto;padding:0.5em;background:white;color:black}.hljs-string,.hljs-v…
/plugin/flickr/
H A Dsyntax.php125 }elseif($mime == 'application/x-shockwave-flash'){
/plugin/latex/
H A Dlatexinc.php92 $this->getLang('failmax').$this->_latex->_xsize_limit.'x'.$this->_latex->_ysize_limit.'px';
/plugin/combo/resources/images/
H A Derror-bad-format.svg6 <text x="50%" y="50%" fill="red" dy=".3em"
/plugin/jquery/
H A Djquery-1.4.2.min.js71 …)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v…
91 …ll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.qu…
93x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=fun… function
124 ….success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k…
127x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);t…
128x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHtt…
129x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadyst…
130x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(…
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6x(this,t,n);case"ascii":return D(this,t,n);case"latin1":case"binary":return I(this,t,n);case"base6… function
/plugin/magnifier/images/
H A Dmagnifier.svg1 …Box="0 0 320 270"><defs><filter id="magnifier-a" width="100%" height="100%" x="0%" y="0%" filterUn…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-group.phpt19 .. 2 / 2 (100%) [x] One

1...<<21222324252627282930>>...68