Home
last modified time | relevance | path

Searched refs:_locktest (Results 1 – 4 of 4) sorted by relevance

/dports/www/joomla3/joomla3-3.9.24/libraries/src/Cache/Controller/
H A DOutputController.php46 protected $_locktest = null; variable in Joomla\\CMS\\Cache\\Controller\\OutputController
70 $this->_locktest = new \stdClass;
71 $this->_locktest->locked = null;
72 $this->_locktest->locklooped = null;
76 $this->_locktest = $this->cache->lock($id, $group);
78 if ($this->_locktest->locked == true && $this->_locktest->locklooped == true)
89 if ($this->_locktest->locked == true)
98 if ($this->_locktest->locked == false)
100 $this->_locktest = $this->cache->lock($id, $group);
142 if ($this->_locktest->locked == true)
H A DPageController.php45 protected $_locktest = null; variable in Joomla\\CMS\\Cache\\Controller\\PageController
84 $this->_locktest = (object) array('locked' => null, 'locklooped' => null);
88 $this->_locktest = $this->cache->lock($id, $group);
91 if ($this->_locktest->locked === true && $this->_locktest->locklooped === true)
99 if ($this->_locktest->locked === true)
133 if ($this->_locktest->locked === false && $this->_locktest->locklooped === true)
177 if ($this->_locktest->locked === true)
/dports/mail/procmail/procmail-3.22/src/
H A Dautoconf211 do $RM -r $a/_locktest
212 if mkdir $a/_locktest 2>$DEVNULL
H A DMakefile.0185 $(RM) -r _locktest