Home
last modified time | relevance | path

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

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php5685 …* @param int $withoutslash 0=With slash at end (except if '/', we return ''), 1=without slas…
5690 function get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart = '') argument
5716 if (empty($withoutslash) && !empty($path)) $path .= '/';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php6151 …* @param int $withoutslash 0=With slash at end (except if '/', we return ''), 1=without slas…
6156 function get_exdir($num, $level, $alpha, $withoutslash, $object, $modulepart = '') argument
6195 if (empty($withoutslash) && !empty($path)) {