Home
last modified time | relevance | path

Searched refs:count (Results 326 – 350 of 2539) sorted by relevance

1...<<11121314151617181920>>...102

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIfNode.php37 for ($i = 0, $count = \count($this->getNode('tests')); $i < $count; $i += 2) {
/plugin/authyubikey/
H A Dauth.php.org176 if(!is_array($changes) || !count($changes)) return true;
229 // reload the user list and count the difference
230 $count = count($this->users);
232 $count -= count($this->users);
233 return $count;
248 if(!count($filter)) return count($this->users);
250 $count = 0;
254 $count += $this->_filter($user, $info);
257 return $count;
277 $count = 0;
[all …]
/plugin/accscounter/syntax/
H A Dpopularity.php103 $count = rtrim($array[0]);
114 $counters[$page] = $count;
128 foreach ($counters as $page=>$count) {
133 $renderer->cdata('(' . $count . ')');
/plugin/multiselect/
H A Daction.php60 $count = preg_match_all('$<pagemod[\w\W]*?</pagemod>$', $data, $range_delemiters);
62 if($count) {
83 $found_counter += count($found)-1;
97 if ($smileycount < count($newsmileys)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php57 $key = count($cache[self::VARIABLE]);
62 $n = max(count($x), count($y), count($m));
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php112 if (\count($m[0]) === 0) {
119 // count(array_count_values()) is faster then count(array_unique())
122 $differentLineEndings = \count(\array_count_values($m[0]));
130 $linesCount = \count($lines);
142 $c = \count($pieces);
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php81 $count = 1;
83 if (self::isLastPart($length, $flags, $limit, $count)) {
102 * @param $count
105 private static function isLastPart($length, $flags, $limit, &$count) argument
113 && ++$count > $limit;
/plugin/linkback/
H A Dhelper.php103 $count = 0;
113 for ($i = count($lines) - 1; $i >= 0; $i--) {
120 $count++;
122 if ($count >= $num) {
/plugin/jsonrpc/
H A DIJR_Message.php144 if (count($this->_arraystructs) > 0) {
145 if ($this->_arraystructstypes[count($this->_arraystructstypes)-1] == 'struct') {
146 …$this->_arraystructs[count($this->_arraystructs)-1][$this->_currentStructName[count($this->_curren…
148 $this->_arraystructs[count($this->_arraystructs)-1][] = $value;
/plugin/editsections2/
H A Daction.php127 for ($i = 1, $i_max = count($markers); $i < $i_max; $i++) {
168 for ($i = 0, $i_max = count($calls); $i < $i_max; $i++) {
186 $i_max = count($this->section_levels);
216 for ($i = 0, $i_max = count($calls); $i < $i_max; $i++) {
222 $section_count = count($sections);
/plugin/dbquery/syntax/
H A Dquery.php58 …if (count($result) === 1 && isset($result[0]['status']) && isset($qdata['codeblocks'][$result[0]['…
95 if (!count($result)) {
135 if (!count($result)) {
140 $width = count($result[0]);
141 $height = count($result);
/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php113 count($this->readers) >= $this->uncompressionLevel
140 $this->readers[count($this->readers)] =& $this->source;
175 $this->source =& $this->readers[count($this->readers)-1];
176 unset($this->readers[count($this->readers)-1]);
259 for ($i=0; $i<count($this->readers); ++$i) {
263 for ($i=0; $i<count($this->toClose); ++$i) {
/plugin/chat/
H A Dajax.php10 if(!count($_POST) && $HTTP_RAW_POST_DATA){
90 if (count($files) > 1) {
91 $file = $files[mt_rand(0,count($files)-1)];
108 $color = count($lines) % 2 == 0 ? 0 : 1;
110 for ($i = 0; $i < count($lines); $i++) {
159 if ($i+1 < count($lines)) {
/plugin/odt/ODT/
H A Dstyleset.php195 for ($index = 0 ; $index < count($dest) ; $index++) {
219 for ($index = 0 ; $index < count($dest) ; $index++) {
293 return count($this->styles);
295 return count($this->auto_styles);
297 return count($this->master_styles);
307 for ($index = 0 ; $index < count($this->styles) ; $index++) {
/plugin/const/
H A Daction.php75 if (count($item) === 2) {
154 if (count($item) === 2) {
180 for ($l = 0; $l < count($wikified); $l++) {
231 $count = count($calls);
235 for ($i = 0; $i < $count; $i++) {
/plugin/aichat/
H A DEmbeddings.php223 '{id} split into {count} chunks',
224 ['id' => $page, 'count' => count($chunkList)]
259 'Fetched {count} similar chunks from store in {time} seconds',
260 ['count' => count($chunks), 'time' => $this->timeSpent]
271 $chunkSize = count($this->getTokenEncoder()->encode($chunk->getText()));
298 $slen = count($tiktok->encode($sentence));
321 $chunklen = count($tiktok->encode($chunk));
342 while (count(
[all...]
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php114 if (count($parts) === 2) {
117 $missing = 8 - count($before) - count($after);
127 if (count($chunks) === 8) {
163 if (count($bytes) === 16) {
195 if (count($words) === 8) {
461 for ($i = count($words) - 1; $i >= 0; --$i) {
486 for ($i = count($words) - 1; $i >= 0; --$i) {
/plugin/latexcaption/syntax/
H A Dcaption.php89 $label = count($match_arr) == 2 ? $match_arr[1] : '';
94 $opts = count($match_arr) == 2 ? $match_arr[1] : '';
249 $count = $params['type_counter'];
266 $markup .= '('.$this->helper->number_to_alphabet($count).') ';
269 $markup .= $this->getLang($type.$langset).' '. $count.$separator;
351 $count = $params['type_counter'];
358 $labelname = ($label ? $label : 'ref'.$style_name.$count);
364 $out .= ' ' . $count . '</text:sequence>: ';
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php169 for ($i = 0, $max = count($rule->getChildren()); $i < $max; ++$i) {
236 while (0 < count($this->_todo)) {
283 count($inprogress) - 1
288 count($already) - 1
388 count($inprogress) - 1
393 count($already) - 1
402 $rand = $uncovered[rand(0, count($uncovered) - 1)];
432 for ($i = count($children) - 1; $i >= 0; --$i) {
539 } while (0 < count($this->_trace) && false === $found);
597 for ($i = count($children) - 1; $i >= 0 && true === $isCovered; --$i) {
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DTextTest.php86 $this->assertEquals(1, count($vcard->validate()));
88 $this->assertEquals(1, count($vcard->N->getParts()));
92 $this->assertEquals(5, count($vcard->N->getParts()));
/plugin/authldaplocal/
H A Dauth.php411 if(!is_array($changes) || !count($changes)) return true;
469 $count = count($this->users);
471 $count -= count($this->users);
472 return $count;
485 if(!count($filter)) return count($this->users);
487 $count = 0;
491 $count += $this->_filter($user, $info);
494 return $count;
512 $count = 0;
520 $count++;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php43 $this->assertEquals(1, count($data), 'We expected 1 \'d:prop\' element');
46 $this->assertEquals(1, count($data), 'We expected 1 \'d:supported-method-set\' element');
49 $this->assertEquals(1, count($data), 'We expected 1 \'d:status\' element');

1...<<11121314151617181920>>...102