Home
last modified time | relevance | path

Searched refs:m_author (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/subversion/3rdparty/kdevsvncpp/
H A Dannotate_line.hpp45 m_author(author), m_date(date), m_line(line) in AnnotateLine()
51 m_author(other.m_author), m_date(other.m_date), in AnnotateLine()
78 return m_author; in author()
98 std::string m_author; member in svn::AnnotateLine
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/services/standard/
H A Drssparser.cpp94 new_message.m_author = msg_element.namedItem(QSL("author")).toElement().text();
96 if (new_message.m_author.isEmpty()) {
97 new_message.m_author = msg_element.namedItem(QSL("creator")).toElement().text();
113 if (new_message.m_author.isNull()) {
114 new_message.m_author = QL1S("");
117 new_message.m_author = qApp->web()->unescapeHtml(new_message.m_author);
H A Drdfparser.cpp62 new_message.m_author = msg_element.namedItem(QSL("creator")).toElement().text();
80 if (new_message.m_author.isNull()) {
81 new_message.m_author = QL1S("");
H A Djsonparser.cpp49 msg.m_author = msg_obj[QSL("author")].toObject()[QSL("name")].toString(); in messages()
52 msg.m_author = msg_obj[QSL("authors")].toArray().at(0).toObject()[QSL("name")].toString(); in messages()
55 msg.m_author = global_author; in messages()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/cocoa/
H A Dxap_CocoaDlg_PluginManager.cpp171 m_author = 0;
198 if (m_author == 0)
199 m_author = @"";
208 [m_author retain];
225 m_author = 0;
247 m_author = [delegate pluginAuthor];
254 if (m_author == 0)
255 m_author = @"";
264 [m_author retain];
283 [m_author release];
[all …]
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKMetadataElement.cpp57 , m_author() in IWORKMetadataElement()
69 return std::make_shared<StringContext>(getState(), m_author); in element()
91 if (m_author) in endOfElement()
92 metadata.m_author = get(m_author); in endOfElement()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/designercore/model/
H A Dannotation.cpp38 , m_author(QString()) in Comment()
45 , m_author(author) in Comment()
62 return m_author; in author()
67 m_author = author; in setAuthor()
147 result.push_back(m_author); in toQString()
157 {{"title", m_title}, {"author", m_author}, {"text", m_text}, {"timestamp", m_timestamp}}}; in toJsonValue()
168 comment.m_author = obj["author"].toString(); in fromJsonValue()
178 stream << "\"author: " << comment.m_author << "\" "; in operator <<()
189 stream << comment.m_author; in operator <<()
199 stream >> comment.m_author; in operator >>()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/express_router/
H A Dmain.cpp14 : m_author{ std::move( author ) } in book_t()
23 & json_dto::mandatory( "author", m_author ) in json_io()
27 std::string m_author; member
59 resp.append_body( b.m_title + "[" + b.m_author + "]\n" ); in on_books_list()
77 b.m_title + " [" + b.m_author + "]\n" ); in on_book_get()
101 if( author == b.m_author ) in on_author_get()
104 resp.append_body( b.m_title + "[" + b.m_author + "]\n" ); in on_author_get()
175 b.m_title + "[" + b.m_author + "]\n" ); in on_book_delete()
/dports/net/arataga/restinio-v.0.6.13/dev/sample/easy_parser_router/
H A Dmain.cpp15 : m_author{ std::move( author ) } in book_t()
24 & json_dto::mandatory( "author", m_author ) in json_io()
28 std::string m_author; member
65 resp.append_body( b.m_title + "[" + b.m_author + "]\n" ); in on_books_list()
82 b.m_title + " [" + b.m_author + "]\n" ); in on_book_get()
105 if( author == b.m_author ) in on_author_get()
108 resp.append_body( b.m_title + "[" + b.m_author + "]\n" ); in on_author_get()
177 b.m_title + "[" + b.m_author + "]\n" ); in on_book_delete()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DListDocumentMetadataHistoryResult.h112 inline const Aws::String& GetAuthor() const{ return m_author; } in GetAuthor()
118 inline void SetAuthor(const Aws::String& value) { m_author = value; } in SetAuthor()
124 inline void SetAuthor(Aws::String&& value) { m_author = std::move(value); } in SetAuthor()
130 inline void SetAuthor(const char* value) { m_author.assign(value); } in SetAuthor()
232 Aws::String m_author; variable
/dports/devel/grantlee5/grantlee-5.2.0/examples/books/
H A Dbookwrapper.h36 : QObject(parent), m_author(author), m_title(title), m_genre(genre), in Q_PROPERTY()
41 QString author() { return m_author; } in author()
48 QString m_author; variable
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/obsolete/
H A Dpartinfowidget.cpp35 m_author = new QLineEdit(this); in PartInfoWidget()
57 layout->addWidget(m_author, row++, 3); in PartInfoWidget()
82 mps->setAuthor(m_author->text()); in modelPartShared()
98 m_author->setText(mps->author()); in updateInfo()
/dports/textproc/qstardict/qstardict-qstardict-1.3/plugins/
H A Ddictplugin.h84 m_author(author), in Q_DECLARE_FLAGS()
94 { return m_author; } in Q_DECLARE_FLAGS()
105 { m_author = author; } in Q_DECLARE_FLAGS()
114 QString m_author; in Q_DECLARE_FLAGS() local
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/telegram/types/
H A Dwebpage.cpp38 m_author = author; in setAuthor()
42 return m_author; in author()
166 return m_author == b.m_author && in operator ==()
247 m_author = in->fetchQString(); in fetch()
291 out->appendQString(m_author); in push()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/include/wx/
H A Dpdfinfo.h32 void SetAuthor(const wxString& author) { m_author = author; } in SetAuthor()
56 const wxString GetAuthor() const { return m_author; } in GetAuthor()
78 wxString m_author; ///< The name of the person who created the document. variable
/dports/games/killbots/killbots-21.12.3/src/
H A Drulesetselector.cpp45 m_author = new QLabel(); in RulesetSelector()
46 m_author->setAlignment(Qt::AlignLeft | Qt::AlignTop); in RulesetSelector()
47 m_author->setWordWrap(true); in RulesetSelector()
70 boxLayout->addWidget(m_author, 1, 1); in RulesetSelector()
140 m_author->setText(ruleset->author()); in selectionChanged()
/dports/games/epiphany-game/epiphany-0.7.0/src/
H A Dlevelmap.cpp49 m_author=epimap.get_author().c_str(); in load_map()
54 DEBOUT("\n\tMap Author: "<<m_author); in load_map()
83 return m_author; in get_author()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/menu/
H A Deditor_level_menu.cpp34 add_textfield(_("Author"), &(level->m_author)); in EditorLevelMenu()
76 if (!level->m_name.empty() && !level->m_author.empty() && !level->m_license.empty()) in on_back_action()
85 else if (level->m_author.empty()) in on_back_action()
/dports/editors/calligra/calligra-3.2.1/filters/words/mobi/
H A DMobiHeaderGenerator.cpp120 m_author = metaData.value("creator").toUtf8(); in generateMobiHeaders()
121 if (m_author.isEmpty()) { in generateMobiHeaders()
122 m_author = QString("Unknown").toUtf8(); in generateMobiHeaders()
239 m_exthHeader->exthRecord.insert(100, m_author); in generateEXTH()
254 4 + 4 + 4 + m_author.size(); in generateEXTH()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dscslainforeader.h16 QString m_author; variable
25 const QString& author() { return m_author; } in author()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-serverlessrepo/include/aws/serverlessrepo/model/
H A DUpdateApplicationRequest.h81 inline const Aws::String& GetAuthor() const{ return m_author; } in GetAuthor()
93 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor()
99 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor()
105 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor()
390 Aws::String m_author; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-auditmanager/include/aws/auditmanager/model/
H A DAssessmentReportMetadata.h251 inline const Aws::String& GetAuthor() const{ return m_author; } in GetAuthor()
261 inline void SetAuthor(const Aws::String& value) { m_authorHasBeenSet = true; m_author = value; } in SetAuthor()
266 …inline void SetAuthor(Aws::String&& value) { m_authorHasBeenSet = true; m_author = std::move(value… in SetAuthor()
271 inline void SetAuthor(const char* value) { m_authorHasBeenSet = true; m_author.assign(value); } in SetAuthor()
367 Aws::String m_author; variable
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/webservices/yandexfotki/
H A Dyfalbum.cpp41 m_author (author), in YandexFotkiAlbum()
57 m_author (other.author()), in YandexFotkiAlbum()
74 m_author = other.author(); in operator =()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/script/
H A Dkatescript.h58 m_author = author; in setAuthor()
62 return m_author; in author()
94 QString m_author; ///< the script author, e.g. "John Smith <john@example.com>" variable
/dports/audio/mixxx/mixxx-2.3.0/src/effects/
H A Deffectmanifest.h71 return m_author; in author()
74 m_author = author; in setAuthor()
186 QString m_author; variable

12345678910>>...15