Home
last modified time | relevance | path

Searched refs:count (Results 776 – 800 of 2539) sorted by relevance

1...<<31323334353637383940>>...102

/plugin/datatables/assets/datatables.net-plugins/features/rowFill/
H A DdataTables.rowFill.min.js
/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php101 $host = $elements[count($elements) - 1];
176 $host = $elements[count($elements) - 1];
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php17 use function count;
89 return count($this->additional) !== 0;
130 if (count($parts) !== 2) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php144 public function count() function in Elastica\\Param
146 return \count($this->_params);
/plugin/mikioplugin/syntax/
H A Dbox.php57 $i = count($parts);
71 $i = count($parts);
/plugin/news/
H A Dhelper.php125 for($i=0; $i<count($data); $i++) {
150 if(count($ar) == 0) return false;
154 for($i=0, $j=0; $i<count($ar); $i+=2, $j++) {
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php111 if (count($bytes) === 4) {
312 for ($i = count($bytes) - 1; $i >= 0; --$i) {
337 for ($i = count($bytes) - 1; $i >= 0; --$i) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php207 if (count($positional) === 0) {
212 if (count($positional) === 1) {
216 if (count($positional) > 3) {
/plugin/projects/pchart/pchart/
H A Dpdata.php115 if (is_array($Value) && count($Value) == 1)
119 for($i=0;$i<=count($this->Data);$i++)
122 if ( count($Value) == 1 )
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php64 if (\count($this->nodes)) {
213 public function count() function in Twig\\Node\\Node
215 return \count($this->nodes);
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php119 for($i = $current + 1, $count = count($lines); $i < $count; $i++) {
/plugin/usersubscriptions/
H A Dsyntax.php51 if(count($options) > 0) {
53 if(count($options) > 1) {
56 for($i=0; $i<count($os); $i++) {
/plugin/farm/
H A Dsoapserver.php42 if(count($args) < 3) return array();
93 if(count($o) == 1) {
95 }elseif(count($o) == 2) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php208 if (\count($val) > 1) {
375 if (count($parts) < $minimum) {
378 … 'The '.$this->name.' property must have at least '.$minimum.' values. It only has '.count($parts),
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php207 if (count($positional) === 0) {
212 if (count($positional) === 1) {
216 if (count($positional) > 3) {
/plugin/charter/lib/pchart/
H A DpData.class.php122 if (is_array($Value) && count($Value) == 1)
126 for($i=0;$i<=count($this->Data);$i++)
129 if ( count($Value) == 1 )
/plugin/strata/driver/
H A Ddriver.php251 if(count($this->transactions)) {
269 if(count($this->transactions)) {
283 if(count($this->transactions)) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php207 if (count($positional) === 0) {
212 if (count($positional) === 1) {
216 if (count($positional) > 3) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php200 if (count($args) == 2 && is_int($args[0]) && is_int($args[1])) {
202 } elseif (count($args) == 1 && $args[0] instanceof Parameters) {
204 } elseif (!count($args)) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php152 $count = 1;
154 if ($count++ > $this->maxNormalizeItemCount) {
155 …$normalized['...'] = 'Over ' . $this->maxNormalizeItemCount . ' items ('.count($data).' total), ab…
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php207 if (count($positional) === 0) {
212 if (count($positional) === 1) {
216 if (count($positional) > 3) {
/plugin/odt/ODT/
H A DODTSpan.php192 for ($out = 0 ; $out < count($parsed) ; $out++) {
202 for ($in = $out+1 ; $in < count($parsed) ; $in++) {
238 for ($index = 0 ; $index < count($checked) ; $index++) {
H A DODTState.php245 $count = 0;
248 $count++;
251 return $count;
/plugin/bez/tpl/
H A Dthreads.php142 <?php $count = 0 ?> variable
151 <?php $count += 1 ?>
229 <td colspan="<?php echo $tpl->action() != 'projects' ? '7' : '6' ?>"><?php echo $count ?></td>
/plugin/sqlite/
H A Dhelper.php197 $argc = count($args);
200 $argc = count($args);
336 return count($this->data);

1...<<31323334353637383940>>...102