Home
last modified time | relevance | path

Searched refs:attachments (Results 1 – 25 of 191) sorted by path

12345678

/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php956 public $attachments; variable in Google_TimelineItem
993 public function setAttachments(/* array(Google_Attachment) */ $attachments) { argument
994 $this->assertIsArray($attachments, 'Google_Attachment', __METHOD__);
995 $this->attachments = $attachments;
998 return $this->attachments;
H A DGoogle_PlusDomainsService.php841 public $attachments; variable in Google_ActivityObject
865 public function setAttachments(/* array(Google_ActivityObjectAttachments) */ $attachments) { argument
866 $this->assertIsArray($attachments, 'Google_ActivityObjectAttachments', __METHOD__);
867 $this->attachments = $attachments;
870 return $this->attachments;
H A DGoogle_PlusService.php667 public $attachments; variable in Google_ActivityObject
688 public function setAttachments(/* array(Google_ActivityObjectAttachments) */ $attachments) { argument
689 $this->assertIsArray($attachments, 'Google_ActivityObjectAttachments', __METHOD__);
690 $this->attachments = $attachments;
693 return $this->attachments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DApigee.php1620 'attachments',
1624 'path' => 'v1/{+parent}/attachments',
1654 'path' => 'v1/{+parent}/attachments',
3321 'attachments',
3325 'path' => 'v1/{+parent}/attachments',
3355 'path' => 'v1/{+parent}/attachments',
H A DCloudSupport.php42 public $attachments; variable in Google\\Service\\CloudSupport
68 'attachments',
72 'path' => 'v2beta/{+parent}/attachments',
218 'attachments',
222 'path' => 'v2beta/{+parent}/attachments',
298 'path' => 'v2beta/{+parent}/attachments',
H A DGmail.php589 'attachments',
593 'path' => 'gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}',
H A DHangoutsChat.php389 'attachments',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ListInstanceAttachmentsResponse.php33 public function setAttachments($attachments) argument
35 $this->attachments = $attachments;
42 return $this->attachments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php173 public function setAttachments($attachments) argument
175 $this->attachments = $attachments;
182 return $this->attachments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAssignmentSubmission.php29 public function setAttachments($attachments) argument
31 $this->attachments = $attachments;
38 return $this->attachments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DListAttachmentsResponse.php33 public function setAttachments($attachments) argument
35 $this->attachments = $attachments;
42 return $this->attachments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DNote.php57 public function setAttachments($attachments) argument
59 $this->attachments = $attachments;
66 return $this->attachments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DExemplar.php26 public $attachments; variable in Google\\Service\\Monitoring\\Exemplar
36 public function setAttachments($attachments) argument
38 $this->attachments = $attachments;
45 return $this->attachments;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DExemplar.php23 public $attachments; variable in Google\\Service\\Networkconnectivity\\Exemplar
27 public function setAttachments($attachments) argument
29 $this->attachments = $attachments;
33 return $this->attachments;
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md599 * `FIX`: copy boundary events attachments ([#1190](https://github.com/bpmn-io/bpmn-js/issues/1190))
/plugin/davcal/
H A Dhelper.php799 $attachments = $params['attachments'];
800 if(!is_null($attachments))
801 foreach($attachments as $attachment)
1137 $attachments = $event->ATTACH;
1138 if($attachments !== null)
1141 foreach($attachments as $attachment)
1330 $attachments = $params['attachments'];
1331 if(!is_null($attachments))
1332 foreach($attachments as $attachment)
H A Dscript.js659 if(calEvent.attachments && (calEvent.attachments !== null))
661 for(var i=0; i<calEvent.attachments.length; i++)
663 var url = calEvent.attachments[i];
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6attachments+"-"),t.nsp&&"/"!==t.nsp&&(e+=t.nsp+","),null!=t.id&&(e+=t.id),null!=t.data&&(e+=JSON.s…
/plugin/diagramsnet/lib/resources/
H A Ddia.txt53 attachments=Attachments
503 noAttachments=No attachments found
965 confALibPageDesc=This page contains draw.io custom libraries as attachments
966 confATempPageDesc=This page contains draw.io custom templates as attachments
H A Ddia_am.txt53 attachments=Attachments
503 noAttachments=No attachments found
965 confALibPageDesc=This page contains draw.io custom libraries as attachments
966 confATempPageDesc=This page contains draw.io custom templates as attachments
H A Ddia_ar.txt53 attachments=‫الملحقات‬
503 noAttachments=No attachments found
965 confALibPageDesc=This page contains draw.io custom libraries as attachments
966 confATempPageDesc=This page contains draw.io custom templates as attachments
H A Ddia_bg.txt53 attachments=Приложения
H A Ddia_bn.txt53 attachments=Attachments
503 noAttachments=No attachments found
965 confALibPageDesc=This page contains draw.io custom libraries as attachments
966 confATempPageDesc=This page contains draw.io custom templates as attachments
H A Ddia_bs.txt53 attachments=Prilozi
965 confALibPageDesc=This page contains draw.io custom libraries as attachments
966 confATempPageDesc=This page contains draw.io custom templates as attachments
H A Ddia_ca.txt53 attachments=Fitxers adjunts
965 confALibPageDesc=This page contains draw.io custom libraries as attachments
966 confATempPageDesc=This page contains draw.io custom templates as attachments

12345678