Home
last modified time | relevance | path

Searched defs:rootpath (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/netware/
H A Dfilesys.c21 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case()
31 apr_status_t filepath_has_drive(const char *rootpath, int only, apr_pool_t *p) in filepath_has_drive()
67 APR_DECLARE(apr_status_t) apr_filepath_get(char **rootpath, apr_int32_t flags, in apr_filepath_get()
98 APR_DECLARE(apr_status_t) apr_filepath_set(const char *rootpath, in apr_filepath_set()
/dports/devel/apr1/apr-1.7.0/file_io/netware/
H A Dfilesys.c21 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case()
31 apr_status_t filepath_has_drive(const char *rootpath, int only, apr_pool_t *p) in filepath_has_drive()
67 APR_DECLARE(apr_status_t) apr_filepath_get(char **rootpath, apr_int32_t flags, in apr_filepath_get()
98 APR_DECLARE(apr_status_t) apr_filepath_set(const char *rootpath, in apr_filepath_set()
/dports/x11/radare-cutter/r2cutter-0.1.1/docs/
H A Dapidoc.py48 def create_package_file(package, package_type, package_id, package_folder, rootpath, destdir): argument
69 def get_compound_folder(rootpath, compound): argument
76 def recurse_tree(rootpath, destdir): argument
90 def get_folders_tree(rootpath): argument
/dports/science/py-pymatgen/pymatgen-2022.0.15/pymatgen/apps/borg/
H A Dqueen.py29 def __init__(self, drone, rootpath=None, number_of_drones=1): argument
55 def parallel_assimilate(self, rootpath): argument
77 def serial_assimilate(self, rootpath): argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dfilesys.c88 apr_status_t filepath_drive_get(char **rootpath, char drive, in filepath_drive_get()
134 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case()
173 APR_DECLARE(apr_status_t) apr_filepath_get(char **rootpath, apr_int32_t flags, in apr_filepath_get()
206 APR_DECLARE(apr_status_t) apr_filepath_set(const char *rootpath, in apr_filepath_set()
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Dfilesys.c88 apr_status_t filepath_drive_get(char **rootpath, char drive, in filepath_drive_get()
134 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case()
173 APR_DECLARE(apr_status_t) apr_filepath_get(char **rootpath, apr_int32_t flags, in apr_filepath_get()
206 APR_DECLARE(apr_status_t) apr_filepath_set(const char *rootpath, in apr_filepath_set()
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/vclib/svn/
H A D__init__.py26 def canonicalize_rootpath(rootpath): argument
83 def SubversionRepository(name, rootpath, authorizer, utilities, config_dir, argument
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/vclib/ccvs/
H A D__init__.py21 def canonicalize_rootpath(rootpath): argument
60 def CVSRepository(name, rootpath, authorizer, utilities, use_rcsparse, argument
/dports/www/srg/srg-1.3.6/src/
H A Doutput.cc113 void html_header(FILE *outfile, const char *rootpath) { in html_header()
169 void html_footer(FILE *outfile, const char *rootpath) { in html_footer()
/dports/www/moodle310/moodle/backup/cc/cc_lib/
H A Dcc_converters.php43 protected $rootpath = null; variable in cc_converter
84 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path) {
H A Dcc_converter_folder.php28 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path) {
H A Dcc_converter_lti.php29 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path){
H A Dcc_converter_url.php29 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path){
/dports/www/moodle311/moodle/backup/cc/cc_lib/
H A Dcc_converters.php43 protected $rootpath = null; variable in cc_converter
84 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path) {
/dports/www/moodle39/moodle/backup/cc/cc_lib/
H A Dcc_converters.php43 protected $rootpath = null; variable in cc_converter
84 public function __construct(cc_i_item &$item, cc_i_manifest &$manifest, $rootpath, $path) {
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/cloneZenphoto/
H A Dclone.php119 $rootpath = str_replace(WEBPATH,'/',SERVERPATH); variable
122 $rootpath = SERVERPATH.'/'; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/tvos/filesystem/
H A DTVOSDirectory.cpp40 auto rootpath = CSpecialProtocol::TranslatePath(url); in WantsDirectory() local
62 auto rootpath = CSpecialProtocol::TranslatePath(url); in GetDirectory() local
/dports/net/gerbera/gerbera-1.9.2/src/content/layout/
H A Dbuiltin_layout.cc70 void BuiltinLayout::addVideo(const std::shared_ptr<CdsObject>& obj, const fs::path& rootpath) in addVideo()
124 void BuiltinLayout::addImage(const std::shared_ptr<CdsObject>& obj, const fs::path& rootpath) in addImage()
178 void BuiltinLayout::addAudio(const std::shared_ptr<CdsObject>& obj, const fs::path& rootpath) in addAudio()
408 …Layout::processCdsObject(const std::shared_ptr<CdsObject>& obj, const fs::path& rootpath, const st… in processCdsObject()
H A Djs_layout.cc44 void JSLayout::processCdsObject(const std::shared_ptr<CdsObject>& obj, const fs::path& rootpath, co… in processCdsObject()
/dports/games/scummvm/scummvm-2.5.1/doc/docportal/settings/
H A Dlan.rst33 .. _rootpath: target in LAN
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dfilesys.c66 apr_status_t filepath_drive_get(char **rootpath, char drive, in filepath_drive_get()
96 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case()
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dfilesys.c66 apr_status_t filepath_drive_get(char **rootpath, char drive, in filepath_drive_get()
96 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) in filepath_root_case()
/dports/science/siconos/siconos-4.4.0/scripts/devel/
H A Dupdate_license_header.py4 rootpath = './siconos-tutorials' variable
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dfilepath.c64 APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath, in apr_filepath_root()
82 const char *rootpath, in apr_filepath_merge()
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dfilepath.c64 APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath, in apr_filepath_root()
82 const char *rootpath, in apr_filepath_merge()

12345678910>>...18