Home
last modified time | relevance | path

Searched refs:date (Results 126 – 150 of 2857) sorted by relevance

12345678910>>...115

/plugin/notification/action/
H A Dcron.php60 $sqlite->query('UPDATE cron_check SET timestamp=? WHERE user=?', date('c'), $user);
122 $date = strftime('%d.%m %H:%M', $timestamp);
124 $html .= "<li class=\"level1\"><div class=\"li\">$date $content</div></li>";
125 $text .= $date . ' ' . strip_tags($content). "\n";
141 … ['plugin' => $plugin, 'notification_id' => $id, 'user' => $user, 'sent' => date('c')]);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php52 $date = new ConstantExpression(0, 1);
53 $node = $this->createFilter($date, 'date', [
60 $date = new ConstantExpression(0, 1);
61 $node = $this->createFilter($date, 'date', [
117 $date = new ConstantExpression(0, 1);
118 $node = $this->createFilter($date, 'date', [
/plugin/judge/helper/
H A Djdatetime.class.php93 …public static function date($format, $stamp = false, $convert = null, $jalali = null, $timezone = … function in jDateTime
264 return self::date($format, $stamp, false, false, $timezone);
310 return self::date($format, $stamp, $convert, $jalali, $timezone);
341 $month = (intval($month) == 0) ? self::date('m') : $month;
342 $day = (intval($day) == 0) ? self::date('d') : $day;
343 $year = (intval($year) == 0) ? self::date('Y') : $year;
357 $obj = new DateTime($date);
389 $month = (intval($month) == 0) ? self::date('n') : intval($month);
390 $day = (intval($day) == 0) ? self::date('j') : intval($day);
391 $year = (intval($year) == 0) ? self::date('Y') : intval($year);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/Resource/
H A DCustomerUsageReports.php39 * @param string $date Represents the date the usage occurred. The timestamp is
66 public function get($date, $optParams = []) argument
68 $params = ['date' => $date];
H A DUserUsageReport.php44 * @param string $date Represents the date the usage occurred. The timestamp is
100 public function get($userKey, $date, $optParams = []) argument
102 $params = ['userKey' => $userKey, 'date' => $date];
H A DEntityUsageReports.php45 * @param string $date Represents the date the usage occurred. The timestamp is
91 public function get($entityType, $entityKey, $date, $optParams = []) argument
93 $params = ['entityType' => $entityType, 'entityKey' => $entityKey, 'date' => $date];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_default_format.test2 "date" filter
4 {{ date1|date }}
5 {{ date1|date('d/m/Y') }}
H A Ddate_default_format_interval.test2 "date" filter (interval support as of PHP 5.3)
6 {{ date2|date }}
7 {{ date2|date('%d days') }}
/plugin/since/
H A Dsince.php72 foreach($content as $date) {
73 $d = date_create( trim($date) );
75 $SinceDate .= "&lt;bad date '$date'&gt;";
82 $SinceDate .= trim($date).'&nbsp;'.'<span class="since">'
/plugin/todo/
H A Dscript.js2 * @date 20130405 Leo Eibler <dokuwiki@sprossenwanne.at> \n
4 * @date 20130407 Leo Eibler <dokuwiki@sprossenwanne.at> \n
6 * @date 20130408 Christian Marg <marg@rz.tu-clausthal.de> \n
8 * @date 20130408 Leo Eibler <dokuwiki@sprossenwanne.at> \n
10 * @date 20130410 by Leo Eibler <dokuwiki@sprossenwanne.at> / http://www.eibler.at \n
12 * @date 20130413 Christian Marg <marg@rz.tu-clausthal.de> \n
14 * @date 20130413 by Leo Eibler <dokuwiki@sprossenwanne.at> / http://www.eibler.at \n
48 param = $chk.data(), // contains: index, pageid, date, strikethrough
61 //update date after edit and show alert when needed
62 if (data.date) {
[all...]
H A Daction.php8 * @date 20130405 Leo Eibler <dokuwiki@sprossenwanne.at> \n
10 * @date 20130408 Leo Eibler <dokuwiki@sprossenwanne.at> \n
55 * @date 20140317 Leo Eibler <dokuwiki@sprossenwanne.at> \n
57 * @date 20131008 Gerrit Uitslag <klapinklapin@gmail.com> \n
59 * @date 20130405 Leo Eibler <dokuwiki@sprossenwanne.at> \n
61 * @date 20130407 Leo Eibler <dokuwiki@sprossenwanne.at> \n
63 * @date 20130408 Christian Marg <marg@rz.tu-clausthal.de> \n
66 * @date 20130408 Leo Eibler <dokuwiki@sprossenwanne.at> \n
104 $date = 0;
105 if(isset($_REQUEST['date']))
[all...]
/plugin/tline/timeline_js/scripts/l10n/vi/
H A Dlabellers.js10 Timeline.GregorianDateLabeller.labelIntervalFunctions["vi"] = function(date, intervalUnit) { argument
14 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
22 return this.defaultLabelInterval(date, intervalUnit);
/plugin/eventline/timeline_js/scripts/l10n/vi/
H A Dlabellers.js10 Timeline.GregorianDateLabeller.labelIntervalFunctions["vi"] = function(date, intervalUnit) { argument
14 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
22 return this.defaultLabelInterval(date, intervalUnit);
/plugin/bez/cron/
H A Dfunctions.php10 'last_activity_date' => array('<=', date('c', strtotime('-26 days'))),
16 $day_of_issue_last_activity = date('d', strtotime($thread->last_activity_date));
17 if ($day_of_issue_last_activity == date('d')) {
37 $filters['plan_date'][1][] = date('Y-m-d', strtotime("+$day day"));
43 $now = new DateTime(date('Y-m-d'));
/plugin/logger/action/
H A Dlogging.php57 $log_dataset .= ";" . '"' . date("Y-m-d", $timestamp) . '"';
62 $log_dataset .= ";" . '"' . date("H:i:s", $timestamp) . '"';
105 $log_filename = date("Y-m", $timestamp) . '.csv';
107 $log_filename = date("Y", $timestamp) . '.csv';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRepricingRuleReport.php69 public function setDate(Date $date) argument
71 $this->date = $date;
78 return $this->date;
/plugin/tline/timeline_js/scripts/l10n/cs/
H A Dlabellers.js14 Timeline.GregorianDateLabeller.labelIntervalFunctions["cs"] = function(date, intervalUnit) { argument
18 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
26 return this.defaultLabelInterval(date, intervalUnit);
/plugin/eventline/timeline_js/scripts/l10n/cs/
H A Dlabellers.js14 Timeline.GregorianDateLabeller.labelIntervalFunctions["cs"] = function(date, intervalUnit) { argument
18 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
26 return this.defaultLabelInterval(date, intervalUnit);
/plugin/tline/timeline_js/scripts/l10n/zh/
H A Dlabellers.js10 Timeline.GregorianDateLabeller.labelIntervalFunctions["zh"] = function(date, intervalUnit) { argument
14 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
23 return this.defaultLabelInterval(date, intervalUnit);
/plugin/eventline/timeline_js/scripts/l10n/zh/
H A Dlabellers.js10 Timeline.GregorianDateLabeller.labelIntervalFunctions["zh"] = function(date, intervalUnit) { argument
14 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
23 return this.defaultLabelInterval(date, intervalUnit);
/plugin/eventline/timeline_js/scripts/l10n/de/
H A Dlabellers.js10 Timeline.GregorianDateLabeller.labelIntervalFunctions["de"] = function(date, intervalUnit) { argument
14 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
23 return this.defaultLabelInterval(date, intervalUnit);
/plugin/tline/timeline_js/scripts/l10n/de/
H A Dlabellers.js10 Timeline.GregorianDateLabeller.labelIntervalFunctions["de"] = function(date, intervalUnit) { argument
14 var date2 = Timeline.DateTime.removeTimeZoneOffset(date, this._timeZone);
23 return this.defaultLabelInterval(date, intervalUnit);
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php69 …* @param string $date Represents the date in yyyy-mm-dd format for which the data is to be fetched.
76 public function get($date, $optParams = array()) { argument
77 $params = array('date' => $date);
103 …* @param string $date Represents the date in yyyy-mm-dd format for which the data is to be fetched.
112 public function get($userKey, $date, $optParams = array()) { argument
113 $params = array('userKey' => $userKey, 'date' => $date);
362 public $date; variable in Google_UsageReport
370 public function setDate( $date) { argument
371 $this->date = $date;
374 return $this->date;
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak8 * @date March 2018
63 'date' => '2018-03-08',
165 // Get the date format
195 dbglog(date(DATE_ATOM));
231 $start_date = date($date_format, strtotime($event['start_time']));
232 $start_time = date($time_format, strtotime($event['start_time']));
237 $end_date = date($date_format, strtotime($event['end_time']));
238 $end_time = date($time_format, strtotime($event['end_time']));
287 $dateEnd = date($this->getConf(FB_EVENTS_DATE_FORMAT), strtotime($event['end_time']));
288 $dateStart != $dateEnd ? $date = "{$dateStart} - {$dateEnd}" : $date = "{$dateStart}";
[all …]
H A Dsyntax.php.2018-03-08_165255.bak8 * @date March 2018
63 'date' => '2018-03-09',
169 // Get the date format
199 dbglog(date(DATE_ATOM));
236 $start_date = date($date_format, strtotime($event['start_time']));
237 $start_time = date($time_format, strtotime($event['start_time']));
244 $end_date = date($date_format, strtotime($event['end_time']));
245 $end_time = date($time_format, strtotime($event['end_time']));
294 $dateEnd = date($this->getConf(FB_EVENTS_DATE_FORMAT), strtotime($event['end_time']));
295 $dateStart != $dateEnd ? $date = "{$dateStart} - {$dateEnd}" : $date = "{$dateStart}";
[all …]

12345678910>>...115