検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 115 for [SIMILAR] 16 1024 4096 WITH 52497 lexer WITH 282... (0.110 sec.)
アクセストークンを取得する 1188
« OAuth::generateSignature OAuth::getCAPath » PHP Manual OAuth アクセストークンを取得する OAuth::getAccessToken (PECL OAuth >= 0.99.1) OAuth::getAccessToken — アクセストークンを取得する 説明 public OAuth::getAccessToken ( string $access_token_url , string $verifier_token = ? , string $ht ...
https://man.plustar.jp/php/oauth.getaccesstoken.html - [similar]
リクエストトークンを取得する 1188
« OAuth::getRequestHeader OAuth::setAuthType » PHP Manual OAuth リクエストトークンを取得する OAuth::getRequestToken (PECL OAuth >= 0.99.1) OAuth::getRequestToken — リクエストトークンを取得する 説明 public OAuth::getRequestToken ( string $request_token_url , string $callback_url = ? , str ...
https://man.plustar.jp/php/oauth.getrequesttoken.html - [similar]
指定された種類のトークンかを調べる 1188
« PhpToken::getTokenName PhpToken::isIgnorable » PHP Manual PhpToken 指定された種類のトークンかを調べる PhpToken::is (PHP 8) PhpToken::is — 指定された種類のトークンかを調べる 説明 public PhpToken::is ( int | string | array $kind ): bool トークンが指定された kind であるかを判定します。 パ ...
https://man.plustar.jp/php/phptoken.is.html - [similar]
Lexer examples 0
« 例 Parser examples » PHP Manual 例 Lexer examples Lexer examples 例1 Tokenize comma separated integer list <?php use Parle \ Token ; use Parle \ Lexer ; use Parle \ LexerException ; /* name => id */ $token = array( "COMMA" => 1 , "CRLF" => 2 , "DECIMAL" => 3 , ); /* id => name */ $toke ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
Define token callback 0
« Parle\RLexer::build Parle\RLexer::consume » PHP Manual Parle\RLexer Define token callback Parle\RLexer::callout (PECL parle >= 0.7.2) Parle\RLexer::callout — Define token callback 説明 public Parle\RLexer::callout ( int $id , callable $callback ): void Define a callback to be invoked o ...
https://man.plustar.jp/php/parle-rlexer.callout.html - [similar]
Add a lexer rule 0
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule Parle\RLexer::push (PECL parle >= 0.5.1) Parle\RLexer::push — Add a lexer rule 説明 public Parle\RLexer::push ( string $regex , int $id ): void public Parle\RLexer::push ( string $state , strin ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
Parser examples 0
« 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]
Insert regex macro 0
« Parle\Lexer::getToken Parle\Lexer::push » PHP Manual Parle\Lexer Insert regex macro Parle\Lexer::insertMacro (PECL parle >= 0.5.1) Parle\Lexer::insertMacro — Insert regex macro 説明 public Parle\Lexer::insertMacro ( string $name , string $regex ): void Insert a regex macro, that can be ...
https://man.plustar.jp/php/parle-lexer.insertmacro.html - [similar]
Declare a token with left-associativity 0
« Parle\Parser::errorInfo Parle\Parser::nonassoc » PHP Manual Parle\Parser Declare a token with left-associativity Parle\Parser::left (PECL parle >= 0.5.1) Parle\Parser::left — Declare a token with left-associativity 説明 public Parle\Parser::left ( string $tok ): void Declare a terminal ...
https://man.plustar.jp/php/parle-parser.left.html - [similar]
Declare a token with right-associativity 0
« Parle\Parser::reset Parle\Parser::sigil » PHP Manual Parle\Parser Declare a token with right-associativity Parle\Parser::right (PECL parle >= 0.5.1) Parle\Parser::right — Declare a token with right-associativity 説明 public Parle\Parser::right ( string $tok ): void Declare a terminal w ...
https://man.plustar.jp/php/parle-parser.right.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT