Home
last modified time | relevance | path

Searched refs:comment_txt (Results 1 – 22 of 22) sorted by relevance

/dports/devel/p5-CPAN-Reporter/CPAN-Reporter-1.2018/t/
H A D20_report_output.t37 comment_txt => 0,
43 comment_txt => 0,
49 comment_txt => 0,
55 comment_txt => 0,
61 comment_txt => 0,
67 comment_txt => 0,
73 comment_txt => 1,
79 comment_txt => 1,
H A DHelper.pm513 if ( $case->{comment_txt} ) {
531 if ( $case->{comment_txt} ) {
578 if ( $case->{comment_txt} ) {
/dports/www/py-instabot/instabot-0.117.0/tests/
H A Dtest_bot_comment.py28 comment_txt = "Yeah great!"
77 assert not self.bot.comment(media_id, comment_txt)
90 comment_txt = "Yeah great!"
126 assert self.bot.comment(media_id, comment_txt)
H A Dtest_bot_like.py106 comment_txt, argument
131 if comment_txt:
132 comment_txt = " ".join(self.bot.blacklist_hashtags)
134 comment_txt = "instabot"
135 TEST_USERNAME_INFO_ITEM["biography"] = comment_txt
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeMail.pm89 my $comment_txt;
102 $comment_txt = $t->Scrolled('Text', -scrollbars => "osoe",
113 if ($comment_txt) {
114 $data = $data . "\n" . $comment_txt->get("1.0", "end");
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/generators/
H A Didl_c_proto.py65 comment_txt = ''
67 comment_txt += Comment(doc, tabs=tabs)
68 return comment_txt
532 comment_txt = GetNodeComments(child, tabs=1)
537 enumlist.append('%s %s' % (comment_txt, item_txt))
740 comment_txt = GetNodeComments(node, tabs=0)
741 if comment_txt and comment:
742 out += comment_txt
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/generators/
H A Didl_c_proto.py63 comment_txt = ''
65 comment_txt += Comment(doc, tabs=tabs)
66 return comment_txt
533 comment_txt = GetNodeComments(child, tabs=1)
538 enumlist.append('%s %s' % (comment_txt, item_txt))
741 comment_txt = GetNodeComments(node, tabs=0)
742 if comment_txt and comment:
743 out += comment_txt
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/generators/
H A Didl_c_proto.py65 comment_txt = ''
67 comment_txt += Comment(doc, tabs=tabs)
68 return comment_txt
532 comment_txt = GetNodeComments(child, tabs=1)
537 enumlist.append('%s %s' % (comment_txt, item_txt))
740 comment_txt = GetNodeComments(node, tabs=0)
741 if comment_txt and comment:
742 out += comment_txt
/dports/security/fwbuilder/fwbuilder-5.3.7/src/fwbedit/
H A Dfwbedit.h58 const std::string &comment_txt,
67 const std::string &comment_txt,
H A Dfwbedit.cpp450 string comment_txt; in main() local
502 case 'c': comment_txt = optarg; break; in main()
554 case 'c': comment_txt = optarg; break; in main()
806 newObject(objdb, objtype, name, comment_txt, parent, ops); in main()
816 modObject(objdb, object, comment_txt, ops); in main()
H A Dnew_object.cpp282 void _modObject(FWObject *nobj, const string &comment_txt, operands ops) in _modObject() argument
313 if (!comment_txt.empty()) nobj->setComment(comment_txt); in _modObject()
778 const string &comment_txt, in newObject() argument
807 _modObject(nobj, comment_txt, ops); in newObject()
846 const string &comment_txt, in modObject() argument
861 _modObject(obj, comment_txt, ops); in modObject()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dcode-stats.cc173 const char* comment_txt = cit->GetComment(); in CollectCommentStatistics() local
174 if (comment_txt[0] != '[') { in CollectCommentStatistics()
194 EnterComment(isolate, comment_txt, flat_delta); in CollectCommentStatistics()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dcode-stats.cc171 const char* comment_txt = cit->GetComment(); in CollectCommentStatistics() local
172 if (comment_txt[0] != '[') { in CollectCommentStatistics()
192 EnterComment(isolate, comment_txt, flat_delta); in CollectCommentStatistics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dcode-stats.cc173 const char* comment_txt = cit->GetComment(); in CollectCommentStatistics() local
174 if (comment_txt[0] != '[') { in CollectCommentStatistics()
194 EnterComment(isolate, comment_txt, flat_delta); in CollectCommentStatistics()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/ci/
H A Ddiff-json-doc.py160 comment_txt = '\n'.join(comment)
161 post_comment(comment_target.lstrip('#'), comment_txt)
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dcode-stats.cc175 const char* const comment_txt = in CollectCommentStatistics() local
196 EnterComment(isolate, comment_txt, flat_delta); in CollectCommentStatistics()
/dports/editors/xi-core/xi-editor-0.3.0/rust/syntect-plugin/src/
H A Dmain.rs580 let comment_txt = Rope::from(&comment_str); in insert_comment_marker() localVariable
589 builder.replace(iv, comment_txt.clone()); in insert_comment_marker()
/dports/biology/ncbi-toolkit/ncbi/biostruc/
H A Dmmdbsrv.c581 CharPtr comment_txt; in IsLayerOne() local
590 comment_txt = (CharPtr)pvn->data.ptrvalue; in IsLayerOne()
593 My_StringNCpy(temp_string, &comment_txt[18], len); in IsLayerOne()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dseqsub.c2462 TexT comment_txt; member
2477 SetTitle (dlg->comment_txt, ""); in CommentDlgFromPtr()
2481 SetTitle (dlg->comment_txt, (CharPtr) userdata); in CommentDlgFromPtr()
2490 if (dlg == NULL || TextHasNoText (dlg->comment_txt)) in CommentFromDlg()
2496 return SaveStringFromText (dlg->comment_txt); in CommentFromDlg()
2523 dlg->comment_txt = ScrollText (p, 25, 10, programFont, TRUE, NULL); in CommentDialog()
2525 AlignObjects (ALIGN_CENTER, (HANDLE) s, (HANDLE) dlg->comment_txt, NULL); in CommentDialog()
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/
H A DBug.pm1400 my ($invocant, $comment_txt, undef, $params) = @_;
1403 if (!defined $comment_txt) {
1404 $comment_txt = '';
1413 thetext => $comment_txt,
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/
H A DBug.pm1561 my ($invocant, $comment_txt, undef, $params) = @_;
1564 if (!defined $comment_txt) {
1565 $comment_txt = '';
1574 thetext => $comment_txt,
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin7.c649 TexT comment_txt; in ExportTemplateMenu() local
682 comment_txt = DialogText (g2, "", 30, NULL); in ExportTemplateMenu()
734 if (!TextHasNoText (comment_txt)) in ExportTemplateMenu()
737 sdp->data.ptrvalue = SaveStringFromText (comment_txt); in ExportTemplateMenu()