Home
last modified time | relevance | path

Searched defs:tokenRef (Results 1 – 13 of 13) sorted by relevance

/dports/www/tusc/tusc-0.4.7/
H A D.release-it.json7 "tokenRef": "GITHUB_TOKEN", string
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/Authentication/
H A DTokenAuthScheme.php47 protected $tokenRef; variable in MicrosoftAzure\\Storage\\Common\\Internal\\Authentication\\TokenAuthScheme
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/codegen/
H A DCodeGeneratorExtension.java51 public List<SrcOp> tokenRef(List<SrcOp> ops) { return ops; } in tokenRef() method in CodeGeneratorExtension
H A DBlankOutputModelFactory.java61 public List<SrcOp> tokenRef(GrammarAST ID, GrammarAST label, GrammarAST args) { return null; } in tokenRef() method in BlankOutputModelFactory
H A DOutputModelFactory.java62 List<SrcOp> tokenRef(GrammarAST ID, GrammarAST label, GrammarAST args); in tokenRef() method
H A DParserFactory.java114 public List<SrcOp> tokenRef(GrammarAST ID, GrammarAST labelAST, GrammarAST args) { in tokenRef() method in ParserFactory
H A DOutputModelController.java368 public List<SrcOp> tokenRef(GrammarAST ID, GrammarAST label, GrammarAST args) in tokenRef() method in OutputModelController
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/codegen/model/
H A DElementFrequenciesVisitor.java141 public void tokenRef(TerminalAST ref) { in tokenRef() method in ElementFrequenciesVisitor
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/automata/
H A DATNFactory.java58 Handle tokenRef(TerminalAST node); in tokenRef() method
H A DParserATNFactory.java199 public Handle tokenRef(TerminalAST node) { in tokenRef() method in ParserATNFactory
H A DLexerATNFactory.java601 public Handle tokenRef(TerminalAST node) { in tokenRef() method in LexerATNFactory
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/semantics/
H A DSymbolCollector.java146 public void tokenRef(TerminalAST ref) { in tokenRef() method in SymbolCollector
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool/src/org/antlr/v4/
H A DTool.java456 public void tokenRef(TerminalAST ref) { in checkForRuleIssues() method in Tool.UndefChecker