Home
last modified time | relevance | path

Searched refs:count (Results 601 – 625 of 2539) sorted by relevance

1...<<21222324252627282930>>...102

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DSniffingConnectionPool.php55 $size = count($this->connections);
84 $total = count($this->connections);
122 if (count($nodes) === 0) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php44 if (\count($precedencePredicates) !== 0) {
49 $reduced = $precedencePredicates[\count($precedencePredicates) - 1];
106 if (\count($operands) === 0) {
/plugin/pagelist/
H A Dsyntax.php57 $count = count($items);
58 for ($i = 0; $i < $count; $i++) {
/plugin/semanticdata/syntax/
H A Dtable.php149 if(!is_array($data['cols']) || !count($data['cols'])){
156 $cnth = count($data['headers']);
157 $cntf = count($data['cols']);
267 $R->tablecell_open(count($clist), 'center');
279 $text .= '<tr><th colspan="'.count($data['cols']).'">';
392 if(is_array($data['filter']) && count($data['filter'])){
/plugin/gemini/
H A Drenderer.php305 $count = count($this->linklist);
306 $count++;
307 $this->linklist[$count] = [
317 if ($url) $this->doc .= "[$count]";
321 $this->doc .= "[$count]";
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DMyanmar.php301 $count = count($info);
302 if (!$count) {
307 for ($i = 1; $i < $count; $i++) {
314 self::reordering_syllable($info, $GSUBdata, $last, $count);
321 while ($idx < count($info)) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php61 $totaladdnum += count($this->mpdf->PageLinks[$n]);
77 if (count($this->form->forms) > 0) {
86 if (count($this->form->form_radio_groups)) {
205 $annotsnum += count($this->mpdf->PageLinks[$n]);
224 if (count($this->form->forms) > 0) {
245 if (count($this->form->forms) > 0) {
/plugin/gdpr/
H A Dcli.php45 $this->log('info', count($pageChangelogs) . ' pages found.');
57 $this->log('info', count($mediaChangelogs) . ' media files found.');
/plugin/booking/_test/
H A Dhelper.test.php69 $this->assertSame(3, count($bookings));
80 $this->assertSame(2, count($bookings));
/plugin/html2pdf/html2pdf/html2ps/
H A Dlayout.vertical.php16 for ($cf = 0; $cf < count($floats); $cf++) {
29 for ($cf = 0; $cf < count($floats); $cf++) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractTermsAggregation.php20 public function setMinimumDocumentCount(int $count): self argument
22 return $this->setParam('min_doc_count', $count);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php70 if (!is_null($this->count)) {
71 return $this->counter < $this->count;
136 return !$this->count && !$this->until;
185 protected $count; variable in Sabre\\VObject\\Recur\\RRuleIterator
791 if (isset($dayHits[count($dayHits) + $offset])) {
792 $byDayResults[] = $dayHits[count($dayHits) + $offset];
843 $setPos = count($result)+($setPos+1);
/plugin/dokutranslate/
H A Daction.php41 for ($i = 0; $i < count($ins) - 1; $i++) {
67 for ($i = 0; $i < count($meta['current']); $i++) {
90 for ($i = 0; $i < count($meta['current']); $i++) {
247 $translateMeta = genMeta(count($data));
310 if ($parid >= count($separators) - 1) {
374 $length = count($event->data->calls);
513 $ret = sprintf($this->getLang('trans_percentage'), 25 * $total / count($meta));
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php70 if (!is_null($this->count)) {
71 return $this->counter < $this->count;
136 return !$this->count && !$this->until;
185 protected $count; variable in Sabre\\VObject\\Recur\\RRuleIterator
791 if (isset($dayHits[count($dayHits) + $offset])) {
792 $byDayResults[] = $dayHits[count($dayHits) + $offset];
843 $setPos = count($result)+($setPos+1);
/plugin/text/
H A Drenderer.php79 if ( count($this->footnotes) > 0 ) {
91 if (count($alt)) {
103 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
262 $id = count($this->footnotes)+1;
263 $this->footnotes[count($this->footnotes)] = $footnote;
267 $id = count($this->footnotes)+1;
268 $this->footnotes[count($this->footnotes)] = "@@FNT".($i);
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php70 if (!is_null($this->count)) {
71 return $this->counter < $this->count;
136 return !$this->count && !$this->until;
185 protected $count; variable in Sabre\\VObject\\Recur\\RRuleIterator
791 if (isset($dayHits[count($dayHits) + $offset])) {
792 $byDayResults[] = $dayHits[count($dayHits) + $offset];
843 $setPos = count($result)+($setPos+1);
/plugin/database2/
H A Ddatabase2.php1275 if ( count( $nav ) )
2223 if ( $i < $count )
2241 if ( count( $skips ) <= 1 )
2285 if ( $count === 1 )
2290 $stat = sprintf( $this->getLang( 'recnummultipage' ), $count, count( $skips ) );
2298 if ( $size >= $count )
3190 $count = 0;
3193 $count++;
3197 if ( $count & 1 )
3966 if ( count( $uniques ) )
[all …]
/plugin/refnotes/
H A Dnote.php15 private $count; variable in refnotes_note_block_iterator
23 $this->count = 0;
35 ++$this->count;
45 return parent::valid() && (($this->limit == 0) || ($this->count <= $this->limit));
/plugin/dokukiwix/
H A Dscript.js16 this.count = 0;
66 pl_dokukiwix.count = 0;
81 pl_dokukiwix.count = pl_dokukiwix.pages.length;
163 …okukiwix_status('Generating '+pl_dokukiwix.page+' ('+pl_dokukiwix.done+'/'+pl_dokukiwix.count+')');
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php76 if ($this->pos+1 < count($this->files) && !$this->fromSource) {
101 $this->pos = count($this->files)-1;
141 if ($length > 0 && $this->pos+1 < count($this->files)) {
168 if ($length >= 0 && $this->pos+1 < count($this->files)) {
/plugin/creole/helper/
H A Deventhandler.php153 $q_max = count(self::$queue);
155 for ( $cb_index = 0 ; $cb_index < count (self::$callbacks) ; $cb_index++ ) {
172 for ( $q_index = 0 ; $q_index < count(self::$queue) ; $q_index++ ) {
181 for ( $q_index = 0 ; $q_index < count(self::$queue) ; $q_index++ ) {
/plugin/fedauth/Auth/
H A DOpenID.php189 if (count($parts) != 2) {
274 for ($i = 0; $i < count($parts); $i++) {
277 if (count($pair) != 2) {
329 if (count($args) == 0) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DDirectory.php115 public function count() function in SebastianBergmann\\CodeCoverage\\Node\\Directory
121 $this->numFiles += count($child);
153 $this->directories[] = &$this->children[count($this->children) - 1];
181 $this->files[] = &$this->children[count($this->children) - 1];
/plugin/davcard/action/
H A Dajax.php186 if(count($contactname) > 1)
191 if(count($contactdata['addr']) > 0)
205 if(count($contactdata['tel']) > 0)
220 if(count($contactdata['mail']) > 0)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php147 if ($this->startsWith === null && $this->endsWith === null && count($this->contains) === 0) {
178 if (count($this->contains) !== 0) {
205 if (!($type instanceof SequenceType && count($type->getChildren()) === 2)) {
211 if (!($attrType instanceof OctetStringType && $substrings instanceof SequenceType && count($substrings) > 0)) {

1...<<21222324252627282930>>...102