Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DDumperTest.php22 protected $dumper; variable in Symfony\\Component\\Yaml\\Tests\\DumperTest
43 $this->dumper = new Dumper();
50 $this->dumper = null;
57 $dumper = new Dumper(7);
77 $this->assertEquals($expected, $dumper->dump($this->array, 4, 0));
189 $dump = $this->dumper->dump(['foo' => new A(), 'bar' => 1]);
207 $this->assertEquals($expected, $this->dumper->dump($input));
294 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);
313 $yaml = $this->dumper->dump($outer, 0, 0, Yaml::DUMP_OBJECT_AS_MAP);
325 $yaml = $this->dumper->dump($outer, 2, 0, Yaml::DUMP_OBJECT_AS_MAP);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCallablesFilter.php25 private $dumper; variable in Assetic\\Filter\\CallablesFilter
30 * @param callable|null $dumper
33 public function __construct($loader = null, $dumper = null, $extractor = null) argument
36 $this->dumper = $dumper;
49 if (null !== $callable = $this->dumper) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DHtmlTest.php18 $dumper = new HtmlDumper();
30 , $dumper->dump($this->getProfile()));
H A DTextTest.php18 $dumper = new TextDumper();
30 , $dumper->dump($this->getProfile()));
H A DBlackfireTest.php18 $dumper = new BlackfireDumper();
32 , $dumper->dump($this->getProfile()));
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php126 $dumper = new ArrayDumper();
127 $package = $dumper->dump($root);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php211 ->let($dumper = new LUT\Visitor\Dump())
212 ->string($dumper->visit($result))
/plugin/aichat/
H A Dcomposer.lock131 "symfony/var-dumper": "^6.2"
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst527 $dumper = new \Twig\Profiler\Dumper\TextDumper();
528 echo $dumper->dump($profile);
536 $dumper = new \Twig\Profiler\Dumper\BlackfireDumper();
537 file_put_contents('/path/to/profile.prof', $dumper->dump($profile));
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md63 element to visit and a visitor, for example a node of a tree and a dumper. The
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md28 the parser and dumper is no longer supported, pass bitmask flags instead
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md81 the parser and dumper is no longer supported, pass bitmask flags instead
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock2506 "symfony/var-dumper": "^5.4|^6.0"
3774 "name": "symfony/var-dumper",
3778 "url": "https://github.com/symfony/var-dumper.git",
3783 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/44b7b81749fd20c1bdf4946c041050e22bc8da27",
3843 "source": "https://github.com/symfony/var-dumper/tree/v6.2.5"
/plugin/combo/
H A Dcomposer.lock289 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"