Home
last modified time | relevance | path

Searched refs:getComments (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DParserTest.java48 assertNotNull(root.getComments()); in testParseAutoSemiColonBeforeNewlineAndComments()
115 assertNotNull(root.getComments()); in testLinenoComment()
122 assertNotNull(root.getComments()); in testLinenoComment2()
129 assertNotNull(root.getComments()); in testLinenoComment3()
136 assertNotNull(root.getComments()); in testLinenoComment4()
143 assertNotNull(root.getComments()); in testLineComment5()
150 assertNotNull(root.getComments()); in testLineComment6()
157 assertNotNull(root.getComments()); in testLinenoComment7()
164 assertNotNull(root.getComments()); in testLinenoComment8()
973 assertNotNull(root.getComments()); in testJSDocAttachment11()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/copynumber/utils/annotatedinterval/
H A DSimpleAnnotatedIntervalWriterUnitTest.java35 Assert.assertEquals(testCollection.getComments().subList(0,2), collection.getComments()); in testNoSamFileHeaderWithComments()
36 …Assert.assertTrue(testCollection.getComments().stream().anyMatch(c -> c.equals(AnnotatedIntervalCo… in testNoSamFileHeaderWithComments()
37 …Assert.assertTrue(testCollection.getComments().stream().anyMatch(c -> c.equals(AnnotatedIntervalCo… in testNoSamFileHeaderWithComments()
38 …Assert.assertTrue(testCollection.getComments().stream().anyMatch(c -> c.equals(AnnotatedIntervalCo… in testNoSamFileHeaderWithComments()
58 Assert.assertEquals(testCollection.getComments().size(), 3); in testRoundTrip()
59 …Assert.assertTrue(testCollection.getComments().stream().anyMatch(c -> c.equals(AnnotatedIntervalCo… in testRoundTrip()
60 …Assert.assertTrue(testCollection.getComments().stream().anyMatch(c -> c.equals(AnnotatedIntervalCo… in testRoundTrip()
61 …Assert.assertTrue(testCollection.getComments().stream().anyMatch(c -> c.equals(AnnotatedIntervalCo… in testRoundTrip()
88 Assert.assertEquals(testCollection.getComments().size(), 1+3); in testRoundTripWithReplacementHeader()
90 …Assert.assertTrue(testCollection.getComments().stream().anyMatch(c -> c.equals(AnnotatedIntervalCo… in testRoundTripWithReplacementHeader()
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/tetafro/godot/testdata/get/
H A DREADME.md3 Integration test for `getComments` method.
6 - `[DECL]` - line should be extracted by `getComments` with `scope` argument
8 - `[TOP]` - line should be extracted by `getComments` with `scope` argument
10 - `[ALL]` - line should be extracted by `getComments` with `scope` argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dcommentsfragment.cxx75 getComments().appendAuthor( rChars ); in onCharacters()
96 …if( nRecId == BIFF12_ID_COMMENTAUTHOR ) getComments().appendAuthor( BiffHelper::readString( rStrm … in onCreateRecordContext()
132 mxComment = getComments().createComment(); in importComment()
138 mxComment = getComments().createComment(); in importComment()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dcommentsfragment.cxx76 getComments().appendAuthor( rChars ); in onCharacters()
97 …if( nRecId == BIFF12_ID_COMMENTAUTHOR ) getComments().appendAuthor( BiffHelper::readString( rStrm … in onCreateRecordContext()
133 mxComment = getComments().createComment(); in importComment()
139 mxComment = getComments().createComment(); in importComment()
/dports/java/jcommon/jcommon-1.0.23/src/main/java/org/jfree/xml/generator/
H A DModelWriter.java336 writeTag(writer, ClassModelTags.MANUAL_TAG, al, mi.getComments()); in writeManualMapping()
361 writeTag(writer, ClassModelTags.TYPE_TAG, tiAttr, tis[j].getComments()); in writeMultiplexMapping()
403 constructorInfo[i].getComments()); in writeClassDescription()
429 writeTag(writer, ClassModelTags.IGNORED_PROPERTY_TAG, props, ipi.getComments()); in writePropertyInfo()
436 writeTag(writer, ClassModelTags.ATTRIBUTE_PROPERTY_TAG, props, ipi.getComments()); in writePropertyInfo()
439 if (ipi.getComments() == null || ipi.getComments().getOpenTagComment() == null) in writePropertyInfo()
446 writeTag(writer, ClassModelTags.ELEMENT_PROPERTY_TAG, props, ipi.getComments()); in writePropertyInfo()
450 writeTag(writer, ClassModelTags.LOOKUP_PROPERTY_TAG, props, ipi.getComments()); in writePropertyInfo()
/dports/devel/tcllib/tcllib-1.20/modules/jpeg/
H A Djpeg.test205 test jpeg-16.0 {getComments error, wrong#args, not enough} -body {
206 ::jpeg::getComments
209 test jpeg-16.1 {getComments error, wrong#args, too many} -body {
210 ::jpeg::getComments foo bar
217 test jpeg-17.$n "getComments regular, [file tail $f]" -body {
218 ::jpeg::getComments $f
226 ::jpeg::getComments $f
232 ::jpeg::getComments [info script]
253 ::jpeg::getComments $fx
284 ::jpeg::getComments $fx
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/jpeg/
H A Djpeg.test205 test jpeg-16.0 {getComments error, wrong#args, not enough} -body {
206 ::jpeg::getComments
209 test jpeg-16.1 {getComments error, wrong#args, too many} -body {
210 ::jpeg::getComments foo bar
217 test jpeg-17.$n "getComments regular, [file tail $f]" -body {
218 ::jpeg::getComments $f
226 ::jpeg::getComments $f
232 ::jpeg::getComments [info script]
253 ::jpeg::getComments $fx
284 ::jpeg::getComments $fx
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Leave/Entity/
H A DLeave.php93 public function getComments() function in Orangehrm\\Rest\\Api\\Leave\\Entity\\Leave
148 'comments' => $this->getComments()
171 …eRequestComment($comment->getCreatedByName(), $datetime[0], $datetime[1], $comment->getComments());
H A DLeaveRequest.php208 public function getComments() function in Orangehrm\\Rest\\Api\\Leave\\Entity\\LeaveRequest
329 'comments' => $this->getComments(),
360 $datetime[1], $comment->getComments());
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/
H A DNodeAbstract.php104 public function getComments() : array { function in PhpParser\\NodeAbstract
114 $comments = $this->getComments();
133 $comments = $this->getComments();
/dports/graphics/rawtherapee/rawtherapee-5.8/tools/
H A DgenerateTranslationDiffs57 getComments () {
71 getComments default > "$tmp"
114 getComments "English (US)" > "English (UK)"
/dports/graphics/art/ART-1.9.3/tools/
H A DgenerateTranslationDiffs51 getComments () {
65 getComments default > "$tmp"
108 getComments "English (US)" > "English (UK)"
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-tef/src/org/herac/tuxguitar/io/tef/base/
H A DTEInfo.java19 public String getComments() { in getComments() method in TEInfo
43 string += "\n Comments: " + getComments(); in toString()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/comment_form/
H A Dfunctions.php248 $receiver->getComments();
753 $comments = array_slice($item->getComments(), 0, $number);
768 $comments = array_slice($item->getComments(), 0, $number);
785 $comments = array_slice($item->getComments(), 0, $number);
799 $comments = array_slice($item->getComments(), 0, $number);
915 $_zp_comments = $_zp_current_image->getComments(false, false, $desc);
917 $_zp_comments = $_zp_current_album->getComments(false, false, $desc);
921 $_zp_comments = $_zp_current_zenpage_news->getComments(false, false, $desc);
924 $_zp_comments = $_zp_current_zenpage_page->getComments(false, false, $desc);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmLeavePlugin/lib/list/
H A DLeaveCommentCell.php33 $comment->getComments();
37 $commentExtract = $this->trimComment($lastComment->getComments());
/dports/graphics/openorienteering-mapper/mapper-0.9.2/3rd-party/cove/app/
H A Dcolorseditform.h61 auto getComments();
85 std::vector<QString> getComments();
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/gettext/tests/
H A DMergeTranslationsTest.php54 $this->assertEquals(['comment 1', 'comment 2', 'comment 3'], $this->t1->getComments());
63 $this->assertEquals(['comment 1', 'comment 2'], $this->t1->getComments());
72 $this->assertEquals(['comment 2', 'comment 3'], $this->t1->getComments());

12345678910>>...25