Home
last modified time | relevance | path

Searched refs:getCount (Results 1 – 25 of 93) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php203 return ($this->control !== null) ? $this->control->getCount() : null;
221 return (int) round($pos / ((int) $control->getCount() / 100));
239 if ((((int) $control->getOffset() + $this->after) >= (int) $control->getCount())) {
243 return $control->getOffset() === $control->getCount();
302 $count = ($this->control !== null) ? (int) $this->control->getCount() : 0;
319 $offset = (int) round(((int) $this->control->getCount() / 100) * $offset);
/plugin/struct/meta/
H A DSearchResult.php35 if ($this->getCount() < $rangeBegin) continue;
36 if ($rangeEnd && $this->getCount() >= $rangeEnd) continue;
94 public function getCount(): int function in dokuwiki\\plugin\\struct\\meta\\SearchResult
/plugin/authgoogle/google/contrib/
DGoogle_FreebaseService.php174 public function getCount() { function in Google_TopicPropertyvalue
227 public function getCount() { function in Google_TopicStatslinkcountValues
254 public function getCount() { function in Google_TopicStatslinkcountValuesValues
278 public function getCount() { function in Google_TopicStatslinkcountValuesValuesValues
DGoogle_PredictionService.php338 public function getCount() { function in Google_AnalyzeDataDescriptionFeaturesCategorical
356 public function getCount() { function in Google_AnalyzeDataDescriptionFeaturesCategoricalValues
374 public function getCount() { function in Google_AnalyzeDataDescriptionFeaturesNumeric
396 public function getCount() { function in Google_AnalyzeDataDescriptionFeaturesText
430 public function getCount() { function in Google_AnalyzeDataDescriptionOutputFeatureNumeric
453 public function getCount() { function in Google_AnalyzeDataDescriptionOutputFeatureText
/plugin/struct/_test/
H A DSearchTest.php277 $count = $search->getCount();
287 $count = $search->getCount();
305 $count = $search->getCount();
330 $count = $search->getCount();
352 $count = $search->getCount();
/plugin/diagramsnet/lib/js/orgchart/
Dbridge.collections.min.js1getCount:function(){return this.m_length},getIsReadOnly:function(){return!1},getIsSynchronized:fun…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvTrait.php55 public function getCount(): ?int function
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
DGoogleCloudPaymentsResellerSubscriptionV1Duration.php41 public function getCount() function in Google\\Service\\PaymentsResellerSubscription\\GoogleCloudPaymentsResellerSubscriptionV1Duration
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
DGoogleCloudMlV1AcceleratorConfig.php41 public function getCount() function in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1AcceleratorConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DSecurityPolicyRuleRateLimitOptionsThreshold.php41 public function getCount() function in Google\\Service\\Compute\\SecurityPolicyRuleRateLimitOptionsThreshold
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
DAccelerator.php41 public function getCount() function in Google\\Service\\Genomics\\Accelerator
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
DExistenceFilter.php41 public function getCount() function in Google\\Service\\Firestore\\ExistenceFilter
DAggregation.php53 public function getCount() function in Google\\Service\\Firestore\\Aggregation
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DQueryCountByStatus.php41 public function getCount() function in Google\\Service\\CloudSearch\\QueryCountByStatus
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
DAccelerator.php41 public function getCount() function in Google\\Service\\CloudLifeSciences\\Accelerator
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
DPageviewsCounts.php41 public function getCount() function in Google\\Service\\Blogger\\PageviewsCounts
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DTrigger.php38 public function getCount() function in Google\\Service\\Monitoring\\Trigger
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DGroupResult.php41 public function getCount() function in Google\\Service\\SecurityCommandCenter\\GroupResult
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DCategoryCount.php55 public function getCount() function in Google\\Service\\Bigquery\\CategoryCount
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
DValueCount.php41 public function getCount() function in Google\\Service\\FirebaseRules\\ValueCount
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeSaleInfoOffersRentalDuration.php32 public function getCount() function in Google\\Service\\Books\\VolumeSaleInfoOffersRentalDuration
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2ValueFrequency.php39 public function getCount() function in Google\\Service\\DLP\\GooglePrivacyDlpV2ValueFrequency
DGooglePrivacyDlpV2InfoTypeStats.php39 public function getCount() function in Google\\Service\\DLP\\GooglePrivacyDlpV2InfoTypeStats
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DFloatingPointMean.php36 public function getCount() function in Google\\Service\\Dataflow\\FloatingPointMean
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
DAccountCount.php53 public function getCount() function in Google\\Service\\Vault\\AccountCount

1234