検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 98 for Parser (0.004 sec.)
The Parle\Parser class 9735
« 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 final ... o deliver the token stream. クラス概要 class Parle\Parser { /* Constants */ const int ACTION_ERROR = 0 ; con ... , Parle\Lexer $lexer ): bool } 定義済み定数 Parle\Parser::ACTION_ERROR Parle\Parser::ACTION_SHIFT Parle\Par ... ser::ACTION_REDUCE Parle\Parser::ACTION_GOTO Parle\Parser::ACTION_ACCEPT Parle\Par ...
https://man.plustar.jp/php/class.parle-parser.html - [similar]
XML 外部エンティティの例 9108
« XMLタグのマッピングの例 XML パーサ 関数 » PHP Manual 例 XML 外部エンティティの例 XML 外部エンテ ... true ; } return false ; } function startElement ( $parser , $name , $attribs ) { echo "&lt;<font color=\"#00 ... t>\"" ; } } echo "&gt;" ; } function endElement ( $parser , $name ) { echo "&lt;/<font color=\"#0000cc\"> $n ... ame </font>&gt;" ; } function characterData ( $parser , $data ) { echo "<b> $data </b>" ; } function PIH ... andler ( $parser , $target , $data ) { switch ( strtolower ( $targe ...
https://man.plustar.jp/php/example.xml-external-entity.html - [similar]
Parsing and lexing 8938
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... and repetition Anchors Grouping 例 Lexer examples Parser examples Parle\Lexer — The Parle\Lexer class Parle ... tart state Parle\RLexer::reset — Reset lexer Parle\Parser — The Parle\Parser class Parle\Parser::advance — P ... rocess next parser rule Parle\Parser::build — Finalize the grammar ru ... les Parle\Parser::consume — Consume the data for processing Parle\P ...
https://man.plustar.jp/php/book.parle.html - [similar]
Trace the parser operation 8768
« Parle\Parser::tokenId Parle\Parser::validate » PHP Manual Parle\Parser Trace the parser operat ... ion Parle\Parser::trace (PECL parle >= 0.5.1) Parle\Parser::trace — ... Trace the parser operation 説明 public Parle\Parser::trace (): stri ... ng Retrieve the current parser operation description. This can be especially usef ... ul for studying the parser and to optimize the grammar. パラメータ この関数に ...
https://man.plustar.jp/php/parle-parser.trace.html - [similar]
Process next parser rule 8716
« Parle\Parser Parle\Parser::build » PHP Manual Parle\Parser Process next parser rule Parle\Parser ... er::advance (PECL parle >= 0.5.1) Parle\Parser::advance — Process next parser rule 説明 public Pa ... rle\Parser::advance (): void Process next parser rule. パラメ ... 値を返しません。 関連キーワード: Process , next , parser , rule , Parle , Parser , パラメータ , build , par ...
https://man.plustar.jp/php/parle-parser.advance.html - [similar]
Reset parser state 8716
« Parle\Parser::push Parle\Parser::right » PHP Manual Parle\Parser Reset parser state Parle\Parser ... er::reset (PECL parle >= 0.7.1) Parle\Parser::reset — Reset parser state 説明 public Parle\Pars ... er::reset ( int $tokenId = ? ): void Reset parser state using the given token id. パラメータ tokenId ... d. 戻り値 値を返しません。 関連キーワード: Reset , parser , Parle , Parser , tokenId , right , parle , publi ...
https://man.plustar.jp/php/parle-parser.reset.html - [similar]
オブジェクト内部で XML パーサを使用する 8624
« xml_set_notation_decl_handler xml_set_processing_instruction_handler » PHP Manual XML パーサ 関 ... 内部で XML パーサを使用する 説明 xml_set_object ( XMLParser $parser , object $object ): bool この関数は、 obje ... ct の内部から parser を使用可能にします。 xml_set_element_handler() 等に ... object のメソッドであると仮定されます。 パラメータ parser オブジェクト内部で使う XML パーサへの参照。 object ... e を返します。 変更履歴 バージョン 説明 8.0.0 引数 parser は、 XMLParser インスタンスを期待するようになりまし ...
https://man.plustar.jp/php/function.xml-set-object.html - [similar]
Parsing 8480
« CommonMark\Parser CommonMark\Parser::parse » PHP Manual CommonMark\Parser Parsing CommonMark\Parser ... arser::__construct (cmark >= 1.0.0) CommonMark\Parser::__construct — Parsing 説明 public CommonMark\Pars ... ています。 パラメータ options A mask of: CommonMark\Parser\Normal ( int ) CommonMark\Parser\Normalize ( int ) ... CommonMark\Parser\ValidateUTF8 ( int ) CommonMark\Parser\Smart ( int ... ) 関連キーワード: Parsing , Parser , int , construct , cmark , public , 警告 , 関数 , ...
https://man.plustar.jp/php/commonmark-parser.construct.html - [similar]
XML エレメント構造の例 8480
« 例 XMLタグのマッピングの例 » PHP Manual 例 XML エレメント構造の例 XML エレメント構造の例 この最 ... .xml" ; $depth = array(); function startElement ( $parser , $name , $attrs ) { global $depth ; if (!isset( $ ... depth [ $parser ])) { $depth [ $parser ] = 0 ; } for ( $i = 0 ; $i ... < $depth [ $parser ]; $i ++) { echo " " ; } echo " $name \n" ; $depth ... [ $parser ]++; } function endElement ( $parser , $name ) { g ...
https://man.plustar.jp/php/example.xml-structure.html - [similar]
Parser examples 8480
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... or <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Pars ... { if (! $p -> validate ( $in , $lex )) { throw new ParserException ( "Failed to validate input" ); } $p -> c ... onsume ( $in , $lex ); while ( Parser :: ACTION_ERROR != $p -> action && Parser :: ACTIO ... != $p -> action ) { switch ( $p -> action ) { case Parser :: ACTION_ERROR : throw new ParserException ( "Par ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT