Home
last modified time | relevance | path

Searched full:mm (Results 1 – 25 of 877) sorted by relevance

12345678910>>...36

/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
Dtest.html4 // MARGIN DEFINITION (in mm)
23 margin-left: 15mm;
24 margin-right: 17mm;
25 margin-top: 95mm;
26 margin-bottom: 75mm;
28 html { margin: 0mm; padding: 0mm; }
29 body { page: pNormal; border: none; margin: 0mm; padding: 0mm; text-align: center; }
30 div.dHead { position: fixed; top: -80mm; left: 0; border: 1px solid #FF0000; width: 800px; height: …
31 div.dFoot { position: fixed; bottom: -53mm; left: 0; border: 1px solid #0000FF; width: 800px; heig…
/plugin/blogtng/action/
Dedit.php109 $MM = (int) $date['MM'];
112 $mm = (int) $date['mm'];
117 $MM = date('m', $created);
120 $mm = date('i', $created);
124 $MM = date('m', $time);
127 $mm = date('i', $time);
133 …$event->data->insertElement($pos, form_makeTextField('post-date[MM]', $MM, 'MM', 'blogtng__date_MM…
139 …$event->data->insertElement($pos, form_makeTextField('post-date[mm]', $mm, 'mm', 'blogtng__date_mm…
226 $MM = (int) $date['MM'];
229 $mm = (int) $date['mm'];
[all …]
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dlt.js1mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:""}),a.locale("lt",{buttonText:{month:… property
H A Dsv.js1mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("sv",{buttonText:{month:… property
H A Dfi.js1mm":i=n?"minuutin":"minuuttia";break;case"h":return n?"tunnin":"tunti";case"hh":i=n?"tunnin":"tunt… property
H A Dzh-tw.js1mm/dd",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"}),r.locale("zh-tw",{buttonText:{mo… property
H A Dro.js1mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),i.locale("ro",{buttonText:{prev:"… property
H A Det.js1mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("et",{buttonText:{month:… property
H A Dko.js1mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM… property
H A Dhe.js1mm/yy",firstDay:0,isRTL:!0,showMonthAfterYear:!1,yearSuffix:""}),r.locale("he",{buttonText:{month:… property
H A Deu.js1mm-dd",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("eu",{buttonText:{month:… property
H A Dde.js1mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("de",{buttonText:{year:"… property
H A Dzh-hk.js1mm/dd",firstDay:1,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"}),r.locale("zh-hk",{buttonText:{mo… property
H A Dvi.js1mm/yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),h.locale("vi",{buttonText:{month:… property
H A Dja.js1mm/dd",firstDay:0,isRTL:!1,showMonthAfterYear:!0,yearSuffix:"年"}),r.locale("ja",{buttonText:{month… property
H A Dca.js1mm/yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("ca",{buttonText:{month:… property
H A Dlv.js1mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),s.locale("lv",{buttonText:{month:… property
H A Dis.js1mm.yy",firstDay:0,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),t.locale("is",{buttonText:{month:… property
H A Dde-ch.js1mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),r.locale("de-ch",{buttonText:{yea… property
H A Dde-at.js1MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?a[… property
H A Dsk.js1mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("sk",{buttonText:{month:… property
H A Dsr-cyrl.js1mm.yy",firstDay:1,isRTL:!1,showMonthAfterYear:!1,yearSuffix:""}),n.locale("sr-cyrl",{buttonText:{p… property
/plugin/html2pdf/html2pdf/html2ps/
Dmedia.layout.inc.php20 * @param Array $size associative array with 'height' and 'width' keys (mm)
21 * @param Array $margins associative array with 'top', 'bottom', 'left' and 'right' keys (mm)
120 "/pagewidth {".$this->width()." mm} def\n".
121 "/pageheight {".$this->height()." mm} def\n".
122 "/lmargin {{$this->margins['left']} mm} def\n".
123 "/rmargin {{$this->margins['right']} mm} def\n".
124 "/tmargin {{$this->margins['top']} mm} def\n".
125 "/bmargin {{$this->margins['bottom']} mm} def\n".
127 "<< /PageSize [".$this->size['width']." mm ".$this->size['height']." mm] >> setpagedevice\n".
/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.line-height.100.php9 body { font-size: 10mm; }
10 #div1 { height: 100mm; float: left; background-color: green; width: 100mm; }
11 #div2 { line-height: 1; float: left; background-color: red; width: 100mm; }
46 body { font-size: 10mm; }
47 #div1 { height: 100mm; float: left; background-color: green; width: 100mm; }
Dtest.containing.block.absolute.php8 padding: 10mm;
9 margin: 50mm;
17 top: 3mm;
18 left: 2mm;
19 margin: 7mm;

12345678910>>...36