Home
last modified time | relevance | path

Searched +full:date -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 389) sorted by relevance

12345678910>>...16

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator10.php41 $feed .= " <dc:date>".htmlspecialchars($now->iso8601())."</dc:date>\n";
62 if ($this->items[$i]->date != null) {
63 $itemDate = new FeedDate($this->items[$i]->date);
64 $feed .= " <dc:date>".htmlspecialchars($itemDate->iso8601())."</dc:date>\n";
/dokuwiki/lib/plugins/acl/
H A Dplugin.info.txt4 date 2015-07-25
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt4 date 2023-12-22
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt4 date 2015-07-15
/dokuwiki/lib/plugins/info/
H A Dplugin.info.txt4 date 2020-06-04
/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt4 date 2016-08-20
/dokuwiki/lib/tpl/dokuwiki/
H A Dtemplate.info.txt4 date 2015-07-26
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt4 date 2015-07-18
/dokuwiki/lib/plugins/styling/
H A Dplugin.info.txt4 date 2020-06-14
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt4 date 2015-07-13
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt4 date 2015-07-18
/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt4 date 2015-07-15
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt4 date 2015-07-13
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt4 date 2015-07-26
/dokuwiki/lib/styles/
H A Dfeed.css10 link, description, language, managingEditor, copyright, lastBuildDate, date, selector
53 item pubDate, entry modified, item date {
/dokuwiki/lib/plugins/popularity/
H A Dplugin.info.txt4 date 2015-07-15
/dokuwiki/lib/plugins/safefnrecode/
H A Dplugin.info.txt4 date 2012-07-28
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A Dconstants.php4 define("TIME_ZONE", date("O", time()));
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedItem.php22 * Publishing date of an item. May be in one of the following formats:
31 public $date; variable in FeedItem
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php5 use IXR\DataType\Date; alias
112 case 'date':
114 if (!($arg instanceof Date)) {
148 $return[] = new Date(time());
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcobol.php8 * Date Started: 2007/07/02
116 'CENTERED-HEADINGS', 'CENTURY-DATE', 'CENTURY-DAY', 'CF', 'CH',
144 'DATE', 'DATE-COMPILED', 'DATE-ENTRY', 'DATE-RECORD',
145 'DATE-WRITTEN', 'DAY', 'DAY-OF-WEEK', 'DBCLOB', 'DBCLOB-FILE',
219 'LOCALE', 'LOCK', 'LOCKING', 'LONG-DATE', 'LONG-VARBINARY',
288 'SHARING', 'SHIFT-IN', 'SHIFT-OUT', 'SHORT-DATE', 'SHOW-LINES',
360 'COS', 'COMBINED-DATETIME', 'CONCATENATE', 'CURRENT-DATE',
[all...]
H A Dmysql.php8 * Date Started: 2008-12-12
13 * up-to-date for current MySQL versions, and with more classes for different
131 "CHAR", "DATE", "TIME"
146 // Date and Time Unit Specifiers
153 // Date-time unit specifiers distinguished from functions by the same name
196 // Date and Time Functions
210 // Date-time functions distinguished from other keywords by the same name
211 "DATE", "DAY", "HOUR", "MICROSECOND", "MINUTE", "MONTH", "QUARTER",
340 8 => 'color: #9900FF; font-weight: bold;', // date-time units
341 9 => 'color: #9900FF; font-weight: bold;', // date
[all...]
H A Deuphoria.php8 * Date Started: 11/24/2010
18 * <date-of-release> (1.0.8.9)
21 * TODO (updated <date-of-release>)
62 'command_line', 'cos', 'date', 'equal', 'find', 'find_from', 'floor',
/dokuwiki/
H A Ddoku.php24 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
48 $DATE = $INPUT->int('date');
67 $date_parse = @date('Ymd', $DATE_AT);
46 $DATE = $INPUT->int('date'); global() variable
/dokuwiki/inc/Action/
H A DShow.php6 * Date: 2/10/17

12345678910>>...16