Searched refs:p_dir (Results 1 – 3 of 3) sorted by relevance
| /plugin/tindexmenu/inc/ |
| D | pclzip.lib.php | 4938 function privDirCheck($p_dir, $p_is_dir=false) argument 4945 if (($p_is_dir) && (substr($p_dir, -1)=='/')) 4947 $p_dir = substr($p_dir, 0, strlen($p_dir)-1); 4952 if ((is_dir($p_dir)) || ($p_dir == "")) 4959 $p_parent_dir = dirname($p_dir); 4963 if ($p_parent_dir != $p_dir) 4978 if (!@mkdir($p_dir, 0777)) 4981 PclZip::privErrorLog(PCLZIP_ERR_DIR_CREATE_FAIL, "Unable to create directory '$p_dir'"); 5421 function PclZipUtilPathReduction($p_dir) argument 5427 if ($p_dir != "") { [all …]
|
| /plugin/indexmenu/inc/ |
| D | pclzip.lib.php | 4770 public function privDirCheck($p_dir, $p_is_dir = false) argument 4777 if (($p_is_dir) && (substr($p_dir, -1) == '/')) { 4778 $p_dir = substr($p_dir, 0, strlen($p_dir) - 1); 4783 if ((is_dir($p_dir)) || ($p_dir == "")) { 4789 $p_parent_dir = dirname($p_dir); 4793 if ($p_parent_dir != $p_dir) { 4805 if (!@mkdir($p_dir, 0777)) { 4807 PclZip::privErrorLog(PCLZIP_ERR_DIR_CREATE_FAIL, "Unable to create directory '$p_dir'"); 5237 function PclZipUtilPathReduction($p_dir) argument 5243 if ($p_dir != "") { [all …]
|
| /plugin/elwikiupgrade/ |
| D | VerboseTarLib.class.php | 541 * @param string $p_dir
|