Home
last modified time | relevance | path

Searched refs:set_comment (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/dports/editors/rehex/rehex-0.4.0/tests/
H A DCommentTree.cpp216 doc.set_comment(0, 0, REHex::Document::Comment("test")); in TEST()
241 doc.set_comment(0, 0, REHex::Document::Comment("foo")); in TEST()
242 doc.set_comment(10, 10, REHex::Document::Comment("bar")); in TEST()
243 doc.set_comment(20, 0, REHex::Document::Comment("baz")); in TEST()
273 doc.set_comment(10, 4, REHex::Document::Comment("10,4")); in TEST()
274 doc.set_comment(10, 0, REHex::Document::Comment("10,0")); in TEST()
275 doc.set_comment(13, 0, REHex::Document::Comment("13,0")); in TEST()
276 doc.set_comment(16, 4, REHex::Document::Comment("16,4")); in TEST()
277 doc.set_comment(19, 0, REHex::Document::Comment("19,0")); in TEST()
342 doc.set_comment(12, 6, REHex::Document::Comment("12,6")); in TEST()
[all …]
H A DTab.cpp137 doc->set_comment(1024, 128, REHex::Document::Comment("unite")); in TEST()
138 doc->set_comment(1024, 0, REHex::Document::Comment("robin")); in TEST()
140 doc->set_comment(1088, 64, REHex::Document::Comment("uncle")); in TEST()
172 doc->set_comment( 0, 128, REHex::Document::Comment("unite")); in TEST()
173 doc->set_comment( 0, 0, REHex::Document::Comment("robin")); in TEST()
175 doc->set_comment( 64, 64, REHex::Document::Comment("uncle")); in TEST()
206 doc->set_comment(1024, 128, REHex::Document::Comment("unite")); in TEST()
414 doc->set_comment(126, 8, REHex::Document::Comment("special")); in TEST()
442 doc->set_comment(140, 10, REHex::Document::Comment("gusty")); in TEST()
470 doc->set_comment(160, 10, REHex::Document::Comment("call")); in TEST()
[all …]
/dports/databases/slony1v2/slony1-2.2.10/src/slon/
H A Druntime_config.c675 rtcfg_storeSet(int set_id, int set_origin, char *set_comment) in rtcfg_storeSet() argument
694 (set_comment == NULL) ? "<unchanged>" : set_comment); in rtcfg_storeSet()
696 if (set_comment != NULL) in rtcfg_storeSet()
698 free(set->set_comment); in rtcfg_storeSet()
699 set->set_comment = strdup(set_comment); in rtcfg_storeSet()
715 set_id, set_origin, set_comment); in rtcfg_storeSet()
726 set->set_comment = strdup((set_comment == NULL) ? "<unknown>" : set_comment); in rtcfg_storeSet()
760 free(set->set_comment); in rtcfg_dropSet()
/dports/www/py-django-reversion/django-reversion-3.0.7/docs/
H A Dviews.rst16 …a. You can set the revision comment by calling :ref:`reversion.set_comment() <set_comment>` within…
30 …a. You can set the revision comment by calling :ref:`reversion.set_comment() <set_comment>` within…
/dports/audio/strawberry/strawberry-1.0.0/tests/src/
H A Dtagreader_test.cpp143 song.set_comment("strawberry comment"); in TEST_F()
183 song.set_comment("new comment"); in TEST_F()
342 song.set_comment("new comment"); in TEST_F()
501 song.set_comment("new comment"); in TEST_F()
661 song.set_comment("new comment"); in TEST_F()
820 song.set_comment("new comment"); in TEST_F()
980 song.set_comment("new comment"); in TEST_F()
1139 song.set_comment("new comment"); in TEST_F()
1299 song.set_comment("new comment"); in TEST_F()
1458 song.set_comment("new comment"); in TEST_F()
[all …]
/dports/graphics/p5-Image-MetaData-JPEG/Image-MetaData-JPEG-0.153/lib/Image/MetaData/JPEG/access/
H A Dcomments.pl93 sub set_comment { subroutine
126 $this->set_comment($index, undef);
185 $this->set_comment($target_index, $joint_comment);
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_3_24.t29 $comment->set_comment( 'foo');
36 XML::Twig::Elt->new( '#COMMENT')->set_comment( 'bar')->paste( after => $doc->root);
85 $elt->set_comment( " booh ");
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ctl/
H A DCtlConfigSource.h42 status_t set_comment(const char *comment);
43 status_t set_comment(const LSPString *comment);
/dports/graphics/p5-Image-MetaData-JPEG/Image-MetaData-JPEG-0.153/t/
H A DJPEG_3_comments.t39 $image->set_comment(2, $com4);
47 $image->set_comment(0, $com3);
55 $image->set_comment(2, undef);
128 $image->set_comment(0, "");
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/ctl/
H A DCtlConfigSource.cpp37 status_t CtlConfigSource::set_comment(const char *comment) in set_comment() function in lsp::ctl::CtlConfigSource
44 status_t CtlConfigSource::set_comment(const LSPString *comment) in set_comment() function in lsp::ctl::CtlConfigSource
/dports/www/py-django-reversion/django-reversion-3.0.7/tests/test_app/tests/
H A Dtest_commands.py190 reversion.set_comment("obj_1 v1")
193 reversion.set_comment("obj_1 v2")
196 reversion.set_comment("obj_2 v1")
199 reversion.set_comment("obj_2 v2")
/dports/devel/ccdoc/ccdocv08r41/src/
H A Dphase2.cc68 match->set_comment(comm1); in phase2_process_match()
69 comm1->set_comment(match); in phase2_process_match()
76 stmt->set_comment(0); in phase2_process_match()
/dports/devel/p5-Glib/Glib-1.3293/t/
H A Dg.t96 $key_file->set_comment('locales', 'mystring', 'comment');
98 $key_file->set_comment('locales', undef, "another comment\n");
100 $key_file->set_comment(undef, undef, 'one comment more');
/dports/audio/vitunes/vitunes-2.3/
H A De_commands.c363 bool set_comment = false; in ecmd_tag() local
421 set_comment = true; in ecmd_tag()
442 if (set_comment) printf("%10.10s => '%s'\n", "comment", comment); in ecmd_tag()
445 && !set_track && !set_year && !set_comment) in ecmd_tag()
473 if (set_comment) taglib_tag_set_comment(tag, comment); in ecmd_tag()
/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/Create/
H A DForeignKey.pm44 $self->set_comment( $p{comment} );
118 sub set_comment { $_[0]->{comment} = defined $_[1] ? $_[1] : '' } subroutine
/dports/devel/viewvc-devel/viewvc-c93d9da79c31457ecb0a771ff52d28353dc6e878/lib/vclib/ccvs/rcsparse/
H A Ddebug.py31 def set_comment(self, comment): member in DebugSink
73 def set_comment(self, comment): member in DumpSink
/dports/games/openage/openage-0.3.0-1262-ga554ab49/openage/convert/dataformat/
H A Dstruct_snippet.py37 self.set_comment(comment)
45 def set_comment(self, comment): member in StructSnippet
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util_test.cc81 output->set_comment(input.comment); in ConvertUserDictionaryEntry()
162 base_entry.set_comment("コメント"); in TEST()
205 entry.set_comment(string(500, 'a')); in TEST()
210 entry.set_comment("a\nb"); in TEST()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util_test.cc81 output->set_comment(input.comment); in ConvertUserDictionaryEntry()
162 base_entry.set_comment("コメント"); in TEST()
205 entry.set_comment(string(500, 'a')); in TEST()
210 entry.set_comment("a\nb"); in TEST()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util_test.cc81 output->set_comment(input.comment); in ConvertUserDictionaryEntry()
162 base_entry.set_comment("コメント"); in TEST()
205 entry.set_comment(string(500, 'a')); in TEST()
210 entry.set_comment("a\nb"); in TEST()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util_test.cc81 output->set_comment(input.comment); in ConvertUserDictionaryEntry()
162 base_entry.set_comment("コメント"); in TEST()
205 entry.set_comment(string(500, 'a')); in TEST()
210 entry.set_comment("a\nb"); in TEST()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util_test.cc81 output->set_comment(input.comment); in ConvertUserDictionaryEntry()
162 base_entry.set_comment("コメント"); in TEST()
205 entry.set_comment(string(500, 'a')); in TEST()
210 entry.set_comment("a\nb"); in TEST()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/dictionary/
H A Duser_dictionary_util_test.cc81 output->set_comment(input.comment); in ConvertUserDictionaryEntry()
162 base_entry.set_comment("コメント"); in TEST()
205 entry.set_comment(string(500, 'a')); in TEST()
210 entry.set_comment("a\nb"); in TEST()
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_errorreport.py112 err.set_comment(u"foo")
113 err.set_comment(u"bar")
/dports/www/py-django-reversion/django-reversion-3.0.7/reversion/management/commands/
H A Dcreateinitialrevisions.py8 from reversion.revisions import create_revision, set_comment, add_to_revision, add_meta
84 set_comment(comment)

12345678910>>...21