Home
last modified time | relevance | path

Searched refs:merged (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
DRequireJsProcess.php225 $merged = $array1;
229 $merged[] = $value;
231 if (is_array($value) && isset($merged[$key]) && is_array($merged[$key])) {
232 $merged[$key] = $this->arrayMergeRecursiveDistinct($merged[$key], $value);
235 $merged[$key] = $value;
240 return $merged;
/plugin/conflictmerger/lang/en/
Dconflict-solved.txt1 ====== A newer version was merged ======
7 could be merged automatically.
10 the merged version. Examine them, then decide if you want to save the merged
Dconflict-unsolved.txt7 merged automatically.
/plugin/findologicxmlexport/vendor/jms/serializer/
DCONTRIBUTING.md28 New features without tests can't be merged.
66 ## Getting merged
81 Pull requests without tests most probably will not be merged.
/plugin/jplayer/vendor/mustache/mustache/
DCONTRIBUTING.md26 …Those will be updated — per [semver](http://semver.org) — once your change is merged into `master`.
28 …* ... Don't update the wiki until your change is merged and released, but make a note in your pull…
/plugin/findologicxmlexport/vendor/jms/metadata/
DCONTRIBUTING.md24 New features without tests can't be merged.
39 ## Getting merged
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php175 …$merged = PredictionContext::merge($existing->context, $config->context, $rootIsWildcard, $mergeCa…
191 $existing->context = $merged;
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
DCONTRIBUTING.md34 won't be merged.
/plugin/xlsx2dw/
DREADME.md4 The plugin keeps the styles, merged cells and colors of your original table.
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
Dindex.rst55 satisfying this requirement won’t be merged.
/plugin/dokucrypt2/
DOLDER_VERSIONS.md9 NOTE: This fix was merged into Dokuwiki core as of Oct, 10 2019. So new versions of Dokuwiki releas…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
DChangeLog-2.2.md15 …nbergmann/php-code-coverage/pull/368): Blacklists and whitelists are not merged when merging data …
/plugin/dokucrypt3/
H A DREADME.md31 …o the way encryption is handled. The resulting pull request would not be merged into the base repo…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DTextStructureNamespace.asciidoc32 …aximum number of characters permitted in a single message when lines are merged to create messages…
/plugin/addnewpagedeluxe/
DREADME.md40 During this time, he merged several improvements and fixes contributed by these fine people:
/plugin/conflictmerger/
Daction.php108 * case, as the contents weren't merged, the revision to check conflicts
/plugin/addnewpage/
H A DREADME.md39 During this time, he merged several improvements and fixes contributed by these fine people:
/plugin/pot/
DREADME.md66 …* the general config settings will be merged ( overwritten ) by the page code (if set), and finall…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Ddeprecated.rst148 * ``\Twig\Loader\ExistsLoaderInterface`` (merged with ``\Twig\Loader\LoaderInterface``)
149 * ``\Twig\Loader\SourceContextLoaderInterface`` (merged with ``\Twig\Loader\LoaderInterface``)
/plugin/aichat/vendor/vanderlee/php-sentence/
DREADME.md74 of sentences tend to be merged with the preceding sentences. In most ordinary
/plugin/issuelinks/
Dstyle.less145 &.merged {
/plugin/siteexport/
DREADME.md164 mergehint | add hints about the merged content. It can be configured using the meta plugin and the …
177 …d submitted, that page will be generated with the options provided - and merged back up the list (…
/plugin/indexmenu/scripts/fancytree/skin-material/
Dui.fancytree.min.css6 …status-merged{text-align:center;font-style:italic;color:silver}table.fancytree-ext-table tr.fancyt…
/plugin/indexmenu/scripts/fancytree/skin-awesome/
Dui.fancytree.min.css6 …status-merged{text-align:center;font-style:italic;color:silver}table.fancytree-ext-table tr.fancyt…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dcollection.js1865 assert.equal(options.changes.merged.length, 2);
1910 assert.deepEqual(changed.merged, []);
1923 assert.deepEqual(changed.merged, []);
1963 assert.equal(changed.merged.length, 0);
1990 var mergedModels = options.changes.merged;
2004 var mergedModels = options.changes.merged;

12345