Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 25 of 99) sorted by path

1234

/plugin/a2s/
H A DASCIIToSVG.php2868 public function dump() { function in dokuwiki\\plugin\\a2s\\ASCIIToSVG
/plugin/achart/assets/
H A Djs-yaml.min.js2dump=function(){if(0===t.length)return 2===e.quotingType?'""':"''";if(!e.noCompatMode&&(-1!==Te.in… function
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3804 "ext-intl": "To show region name in time zone dump",
3805 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
3808 "Resources/bin/var-dump-server"
3813 "Resources/functions/dump.php"
3840 "dump"
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/
H A Djs-yaml.min.js2dump=r.dump,t.exports.safeDump=r.safeDump,t.exports.YAMLException=e("./js-yaml/exception"),t.expor…
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md67 "pre-autoload-dump": "Google\\Task\\Composer::cleanup"
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php176 $context = static::dump('Context', $record['context']);
177 $extra = static::dump('Extra', $record['extra']);
249 private static function dump(string $title, array $dict): array function in Monolog\\Handler\\BrowserConsoleHandler
/plugin/c3chart/assets/
H A Djs-yaml.min.js2dump=function(){if(0===t.length)return 2===e.quotingType?'""':"''";if(!e.noCompatMode&&(-1!==Te.in… function
/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1 …\n \"package.seeall\",\n\n \"string.byte\",\"string.char\",\"string.dump\",\"string.find\",\…
H A Dperl.min.js1 …rypt:1,dbmclose:1,dbmopen:1,"default":1,defined:1,"delete":1,die:1,"do":1,dump:1,each:1,endgrent:1… property in AnonymousFunction3829359c0200.a
H A Dperl.min.js.map1dump","each","endgrent","endhostent","endnetent","endprotoent","endpwent","endservent","eof","eval…
H A Dsql.min.js.map1dump echo eqp exit explain fullschema headers help import imposter indexes iotrace limit lint load…
/plugin/combo/vendor/symfony/yaml/
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_OBJECT);
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).':' : '-', '', $blockIndentationIndicator, $blockChompingIndicator);
98 $output .= sprintf('%s%s !%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', $value->getTag());
114 $output .= ' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)."\n";
117 $output .= $this->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation : $indent + 2, $flags);
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(
[all...]
H A DInline.php115 * @throws DumpException When trying to dump PHP resource
117 public static function dump($value, int $flags = 0): string function in Symfony\\Component\\Yaml\\Inline
122 throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)));
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));
228 * @param array $value The PHP array to dump
237 $output[] = self::dump($val, $flags);
246 $output[] = sprintf('%s: %s', self::dump(
[all...]
H A DYaml.php17 * Yaml offers convenience methods to load and dump YAML.
86 * The dump method, when supplied with an array, will do its best
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);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 … 'die',\n 'last',\n 'setgrent',\n 'warn',\n 'dump',\n 'lc',\n …
/plugin/drawio/
H A DREADME.md35 …lem which you do not want to support on your own, so you rather choose to dump it over to the upst…
/plugin/dump/
H A DREADME.md4 This [Dokuwiki Plugin](https://www.dokuwiki.org/plugin:dump) dumps the callstack (the array of inst…
H A Dplugin.info.txt1 base dump
7 desc A plugin to dump the callstack for debugging purpose
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A Dfunctions-dev.php6 if (function_exists('dump')) {
7 dump(...$args);
/plugin/eventum/XML/
H A DRPC.php1657 function dump($ar) function in XML_RPC_Value
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md164 (stands for Abstract Syntax Tree) we can visit, for example to dump the AST:
174 $dump = new Hoa\Compiler\Visitor\Dump();
175 echo $dump->visit($ast);
202 $ echo '[1, [1, [2, 3], 5], 8]' | hoa compiler:pp Json.pp 0 --visitor dump
221 $ echo '{"foo" true}' | hoa compiler:pp Json.pp 0 --visitor dump

1234