Home
last modified time | relevance | path

Searched refs:count (Results 626 – 650 of 2539) sorted by relevance

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php159 return !(count($this->patterns) < 1 || ($this->loadedPatterns && $this->loadedPatterns !== $this->mpdf->SHYlang));
168 $patternCount = count($patterns);
191 $poss[] = $p - count($poss);
197 if (count($poss)) {
/plugin/addnewpage/
H A Dsyntax.php208 …while(!empty($ancestor_stack) && strpos($ns, $ancestor_stack[count($ancestor_stack) - 1] . ':') !=…
213 …ted_depth = empty($ancestor_stack)? 1 : (2 + substr_count($ancestor_stack[count($ancestor_stack) -…
214 for ($i = $first_unprinted_depth, $end = count($nsparts); $i <= $end; $i++) {
278 $cnt = count($newpagetemplates);
/plugin/structtasks/_test/
H A DCliTest.php58 $this->assertEquals(3, count($n));
65 $this->assertEquals(2, count($n));
70 $this->assertEquals(1, count($n));
75 $this->assertEquals(0, count($n));
/plugin/openid/Auth/
H A DOpenID.php193 if (count($parts) != 2) {
290 for ($i = 0; $i < count($parts); $i++) {
293 if (count($pair) != 2) {
345 if (count($args) == 0) {
/plugin/struct/meta/
H A DConfigParser.php146 $cnth = count($this->config['headers']);
147 $cntf = count($this->config['cols']);
152 $cnta = count($this->config['align']);
248 $len = count($vals);
/plugin/cleanoldips/
H A Dcli.php45 $this->log('info', count($pages) . ' pages found.');
59 $this->log('info', count($media) . ' media files found.');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DNot.php152 public function count() function in PHPUnit_Framework_Constraint_Not
154 return count($this->constraint);
/plugin/latexit/classes/
H A DRowspanHandler.php80 while ($i < count($this->rowspans) && $cell_id != $this->rowspans[$i]->getCellId()) {
83 if ($i >= count($this->rowspans)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DChanges.php19 use function count;
122 public function count(): int
124 return count($this->changes);
112 public function count() global() function in FreeDSx\\Ldap\\Entry\\Changes
/plugin/pubmed2020/classes/
H A Dpubmed2020.php158 if (count($options) < 1)
169 if (count($options) > 1)
414 if (count($authors) == 0) {
420 if (count($authors) > 1) {
432 if (count($authorsToUse) > $limit) {
439 if (count($authorsToUse) > 0) {
451 if (count($authorsToUse) > $limit) {
456 if (count($authorsToUse) > 0) {
854 if (count($p) !== 2) {
/plugin/masciimath/
H A Dsyntax.php291 … for($t = 0; $t < count($this->syms); $t++) { $this->syms[$t]['ml_nobr'] = $this->syms[$t]['ml']; }
366 …) and (isset($old['row'])) and (($fields_in_row == 0) or ($fields_in_row == count($old['row'])))) {
368 $fields_in_row = count($old['row']); # at den er 0 går kun een gang
391 if (($matrix !== false) and (count($row) > 1)) {
506 if (count($this->syms) == 0) $this->setup_syms();
/plugin/langdelete/
H A Dadmin.php397 if (count ($e) > 0 && is_array (array_values($e)[0])) {
415 $count[$lang]++;
419 $count[$lang]++;
424 $count[$lang]++;
428 return array_keys ($count);
/plugin/twitter/
H A Dsyntax.php71 for ($i = 0; $i < count($arMatches [0]); $i ++) {
146 if (($count = floor($since / $seconds)) != 0) {
150 $print = ($count == 1) ? '1 ' . $name : "$count {$names}";
157 if (($count2 = floor(($since - ($seconds * $count)) / $seconds2)) != 0) {
/plugin/database2/
H A Dadmin.php248 if ( count( $rows ) )
255 count( $rows ), count( $rows ),
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php114 for ($i = 0, $count = \count($this->lexerActions); $i < $count; $i++) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php139 for ($i = 0, $count = $this->getChildCount(); $i < $count; $i++) {
239 $ruleName = $ri >= 0 && $ri < \count($ruleNames) ? $ruleNames[$ri] : (string) $ri;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php383 $this->runTests += count($test);
435 return count($this->risky);
455 return count($this->notImplemented);
495 return count($this->skipped);
515 return count($this->errors);
535 return count($this->failures);
555 return count($this->warnings);
897 public function count() function in PHPUnit_Framework_TestResult
1289 $classes[count($classes) - 1]->getName()
1292 $class = new ReflectionClass($classes[count($classes) - 1]);
/plugin/groupmanager/
H A Dsyntax.php406 $colspan = 4 + count($this->grplst) + ($allow_delete_user?0:-1) ;
520 if (count($update) > 0) {
789 $count = $this->_auth->triggerUserMod('delete', array($selected));
790 if ($count == count($selected)) {
791 $text = str_replace('%d', $count, $this->lang['delete_ok']);
794 $part1 = str_replace('%d', $count, $this->lang['delete_ok']);
795 $part2 = str_replace('%d', (count($selected) - $count), $this->lang['delete_fail']);
855 if (!count($user[4])) $user[4] = null;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php113 if (count($annotations['class'][$mode . 'DefaultClass']) > 1) {
172 if ($count = preg_match_all(self::REGEX_REQUIRES_OS, $docComment, $matches)) {
175 addcslashes($matches['value'][$count - 1], '/')
178 if ($count = preg_match_all(self::REGEX_REQUIRES_VERSION, $docComment, $matches)) {
179 for ($i = 0; $i < $count; $i++) {
190 if ($count = preg_match_all(self::REGEX_REQUIRES, $docComment, $matches)) {
191 for ($i = 0; $i < $count; $i++) {
244 if (2 === count($pieces) && method_exists($pieces[0], $pieces[1])) {
353 if (strpos($message, '::') !== false && count(explode('::', $message)) == 2) {
595 $numMatches = count($matches[0]);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php142 public function count() { function in Sabre\\VObject\\Node
145 return $it->count();
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php142 public function count() { function in Sabre\\VObject\\Node
145 return $it->count();
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php142 public function count() { function in Sabre\\VObject\\Node
145 return $it->count();
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php49 if (count(explode('.', $this->release)) == 3) {
58 if (count(explode('.', $this->release)) == 3) {
/plugin/freechat/phpfreechat/src/commands/
H A Dkick.class.php26 if (count($params) > 2)
27 for ($x=2;$x<count($params);$x++)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/CodeAnalysis/
H A DJumbledIncrementerSniff.php86 if (count($outer) === 0) {
102 if (count($diff) !== 0) {

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