/plugin/ckgdoku/scripts/ |
H A 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}
|
H A 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/ |
H A 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}
|
H A 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/file2dw/docker/dokuwikiapp/ |
H A D | Dockerfile | 11 RUN chmod +x /installLatestPandoc.sh && /installLatestPandoc.sh 14 chmod 440 /etc/sudoers.d/soffice
|
/plugin/pubmed2020/classes/ |
H A 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/ |
H A D | cache.php | 98 @chmod($path,$conf['fmode']); 112 @chmod($tmp,$conf['dmode']); 180 @chmod($path,$conf['fmode']);
|
/plugin/cache/ |
H A D | plugin_cache.php | 105 @chmod($path,$conf['fmode']); 119 @chmod($tmp,$conf['dmode']); 187 @chmod($path,$conf['fmode']);
|
/plugin/pubchem/classes/ |
H A D | cache.php | 98 @chmod($path,$conf['fmode']);
112 @chmod($tmp,$conf['dmode']);
180 @chmod($path,$conf['fmode']);
|
/plugin/pubmed/classes/ |
H A D | cache.php | 98 @chmod($path,$conf['fmode']);
112 @chmod($tmp,$conf['dmode']);
180 @chmod($path,$conf['fmode']);
|
/plugin/archiveupload/ |
H A D | action.php | 227 chmod($dir.'/'.$fn_new, $conf['dmode']); 259 chmod($dir.'/'.$fn_new, $conf['fmode']);
|
/plugin/spatialhelper/helper/ |
H A D | sitemap.php | 101 @chmod(mediaFN($mediaID), $conf['fmode']); 196 @chmod(mediaFN($mediaID), $conf['fmode']);
|
/plugin/webcode/ |
H A D | .travis.yml | 13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
/plugin/webcomponent/ |
H A D | .travis.yml | 13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
/plugin/minimap/ |
H A D | .travis.yml | 15 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
/plugin/api/ |
H A D | .travis.yml | 13 …- if [[ $TRAVIS_PHP_VERSION > '7.1' ]]; then chmod 755 ~/.phpenv/versions/$(phpenv version-name)/b…
|
/plugin/panoview/ |
H A D | syntax.php | 163 if($conf['fperm']) chmod($d['cache'], $conf['fperm']); 243 if(!empty($conf['dperm'])) chmod($lockDir, $conf['dperm']);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/ |
H A D | FilesystemCache.php | 66 @chmod($key, 0666 & ~umask());
|
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/ |
H A D | FileCache.php | 53 @chmod($tmpFile, 0666 & ~umask());
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | FileCacheReader.php | 217 @chmod($tempfile, 0666 & (~$this->umask)); 225 @chmod($tempfile, 0666 & (~$this->umask));
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/ |
H A D | FilesystemCache.php | 143 @chmod($fileName, $mode);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Cache.php | 53 if (!chmod($basePath, 0777)) { 79 chmod($tempFile, 0664);
|
/plugin/news/scripts/ |
H A D | newsfeed.php | 93 chmod($xml_file, 0666);
|
/plugin/preregister/ |
H A D | admin.php | 114 if(chmod($this->metaFn ,0600)) {
|
/plugin/findologicxmlexport/vendor/jms/metadata/ |
H A 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…
|