Home
last modified time | relevance | path

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

/dports/www/e107/e107/e107_handlers/
H A Djs_manager.php955 $pfile_path = explode(':', $file_path,2);
956 …$plugfile_path = $runtime_location.$this->_sep.'{e_PLUGIN}'.$pfile_path[0].'/'.trim($pfile_path[1]…
959 …_path = ((strpos($pfile_path[1], 'http') !== 0 && strpos($pfile_path[1], '//') !== 0)) ? $plugfile…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DProcessApplicInterface.cpp558 const bfs::path& pfile_path = (map_iter->second).get<0>(); in write_parameters_files() local
559 WorkdirHelper::recursive_remove(pfile_path, FILEOP_WARN); in write_parameters_files()