Home
last modified time | relevance | path

Searched refs:umask (Results 1 – 25 of 50) sorted by relevance

12

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php62 private $umask; variable in Doctrine\\Common\\Annotations\\FileCacheReader
73 public function __construct(Reader $reader, $cacheDir, $debug = false, $umask = 0002) argument
75 if ( ! is_int($umask)) {
78 gettype($umask)
83 $this->umask = $umask;
85 if (!is_dir($cacheDir) && !@mkdir($cacheDir, 0777 & (~$this->umask), true)) {
217 @chmod($tempfile, 0666 & (~$this->umask));
225 @chmod($tempfile, 0666 & (~$this->umask));
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php417 * @param int $umask Umask (in octal!). If null, given the current
421 public static function umask($umask = null) argument
423 if (null === $umask) {
424 return umask();
427 return umask($umask);
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php151 * @param int $umask Umask (in octal!). If null, given the current
155 public static function umask($umask = null); argument
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py113 oldumask = os.umask(0)
115 os.umask( oldumask )
171 oldumask = os.umask(0)
173 os.umask( oldumask )
/plugin/mathtran/
H A Dsyntax.php131 umask($conf['dmask']);
133 umask($conf['umask']);
/plugin/math2/
H A Dsyntax.php211 umask($conf['dmask']);
213 umask($conf['umask']);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php222 $oldumask = umask(0) ;
224 umask( $oldumask ) ;
H A Dio.php122 $oldumask = umask(0) ;
124 umask( $oldumask ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dio.php137 $oldumask = umask(0) ;
139 umask( $oldumask ) ;
H A Dcommands.php678 $oldumask = umask(0) ;
680 umask( $oldumask ) ;
717 $oldumask = umask(0) ;
719 umask( $oldumask ) ;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dio.php135 $oldumask = umask(0) ;
137 umask( $oldumask ) ;
H A Dcommands.php662 $oldumask = umask(0) ;
664 umask( $oldumask ) ;
698 $oldumask = umask(0) ;
700 umask( $oldumask ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dio.php137 $oldumask = umask(0) ;
139 umask( $oldumask ) ;
H A Dcommands.php673 $oldumask = umask(0) ;
675 umask( $oldumask ) ;
712 $oldumask = umask(0) ;
714 umask( $oldumask ) ;
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php66 @chmod($key, 0666 & ~umask());
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php53 @chmod($tmpFile, 0666 & ~umask());
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php142 $mode = isset($this->fileMode) ? $this->fileMode : (0666 & ~umask());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php984 chmod($tempFilename, 0777 & ~umask());
/plugin/codemirror/dist/modes/
H A Dperl.min.js1 …1,telldir:1,tie:1,tied:1,time:1,times:1,tr:null,truncate:1,uc:1,ucfirst:1,umask:1,undef:1,unlink:1…
H A Dfortran.min.js.map1 …anspose\",\n \"trim\", \"ttynam\", \"ubound\", \"umask\", \"unlink\",\n …
H A Dphp.min.js.map1 …place split spliti join sql_regcase dl pclose popen readfile rewind rmdir umask fclose feof fgetc …
H A Dperl.min.js.map1umask","undef","unlink","unpack","unshift","untie","use","utime","values","vec","wait","waitpid","…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 …t',\n 'chop',\n 'getsockname',\n 'return',\n 'umask',\n 'chown'…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG555 * fixed chmod mode to apply the umask correctly
913 * fixed default cache umask
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9 …,h.chdir=function(e){throw new Error("process.chdir is not supported")},h.umask=function(){return …

12