Home
last modified time | relevance | path

Searched refs:is_writable (Results 51 – 75 of 81) sorted by last modified time

1234

/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php43 if (!is_writable($this->dir)) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php871 if (!is_writable($value)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsWritable.php28 return is_writable($other);
/plugin/file2dw/
H A Daction.php570 if (!is_dir($dir) || !is_writable($dir))
/plugin/adminperm/
H A Dadmin.php67 if (file_exists($this->config) && !is_writable($this->config)) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php369 if ( is_writable( $sServerDir ) )
/plugin/ckgdoku/action/
H A Dmeta.php526 if(!is_readable($userfiles) && !is_writable($userfiles)){
/plugin/fckg/action/
H A Dmeta.php200 if(!is_writable($userfiles)){
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php367 if ( is_writable( $sServerDir ) )
/plugin/vbsso/
H A Dadmin.php170 if (!is_writable(VBSSO_VBSSO_CONFIG_FILE)) {
173 if (!is_writable(VBSSO_PLATFORM_CONFIG_FILE)) {
/plugin/authimap2/
H A Dauth.php46 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php2419 && is_writable($configFile) === false
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php96 if(@is_writable(DOKU_CONF . '/' . $this->getConf(self::CONF_AUTH_USERSFILE))) {
935 if (! is_writable($logFile)) {
/plugin/authyubikey/
H A Dauth.php.org38 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/news/scripts/
H A Dnewsfeed.php40 if(isset($_REQUEST['test']) && !is_writable(DOKU_INC) ) {
/plugin/authldaplocal/
H A Dauth.php48 if(@is_writable($config_cascade['plainauth.users']['default'])) {
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/freechat/phpfreechat/src/containers/
H A Dfile.class.php71 if (is_writable(dirname($filename)))
87 if (is_writable(dirname($filename)))
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php966 if (is_writable(dirname($filename)))
/plugin/freechat/phpfreechat/src/proxies/
H A Dlog.class.php51 if (file_exists($logpath) && is_writable($logpath))
54 if (is_writable($logpath))
/plugin/rtmchecklist/
H A Daction.php43 if (is_writable($profileFilename)) {
107 if (is_writable($profileFilename)) {
/plugin/botbouncer/lib/
H A Dbotbouncer.php182 if (!empty($GLOBALS['logRoot']) && is_writable($GLOBALS['logRoot'])) {
249 if (!empty($dir) && is_writable($dir)) {
308 if (!is_writable($this->logRoot)) {
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php428 if (!is_writable(HTML2PS_DIR.'/cache/')) {
470 if (!is_writable(HTML2PS_DIR.'/out/')) {
512 if (!is_writable(HTML2PS_DIR.'/temp/')) {
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php66 …$fp = !file_exists($xymon_status_cache_file) || is_writable($xymon_status_cache_file) ? fopen($xym…
/plugin/latex/
H A Dadmin.php216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))

1234