Home
last modified time | relevance | path

Searched refs:itemType (Results 1 – 15 of 15) 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/
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/
DItem.php29 public $itemType; variable in Google\\Service\\CloudSearch\\Item
84 public function setItemType($itemType) argument
86 $this->itemType = $itemType;
93 return $this->itemType;
DPushItemRequest.php28 protected $itemType = PushItem::class; variable in Google\\Service\\CloudSearch\\PushItemRequest
DIndexItemRequest.php30 protected $itemType = Item::class; variable in Google\\Service\\CloudSearch\\IndexItemRequest
/plugin/zotero/
DFeedZoteroRepository.php39 $itemType = $this->parseItemType($node);
40 if ($itemType == "note" || $itemType == "attachment")
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2ReidentifyContentResponse.php22 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentResponse
DGooglePrivacyDlpV2HybridContentItem.php24 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2HybridContentItem
DGooglePrivacyDlpV2DeidentifyContentResponse.php22 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentResponse
DGooglePrivacyDlpV2InspectContentRequest.php28 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2InspectContentRequest
DGooglePrivacyDlpV2ReidentifyContentRequest.php28 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2ReidentifyContentRequest
DGooglePrivacyDlpV2DeidentifyContentRequest.php34 protected $itemType = GooglePrivacyDlpV2ContentItem::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DeidentifyContentRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DCreateItemRequest.php22 protected $itemType = Item::class; variable in Google\\Service\\Forms\\CreateItemRequest
DUpdateItemRequest.php22 protected $itemType = Item::class; variable in Google\\Service\\Forms\\UpdateItemRequest
/plugin/datatables/assets/pdfmake/
Dpdfmake.js16967 var item, itemType, labelType, bodyType;
16971 itemType = _options$structTypes[0];
16975 itemType = 'LI';
16980 if (itemType) {
16981 item = _this3.struct(itemType);