Home
last modified time | relevance | path

Searched refs:format (Results 51 – 75 of 1384) sorted by last modified time

12345678910>>...56

/plugin/bez/ctl/
H A Dactivity_report.php16 'from' => $from->format('Y-m-d'),
17 'to' => $to->format('Y-m-d')));
H A Dreport.php15 'from' => $from->format('Y-m-d'),
16 'to' => $to->format('Y-m-d')));
/plugin/bez/mdl/
H A DTaskFactory.php79 $from = $period->getStartDate()->format(\DateTime::ISO8601);
80 $to = $period->getEndDate()->format(\DateTime::ISO8601);
107 $from = $period->getStartDate()->format(\DateTime::ISO8601);
108 $to = $period->getEndDate()->format(\DateTime::ISO8601);
H A DThreadFactory.php30 $from = $period->getStartDate()->format(\DateTime::ISO8601);
31 $to = $period->getEndDate()->format(\DateTime::ISO8601);
60 $from = $period->getStartDate()->format(\DateTime::ISO8601);
61 $to = $period->getEndDate()->format(\DateTime::ISO8601);
79 $from = $period->getStartDate()->format(\DateTime::ISO8601);
80 $to = $period->getEndDate()->format(\DateTime::ISO8601);
108 $from = $period->getStartDate()->format(\DateTime::ISO8601);
109 $to = $period->getEndDate()->format(\DateTime::ISO8601);
154 $from = $period->getStartDate()->format(\DateTime::ISO8601);
155 $to = $period->getEndDate()->format(\DateTim
[all...]
H A DThread_commentFactory.php114 $from = $period->getStartDate()->format(\DateTime::ISO8601);
115 $to = $period->getEndDate()->format(\DateTime::ISO8601);
/plugin/bez/meta/
H A DTpl.php142 public function date_diff_days($rDate, $lDate='now', $format='%R%a') { argument
144 return $interval->format("$format ".$this->getLang('days'));
149 return $interval->format('%h:%I');
/plugin/imagemapping/
H A Dsyntax.php107 function render($format, Doku_Renderer $renderer, $data)
113 if (substr($format, 0, 5) == 'xhtml') {
226 } elseif ($format == 'metadata') {
97 render($format, Doku_Renderer $renderer, $data) global() argument
/plugin/cloud/
H A Dsyntax.php68 function render($format, Doku_Renderer $renderer, $data) { argument
72 if ($format == 'xhtml') {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js214 … return dateUTC ? dayjs.utc(value).format(dateFormat) : dayjs(value).format(dateFormat);
217 return dateUTC ? dayjs.utc(value).format() : dayjs(value).format();
27151 this.format = function (col) {
27155 this.format = function (col) {
27159 this.format = function (col) {
43666 if (format === 'hybrid') {
44233 }, $.format = function (t) {
44562 var r = n.format;
44563 n.format = function (t) {
49140 return format_1.format;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs544 - Default date format (code 14) used for Dates
597 default: throw 'bad hour format: ' + fmt;
602 default: throw 'bad hour format: ' + fmt;
607 default: throw 'bad minute format: ' + fmt;
626 default: throw 'bad abstime format: ' + fmt;
1278 format: SSF_format, property in SSF
1356 …"d.m": "d\\.m" // Issue #2571 Google Sheets writes invalid format 'd.m', correct format is 'd"."m'…
1520 /* DOS Date format:
8177 case 'C': /* default column format */
17936 var fmt = XLMLFormatMap[format] || unescapexml(format);
[all …]
/plugin/dev/skel/
H A Drenderer_xhtml.php15 public function canRender($format) argument
17 if ($format == 'xhtml') {
/plugin/structtasks/meta/
H A DUtilities.php156 $df = $d->format($dateformat);
/plugin/orphanswanted/
H A Dsyntax.php84 function render($format, Doku_Renderer $renderer, $data) { argument
88 if($format == 'xhtml') {
/plugin/bibtex4dw/
H A DREADME.md10 Being familiar with using BibTeX both, as a bibliographic (text) database format and as an engine to format references in documents written using LaTeX, a plugin for DokuWiki understanding the BibTeX format and allowing to reference literature from within wiki pages seems an obvious choice.
H A DTODO.md10 Some references how to properly format the code (including PHP style guides):
/plugin/tag/syntax/
H A Dcount.php78 * @param string $format Renderer mode (supported modes: xhtml and metadata)
83 function render($format, Doku_Renderer $renderer, $data) { argument
92 if($format == "xhtml") {
H A Dsearchtags.php56 * @param string $format Renderer mode (supported modes: xhtml and metadata)
61 function render($format, Doku_Renderer $renderer, $data) { argument
65 if ($format == 'xhtml') {
H A Dtag.php68 * @param string $format Renderer mode (supported modes: xhtml and metadata)
73 function render($format, Doku_Renderer $renderer, $data) { argument
79 if ($format == 'xhtml') {
92 } elseif ($format == 'metadata') {
H A Dtagpage.php66 * @param string $format Renderer mode (supported modes: xhtml)
71 function render($format, Doku_Renderer $renderer, $data) { argument
74 if($format == "xhtml") {
H A Dtopic.php73 * @param string $format Renderer mode (supported modes: xhtml and metadata)
78 function render($format, Doku_Renderer $renderer, $data) { argument
105 if ($format == 'xhtml') {
/plugin/translation/syntax/
H A Dnotrans.php49 public function render($format, Doku_Renderer $renderer, $data)
52 if ($format == 'metadata') {
48 render($format, Doku_Renderer $renderer, $data) global() argument
H A Dtrans.php38 public function render($format, Doku_Renderer $renderer, $data)
40 if ($format != 'xhtml') return false;
36 render($format, Doku_Renderer $renderer, $data) global() argument
/plugin/todo/syntax/
H A Dtodo.php153 * @param $mode String The output format to generate.
293 if(isset($data['completeddate'])) { $return .= ', '.$data['completeddate']->format('Y-m-d'); }
306 if(isset($data['start'])) { $return .= $data['start']->format('Y-m-d'); }
308 if(isset($data['due'])) { $return .= $data['due']->format('Y-m-d'); }
429 * intable:match = if regex, right side of table - THIS plugin will format the current
431 * intable:count = if normal, right side of table - THIS plugin will format the current
/plugin/bureaucracy/
H A Dsyntax.php198 * @param string $format output format being rendered
203 public function render($format, Doku_Renderer $R, $data) { argument
204 if($format != 'xhtml') return false;
/plugin/tgnotify/
H A DLICENSE184 comment syntax for the file format. We also recommend that a

12345678910>>...56