Home
last modified time | relevance | path

Searched refs:mkdir (Results 126 – 150 of 188) sorted by path

12345678

/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php33 if (!file_exists(static::$cache_dir)) mkdir(static::$cache_dir);
35 if (!file_exists(static::$ttl_dir)) mkdir(static::$ttl_dir);
/plugin/move/_test/
H A DfindMissingDocuments.test.php50 mkdir($conf[$dir]);
/plugin/odp/
H A DZipLib.class.php176 if(!@is_dir($to)) @mkdir($to,0777);
/plugin/odt2dw/
H A Daction.php98 …if ( isset( $this->logFile ) ) if ( file_exists( dirname( $this->logFile ) ) || mkdir( dirname( $t…
321 if ( ! mkdir( $this->uploadDir, 0777, true ) ) return $this->_msg( 'er_odtFile_tmpDir' );
387 …if ( ! ( file_exists( $destDir ) || mkdir( $destDir, 0777, true ) ) ) return $this->_msg( array( '…
/plugin/odtplus2dw/
H A Daction.php115 if ( isset( $this->logFile ) ) if ( file_exists( dirname( $this->logFile ) ) || mkdir( dirname( $this->logFile ) ) ) {
339 if ( ! mkdir( $this->uploadDir, 0777, true ) ) return $this->_msg( 'er_file_tmpDir' );
441 if ( ! ( file_exists( $destDir ) || mkdir( $destDir, 0777, true ) ) ) return $this->_msg( array( 'er_apply_dirCreate' ) );
/plugin/offline/
H A Dcreate.php378 if (mkdir($currentDirStr, $mode)) {
/plugin/openid/Auth/
H A DOpenID.php215 if (is_dir($dir_name) || @mkdir($dir_name)) {
225 return (Auth_OpenID::ensureDir($parent_dir) && @mkdir($dir_name));
/plugin/openid/Auth/OpenID/
H A DFileStore.php570 if (!mkdir($name, 0700)) {
/plugin/openid/
H A DMakefile27 @mkdir -p $(BUILD)
/plugin/openlayersmap/
H A DStaticMap.php501 return is_dir($pathname) || mkdir($pathname, $mode) || is_dir($pathname);
/plugin/panoview/
H A Dsyntax.php241 $locked = @mkdir($lockDir, $conf['dmode']);
/plugin/pdftools/
H A Dfunctions.php25 @mkdir($dst);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php883 @mkdir($test_directory, $mask);
/plugin/picasawebalbum/
H A DREADME24 $ mkdir lib/plugins/jquery_picasawebalbum
/plugin/projects/lib/
H A Dproject.php113 @mkdir($this->project_path, PROJECTS_PERMISSIONS, true);
/plugin/pycode/
H A Dmethod.php926 mkdir($dir, 0777, true);
/plugin/qrcode2/
H A Dphpqrcode.php2626 mkdir(QR_CACHE_DIR.'mask_'.$maskNo);
/plugin/quickstats/scripts/
H A Dget_geocity2.php32 mkdir($this->tempdir . '/tmp');
/plugin/recommend/helper/
H A Dlog.php13 mkdir($this->path);
/plugin/redissue/
H A DREADME.md18 mkdir vendor
/plugin/redproject/
H A DREADME.md17 $ mkdir vendor
/plugin/refnotes/
H A Daction.php541 @mkdir(dirname($destination), 0755, true);
/plugin/rtmchecklist/
H A Daction.php151 mkdir(RTMCHECKLIST_ROOTDIR.'conf', 0700);
/plugin/schedule/
H A DscheduleRoot.class.php234 @mkdir ($dir);
/plugin/scrape/
H A DHTMLPurifier.standalone.php

12345678