Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php29 private $objectStack; variable in JMS\\Serializer\\JsonDeserializationVisitor
40 $this->objectStack = new \SplStack();
208 $this->objectStack->push($this->currentObject);
219 return $this->currentObject = $this->objectStack->pop();
H A DXmlDeserializationVisitor.php21 private $objectStack; variable in JMS\\Serializer\\XmlDeserializationVisitor
57 $this->objectStack = new \SplStack();
350 $this->objectStack->push($this->currentObject);
361 return $this->currentObject = $this->objectStack->pop();
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/scrape/
H A DHTMLPurifier.standalone.php