Home
last modified time | relevance | path

Searched refs:count (Results 501 – 525 of 2539) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dinterface.phpt39 $count = func_num_args();
41 if ($count > 1) {
44 for ($i = 1; $i < $count; $i++) {
/plugin/csv/syntax/
H A Dtable.php86 $maxcol = count($data[0]);
90 $renderer->table_open($maxcol, count($data));
122 $cnt = count($lines);
/plugin/feedmod/
H A Daction.php130 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
134 …ntry[1]) && $entry[1][0] == 'include_header' && is_array($entry[1][1]) && count($entry[1][1]) == 2)
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php70 if (!is_null($this->count)) {
71 return $this->counter < $this->count;
134 return !$this->count && !$this->until;
184 protected $count; variable in Sabre\\VObject\\Recur\\RRuleIterator
567 if (count($checkDates) > 0) {
607 if (count($checkDates) > 0) {
900 if (isset($dayHits[count($dayHits) + $offset])) {
901 $byDayResults[] = $dayHits[count($dayHits) + $offset];
952 $setPos = count($result) + ($setPos + 1);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DReferralContext.php16 use function count;
77 public function count(): int
79 return count($this->referrals);
72 public function count() global() function in FreeDSx\\Ldap\\Protocol\\ReferralContext
/plugin/bureaucracy/
H A Daction.php49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
/plugin/fullindex/
H A Daction.php195 if(count($this->sortIndex) + 1 == $lvl) {
198 } else if (count($this->sortIndex) + 1 > $lvl) {
209 if(count($this->sortIndex) + 1 > $lvl) {
252 $diff = count($this->sortIndex) + 1 - $lvl;
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php124 count($this->toArray($value)) > 0 ? '...' : ''
131 count($value) > 0 ? '...' : ''
258 if (count($array) > 0) {
285 if (count($array) > 0) {
/plugin/farm/
H A Daction.php116 for($i=0; $i<count($event->data['link']); $i++) {
121 for($i=0; $i<count($event->data['script']); $i++) {
126 for($i=0; $i<count($event->data['link']); $i++) {
132 for($i=0; $i<count($event->data['script']); $i++) {
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php273 return $h[$this->_sampler->getInteger(0, count($h) -1)];
283 return $v[$this->_sampler->getInteger(0, count($v) -1)];
292 … return Ustring::fromCode($w[$this->_sampler->getInteger(0, count($w) - 1)]);
308 … return Ustring::fromCode($w[$this->_sampler->getInteger(0, count($w) - 1)]);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DMap.php28 public function count() : int function in Antlr\\Antlr4\\Runtime\\Utils\\Map
109 if (\count($this->table[$hash]) === 0) {
132 if (!isset($other->table[$hash]) || \count($bucket) !== \count($other->table[$hash])) {
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php157 * @param int $count How many bytes of data from the current
161 public function stream_read($count); argument
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php69 $cnt = count($groups);
77 if($user || count($groups)) {
88 if(count($matches)) {
118 if(count($matches)) {
292 $len = count($acl);
/plugin/bibtex/OSBib/
H A DUTF8.php160 if ( count( $values ) == 0 ) $lookingFor = ( $thisValue < 224 ) ? 2 : 3;
162 if ( count( $values ) == $lookingFor ) {
220 $cnt = count($uni);
243 for ($i=0; $i < count($uni); $i++){
289 return count($uni);
/plugin/dlcounter/
H A DREADME.md4 If you've ever wanted a download counter for DokuWiki to count how many zip, tar, gzip or other dow…
22 {{dlcounter>count}}
25 The command (*name* or *count*) identifies the column you wish to sort on. Since the default sort o…
27 {{dlcounter>count?sort}}
29 {{dlcounter>count?rsort}}
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php254 if (!count($p)) {
294 if (!count($p) || !count($q)) {
295 if (count($q)) {
298 if (count($p)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php69 $cnt = count($groups);
77 if($user || count($groups)) {
88 if(count($matches)) {
118 if(count($matches)) {
293 $len = count($acl);
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php190 if(!count(preg_grep($pattern, $info['grps']))) return false;
249 if(!count($filter)) return count($this->users);
250 $count = 0;
253 $count += $this->_filter($user, $info);
255 return $count;
272 $count = 0;
279 $count++;
280 if(($limit > 0) && ($count >= $limit)) break;
500 if (count($mails)) {
/plugin/bureaucracyau/
H A Daction.php49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
/plugin/bureaucracy-au/
H A Daction.php49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTestDecorator.php64 public function count() function in PHPUnit_Extensions_TestDecorator
66 return count($this->test);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquality.php40 if (\count($left) !== \count($right)) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php61 $count = $rrule->getJsonValue()[0]['count'];
62 $this->assertTrue(is_int($count));
63 $this->assertEquals(3, $count);
121 count($vcal->validate())
125 count($vcal->validate($vcal::REPAIR))
172 count($vcal->validate())
176 count($vcal->validate($vcal::REPAIR))
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php212 if (count($signedData->getSignerInfos()) != 1) {
213 … throw new GTException("Invalid signerInfos size: " . count($signedData->getSignerInfos()));
246 if (count($signedAttributes) != 2) {
247 throw new GTException("Signed attributes invalid size: " . count($signedAttributes));
264 if (count($contentTypeValues) != 1) {
268 if (count($messageDigestValues) != 1) {
463 if (count($certificates) < 1) {
/plugin/do/scripts/
H A DPluginDo.js266 var count = parseInt($pagestat.children().first().html(), 10), variable
274 if (count == 1) {
288 count -= 1;
291 if (count === 0) {
308 count += 1;
311 var title = PluginDo.getLang('title_' + newClass.substr(3), count, latecount);
316 .html(count)

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