Searched refs:daytoparse (Results 1 – 8 of 8) sorted by relevance
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/activity/ |
H A D | perday.php | 88 $daytoparse = $now; variable 337 $prev = dol_getdate($daytoparse - (24 * 3600)); 342 $next = dol_getdate($daytoparse + (24 * 3600)); 437 $tmp = dol_getdate($daytoparse); 629 $test = num_public_holiday($daytoparse, $daytoparse + 86400, $mysoc->country_code); 643 $tmpday = dol_time_plus_duree($daytoparse, $idw, 'd'); 646 if (!$isavailable[$daytoparse]['morning'] && !$isavailable[$daytoparse]['afternoon']) { 648 } elseif (!$isavailable[$daytoparse]['morning']) { 650 } elseif (!$isavailable[$daytoparse]['afternoon']) { 718 $timeonothertasks = ($totalforeachday[$daytoparse] - $totalforvisibletasks[$daytoparse]); [all …]
|
H A D | permonth.php | 131 $daytoparse = dol_mktime(0, 0, 0, GETPOST('remonth'), GETPOST('reday'), GETPOST('reyear')); variable
|
H A D | perweek.php | 185 …$daytoparse = dol_mktime(0, 0, 0, GETPOST('remonth', 'int'), GETPOST('reday', 'int'), GETPOST('rey… variable
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/activity/ |
H A D | perday.php | 86 $daytoparse = $now; variable 351 $prev = dol_getdate($daytoparse - (24 * 3600)); 356 $next = dol_getdate($daytoparse + (24 * 3600)); 444 $tmp = dol_getdate($daytoparse); 619 $test = num_public_holiday($daytoparse, $daytoparse + 86400, $mysoc->country_code); 622 $tmparray = dol_getdate($daytoparse, true); // detail of current day 632 $tmpday = dol_time_plus_duree($daytoparse, $idw, 'd'); 635 if (!$isavailable[$daytoparse]['morning'] && !$isavailable[$daytoparse]['afternoon']) $cssonholid… 696 $tmpday = dol_time_plus_duree($daytoparse, $idw, 'd'); 706 $timeonothertasks = ($totalforeachday[$daytoparse] - $totalforvisibletasks[$daytoparse]); [all …]
|
H A D | permonth.php | 136 $daytoparse = dol_mktime(0, 0, 0, GETPOST('remonth'), GETPOST('reday'), GETPOST('reyear')); variable
|
H A D | perweek.php | 189 $daytoparse = dol_mktime(0, 0, 0, GETPOST('remonth'), GETPOST('reday'), GETPOST('reyear')); variable
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/ |
H A D | project.lib.php | 1321 global $daytoparse; 1322 $tmparray = dol_getdate($daytoparse, true); // detail of current day
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/ |
H A D | project.lib.php | 1576 global $daytoparse; 1577 $tmparray = dol_getdate($daytoparse, true); // detail of current day
|