Home
last modified time | relevance | path

Searched refs:flock (Results 1 – 25 of 66) sorted by last modified time

123

/plugin/combo/ComboStrap/
H A DMutex.php9 * Based on https://www.php.net/manual/en/function.flock.php
42 for($i = 0; $i < $wait && !($lock = flock($this->filePointer,LOCK_EX|LOCK_NB)); $i++)
57 $result = flock($this->filePointer,LOCK_UN);
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php65 if (!flock($h, \LOCK_EX | \LOCK_NB)) {
69 flock($this->lockHandles[$pipe], \LOCK_UN);
75 flock($this->lockHandles[$pipe], \LOCK_UN);
165 flock($this->lockHandles[$type], \LOCK_UN);
199 flock($this->lockHandles[$type], \LOCK_UN);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php121 if ( $fp === false || !flock( $fp, LOCK_SH ) )
127 flock( $fp, LOCK_UN ) ;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php147 flock($handle, LOCK_SH);
153 flock($handle, LOCK_UN);
173 flock($handle, LOCK_EX);
180 flock($handle, LOCK_UN);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md399 * Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php159 flock($stream, LOCK_EX);
165 flock($stream, LOCK_UN);
H A DDeduplicationHandler.php155 flock($handle, LOCK_EX);
173 flock($handle, LOCK_UN);
/plugin/passpolicy/
H A Dwords.txt1328 flock
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 … 'fileno',\n 'my',\n 'sleep',\n '-p',\n 'flock',\n 'next',…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php147 flock($handle, LOCK_SH);
153 flock($handle, LOCK_UN);
173 flock($handle, LOCK_EX);
180 flock($handle, LOCK_UN);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.lyrics3.php66 flock($fp, LOCK_EX);
82 flock($fp, LOCK_UN);
H A Dwrite.apetag.php90 flock($fp, LOCK_EX);
114 flock($fp, LOCK_UN);
132 flock($fp, LOCK_EX);
148 flock($fp, LOCK_UN);
H A Dextension.cache.dbm.php131 flock($this->lock, LOCK_EX);
181 flock($this->lock, LOCK_UN);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php374 flock($h, \LOCK_EX);
386 flock($h, \LOCK_UN);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php65 if (!flock($h, \LOCK_EX | \LOCK_NB)) {
69 flock($this->lockHandles[$pipe], \LOCK_UN);
75 flock($this->lockHandles[$pipe], \LOCK_UN);
155 flock($this->lockHandles[$type], \LOCK_UN);
189 flock($this->lockHandles[$type], \LOCK_UN);
/plugin/codemirror/dist/modes/
H A Dperl.min.js.map1flock","fork","format","formline","getc","getgrent","getgrgid","getgrnam","gethostbyaddr","gethost…
H A Dphp.min.js.map1 …am_context_get_options stream_filter_prepend stream_filter_append fgetcsv flock get_meta_tags stre…
H A Dperl.min.js1 …1,endservent:1,eof:1,eval:1,exec:1,exists:1,exit:1,exp:1,fcntl:1,fileno:1,flock:1,fork:1,format:1,… property in AnonymousFunction3829359c0200.a
/plugin/onlinenumber/
H A Dsyntax.php52 flock($fp, LOCK_SH);
68 flock($fp, LOCK_UN);
86 flock($fp, LOCK_EX);
120 flock($fp, LOCK_UN);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1flock fork format formline getc getgrent getgrgid ' +\n 'getgrnam gethostbyaddr gethostbyname g…
/plugin/glossary/
H A Dglossary.class.php250 if (!flock ($fp, $lock)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php134 … $this->function->flock = function ($resource, $operation) use (&$_resource, &$_operation) {
142 return flock($resource, $operation);
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php160 return flock($this->getStream(), $operation);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php312 return flock($this->getStream(), $operation);
/plugin/gdpr/action/
H A Ddelusers.php168 flock($handle, LOCK_EX);
181 flock($handle, LOCK_UN);

123