Searched refs:is_writable (Results 1 – 16 of 16) sorted by relevance
108 …if (file_exists($this->name) && is_writable($this->name) || file_exists($this->location) && is_wri…
107 if (!is_writable(dirname($this->savefile))) return true;108 if (file_exists($this->savefile) && !is_writable($this->savefile)) return true;
44 if (!is_writable($sitemap)) return false;45 } elseif (!is_writable(dirname($sitemap))) {
265 if (is_writable($conf['changelog'])) {286 if (is_writable(DOKU_CONF)) {294 if (is_writable($config_cascade['plainauth.users']['default'])) {350 if (file_exists($INFO['filepath']) && is_writable($INFO['filepath'])) {352 } elseif (!file_exists($INFO['filepath']) && is_writable(dirname($INFO['filepath']))) {
226 $info['writable'] = is_writable($base . '/' . $file);574 $item['writable'] = is_writable($base . '/' . $file);
407 if (!@is_writable($p)) {
258 $info['writable'] = (is_writable($info['filepath']) && $info['perm'] >= AUTH_EDIT);
113 return is_writable($this->path);
412 if (!is_writable($target)) throw new Exception('noperms');418 if (!is_writable($target)) {
583 if (!file_exists("$dir/.") || !is_writable($dir)) {
263 'writable' => is_writable(mediaFN($file->id)),
42 if (@is_writable($config_cascade['plainauth.users']['default'])) {
157 $wrapper = @is_writable(sys_get_temp_dir()) ? 'php://temp' : 'php://memory';
170 if (!empty($log_file) && ('syslog' !== $log_file) && !@is_writable($log_file)) {
2740 public function is_writable($path) function in phpseclib3\\Net\\SFTP2771 return $this->is_writable($path);
191 * Preemptively changed `is_writeable()` calls to `is_writable()` in case the former is deprecated i…