Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/
DSerializer.php202 $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)) {
261 * @param int $chmod Permissions
[all …]
/plugin/ckgdoku/scripts/
Dadd_v_animal.sh21 find ${ANIMAL}/ -type d -exec chmod 777 {} \;
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
Daddanimal.sh27 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/
Dadd_v_animal.sh21 find ${ANIMAL}/ -type d -exec chmod 777 {} \;
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
Daddanimal.sh27 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/
DDockerfile11 RUN chmod +x /installLatestPandoc.sh && /installLatestPandoc.sh
14 chmod 440 /etc/sudoers.d/soffice
/plugin/pubmed2020/classes/
Dcache.php272 @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/dw2pdf/vendor/mpdf/mpdf/src/
DCache.php53 if (!chmod($basePath, 0777)) {
79 chmod($tempFile, 0664);
/plugin/pdb/classes/
Dcache.php98 @chmod($path,$conf['fmode']);
112 @chmod($tmp,$conf['dmode']);
180 @chmod($path,$conf['fmode']);
/plugin/cache/
Dplugin_cache.php105 @chmod($path,$conf['fmode']);
119 @chmod($tmp,$conf['dmode']);
187 @chmod($path,$conf['fmode']);
/plugin/pubchem/classes/
Dcache.php98 @chmod($path,$conf['fmode']);
112 @chmod($tmp,$conf['dmode']);
180 @chmod($path,$conf['fmode']);
/plugin/pubmed/classes/
Dcache.php98 @chmod($path,$conf['fmode']);
112 @chmod($tmp,$conf['dmode']);
180 @chmod($path,$conf['fmode']);
/plugin/combo/.github/
H A Dbootstrap.sh54 chmod +x boot.sh
/plugin/archiveupload/
Daction.php227 chmod($dir.'/'.$fn_new, $conf['dmode']);
259 chmod($dir.'/'.$fn_new, $conf['fmode']);
/plugin/spatialhelper/helper/
Dsitemap.php101 @chmod(mediaFN($mediaID), $conf['fmode']);
196 @chmod(mediaFN($mediaID), $conf['fmode']);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCache.SerializerPermissions.txt13 which means that no chmod'ing or directory creation shall
/plugin/panoview/
H A Dsyntax.php154 if ($conf['fperm']) chmod($d['cache'], $conf['fperm']);
243 if (!empty($conf['dperm'])) chmod($lockDir, $conf['dperm']);
/plugin/asciidocjs/node_modules/jake/
DMakefile35 chmod 755 $(DESTDIR)$(PREFIX)/lib/node_modules/jake/bin/cli.js && \
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
DFilesystemCache.php66 @chmod($key, 0666 & ~umask());
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DFileCacheReader.php217 @chmod($tempfile, 0666 & (~$this->umask));
225 @chmod($tempfile, 0666 & (~$this->umask));
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
DFileCache.php53 @chmod($tmpFile, 0666 & ~umask());
/plugin/grensladawritezor/fckeditor/editor/filemanager/upload/php/
Dupload.php110 chmod( $sFilePath, 0777 ) ;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
DFilesystemCache.php143 @chmod($fileName, $mode);
/plugin/findologicxmlexport/vendor/jms/metadata/
DCHANGELOG.md23 - 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/authssocas/vendor/apereo/phpcas/source/CAS/PGTStorage/
H A DFile.php208 @chmod($fname, 0600);

1234