Home
last modified time | relevance | path

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

1234

/plugin/math2/
H A Dsyntax.php181 return @is_writable($dirimg);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php127 if ( is_writable( $sServerDir ) )
/plugin/google_adsense2/
H A Dcode.php39 if (is_writable($gads_file) || is_writable(dirname(__FILE__)))
/plugin/geourl/
H A Dcode.php42 if (is_writable($gu_file))
/plugin/txtconf/
H A Dconfig0.class.php183 if (!is_writable(dirname($local))) return true;
184 if (file_exists($local) && !is_writable($local)) return true;
/plugin/menupopup/
H A Dsyntax.php226 …if (($perm >= AUTH_EDIT) && (is_writable($file))) $ret = '<div class="secedit">'.html_btn('edit', …

1234