検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 142 for [SIMILAR] 16 1024 4096 WITH 14016 tokenid WITH 1... (0.124 sec.)
Reset parser state 10000
« Parle\Parser::push Parle\Parser::right » PHP Manual Parle\Parser Reset parser state Parle\Parser::reset (PECL parle >= 0.7.1) Parle\Parser::reset — Reset parser state 説明 public Parle\Parser::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ toke ...
https://man.plustar.jp/php/parle-parser.reset.html - [similar]
Reset parser state 8107
« Parle\RParser::push Parle\RParser::right » PHP Manual Parle\RParser Reset parser state Parle\RParser::reset (PECL parle >= 0.7.1) Parle\RParser::reset — Reset parser state 説明 public Parle\RParser::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ ...
https://man.plustar.jp/php/parle-rparser.reset.html - [similar]
Get token id 8041
« Parle\Parser::token Parle\Parser::trace » PHP Manual Parle\Parser Get token id Parle\Parser::tokenId (PECL parle >= 0.5.1) Parle\Parser::tokenId — Get token id 説明 public Parle\Parser::tokenId ( string $tok ): int Retrieve the id of the named token. パラメータ tok Name of the token as ...
https://man.plustar.jp/php/parle-parser.tokenid.html - [similar]
Declare a token 7947
« Parle\Parser::sigil Parle\Parser::tokenId » PHP Manual Parle\Parser Declare a token Parle\Parser::token (PECL parle >= 0.5.1) Parle\Parser::token — Declare a token 説明 public Parle\Parser::token ( string $tok ): void Declare a terminal to be used in the grammar. パラメータ tok Token n ...
https://man.plustar.jp/php/parle-parser.token.html - [similar]
Process next parser rule 7509
« Parle\Parser Parle\Parser::build » PHP Manual Parle\Parser Process next parser rule Parle\Parser::advance (PECL parle >= 0.5.1) Parle\Parser::advance — Process next parser rule 説明 public Parle\Parser::advance (): void Process next parser rule. パラメータ この関数にはパラメータはありま ...
https://man.plustar.jp/php/parle-parser.advance.html - [similar]
The Parle\Parser class 7450
« Parle\RLexer::reset Parle\Parser::advance » PHP Manual Parle The Parle\Parser class The Parle\Parser class (PECL parle >= 0.5.1) はじめに Parser class. Rules can be defined on the fly. Once finalized, a Parle\Lexer instance is required to deliver the token stream. クラス概要 class Parl ...
https://man.plustar.jp/php/class.parle-parser.html - [similar]
Trace the parser operation 7441
« Parle\Parser::tokenId Parle\Parser::validate » PHP Manual Parle\Parser Trace the parser operation Parle\Parser::trace (PECL parle >= 0.5.1) Parle\Parser::trace — Trace the parser operation 説明 public Parle\Parser::trace (): string Retrieve the current parser operation description. Thi ...
https://man.plustar.jp/php/parle-parser.trace.html - [similar]
Dump the grammar 7197
« Parle\Parser::consume Parle\Parser::errorInfo » PHP Manual Parle\Parser Dump the grammar Parle\Parser::dump (PECL parle >= 0.5.1) Parle\Parser::dump — Dump the grammar 説明 public Parle\Parser::dump (): void Dump the current grammar to stdout. パラメータ この関数にはパラメータはありませ ...
https://man.plustar.jp/php/parle-parser.dump.html - [similar]
Parser examples 6603
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculator <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
Get token id 6603
« Parle\RParser::token Parle\RParser::trace » PHP Manual Parle\RParser Get token id Parle\RParser::tokenId (PECL parle >= 0.7.0) Parle\RParser::tokenId — Get token id 説明 public Parle\RParser::tokenId ( string $tok ): int Retrieve the id of the named token. パラメータ tok Name of the to ...
https://man.plustar.jp/php/parle-rparser.tokenid.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT