Home
last modified time | relevance | path

Searched refs:count (Results 976 – 1000 of 2539) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php636 function assertItemsInInbox($user, $count) { argument
639 $this->assertEquals($count, count($inboxNode->getChildren()));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInlineTag.php196 if (isset($this->mpdf->InlineProperties[$tag]) && count($this->mpdf->InlineProperties[$tag])) {
200 if (isset($this->mpdf->InlineAnnots[$tag]) && count($this->mpdf->InlineAnnots[$tag])) { // *ANNOTATIONS*
203 if (isset($this->mpdf->InlineBDF[$tag]) && count($this->mpdf->InlineBDF[$tag])) { // mPDF 6
/plugin/openid/Auth/Yadis/
H A DXRDS.php66 while (count($arr)) {
274 $this->xrdNode = $xrdNodes[count($xrdNodes) - 1];
469 ($matches == count($filters))) {
H A DXRI.php103 if (count($args) == 0) {
212 for ($i = 1; $i < count($xrd_list); $i++) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php404 public function count($preferCache = false) function in PHPUnit_Framework_TestSuite
412 $numTests += count($test);
460 if (count($parameters) < 2) {
660 if (count($this) == 0) {
683 $numTests = count($this);
702 $numTests = count($this);
/plugin/mikioplugin/syntax/
H A Dcore.php145 if (count($this->options) > 0) {
271 if (count($matches) > 1) {
353 && count($customStyles) > 0
498 if (is_array($list) && count($list) > 0) {
671 if (count($class->options) > 0) {
898 if (count($match) >= 2) {
899 for ($i = 0; $i < count($match[1]); $i++) {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.pagebreak.table.br.php46 $this->assertEqual(count($locations), 6);
/plugin/fedauth/Auth/Yadis/
H A DXRI.php103 if (count($args) == 0) {
207 for ($i = 1; $i < count($xrd_list); $i++) {
/plugin/publistf/
H A Dsyntax.php72 if (count($single) == 1 && count($optparts[2]) == 1) {
/plugin/findologicxmlexport/vendor/hoa/math/
H A DContext.php287 return array_sum($arguments) / count($arguments);
299 'count' => xcallable(function () { return count(func_get_args()); }),
/plugin/refnotes/syntax/
H A Dnotes.php126 if (count($style) > 0) {
158 if (count($attribute['ns']) > 1) {
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php193 $result[count($result) - 1] .= $tokens->current()[1];
198 if (count($result) == 1) {
/plugin/zotero/
H A DFeedZoteroRepository.php108 if (count($data->creators) == 0)
130 if (count($data->creators) > 1)
/plugin/authradius/
H A Dauth.php49 for($i = 0; $i<count($hosts); $i++){
56 for($i = 0; $i<count($hosts); $i++){
/plugin/bookmarkme/
H A Daction.php31 $n = max( count( $keys ), count( $vals ) );
/plugin/include/syntax/
H A Dinclude.php95 $parent_id = $page_stack[count($page_stack)-1];
168 if (count($page_stack) == 1) array_pop($page_stack);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php83 * @return int The count as an integer.
85 public function count(): int
87 return \count($this->elements);
225 public function count(): int global() function in League\\CommonMark\\Util\\ArrayCollection
/plugin/xcom/scripts/
H A Dxml.php38 for($p=0; $p<count($params);$p++) {
46 for($p=0; $p<count($params);$p++) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php139 ($this->current >= count($this->streams) - 1 &&
190 $total = count($this->streams) - 1;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFilterHandler.php150 if (count($filtered) > 0) {
151 $this->getHandler($filtered[count($filtered) - 1])->handleBatch($filtered);
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php175 … $this->adhocNamespaces[$namespace] = 'x' . (count($this->adhocNamespaces) + 1);
267 $this->adhocNamespaces[$namespace] = 'x' . (count($this->adhocNamespaces) + 1);
/plugin/advanced/admin/
H A Dimport.php115 if (!count($files)) {
154 if (count($imported_pages)) {
/plugin/tplinc/
H A Dhelper.php64 if (count($row) < 4) $row[3] = 0;
155 $len = count($matches);
/plugin/oauth/action/
H A Dlogin.php144 if (count($validDomains) > 0) {
182 if (count($enabledServices) !== 1) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DAndOperator.php42 if (\count($precedencePredicates) !== 0) {
104 if (\count($operands) === 0) {

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