検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 71 for token (0.007 sec.)
指定したソースを PHP トークンに分割する 9909
« Tokenizer 関数 token_name » PHP Manual Tokenizer 関数 指定したソースを PHP トークンに分割する ... oken_get_all (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) token_get_all — 指定したソースを PHP トークンに分割する ... 説明 token_get_all ( string $code , int $flags = 0 ): array t ... には、 パーサトークンの一覧 を参照するか、 あるいは token_name() でトークン値を文字列表現に 変換します。 パラ ... ースする PHP ソース。 flags 以下のフラグが使えます。 TOKEN_PARSE - 特定のコンテキストで予約語を使った場合に、 ...
https://man.plustar.jp/php/function.token-get-all.html - [similar]
The Parle\Token class 9698
« Parle\Stack::push Parle\ErrorInfo » PHP Manual Parle The Parle\Token class The Parle\Token cla ... L parle >= 0.5.2) はじめに This class represents a token. Lexer returns instances of this class. クラス概要 ... class Parle\Token { /* Constants */ const int EOI = 0 ; const int UN ... ic string $ value ; /* メソッド */ } プロパティ id Token id. value Token value. 定義済み定数 Parle\Token::E ... OI End of input token id. Parle\Token::UNKNOWN Unknown token id. Parle\T ...
https://man.plustar.jp/php/class.parle-token.html - [similar]
米Yahoo! の位置情報プラットフォーム FireEagle の例 9459
« 例 OAuth 関数 » PHP Manual 例 米Yahoo! の位置情報プラットフォーム FireEagle の例 米Yahoo! の位 ... l = 'https://fireeagle.yahooapis.com/oauth/request_token' ; $authurl = 'https://fireeagle.yahoo.net/oauth/a ... rl = 'https://fireeagle.yahooapis.com/oauth/access_token' ; $api_url = 'https://fireeagle.yahooapis.com/api ... ョンの state の値が1の場合、次のリクエストには oauth_token の値が含まれているはずである if(!isset( $_GET [ 'o ... auth_token' ]) && $_SESSION [ 'state' ]== 1 ) $_SESSION [ 'st ...
https://man.plustar.jp/php/oauth.examples.fireeagle.html - [similar]
Parsing and lexing 9333
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... e the lexer rule set Parle\Lexer::callout — Define token callback Parle\Lexer::consume — Pass the data for ... xer::dump — Dump the state machine Parle\Lexer::getToken — Retrieve the current token Parle\Lexer::insertMa ... the lexer rule set Parle\RLexer::callout — Define token callback Parle\RLexer::consume — Pass the data for ... er::dump — Dump the state machine Parle\RLexer::getToken — Retrieve the current token Parle\RLexer::insertM ...
https://man.plustar.jp/php/book.parle.html - [similar]
アクセストークンを取得する 9333
« 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_toke ... サービスプロバイダから取得します。 パラメータ access_token_url アクセストークン API の URL。 auth_session_han ... 細な情報は » ScalableOAuth を参照ください。 verifier_token 1.0a をサポートするサービスプロバイダでは、リクエス ...
https://man.plustar.jp/php/oauth.getaccesstoken.html - [similar]
Get token id 9178
« Parle\Parser::token Parle\Parser::trace » PHP Manual Parle\Parser Get token id Parle\Parser::token ... okenId (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 used in Parle ... \Parser::token() . 戻り値 Returns int representing the token id. ... 関連キーワード: token , Get , Parle , Parser , tokenId , tok , int , par ...
https://man.plustar.jp/php/parle-parser.tokenid.html - [similar]
Get token id 9178
« Parle\RParser::token Parle\RParser::trace » PHP Manual Parle\RParser Get token id Parle\RParse ... r::tokenId (PECL parle >= 0.7.0) Parle\RParser::tokenId — G ... et token id 説明 public Parle\RParser::tokenId ( string $to ... k ): int Retrieve the id of the named token. パラメータ tok Name of the token as used in Parle ... \RParser::token() . 戻り値 Returns int representing the token id. ...
https://man.plustar.jp/php/parle-rparser.tokenid.html - [similar]
Declare a token 9052
« Parle\Parser::sigil Parle\Parser::tokenId » PHP Manual Parle\Parser Declare a token Parle\Pars ... er::token (PECL parle >= 0.5.1) Parle\Parser::token — Declar ... e a token 説明 public Parle\Parser::token ( string $tok ): v ... terminal to be used in the grammar. パラメータ tok Token name. 戻り値 値を返しません。 関連キーワード: toke ... n , Declare , Parle , Parser , tok , sigil , tokenId , parle , public , string ...
https://man.plustar.jp/php/parle-parser.token.html - [similar]
Declare a token 9052
« Parle\RParser::sigil Parle\RParser::tokenId » PHP Manual Parle\RParser Declare a token Parle\R ... Parser::token (PECL parle >= 0.7.0) Parle\RParser::token — Decla ... re a token 説明 public Parle\RParser::token ( string $tok ): ... terminal to be used in the grammar. パラメータ tok Token name. 戻り値 値を返しません。 関連キーワード: toke ... n , Declare , Parle , RParser , tok , sigil , tokenId , parle , public , string ...
https://man.plustar.jp/php/parle-rparser.token.html - [similar]
Lexer examples 9052
« 例 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 */ $tokenIdToName = array_flip ( $token ); $lex = new Lexer ... ; $lex -> push ( "[\x2c]" , $token [ "COMMA" ]); $lex -> push ( "[\r][\n]" , $token [ ...
https://man.plustar.jp/php/parle.examples.lexer.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT