Searched refs:_locktest (Results 1 – 4 of 4) sorted by relevance
46 protected $_locktest = null; variable in Joomla\\CMS\\Cache\\Controller\\OutputController70 $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)
45 protected $_locktest = null; variable in Joomla\\CMS\\Cache\\Controller\\PageController84 $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)
211 do $RM -r $a/_locktest212 if mkdir $a/_locktest 2>$DEVNULL
185 $(RM) -r _locktest