Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DSafeObject.php22 protected $objectStack = array(); variable in HTMLPurifier_Injector_SafeObject
66 $this->objectStack[] = $token;
76 $i = count($this->objectStack) - 1;
85 if (!isset($this->objectStack[$i]->attr['data']) &&
88 $this->objectStack[$i]->attr['data'] = $token->attr['value'];
118 array_pop($this->objectStack);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
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();
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/ol/
Dol.js.map1objectStack` item needs\n * to have this structure.\n * @typedef {Object} NodeStackItem\n * @prope…