Home
last modified time | relevance | path

Searched refs:newCollection (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/analysis/standard/
H A DStandardAnalyzerTest.cpp26 …checkAnalyzesTo(sa, L"ab cd toolong xy z", newCollection<String>(L"ab", L"cd", L"xy", L"z"), newCo… in TEST_F()
39 checkAnalyzesTo(sa, L"B2B", newCollection<String>(L"b2b")); in TEST_F()
40 checkAnalyzesTo(sa, L"2B", newCollection<String>(L"2b")); in TEST_F()
94 …_NO_THROW(checkAnalyzesTo(sa, L"www.nutch.org.", newCollection<String>(L"www.nutch.org"), newColle… in TEST_F()
98 …T_NO_THROW(checkAnalyzesTo(sa, L"www.nutch.org.", newCollection<String>(L"wwwnutchorg"), newCollec… in TEST_F()
102 …_NO_THROW(checkAnalyzesTo(sa, L"www.nutch.org.", newCollection<String>(L"www.nutch.org"), newColle… in TEST_F()
147 checkAnalyzesTo(sa, L"C#", newCollection<String>(L"c")); in TEST_F()
152 …checkAnalyzesTo(sa, L"2004.jpg", newCollection<String>(L"2004.jpg"), newCollection<String>(L"<HOST… in TEST_F()
157 … checkAnalyzesTo(sa, L"62.46", newCollection<String>(L"62.46"), newCollection<String>(L"<HOST>")); in TEST_F()
162 …checkAnalyzesTo(sa, L"978-0-94045043-1", newCollection<String>(L"978-0-94045043-1"), newCollection in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DSimpleExplanationsTest.cpp130 qtest(q, newCollection<int32_t>(3)); in TEST_F()
140 qtest(q, newCollection<int32_t>(1, 3)); in TEST_F()
146 qtest(q, newCollection<int32_t>(0, 2)); in TEST_F()
167 qtest(q, newCollection<int32_t>(0)); in TEST_F()
174 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
181 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
214 q->add(ta(newCollection<String>(L"w1"))); in TEST_F()
221 q->add(ta(newCollection<String>(L"w1"))); in TEST_F()
237 qtest(q, newCollection<int32_t>(0)); in TEST_F()
318 qtest(q, newCollection<int32_t>(0, 1)); in TEST_F()
[all …]
H A DSimpleExplanationsOfNonMatchesTest.cpp139 qtest(q, newCollection<int32_t>(3)); in TEST_F()
149 qtest(q, newCollection<int32_t>(1, 3)); in TEST_F()
155 qtest(q, newCollection<int32_t>(0, 2)); in TEST_F()
176 qtest(q, newCollection<int32_t>(0)); in TEST_F()
183 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
190 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
223 q->add(ta(newCollection<String>(L"w1"))); in TEST_F()
230 q->add(ta(newCollection<String>(L"w1"))); in TEST_F()
246 qtest(q, newCollection<int32_t>(0)); in TEST_F()
327 qtest(q, newCollection<int32_t>(0, 1)); in TEST_F()
[all …]
H A DComplexExplanationsOfNonMatchesTest.cpp122 qtest(q, newCollection<int32_t>(0, 1, 2)); in TEST_F()
163 qtest(q, newCollection<int32_t>(0, 1, 2)); in TEST_F()
183 bqtest(q, newCollection<int32_t>(3)); in TEST_F()
191 bqtest(q, newCollection<int32_t>(0, 2, 3)); in TEST_F()
196 q->add(ta(newCollection<String>(L"w1"))); in TEST_F()
197 q->add(ta(newCollection<String>(L"w2"))); in TEST_F()
200 bqtest(q, newCollection<int32_t>(0, 1, 2)); in TEST_F()
232 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
244 bqtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
263 qtest(q, newCollection<int32_t>(0, 1, 3)); in TEST_F()
[all …]
H A DComplexExplanationsTest.cpp113 qtest(q, newCollection<int32_t>(0, 1, 2)); in TEST_F()
154 qtest(q, newCollection<int32_t>(0, 1, 2)); in TEST_F()
174 bqtest(q, newCollection<int32_t>(3)); in TEST_F()
182 bqtest(q, newCollection<int32_t>(0, 2, 3)); in TEST_F()
187 q->add(ta(newCollection<String>(L"w1"))); in TEST_F()
188 q->add(ta(newCollection<String>(L"w2"))); in TEST_F()
191 bqtest(q, newCollection<int32_t>(0, 1, 2)); in TEST_F()
223 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
235 bqtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
254 qtest(q, newCollection<int32_t>(0, 1, 3)); in TEST_F()
[all …]
H A DSortTest.cpp62 data[10] = newCollection<String>(L"W", L"g", L"1", L"", L"", L"", L"", L"", L"", L""); in SortTest()
883 Collection< Collection<uint8_t> > tfcOptions = newCollection< Collection<uint8_t> >( in TEST_F()
884 newCollection<uint8_t>(false, false, false), in TEST_F()
885 newCollection<uint8_t>(false, false, true), in TEST_F()
886 newCollection<uint8_t>(false, true, false), in TEST_F()
887 newCollection<uint8_t>(false, true, true), in TEST_F()
888 newCollection<uint8_t>(true, false, false), in TEST_F()
889 newCollection<uint8_t>(true, false, true), in TEST_F()
890 newCollection<uint8_t>(true, true, false), in TEST_F()
891 newCollection<uint8_t>(true, true, true) in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/util/
H A DNumericUtilsTest.cpp288 newCollection<int32_t>(0) in TEST_F()
292 newCollection<int32_t>(0) in TEST_F()
296 newCollection<int32_t>(0) in TEST_F()
300 newCollection<int32_t>(0) in TEST_F()
304 newCollection<int32_t>(0) in TEST_F()
308 newCollection<int32_t>(0) in TEST_F()
313 newCollection<int32_t>(4) in TEST_F()
323 newCollection<int32_t>(0) in TEST_F()
327 newCollection<int32_t>(0) in TEST_F()
496 newCollection<int32_t>(0) in TEST_F()
[all …]
H A DSortedVIntListTest.cpp125 tstInts(newCollection<int32_t>(0)); in TEST_F()
129 tstInts(newCollection<int32_t>(0, VB2 - 1)); in TEST_F()
133 tstInts(newCollection<int32_t>(0, VB2)); in TEST_F()
137 tstInts(newCollection<int32_t>(0, VB2 + 1)); in TEST_F()
157 tstInts(newCollection<int32_t>(0, VB3)); in TEST_F()
161 tstInts(newCollection<int32_t>(1, VB3 + 2)); in TEST_F()
165 tstInts(newCollection<int32_t>(2, VB3 + 4)); in TEST_F()
169 tstInts(newCollection<int32_t>(0, VB4 + 1)); in TEST_F()
173 tstInts(newCollection<int32_t>(1, VB4 + 1)); in TEST_F()
177 tstInts(newCollection<int32_t>(2, VB4 + 1)); in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/analysis/
H A DMappingCharFilterTest.cpp61 …checkTokenStreamContents(ts, newCollection<String>(L"x"), newCollection<int32_t>(0), newCollection in TEST_F()
67 …checkTokenStreamContents(ts, newCollection<String>(L"i"), newCollection<int32_t>(0), newCollection in TEST_F()
73 …checkTokenStreamContents(ts, newCollection<String>(L"jj"), newCollection<int32_t>(0), newCollectio… in TEST_F()
79 …checkTokenStreamContents(ts, newCollection<String>(L"kkk"), newCollection<int32_t>(0), newCollecti… in TEST_F()
85 …checkTokenStreamContents(ts, newCollection<String>(L"llll"), newCollection<int32_t>(0), newCollect… in TEST_F()
91 …checkTokenStreamContents(ts, newCollection<String>(L"a"), newCollection<int32_t>(0), newCollection in TEST_F()
97 …checkTokenStreamContents(ts, newCollection<String>(L"b"), newCollection<int32_t>(0), newCollection in TEST_F()
103 …checkTokenStreamContents(ts, newCollection<String>(L"cc"), newCollection<int32_t>(0), newCollectio… in TEST_F()
133 newCollection<int32_t>(0, 2, 4, 6, 8, 11, 16, 20), in TEST_F()
134 newCollection<int32_t>(1, 3, 5, 7, 10, 15, 19, 22)); in TEST_F()
[all …]
H A DAnalyzersTest.cpp38 checkAnalyzesTo(a, L"U.S.A.", newCollection<String>(L"u", L"s", L"a")); in TEST_F()
39 checkAnalyzesTo(a, L"C++", newCollection<String>(L"c")); in TEST_F()
40 checkAnalyzesTo(a, L"B2B", newCollection<String>(L"b", L"b")); in TEST_F()
41 checkAnalyzesTo(a, L"2B", newCollection<String>(L"b")); in TEST_F()
42 checkAnalyzesTo(a, L"\"QUOTED\" word", newCollection<String>(L"quoted", L"word")); in TEST_F()
49 checkAnalyzesTo(a, L"foo.bar.FOO.BAR", newCollection<String>(L"foo.bar.FOO.BAR")); in TEST_F()
50 checkAnalyzesTo(a, L"U.S.A.", newCollection<String>(L"U.S.A.")); in TEST_F()
51 checkAnalyzesTo(a, L"C++", newCollection<String>(L"C++")); in TEST_F()
52 checkAnalyzesTo(a, L"B2B", newCollection<String>(L"B2B")); in TEST_F()
53 checkAnalyzesTo(a, L"2B", newCollection<String>(L"2B")); in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/spans/
H A DSpanExplanationsTest.cpp33 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
39 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
55 qtest(q, newCollection<int32_t>(2)); in TEST_F()
66 qtest(q, newCollection<int32_t>(2)); in TEST_F()
96 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
101 qtest(q, newCollection<int32_t>(2)); in TEST_F()
106 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
111 qtest(q, newCollection<int32_t>(2)); in TEST_F()
121 qtest(q, newCollection<int32_t>(2, 3)); in TEST_F()
126 qtest(q, newCollection<int32_t>(2)); in TEST_F()
[all …]
H A DFieldMaskingSpanQueryTest.cpp207 check(q, newCollection<int32_t>(1, 2)); in TEST_F()
209 check(q, newCollection<int32_t>(1, 2)); in TEST_F()
216 check(q, newCollection<int32_t>(0, 2)); in TEST_F()
218 check(q, newCollection<int32_t>(0, 2)); in TEST_F()
220 check(q, newCollection<int32_t>(0, 2)); in TEST_F()
222 check(q, newCollection<int32_t>(0, 2)); in TEST_F()
229 check(q, newCollection<int32_t>(2, 4)); in TEST_F()
231 check(q, newCollection<int32_t>(2, 4)); in TEST_F()
278 check(qA, newCollection<int32_t>(0, 1, 2, 4)); in TEST_F()
279 check(qB, newCollection<int32_t>(0, 1, 2, 4)); in TEST_F()
[all …]
H A DSpansTest.cpp140 orderedSlopTest3(0, newCollection<int32_t>(0)); in TEST_F()
144 orderedSlopTest3(1, newCollection<int32_t>(0, 1)); in TEST_F()
148 orderedSlopTest3(2, newCollection<int32_t>(0, 1, 2)); in TEST_F()
152 orderedSlopTest3(3, newCollection<int32_t>(0, 1, 2, 3)); in TEST_F()
156 orderedSlopTest3(4, newCollection<int32_t>(0, 1, 2, 3)); in TEST_F()
164 orderedSlopTest3Equal(1, newCollection<int32_t>(1)); in TEST_F()
168 orderedSlopTest3Equal(2, newCollection<int32_t>(1)); in TEST_F()
172 orderedSlopTest3Equal(3, newCollection<int32_t>(1, 3)); in TEST_F()
176 orderedSlopTest1Equal(0, newCollection<int32_t>(4)); in TEST_F()
180 orderedSlopTest1Equal(0, newCollection<int32_t>(4)); in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/contrib/analyzers/common/analysis/fa/
H A DPersianAnalyzerTest.cpp26 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
34 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
42 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
52 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
62 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
72 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
82 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
92 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
102 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
644 checkAnalyzesTo(a, L"English test.", newCollection<String>(L"english", L"test")); in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/contrib/analyzers/common/analysis/fr/
H A DFrenchAnalyzerTest.cpp20 checkAnalyzesTo(fa, L"chien chat cheval", newCollection<String>(L"chien", L"chat", L"cheval")); in TEST_F()
22 checkAnalyzesTo(fa, L"chien CHAT CHEVAL", newCollection<String>(L"chien", L"chat", L"cheval")); in TEST_F()
24 …checkAnalyzesTo(fa, L" chien ,? + = - CHAT /: > CHEVAL", newCollection<String>(L"chien", L"chat… in TEST_F()
26 checkAnalyzesTo(fa, L"chien++", newCollection<String>(L"chien")); in TEST_F()
28 … checkAnalyzesTo(fa, L"mot \"entreguillemet\"", newCollection<String>(L"mot", L"entreguillemet")); in TEST_F()
33 checkAnalyzesTo(fa, L"Jean-Fran\u00e7ois", newCollection<String>(L"jean", L"fran\u00e7ois")); in TEST_F()
43 …checkAnalyzesTo(fa, L"finissions souffrirent rugissante", newCollection<String>(L"fin", L"souffr",… in TEST_F()
51 newCollection<String>(L"33bis", L"1940-1945", L"1940", L"1945", L"i")); in TEST_F()
59 newCollection<String>(L"chien", L"chat", L"cheval")); in TEST_F()
69 checkAnalyzesToReuse(fa, L"habitable", newCollection<String>(L"habit")); in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/contrib/analyzers/common/analysis/ar/
H A DArabicAnalyzerTest.cpp21 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
28 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
35 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
42 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
49 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
56 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
63 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
70 checkAnalyzesTo(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
94 checkAnalyzesToReuse(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
101 checkAnalyzesToReuse(a, UTF8_TO_STRING(first), newCollection<String>(UTF8_TO_STRING(second))); in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/contrib/analyzers/common/analysis/cn/
H A DChineseTokenizerTest.cpp77 newCollection<String>( in TEST_F()
86 newCollection<int32_t>(0, 1, 2, 3, 4, 5, 6), in TEST_F()
87 newCollection<int32_t>(1, 2, 3, 4, 5, 6, 7)); in TEST_F()
100 newCollection<String>( in TEST_F()
105 newCollection<int32_t>(0, 1, 2), in TEST_F()
106 newCollection<int32_t>(1, 2, 3)); in TEST_F()
116 …checkAnalyzesTo(justTokenizer, UTF8_TO_STRING(input), newCollection<String>(UTF8_TO_STRING(token1)… in TEST_F()
120 checkAnalyzesTo(a, UTF8_TO_STRING(input), newCollection<String>(UTF8_TO_STRING(token1))); in TEST_F()
130 checkAnalyzesTo(chinese, L"This is a Test. b c d", newCollection<String>(L"test")); in TEST_F()
133 …checkAnalyzesTo(justTokenizer, L"This is a Test. b c d", newCollection<String>(L"this", L"is", L"a… in TEST_F()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DCollection.h199 Collection<TYPE> newCollection(const TYPE& a1) { in newCollection() function
206 Collection<TYPE> newCollection(const TYPE& a1, const TYPE& a2) { in newCollection() function
207 Collection<TYPE> result = newCollection(a1); in newCollection()
213 Collection<TYPE> newCollection(const TYPE& a1, const TYPE& a2, const TYPE& a3) { in newCollection() function
214 Collection<TYPE> result = newCollection(a1, a2); in newCollection()
221 Collection<TYPE> result = newCollection(a1, a2, a3); in newCollection()
228 Collection<TYPE> result = newCollection(a1, a2, a3, a4); in newCollection()
235 Collection<TYPE> result = newCollection(a1, a2, a3, a4, a5); in newCollection()
242 Collection<TYPE> result = newCollection(a1, a2, a3, a4, a5, a6); in newCollection()
249 Collection<TYPE> result = newCollection(a1, a2, a3, a4, a5, a6, a7); in newCollection()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/contrib/analyzers/common/analysis/fr/
H A DFrenchStemmer.cpp81 replaceFrom(R2, newCollection<String>(L"logies", L"logie"), L"log"); in step1()
83 replaceFrom(R2, newCollection<String>(L"ences", L"ence"), L"ent"); in step1()
95 deleteFrom(RV, newCollection<String>(L"ements", L"ement")); in step1()
105 replaceFrom(R0, newCollection<String>(L"eaux"), L"eau"); in step1()
107 replaceFrom(R1, newCollection<String>(L"aux"), L"al"); in step1()
111 deleteFrom(R2, newCollection<String>(L"eux")); in step1()
114 if (replaceFrom(RV, newCollection<String>(L"amment"), L"ant")) { in step1()
117 if (replaceFrom(RV, newCollection<String>(L"emment"), L"ent")) { in step1()
163 deleteFrom(R2, newCollection<String>(L"ions")); in step2b()
191 deleteFromIfPrecededIn(R2, newCollection<String>(L"ion"), RV, L"t"); in step4()
[all …]
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/queryparser/
H A DMultiFieldQueryParserTest.cpp134 Collection<String> fields = newCollection<String>(L"b", L"t"); in checkStopQueryEquals()
158 Collection<String> fields = newCollection<String>(L"b", L"t"); in TEST_F()
219 Collection<String> fields = newCollection<String>(L"b", L"t"); in TEST_F()
243 Collection<String> fields = newCollection<String>(L"b", L"t"); in TEST_F()
244 Collection<String> queries = newCollection<String>(L"one", L"two"); in TEST_F()
248 Collection<String> queries2 = newCollection<String>(L"+one", L"+two"); in TEST_F()
252 Collection<String> queries3 = newCollection<String>(L"one", L"+two"); in TEST_F()
260 Collection<String> queries5 = newCollection<String>(L"blah"); in TEST_F()
282 Collection<String> fields = newCollection<String>(L"b", L"t"); in TEST_F()
318 Collection<String> queries = newCollection<String>(L"one", L"two"); in TEST_F()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/
H A DCells.php314 $newCollection = clone $this;
316 $newCollection->parent = $parent;
317 if (($newCollection->currentCell !== null) && (is_object($newCollection->currentCell))) {
318 $newCollection->currentCell->attach($this);
322 $oldKeys = $newCollection->getAllCacheKeys();
323 $oldValues = $newCollection->cache->getMultiple($oldKeys);
325 $oldCachePrefix = $newCollection->cachePrefix;
328 $newCollection->cachePrefix = $newCollection->getUniqueID();
334 $stored = $newCollection->cache->setMultiple($newValues);
336 $newCollection->__destruct();
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Collection/
H A DCells.php316 $newCollection = clone $this;
318 $newCollection->parent = $parent;
319 if (($newCollection->currentCell !== null) && (is_object($newCollection->currentCell))) {
320 $newCollection->currentCell->attach($this);
324 $oldKeys = $newCollection->getAllCacheKeys();
325 $oldValues = $newCollection->cache->getMultiple($oldKeys);
327 $oldCachePrefix = $newCollection->cachePrefix;
330 $newCollection->cachePrefix = $newCollection->getUniqueID();
336 $stored = $newCollection->cache->setMultiple($newValues);
338 $newCollection->__destruct();
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/
H A DCells.php316 $newCollection = clone $this;
318 $newCollection->parent = $parent;
319 if (($newCollection->currentCell !== null) && (is_object($newCollection->currentCell))) {
320 $newCollection->currentCell->attach($this);
324 $oldKeys = $newCollection->getAllCacheKeys();
325 $oldValues = $newCollection->cache->getMultiple($oldKeys);
327 $oldCachePrefix = $newCollection->cachePrefix;
330 $newCollection->cachePrefix = $newCollection->getUniqueID();
336 $stored = $newCollection->cache->setMultiple($newValues);
338 $newCollection->__destruct();
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/
H A DCells.php314 $newCollection = clone $this;
316 $newCollection->parent = $parent;
317 if (($newCollection->currentCell !== null) && (is_object($newCollection->currentCell))) {
318 $newCollection->currentCell->attach($this);
322 $oldKeys = $newCollection->getAllCacheKeys();
323 $oldValues = $newCollection->cache->getMultiple($oldKeys);
325 $oldCachePrefix = $newCollection->cachePrefix;
328 $newCollection->cachePrefix = $newCollection->getUniqueID();
334 $stored = $newCollection->cache->setMultiple($newValues);
336 $newCollection->__destruct();
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Collection/
H A DCells.php316 $newCollection = clone $this;
318 $newCollection->parent = $parent;
319 if (($newCollection->currentCell !== null) && (is_object($newCollection->currentCell))) {
320 $newCollection->currentCell->attach($this);
324 $oldKeys = $newCollection->getAllCacheKeys();
325 $oldValues = $newCollection->cache->getMultiple($oldKeys);
327 $oldCachePrefix = $newCollection->cachePrefix;
330 $newCollection->cachePrefix = $newCollection->getUniqueID();
336 $stored = $newCollection->cache->setMultiple($newValues);
338 $newCollection->__destruct();
[all …]

12345678910>>...14