Home
last modified time | relevance | path

Searched refs:count (Results 76 – 100 of 2539) sorted by path

12345678910>>...102

/plugin/authfacebook/lib/Url/
H A DFacebookUrlDetectionHandler.php101 $host = $elements[count($elements) - 1];
176 $host = $elements[count($elements) - 1];
H A DFacebookUrlManipulator.php55 if (count($params) > 0) {
/plugin/authg2fa/
H A DGoogleAuthenticator.php138 for ($i = 0; $i < count($secret); $i = $i+8) {
145 for ($z = 0; $z < count($eightBits); $z++) {
167 for ($i = 0; $i < count($secret); $i++) {
173 while ($i < count($fiveBitBinaryArray)) {
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php143 if(strpos($scope, 'plus.login') && count($this->requestVisibleActions) > 0) {
375 if (count($segments) != 3) {
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php256 public $count; variable in Google_Query
293 public function setCount( $count) { argument
294 $this->count = $count;
297 return $this->count;
H A DGoogle_FreebaseService.php165 public $count; variable in Google_TopicPropertyvalue
172 $this->count = $count;
175 return $this->count;
219 public $count; variable in Google_TopicStatslinkcountValues
225 $this->count = $count;
228 return $this->count;
246 public $count; variable in Google_TopicStatslinkcountValuesValues
252 $this->count = $count;
255 return $this->count;
273 public $count; variable in Google_TopicStatslinkcountValuesValuesValues
[all …]
H A DGoogle_GamesService.php801 public $count; variable in Google_AggregateStats
806 public function setCount( $count) { argument
807 $this->count = $count;
810 return $this->count;
H A DGoogle_PredictionService.php331 public $count; variable in Google_AnalyzeDataDescriptionFeaturesCategorical
336 $this->count = $count;
351 public $count; variable in Google_AnalyzeDataDescriptionFeaturesCategoricalValues
354 $this->count = $count;
368 public $count; variable in Google_AnalyzeDataDescriptionFeaturesNumeric
372 $this->count = $count;
392 public $count; variable in Google_AnalyzeDataDescriptionFeaturesText
394 $this->count = $count;
424 public $count; variable in Google_AnalyzeDataDescriptionOutputFeatureNumeric
428 $this->count = $count;
[all …]
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;
H A DGoogle_UrlshortenerService.php224 public $count; variable in Google_StringCount
226 public function setCount( $count) { argument
227 $this->count = $count;
230 return $this->count;
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php144 $header_count = count($response_headers);
157 $header_count = count($response_headers);
163 if (count($header_parts) == 2) {
H A DGoogle_REST.php114 if (count($uriTemplateVars)) {
122 if (count($queryVars)) {
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php57 for ($count = 0; $count < $strlenVar; ++ $count) {
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php138 for ($i = 0; $i < count($secret); $i = $i+8) {
145 for ($z = 0; $z < count($eightBits); $z++) {
167 for ($i = 0; $i < count($secret); $i++) {
173 while ($i < count($fiveBitBinaryArray)) {
/plugin/authgooglesheets/
H A Dauth.php130 return count($this->helper->getUsers(0, 0, $filter));
H A Dhelper.php259 $count = 0;
266 $count++;
267 if (($limit > 0) && ($count >= $limit)) break;
291 if (!count(preg_grep($pattern, $info['grps']))) return false;
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php242 if (1 === \count($packages)) {
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php55 if (0 === \count($keys)) {
H A DJWT.php102 if (\count($tks) != 3) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php398 'count' => [
520 'count' => [
1006 'count' => [
1142 'count' => [
1466 'count' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DebugSession.php25 public $count; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DebugSession
54 public function setCount($count) argument
56 $this->count = $count;
63 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DCategoryCount.php29 public $count; variable in Google\\Service\\Bigquery\\CategoryCount
48 public function setCount($count) argument
50 $this->count = $count;
57 return $this->count;
H A DCluster.php30 public $count; variable in Google\\Service\\Bigquery\\Cluster
51 public function setCount($count) argument
53 $this->count = $count;
60 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DPageviewsCounts.php25 public $count; variable in Google\\Service\\Blogger\\PageviewsCounts
34 public function setCount($count) argument
36 $this->count = $count;
43 return $this->count;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeSaleInfoOffersRentalDuration.php22 public $count; variable in Google\\Service\\Books\\VolumeSaleInfoOffersRentalDuration
28 public function setCount($count) argument
30 $this->count = $count;
34 return $this->count;

12345678910>>...102