Home
last modified time | relevance | path

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

/plugin/sketchcanvas/phplib/
H A Dspyc.php254 private function _yamlize($key,$value,$indent, $previous_key = -1, $first_key = 0, $source_array = null) { argument
257 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_array = null) { argument
331 if (is_array ($source_array) && array_keys($source_array) === range(0, count($source_array) - 1)) {