Home
last modified time | relevance | path

Searched refs:_currentCommand (Results 1 – 5 of 5) sorted by relevance

/dports/comms/pear-Horde_SyncMl/Horde_SyncMl-2.0.7/lib/Horde/SyncMl/
H A DContentHandler.php48 protected $_currentCommand; variable in Horde_SyncMl_ContentHandler
283 $this->handleHeader($this->_currentCommand);
285 var_dump($this->_currentCommand);
287 unset($this->_currentCommand);
291 $this->_currentCommand->endElement($uri, $element);
303 $this->_currentCommand->endElement($uri, $element);
304 $this->handleCommand($this->_currentCommand);
306 var_dump($this->_currentCommand);
308 unset($this->_currentCommand);
330 if (isset($this->_currentCommand)) {
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mutationofjb/
H A Dscript.h80 Command *_currentCommand; variable
H A Dscript.cpp99 _currentCommand(nullptr), in ScriptParseContext()
/dports/games/scummvm/scummvm-2.5.1/engines/mutationofjb/
H A Dscript.h80 Command *_currentCommand; variable
H A Dscript.cpp99 _currentCommand(nullptr), in ScriptParseContext()