Home
last modified time | relevance | path

Searched refs:returnemptyifnotfound (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php817 …* @param int $returnemptyifnotfound 0:If $type==0 and if file was not found into alternate dir,…
822 function dol_buildpath($path, $type = 0, $returnemptyifnotfound = 0) argument
846 if ($returnemptyifnotfound) // Not found into alternate dir
848 if ($returnemptyifnotfound == 1 || !file_exists($res)) return '';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php922 …* @param int $returnemptyifnotfound 0:If $type==0 and if file was not found into alternate dir,…
927 function dol_buildpath($path, $type = 0, $returnemptyifnotfound = 0) argument
946 if ($returnemptyifnotfound) {
948 if ($returnemptyifnotfound == 1 || !file_exists($res)) {