Home
last modified time | relevance | path

Searched refs:mapping (Results 151 – 175 of 191) sorted by last modified time

12345678

/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js9 const mapping = require('../common/mapping'); constant
16 mapping.aryMethod[1],
17 mapping.aryMethod[2],
18 mapping.aryMethod[3],
19 mapping.aryMethod[4]
54 return _.has(mapping.aliasToReal, name);
89 'name': _.get(mapping.aliasToReal, moduleName, moduleName),
90 'mapping': mapping property in getTemplate.data
127 _.each([mapping.aliasToReal, mapping.remap], data => {
H A Dbuild-doc.js8 const mapping = require('../common/mapping'); constant
17 mapping,
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst85 <%= toFuncList(_.difference(mapping.aryMethod[1], _.keys(mapping.skipFixed))) %>
88 <%= toFuncList(_.difference(mapping.aryMethod[2], _.keys(mapping.skipFixed))) %>
91 <%= toFuncList(_.difference(mapping.aryMethod[3], _.keys(mapping.skipFixed))) %>
94 <%= toFuncList(_.difference(mapping.aryMethod[4], _.keys(mapping.skipFixed))) %>
116 <%= toArgOrder(mapping.aryRearg[2]) %>
119 <%= toArgOrder(mapping.aryRearg[3]) %>
122 <%= toArgOrder(mapping.aryRearg[4]) %>
127 <%= toFuncList(_.keys(mapping.methodSpread)) %>
130 <%= toFuncList(_.keys(mapping.skipRearg)) %>
147 <%= toFuncList(_.keys(mapping.remap)) %>
[all …]
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dthru.jst2 …func = convert('<%= name %>', require('../<%= _.get(mapping.remap, name, name) %>'), require('./_f…
H A Dmodule.jst2 func = convert('<%= name %>', require('../<%= _.get(mapping.remap, name, name) %>'));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php409 $len = \strlen($mapping);
415 switch ($mapping[$i]) {
430 $isKeyQuoted = \in_array($mapping[$i], ['"', "'"], true);
431 $key = self::parseScalar($mapping, $flags, [':', ' '], $i, false, []);
437 if (false === $i = strpos($mapping, ':', $i)) {
449 …if (!$isKeyQuoted && (!isset($mapping[$i + 1]) || !\in_array($mapping[$i + 1], [' ', ',', '[', ']'…
458 if (':' === $mapping[$i] || ' ' === $mapping[$i]) {
464 $tag = self::parseTag($mapping, $i, $flags);
465 switch ($mapping[$i]) {
468 $value = self::parseSequence($mapping, $flags, $i, $references);
[all …]
H A DCHANGELOG.md19 * duplicate mapping keys throw a `ParseException`
20 * non-string mapping keys throw a `ParseException`, use the `Yaml::PARSE_KEYS_AS_STRINGS`
63 * Deprecated support for implicitly parsing non-string mapping keys as strings.
92 * Omitted mapping values will be parsed as `null`.
94 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0.
106 when the mapping key is not quoted and will lead to a `ParseException` in
115 * Support for silently ignoring duplicate mapping keys in YAML has been
163 * Deprecated usage of a colon in an unquoted mapping value
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml19 between each entry in the mapping.
H A DYtsBasicTests.yml85 a mapping.
94 A value in a mapping can be a sequence.
105 A value in a mapping can be another mapping.
124 A mapping can contain any assortment
159 If you are adding a mapping to a sequence, you
160 can place the mapping on the same line as the
172 you can add a sequence inside of a mapping without
185 A merge key ('<<') can be used in a mapping to insert other mappings. If
187 pairs is inserted into the current mapping.
189 mapping:
[all …]
H A DYtsBlockMapping.yml4 A mapping with one key/value pair
H A DYtsFoldedScalars.yml129 sequence or a mapping.
H A DYtsNullsAndEmpties.yml13 You can represent the empty mapping
14 with an empty inline mapping.
H A DYtsSpecificationExamples.yml676 # # mapping where each key is
689 # each mapping having one key
854 test: Top level mapping
1044 test: Complete mapping test
1054 key: Subordinate mapping
1058 - Previous mapping is empty.
1085 is a: mapping
1087 with a: mapping value.
1092 { 'key' => 'Subordinate mapping' }, 'third' =>
1106 if k['This'] == 'key' and k['is a'] == 'mapping' and v['with a'] == 'mapping value.'
[all …]
H A DsfTests.yml90 test: A sequence with an embedded mapping
92 A sequence with an embedded mapping
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dmax.rst14 When called with a mapping, max ignores keys and only compares values:
H A Dmin.rst14 When called with a mapping, min ignores keys and only compares values:
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst23 configuration to build the class mapping, but it can
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md328 - Added mapping for guid type [\#802](https://github.com/schmittjoh/serializer/pull/802) ([develth]…
741 - Automatic mapping of properties [\#200](https://github.com/schmittjoh/serializer/issues/200)
879 - Fixed yml mapping file name [\#256](https://github.com/schmittjoh/serializer/pull/256) ([spolisch…
998 - Mulit type property mapping [\#56](https://github.com/schmittjoh/serializer/issues/56)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dfirst.rst7 The ``first`` filter returns the first "element" of a sequence, a mapping, or
H A Dlast.rst7 The ``last`` filter returns the last "element" of a sequence, a mapping, or
H A Dlength.rst8 The ``length`` filter returns the number of items of a sequence or mapping, or
H A Dreverse.rst7 The ``reverse`` filter reverses a sequence, a mapping, or a string:
45 * ``preserve_keys``: Preserve keys when reversing a mapping or a sequence.
H A Dslice.rst7 The ``slice`` filter extracts a slice of a sequence, a mapping, or a string:
/plugin/authlemonldap/
H A DREADME.md6 Create the following mapping for headers in LemonLDAP::NG:
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md267 * Updated: Windows timezone mapping to latest version from unicode.org
451 * Added: Automatically mapping many, many properties to a property-class with

12345678