Home
last modified time | relevance | path

Searched refs:getCharacter (Results 26 – 50 of 490) sorted by relevance

12345678910>>...20

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/login/
H A DProfile.java96 public String getCharacter() { in getCharacter() method in Profile
219 if (profile.getCharacter() == null) { in createFromCommandline()
300 if (getCharacter() != null) { in toString()
302 sbuf.append(getCharacter()); in toString()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php147 if ($cursor->getCharacter() === '|') {
155 switch ($c = $cursor->getCharacter()) {
197 switch ($c = $cursor->getCharacter()) {
225 if ($cursor->getCharacter() === ':') {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php146 if ($cursor->getCharacter() === '|') {
154 switch ($c = $cursor->getCharacter()) {
196 switch ($c = $cursor->getCharacter()) {
224 if ($cursor->getCharacter() === ':') {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/
H A DCursor.php109 while (($c = $this->getCharacter($i)) !== null) {
134 return $this->getCharacter($this->getNextNonSpacePosition());
166 public function getCharacter(?int $index = null): ?string function in League\\CommonMark\\Cursor
197 return $this->getCharacter($this->currentPosition + $offset);
298 $character = $this->getCharacter();
H A DInlineParserEngine.php49 while (($character = $cursor->getCharacter()) !== null) {
84 $character = $cursor->getCharacter();
102 $charAfter = $cursor->getCharacter();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/league/commonmark/src/
H A DCursor.php109 while (($c = $this->getCharacter($i)) !== null) {
134 return $this->getCharacter($this->getNextNonSpacePosition());
166 public function getCharacter(?int $index = null): ?string function in League\\CommonMark\\Cursor
197 return $this->getCharacter($this->currentPosition + $offset);
298 $character = $this->getCharacter();
H A DInlineParserEngine.php49 while (($character = $cursor->getCharacter()) !== null) {
84 $character = $cursor->getCharacter();
102 $charAfter = $cursor->getCharacter();
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/
H A DCursor.php109 while (($c = $this->getCharacter($i)) !== null) {
134 return $this->getCharacter($this->getNextNonSpacePosition());
166 public function getCharacter(?int $index = null): ?string function in League\\CommonMark\\Cursor
197 return $this->getCharacter($this->currentPosition + $offset);
298 $character = $this->getCharacter();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/test/math/
H A DTestL3FormulaParserC.py76 self.assert_( r.getCharacter() == '+' )
84 self.assert_( c.getCharacter() == '/' )
88 self.assert_( c.getCharacter() == '-' )
105 self.assert_( r.getCharacter() == '-' )
113 self.assert_( c.getCharacter() == '/' )
117 self.assert_( c.getCharacter() == '-' )
133 self.assert_( r.getCharacter() == '+' )
137 self.assert_( c.getCharacter() == '*' )
149 self.assert_( c.getCharacter() == '^' )
213 self.assert_( c.getCharacter() == '^' )
[all …]
H A DTestASTNode.py510 self.assert_( n.getCharacter() == "\0" )
528 self.assert_( node.getCharacter() == '+' )
541 self.assert_( copy.getCharacter() == '+' )
907 self.assert_( node.getCharacter() == '+' )
915 self.assert_( node.getCharacter() == '-' )
923 self.assert_( node.getCharacter() == '*' )
931 self.assert_( node.getCharacter() == '/' )
939 self.assert_( node.getCharacter() == '^' )
947 self.assert_( node.getCharacter() == '$' )
1015 self.assert_( node.getCharacter() == '+' )
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/python/test/math/
H A DTestL3FormulaParserC.py76 self.assert_( r.getCharacter() == '+' )
84 self.assert_( c.getCharacter() == '/' )
88 self.assert_( c.getCharacter() == '-' )
105 self.assert_( r.getCharacter() == '-' )
113 self.assert_( c.getCharacter() == '/' )
117 self.assert_( c.getCharacter() == '-' )
133 self.assert_( r.getCharacter() == '+' )
137 self.assert_( c.getCharacter() == '*' )
149 self.assert_( c.getCharacter() == '^' )
213 self.assert_( c.getCharacter() == '^' )
[all …]
H A DTestASTNode.py510 self.assert_( n.getCharacter() == "\0" )
528 self.assert_( node.getCharacter() == '+' )
541 self.assert_( copy.getCharacter() == '+' )
907 self.assert_( node.getCharacter() == '+' )
915 self.assert_( node.getCharacter() == '-' )
923 self.assert_( node.getCharacter() == '*' )
931 self.assert_( node.getCharacter() == '/' )
939 self.assert_( node.getCharacter() == '^' )
947 self.assert_( node.getCharacter() == '$' )
1015 self.assert_( node.getCharacter() == '+' )
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/webuni/commonmark-attributes-extension/src/
H A DAttributesInlineParser.php34 $char = $cursor->getCharacter();
36 $char = (string) $cursor->getCharacter($cursor->getPosition() - 1);
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/test/math/
H A DTestASTNode.cs615 assertTrue( n.getCharacter() == '\0' ); in test_ASTNode_create()
635 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
648 assertTrue( copy.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
1037 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_setCharacter()
1045 assertTrue( node.getCharacter() == '-' ); in test_ASTNode_setCharacter()
1053 assertTrue( node.getCharacter() == '*' ); in test_ASTNode_setCharacter()
1061 assertTrue( node.getCharacter() == '/' ); in test_ASTNode_setCharacter()
1069 assertTrue( node.getCharacter() == '^' ); in test_ASTNode_setCharacter()
1077 assertTrue( node.getCharacter() == '$' ); in test_ASTNode_setCharacter()
1149 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_setName()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/math/
H A DTestASTNode.java608 assertTrue( n.getCharacter() == '\0' ); in test_ASTNode_create()
628 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
641 assertTrue( copy.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
1029 assertTrue( node.getCharacter() == '+' );
1037 assertTrue( node.getCharacter() == '-' );
1045 assertTrue( node.getCharacter() == '*' );
1053 assertTrue( node.getCharacter() == '/' );
1061 assertTrue( node.getCharacter() == '^' );
1069 assertTrue( node.getCharacter() == '$' );
1141 assertTrue( node.getCharacter() == '+' );
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/test/math/
H A DTestASTNode.cs615 assertTrue( n.getCharacter() == '\0' ); in test_ASTNode_create()
635 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
648 assertTrue( copy.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
1037 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_setCharacter()
1045 assertTrue( node.getCharacter() == '-' ); in test_ASTNode_setCharacter()
1053 assertTrue( node.getCharacter() == '*' ); in test_ASTNode_setCharacter()
1061 assertTrue( node.getCharacter() == '/' ); in test_ASTNode_setCharacter()
1069 assertTrue( node.getCharacter() == '^' ); in test_ASTNode_setCharacter()
1077 assertTrue( node.getCharacter() == '$' ); in test_ASTNode_setCharacter()
1149 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_setName()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/math/
H A DTestASTNode.java608 assertTrue( n.getCharacter() == '\0' ); in test_ASTNode_create()
628 assertTrue( node.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
641 assertTrue( copy.getCharacter() == '+' ); in test_ASTNode_deepCopy_1()
1029 assertTrue( node.getCharacter() == '+' );
1037 assertTrue( node.getCharacter() == '-' );
1045 assertTrue( node.getCharacter() == '*' );
1053 assertTrue( node.getCharacter() == '/' );
1061 assertTrue( node.getCharacter() == '^' );
1069 assertTrue( node.getCharacter() == '$' );
1141 assertTrue( node.getCharacter() == '+' );
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/test/
H A Dtest_helper.py232 ch = self.term.getCharacter(0, 0)
236 ch = self.term.getCharacter(1, 0)
243 ch = self.term.getCharacter(2, 0)
247 ch = self.term.getCharacter(3, 0)
265 ch = self.term.getCharacter(i, h)
281 ch = self.term.getCharacter(0, 0)
288 ch = self.term.getCharacter(1, 0)
295 ch = self.term.getCharacter(2, 0)
302 ch = self.term.getCharacter(3, 0)
319 ch = self.term.getCharacter(i, 0)
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesInlineParser.php39 $char = $cursor->getCharacter();
41 $char = (string) $cursor->getCharacter($cursor->getPosition() - 1);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesInlineParser.php39 $char = $cursor->getCharacter();
41 $char = (string) $cursor->getCharacter($cursor->getPosition() - 1);
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/expr/substitution/
H A DEscapeSubstitutionVariables.java38 char getCharacter(); in getCharacter() method
59 public final char getCharacter() { in getCharacter() method in EscapeSubstitutionVariables.DoNotEscapeSubstitutionVariables
/dports/www/scloader/scloader-0.32_1/src/
H A DCharacterReference.java76 public int getCharacter () in getCharacter() method in CharacterReference
101 hex = Integer.toHexString (getCharacter ()); in toString()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_helper.py226 ch = self.term.getCharacter(0, 0)
230 ch = self.term.getCharacter(1, 0)
237 ch = self.term.getCharacter(2, 0)
241 ch = self.term.getCharacter(3, 0)
259 ch = self.term.getCharacter(i, h)
275 ch = self.term.getCharacter(0, 0)
282 ch = self.term.getCharacter(1, 0)
289 ch = self.term.getCharacter(2, 0)
296 ch = self.term.getCharacter(3, 0)
314 ch = self.term.getCharacter(i, 0)
[all …]
/dports/devel/rudiments/rudiments-1.2.2/src/
H A Dcsvsax.cpp125 ch=getCharacter(); in parse()
161 ch=getCharacter(); in parse()
215 ch=getCharacter(); in parse()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DCharacterLayoutManager.java79 char ch = fobj.getCharacter(); in createCharacterArea()
96 text.setIPD(font.getCharWidth(fobj.getCharacter())); in createCharacterArea()
130 MinOptMax ipd = MinOptMax.getInstance(font.getCharWidth(fobj.getCharacter())); in getNextKnuthElements()
164 return String.valueOf(((Character) fobj).getCharacter()); in getWordChars()

12345678910>>...20