Home
last modified time | relevance | path

Searched refs:afterComma (Results 1 – 21 of 21) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/gen/
H A Dmaps.go19 afterComma = 'o' const
H A Dparser.go234 case afterComma:
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/oj/
H A Dmaps.go19 afterComma = 'o' const
H A Dvalidator.go150 case afterComma:
H A Dtokenizer.go191 case afterComma:
H A Dparser.go257 case afterComma:
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DLazyJavaCompletionProposal.java57 public final boolean afterComma; field in LazyJavaCompletionProposal.FormatterPrefs
72afterComma= getCoreOption(project, DefaultCodeFormatterConstants.FORMATTER_INSERT_SPACE_AFTER_COMM… in FormatterPrefs()
H A DFilledArgumentNamesMethodProposal.java134 if (prefs.afterComma) in computeReplacementString()
H A DParameterGuessingProposal.java324 if (prefs.afterComma) in computeGuessingCompletion()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/ast/
H A Dsqlitecreatetable.h178 bool afterComma = false; variable
H A Dsqlitecreatetable.cpp476 afterComma(other.afterComma) in Constraint()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DParser.java2893 int afterComma = -1; in arrayLiteral() local
2899 afterComma = ts.tokenEnd; in arrayLiteral()
2917 if (afterComma != -1) in arrayLiteral()
2918 warnTrailingComma(pos, elements, afterComma); in arrayLiteral()
2932 afterComma = -1; in arrayLiteral()
3136 int afterComma = -1; in objectLiteral() local
3195 if (afterComma != -1) in objectLiteral()
3196 warnTrailingComma(pos, elems, afterComma); in objectLiteral()
3240 afterComma = ts.tokenEnd; in objectLiteral()
/dports/lang/nim/nim-1.6.2/tools/niminst/
H A Dniminst.nim387 var afterComma = false
391 afterComma = true
396 afterComma = false
400 if afterComma: license.add(v[i])
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DSpacePreparator.java315 boolean afterComma = node.isConstructor() in visit()
322 handleCommas(params, beforeComma, afterComma); in visit()
342 boolean afterComma = node.isConstructor() in visit()
345 handleCommas(thrownExceptionTypes, beforeComma, afterComma); in visit()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c5467 JSBool afterComma; in PrimaryExpr() local
5482 afterComma = JS_FALSE; in PrimaryExpr()
5532 if (afterComma && in PrimaryExpr()
5580 afterComma = JS_TRUE; in PrimaryExpr()
/dports/lang/spidermonkey17/js/src/
H A Djsparse.c5467 JSBool afterComma; in PrimaryExpr() local
5482 afterComma = JS_FALSE; in PrimaryExpr()
5532 if (afterComma && in PrimaryExpr()
5580 afterComma = JS_TRUE; in PrimaryExpr()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c5467 JSBool afterComma; in PrimaryExpr() local
5482 afterComma = JS_FALSE; in PrimaryExpr()
5532 if (afterComma && in PrimaryExpr()
5580 afterComma = JS_TRUE; in PrimaryExpr()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c5467 JSBool afterComma; in PrimaryExpr() local
5482 afterComma = JS_FALSE; in PrimaryExpr()
5532 if (afterComma && in PrimaryExpr()
5580 afterComma = JS_TRUE; in PrimaryExpr()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsparse.c5467 JSBool afterComma; in PrimaryExpr() local
5482 afterComma = JS_FALSE; in PrimaryExpr()
5532 if (afterComma && in PrimaryExpr()
5580 afterComma = JS_TRUE; in PrimaryExpr()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dsqlite3_parse.y659 C->afterComma = *(CM); in conslist()
H A Dsqlite3_parse.cpp3699 … yymsp[0].minor.yy246->afterComma = *(yymsp[-1].minor.yy611); in yy_reduce()