/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | merge.test | 2 "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 D | editor.js | 82 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 D | merge.rst | 1 ``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 D | index.rst | 23 merge
|
/plugin/aichat/vendor/vanderlee/php-sentence/src/ |
H A D | Sentence.php | 191 $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 D | merge.test.php | 37 $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 D | Template.php | 80 * @param bool $merge 82 public function setVar(array $values, $merge = TRUE) argument 84 if (!$merge || empty($this->values)) {
|
/plugin/virtualkeyboard/vk/extensions/ |
H A D | objectextensions.js | 42 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 D | objectextensions.js | 7 …merge=function(i,I){try{var l=new i.constructor();}catch(e){return null}try{if(isUndefined(I))I=tr…
|
/plugin/conflictmerger/ |
H A D | action.php | 111 * 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 D | MergeableInterface.php | 9 public function merge(MergeableInterface $object): void; function
|
H A D | MergeableClassMetadata.php | 9 public function merge(MergeableInterface $object): void function in Metadata\\MergeableClassMetadata
|
/plugin/commonmark/vendor/league/commonmark/src/Util/ |
H A D | ConfigurationInterface.php |
|
H A D | Configuration.php |
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/ |
H A D | MergeableClassMetadataTest.php | 27 $parentMetadata->merge($childMetadata);
|
/plugin/findologicxmlexport/vendor/jms/metadata/ |
H A D | CONTRIBUTING.md | 5 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 D | NOTICE | 36 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 D | FrameImpl.java | 29 void merge(Frame frame) { in merge() method in FrameImpl
|
H A D | Region.java | 115 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 D | README.md | 162 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><toc notoc merge></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 D | LICENSE.txt | 8 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 D | CodeCoverageTest.php | 315 $coverage->merge($this->getCoverageForBankAccountForLastTwoTests()); 330 $coverage->merge($this->getCoverageForBankAccount());
|
/plugin/git/syntax/ |
H A D | remotestatus.php | 136 $renderer->doc .= ' <input type="submit" name="cmd[merge]" value="Merge All" />';
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | BigQueryReservation.php | 209 ],'merge' => [ 210 'path' => 'v1/{+parent}/capacityCommitments:merge',
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/ |
H A D | PredictionContext.php | 128 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...] |