Home
last modified time | relevance | path

Searched refs:bodyType (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DDialog.php22 protected $bodyType = GoogleAppsCardV1Card::class; variable in Google\\Service\\HangoutsChat\\Dialog
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
DMessagePart.php23 protected $bodyType = MessagePartBody::class; variable in Google\\Service\\Gmail\\MessagePart
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
DNote.php25 protected $bodyType = Section::class; variable in Google\\Service\\Keep\\Note
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DDocument.php22 protected $bodyType = Body::class; variable in Google\\Service\\Docs\\Document
/plugin/datatables/assets/pdfmake/
Dpdfmake.js16967 var item, itemType, labelType, bodyType;
16973 bodyType = _options$structTypes[2];
16977 bodyType = 'LBody';
16993 if (item && (labelType || bodyType)) {
16994 …item.add(_this3.struct(labelType || bodyType, [_this3.markStructureContent(labelType || bodyType)]…
17007 if (item && labelType && bodyType) {
17008 item.add(_this3.struct(bodyType, [_this3.markStructureContent(bodyType)]));