Home
last modified time | relevance | path

Searched refs:_comment (Results 1 – 25 of 869) sorted by relevance

12345678910>>...35

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/boxes/
H A Drate_call_box.cpp54 if (_comment) { in resizeEvent()
55 _comment->moveToLeft( in resizeEvent()
79 if (!_comment) { in ratingChanged()
80 _comment.create( in ratingChanged()
85 _comment->show(); in ratingChanged()
88 _comment->resize( in ratingChanged()
102 } else if (_comment) { in ratingChanged()
103 _comment.destroy(); in ratingChanged()
109 if (_comment) { in setInnerFocus()
125 .comment = _comment ? _comment->getLastText().trimmed() : QString(), in send()
[all …]
/dports/devel/lokalize/lokalize-21.12.3/src/catalog/gettext/
H A Dcatalogitem.cpp135 d._comment = com; in setComment()
136 d._comment.squeeze(); in setComment()
185 if (!d._comment.isEmpty()) {
186 lines = d._comment.count('\n') + 1;
249 if (d._comment.isEmpty()) { in setFuzzy()
250 d._comment = QStringLiteral("#, fuzzy"); in setFuzzy()
260 QString comment = d._comment; in setFuzzy()
267 p = d._comment.indexOf(QLatin1String("\n#|")); in setFuzzy()
278 d._comment += QLatin1Char('\n'); in setFuzzy()
279 d._comment += QLatin1String("#, fuzzy"); in setFuzzy()
[all …]
/dports/lang/mono/mono-5.10.1.57/docs/HtmlAgilityPack/
H A DHtmlCommentNode.cs11 private string _comment; field in HtmlAgilityPack.HtmlCommentNode
34 if (_comment == null)
38 return _comment;
40 set { _comment = value; }
50 if (_comment == null)
54 return _comment;
56 set { _comment = value; }
66 if (_comment == null)
70 return "<!--" + _comment + "-->";
/dports/biology/seqan1/seqan-1.3.1/seqan/basic/
H A Dbasic_debug.h68 …fine SEQAN_ABORT(_comment) { ::SEQAN_NAMESPACE_MAIN::debug::Error< ::SEQAN_NAMESPACE_MAIN::debug::… argument
76 #define SEQAN_ASSERT2(_cond, _comment) {} argument
80 #define SEQAN_CHECK2(_cond, _comment) {} argument
84 #define SEQAN_DO2(_cond, _comment) { _cond; } argument
86 #define SEQAN_ABORT(_comment) {} argument
87 #define SEQAN_REPORT(_comment) {} argument
97 #define SEQAN_TASSERT2(_cond, _comment) \ argument
104 #define SEQAN_TCHECK2(_cond, _comment) \ argument
115 #define SEQAN_TASSERT2(_cond, _comment) {} argument
118 #define SEQAN_TABORT(_comment) {} argument
[all …]
/dports/devel/py-robotframework/robotframework-3.1.2/src/robot/parsing/
H A Dcomments.py52 self._comment = comment_data or []
55 return len(self._comment)
59 self._comment[0] = '# ' + self._comment[0]
60 return self._comment
63 return self._comment and self._comment[0] and self._comment[0][0] != '#'
/dports/security/yapet/yapet-2.3/src/libs/passwordrecord/
H A Dpasswordrecord.cc71 _comment{COMMENT_SIZE} {}
78 _comment{COMMENT_SIZE} {
103 std::memcpy(*_comment, *serialized + positionInBuffer, COMMENT_SIZE);
111 _comment{p._comment} {}
118 _comment{std::move(p._comment)} {}
129 _comment = p._comment; in operator =()
143 _comment = std::move(p._comment); in operator =()
165 std::memcpy(*serialized + positionInBuffer, *_comment, COMMENT_SIZE); in serialize()
200 copyString(*_comment, comment, COMMENT_SIZE); in comment()
203 copyUint8(*_comment, comment, l, COMMENT_SIZE); in comment()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Headers/
H A DProductInfoHeaderValue.cs12 private string _comment; field in System.Net.Http.Headers.ProductInfoHeaderValue
21 get { return _comment; }
42 _comment = comment; in ProductInfoHeaderValue()
50 _comment = source._comment; in ProductInfoHeaderValue()
61 return _comment; in ToString()
78 return string.Equals(_comment, other._comment, StringComparison.Ordinal); in Equals()
88 return _comment.GetHashCode(); in GetHashCode()
171 parsedValue._comment = comment; in GetProductInfoLength()
H A DViaHeaderValue.cs16 private string _comment; field in System.Net.Http.Headers.ViaHeaderValue
35 get { return _comment; }
62 _comment = comment; in ViaHeaderValue()
80 _comment = source._comment; in ViaHeaderValue()
97 if (!string.IsNullOrEmpty(_comment)) in ToString()
100 sb.Append(_comment); in ToString()
120 string.Equals(_comment, other._comment, StringComparison.Ordinal); in Equals()
133 if (!string.IsNullOrEmpty(_comment)) in GetHashCode()
135 result = result ^ _comment.GetHashCode(); in GetHashCode()
217 result._comment = comment; in GetViaLength()
/dports/devel/pear-Horde_Itip/Horde_Itip-2.1.2/lib/Horde/Itip/Response/Type/
H A DBase.php51 private $_comment; variable in Horde_Itip_Response_Type_Base
65 $this->_comment = $comment;
122 if ($this->_comment === null) {
128 $this->_comment,
143 if ($this->_comment === null) {
156 $this->_comment
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-comment.php190 $_comment = wp_cache_get( $comment_id, 'comment' );
192 if ( ! $_comment ) {
193 …$_comment = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $wpdb->comments WHERE comment_ID = %d L…
195 if ( ! $_comment ) {
199 wp_cache_add( $_comment->comment_ID, $_comment, 'comment' );
202 return new WP_Comment( $_comment );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-comment.php190 $_comment = wp_cache_get( $comment_id, 'comment' );
192 if ( ! $_comment ) {
193 …$_comment = $wpdb->get_row( $wpdb->prepare( "SELECT * FROM $wpdb->comments WHERE comment_ID = %d L…
195 if ( ! $_comment ) {
199 wp_cache_add( $_comment->comment_ID, $_comment, 'comment' );
202 return new WP_Comment( $_comment );
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/pear/crypt_gpg/Crypt/GPG/
H A DUserId.php61 private $_comment = ''; variable in Crypt_GPG_UserId
111 $this->_comment = $userId->_comment;
158 return $this->_comment;
207 if (mb_strlen($this->_comment, '8bit') > 0) {
208 $components[] = '(' . $this->_comment . ')';
240 $this->_comment = strval($comment);
/dports/security/pear-Crypt_GPG/Crypt_GPG-1.6.6/Crypt/GPG/
H A DUserId.php61 private $_comment = ''; variable in Crypt_GPG_UserId
111 $this->_comment = $userId->_comment;
158 return $this->_comment;
207 if (mb_strlen($this->_comment, '8bit') > 0) {
208 $components[] = '(' . $this->_comment . ')';
240 $this->_comment = strval($comment);
/dports/converters/R-cran-RJSONIO/RJSONIO/src/libjson/Source/
H A DJSONWriter.cpp129 if (json_likely(_comment.empty())) return; in WriteComment()
130 size_t pos = _comment.find(JSON_TEXT('\n')); in WriteComment()
137 output.append(_comment.begin(), _comment.end()); in WriteComment()
153 if (json_unlikely(pos && _comment[pos - 1] == JSON_TEXT('\r'))) --pos; in WriteComment()
157 output.append(_comment.begin() + old, _comment.begin() + pos); in WriteComment()
164 old = (_comment[pos] == JSON_TEXT('\r')) ? pos + 2 : pos + 1; in WriteComment()
165 pos = _comment.find(JSON_TEXT('\n'), old); in WriteComment()
170 output.append(_comment.begin() + old, _comment.end()); in WriteComment()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DJSONWriter.cpp129 if (json_likely(_comment.empty())) return; in WriteComment()
130 size_t pos = _comment.find(JSON_TEXT('\n')); in WriteComment()
137 output.append(_comment.begin(), _comment.end()); in WriteComment()
153 if (json_unlikely(pos && _comment[pos - 1] == JSON_TEXT('\r'))) --pos; in WriteComment()
157 output.append(_comment.begin() + old, _comment.begin() + pos); in WriteComment()
164 old = (_comment[pos] == JSON_TEXT('\r')) ? pos + 2 : pos + 1; in WriteComment()
165 pos = _comment.find(JSON_TEXT('\n'), old); in WriteComment()
170 output.append(_comment.begin() + old, _comment.end()); in WriteComment()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DJSONWriter.cpp129 if (json_likely(_comment.empty())) return; in WriteComment()
130 size_t pos = _comment.find(JSON_TEXT('\n')); in WriteComment()
137 output.append(_comment.begin(), _comment.end()); in WriteComment()
153 if (json_unlikely(pos && _comment[pos - 1] == JSON_TEXT('\r'))) --pos; in WriteComment()
157 output.append(_comment.begin() + old, _comment.begin() + pos); in WriteComment()
164 old = (_comment[pos] == JSON_TEXT('\r')) ? pos + 2 : pos + 1; in WriteComment()
165 pos = _comment.find(JSON_TEXT('\n'), old); in WriteComment()
170 output.append(_comment.begin() + old, _comment.end()); in WriteComment()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DJSONWriter.cpp129 if (json_likely(_comment.empty())) return; in WriteComment()
130 size_t pos = _comment.find(JSON_TEXT('\n')); in WriteComment()
137 output.append(_comment.begin(), _comment.end()); in WriteComment()
153 if (json_unlikely(pos && _comment[pos - 1] == JSON_TEXT('\r'))) --pos; in WriteComment()
157 output.append(_comment.begin() + old, _comment.begin() + pos); in WriteComment()
164 old = (_comment[pos] == JSON_TEXT('\r')) ? pos + 2 : pos + 1; in WriteComment()
165 pos = _comment.find(JSON_TEXT('\n'), old); in WriteComment()
170 output.append(_comment.begin() + old, _comment.end()); in WriteComment()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/Source/
H A DJSONWriter.cpp129 if (json_likely(_comment.empty())) return; in WriteComment()
130 size_t pos = _comment.find(JSON_TEXT('\n')); in WriteComment()
137 output.append(_comment.begin(), _comment.end()); in WriteComment()
153 if (json_unlikely(pos && _comment[pos - 1] == JSON_TEXT('\r'))) --pos; in WriteComment()
157 output.append(_comment.begin() + old, _comment.begin() + pos); in WriteComment()
164 old = (_comment[pos] == JSON_TEXT('\r')) ? pos + 2 : pos + 1; in WriteComment()
165 pos = _comment.find(JSON_TEXT('\n'), old); in WriteComment()
170 output.append(_comment.begin() + old, _comment.end()); in WriteComment()
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-message.c13 emacs_value egit_message_prettify(emacs_env *env, emacs_value _msg, emacs_value _comment) in egit_message_prettify() argument
18 if (EM_EXTRACT_BOOLEAN(_comment)) { in egit_message_prettify()
19 EM_ASSERT_INTEGER(_comment); in egit_message_prettify()
20 comment_char = EM_EXTRACT_INTEGER(_comment); in egit_message_prettify()
25 int retval = git_message_prettify(&buf, msg, EM_EXTRACT_BOOLEAN(_comment), comment_char); in egit_message_prettify()
/dports/devel/plasma5-khotkeys/khotkeys-5.23.5/libkhotkeysprivate/windows_helper/
H A Dwindow_selection_interface.cpp14 : _comment(comment_P) in Windowdef()
20 _comment = cfg_P.readEntry("Comment"); in Windowdef()
35 return _comment; in comment()
49 _comment = comment; in set_comment()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/exps/
H A Dcommentexp.hxx32 _comment (comment) in CommentExp()
40 delete _comment; in ~CommentExp()
78 return *_comment; in getComment()
91 std::wstring* _comment; member in ast::CommentExp
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/include/
H A DAsnReserveCreateCmd.H119 _comment = comment; in set_comment()
128 return _comment; in get_comment()
137 _comment = ""; in reset()
151 string _comment; variable
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java86 _comment = that._comment; // <21jul1997daz> in SymtabEntry()
106 _comment = that._comment; in SymtabEntry()
250 return _comment; in comment()
255 _comment = comment; in comment()
365 private Comment _comment = null; field in SymtabEntry
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DSymtabEntry.java86 _comment = that._comment; // <21jul1997daz> in SymtabEntry()
106 _comment = that._comment; in SymtabEntry()
250 return _comment; in comment()
255 _comment = comment; in comment()
365 private Comment _comment = null; field in SymtabEntry
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/wintermute/ad/
H A Dad_talk_node.cpp46 _comment = nullptr; in IMPLEMENT_PERSISTENT()
60 delete _comment; in ~AdTalkNode()
65 _comment = nullptr; in ~AdTalkNode()
146 BaseUtils::setString(&_comment, params); in TOKEN_DEF()
194 persistMgr->transferCharPtr(TMEMBER(_comment)); in persist()
210 if (_comment) { in saveAsText()
211 buffer->putTextIndent(indent + 2, "COMMENT=\"%s\"\n", _comment); in saveAsText()

12345678910>>...35