Searched full:chmod (Results 1 – 25 of 156) sorted by relevance
1234567
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/ |
| D | Serializer.php | 202 $chmod = $config->get('Cache.SerializerPermissions'); 203 if ($chmod !== null) { 204 chmod($file, $chmod & 0666); 218 $chmod = $config->get('Cache.SerializerPermissions'); 219 if ($chmod === null) { 238 } elseif (!$this->_testPermissions($base, $chmod)) { 241 if (!@mkdir($directory, $chmod) && !is_dir($directory)) { 248 if (!$this->_testPermissions($directory, $chmod)) { 251 } elseif (!$this->_testPermissions($directory, $chmod)) { 259 * error messages and attempts to chmod it itself if possible [all …]
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/ |
| D | composer.json | 22 "chmod 775 tmp" 25 "chmod 775 tmp"
|
| /plugin/file2dw/docker/dokuwikiapp/ |
| D | Dockerfile | 11 RUN chmod +x /installLatestPandoc.sh && /installLatestPandoc.sh 14 chmod 440 /etc/sudoers.d/soffice
|
| /plugin/ckgdoku/scripts/ |
| D | add_v_animal.sh | 21 find ${ANIMAL}/ -type d -exec chmod 777 {} \; 23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
|
| D | addanimal.sh | 27 find ${ANIMAL}/ -type d -exec chmod 777 {} \; 29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
|
| /plugin/ckgedit/scripts/ |
| D | add_v_animal.sh | 21 find ${ANIMAL}/ -type d -exec chmod 777 {} \; 23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
|
| D | addanimal.sh | 27 find ${ANIMAL}/ -type d -exec chmod 777 {} \; 29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
|
| /plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/ |
| D | FileCache.php | 52 // Let's not break filesystems which do not support chmod. 53 @chmod($tmpFile, 0666 & ~umask());
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Cache.php | 53 if (!chmod($basePath, 0777)) { 79 chmod($tempFile, 0664);
|
| /plugin/pubmed2020/classes/ |
| D | cache.php | 272 @chmod($path,$conf['fmode']); 291 @chmod($tmp,$conf['dmode']); 299 @chmod($tmp,$conf['dmode']); 307 @chmod($tmp,$conf['dmode']); 359 @chmod($path,$conf['fmode']);
|
| /plugin/pdb/classes/ |
| D | cache.php | 98 @chmod($path,$conf['fmode']); 112 @chmod($tmp,$conf['dmode']); 180 @chmod($path,$conf['fmode']);
|
| /plugin/cache/ |
| D | plugin_cache.php | 105 @chmod($path,$conf['fmode']); 119 @chmod($tmp,$conf['dmode']); 187 @chmod($path,$conf['fmode']);
|
| /plugin/pubchem/classes/ |
| D | cache.php | 98 @chmod($path,$conf['fmode']); 112 @chmod($tmp,$conf['dmode']); 180 @chmod($path,$conf['fmode']);
|
| /plugin/pubmed/classes/ |
| D | cache.php | 98 @chmod($path,$conf['fmode']); 112 @chmod($tmp,$conf['dmode']); 180 @chmod($path,$conf['fmode']);
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | Cache.SerializerPermissions.txt | 13 which means that no chmod'ing or directory creation shall
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
| D | FileCacheReader.php | 208 …e user need access. You can manage access rights for multiple users with "chmod +a". If your syste… 217 @chmod($tempfile, 0666 & (~$this->umask)); 225 @chmod($tempfile, 0666 & (~$this->umask));
|
| /plugin/archiveupload/ |
| D | action.php | 114 chmod($fn, $conf['fmode']); 227 chmod($dir.'/'.$fn_new, $conf['dmode']); 259 chmod($dir.'/'.$fn_new, $conf['fmode']);
|
| /plugin/api/ |
| D | .travis.yml | 13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
| /plugin/webcode/ |
| D | .travis.yml | 13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
| /plugin/webcomponent/ |
| D | .travis.yml | 13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
| /plugin/minimap/ |
| D | .travis.yml | 15 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
| /plugin/authskautis/.github/workflows/ |
| H A D | main.yml | 42 chmod +x tools/release.sh
|
| /plugin/findologicxmlexport/vendor/jms/metadata/ |
| D | CHANGELOG.md | 23 - consider changing chmod to @chmod [\#50](https://github.com/schmittjoh/metadata/issues/50) 47 - 50 suspress chmod warning [\#53](https://github.com/schmittjoh/metadata/pull/53) ([gusdecool](htt…
|
| /plugin/asciidocjs/node_modules/jake/ |
| D | Makefile | 35 chmod 755 $(DESTDIR)$(PREFIX)/lib/node_modules/jake/bin/cli.js && \
|
| /plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
| D | write.id3v1.php | 60 // File MUST be writeable - CHMOD(646) at least 127 // File MUST be writeable - CHMOD(646) at least
|
1234567