Searched refs:datestamp (Results 1 – 5 of 5) sorted by relevance
/plugin/bliki/ |
H A D | local.php.dist | 7 $conf['plugin']['bliki']['datefooter'] = 'n/j/Y g:ia'; // Format for the footer datestamp (includes…
|
/plugin/jukebox/id3/ |
H A D | module.tag.id3v2.php | 3144 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 D | module.tag.id3v2.php | 3767 * @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 D | phpthumb.changelog.txt | 970 * Bugfix: Added datestamp to cached filenames for remote 1223 datestamp when used as implmented in phpThumb.php
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …settings.day;\n\t\t} else if (settings.date) {\n\t\t\t// store worktime datestamp in utc so it cou…
|