/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3CompareVersionsRequest.php | 29 public $targetVersion; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3CompareVersionsRequest 48 public function setTargetVersion($targetVersion) argument 50 $this->targetVersion = $targetVersion; 57 return $this->targetVersion;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/ |
H A D | UpgradeEvent.php | 45 public $targetVersion; variable in Google\\Service\\Container\\UpgradeEvent 120 public function setTargetVersion($targetVersion) argument 122 $this->targetVersion = $targetVersion; 129 return $this->targetVersion;
|
/plugin/webdav/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 30 * @param int $targetVersion 32 public function convert(Component\VCard $input, $targetVersion) argument 35 if ($inputVersion === $targetVersion) { 42 if (!in_array($targetVersion, [Document::VCARD30, Document::VCARD40])) { 46 $newVersion = Document::VCARD40 === $targetVersion ? '4.0' : '3.0'; 56 $this->convertProperty($input, $output, $property, $targetVersion); 68 * @param int $targetVersion 86 if (Document::VCARD30 !== $targetVersion && 'PHONE-NUMBER' === $valueType) { 96 if (Document::VCARD30 === $targetVersion) { 148 } elseif (Document::VCARD40 === $targetVersion) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/ |
H A D | UpgradeHistoryEntry.php | 53 public $targetVersion; variable in Google\\Service\\AIPlatformNotebooks\\UpgradeHistoryEntry 164 public function setTargetVersion($targetVersion) argument 166 $this->targetVersion = $targetVersion; 173 return $this->targetVersion;
|
/plugin/davcard/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 30 * @param int $targetVersion 32 public function convert(Component\VCard $input, $targetVersion) { argument 35 if ($inputVersion===$targetVersion) { 42 if (!in_array($targetVersion, array(Document::VCARD30, Document::VCARD40))) { 46 $newVersion = $targetVersion===Document::VCARD40?'4.0':'3.0'; 54 $this->convertProperty($input, $output, $property, $targetVersion); 68 * @param int $targetVersion 71 …vertProperty(Component\VCard $input, Component\VCard $output, Property $property, $targetVersion) { argument 95 if ($targetVersion===Document::VCARD30) { 156 } elseif ($targetVersion===Document::VCARD40) { [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 30 * @param int $targetVersion 32 function convert(Component\VCard $input, $targetVersion) { argument 35 if ($inputVersion === $targetVersion) { 42 if (!in_array($targetVersion, [Document::VCARD30, Document::VCARD40])) { 46 $newVersion = $targetVersion === Document::VCARD40 ? '4.0' : '3.0'; 57 $this->convertProperty($input, $output, $property, $targetVersion); 71 * @param int $targetVersion 75 …vertProperty(Component\VCard $input, Component\VCard $output, Property $property, $targetVersion) { argument 99 if ($targetVersion === Document::VCARD30) { 160 } elseif ($targetVersion === Document::VCARD40) { [all …]
|
/plugin/webdavclient/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 30 * @param int $targetVersion 32 public function convert(Component\VCard $input, $targetVersion) { argument 35 if ($inputVersion===$targetVersion) { 42 if (!in_array($targetVersion, array(Document::VCARD30, Document::VCARD40))) { 46 $newVersion = $targetVersion===Document::VCARD40?'4.0':'3.0'; 54 $this->convertProperty($input, $output, $property, $targetVersion); 68 * @param int $targetVersion 71 …vertProperty(Component\VCard $input, Component\VCard $output, Property $property, $targetVersion) { argument 95 if ($targetVersion===Document::VCARD30) { 156 } elseif ($targetVersion===Document::VCARD40) { [all …]
|
/plugin/davcal/vendor/sabre/vobject/lib/ |
H A D | VCardConverter.php | 30 * @param int $targetVersion 32 public function convert(Component\VCard $input, $targetVersion) { argument 35 if ($inputVersion===$targetVersion) { 42 if (!in_array($targetVersion, array(Document::VCARD30, Document::VCARD40))) { 46 $newVersion = $targetVersion===Document::VCARD40?'4.0':'3.0'; 54 $this->convertProperty($input, $output, $property, $targetVersion); 68 * @param int $targetVersion 71 …vertProperty(Component\VCard $input, Component\VCard $output, Property $property, $targetVersion) { argument 95 if ($targetVersion===Document::VCARD30) { 156 } elseif ($targetVersion===Document::VCARD40) { [all …]
|