| /plugin/date/ |
| D | syntax.php | 156 $xhtml = strftime($format, $timestamp_with_now_value); 173 $xhtml = strftime($format, $timestamp_value); 182 $xhtml = strftime($format); 190 $xhtml = strftime($dformat); 192 $xhtml = strftime($dformat, strtotime("+1 day")); 194 $xhtml = strftime($dformat, strtotime("-1 day")); 196 $xhtml = strftime('%Y'); 198 $xhtml = strftime('%Y',strtotime("+1 year"));; 200 $xhtml = strftime('%Y',strtotime("-1 year")); 202 $xhtml = strftime('%m'); [all …]
|
| D | README.md | 4 A wrapper plugin for the php functions strftime and date. This plugin gives you the possibilities o…
|
| D | plugin.info.txt | 6 desc Wrapper about the php command strftime and date
|
| /plugin/struct/meta/ |
| H A D | DateFormatConverter.php | 21 protected static $strftime = [ variable in dokuwiki\\plugin\\struct\\meta\\DateFormatConverter 122 * @param string $strftime 125 public static function toDate($strftime) argument 127 $date = $strftime; 149 array_keys(self::$strftime), 150 array_values(self::$strftime), 181 $strftime = preg_replace($from, $to, $date); 191 $strftime = preg_replace($from, $datekeys, $strftime); 194 return $strftime;
|
| /plugin/icalendar/ |
| D | functions.php | 86 $entry['startdate'] = strftime($dateFormat, $entry['startunixdate']); 87 $entry['starttime'] = strftime($timeFormat, $entry['startunixdate']); 95 $entry['enddate'] = strftime($dateFormat, $entry['endunixdate']); 96 $entry['endtime'] = strftime($timeFormat, $entry['endunixdate']); 105 $entry['startdate'] = strftime($dateFormat, $entry['startunixdate']); 112 $entry['enddate'] = strftime($dateFormat, $entry['endunixdate']);
|
| /plugin/blog/ |
| D | action.php | 147 '@DATE@' => strftime($conf['dformat']), 196 if (intval(strftime("%m")) < intval($newmonth)) { 197 $longyear2 = strftime("%Y"); 200 $longyear1 = strftime("%Y"); 211 $pre = strftime($dateprefix);
|
| /plugin/loglog/ |
| D | admin.php | 83 echo '<p>' . $this->getLang('range') . ' ' . strftime($dateFormat, $min) . 84 ' - ' . strftime($dateFormat, $max) . '</p>'; 138 echo '<td>' . strftime($dateFormat, $line['dt']) . '</td>';
|
| /plugin/countdownv2/ |
| D | syntax.php | 116 … $comment = str_replace("##DATE##", strftime($this->getConf('dateformat'), $endtime), $commentstr); 118 … $comment = str_replace("##TIME##", strftime($this->getConf('timeformat'), $endtime), $comment); 120 …$comment = str_replace("##DATETIME##", strftime($this->getConf('datetimeformat'), $endtime), $comm…
|
| /plugin/bureaucracyau/ |
| D | syntax.php | 459 * @param bool $strftime Apply strftime() replacements 462 function replace($input, $strftime = true) { argument 477 if($strftime) { 480 function($m){return strftime($m[0]);}, 509 return strftime($match[2], strtotime($match[1])); 555 $this->values['__date__'] = strftime($conf['dformat']);
|
| /plugin/bureaucracy-au/ |
| D | syntax.php | 459 * @param bool $strftime Apply strftime() replacements 462 function replace($input, $strftime = true) { argument 477 if($strftime) { 480 function($m){return strftime($m[0]);}, 509 return strftime($match[2], strtotime($match[1])); 555 $this->values['__date__'] = strftime($conf['dformat']);
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/ |
| D | fckoutput.py | 27 from time import gmtime, strftime 56 self.setHeader('Last-Modified',strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime()))
|
| /plugin/mailto/ |
| D | action.php | 82 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']), 2) ; 107 …. strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']),1) ; /// TODO the…
|
| D | syntax.php | 65 . strftime($this->getConf('mailto_dformat'), $metas['plugin']['mailto']['sent']) . ' ) ';
|
| /plugin/bureaucracy/ |
| D | syntax.php | 476 * @param bool $strftime Apply strftime() replacements 479 function replace($input, $strftime = true) { argument 499 if($strftime) { 502 function($m){return strftime($m[0]);}, 546 return strftime($match[2], strtotime($match[1])); 594 $this->values['__date__'] = strftime($conf['dformat']);
|
| /plugin/lastcomp/ |
| D | syntax.php | 100 $datum1 = strftime($conf['dformat'], $mod1); 101 $datum2 = strftime($conf['dformat'], $mod2);
|
| /plugin/infomail/ |
| D | action.php | 246 $date = strftime("%d.%m.%Y, %H:%M", $t); 249 $filename = strftime("%Y%m%d%H%M%S", $t) . "_infomail.txt"; 270 …$log = $t . "\t" . strftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sende…
|
| /plugin/autostartpage/ |
| D | action.php | 93 $wikitext=preg_replace("/@DATE@/",strftime("%D"), $wikitext); 96 $wikitext=str_replace($matches[0], strftime($matches[1]), $wikitext);
|
| /plugin/owncloud/ajax/ |
| D | filelist.php | 58 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$folder)); 69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
|
| /plugin/ffindr/ |
| D | ffindr.php | 115 …$renderer->doc .= strftime($dateformat, strtotime($item->get_tag('dateStart'))) . " - " …
|
| /plugin/blog/syntax/ |
| D | autoarchive.php | 64 $now = strftime('%Y-%m'); // current month 83 $date = strftime('%Y-%m',$entry['date']);
|
| /plugin/countdown/ |
| D | syntax.php | 124 … $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $Next->getTimestamp()) . ")"; 138 $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $thatDate) . ")";
|
| /plugin/timestamp/action/ |
| D | Timestamp.php | 64 echo strftime($this->getConf('timestamp_format'));
|
| /plugin/unameban/ |
| D | action.php | 38 hsc($client), strftime($conf['dformat'],$fields[1]),
|
| /plugin/nextday/ |
| D | syntax.php | 41 return $day ? strftime('%d %B %Y', $day) : '';
|
| /plugin/rssticker/ |
| D | lastRSS.php | 175 $result['lastBuildDate'] = strftime($this->date_format, $timestamp); 220 $result['items'][$i]['pubDate'] = strftime($this->date_format, $timestamp);
|