Home
last modified time | relevance | path

Searched refs:endseparator (Results 1 – 3 of 3) sorted by relevance

/dports/www/moodle310/moodle/backup/cc/cc_lib/
H A Dcc_utils.php339 public function dirname($endseparator=false) { argument
340 return $this->dir.($endseparator ? '/' : '');
348 public function fullpath($endseparator=false) { argument
349 return $this->fullpath.($endseparator ? DIRECTORY_SEPARATOR : '');
356 public function rootdir($endseparator=false) { argument
357 return $this->rootdir.($endseparator ? DIRECTORY_SEPARATOR : '');
/dports/www/moodle311/moodle/backup/cc/cc_lib/
H A Dcc_utils.php339 public function dirname($endseparator=false) { argument
340 return $this->dir.($endseparator ? '/' : '');
348 public function fullpath($endseparator=false) { argument
349 return $this->fullpath.($endseparator ? DIRECTORY_SEPARATOR : '');
356 public function rootdir($endseparator=false) { argument
357 return $this->rootdir.($endseparator ? DIRECTORY_SEPARATOR : '');
/dports/www/moodle39/moodle/backup/cc/cc_lib/
H A Dcc_utils.php339 public function dirname($endseparator=false) { argument
340 return $this->dir.($endseparator ? '/' : '');
348 public function fullpath($endseparator=false) { argument
349 return $this->fullpath.($endseparator ? DIRECTORY_SEPARATOR : '');
356 public function rootdir($endseparator=false) { argument
357 return $this->rootdir.($endseparator ? DIRECTORY_SEPARATOR : '');