Home
last modified time | relevance | path

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

/plugin/questionnaire/
DminiYAML.php431 return $this->_dumpIndent($indent).$str;
449 $_prefix = $this->_dumpIndent($indent)."- ";
453 $_prefix = $this->_dumpIndent($indent)."- ";
457 $out[] = $this->_dumpIndent($indent)."- ".$this->_dumpVar($_value,$indent + 2); // "- "
466 …$out[] = $this->_dumpIndent($indent).$this->_dumpString($_key).": ".$this->_dumpVar($_value,$inden…
471 function _dumpIndent($indent){ function in dokuwiki\\plugin\\questionnaire\\miniYAML
/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php482 var $_dumpIndent; variable in Spyc
217 $this->_dumpIndent = 2;
219 $this->_dumpIndent = $indent;
261 $indent += $this->_dumpIndent;
346 $indent += $this->_dumpIndent;
364 $indent += $this->_dumpIndent;
/plugin/sketchcanvas/phplib/
Dspyc.php84 private $_dumpIndent; variable in Spyc
219 $this->_dumpIndent = 2;
221 $this->_dumpIndent = $indent;
262 $indent += $this->_dumpIndent;
360 $indent += $this->_dumpIndent;
378 $indent += $this->_dumpIndent;
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php103 private $_dumpIndent; variable in Spyc
251 $this->_dumpIndent = 2;
253 $this->_dumpIndent = $indent;
296 $indent += $this->_dumpIndent;
399 $indent += $this->_dumpIndent;
421 $indent += $this->_dumpIndent;