Home
last modified time | relevance | path

Searched refs:_dumpNode (Results 1 – 3 of 3) sorted by relevance

/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php4256 return $this->_dumpNode($key, array(), $indent, $previous_key, $first_key);
259 $string = $this->_dumpNode($key, NULL, $indent, $previous_key, $first_key);
266 $string = $this->_dumpNode($key, $value, $indent, $previous_key, $first_key);
301 function _dumpNode($key, $value, $indent, $previous_key = -1, $first_key = 0) { function in Spyc
/plugin/sketchcanvas/phplib/
Dspyc.php257 return $this->_dumpNode($key, array(), $indent, $previous_key, $first_key, $source_array);
260 … $string = $this->_dumpNode($key, self::REMPTY, $indent, $previous_key, $first_key, $source_array);
267 $string = $this->_dumpNode($key, $value, $indent, $previous_key, $first_key, $source_array);
302 …private function _dumpNode($key, $value, $indent, $previous_key = -1, $first_key = 0, $source_arra… function in Spyc
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php291 return $this->_dumpNode($key, array(), $indent, $previous_key, $first_key, $source_array);
294 … $string = $this->_dumpNode($key, self::REMPTY, $indent, $previous_key, $first_key, $source_array);
301 $string = $this->_dumpNode($key, $value, $indent, $previous_key, $first_key, $source_array);
336 …private function _dumpNode($key, $value, $indent, $previous_key = -1, $first_key = 0, $source_arra… function in Spyc