Home
last modified time | relevance | path

Searched refs:is_dir (Results 251 – 275 of 283) sorted by path

1...<<1112

/plugin/stats/
H A Dsyntax.php502 if (!is_dir($conf['mediadir'].'/wikistatistics'))
625 if (!is_dir($conf['mediadir'] . '/wikistatistics'))
670 if (is_dir($rootPath.$path)) {
780 if (!is_dir($conf['mediadir'].'/wikistatistics'))
858 } else if (is_dir("$directory/$file")) {
962 if (is_dir($rootPath.$path)) {
/plugin/subconfhelper/
H A Dadmin.php42 if( is_file( $file ) || is_dir( $file ) || !touch( $file )) {
50 if( !is_file( $file ) || is_dir( $file ) || !unlink( $file )) {
/plugin/svg/
H A Dinstall.php17 if( !is_dir( SYNTAX_PLUGIN_SVG_MEDIADIR ) ||
33 if( !is_dir( SYNTAX_PLUGIN_SVG_MEDIADIR . 'tmp' ) ||
49 if( !is_dir( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media' ) ||
/plugin/sympaauth/
H A Dadmin.php267 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) {
269 if(is_dir(DOKU_SYMPALANG.'/'. $lang)) {
304 if ($lang != "." && $lang != ".." && is_dir(DOKU_CONFIGLANG.'/'. $lang)) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … +\n 'interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double ' +\n '…
/plugin/tiledblog/
H A Dajax.php35 if (!is_dir($pathDir))
H A Dsyntax.php61 if (!is_dir ($cacheDir)) {
/plugin/tindexmenu/
H A Dajax.php74 if ( is_dir (INDEXMENU_IMG_ABSDIR.'/'.$file)
/plugin/tindexmenu/inc/
H A Dpclzip.lib.php1976 else if (@is_dir($v_descr['filename'])) {
2472 || ( is_dir($p_filedescr_list[$j]['filename'])
3628 if (is_dir($p_entry['filename']))
4952 if ((is_dir($p_dir)) || ($p_dir == ""))
/plugin/tindexmenu/syntax/
H A Dindexmenu.php150 if (is_dir(INDEXMENU_IMG_ABSDIR."/".$tmp_theme[1])) {
563 if (@is_dir(dirname(wikiFN($id))."/".utf8_encodeFN(noNS($id)))) return false;
655 if(is_dir($base.'/'.$dir.'/'.$file)){
/plugin/tocselect/
H A Daction.php152 if(is_dir("$dir/$file")) {
/plugin/translate/
H A Dhelper.php89 is_dir(DOKU_INC . 'inc/lang/' . $lang);
359 if (is_dir(DOKU_INC.'inc/lang/'.$file))
/plugin/upgrade/
H A Dadmin.php169 } elseif (!is_dir($this->helper->tgzdir)) {
H A Dhelper.php255 (is_dir($file) && $this->recursiveDelete($file)) ||
314 if (is_dir($from)) {
317 if (!is_dir($to)) {
318 if (is_dir(dirname($to)) && !is_writable(dirname($to))) {
337 (!file_exists($to) && is_dir(dirname($to)) && !is_writable(dirname($to)))
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php78 $file->setIsdir(is_dir($path));
H A DTar.php163 if (!is_dir($outdir)) {
/plugin/userhomepage/
H A Daction.php134 …if ($this->getConf('create_private_ns') && (is_dir($this->dataDir.'/'.$this->getConf('templates_pa…
179 …if ($this->getConf('create_public_page') && (is_dir($this->dataDir.'/'.$this->getConf('templates_p…
370 if(!is_dir($this->dataDir.DIRECTORY_SEPARATOR.$target_dir)){
/plugin/userpagecreate/
H A Daction.php179 if (is_dir($dir)) {
185 if (is_dir($dir)) {
/plugin/webdav/core/
H A DUtils.php148 $is_dir = ($type == 'd');
151 $item['id'] = pathID($file, $is_dir);
157 if ($is_dir) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php78 if (is_dir($path)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php90 if (is_dir($path)) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTemporaryFileFilterPlugin.php78 if (!is_dir($dataDir)) mkdir($dataDir);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php68 if (is_dir($path)) {
H A DHomeCollection.php92 if (!is_dir($path)) {
/plugin/weiqi/
H A Dweiqi_parser.php462 if (!is_dir(realpath($this->conf['img_path_fs'].$value))) {

1...<<1112