Home
last modified time | relevance | path

Searched refs:count (Results 576 – 600 of 2539) sorted by relevance

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

/plugin/nextday/
H A Dsyntax.php28 if (count($in) == 1) {
32 } else if (count($in) == 2) {
/plugin/gtime/gtlib/asn1/
H A DASN1Boolean.php94 if (count($bytes) != 1) {
95 throw new GTException("Invalid DER length for ASN1Boolean: " . count($bytes));
H A DASN1Integer.php76 while (count($bytes) > 0) {
96 $this->prepend($bytes, ASN1DER::encodeLength(count($bytes)));
/plugin/likeit/
H A Dhelper.php50 return count($users_r);
54 return count($this->_user);
/plugin/podcast/blogtng-tpl/
H A Dlist.php33 if( count( $source )) {
37 if( count( $links )) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DValueContainer.php66 public function count() function in Assetic\\Extension\\Twig\\ValueContainer
70 return count($this->values);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DFilterCollection.php78 public function count() function in Assetic\\Filter\\FilterCollection
80 return count($this->filters);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DPlugin2Test.php50 count($this->locksBackend->getLocks('file.txt', true))
65 count($this->locksBackend->getLocks('file.txt', true))
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DFuzzy.php37 if (\count($this->getParams()) > 0 && \key($this->getParams()) !== $fieldName) {
55 if (\count($params) < 1) {
/plugin/siteexport/inc/
H A DreadCSS.patch3 for($i=0; $i<count($m[0]); $i++) {
9 for($i=0; $i<count($m[0]); $i++) {
22 if (count($m[1])) {
23 for($i=0;$i<count($m[1]);$i++) {
143 for($i=0; $i<count($m[0]); $i++) {
156 if (count($idata[0])) {
157 for($i=0;$i<count($idata[0]);$i++) {
175 for($i = 0; $i < count($m[1]) ; $i++) {
180 for($i = 0; $i < count($m[1]) ; $i++) {
185 for($i = 0; $i < count($m[1]) ; $i++) {
[all …]
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php344 array(Helper::lcount($data, 2), count($data)),
396 array($key, $id, count($data)),
483 $then = count($match) > 3 ? 4 : 2;
484 $else = count($match) > 3 ? 5 : 3;
486 if ( $evalcond && count($match) > 3 ) {
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php58 $end = \count($diff);
336 return $itemSize * \pow(\min(\count($from), \count($to)), 2);
350 \count($fromMatches[0]) === \count($toMatches[0]) &&
/plugin/statdisplay/helper/
H A Dgraph.php191 if (count($usertraffic)) {
201 if (count($usertraffic) > $maxusers + 1) {
210 $usertraffic[sprintf($this->getLang('others'), count($others))] = $other;
257 if (!count($axis)) {
278 $usebargraph = (count($axis) < 10);
/plugin/linkmanager/exe/
H A Dajax.php11 if(!count($_POST) && $HTTP_RAW_POST_DATA){
56 $lvl = count(explode(':',$ns));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DIndexedCommentsBlogPost.php52 private $count = 0; variable in JMS\\Serializer\\Tests\\Fixtures\\IndexedCommentsList
57 $this->count += 1;
/plugin/remotelistnamespace/
H A Dremote.php49 if(count($parts) > $opts['depth'])
63 if(count($parts) >= $opts['depth'])
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DRepeatedTest.php56 public function count() function in PHPUnit_Extensions_RepeatedTest
58 return $this->timesRepeat * count($this->test);
/plugin/stylingpages/
H A Daction.php59 if (count($parts) === 2 && $parts[0] === $page) {
70 if (count($patterns) > 0 && auth_quickaclcheck($page) >= AUTH_WRITE) {
93 if ($instruction[0] === 'code' && count($instruction[1]) > 2) {
/plugin/strreplace/
H A Daction.php73 $count = 0;
86 $count += $_count;
92 if($count) {
/plugin/ldapsearch/
H A Dsyntax.php107 $count = 0;
109 $this->ldapsearch_conf[$set_index[$count]][$param] = $value;
110 $count++;
/plugin/farmsync/_test/
H A DgetPagesFromLine.test.php71 $this->assertEquals(count($MSG), $expectedMsgCount);
150 $this->assertEquals(count($MSG), $expectedMsgCount);
205 $this->assertEquals(count($MSG), $expectedMsgCount);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A D232.phpt70 $count = func_num_args();
72 if ($count > 0) {
75 for ($i = 0; $i < $count; $i++) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomery.php40 $lhs->value = array_merge(self::array_repeat(0, count($n)), $x);
67 $key = count($cache[self::VARIABLE]);
72 $k = count($n);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php168 $count = 1;
170 if ($count++ > $this->maxNormalizeItemCount) {
171 …$normalized['...'] = 'Over '.$this->maxNormalizeItemCount.' items ('.count($data).' total), aborti…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DJCalTransformTest.php85 $this->assertEquals(1, count($responses));
139 $this->assertEquals(1, count($responses));
192 $this->assertEquals(1, count($responses));

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