Home
last modified time | relevance | path

Searched refs:cachedelay (Results 1 – 18 of 18) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dstats.class.php55 if (!empty($cachedelay))
67 if ($cachedelay > 0)
70 if ($filedate >= ($nowgmt - $cachedelay))
109 if (empty($foundintocache) && ($cachedelay > 0 || $cachedelay == -1))
148 if (!empty($cachedelay))
160 if ($cachedelay > 0)
163 if ($filedate >= ($nowgmt - $cachedelay))
203 if (empty($foundintocache) && ($cachedelay > 0 || $cachedelay == -1))
272 if (!empty($cachedelay))
284 if ($cachedelay > 0)
[all …]
H A Drssparser.class.php183 …* @param int $cachedelay 0=No cache, nb of seconds we accept cache files (cachedir must also be …
187 public function parser($urlRSS, $maxNb = 0, $cachedelay = 60, $cachedir = '') argument
212 if ($cachedelay > 0 && $cachedir) {
214 if ($filedate >= ($nowgmt - $cachedelay)) {
220 …stfile." is not found or older than now - cachedelay (".$nowgmt." - ".$cachedelay.") so we can't u…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dstats.class.php57 if (!empty($cachedelay)) {
68 if ($cachedelay > 0) {
70 if ($filedate >= ($nowgmt - $cachedelay)) {
106 if (empty($foundintocache) && ($cachedelay > 0 || $cachedelay == -1)) {
150 if (!empty($cachedelay)) {
161 if ($cachedelay > 0) {
163 if ($filedate >= ($nowgmt - $cachedelay)) {
200 if (empty($foundintocache) && ($cachedelay > 0 || $cachedelay == -1)) {
272 if (!empty($cachedelay)) {
283 if ($cachedelay > 0) {
[all …]
H A Drssparser.class.php183 …* @param int $cachedelay 0=No cache, nb of seconds we accept cache files (cachedir must also be …
187 public function parser($urlRSS, $maxNb = 0, $cachedelay = 60, $cachedir = '') argument
212 if ($cachedelay > 0 && $cachedir) {
214 if ($filedate >= ($nowgmt - $cachedelay)) {
220 …stfile." is not found or older than now - cachedelay (".$nowgmt." - ".$cachedelay.") so we can't u…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/class/
H A Dprojectstats.class.php260 …* @param int $cachedelay Delay we accept for cache file (0=No read, no save of cache, -1=No read…
275 if (!empty($cachedelay)) {
286 if ($cachedelay > 0) {
288 if ($filedate >= ($nowgmt - $cachedelay)) {
321 if (empty($foundintocache) && ($cachedelay > 0 || $cachedelay == -1)) {
377 * @param int $cachedelay accept for cache file (0=No read, no save of cache, -1=No read but save)
380 public function getTransformRateByMonthWithPrevYear($endyear, $startyear, $cachedelay = 0) argument
391 if (!empty($cachedelay)) {
402 if ($cachedelay > 0) {
404 if ($filedate >= ($nowgmt - $cachedelay)) {
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/class/
H A Dprojectstats.class.php249 …* @param int $cachedelay Delay we accept for cache file (0=No read, no save of cache, -1=No read…
262 if (!empty($cachedelay))
274 if ($cachedelay > 0)
277 if ($filedate >= ($nowgmt - $cachedelay))
315 if (empty($foundintocache) && ($cachedelay > 0 || $cachedelay == -1))
367 * @param int $cachedelay accept for cache file (0=No read, no save of cache, -1=No read but save)
370 public function getTransformRateByMonthWithPrevYear($endyear, $startyear, $cachedelay = 0) argument
379 if (!empty($cachedelay))
391 if ($cachedelay > 0) {
393 if ($filedate >= ($nowgmt - $cachedelay)) {
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/agenda/
H A Dagendaexport.php239 $cachedelay = 0; variable
241 $cachedelay = $conf->global->MAIN_AGENDA_EXPORT_CACHE; variable
248 …$result = $agenda->build_exportfile($format, $type, $cachedelay, $filename, $filters, $exportholid…
269 if ($cachedelay) {
270 header('Cache-Control: max-age='.$cachedelay.', private, must-revalidate');
292 …$result = $agenda->build_exportfile($format, $type, $cachedelay, $filename, $filters, $exportholid…
316 if ($cachedelay) {
317 header('Cache-Control: max-age='.$cachedelay.', private, must-revalidate');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/agenda/
H A Dagendaexport.php163 $cachedelay = 0; variable
164 if (!empty($conf->global->MAIN_AGENDA_EXPORT_CACHE)) $cachedelay = $conf->global->MAIN_AGENDA_EXPOR… variable
171 …$result = $agenda->build_exportfile($format, $type, $cachedelay, $filename, $filters, $exportholid…
185 if ($cachedelay) header('Cache-Control: max-age='.$cachedelay.', private, must-revalidate');
204 …$result = $agenda->build_exportfile($format, $type, $cachedelay, $filename, $filters, $exportholid…
221 if ($cachedelay) header('Cache-Control: max-age='.$cachedelay.', private, must-revalidate');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/website/samples/
H A Dwrapper.php90 $cachedelay = 0; variable
118 …le Build export file format=".$format.", type=".$type.", cachedelay=".$cachedelay.", filename=".$f…
135 if ($cachedelay)
139 if (dol_filemtime($outputfile) > ($nowgmt - $cachedelay))
141 …e ".$outputfile." is not older than now - cachedelay (".$nowgmt." - ".$cachedelay."). Build is can…
194 if ($cachedelay) header('Cache-Control: max-age='.$cachedelay.', private, must-revalidate');
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/website/samples/
H A Dwrapper.php96 $cachedelay = 0; variable
126 …le Build export file format=".$format.", type=".$type.", cachedelay=".$cachedelay.", filename=".$f…
142 if ($cachedelay) {
145 if (dol_filemtime($outputfile) > ($nowgmt - $cachedelay)) {
146 …e ".$outputfile." is not older than now - cachedelay (".$nowgmt." - ".$cachedelay."). Build is can…
206 if ($cachedelay) {
207 header('Cache-Control: max-age='.$cachedelay.', private, must-revalidate');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/boxes/
H A Dbox_external_rss.php69 * @param int $cachedelay Delay we accept for cache file
72 public function loadBox($max = 5, $cachedelay = 3600) argument
94 $result = $rssparser->parser($url, $this->max, $cachedelay, $conf->externalrss->dir_temp);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/boxes/
H A Dbox_external_rss.php69 * @param int $cachedelay Delay we accept for cache file
72 public function loadBox($max = 5, $cachedelay = 3600) argument
95 $result = $rssparser->parser($url, $this->max, $cachedelay, $conf->externalrss->dir_temp);
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/client/
H A Dbbwin.c194 int cachedelay = 0; in bbwin_clock_report() local
213 if (p) cachedelay = atoi(p+11); in bbwin_clock_report()
217 clockdiff.tv_sec -= (clockval.tv_sec + cachedelay); in bbwin_clock_report()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/client/
H A Dbbwin.c194 int cachedelay = 0; in bbwin_clock_report() local
213 if (p) cachedelay = atoi(p+11); in bbwin_clock_report()
217 clockdiff.tv_sec -= (clockval.tv_sec + cachedelay); in bbwin_clock_report()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/action/class/
H A Dactioncomm.class.php1569 * @param integer $cachedelay Do not rebuild file if date older than cachedelay seconds
1575 …public function build_exportfile($format, $type, $cachedelay, $filename, $filters, $exportholiday … argument
1586 …le Build export file format=".$format.", type=".$type.", cachedelay=".$cachedelay.", filename=".$f…
1610 if ($cachedelay)
1614 if (dol_filemtime($outputfile) > ($nowgmt - $cachedelay))
1616 …e ".$outputfile." is not older than now - cachedelay (".$nowgmt." - ".$cachedelay."). Build is can…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/action/class/
H A Dactioncomm.class.php1776 * @param integer $cachedelay Do not rebuild file if date older than cachedelay seconds
1782 …public function build_exportfile($format, $type, $cachedelay, $filename, $filters, $exportholiday … argument
1793 …le Build export file format=".$format.", type=".$type.", cachedelay=".$cachedelay.", filename=".$f…
1820 if ($cachedelay) {
1823 if (dol_filemtime($outputfile) > ($nowgmt - $cachedelay)) {
1824 …e ".$outputfile." is not older than now - cachedelay (".$nowgmt." - ".$cachedelay."). Build is can…
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/
H A Dxymond_client.c475 int cachedelay = 0; in unix_cpu_report() local
480 if (p) cachedelay = atoi(p+11); in unix_cpu_report()
484 clockdiff.tv_sec -= (clockval.tv_sec + cachedelay); in unix_cpu_report()
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/
H A Dxymond_client.c475 int cachedelay = 0; in unix_cpu_report() local
480 if (p) cachedelay = atoi(p+11); in unix_cpu_report()
484 clockdiff.tv_sec -= (clockval.tv_sec + cachedelay); in unix_cpu_report()