Home
last modified time | relevance | path

Searched refs:date (Results 176 – 200 of 2857) sorted by relevance

12345678910>>...115

/plugin/blog/syntax/
H A Dautoarchive.php83 $date = strftime('%Y-%m',$entry['date']);
84 // entry in the right date range?
85 if($date < $now || $date > $now) continue;
109 $y = date('Y',$entry['date']);
110 $m = date('m',$entry['date']);
/plugin/struct/types/
H A DDateTime.php47 $rawvalue = date('Y-m-d\TH:i');
74 [$date, $time] = array_pad(preg_split('/[ |T]/', $rawvalue, 2), 2, '');
75 $date = trim($date);
78 [$year, $month, $day] = explode('-', $date, 3);
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta1date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393639;}s:7:"creator";s:10:"Mark Prins"…
3date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393639;}s:7:"creator";s:10:"Mark Prins"…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393637;}s:7:"creator";s:10:"Mark Prins"…
3date";a:2:{s:7:"created";i:1463393692;s:8:"modified";i:1463393637;}s:7:"creator";s:10:"Mark Prins"…
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php42 $date = date('j\. F Y', strtotime($this->newsDate));
71 return (string)str_replace($enMonth, $langMonth, $date);
130 $this->newsDate = date('Y-m-d\TH:i:s');
/plugin/include/syntax/
H A Dfooter.php71 // date
72 if ($flags['date'] && $exists) {
73 $date = $meta['date']['created'];
74 if ($date) {
75 $xhtml[] = '<abbr class="published" title="'.strftime('%Y-%m-%dT%H:%M:%SZ', $date).'">'
76 . strftime($conf['dformat'], $date)
81 // modified date
83 $mdate = $meta['date']['modified'];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php124 $date = $dateNew->format($this->dateFormats[$this->rfc]);
127 $date . " " .
132 $date = $datetime->format($this->dateFormats[$this->rfc]);
135 $date . " " .
/plugin/structtasks/meta/
H A DAbstractNotifier.php65 static protected function timeFromLastMidnight($date) { argument
68 $date->setTime(0, 0);
71 $diff = $date->diff($today, true);
72 $factor = ($today < $date) ? 1 : -1;
/plugin/struct/script/
H A DEntryEditor.js17 * Attach datepicker to date types, if lacking HTML5 support.
38 onSelect: function (date, inst) { argument
42 date += ' ' + both[1];
44 date += ' 00:00';
46 $input.val(date);
/plugin/miniblog/helper/
H A Dentry.php25 $date = p_get_metadata($page['id'], 'date created', METADATA_DONT_RENDER);
28 $entries[$date] = array(
30 'date' => $date,
/plugin/facebookwall/
H A Dsyntax.php144 $to = mktime(24, 0, 0, date("m") , date("d"), date("Y"));
270 … $entry = str_replace('{date}', date( $date_format, strtotime($post['created_time'])), $entry );
271 … $entry = str_replace('{time}', date( $time_format, strtotime($post['created_time'])), $entry );
272 …$entry = str_replace('{datetime}', date( $datetime_format, strtotime($post['created_time'])), $ent…
/plugin/schedule/syntax/
H A Dblock.php109 …dar (($mapId ? $mapId : "scheduleMapTable"), mktime (0, 0, 0, date ("n"), date ("j"), date ("Y")));
158 $date = "";
160 $periode = array ("<" => &$before, "=" => &$date, ">" => &$after);
173 $this->schedules->setDateFilters ($before, $date, $after);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DReports.php209 'path' => 'admin/reports/v1/usage/dates/{date}',
212 'date' => [
241 'path' => 'admin/reports/v1/usage/{entityType}/{entityKey}/dates/{date}',
254 'date' => [
291 'path' => 'admin/reports/v1/usage/users/{userKey}/dates/{date}',
299 'date' => [
/plugin/noticeboard/classes/
H A DEditForm.php83 $this->deadline = date("d.m.Y",$notice->getDeadline());
85 $this->startDate = date("d.m.Y",$notice->getStartTime());
87 $this->startTime = date("H:i",$notice->getStartTime());
90 $this->endDate = date("d.m.Y",$notice->getEndTime());
93 $this->endTime = date("H:i",$notice->getEndTime());
/plugin/onlineordering/
H A Dsend_form.php95 $date = date("d-m-Y"); variable
96 $time = date("H:m");
98 $datetime = $date.' '.$time;
100 $template = str_replace('{date}', $date, $template);
/plugin/noticeboard/noticeboard/classes/
H A DEditForm.php83 $this->deadline = date("d.m.Y",$notice->getDeadline());
85 $this->startDate = date("d.m.Y",$notice->getStartTime());
87 $this->startTime = date("H:i",$notice->getStartTime());
90 $this->endDate = date("d.m.Y",$notice->getEndTime());
93 $this->endTime = date("H:i",$notice->getEndTime());
/plugin/prettyprint/
H A Dscript.js34 var date = JSINFO['date'];
47 LANG.plugins.prettyprint.date+'&nbsp;'+date.replace(' ', '&nbsp;')+'<br>'+cont+'</p>'));
/plugin/backlinks2/_test/data/meta/
H A Dbob_ross_says.meta1 a:2:{s:7:"current";a:8:{s:4:"date";a:2:{s:7:"created";i:1463261385;s:8:"modified";i:1463238887;}s:4…
3date";i:1463424603;s:2:"ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s:13:"bob_ross_says";s:4:"…
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php558 $date = clone $this->currentDate;
559 $date->setISODate($currentYear, $byWeekNo, $dayOffset);
561 if ($date > $this->currentDate) {
562 $checkDates[] = $date;
594 $date = clone $this->currentDate;
595 $date->setDate($currentYear, 1, 1);
597 $date->add(new \DateInterval('P' . $byYearDay . 'D'));
599 $date->sub(new \DateInterval('P' . abs($byYearDay) . 'D'));
602 … if ($date > $this->currentDate && in_array($date->format('N'), $dayOffsets)) {
603 $checkDates[] = $date;
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css69 .timeline-date-label {
75 .timeline-date-label-em {color: #000;}
78 .timeline-horizontal .timeline-date-label{padding-left:2px;}
79 .timeline-horizontal .timeline-date-label{border-width:0 0 0 1px;}
80 .timeline-horizontal .timeline-date-label-em{height:2em}
83 .timeline-vertical .timeline-date-label{padding-top:2px;}
84 .timeline-vertical .timeline-date-label{border-width:1px 0 0;}
85 .timeline-vertical .timeline-date-label-em{width:7em}
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css69 .timeline-date-label {
75 .timeline-date-label-em {color: #000;}
78 .timeline-horizontal .timeline-date-label{padding-left:2px;}
79 .timeline-horizontal .timeline-date-label{border-width:0 0 0 1px;}
80 .timeline-horizontal .timeline-date-label-em{height:2em}
83 .timeline-vertical .timeline-date-label{padding-top:2px;}
84 .timeline-vertical .timeline-date-label{border-width:1px 0 0;}
85 .timeline-vertical .timeline-date-label-em{width:7em}
/plugin/changes/
H A Dsyntax.php278 $dates[] = $change['date'];
320 if ($maxage && $change['date'] < (time() - $maxage)) {
389 $page['date'] = $change['date'];
405 * @param int $date argument
407 protected function dayheader($renderer, $date)
412 $renderer->cdata(dformat($date, $this->getConf('dayheaderfmt')));
415 $renderer->header(dformat($date, $this->getConf('dayheaderfmt')), 3, 0);
433 $dayheaders_date = date('Ymd', $changes[0]['date']);
[all...]
/plugin/htmlabstract/
H A Dsyntax.php175 function formatDate($date) argument
181 return $date; //strptime() is not implemented on Windows platforms, sorry!
183 $decomposed_date = strptime($date, '%a, %d %b %Y %H:%M:%S %z');
185 $date = strftime($conf['dformat'],
187 return $date;
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerSerializationTest.php70 public function testSerializeDateTime(\DateTime $date, $expected) argument
72 $ret = $this->handler->serializeDateTime($this->visitor, $date, [], $this->context);
95 public function testSerializeDate(\DateTime $date, $expected) argument
97 $ret = $this->handler->serializeDate($this->visitor, $date, [], $this->context);
/plugin/hcalendar/syntax/
H A Dhcal_renderer_helper.php40 date('D d.F Y',$dt_start).
60 $txt .= date('D d.F Y',$dt_end).' ';
70 date('D d.F Y',$dt_start).
82 $txt .= date('D d.F Y',$dt_end).' ';

12345678910>>...115