| /plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/ |
| D | MemoryEfficientLongestCommonSubsequenceImplementation.php | 44 $fromStart = \array_slice($from, 0, $i); 45 $fromEnd = \array_slice($from, $i); 60 $toStart = \array_slice($to, 0, $jMax); 61 $toEnd = \array_slice($to, $jMax);
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/ |
| D | Barrett.php | 102 $lsd = array_slice($n, 0, $cutoff); // m.length + (m.length >> 1) 103 $msd = array_slice($n, $cutoff); // m.length >> 1 113 $temp = array_slice($n[self::VALUE], $m_length - 1); 119 $temp = array_slice($temp[self::VALUE], ($m_length >> 1) + 1); 180 $temp = array_slice($x, $n_length - 1); 184 $temp = array_slice($temp[self::VALUE], $n_length + 1); 187 $result = array_slice($x, 0, $n_length + 1);
|
| /plugin/mediasyntax/ |
| D | helper.php | 195 $ins_start = array_slice($ins, 0, $i + 1); 196 $ins_end = array_slice($ins, $i + 1); 221 $ins_start = array_slice($ins, 0, $i + 1); 222 $ins_end = array_slice($ins, $i + 1); 255 $ins_start = array_slice($ins, 0, $i + 1); 256 $ins_end = array_slice($ins, $i + 1); 561 $ins = array_slice($ins, $offset, $end); 579 $ins = array_slice($ins, 0, $first_sect);
|
| /plugin/ipban/ip-lib/src/Range/ |
| D | Pattern.php | 86 $fixedBytes = array_slice($fromAddress->getBytes(), 0, -$asterisksCount); 97 $fixedWords = array_slice($fromAddress->getWords(), 0, -$asterisksCount); 121 $chunks = array_slice($chunks, 0, -$this->asterisksCount); 128 $chunks = array_slice($chunks, 0, -$this->asterisksCount); 135 $bytes = array_slice($bytes, 0, -$this->asterisksCount * 2);
|
| /plugin/bloglinks/ |
| D | action.php | 128 list ($next, $cur, $prev) = array_slice($entries, $curIndex -1, 3); 130 list ($cur, $prev) = array_slice($entries, $curIndex, 2); 132 list ($next, $cur) = array_slice($entries, $curIndex -1, 2);
|
| /plugin/siteexport/syntax/ |
| D | toc.php | 383 return array_slice($instr, 1, -1); 456 … $returnInstructions = array_merge($returnInstructions, array_slice($existing, 0, $existingStart)); 460 $currentSlice = array_slice($existing, $existingStart, $existingEnd-$existingStart); 466 $newSlice = array_slice($newInstructions, $newStart, $newEnd-$newStart); 487 … $returnInstructions = array_merge($returnInstructions, array_slice($existing, $existingStart)); 493 ($tmp1 = array_slice($newInstructions, -1)) 498 ($tmp2 = array_slice($newInstructions, -2)) 506 ($tmp3 = array_slice($returnInstructions, -1)) 511 ($tmp4 = array_slice($returnInstructions, -2))
|
| /plugin/talkpage/ |
| D | action.php | 41 $event->data['items'] = array_slice($event->data['items'], 0, 1, true) + 43 array_slice($event->data['items'], 1, null, true);
|
| /plugin/folded/ |
| D | action.php | 56 $event->data['items'] = array_slice($event->data['items'], 0, -1, true) + 64 array_slice($event->data['items'], -1 , 1, true);
|
| /plugin/pagestat/ |
| D | action.php | 69 $event->data['items'] = array_slice($event->data['items'], 0, -1, true) + 71 array_slice($event->data['items'], -1, 1, true);
|
| /plugin/userpage/ |
| D | action.php | 68 $event->data['items'] = array_slice($event->data['items'], 0, 1, true) + 70 array_slice($event->data['items'], 1, null, true);
|
| /plugin/judge/ |
| D | action.php | 58 $event->data['items'] = array_slice($event->data['items'], 0, -1, true) 60 + array_slice($event->data['items'], -1, 1, true); 141 $event->data['items'] = array_slice($event->data['items'], 0, -1, true) + 149 array_slice($event->data['items'], -1, 1, true);
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/ |
| D | Encoder.php | 49 $rawDictionaryLines = array_slice($lines, 1, count($lines), true); 233 ...array_slice($word, $i, null, true), 238 $slicer = $i > $j || 0 === $j ? [] : array_slice($word, $i, $j - $i, true); 281 $slicedArray = array_slice($array, $fromIndex, preserve_keys: true);
|
| /plugin/gallery/classes/ |
| D | AbstractGallery.php | 76 $images = array_slice($images, $this->options->offset); 79 $images = array_slice($images, 0, $this->options->limit);
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/ |
| H A D | MockSyncCollection.php | 144 $modified = array_slice($modified, 0, $left); 149 $deleted = array_slice($deleted, 0, $left);
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | slice.rst | 43 The ``slice`` filter works as the `array_slice`_ PHP function for arrays and 69 .. _`array_slice`: https://secure.php.net/array_slice target
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/ |
| D | LongestCommonSubsequenceTest.php | 145 $to = \array_slice($from, 0, 1); 156 $to = \array_slice($from, (int) $size / 2, 1); 167 $to = \array_slice($from, $size - 1, 1);
|
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
| D | XML.php | 159 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1)); 198 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1)); 233 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1)); 260 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1)); 518 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1)); 558 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1)); 566 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
|
| /plugin/rowmove/ |
| D | action.php | 105 $copy1 = array_slice($zeilen,reset($key1),count($key1)); 106 $copy2 = array_slice($zeilen,reset($key2),count($key2));
|
| /plugin/dwedit/ |
| D | action.php | 103 $event->data['items'] = array_slice($event->data['items'], 0, 1, true) + 104 array('dwedit' => $link) + array_slice($event->data['items'], 1, NULL, true);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
| H A D | Dn.php | 20 use function array_slice; alias 80 return new Dn(implode(',', array_slice((array) $this->pieces, 1)));
|
| /plugin/log/ |
| D | syntax.php | 74 $instructions = array_slice($instructions, $start, $i - $start + 1); 80 $instructions = array_slice($instructions, $start, $i - $start);
|
| /plugin/gtime/gtlib/tsp/ |
| D | GTPublicationsFile.php | 387 $bytes = array_slice($this->content, $this->signatureBlockBegin, 391 $data = array_slice($this->content, 0, $this->signatureBlockBegin); 535 … $bytes = array_slice($this->content, $offset, self::TIME_SIZE + 1 + $hashAlgorithm->getLength()); 555 $bytes = array_slice($this->content, $offset, $hashLength);
|
| /plugin/odt/action/ |
| D | export.php | 60 $event->data['items'] = array_slice($event->data['items'], 0, -1, true) + 68 array_slice($event->data['items'], -1, 1, true); 87 $event->data['items'] = array_slice($event->data['items'], 0, -1, true) + 95 array_slice($event->data['items'], -1, 1, true);
|
| /plugin/combo/ComboStrap/ |
| H A D | Canonical.php | 132 $names = array_slice($names, $namesLength - $canonicalLastNamesCount); 144 $names = array_slice($names, 0, $namesLength - 1);
|
| /plugin/pureldap/ |
| H A D | auth.php | 84 return array_slice( 97 return array_slice($this->client->getCachedGroups(), $start, $limit);
|