Home
last modified time | relevance | path

Searched refs:h (Results 1876 – 1900 of 1992) sorted by last modified time

1...<<71727374757677787980

/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dcp1251.map105 !68 U+0068 h
H A Dcp1252.map105 !68 U+0068 h
H A Dcp1253.map105 !68 U+0068 h
H A Dcp1254.map105 !68 U+0068 h
H A Dcp1255.map105 !68 U+0068 h
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php22 function add_link($x, $y, $w, $h, $target) { argument
24 $x, $y, $x+$w, $y-$h, $this->_string($target)));
H A Doutput.fpdf.class.php18 function add_link($x, $y, $w, $h, $target) { argument
20 $this->pdf->add_link_external($x, $y, $w, $h, $target);
93 function field_text($x, $y, $w, $h, $value, $field_name) { argument
95 $this->pdf->add_field_text($x, $y, $w, $h, $value, $field_name);
98 function field_password($x, $y, $w, $h, $value, $field_name) { argument
103 function field_pushbutton($x, $y, $w, $h) { argument
105 $this->pdf->add_field_pushbutton($x, $y, $w, $h);
113 function field_pushbuttonreset($x, $y, $w, $h) { argument
115 $this->pdf->add_field_pushbuttonreset($x, $y, $w, $h);
123 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
[all …]
H A Doutput.pcl.class.php245 function add_link($x, $y, $w, $h, $target) { /* N/A */ } argument
256 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ } argument
257 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ } argument
258 function field_password($x, $y, $w, $h, $value, $field_name) { /* N/A */ } argument
259 function field_pushbutton($x, $y, $w, $h) { /* N/A */ } argument
260 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ } argument
261 function field_pushbuttonreset($x, $y, $w, $h) { /* N/A */ } argument
262 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ } argument
263 function field_checkbox($x, $y, $w, $h, $name, $value) { /* N/A */ } argument
264 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { /* N/A */ } argument
[all …]
H A Doutput._generic.class.php268 function rect($x, $y, $w, $h) { argument
271 $this->lineto($x + $w, $y + $h);
272 $this->lineto($x, $y + $h);
H A Doutput.pdflib.class.php365 function rect($x, $y, $w, $h) { argument
366 pdf_rect($this->pdf, $x, $y, $w, $h);
H A Dbox.table.php504 $h = $height;
507 if ($flags[$i]) { $h -= $cheights[$i]; } else { $ch += $cheights[$i]; };
511 $scale = $h / $ch;
523 $h = $height;
526 if (!$flags[$i]) { $h -= $cheights[$i]; } else { $ch += $cheights[$i]; };
530 $scale = $h / $ch;
542 $h = $height;
545 if ($flags[$i]) { $h -= $cheights[$i]; } else { $ch += $cheights[$i]; };
549 $scale = $h / $ch;
/plugin/html2pdf/snorriheim/
H A Ddesign.css668 /* overcome IE issue with one line code or file boxes which require h. scrolling */
/plugin/html2pdf/html2pdf/html2ps/cache/
H A Dutf8.mappings.dat37h";a:19:{s:10:"iso-8859-1";s:1:"h";s:10:"iso-8859-2";s:1:"h";s:10:"iso-8859-3";s:1:"h";s:10:"iso-8…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php184 var $h; variable in PDFRect
190 $this->h = $h;
2169 … $s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-$y)*$k,$x*$k,($this->h-($y+$h))*$k);
2173 ….=sprintf('%.2f %.2f m %.2f %.2f l S ',($x+$w)*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-($y+$h))*$…
2175 …$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-($y+$h))*$k,($x+$w)*$k,($this->h-($y+$h))…
2205 $this->lasth=$h;
2209 $this->y+=$h;
2450 if ($h==0) {
2460 function Ln($h='') argument
2464 if(is_string($h))
[all …]
/plugin/mantis/lib/
H A Dnusoap.php946 $h = substr($regs[8],1,2);
949 $regs[4] = $regs[4] + $h;
952 $regs[4] = $regs[4] - $h;
H A Dclass.nusoap_base.php946 $h = substr($regs[8],1,2);
949 $regs[4] = $regs[4] + $h;
952 $regs[4] = $regs[4] - $h;
/plugin/advrack/
H A Draphael.js1039 clr.h = rgb.h;
1070 if (this.is(h, "object") && "h" in h && "s" in h && "b" in h) {
1073 h = h.h;
1076 h *= 360;
1078 h = (h % 360) / 60;
1083 h = ~~h;
1107 if (this.is(h, "object") && "h" in h && "s" in h && "l" in h) {
1110 h = h.h;
1119 h = (h % 360) / 60;
1124 h = ~~h;
[all …]
H A Dscript.js24 array = array.concat(["L",x+w,y+h-r3, "Q",x+w,y+h, x+w-r3,y+h]); //C
25 array = array.concat(["L",x+r4,y+h, "Q",x,y+h, x,y+h-r4, "Z"]); //D
105 var h = equipment['height'].match(h_regexp);
160 var h = deck['height'].match(h_regexp);
244 var h = item['height'].match(h_regexp);
245 switch (h[2].toLowerCase()) {
247 h[1] *= 2.54; // convert to Centimeters
256 h[1] *= 4.445;
258 height += Number(h[1]);
268 for (var h = (unit['index']-1); h < (unit['index'] - 1 + unit_height); h++) {
[all …]
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.min.js.gz
H A Djquery.js2h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"… variable in e
3h]}if(f.isEmptyObject(t)){var u=s.handle;u&&(u.elem=null),delete s.events,delete s.handle,f.isEmpt… variable
H A Djquery.dataTables.min.js48 …h;f<e;f++){var h=a.aoColumns[f];d=p.createElement("td");d.innerHTML=typeof h.fnRender=="function"&…
49h.sClass!==null)d.className=h.sClass;if(h.bVisible){c.nTr.appendChild(d);c._anHidden[f]=null}else …
50 h.length;d<f;d++){m=h[d].nodeName.toUpperCase();if(m=="TD"||m=="TH"){O(a,k,e,i.trim(h[d].innerHTML)…
55h=[],j=[],k=a.aoColumns.length;if(typeof c=="undefined")c=false;d=0;for(f=b.length;d<f;d++){h[d]=b…
56h[d].length;e<b;e++){k=c=1;if(typeof j[d][e]=="undefined"){h[d].nTr.appendChild(h[d][e].cell);for(…
58 h;h<j;h++){var k=a.aoData[a.aiDisplay[h]];k.nTr===null&&z(a,a.aiDisplay[h]);var m=k.nTr;if(b!==0){v…
68h==">")c=c.parentNode;else if(h=="l"&&a.oFeatures.bPaginate&&a.oFeatures.bLengthChange){f=Ga(a);e=…
73h,j,k,m,u,r,H=[],L=a.nTFoot!==null?a.nScrollFoot.getElementsByTagName("div")[0]:null,T=a.nTFoot!==… variable
86h=a.aaSortingFixed!==null?a.aaSortingFixed.concat(a.aaSorting):a.aaSorting.slice();for(c=0;c<h.len…
88h=a.aaSorting[m][0];j=a.aaSorting[m][2]+1;if(typeof a.aoColumns[h].asSorting[j]=="undefined")a.aaS…
[all …]
/plugin/rigrr/lib/rigrr/
H A Drigrr.nocache.js6 function h(){var a=m.getElementsByTagName(cb);for(var b=0;b<a.length;++b){if(a[b].src.indexOf(db)!=… function
9 var k=g();if(k==O){k=h()}if(k==O){k=i()}if(k==O){k=j()}if(k==O){k=e(m.location.href)}k=f(k);s=k;ret…
10 …b){g=e.getAttribute(pb);if(g){var h,i=g.indexOf(qb);if(i>=0){f=g.substring(0,i);h=g.substring(i+1)…
/plugin/rigrr/lib/
H A Drigrr.nocache.js6 function h(){var a=m.getElementsByTagName(cb);for(var b=0;b<a.length;++b){if(a[b].src.indexOf(db)!=… function
9 var k=g();if(k==O){k=h()}if(k==O){k=i()}if(k==O){k=j()}if(k==O){k=e(m.location.href)}k=f(k);s=k;ret…
10 …b){g=e.getAttribute(pb);if(g){var h,i=g.indexOf(qb);if(i>=0){f=g.substring(0,i);h=g.substring(i+1)…
/plugin/txt2tags/
H A Dtxt2tags.class.php421 $h = $this->esc($headers[$i]);
422 if($h) $html .= sprintf($snippets["header$j"], $this->run_macros($h));
/plugin/sphinxsearch/
H A Dsphinxapi.php156 $h = 4294967296.0 - $h;
159 $h = 4294967295.0 - $h;
220 $h = $hi*2328.0 + $q;
253 if ( $h==0 )
284 $h = sprintf ( "%.0f", $h );
286 if ( $h=="0" )
288 return $h . $l;
350 $h += 1;
353 $h = sprintf ( "%.0f", $h );
355 if ( $h=="0" )
[all …]

1...<<71727374757677787980