Searched refs:mapping (Results 1 – 4 of 4) sorted by relevance
/template/strap/vendor/symfony/yaml/ |
D | Inline.php | 415 …private static function parseMapping(string $mapping, int $flags, int &$i = 0, array &$references … argument 418 $len = \strlen($mapping); 424 switch ($mapping[$i]) { 440 $isKeyQuoted = \in_array($mapping[$i], ['"', "'"], true); 441 $key = self::parseScalar($mapping, $flags, [':', ' '], $i, false); 444 … throw new ParseException('Missing mapping key.', self::$parsedLineNumber + 1, $mapping); 448 $key .= ' '.self::parseScalar($mapping, $flags, [':'], $i, false); 452 if (false === $i = strpos($mapping, ':', $i)) { 460 …not supported. Quote your evaluable mapping keys instead.', self::$parsedLineNumber + 1, $mapping); 464 …if (!$isKeyQuoted && (!isset($mapping[$i + 1]) || !\in_array($mapping[$i + 1], [' ', ',', '[', ']'… [all …]
|
D | CHANGELOG.md | 55 …* Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.… 72 * duplicate mapping keys throw a `ParseException` 73 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS` 116 * Deprecated support for implicitly parsing non-string mapping keys as strings. 145 * Omitted mapping values will be parsed as `null`. 147 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0. 159 when the mapping key is not quoted and will lead to a `ParseException` in 168 * Support for silently ignoring duplicate mapping keys in YAML has been 216 * Deprecated usage of a colon in an unquoted mapping value
|
/template/strap/resources/dictionary/ |
D | README.md | 7 * [emojis](./emojis.json) - unicode code point to name emoji mapping (to use as icon)
|
/template/strap/resources/library/rrdiagram/0.9.4.1/ |
D | rrdiagram.js.map | 1 …mapping","iterFn","next","done","$of","TO_LOCALE_BUG","$toLocaleString","proto","copyWithin","star…
|