Home
last modified time | relevance | path

Searched refs:datestamp (Results 1 – 5 of 5) sorted by relevance

/plugin/bliki/
H A Dlocal.php.dist7 $conf['plugin']['bliki']['datefooter'] = 'n/j/Y g:ia'; // Format for the footer datestamp (includes…
/plugin/jukebox/id3/
H A Dmodule.tag.id3v2.php3144 function IsValidDateStampString($datestamp) { argument
3145 if (strlen($datestamp) != 8) {
3148 if (!$this->IsANumber($datestamp, false)) {
3151 $year = substr($datestamp, 0, 4);
3152 $month = substr($datestamp, 4, 2);
3153 $day = substr($datestamp, 6, 2);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php3767 * @param string $datestamp
3771 public static function IsValidDateStampString($datestamp) { argument
3772 if (strlen($datestamp) != 8) {
3775 if (!self::IsANumber($datestamp, false)) {
3778 $year = substr($datestamp, 0, 4);
3779 $month = substr($datestamp, 4, 2);
3780 $day = substr($datestamp, 6, 2);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt970 * Bugfix: Added datestamp to cached filenames for remote
1223 datestamp when used as implmented in phpThumb.php
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …settings.day;\n\t\t} else if (settings.date) {\n\t\t\t// store worktime datestamp in utc so it cou…