Home
last modified time | relevance | path

Searched refs:is_writable (Results 1 – 16 of 16) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php109 if (file_exists($this->name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location)) {
/dokuwiki/lib/plugins/config/core/
H A DWriter.php107 if (!is_writable(dirname($this->savefile))) return true;
108 if (file_exists($this->savefile) && !is_writable($this->savefile)) return true;
/dokuwiki/inc/Sitemap/
H A DMapper.php44 if (!is_writable($sitemap)) return false;
45 } elseif (!is_writable(dirname($sitemap))) {
/dokuwiki/inc/
H A Dinfoutils.php208 if (is_writable($conf['changelog'])) {
229 if (is_writable(DOKU_CONF)) {
237 if (is_writable($config_cascade['plainauth.users']['default'])) {
293 if (file_exists($INFO['filepath']) && is_writable($INFO['filepath'])) {
295 } elseif (!file_exists($INFO['filepath']) && is_writable(dirname($INFO['filepath']))) {
H A Dsearch.php226 $info['writable'] = is_writable($base . '/' . $file);
574 $item['writable'] = is_writable($base . '/' . $file);
H A Dinit.php399 if (!@is_writable($p)) {
H A Dcommon.php254 $info['writable'] = (is_writable($info['filepath']) && $info['perm'] >= AUTH_EDIT);
/dokuwiki/inc/File/
H A DMediaFile.php113 return is_writable($this->path);
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php631 if (!is_writable($this->getInstallDir())) {
636 if ($this->isTemplate() && !is_writable($this->tpllib)) {
638 } elseif (!is_writable(DOKU_PLUGIN)) {
/dokuwiki/
H A Dinstall.php583 if (!file_exists("$dir/.") || !is_writable($dir)) {
/dokuwiki/lib/plugins/authplain/
H A Dauth.php42 if (@is_writable($config_cascade['plainauth.users']['default'])) {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php159 $wrapper = @is_writable(sys_get_temp_dir()) ? 'php://temp' : 'php://memory';
H A DMisc.php171 if (!empty($log_file) && ('syslog' !== $log_file) && !@is_writable($log_file)) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2738 public function is_writable($path)
2762 * Alias of is_writable
2769 return $this->is_writable($path);
2965 function is_writable($path) global() function in phpseclib\\Net\\SFTP
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md176 * Preemptively changed `is_writeable()` calls to `is_writable()` in case the former is deprecated in PHP. [#604](https://github.com/simplepie/simplepie/pull/604)
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php