Home
last modified time | relevance | path

Searched refs:mm (Results 1 – 25 of 244) sorted by relevance

12345678910

/plugin/pgn4web/pgn4web/
Dparsing-tests.js12 var mm = 0;
20 mm++;
26 …if (console) { console.log("t=" + tt + "s mps=" + Math.floor(mm / tt) + " a=" + alertNumSinceReset…
38 var mm = 0;
50 mm++;
54 …if (console) { console.log("t=" + tt + "s mps=" + Math.floor(mm / tt) + " a=" + alertNumSinceReset…
/plugin/blogtng/action/
Dedit.php112 $mm = (int) $date['mm'];
120 $mm = date('i', $created);
127 $mm = date('i', $time);
139 …$event->data->insertElement($pos, form_makeTextField('post-date[mm]', $mm, 'mm', 'blogtng__date_mm…
229 $mm = (int) $date['mm'];
237 $mm = date('i', $created);
244 $mm = date('i', $time);
262 ->val($mm)->attr('maxlength', 2);
/plugin/twcheckliste/theme_twCheckliste/
Dtw_style.css8 margin: 5mm 5mm 5mm 5mm;
/plugin/sincetil/
DSYNTAX.md6 Then you just want the value in the form: yyyy-mm-dd hh:mm:ss
/plugin/html2pdf/html2pdf/html2ps/
Dutils_units.php17 function mm2pt($mm) { argument
18 return $mm * 2.834645669;
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dro.js1mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},r=" ";return(e%100>=20||e>=100&&e%100==0)&&(r="… property
H A Det.js1mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:… property
H A Dsr-cyrl.js1mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","д… property
H A Dsr.js1mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","d… property
H A Dlv.js1mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"s… property
H A Dlt.js1mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_… property
H A Dbe.js1mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадз… property
H A Dru.js1mm:r?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_… property
H A Duk.js1mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_г… property
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBarCode.php44 if (preg_match('/^(\S+)\s+(.*)$/', $objattr['code'], $mm)) {
45 $objattr['code'] = $mm[1];
46 $objattr['bsupp_code'] = $mm[2];
/plugin/katex/
DCHANGELOG_zh-TW.md6 ## [0.0.x] yyyy/mm/dd
/plugin/codeprettify/code-prettify/src/
Dlang-tex.js45 /[+-]?(?:\.\d+|\d+(?:\.\d*)?)(cm|em|ex|in|pc|pt|bp|mm)/i],
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
De5f50b31f165462d883ecbff45f74985.asciidoc25 'format' => 'EEE MMM dd HH:mm:ss Z yyyy',
/plugin/google_adsense2/
Dsyntax.php116 if (preg_match('/^\d*\.?\d+(%|px|em|ex|pt|cm|mm|pi|in)$/', $token)) {
/plugin/bureaucracy-au/
Dplugin.info.txt6 …mails from them. Forked from Bureaucracy release 2019-03-20 to support the AU date format dd-mm-yy.
/plugin/data-au/
Dplugin.info.txt6 …your wiki - Forked from Structured Data release 2019-03-20 to support the AU date format dd-mm-yy.
/plugin/bureaucracyau/
Dplugin.info.txt6 …ails from them - Forked from Bureaucracy release 2019-03-20 to support the AU date format dd-mm-yy.
/plugin/custombuttons/
Dstyle.less6 font-size: 4mm;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCSS.MaxImgLength.txt9 Only absolute units of measurement (in, pt, pc, mm, cm) and pixels (px) are allowed. This is
/plugin/mizarverifiabledocs/
H A Daction.php270 foreach ($m as $mm) {
271 $cur = preg_replace('/\.miz$/i', '', trim($mm[1]));
274 $combined .= trim($mm[2]) . "\n";

12345678910