Home
last modified time | relevance | path

Searched refs:count (Results 1376 – 1400 of 2539) sorted by relevance

1...<<51525354555657585960>>...102

/plugin/miniblog/helper/
H A Dentry.php46 for ($i=0; $i<count($ins); $i++) {
/plugin/textmodule/
H A Daction.php34 if (count($m)>1) {
/plugin/whyspam/
H A Dadmin.php58 if(count($found)){
/plugin/fedauth/Auth/OpenID/
H A DNonce.php36 if ($result != 1 || count($matches) != 8) {
/plugin/gtime/gtlib/asn1/gt/
H A DGTPublishedData.php117 while (count($bytes) % 8 != 0) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.legend.php42 for ($i=0; $i<count($parent->content); $i++) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php68 return ($this->counter <= count($this->dates));
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php68 return ($this->counter <= count($this->dates));
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php74 if (\count($samples) > 0)
/plugin/openid/Auth/OpenID/
H A DNonce.php36 if ($result != 1 || count($matches) != 8) {
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DMultiPoint.php59 $componentCount = count($this->components);
H A DCurve.php20 if (is_array($components) && count($components) == 1) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DFile.php507 if (count($parts) >= 3
714 $this->numTokens = count($this->_tokens);
1508 $numTokens = count($tokens);
1550 $numTabs = (count($tabs) - 1);
1667 $numTokens = count($tokens);
1692 $numOpeners = count($openers);
1717 echo str_repeat("\t", count($squareOpeners));
1718 echo str_repeat("\t", count($curlyOpeners));
1798 $numTokens = count($tokens);
1845 $numTokens = count($tokens);
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php90 if (0 === \count($filenames)) {
147 $countFiles = \count($filesInfo);
/plugin/labeled/
H A Dhelper.php41 if (count($all) === 0) return false;
236 $kc = count($keys);
/plugin/facebookwall/
H A Dsyntax.php196 if ( count($elements) < 2) {
223 $post_count = count($objects['data']);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php108 $oldCountChildren = count(iterator_to_array($root->getIterator()))
112 ->integer(count(iterator_to_array($root->getIterator())))
/plugin/displayfile/
H A Dsyntax.php111 if (count($deny_extensions) > 0 && in_array($ext, $deny_extensions))
116 if (count($allow_extensions) > 0 && !in_array($ext, $allow_extensions))
/plugin/bookcreator/action/
H A Dhandleselection.php301 $count = substr_count($ns, ':');
302 $opts = array('depth' => 1+$count);
/plugin/newpagetemplate/
H A Dhelper.php194 for ($i = 0; $i < count($pages); $i++) {
230 for ($i = 0; $i < count($pages); $i++) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php231 $hasSecondDimension = count(array_filter($normalized, 'is_array'));
232 $hasNonNumericKeys = !count(array_filter(array_keys($normalized), 'is_numeric'));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php220 public function count() function in GuzzleHttp\\Cookie\\CookieJar
222 return count($this->cookies);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DSchedulingObjectTest.php119 $this->assertEquals(count($children)-1, count($children2));
/plugin/navi/
H A Dsyntax.php121 $max = count($instructions);
228 $countparents = count($info['parents']);

1...<<51525354555657585960>>...102