Home
last modified time | relevance | path

Searched refs:getCharacters (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/xml/
H A DXmlReader.java259 m_sgfArgs.add(getCharacters()); in endElement()
482 if (! getCharacters().trim().equals("")) in checkNoCharacters()
515 GoPoint p = getPoint(getCharacters()); in endAt()
566 String komi = getCharacters(); in endKomi()
582 String value = getCharacters(); in endMark()
598 String value = getCharacters(); in endMove()
620 String value = getCharacters(); in endSetup()
863 String value = getCharacters().trim(); in endTime()
885 if (! getCharacters().trim().equals("")) in endToPlay()
896 private String getCharacters() in getCharacters() method in XmlReader
[all …]
/dports/devel/atlas/Atlas-C++-0.5.2/Atlas/Objects/Entity/
H A DPlayer.h59 inline const Atlas::Message::Element::ListType& getCharacters() const;
61 inline Atlas::Message::Element::ListType& getCharacters();
79 const Atlas::Message::Element::ListType& Player::getCharacters() const in getCharacters() function
84 Atlas::Message::Element::ListType& Player::getCharacters() in getCharacters() function
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/test/sbml/
H A DTestSBase.rb133 chars1 = node2.getChild(0).getChild(0).getCharacters()
134 chars2 = node2.getChild(1).getChild(0).getCharacters()
194 assert (( "This is my text" == child1.getCharacters() ))
200 assert (( "This is more text" == child1.getCharacters() ))
274 assert (( "This is my text" == child1.getCharacters() ))
351 assert (( "This is my text" == child1.getCharacters() ))
429 assert (( "This is my text" == child1.getCharacters() ))
504 assert (( "This is my text" == child1.getCharacters() ))
564 assert (( "This is my text" == child1.getCharacters() ))
619 assert (( "This is my text" == child1.getCharacters() ))
[all …]
H A DTestSBase_newSetters.rb147 chars1 = node2.getChild(0).getChild(0).getCharacters()
148 chars2 = node2.getChild(1).getChild(0).getCharacters()
209 assert (( "This is my text" == child1.getCharacters() ))
290 assert (( "This is my text" == child1.getCharacters() ))
368 assert (( "This is my text" == child1.getCharacters() ))
447 assert (( "This is my text" == child1.getCharacters() ))
523 assert (( "This is my text" == child1.getCharacters() ))
584 assert (( "This is my text" == child1.getCharacters() ))
1145 assert (( "This is my text" == child.getCharacters() ))
1191 assert (( "This is my text" == child.getCharacters() ))
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/ruby/test/sbml/
H A DTestSBase.rb133 chars1 = node2.getChild(0).getChild(0).getCharacters()
134 chars2 = node2.getChild(1).getChild(0).getCharacters()
194 assert (( "This is my text" == child1.getCharacters() ))
200 assert (( "This is more text" == child1.getCharacters() ))
274 assert (( "This is my text" == child1.getCharacters() ))
351 assert (( "This is my text" == child1.getCharacters() ))
429 assert (( "This is my text" == child1.getCharacters() ))
504 assert (( "This is my text" == child1.getCharacters() ))
564 assert (( "This is my text" == child1.getCharacters() ))
619 assert (( "This is my text" == child1.getCharacters() ))
[all …]
H A DTestSBase_newSetters.rb147 chars1 = node2.getChild(0).getChild(0).getCharacters()
148 chars2 = node2.getChild(1).getChild(0).getCharacters()
209 assert (( "This is my text" == child1.getCharacters() ))
290 assert (( "This is my text" == child1.getCharacters() ))
368 assert (( "This is my text" == child1.getCharacters() ))
447 assert (( "This is my text" == child1.getCharacters() ))
523 assert (( "This is my text" == child1.getCharacters() ))
584 assert (( "This is my text" == child1.getCharacters() ))
1145 assert (( "This is my text" == child.getCharacters() ))
1191 assert (( "This is my text" == child.getCharacters() ))
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/sbml/
H A DTestSBase.cs291 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes1()
297 assertTrue (("This is more text" == child1.getCharacters ())); in test_SBase_appendNotes1()
374 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes2()
380 assertTrue (("This is more text" == child1.getCharacters ())); in test_SBase_appendNotes2()
454 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes3()
535 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes4()
613 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes5()
676 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes6()
734 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes7()
792 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes8()
[all …]
H A DTestSBase_newSetters.cs266 string chars1 = node2.getChild(0).getChild(0).getCharacters(); in test_SBase_appendNotes()
267 string chars2 = node2.getChild(1).getChild(0).getCharacters(); in test_SBase_appendNotes()
331 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes1()
415 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes2()
496 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes3()
578 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes4()
657 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes5()
721 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes6()
1315 assertTrue(( "This is my text" == child.getCharacters() )); in test_SBase_setNotes1()
1364 assertTrue(( "This is my text" == child.getCharacters() )); in test_SBase_setNotes2()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/sbml/
H A DTestSBase.cs291 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes1()
297 assertTrue (("This is more text" == child1.getCharacters ())); in test_SBase_appendNotes1()
374 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes2()
380 assertTrue (("This is more text" == child1.getCharacters ())); in test_SBase_appendNotes2()
454 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes3()
535 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes4()
613 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes5()
676 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes6()
734 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes7()
792 assertTrue (("This is my text" == child1.getCharacters ())); in test_SBase_appendNotes8()
[all …]
H A DTestSBase_newSetters.cs266 string chars1 = node2.getChild(0).getChild(0).getCharacters(); in test_SBase_appendNotes()
267 string chars2 = node2.getChild(1).getChild(0).getCharacters(); in test_SBase_appendNotes()
331 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes1()
415 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes2()
496 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes3()
578 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes4()
657 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes5()
721 assertTrue(( "This is my text" == child1.getCharacters() )); in test_SBase_appendNotes6()
1315 assertTrue(( "This is my text" == child.getCharacters() )); in test_SBase_setNotes1()
1364 assertTrue(( "This is my text" == child.getCharacters() )); in test_SBase_setNotes2()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/annotation/
H A DModelCreator.cpp123 …setFamilyName(creator.getChild((unsigned int)Npos).getChild("Family").getChild(0).getCharacters()); in ModelCreator()
124 … setGivenName(creator.getChild((unsigned int)Npos).getChild("Given").getChild(0).getCharacters()); in ModelCreator()
130 … setName(creator.getChild((unsigned int)Npos).getChild("text").getChild(0).getCharacters()); in ModelCreator()
134 …milyName(creator.getChild((unsigned int)Npos).getChild("family-name").getChild(0).getCharacters()); in ModelCreator()
135 …GivenName(creator.getChild((unsigned int)Npos).getChild("given-name").getChild(0).getCharacters()); in ModelCreator()
143 setEmail(creator.getChild((unsigned int)EMAILpos).getChild(0).getCharacters()); in ModelCreator()
152 .getChild(0).getCharacters()); in ModelCreator()
156 setOrganization(creator.getChild((unsigned int)ORGpos).getChild(0).getCharacters()); in ModelCreator()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/annotation/
H A DModelCreator.cpp123 …setFamilyName(creator.getChild((unsigned int)Npos).getChild("Family").getChild(0).getCharacters()); in ModelCreator()
124 … setGivenName(creator.getChild((unsigned int)Npos).getChild("Given").getChild(0).getCharacters()); in ModelCreator()
130 … setName(creator.getChild((unsigned int)Npos).getChild("text").getChild(0).getCharacters()); in ModelCreator()
134 …milyName(creator.getChild((unsigned int)Npos).getChild("family-name").getChild(0).getCharacters()); in ModelCreator()
135 …GivenName(creator.getChild((unsigned int)Npos).getChild("given-name").getChild(0).getCharacters()); in ModelCreator()
143 setEmail(creator.getChild((unsigned int)EMAILpos).getChild(0).getCharacters()); in ModelCreator()
152 .getChild(0).getCharacters()); in ModelCreator()
156 setOrganization(creator.getChild((unsigned int)ORGpos).getChild(0).getCharacters()); in ModelCreator()
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestSBase.java234 String chars1 = node2.getChild(0).getChild(0).getCharacters(); in test_SBase_appendNotes()
235 String chars2 = node2.getChild(1).getChild(0).getCharacters(); in test_SBase_appendNotes()
298 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes1()
381 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes2()
461 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes3()
542 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes4()
620 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes5()
683 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes6()
741 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes7()
799 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes8()
[all …]
H A DTestSBase_newSetters.java261 String chars1 = node2.getChild(0).getChild(0).getCharacters(); in test_SBase_appendNotes()
262 String chars2 = node2.getChild(1).getChild(0).getCharacters(); in test_SBase_appendNotes()
326 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes1()
410 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes2()
491 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes3()
573 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes4()
652 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes5()
716 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes6()
1310 assertTrue(child.getCharacters().equals( "This is my text")); in test_SBase_setNotes1()
1359 assertTrue(child.getCharacters().equals( "This is my text")); in test_SBase_setNotes2()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestSBase.java234 String chars1 = node2.getChild(0).getChild(0).getCharacters(); in test_SBase_appendNotes()
235 String chars2 = node2.getChild(1).getChild(0).getCharacters(); in test_SBase_appendNotes()
298 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes1()
381 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes2()
461 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes3()
542 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes4()
620 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes5()
683 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes6()
741 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes7()
799 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes8()
[all …]
H A DTestSBase_newSetters.java261 String chars1 = node2.getChild(0).getChild(0).getCharacters(); in test_SBase_appendNotes()
262 String chars2 = node2.getChild(1).getChild(0).getCharacters(); in test_SBase_appendNotes()
326 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes1()
410 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes2()
491 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes3()
573 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes4()
652 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes5()
716 assertTrue(child1.getCharacters().equals( "This is my text")); in test_SBase_appendNotes6()
1310 assertTrue(child.getCharacters().equals( "This is my text")); in test_SBase_setNotes1()
1359 assertTrue(child.getCharacters().equals( "This is my text")); in test_SBase_setNotes2()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/sbml/
H A DTestSBase.py146 chars1 = node2.getChild(0).getChild(0).getCharacters()
147 chars2 = node2.getChild(1).getChild(0).getCharacters()
207 self.assert_(( "This is my text" == child1.getCharacters() ))
213 self.assert_(( "This is more text" == child1.getCharacters() ))
287 self.assert_(( "This is my text" == child1.getCharacters() ))
364 self.assert_(( "This is my text" == child1.getCharacters() ))
442 self.assert_(( "This is my text" == child1.getCharacters() ))
517 self.assert_(( "This is my text" == child1.getCharacters() ))
577 self.assert_(( "This is my text" == child1.getCharacters() ))
632 self.assert_(( "This is my text" == child1.getCharacters() ))
[all …]
H A DTestSBase_newSetters.py160 chars1 = node2.getChild(0).getChild(0).getCharacters()
161 chars2 = node2.getChild(1).getChild(0).getCharacters()
222 self.assert_(( "This is my text" == child1.getCharacters() ))
228 self.assert_(( "This is more text" == child1.getCharacters() ))
303 self.assert_(( "This is my text" == child1.getCharacters() ))
381 self.assert_(( "This is my text" == child1.getCharacters() ))
460 self.assert_(( "This is my text" == child1.getCharacters() ))
536 self.assert_(( "This is my text" == child1.getCharacters() ))
597 self.assert_(( "This is my text" == child1.getCharacters() ))
1158 self.assert_(( "This is my text" == child.getCharacters() ))
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/sbml/
H A DTestSBase.py146 chars1 = node2.getChild(0).getChild(0).getCharacters()
147 chars2 = node2.getChild(1).getChild(0).getCharacters()
207 self.assert_(( "This is my text" == child1.getCharacters() ))
213 self.assert_(( "This is more text" == child1.getCharacters() ))
287 self.assert_(( "This is my text" == child1.getCharacters() ))
364 self.assert_(( "This is my text" == child1.getCharacters() ))
442 self.assert_(( "This is my text" == child1.getCharacters() ))
517 self.assert_(( "This is my text" == child1.getCharacters() ))
577 self.assert_(( "This is my text" == child1.getCharacters() ))
632 self.assert_(( "This is my text" == child1.getCharacters() ))
[all …]
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/
H A DphpUnionVectorTest.php89 $bookReader7 = $movie->getCharacters(0, new BookReader());
92 $attacker = $movie->getCharacters(1, new Attacker());
95 $bookReader2 = $movie->getCharacters(2, new BookReader());
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/
H A DphpUnionVectorTest.php89 $bookReader7 = $movie->getCharacters(0, new BookReader());
92 $attacker = $movie->getCharacters(1, new Attacker());
95 $bookReader2 = $movie->getCharacters(2, new BookReader());
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/
H A DphpUnionVectorTest.php89 $bookReader7 = $movie->getCharacters(0, new BookReader());
92 $attacker = $movie->getCharacters(1, new Attacker());
95 $bookReader2 = $movie->getCharacters(2, new BookReader());
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/
H A DphpUnionVectorTest.php89 $bookReader7 = $movie->getCharacters(0, new BookReader());
92 $attacker = $movie->getCharacters(1, new Attacker());
95 $bookReader2 = $movie->getCharacters(2, new BookReader());
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/
H A DphpUnionVectorTest.php89 $bookReader7 = $movie->getCharacters(0, new BookReader());
92 $attacker = $movie->getCharacters(1, new Attacker());
95 $bookReader2 = $movie->getCharacters(2, new BookReader());
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/
H A DphpUnionVectorTest.php89 $bookReader7 = $movie->getCharacters(0, new BookReader());
92 $attacker = $movie->getCharacters(1, new Attacker());
95 $bookReader2 = $movie->getCharacters(2, new BookReader());

12345678910>>...31