Home
last modified time | relevance | path

Searched refs:date (Results 1801 – 1825 of 2857) sorted by relevance

1...<<71727374757677787980>>...115

/plugin/pagequery/
H A DPageQuery.php134 if (!isset($meta['date']['created'])) {
135 $meta['date']['created'] = 0;
137 if (!isset($meta['date']['modified'])) {
138 $meta['date']['modified'] = $meta['date']['created'];
169 // reset cache of full date for this row
202 $value = $meta['date']['modified'];
205 $value = $meta['date']['created'];
215 // date sorting types (groupable)
218 // we only set real date onc
580 filterByDate($filter, $date) global() argument
[all...]
/plugin/database2/
H A Ddatabase2.php4726 list( $date, $time ) = preg_split( '/t|(\s+)/i', trim( $in ) );
4904 return ( $arg !== '' ) ? date( $arg ) : '';
5517 $value = date( 'H:i:s' );
5538 $date = trim( $date );
5542 if ( ( $date === '' ) || ( $time === '' ) )
5547 if ( trim( $date ) === $this->getLang( 'today' ) )
5549 $date = array(
5557 $date = self::parseInternalDate( $date );
5558 if ( $date === false )
5567 $time['second'], $date['month'],
[all …]
/plugin/highlightjs/highlight/styles/
H A Dfar.css77 .date,
H A Dzenburn.css40 .date {
/plugin/dokugitviewer/
H A Dsyntax.php103 $renderer->doc .= date(DATE_FORMAT,$row['timestamp']);
/plugin/sphinxsearch/
H A DINSTALL22 4. To have your search results up-to-date, setup cronjob to
/plugin/top/
H A Dhelper.php65 $month = date('Ym');
/plugin/dokubookmark/
H A Daction.php82 $timestamp = date($this->getConf('dateformat'));
/plugin/iptrust2/
H A Daction.php78 list($login, $host, $date) = explode("\t", $logins[$i]);
/plugin/include/
H A Dstyle.css23 background: transparent url(images/date.gif) 0px 1px no-repeat;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php115 $result = date('d/M/Y:H:i:s O');
/plugin/avtaskbox/
H A Dsyntax.php39 'date' => '2022-08-08',
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php248 $this->header['Date'] = date('r');
/plugin/combo/ComboStrap/
H A DCacheLog.php87 self::TIMESTAMP_ATT => date("c"),
/plugin/bez/mdl/
H A DTask_comment.php42 $this->create_date = date('c');
/plugin/siteexport/inc/
H A Ddebug.php113 $prepend = "[" . (date('Y-m-d H:i:s') ?: "") . " $TYPE] ";
/plugin/pdfjs/pdfjs/web/locale/sat/
H A Dviewer.properties52 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
53 # will be replaced by the creation/modification date, and time, of the PDF file.
/plugin/latexport/
H A DREADME.md108 by uncommenting the ``date.timezone`` entry:
112 ; Defines the default timezone used by the date functions
113 ; http://php.net/date.timezone
114 date.timezone = Europe/Paris
/plugin/pdfjs/pdfjs/web/locale/son/
H A Dviewer.properties81 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
82 # will be replaced by the creation/modification date, and time, of the PDF file.
83 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/xh/
H A Dviewer.properties85 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
86 # will be replaced by the creation/modification date, and time, of the PDF file.
87 document_properties_date_string={{date}}, {{time}}
/plugin/pdfjs/pdfjs/web/locale/uz/
H A Dviewer.properties79 # LOCALIZATION NOTE (document_properties_date_string): "{{date}}" and "{{time}}"
80 # will be replaced by the creation/modification date, and time, of the PDF file.
81 document_properties_date_string={{date}}, {{time}}
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php246 " * Created with PHPUnit_Skeleton on " . date('Y-m-d') . "\n" .
/plugin/ldapsearch/
H A Dsyntax.php151 $result = $date['result'];
/plugin/rater/
H A DREADME27 …end=09/25/10 - after that day no more votes/rates will be counted, can be any valid date expressi…

1...<<71727374757677787980>>...115