Home
last modified time | relevance | path

Searched refs:version (Results 76 – 100 of 2779) sorted by relevance

12345678910>>...112

/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignedData.php51 private $version; variable in CMSSignedData
83 $version = $object->getObjectAt(0);
85 if (!$version instanceof ASN1Integer) {
89 $this->version = (int) $version->getValue();
91 if ($this->version !== 3 && $this->version != 1) {
92 throw new GTException("Invalid version: {$this->version}");
197 $sequence->add(new ASN1Integer((int) $this->version));
304 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DXcodeVersion.php30 public $version; variable in Google\\Service\\Testing\\XcodeVersion
49 public function setVersion($version) argument
51 $this->version = $version;
58 return $this->version;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php51 private static $version = 2; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY
68 * @param int $version
72 if ($version != 2 && $version != 3) {
75 self::$version = $version;
197 if ($version != 2 && $version != 3) {
223 switch ($version) {
235 switch ($version) {
253 switch ($version) {
302 $version = isset($options['version']) ? $options['version'] : self::$version;
318 switch ($version) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1ExplicitContentAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1ExplicitContentAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1ExplicitContentAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1ExplicitContentAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2ExplicitContentAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2PersonDetectionAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1PersonDetectionAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1CelebrityRecognitionAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1ExplicitContentAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1PersonDetectionAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1PersonDetectionAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1PersonDetectionAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
H A DGoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation.php28 public $version; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1PersonDetectionAnnotation
47 public function setVersion($version) argument
49 $this->version = $version;
56 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DPolicyControllerMembershipSpec.php27 public $version; variable in Google\\Service\\GKEHub\\PolicyControllerMembershipSpec
46 public function setVersion($version) argument
48 $this->version = $version;
55 return $this->version;
H A DConfigManagementGroupVersionKind.php33 public $version; variable in Google\\Service\\GKEHub\\ConfigManagementGroupVersionKind
66 public function setVersion($version) argument
68 $this->version = $version;
75 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DSkaffoldVersion.php27 public $version; variable in Google\\Service\\CloudDeploy\\SkaffoldVersion
46 public function setVersion($version) argument
48 $this->version = $version;
55 return $this->version;
/plugin/mapillary/
H A DCHANGES5 === version 0.5 ===
8 === version 0.4 ===
11 === version 0.3 ===
15 === version 0.2 ===
23 === version 0.1 ===
24 * initial version
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertToken.php43 private $version = 1; variable in GTCertToken
71 $version = (int) $object->getObjectAt(0)->getValue();
73 if ($version != $this->version) {
74 throw new GTException("Invalid CertToken version: {$version}");
103 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryVersionedPackage.php33 public $version; variable in Google\\Service\\OSConfig\\InventoryVersionedPackage
66 public function setVersion($version) argument
68 $this->version = $version;
75 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DInstantiateWorkflowTemplateRequest.php33 public $version; variable in Google\\Service\\Dataproc\\InstantiateWorkflowTemplateRequest
66 public function setVersion($version) argument
68 $this->version = $version;
75 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Clouderrorreporting/
H A DServiceContext.php33 public $version; variable in Google\\Service\\Clouderrorreporting\\ServiceContext
66 public function setVersion($version) argument
68 $this->version = $version;
75 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DComplianceVersion.php33 public $version; variable in Google\\Service\\ContainerAnalysis\\ComplianceVersion
66 public function setVersion($version) argument
68 $this->version = $version;
75 return $this->version;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2OriginalDetectIntentRequest.php33 public $version; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2OriginalDetectIntentRequest
66 public function setVersion($version) argument
68 $this->version = $version;
75 return $this->version;
H A DGoogleCloudDialogflowV2beta1OriginalDetectIntentRequest.php33 public $version; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1OriginalDetectIntentRequest
66 public function setVersion($version) argument
68 $this->version = $version;
75 return $this->version;

12345678910>>...112