Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/yaml/
H A DDumper.php49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string function in Symfony\\Component\\Yaml\\Dumper
60 $output .= $prefix.Inline::dump($input, $flags);
84 …$output .= sprintf('%s%s%s |%s%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '',…
98 …$output .= sprintf('%s%s !%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', $value-…
114 $output .= ' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)."\n";
117 …$output .= $this->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation …
133 $dumpAsMap ? Inline::dump($key, $flags).':' : '-',
135 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
161 return $output.' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)."\n";
164 return $output."\n".$this->dump($value->getValue(), $inline - 1, $indent, $flags);
H A DYaml.php94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string function in Symfony\\Component\\Yaml\\Yaml
98 return $yaml->dump($input, $inline, 0, $flags);
H A DInline.php117 public static function dump($value, int $flags = 0): string function in Symfony\\Component\\Yaml\\Inline
132 return '!'.$value->getTag().' '.self::dump($value->getValue(), $flags);
136 return '!php/object '.self::dump(serialize($value));
143 … $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
237 $output[] = self::dump($val, $flags);
246 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
H A DCHANGELOG.md49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag.
79 * being able to pass boolean options to the `Yaml::parse()`, `Yaml::dump()`,
80 `Parser::parse()`, and `Dumper::dump()` methods to configure the behavior of
152 Yaml::dump([], 0, 0, Yaml::DUMP_EMPTY_ARRAY_AS_SEQUENCE);
174 * Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
204 …Yaml::dump(['foo' => new A(), 'bar' => 1], 0, 0, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE | Yaml::DUMP…
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
DHtmlDumper.php28 public function dump(Profile $profile) function in Twig\\Profiler\\Dumper\\HtmlDumper
30 return '<pre>'.parent::dump($profile).'</pre>';
DBaseDumper.php23 public function dump(Profile $profile) function in Twig\\Profiler\\Dumper\\BaseDumper
DBlackfireDumper.php21 public function dump(Profile $profile) function in Twig\\Profiler\\Dumper\\BlackfireDumper
/template/breeze/bower_components/gumby/js/
Dmain.js3 Gumby.log('Gumby is ready to go...', Gumby.dump());
/template/a_new_day/js/
Dbuilder.js115 dump: function(scope) { method
/template/battlehorse/js/
Dbuilder.js115 dump: function(scope) { method
/template/breeze/bower_components/gumby/js/libs/
Dgumby.js167 Gumby.prototype.dump = function() { method in Gumby
Dgumby.min.js1 …i.prototype.error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$… method in i
/template/bootstrap3/inc/
Dsimple_html_dom.php128 $node->dump($node);
167 function dump($show_attr = true, $depth = 0) function in simple_html_dom_node
183 $node->dump($show_attr, $depth + 1);
1616 function dump($show_attr = true) function in simple_html_dom
1618 $this->root->dump($show_attr);
/template/mikio/inc/
H A Dsimple_html_dom.php125 $node->dump($node);
164 function dump($show_attr = true, $depth = 0) function in simple_html_dom_node
180 $node->dump($show_attr, $depth + 1);
1622 function dump($show_attr = true) function in simple_html_dom
1624 $this->root->dump($show_attr);
/template/breeze/bower_components/gumby/
Dgumby.min.js1 …i.prototype.error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$… method in i
/template/breeze/js/
Dgumby.min.js1 …i.prototype.error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$… method in i