/plugin/farmsync/_test/ |
H A D | findCommonAncestor.test.php | 21 mkdir($targetdir); 22 mkdir($targetdir . 'attic'); 23 mkdir($targetdir . 'pages'); 24 mkdir($sourcedir); 25 mkdir($sourcedir . 'attic'); 26 mkdir($sourcedir . 'pages');
|
H A D | getPagesFromLine.test.php | 19 mkdir($sourcedir); 20 mkdir($sourcedir . 'media'); 21 mkdir($sourcedir . 'media/wiki'); 22 mkdir($sourcedir . 'pages');
|
H A D | pageUpdate.test.php | 19 mkdir($sourcedir); 20 mkdir($sourcedir . 'attic'); 21 mkdir($sourcedir . 'pages');
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/ |
H A D | FilesystemTest.php | 42 @mkdir($dir, 0777, true); 96 @mkdir($this->directory, 0555, true); 118 @mkdir($this->directory, 0777, true); 120 @mkdir($this->directory.'/cache', 0555); 138 @mkdir($key, 0777, true); 149 @mkdir($dir, 0777, true);
|
/plugin/svg/ |
H A D | install.php | 10 if( !mkdir( SYNTAX_PLUGIN_SVG_MEDIADIR, 0755 ) ) 26 if( !mkdir( SYNTAX_PLUGIN_SVG_MEDIADIR . 'tmp', 0755 ) ) 42 if( !mkdir( SYNTAX_PLUGIN_SVG_MEDIADIR . 'media', 0755 ) )
|
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/ |
H A D | Touchable.php | 107 * @param bool $mkdir Force to make directory if does not exist. 114 $mkdir = self::DO_NOT_MAKE_DIRECTORY argument
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | Dockerfile | 3 RUN mkdir /guzzle 14 RUN mkdir /guzzle
|
/plugin/dokutexit/ |
H A D | Makefile | 30 @mkdir -p $(NAME) 36 @mkdir -p $(NAME)
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/ |
H A D | FirefoxProfile.php | 128 mkdir($temp_dir . DIRECTORY_SEPARATOR . $dirname); 138 mkdir($target_dir); 216 mkdir($ext_dir, 0777, true); 240 mkdir($temp_dir);
|
/plugin/farm/install/ |
H A D | farmstructurecreator.php | 27 if(!@is_dir($dest)) mkdir($dest, fileperms($src)); 111 …if(!@mkdir($farmconf['farmfsroot'].$farmconf['farmer'], 0755)) out('structure_cannotcreatefarmerdi… 117 …if(!@mkdir($farmconf['farmfsroot'].$farmconf['barn'], 0755)) out('structure_cannotcreatebarndir_fa… 168 …if(!@mkdir($farmconf['farmfsroot'].$farmconf['barn'].$farmconf['animaltemplate'], 0755)) out('stru…
|
/plugin/webcomponent/ |
H A D | webcomponent.php | 126 mkdir($conf['datadir'], $mode = 0777, $recursive = true); 132 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/ |
H A D | Facade.php | 105 mkdir($target . $id, 0777, true); 114 mkdir($dir, 0777, true); 168 if (@mkdir($directory, 0777, true)) {
|
/plugin/simplechat/ |
H A D | syntax.php | 88 @mkdir($dirname, 0755 , true ); 115 @mkdir( $newdirname );
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | ObjectTreeTest.php | 14 mkdir(SABRE_TEMPDIR . '/root'); 15 mkdir(SABRE_TEMPDIR . '/root/subdir');
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ |
H A D | ServerTest.php | 151 mkdir($this->tempDir.'/testcol'); 190 mkdir($this->tempDir.'/testcol'); 220 mkdir($this->tempDir.'/tree1'); 221 mkdir($this->tempDir.'/tree2');
|
/plugin/webcomponent/_test/ |
H A D | README.md | 29 mkdir($conf['datadir'], $mode = 0777, $recursive = true); 35 mkdir($conf['cachedir'], $mode = 0777, $recursive = true);
|
/plugin/authgoogle/google/cache/ |
H A D | Google_FileCache.php | 44 if (! @mkdir($storageDir, 0755, true)) { 116 if (! @mkdir($storageDir, 0755, true)) {
|
/plugin/findologicxmlexport/vendor/hoa/file/ |
H A D | Generic.php | 333 * @param bool $mkdir Force to make directory if does not exist. 341 $mkdir = Stream\IStream\Touchable::DO_NOT_MAKE_DIRECTORY argument 350 if (Stream\IStream\Touchable::MAKE_DIRECTORY === $mkdir) {
|
H A D | Directory.php | 263 return @mkdir( 270 return @mkdir(
|
/plugin/findologicxmlexport/vendor/hoa/protocol/ |
H A D | Wrapper.php | 438 public function mkdir($path, $mode, $options) function in Hoa\\Protocol\\Wrapper 441 return mkdir( 448 return mkdir(
|
/plugin/ebookexport/ |
H A D | action.php | 41 mkdir($tempdir); 83 mkdir($tempdir . "/META-INF"); 117 mkdir($tempdir . $mediadir, 0777, true);
|
/plugin/icalevents/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 24 mkdir(SABRE_TEMPDIR);
|
/plugin/davcard/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 24 mkdir(SABRE_TEMPDIR);
|
/plugin/webdavclient/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 24 mkdir(SABRE_TEMPDIR);
|
/plugin/davcal/vendor/sabre/vobject/tests/ |
H A D | bootstrap.php | 24 mkdir(SABRE_TEMPDIR);
|