Home
last modified time | relevance | path

Searched refs:CLOSE_BRACKET (Results 1 – 25 of 71) sorted by relevance

123

/dports/biology/jalview/jalview/src/jalview/datamodel/features/
H A DFeatureMatcherSet.java43 private static final String CLOSE_BRACKET = ")"; field in FeatureMatcherSet
121 int closePos = leftToParse.indexOf(CLOSE_BRACKET); in fromString()
266 .append(CLOSE_BRACKET); in toString()
304 .append(CLOSE_BRACKET); in toStableString()
/dports/textproc/elixir-earmark/earmark-1.2.5/src/
H A Dlink_text_lexer.xrl9 CLOSE_BRACKET = \]
22 {CLOSE_BRACKET} : {token, {close_bracket, TokenLine, TokenChars}}.
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/org/epic/core/parser/
H A DexpectStringEnd.g40 CLOSE_PAREN | CLOSE_CURLY | CLOSE_BRACKET | CLOSE_BRACE |
52 protected CLOSE_BRACKET: ']' { if (quoteEndChar == ']') pc--; };
/dports/sysutils/direnv/direnv-2.27.0/
H A Dshell_bash.go78 CLOSE_BRACKET = 93 const
157 case char <= CLOSE_BRACKET:
H A Dshell_tcsh.go112 case char <= CLOSE_BRACKET:
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/pseudocode-src/
H A Dpseudocode.y82 %token ASSIGN_IN ASSIGN_OUT OPEN_BRACKET CLOSE_BRACKET
321 subscript: OPEN_BRACKET expression CLOSE_BRACKET {
323 | OPEN_BRACKET expression CLOSE_BRACKET subscript {
330 | OPEN_BRACKET CLOSE_BRACKET {$$ = expression_new_constant(CONST_EMPTY_LIST);}
331 | OPEN_BRACKET intlist CLOSE_BRACKET {$$ = expression_new_intlist($2);}
332 | OPEN_BRACKET floatlist CLOSE_BRACKET {$$ = expression_new_floatlist($2);}
H A Dpseudocode.l97 "]" {return CLOSE_BRACKET;}
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/parser/
H A DILParser.jay173 %token CLOSE_BRACKET "]"
810 | D_PARAM K_TYPE OPEN_BRACKET int32 CLOSE_BRACKET
955 | type OPEN_BRACKET CLOSE_BRACKET
961 | type OPEN_BRACKET bounds CLOSE_BRACKET
1206 | K_FIXED K_ARRAY OPEN_BRACKET int32 CLOSE_BRACKET
1285 | native_type OPEN_BRACKET CLOSE_BRACKET
1289 | native_type OPEN_BRACKET int32 CLOSE_BRACKET
1435 | variant_type OPEN_BRACKET CLOSE_BRACKET
1515 | OPEN_BRACKET int32 CLOSE_BRACKET
2143 | D_EXPORT OPEN_BRACKET int32 CLOSE_BRACKET
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/
H A Dshell_escape.go31 CLOSE_BRACKET = 93 const
139 case char <= CLOSE_BRACKET:
/dports/math/wcalc/wcalc-2.5/src/common/
H A Dparser.h78 CLOSE_BRACKET = 288, enumerator
190 #define CLOSE_BRACKET 288 macro
H A Dparser.y76 %token CLOSE_BRACE OPEN_BRACKET CLOSE_BRACKET
578 | OPEN_BRACKET CLOSE_BRACKET
619 | OPEN_BRACKET exp CLOSE_BRACKET
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/x/
H A Dloader_x.h45 CLOSE_BRACKET, enumerator
H A Dloader_x.cpp142 tok._type = CLOSE_BRACKET; in nextTokenText()
261 _tok._type = CLOSE_BRACKET; in nextTokenBinary()
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dtokenizer.hpp45 CLOSE_BRACKET = ']', enumerator
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/locale/com/lightcrafts/app/menu/
H A DMenuFactory_ALL.properties93 Right_Accelerator=CLOSE_BRACKET
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelfactory.cpp404 close_bracket = fmix_str.find(CLOSE_BRACKET); in ModelFactory()
437 close_bracket = fstr.find(CLOSE_BRACKET); in ModelFactory()
518 if (model_str.rfind(CLOSE_BRACKET) != model_str.length()-1) in ModelFactory()
723 close_bracket = rate_str.find(CLOSE_BRACKET, posI); in ModelFactory()
740 close_bracket = rate_str.find(CLOSE_BRACKET, posG); in ModelFactory()
761 close_bracket = rate_str.find(CLOSE_BRACKET, posR); in ModelFactory()
781 close_bracket = rate_str.find(CLOSE_BRACKET, posH); in ModelFactory()
H A Dmodelmixture.h18 const char CLOSE_BRACKET = '}'; variable
H A Dmodelmixture.cpp1034 if (model_str.rfind(CLOSE_BRACKET) != model_str.length()-1) in createModel()
1260 full_name += CLOSE_BRACKET; in initMixture()
1942 retname += CLOSE_BRACKET; in getName()
1955 retname += CLOSE_BRACKET; in getNameParams()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalatokentype.vala50 CLOSE_BRACKET,
183 case CLOSE_BRACKET: return "`]'";
H A Dvalagenietokentype.vala51 CLOSE_BRACKET,
199 case CLOSE_BRACKET: return "`]'";
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/scanner/
H A DILToken.cs52 CloseBracket = new ILToken (Token.CLOSE_BRACKET, "]"); in ILToken()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/sem/
H A Ddrt.py61 CLOSE_BRACKET = ']' variable in DrtTokens
64 PUNCT = [DRS_CONC, OPEN_BRACKET, CLOSE_BRACKET, COLON]
138 while self.inRange(0) and self.token(0) != DrtTokens.CLOSE_BRACKET:
143 self.assertNextToken(DrtTokens.CLOSE_BRACKET)
149 while self.inRange(0) and self.token(0) != DrtTokens.CLOSE_BRACKET:
154 self.assertNextToken(DrtTokens.CLOSE_BRACKET)
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/
H A DCivar.java766 case CLOSE_BRACKET: in elementize()
967 OPERATOR, XMER, NUMBER, STAR, OPEN_BRACKET, CLOSE_BRACKET, ELEMENT, START, END, QMARK; enumConstant
984 case CLOSE_BRACKET: return ")"; in toString()
1031 return new Token(TokenType.CLOSE_BRACKET, offset); in closeBracket()
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/sed/
H A Dcompile.c54 #define CLOSE_BRACKET ']' macro
470 if (ch == CLOSE_BRACKET)
514 case CLOSE_BRACKET:
581 if (ch != CLOSE_BRACKET)
/dports/textproc/gsed/sed-4.8/sed/
H A Dcompile.c34 #define CLOSE_BRACKET ']' macro
463 if (ch == CLOSE_BRACKET) in snarf_char_class()
508 case CLOSE_BRACKET: in snarf_char_class()
566 if (ch != CLOSE_BRACKET) in match_slash()

123