Home
last modified time | relevance | path

Searched refs:date (Results 76 – 100 of 2857) sorted by relevance

12345678910>>...115

/plugin/blog/
H A Dhelper.php79 $date = $meta['date']['modified'];
80 if (!$date) $date = filemtime(wikiFN($id));
82 $cdate = $meta['date']['created'];
84 // prefer the date further in the past:
85 $date = min($date, $cdate);
98 else $key = $date;
106 'date'
[all...]
/plugin/authfacebook/lib/GraphNodes/
H A DBirthday.php54 * @param string $date
56 public function __construct($date) argument
58 $parts = explode('/', $date);
63 parent::__construct($date);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DCustomerIndexStats.php31 public function setDate(Date $date) argument
33 $this->date = $date;
40 return $this->date;
H A DCustomerQueryStats.php31 public function setDate(Date $date) argument
33 $this->date = $date;
40 return $this->date;
H A DDataSourceIndexStats.php31 public function setDate(Date $date) argument
33 $this->date = $date;
40 return $this->date;
H A DSearchApplicationQueryStats.php31 public function setDate(Date $date) argument
33 $this->date = $date;
40 return $this->date;
H A DCustomerUserStats.php40 public function setDate(Date $date) argument
42 $this->date = $date;
49 return $this->date;
H A DSearchApplicationUserStats.php40 public function setDate(Date $date) argument
42 $this->date = $date;
49 return $this->date;
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php57 * @param string|DateTime $date a string or DateTime object to convert
62 public function diff(Twig_Environment $env, $date, $now = null) argument
65 $date = twig_date_converter($env, $date);
69 $diff = $date->diff($now);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts42 format_date(date: Date): string;
148 parse_date(date: string): Date;
232 task_date(date: Date): string;
238 task_end_date(date: Date): string;
274 time_picker(date: Date): string;
301 xml_date(date: Date): string;
307 xml_format(date: Date): string;
1106 date: GanttLocaleDate; property
1144 date: GanttDateHelpers; property
2197 roundDate(date: Date): Date;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DPayment.php50 public function setDate(Date $date) argument
52 $this->date = $date;
59 return $this->date;
/plugin/const/_test/
H A Dconstants.test.php58 $this->assertTrue(strpos($HTML, 'YEAR:'.date('Y')) !== false);
59 $this->assertTrue(strpos($HTML, 'MONTH:'.date('m')) !== false);
60 $this->assertTrue(strpos($HTML, 'MONTHNAME:'.date('F')) !== false);
61 $this->assertTrue(strpos($HTML, 'WEEK:'.date('W')) !== false);
62 $this->assertTrue(strpos($HTML, 'DAY:'.date('d')) !== false);
63 $this->assertTrue(strpos($HTML, 'DAYNAME:'.date('l')) !== false);
/plugin/statdisplay/helper/
H A Dlog.php102 $date = strtotime(trim($parts[3] . ' ' . $parts[4], '[]'));
103 if (!$date) continue;
105 $month = date('Y-m', $date);
106 $day = date('d', $date);
107 $hour = date('G', $date);
353 public function usertraffic($date) argument
355 if (!$date) $date = date('Y-m');
357 $data = $this->logdata[$date]['usertraffic'];
363 …$data += array_slice((array)$this->logdata[$this->prevmonth($date)]['usertraffic'], -1 * (7 - $num…
454 private function prevmonth($date) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBirthday.php34 public function setDate(Date $date) argument
36 $this->date = $date;
43 return $this->date;
H A DEvent.php38 public function setDate(Date $date) argument
40 $this->date = $date;
47 return $this->date;
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh22 date="${BASH_REMATCH[2]}"
25 if [[ "$date" != $(date +"%Y-%m-%d") ]]; then
26 echo "$date is not today!"
/plugin/bez/ctl/
H A Dstart.php15 $date = date('Y-m-d', $timestamp);
16 $time = date('H:i', $timestamp);
18 return array($date, $time);
22 list($date, $time) = $this->datetime($datetime);
24 if (!isset($this->timeline[$date])) $timeline[$date] = array();
25 $this->timeline[$date][] = array('time' => $time,
45 $month_earlier = date('c', strtotime('-1 month'));
47 $filter['create_date'] = array('>=', $month_earlier, array('date'));
[all...]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php425 * @param string $date Date.
429 protected function formatDate($date, &$operator) argument
433 if (0 === preg_match('#\bago\b#', $date)) {
434 $date .= ' ago';
444 $time = strtotime($date);
455 * @param string $date Date.
458 public function changed($date) argument
460 $time = $this->formatDate($date, $operator);
480 * @param string $date Date.
483 public function modified($date) argument
[all …]
/plugin/news/scripts/
H A Drss.php49 $date = $this->date();
60 <pubDate>$date</pubDate>
72 $date = $this->news_feed_date();
90 <pubDate>$date</pubDate>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DReview.php31 public $date; variable in Google\\Service\\Books\\Review
90 public function setDate($date) argument
92 $this->date = $date;
99 return $this->date;
/plugin/bez/action/
H A Dmigration.php161 'added_date' => date('c')));
169 'added_date' => date('c')));
187 'create_date' => date('c', strtotime($row['datetime'])),
188 'last_modification_date' => date('c', strtotime($row['datetime'])),
201 $last_mod = date('c', (int) $row['close_date']);
203 $last_mod = date('c', (int) $row['date']);
209 'create_date' => date('c', (int) $row['date']),
249 $data['close_date'] = date('
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php75 \DateTimeInterface $date,
80 return $visitor->visitSimpleString($date->format($this->getFormat($type)), $type);
85 return $visitor->visitInteger((int) $date->format($format), $type);
88 return $visitor->visitString($date->format($this->getFormat($type)), $type);
96 …public function serializeDateTime(SerializationVisitorInterface $visitor, \DateTime $date, array $… argument
98 return $this->serializeDateTimeInterface($visitor, $date, $type, $context);
108 \DateTimeImmutable $date,
112 return $this->serializeDateTimeInterface($visitor, $date, $type, $context);
120 …ializeDateInterval(SerializationVisitorInterface $visitor, \DateInterval $date, array $type, Seria… argument
122 $iso8601DateIntervalString = $this->format($date);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddate_interval.test2 "date" filter (interval support as of PHP 5.3)
6 {{ date1|date }}
7 {{ date1|date('%d days %h hours') }}
8 {{ date1|date('%d days %h hours', timezone1) }}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleFirebaseFcmDataV1beta1AndroidDeliveryData.php80 public function setDate(GoogleTypeDate $date) argument
82 $this->date = $date;
89 return $this->date;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DateTime.php36 public function setDate(GoogleTypeDate $date) argument
38 $this->date = $date;
45 return $this->date;

12345678910>>...115