Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 15 of 15) sorted by relevance

/template/strap/vendor/symfony/yaml/
H A DInline.php37 …public static function initialize(int $flags, int $parsedLineNumber = null, string $parsedFilename… argument
39 self::$exceptionOnInvalidType = (bool) (Yaml::PARSE_EXCEPTION_ON_INVALID_TYPE & $flags);
40 self::$objectSupport = (bool) (Yaml::PARSE_OBJECT & $flags);
41 self::$objectForMap = (bool) (Yaml::PARSE_OBJECT_FOR_MAP & $flags);
42 self::$constantSupport = (bool) (Yaml::PARSE_CONSTANT & $flags);
54 …* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML pars…
61 public static function parse(string $value = null, int $flags = 0, array &$references = []) argument
63 self::initialize($flags);
78 $tag = self::parseTag($value, $i, $flags);
81 $result = self::parseSequence($value, $flags, $i, $references);
[all …]
H A DDumper.php47 … * @param int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
55 …if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \std…
60 $output .= $prefix.Inline::dump($input, $flags);
62 $output .= $this->dumpTaggedValue($input, $inline, $indent, $flags, $prefix);
71 …if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value) && false !== strpos($value,…
84 …tput .= sprintf('%s%s%s |%s%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '', $b…
98 …$output .= sprintf('%s%s !%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', $value-…
100 …if (Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value->getValue()) && false !== st…
114 $output .= ' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)."\n";
[all …]
H A DYaml.php47 … * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
53 public static function parseFile(string $filename, int $flags = 0) argument
57 return $yaml->parseFile($filename, $flags);
70 * @param int $flags A bit field of PARSE_* constants to customize the YAML parser behavior
76 public static function parse(string $input, int $flags = 0) argument
80 return $yaml->parse($input, $flags);
92 * @param int $flags A bit field of DUMP_* constants to customize the dumped YAML string
94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
98 return $yaml->dump($input, $inline, 0, $flags);
H A DParser.php46 …* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser beha…
52 public function parseFile(string $filename, int $flags = 0) argument
65 return $this->parse(file_get_contents($filename), $flags);
75 …* @param int $flags A bit field of Yaml::PARSE_* constants to customize the YAML parser behavior
81 public function parse(string $value, int $flags = 0) argument
97 $data = $this->doParse($value, $flags);
116 private function doParse(string $value, int $flags) argument
144 …if (null !== ($tag = $this->getLineTag($this->currentLine, $flags, false)) && !$this->moveToNextLi…
158 Inline::initialize($flags, $this->getRealCurrentLineNb(), $this->filename);
186 $data[] = $this->parseBlock($currentLineNumber, rtrim($sequenceYaml), $flags);
[all …]
H A DCHANGELOG.md81 the parser and dumper is no longer supported, pass bitmask flags instead
/template/strap/vendor/symfony/polyfill-php80/Resources/stubs/
H A DAttribute.php25 public $flags; variable in Attribute
27 public function __construct(int $flags = self::TARGET_ALL) argument
29 $this->flags = $flags;
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php97 $flags = $input->getOption('parse-tags');
108 $flags = $flags ? Yaml::PARSE_CUSTOM_TAGS : 0;
113 return $this->display($io, [$this->validate(file_get_contents('php://stdin'), $flags)]);
128 $filesInfo[] = $this->validate(file_get_contents($file), $flags, $file);
136 private function validate(string $content, int $flags, string $file = null) argument
147 $this->getParser()->parse($content, Yaml::PARSE_CONSTANT | $flags);
/template/strap/vendor/symfony/polyfill-php80/
H A DPhpToken.php85 public static function tokenize(string $code, int $flags = 0): array argument
89 $tokens = token_get_all($code, $flags);
/template/strap/vendor/carica/phpcss/
H A Dcomposer.lock12 "stability-flags": [],
/template/strap/vendor/bin/
H A Dyaml-lint99 public function url_stat($path, $flags)
/template/strap/vendor/symfony/process/
H A DProcess.php619 * @param int $flags A bit field of Process::ITER_* flags
627 public function getIterator(int $flags = 0) argument
631 $clearOutput = !(self::ITER_KEEP_OUTPUT & $flags);
632 $blocking = !(self::ITER_NON_BLOCKING & $flags);
633 $yieldOut = !(self::ITER_SKIP_OUT & $flags);
634 $yieldErr = !(self::ITER_SKIP_ERR & $flags);
/template/twigstarter/
Dcomposer.lock334 "stability-flags": [],
/template/strap/
H A Dcomposer.lock826 "stability-flags": [],
/template/strap/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1flags.js","webpack:///../~/core-js/modules/es6.set.js","webpack:///../~/core-js/modules/es6.weak-m…
H A Drrdiagram.js1flags&&n(8).f(RegExp.prototype,"flags",{configurable:!0,get:n(53)})},function(t,e,n){"use strict";… property