Lines Matching defs:indent
90 var $indent; variable in Spyc
185 function YAMLDump($array,$indent = false,$wordwrap = false) {
211 function dump($array,$indent = false,$wordwrap = false) {
253 function _yamlize($key,$value,$indent, $previous_key = -1, $first_key = 0) {
278 function _yamlizeArray($array,$indent) {
301 function _dumpNode($key, $value, $indent, $previous_key = -1, $first_key = 0) {
337 function _doLiteralBlock($value,$indent) {
360 function _doFolding($value,$indent) {
722 function addArrayInline ($array, $indent) {
848 function stripIndent ($line, $indent = -1) {
853 function getParentPathByIndent ($indent) {
864 function clearBiggerPathValues ($indent) {