Home
last modified time | relevance | path

Searched refs:count (Results 1001 – 1025 of 2539) sorted by relevance

1...<<41424344454647484950>>...102

/plugin/siteexport/action/
H A Daggregate.php76 $baseVersion = $values[count($values)-1][2];
80 if ( count($checkValues) > 0 ) {
/plugin/nspages/fileHelper/
H A DpagePreparer.php48 if ( count($subNss) < 2 ){ //It means we're not in recursive mode
51 for ($i = 0; $i < count($subNss) - 1; $i++) {
/plugin/ajaxloader/
H A Dajax.php11 if(!count($_POST) && !empty($HTTP_RAW_POST_DATA)){
H A Dcommon.php5 (count($name) === 2 ? "/{$name[1]}" : "") . '.php';
/plugin/authgooglesheets/vendor/google/auth/
H A Dautoload.php24 if (count($classPath) > 3) {
/plugin/xcom/scripts/
H A Dtest.php8 for($i=0; $i<count($result);$i++) {;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php55 $usage = (int) (count($f['subset']) * 100 / $nChars);
167 $subsetCount = count($font['subsetfontids']);
175 for ($j = count($font['subsets'][$sfid]); $j < 98; $j++) {
212 $this->writer->write('/FirstChar 0 /LastChar ' . (count($font['subsets'][$sfid]) - 1));
252 // $toUni .= sprintf("<00> <%02s>\n", strtoupper(dechex(count($font['subsets'][$sfid])-1)));
254 $toUni .= count($font['subsets'][$sfid]) . " beginbfchar\n";
548 $cws = count($ws);
574 if (count(array_count_values($ws)) === 1) {
576 $w .= ' ' . $k . ' ' . ($k + count($ws) - 1) . ' ' . $ws[0];
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1094 for ($i=0; $i<count($object_array); $i++) {
1155 if (count($this->_forms) == 0) {
1396 if (count($path) < 3) {
1476 for ($i=1; $i<count($path); $i++) {
1482 if (count($path) < 3) {
1963 $i=count($this->fonts)+1;
1977 $nb=count($this->diffs);
2050 $n=count($this->links)+1;
2432 $info['i']=count($this->images)+1;
2648 $size = count($annotations);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php410 public $count; variable in Google_ProductsFacets
423 public function setCount( $count) { argument
424 $this->count = $count;
427 return $this->count;
462 public $count; variable in Google_ProductsFacetsBuckets
468 public function setCount( $count) { argument
469 $this->count = $count;
472 return $this->count;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsEmpty.php27 return count($other) === 0;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestImplementorTest.php20 $this->assertCount(count($test), $result);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DRoundRobinSelector.php37 $returnConnection = $connections[$this->current % count($connections)];
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exception/
H A DValidationFailedException.php18 parent::__construct(sprintf('Validation failed with %d error(s).', \count($list)));
/plugin/fedauth/
H A Dajax.php22 if(!count($_POST) && !empty($HTTP_RAW_POST_DATA)){
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDoubleTestCase.php11 public function count() function in DoubleTestCase
H A DTestIterator.php19 return $this->position < count($this->array);
/plugin/whoisonline/
H A Dajax.php10 if( count( $online_users ) == 0 ) {
/plugin/widearea/
H A Daction.php21 $key = count($event->data['link']);
/plugin/data-au/syntax/
H A Drelated.php92 if(!count($values)) continue; // no values? ignore the column.
126 if(is_array($dataau['filter']) && count($dataau['filter'])) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php981 if ($parser->isInfinite() && count($result) >= count($expected)) {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php279 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
281 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php279 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
281 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php86 $key = count($cache[self::VARIABLE]);
167 $key = count($cache[self::VARIABLE]);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php279 …$this->assertEquals(0, count($input), 'No validation messages were expected. We got: ' . implode('…
281 …$this->assertEquals(1, count($input), 'We expected exactly 1 validation message, We got: ' . implo…
/plugin/do/syntax/
H A Ddolist.php77 $c = count($args[$filter]);
110 if (count($tasks) === 0) {

1...<<41424344454647484950>>...102