Home
last modified time | relevance | path

Searched refs:merge (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dmerge.test2 "merge" filter
4 {{ items|merge({'bar': 'foo'})|join }}
5 {{ items|merge({'bar': 'foo'})|keys|join }}
6 {{ {'bar': 'foo'}|merge(items)|join }}
7 {{ {'bar': 'foo'}|merge(items)|keys|join }}
8 {{ numerics|merge([4, 5, 6])|join }}
9 {{ traversable.a|merge(traversable.b)|join }}
/plugin/edittable/script/
H A Deditor.js82 var merge = {};
83 merge.row = row;
84 merge.col = col;
85 merge.rowspan = meta[row][col].rowspan;
86 merge.colspan = meta[row][col].colspan;
87 merges.push(merge);
104 return merges.some(function (merge) { argument
105 … return (merge[direction] < target && target < merge[direction] + merge[direction + 'span']);
321 … for (var merge = 0; merge < this.mergeCells.mergedCellInfoCollection.length; merge += 1) {
322 row = this.mergeCells.mergedCellInfoCollection[merge].row;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst1 ``merge``
4 The ``merge`` filter merges an array with another array:
10 {% set values = values|merge(['apple', 'orange']) %}
16 The ``merge`` filter also works on hashes:
22 {% set items = items|merge({ 'peugeot': 'car', 'renault': 'car' }) %}
39 {% set items = { 'apple': 'unknown' }|merge(items) %}
H A Dindex.rst23 merge
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php191 $merge = '';
198 $merge .= $punctuation;
201 $merges[] = $merge;
202 $merge = '';
206 $merges[] = $merge;
207 $merge = '';
213 if (!empty($merge)) {
214 $merges[] = $merge;
243 // merge previous fragment with this
/plugin/conflictmerger/tests/
H A Dmerge.test.php37 $this->assertTrue($this->action->merge($this->id, $old, $mine, $yours, $result));
51 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
65 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
83 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
103 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php80 * @param bool $merge
82 public function setVar(array $values, $merge = TRUE) argument
84 if (!$merge || empty($this->values)) {
/plugin/virtualkeyboard/vk/extensions/
H A Dobjectextensions.js42 Object.prototype.merge = function (obj, overwrite) {
55 else if ('object' == typeof obj[i]) this[i].merge(obj[i], overwrite);
/plugin/indexmenu2/cms/extensions/
H A Dobjectextensions.js7merge=function(i,I){try{var l=new i.constructor();}catch(e){return null}try{if(isUndefined(I))I=tr…
/plugin/conflictmerger/
H A Daction.php111 * appear, although a successful one. Once a successful merge form appears,
239 if ($this->merge($ID, rawWiki($ID, $DATE), $text, rawWiki($ID, ''), $result)) {
305 function merge( $id, $old, $mine, $yours, &$result ) { function in action_plugin_conflictmerger
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMergeableInterface.php9 public function merge(MergeableInterface $object): void; function
H A DMergeableClassMetadata.php9 public function merge(MergeableInterface $object): void function in Metadata\\MergeableClassMetadata
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfigurationInterface.php
H A DConfiguration.php
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMergeableClassMetadataTest.php27 $parentMetadata->merge($childMetadata);
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md5 Before we can merge your Pull-Request here are some guidelines that you need to follow.
30 If you break the tests, we cannot merge your code,
/plugin/sequencediagram/bower_components/snap.svg/
H A DNOTICE36 without limitation the rights to use, copy, modify, merge, publish,
63 without limitation the rights to use, copy, modify, merge, publish,
89 copy, modify, merge, publish, distribute, sublicense, and/or sell
118 without limitation the rights to use, copy, modify, merge, publish,
146 without limitation the rights to use, copy, modify, merge, publish,
175 without limitation the rights to use, copy, modify, merge, publish,
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DFrameImpl.java29 void merge(Frame frame) { in merge() method in FrameImpl
H A DRegion.java115 boolean merge(int x, int y) { in merge() method in Region
135 boolean merge(Region region) { in merge() method in Region
/plugin/siteexport/
H A DREADME.md162 merge | this will merge all the defined documents from the TOC into the current document.
163 mergeheader | this will, as addition to merge, merge all headers starting with the first document (…
167 You have to define the options like this: <code>&lt;toc notoc merge&gt;</code>
185 * This will actually create a `<toc>` internally, using the options `merge` and `mergeheader`
192 * `mergehint=false` - disable the addition of merge hints
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php315 $coverage->merge($this->getCoverageForBankAccountForLastTwoTests());
330 $coverage->merge($this->getCoverageForBankAccount());
/plugin/git/syntax/
H A Dremotestatus.php136 $renderer->doc .= ' <input type="submit" name="cmd[merge]" value="Merge All" />';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigQueryReservation.php209 ],'merge' => [
210 'path' => 'v1/{+parent}/capacityCommitments:merge',
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContext.php128 public static function merge( function in Antlr\\Antlr4\\Runtime\\PredictionContexts\\PredictionContext
174 * Stack tops equal, parents merge is same; return left graph.
176 * Same stack top, parents differ; merge parents giving array node, then
190 * @param bool $rootIsWildcard `true` if this is a local-context merge,
191 * otherwise false to indicate a full-context merge
228 $parent = self::merge($a->parent, $b->parent, $rootIsWildcard, $mergeCache);
282 // parents differ and can't merge them. Just pack together
283 // into array; can't merge.
312 * These local-context merge operations are used when `rootIsWildcard`
325 * Special case of last merge i
[all...]

12345678910>>...20