Home
last modified time | relevance | path

Searched refs:OPEN_BRACKET (Results 1 – 25 of 81) sorted by relevance

1234

/dports/biology/jalview/jalview/src/jalview/datamodel/features/
H A DFeatureMatcherSet.java45 private static final String OPEN_BRACKET = "("; field in FeatureMatcherSet
119 if (leftToParse.startsWith(OPEN_BRACKET)) in fromString()
265 sb.append(OPEN_BRACKET).append(matcher.toString()) in toString()
303 sb.append(OPEN_BRACKET).append(matcher.toStableString()) in toStableString()
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/keyword_states/
H A Dkws_ruletype.cc37 OPEN_BRACKET, enumerator
78 state = ParseState::OPEN_BRACKET; in convert()
81 case ParseState::OPEN_BRACKET: in convert()
/dports/textproc/elixir-earmark/earmark-1.2.5/src/
H A Dlink_text_lexer.xrl8 OPEN_BRACKET = \[
21 {OPEN_BRACKET} : {token, {open_bracket, TokenLine, TokenChars}}.
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dsubstitutions.py51 OPEN_BRACKET = 1
71 state = OPEN_BRACKET
77 elif state == OPEN_BRACKET:
/dports/java/eclipse-EPIC/org.epic.updatesite/plugins/org.epic.perleditor_0.6.24/org/epic/core/parser/
H A DexpectStringEnd.g39 OPEN_PAREN | OPEN_CURLY | OPEN_BRACKET |
47 protected OPEN_BRACKET: '[' { if (quoteEndChar == ']') pc++; };
/dports/sysutils/direnv/direnv-2.27.0/
H A Dshell_bash.go75 OPEN_BRACKET = 91 const
151 case char == OPEN_BRACKET:
H A Dshell_tcsh.go106 case char == OPEN_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.l96 "[" {return OPEN_BRACKET;}
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/parser/
H A DILParser.jay172 %token OPEN_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.go28 OPEN_BRACKET = 91 const
135 case char == OPEN_BRACKET:
/dports/math/wcalc/wcalc-2.5/src/common/
H A Dparser.h77 OPEN_BRACKET = 287, enumerator
189 #define OPEN_BRACKET 287 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.h44 OPEN_BRACKET, enumerator
H A Dloader_x.cpp139 tok._type = OPEN_BRACKET; in nextTokenText()
258 _tok._type = OPEN_BRACKET; in nextTokenBinary()
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dtokenizer.hpp44 OPEN_BRACKET = '[', enumerator
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/locale/com/lightcrafts/app/menu/
H A DMenuFactory_ALL.properties90 Left_Accelerator=OPEN_BRACKET
/dports/biology/iqtree/IQ-TREE-2.0.6/model/
H A Dmodelfactory.cpp402 if (fmix_str[5] != OPEN_BRACKET) in ModelFactory()
434 if (fstr.length() > 2 && fstr[2] == OPEN_BRACKET) { in ModelFactory()
516 if (model_str[3] != OPEN_BRACKET) in ModelFactory()
722 if (rate_str.length() > posI+2 && rate_str[posI+2] == OPEN_BRACKET) { in ModelFactory()
739 if (rate_str.length() > posG+2+end_pos && rate_str[posG+2+end_pos] == OPEN_BRACKET) { in ModelFactory()
760 if (rate_str.length() > posR+2+end_pos && rate_str[posR+2+end_pos] == OPEN_BRACKET) { in ModelFactory()
780 if (rate_str.length() > posH+2+end_pos && rate_str[posH+2+end_pos] == OPEN_BRACKET) { in ModelFactory()
H A Dmodelmixture.h17 const char OPEN_BRACKET = '{'; variable
H A Dmodelmixture.cpp1032 size_t pos = model_str.find(OPEN_BRACKET); in createModel()
1191 full_name = (string)"MIX" + OPEN_BRACKET; in initMixture()
1937 retname += OPEN_BRACKET; in getName()
1950 retname += OPEN_BRACKET; in getNameParams()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalatokentype.vala111 OPEN_BRACKET,
244 case OPEN_BRACKET: return "`['";
H A Dvalagenietokentype.vala123 OPEN_BRACKET,
271 case OPEN_BRACKET: return "`['";
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/scanner/
H A DILToken.cs51 OpenBracket = new ILToken (Token.OPEN_BRACKET, "["); in ILToken()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/
H A DCivar.java808 if (nextToken.type == TokenType.OPEN_BRACKET) { in popEmbedded()
967 OPERATOR, XMER, NUMBER, STAR, OPEN_BRACKET, CLOSE_BRACKET, ELEMENT, START, END, QMARK; enumConstant
983 case OPEN_BRACKET: return "("; in toString()
1027 return new Token(TokenType.OPEN_BRACKET, offset); in openBracket()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/gdb/
H A Dgdbwire.h2478 OPEN_BRACKET = 268, enumerator
2499 #define OPEN_BRACKET 268 macro

1234