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 201 – 225 of 389) sorted by relevance

12345678910>>...16

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dezt.php8 * Date Started: 2012/09/01
H A Df1.php8 * Date Started: 2010/07/06
H A Dpys60.php8 * Date Started: 2012/05/03
14 * No Changes Till Date
H A Dsas.php8 * Date Started: 2005/12/27
73 'DATEPART','DATE','DAY','DCLOSE','DEPDBSL','DEPDB','DEPSL','DEPSYD',
H A Ddelphi.php8 * Date Started: 2004/07/26
120 'CreateGUID', 'CurrToStr', 'CurrToStrF', 'CurrentYear', 'Date',
H A Dplsql.php8 * Date Started: 2006/10/26
74 'DECIMAL', 'DAY', 'DATE', 'CURSOR', 'CURRVAL', 'CURRENT', 'CREATE',
H A Dpowerbuilder.php8 * Date Started: 2009/07/13
72 'blob', 'boolean', 'char', 'character', 'date', 'datetime',
117 'datawindow!', 'datawindowchild!', 'date!', 'datemask!',
H A Dactionscript3.php8 * Date Started: 2007/11/26
256 'deactivate', 'dayUTC', 'day', 'dateUTC', 'date', 'dataFormat',
385 'DefinitionError', 'Date', 'DataEvent', 'ConvolutionFilter',
H A Dclojure.php8 * Date Started: 2009/09/20
H A Dlisp.php8 * Date Started: 2004/08/30
H A Dsshconfig.php8 * Date Started: 2017/12/01
H A Dnetrexx.php10 * Date Started: 2008/01/07
H A Drbs.php8 * Date Started: 2013/01/15
H A Dchapel.php8 * Date Started: 2013/06/22
H A Dm68k.php8 * Date Started: 2007/02/06
H A Dprolog.php8 * Date Started: 2008/10/02
H A Dvala.php8 * Date Started: 2009/04/29
H A Dxbasic.php8 * Date Started: 2005/11/23
H A Dz80.php8 * Date Started: 2007/02/06
H A Doz.php8 * Date Started: 2010/01/03
H A Dapt_sources.php8 * Date Started: 2008/06/17
/dokuwiki/inc/
H A Dindexer.php119 * @param boolean $force force reindexing even when the index is up to date
148 if ($verbose) echo "Indexer: index for $page up to date" . DOKU_LF;
H A Ddeprecated.php680 * @deprecated since 2021-11-11 use \IXR\DataType\Date instead!
682 class IXR_Date extends \IXR\DataType\Date
690 DebugHelper::dbgDeprecatedFunction(IXR\DataType\Date::class);
H A DMailer.class.php69 $this->setHeader('Date', date('r'), false);
666 'DATE' => dformat(),
685 'DATE' => '<i>' . hsc(dformat()) . '</i>',
H A Dmedia.php594 * @return int - revision date
602 $date = filemtime($oldf);
603 if (!$conf['mediarevisions']) return $date;
606 if (!$medialog->getRevisionInfo($date)) {
611 addMediaLogEntry($date, $id, DOKU_CHANGE_TYPE_CREATE, $lang['created'], '', null, $sizechange);
618 addMediaLogEntry($date, $id, DOKU_CHANGE_TYPE_EDIT, '', '', null, $sizechange);
622 $newf = mediaFN($id, $date);
630 return $date;
859 'sort' => ['sortBy', ['name', 'date']]
896 return _media_get_display_param('sort', ['default' => 'name', 'date']);
[all...]

12345678910>>...16