Home
last modified time | relevance | path

Searched refs:m_comment (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/dports/devel/ccdoc/ccdocv08r41/src/
H A Dphase1_scanner_doc.cc62 return m_comment.empty(); in empty()
73 m_comment.add_lineno(lineno); in format()
74 m_comment.get(tokens); in format()
319 m_comment.add_author(arg); in parse_line()
411 m_comment.add_new_param(arg1); in parse_line()
445 m_comment.add_pkg(*i); in parse_line()
493 m_comment.add_pkgdoc(*i); in parse_line()
523 m_comment.add_pkgdoc_tid(arg); in parse_line()
601 m_comment.add_source(arg); in parse_line()
617 m_comment.add_since(arg); in parse_line()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/commentshape/
H A DCommentShape.cpp51 , m_comment(nullptr) in CommentShape()
57 m_comment = factory->createDefaultShape(resourceManager); in CommentShape()
59 if ( !m_comment ) { in CommentShape()
66 m_comment->setUserData( new KoTextShapeData ); in CommentShape()
69 m_comment->setSize(commentBoxSize); in CommentShape()
70 m_comment->setPosition(commentBoxPoint); in CommentShape()
71 m_comment->setVisible(false); in CommentShape()
82 m_comment->setStroke(stroke); in CommentShape()
84 addShape(m_comment); in CommentShape()
94 delete m_comment; in ~CommentShape()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/config/
H A Duser_config.cpp85 if(comment != NULL) m_comment = comment; in GroupUserConfigParam()
95 if(comment != NULL) m_comment = comment; in GroupUserConfigParam()
104 if(m_comment.size() > 0) stream << " <!-- " << m_comment.c_str(); in write()
236 if (m_comment.size() > 0) stream << " <!-- " << m_comment.c_str(); in write()
324 if(comment != NULL) m_comment = comment; in IntUserConfigParam()
337 if(comment != NULL) m_comment = comment; in IntUserConfigParam()
343 if(m_comment.size() > 0) stream << " <!-- " << m_comment.c_str() in write()
406 if(m_comment.size() > 0) stream << " <!-- " << m_comment.c_str() in write()
477 if(m_comment.size() > 0) stream << " <!-- " << m_comment.c_str() in write()
529 if(m_comment.size() > 0) stream << " <!-- " << m_comment.c_str() in write()
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dpalettes_listbox.cpp64 , m_comment(comment) { in CommentButton()
79 std::string::size_type j, i = m_comment.find("http"); in onClick()
81 for (j=i+4; j != m_comment.size() && is_url_char(m_comment[j]); ++j) in onClick()
87 std::string m_comment; member in app::PalettesListItem::CommentButton
93 , m_comment(nullptr) in PalettesListItem()
97 addChild(m_comment = new CommentButton(comment)); in PalettesListItem()
99 tooltips->addTooltipFor(m_comment, comment, LEFT); in PalettesListItem()
107 if (m_comment) { in onResize()
108 auto reqSz = m_comment->sizeHint(); in onResize()
109 m_comment->setBounds( in onResize()
[all …]
/dports/sysutils/baloo-widgets/baloo-widgets-21.12.3/src/
H A Dkcommentwidget.cpp39 m_comment() in KCommentWidget()
53 setText(m_comment); in KCommentWidget()
79 m_comment = comment; in setText()
84 return m_comment; in text()
90 setText(m_comment); in setReadOnly()
122 QPointer<KEditCommentDialog> dialog = new KEditCommentDialog(this, m_comment, caption); in slotLinkActivated()
128 const QString oldText = m_comment; in slotLinkActivated()
132 if (oldText != m_comment) { in slotLinkActivated()
133 Q_EMIT commentChanged(m_comment); in slotLinkActivated()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dgzip.cpp23 m_comment.assign(reinterpret_cast<const char*>(v.begin()), v.size()); in IsolatedInitialize()
35 if(!m_comment.empty()) in WritePrestreamHeader()
53 if(!m_comment.empty()) in WritePrestreamHeader()
54 AttachedTransformation()->Put((const unsigned char*)m_comment.data(), m_comment.size() +1); in WritePrestreamHeader()
72 m_comment.clear(); in WritePoststreamTail()
86 m_comment = comment; in SetComment()
117 m_comment.clear(); in ProcessPrestreamHeader()
152 if(b) m_comment.append( 1, (char)b ); in ProcessPrestreamHeader()
184 for(size_t i = 0; i < m_comment.length(); i++) { in GetComment()
185 const char c = m_comment[i]; in GetComment()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dgzip.cpp23 m_comment.assign(reinterpret_cast<const char*>(v.begin()), v.size()); in IsolatedInitialize()
35 if(!m_comment.empty()) in WritePrestreamHeader()
53 if(!m_comment.empty()) in WritePrestreamHeader()
54 AttachedTransformation()->Put((const unsigned char*)m_comment.data(), m_comment.size() +1); in WritePrestreamHeader()
72 m_comment.clear(); in WritePoststreamTail()
86 m_comment = comment; in SetComment()
117 m_comment.clear(); in ProcessPrestreamHeader()
152 if(b) m_comment.append( 1, (char)b ); in ProcessPrestreamHeader()
184 for(size_t i = 0; i < m_comment.length(); i++) { in GetComment()
185 const char c = m_comment[i]; in GetComment()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dgzip.cpp23 m_comment.assign(reinterpret_cast<const char*>(v.begin()), v.size()); in IsolatedInitialize()
35 if(!m_comment.empty()) in WritePrestreamHeader()
53 if(!m_comment.empty()) in WritePrestreamHeader()
54 AttachedTransformation()->Put((const unsigned char*)m_comment.data(), m_comment.size() +1); in WritePrestreamHeader()
72 m_comment.clear(); in WritePoststreamTail()
86 m_comment = comment; in SetComment()
117 m_comment.clear(); in ProcessPrestreamHeader()
152 if(b) m_comment.append( 1, (char)b ); in ProcessPrestreamHeader()
184 for(size_t i = 0; i < m_comment.length(); i++) { in GetComment()
185 const char c = m_comment[i]; in GetComment()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dgzip.cpp23 m_comment.assign(reinterpret_cast<const char*>(v.begin()), v.size()); in IsolatedInitialize()
35 if(!m_comment.empty()) in WritePrestreamHeader()
53 if(!m_comment.empty()) in WritePrestreamHeader()
54 AttachedTransformation()->Put((const unsigned char*)m_comment.data(), m_comment.size() +1); in WritePrestreamHeader()
72 m_comment.clear(); in WritePoststreamTail()
86 m_comment = comment; in SetComment()
117 m_comment.clear(); in ProcessPrestreamHeader()
152 if(b) m_comment.append( 1, (char)b ); in ProcessPrestreamHeader()
184 for(size_t i = 0; i < m_comment.length(); i++) { in GetComment()
185 const char c = m_comment[i]; in GetComment()
[all …]
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kio/
H A Dkcommentwidget.cpp40 m_comment() in KCommentWidget()
54 setText(m_comment); in KCommentWidget()
80 m_comment = comment; in setText()
85 return m_comment; in text()
91 setText(m_comment); in setReadOnly()
124 editor->setText(m_comment); in slotLinkActivated()
142 const QString oldText = m_comment; in slotLinkActivated()
146 if (oldText != m_comment) { in slotLinkActivated()
147 emit commentChanged(m_comment); in slotLinkActivated()
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A DfragRule.cpp71 m_comment(comment) in FragRule()
84 m_comment(other.m_comment) in FragRule()
125 other->m_comment = m_comment; in clone()
144 m_comment = other.m_comment; in mold()
230 m_comment = str; in setComment()
240 return m_comment; in comment()
437 m_comment = child.text(); in renderXmlFgrElement()
538 if (!m_comment.isEmpty()) in formatXmlFgrElement()
541 .arg(m_comment); in formatXmlFgrElement()
H A DcrossLinkList.cpp49 : m_name(name), mp_polymer(polymer), m_comment(comment) in CrossLinkList()
58 m_comment(other->m_comment) in CrossLinkList()
102 other->m_comment = m_comment; in clone()
133 m_comment = other.m_comment; in mold()
192 m_comment = comment; in setComment()
199 return m_comment; in comment()
H A DfragSpec.cpp64 m_fragEnd(fragEnd), m_comment(comment) in FragSpec()
98 m_comment(other.m_comment) in FragSpec()
151 other->m_comment = m_comment; in clone()
179 m_comment = other.m_comment; in mold()
312 m_comment = str; in setComment()
322 return m_comment; in comment()
516 m_comment = child.text(); in renderXmlFgsElement()
655 m_comment = child.text(); in renderXmlFgsElementV2()
795 if (!m_comment.isEmpty()) in formatXmlFgsElement()
798 .arg(m_comment); in formatXmlFgsElement()
H A DmassList.cpp98 : m_name(other.m_name), m_comment(other.m_comment), in MassList()
129 other->m_comment = m_comment; in clone()
153 m_comment = other.m_comment; in mold()
205 m_comment = comment; in setComment()
212 return m_comment; in comment()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/annotationeditor/
H A Dannotationcommenttab.cpp94 if (m_comment.sameContent(result)) in currentComment()
95 result.setTimestamp(m_comment.timestamp()); in currentComment()
104 return m_comment; in originalComment()
109 m_comment = comment; in setComment()
115 ui->titleEdit->setCurrentText(m_comment.title()); in resetUI()
116 ui->authorEdit->setText(m_comment.author()); in resetUI()
117 m_editor->setRichText(m_comment.deescapedText()); in resetUI()
119 if (m_comment.timestamp() > 0) in resetUI()
120 ui->timeLabel->setText(m_comment.timestampStr()); in resetUI()
127 m_comment = currentComment(); in resetComment()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DDocumentReviews.h77 inline const Aws::Vector<DocumentReviewCommentSource>& GetComment() const{ return m_comment; } in GetComment()
89 …Aws::Vector<DocumentReviewCommentSource>& value) { m_commentHasBeenSet = true; m_comment = value; } in SetComment()
95 …tor<DocumentReviewCommentSource>&& value) { m_commentHasBeenSet = true; m_comment = std::move(valu… in SetComment()
113 …const DocumentReviewCommentSource& value) { m_commentHasBeenSet = true; m_comment.push_back(value)… in AddComment()
119 …ment(DocumentReviewCommentSource&& value) { m_commentHasBeenSet = true; m_comment.push_back(std::m… in AddComment()
126 Aws::Vector<DocumentReviewCommentSource> m_comment; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/VRMLConverter/vrmllib/src/
H A Dcommentstream.cpp10 bool m_comment; member in utillib::commentstreambuf
19 m_end(static_cast<unsigned char>(end)), m_comment(false) in commentstreambuf()
31 if (ch == m_start) m_comment = true; in underflow()
32 else if (ch == m_end) m_comment = false; in underflow()
34 if (!m_comment) in underflow()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/VRMLConverter/vrmllib/src/
H A Dcommentstream.cpp11 bool m_comment; member in utillib::commentstreambuf
20 m_end(static_cast<unsigned char>(end)), m_comment(false) in commentstreambuf()
32 if (ch == m_start) m_comment = true; in underflow()
33 else if (ch == m_end) m_comment = false; in underflow()
35 if (!m_comment) in underflow()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/OPJViewer/source/
H A Dimagjpeg2000.h106 m_comment = wxT("Created by OPJViewer Win32 - OpenJPEG version "); in wxJPEG2000Handler()
108 m_comment = wxT("Created by OPJViewer Lin32 - OpenJPEG version "); in wxJPEG2000Handler()
110 m_comment = wxT("Created by OPJViewer - OpenJPEG version "); in wxJPEG2000Handler()
114 m_comment += wxString::Format(wxT("%s with JPWL"), (char *) opj_version()); in wxJPEG2000Handler()
116 m_comment += wxString::Format(wxT("%s"), (char *) opj_version()); in wxJPEG2000Handler()
158 wxString m_comment; variable
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/wx/OPJViewer/source/
H A Dimagjpeg2000.h111 m_comment = wxT("Created by OPJViewer Win32 - OpenJPEG version "); in wxJPEG2000Handler()
113 m_comment = wxT("Created by OPJViewer Lin32 - OpenJPEG version "); in wxJPEG2000Handler()
115 m_comment = wxT("Created by OPJViewer - OpenJPEG version "); in wxJPEG2000Handler()
119 m_comment += wxString::Format(wxT("%s with JPWL"), (char *) opj_version()); in wxJPEG2000Handler()
121 m_comment += wxString::Format(wxT("%s"), (char *) opj_version()); in wxJPEG2000Handler()
163 wxString m_comment; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/include/aws/route53/model/
H A DHostedZoneConfig.h45 inline const Aws::String& GetComment() const{ return m_comment; } in GetComment()
55 …inline void SetComment(const Aws::String& value) { m_commentHasBeenSet = true; m_comment = value; } in SetComment()
60 …inline void SetComment(Aws::String&& value) { m_commentHasBeenSet = true; m_comment = std::move(va… in SetComment()
65 … inline void SetComment(const char* value) { m_commentHasBeenSet = true; m_comment.assign(value); } in SetComment()
105 Aws::String m_comment;
H A DUpdateHostedZoneCommentRequest.h85 inline const Aws::String& GetComment() const{ return m_comment; } in GetComment()
99 …inline void SetComment(const Aws::String& value) { m_commentHasBeenSet = true; m_comment = value; } in SetComment()
106 …inline void SetComment(Aws::String&& value) { m_commentHasBeenSet = true; m_comment = std::move(va… in SetComment()
113 … inline void SetComment(const char* value) { m_commentHasBeenSet = true; m_comment.assign(value); } in SetComment()
141 Aws::String m_comment; variable
H A DUpdateTrafficPolicyCommentRequest.h116 inline const Aws::String& GetComment() const{ return m_comment; } in GetComment()
126 …inline void SetComment(const Aws::String& value) { m_commentHasBeenSet = true; m_comment = value; } in SetComment()
131 …inline void SetComment(Aws::String&& value) { m_commentHasBeenSet = true; m_comment = std::move(va… in SetComment()
136 … inline void SetComment(const char* value) { m_commentHasBeenSet = true; m_comment.assign(value); } in SetComment()
161 Aws::String m_comment; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/include/aws/cloudfront/model/
H A DFunctionConfig.h45 inline const Aws::String& GetComment() const{ return m_comment; } in GetComment()
55 …inline void SetComment(const Aws::String& value) { m_commentHasBeenSet = true; m_comment = value; } in SetComment()
60 …inline void SetComment(Aws::String&& value) { m_commentHasBeenSet = true; m_comment = std::move(va… in SetComment()
65 … inline void SetComment(const char* value) { m_commentHasBeenSet = true; m_comment.assign(value); } in SetComment()
121 Aws::String m_comment;
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKMetadataElement.cpp60 , m_comment() in IWORKMetadataElement()
71 return std::make_shared<StringContext>(getState(), m_comment); in element()
97 if (m_comment) in endOfElement()
98 metadata.m_comment = get(m_comment); in endOfElement()

12345678910>>...42