Home
last modified time | relevance | path

Searched refs:SetAuthor (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DListDocumentMetadataHistoryResult.h118 inline void SetAuthor(const Aws::String& value) { m_author = value; } in SetAuthor() function
124 inline void SetAuthor(Aws::String&& value) { m_author = std::move(value); } in SetAuthor() function
130 inline void SetAuthor(const char* value) { m_author.assign(value); } in SetAuthor() function
136 …inline ListDocumentMetadataHistoryResult& WithAuthor(const Aws::String& value) { SetAuthor(value);… in WithAuthor()
142 …inline ListDocumentMetadataHistoryResult& WithAuthor(Aws::String&& value) { SetAuthor(std::move(va… in WithAuthor()
148 …inline ListDocumentMetadataHistoryResult& WithAuthor(const char* value) { SetAuthor(value); return… in WithAuthor()
H A DDocumentIdentifier.h683 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
688 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
693 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
698 … inline DocumentIdentifier& WithAuthor(const Aws::String& value) { SetAuthor(value); return *this;} in WithAuthor()
703 …inline DocumentIdentifier& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); return *… in WithAuthor()
708 inline DocumentIdentifier& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DDocumentDescription.h1078 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
1083 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
1088 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
1093 …inline DocumentDescription& WithAuthor(const Aws::String& value) { SetAuthor(value); return *this;} in WithAuthor()
1098 …inline DocumentDescription& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); return … in WithAuthor()
1103 inline DocumentDescription& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/model/
H A DUpdateApplicationRequest.h93 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
99 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
105 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
111 …inline UpdateApplicationRequest& WithAuthor(const Aws::String& value) { SetAuthor(value); return *… in WithAuthor()
117 …inline UpdateApplicationRequest& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); re… in WithAuthor()
123 … inline UpdateApplicationRequest& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DApplicationSummary.h98 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
104 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
110 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
116 … inline ApplicationSummary& WithAuthor(const Aws::String& value) { SetAuthor(value); return *this;} in WithAuthor()
122 …inline ApplicationSummary& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); return *… in WithAuthor()
128 inline ApplicationSummary& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DUpdateApplicationResult.h83 inline void SetAuthor(const Aws::String& value) { m_author = value; } in SetAuthor() function
89 inline void SetAuthor(Aws::String&& value) { m_author = std::move(value); } in SetAuthor() function
95 inline void SetAuthor(const char* value) { m_author.assign(value); } in SetAuthor() function
101 …inline UpdateApplicationResult& WithAuthor(const Aws::String& value) { SetAuthor(value); return *t… in WithAuthor()
107 …inline UpdateApplicationResult& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); ret… in WithAuthor()
113 inline UpdateApplicationResult& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DCreateApplicationResult.h83 inline void SetAuthor(const Aws::String& value) { m_author = value; } in SetAuthor() function
89 inline void SetAuthor(Aws::String&& value) { m_author = std::move(value); } in SetAuthor() function
95 inline void SetAuthor(const char* value) { m_author.assign(value); } in SetAuthor() function
101 …inline CreateApplicationResult& WithAuthor(const Aws::String& value) { SetAuthor(value); return *t… in WithAuthor()
107 …inline CreateApplicationResult& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); ret… in WithAuthor()
113 inline CreateApplicationResult& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DGetApplicationResult.h83 inline void SetAuthor(const Aws::String& value) { m_author = value; } in SetAuthor() function
89 inline void SetAuthor(Aws::String&& value) { m_author = std::move(value); } in SetAuthor() function
95 inline void SetAuthor(const char* value) { m_author.assign(value); } in SetAuthor() function
101 …inline GetApplicationResult& WithAuthor(const Aws::String& value) { SetAuthor(value); return *this… in WithAuthor()
107 …inline GetApplicationResult& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); return… in WithAuthor()
113 inline GetApplicationResult& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DCreateApplicationRequest.h52 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
58 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
64 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
70 …inline CreateApplicationRequest& WithAuthor(const Aws::String& value) { SetAuthor(value); return *… in WithAuthor()
76 …inline CreateApplicationRequest& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); re… in WithAuthor()
82 … inline CreateApplicationRequest& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-auditmanager/include/aws/auditmanager/model/
H A DAssessmentReportMetadata.h261 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
266 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
271 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
276 …inline AssessmentReportMetadata& WithAuthor(const Aws::String& value) { SetAuthor(value); return *… in WithAuthor()
281 …inline AssessmentReportMetadata& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); re… in WithAuthor()
286 … inline AssessmentReportMetadata& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DAssessmentReport.h304 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
309 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
314 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
319 inline AssessmentReport& WithAuthor(const Aws::String& value) { SetAuthor(value); return *this;} in WithAuthor()
324 …inline AssessmentReport& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); return *th… in WithAuthor()
329 inline AssessmentReport& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
H A DAssessmentEvidenceFolder.h332 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
337 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor() function
342 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor() function
347 …inline AssessmentEvidenceFolder& WithAuthor(const Aws::String& value) { SetAuthor(value); return *… in WithAuthor()
352 …inline AssessmentEvidenceFolder& WithAuthor(Aws::String&& value) { SetAuthor(std::move(value)); re… in WithAuthor()
357 … inline AssessmentEvidenceFolder& WithAuthor(const char* value) { SetAuthor(value); return *this;} in WithAuthor()
/dports/irc/anope/anope-2.0.9/src/
H A Dmodule.cpp26 this->SetAuthor("Anope"); in Module()
31 this->SetAuthor("Unknown"); in Module()
100 void Module::SetAuthor(const Anope::string &nauthor) in SetAuthor() function in Module
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/inc/xfilter/
H A Dxfannotation.hxx72 void SetAuthor(const OUString& author);
83 inline void XFAnnotation::SetAuthor(const OUString& author) { m_strAuthor = author; } in SetAuthor() function in XFAnnotation
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/inc/xfilter/
H A Dxfannotation.hxx72 void SetAuthor(const OUString& author);
86 inline void XFAnnotation::SetAuthor(const OUString& author) in SetAuthor() function in XFAnnotation
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/include/aws/codecommit/model/
H A DCommit.h239 inline void SetAuthor(const UserInfo& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor() function
246 …inline void SetAuthor(UserInfo&& value) { m_authorHasBeenSet = true; m_author = std::move(value); } in SetAuthor() function
253 inline Commit& WithAuthor(const UserInfo& value) { SetAuthor(value); return *this;} in WithAuthor()
260 inline Commit& WithAuthor(UserInfo&& value) { SetAuthor(std::move(value)); return *this;} in WithAuthor()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Ddocprop.cc69 doc->SetAuthor (gtk_entry_get_text (entry)); in OnNameChanged()
75 doc->SetAuthor (gtk_entry_get_text (entry)); in OnNameFocusedOut()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/tecnickcom/tcpdf/examples/
H A Dexample_002.php35 $pdf->SetAuthor('Nicola Asuni');
H A Dexample_043.php35 $pdf->SetAuthor('Nicola Asuni');
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_002.php35 $pdf->SetAuthor('Nicola Asuni');
H A Dexample_043.php35 $pdf->SetAuthor('Nicola Asuni');
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/tecnickcom/tcpdf/examples/
H A Dexample_002.php35 $pdf->SetAuthor('Nicola Asuni');
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/tecnickcom/tcpdf/examples/
H A Dexample_002.php35 $pdf->SetAuthor('Nicola Asuni');
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/tecnickcom/tcpdf/examples/
H A Dexample_002.php35 $pdf->SetAuthor('Nicola Asuni');
H A Dexample_043.php35 $pdf->SetAuthor('Nicola Asuni');

12345678910>>...28