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 1 – 25 of 389) sorted by last modified time

12345678910>>...16

/dokuwiki/lib/plugins/config/core/
H A DWriter.php127 ' * Date: ' . date('r'),
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE96 stating that you changed the files and the date of any change.
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A D6502acme.php8 * Date Started: 2010/05/26
H A D6502tasm.php8 * Date Started: 2010/06/02
H A Dactionscript.php8 * Date Started: 2004/06/20
75 'createTextNode', 'currentFps', 'curveTo', 'CustomActions', 'customItems', 'data', 'Date',
H A Daimms.php8 * Date Started: 2011/05/05
H A Dalgol68.php8 * Date Started: 2010/04/24
H A Dapache.php8 * Date Started: 2004/29/07
H A Dapplescript.php8 * Date Started: 2005/07/20
H A Dasm.php12 * Date Started: 2004/07/27
H A Dasp.php8 * Date Started: 2004/08/13
H A Dasymptote.php8 * Date Started: 2012/05/24
H A Davisynth.php8 * Date Started: 2008/10/08
H A Dclojure.php8 * Date Started: 2009/09/20
H A Dcuesheet.php8 * Date Started: 2009/12/21
H A Dd.php10 * Date Started: 2005/04/22
H A Ddiv.php8 * Date Started: 2005/06/19
H A Decmascript.php8 * Date Started: 2010/01/08
95 'Array', 'Boolean', 'Date', 'EvalError', 'Error', 'Function', 'Math', 'Number',
H A Deiffel.php8 * Date Started: 2005/06/30
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php144 $data['popversion'] = $pluginInfo['date'];
302 $date = filemtime($base . '/' . $file);
307 if (!isset($data['file_oldest']) || $data['file_oldest'] > $date) $data['file_oldest'] = $date;
/dokuwiki/inc/parser/
H A Dxhtml.php1387 if ($params['date']) {
/dokuwiki/inc/
H A Dparserutils.php242 * separate hierarchies by " " like "date created"
360 $protected = ['description', 'date', 'contributor'];
H A Dsearch.php27 * 'date' to sort by filemtime; leave empty to skip sorting.
55 if ($sort == 'date') {
H A Dtemplate.php941 // prepare date and path
951 $date = dformat($INFO['lastmod']);
959 $out .= $date;
1123 if ($tag['type'] == 'date') {
H A Dtoolbar.php277 $sig = str_replace('@DATE@', dformat(), $sig);

12345678910>>...16