| /template/strap/vendor/symfony/yaml/ |
| H A D | Dumper.php | 49 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 D | Yaml.php | 94 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 D | Inline.php | 117 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 D | CHANGELOG.md | 49 * 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/ |
| D | HtmlDumper.php | 28 public function dump(Profile $profile) function in Twig\\Profiler\\Dumper\\HtmlDumper 30 return '<pre>'.parent::dump($profile).'</pre>';
|
| D | BaseDumper.php | 23 public function dump(Profile $profile) function in Twig\\Profiler\\Dumper\\BaseDumper
|
| D | BlackfireDumper.php | 21 public function dump(Profile $profile) function in Twig\\Profiler\\Dumper\\BlackfireDumper
|
| /template/breeze/bower_components/gumby/js/ |
| D | main.js | 3 Gumby.log('Gumby is ready to go...', Gumby.dump());
|
| /template/a_new_day/js/ |
| D | builder.js | 115 dump: function(scope) { method
|
| /template/battlehorse/js/ |
| D | builder.js | 115 dump: function(scope) { method
|
| /template/breeze/bower_components/gumby/js/libs/ |
| D | gumby.js | 167 Gumby.prototype.dump = function() { method in Gumby
|
| D | gumby.min.js | 1 …i.prototype.error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$… method in i
|
| /template/bootstrap3/inc/ |
| D | simple_html_dom.php | 128 $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 D | simple_html_dom.php | 125 $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/ |
| D | gumby.min.js | 1 …i.prototype.error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$… method in i
|
| /template/breeze/js/ |
| D | gumby.min.js | 1 …i.prototype.error=function(){this.console("error",arguments)},i.prototype.dump=function(){return{$… method in i
|