Home
last modified time | relevance | path

Searched refs:itemType (Results 1 – 14 of 14) sorted by relevance

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto20.php81 foreach(['calendar', 'addressbook'] as $itemType) {
83 $tableName = $itemType . 's';
85 $changesTable = $itemType . 'changes';
103 switch($itemType) {
141 switch($itemType) {
226 {$itemType}id INT(11) UNSIGNED NOT NULL,
228 INDEX {$itemType}id_synctoken ({$itemType}id, synctoken)
240 {$itemType}id integer,
245 … $pdo->exec("CREATE INDEX {$itemType}id_synctoken ON $changesTable ({$itemType}id, synctoken);");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DGroupContentDetails.php29 public $itemType; variable in Google\\Service\\YouTubeAnalytics\\GroupContentDetails
48 public function setItemType($itemType) argument
50 $this->itemType = $itemType;
57 return $this->itemType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItem.php29 public $itemType; variable in Google\\Service\\CloudSearch\\Item
84 public function setItemType($itemType) argument
86 $this->itemType = $itemType;
93 return $this->itemType;
H A DPushItemRequest.php28 protected $itemType = PushItem::class; variable in Google\\Service\\CloudSearch\\PushItemRequest
H A DIndexItemRequest.php30 protected $itemType = Item::class; variable in Google\\Service\\CloudSearch\\IndexItemRequest
/plugin/zotero/
H A DFeedZoteroRepository.php39 $itemType = $this->parseItemType($node);
40 if ($itemType == "note" || $itemType == "attachment")
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2HybridContentItem.php24 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2HybridContentItem
H A DGooglePrivacyDlpV2DeidentifyContentResponse.php22 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentResponse
H A DGooglePrivacyDlpV2ReidentifyContentResponse.php22 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentResponse
H A DGooglePrivacyDlpV2InspectContentRequest.php28 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2InspectContentRequest
H A DGooglePrivacyDlpV2DeidentifyContentRequest.php34 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentRequest
H A DGooglePrivacyDlpV2ReidentifyContentRequest.php28 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DCreateItemRequest.php22 protected $itemType = Item::class; variable in Google\\Service\\Forms\\CreateItemRequest
H A DUpdateItemRequest.php22 protected $itemType = Item::class; variable in Google\\Service\\Forms\\UpdateItemRequest