Results of 1 - 10 of about 13 for tokens (0.002 sec.)
- Specifies the maximum number of tokens to parse 13126
- « SolrQuery::setMltMaxNumQueryTerms SolrQuery::setMltMaxWordLength » PHP Manual SolrQuery Specif
...
ies the maximum number of tokens to parse SolrQuery::setMltMaxNumTokens (PECL solr ...
>= 0.9.2) SolrQuery::setMltMaxNumTokens — Specifies the maximum number of tokens to parse ...
説明 public SolrQuery::setMltMaxNumTokens ( int $value ): SolrQuery Specifies the maximum nu ...
mber of tokens to parse in each example doc field that is not sto ...
-
https://man.plustar.jp/php/solrquery.setmltmaxnumtokens.html
- [similar]
- Returns the maximum number of tokens to parse in each document field that is not... 11824
- « SolrQuery::getMltMaxNumQueryTerms SolrQuery::getMltMaxWordLength » PHP Manual SolrQuery Return
...
s the maximum number of tokens to parse in each document field that is not stored ...
with TermVector support SolrQuery::getMltMaxNumTokens (PECL solr >= 0.9.2) SolrQuery::getMltMaxNumTokens ...
— Returns the maximum number of tokens to parse in each document field that is not stored ...
mVector support 説明 public SolrQuery::getMltMaxNumTokens (): int Returns the maximum number of tokens to pa ...
-
https://man.plustar.jp/php/solrquery.getmltmaxnumtokens.html
- [similar]
- 指定したソースを PHP トークンに分割する 9835
- « Tokenizer 関数 token_name » PHP Manual Tokenizer 関数 指定したソースを PHP トークンに分割する
...
列が含まれます。 例 例1 token_get_all() の例 <?php $tokens = token_get_all ( '<?php echo; ?>' ); foreach ( $t ...
?>') 例2 token_get_all() の間違った使いかた <?php $tokens = token_get_all ( '/* comment */' ); foreach ( $to ...
<'code' <?php class A { const PUBLIC = 1; } code; $tokens = token_get_all ( $source , TOKEN_PARSE ); foreach ...
( $tokens as $token ) { if ( is_array ( $token )) { echo tok ...
-
https://man.plustar.jp/php/function.token-get-all.html
- [similar]
- ソースコードを PhpToken オブジェクトで表現されたトークンに分割する 9501
- « PhpToken::__toString Tokenizer 関数 » PHP Manual PhpToken ソースコードを PhpToken オブジェクト
...
っています。 例 例1 PhpToken::tokenize() の例 <?php $tokens = PhpToken :: tokenize ( '<?php echo; ?>' ); forea ...
ch ( $tokens as $token ) { echo "Line { $token -> line } : { $t ...
ext () { return strtoupper ( $this -> text ); } } $tokens = MyPhpToken :: tokenize ( '<?php echo; ?>' ); ech ...
o "' { $tokens [ 0 ]-> getUpperText ()} '" ; 上の例の出力は以下と ...
-
https://man.plustar.jp/php/phptoken.tokenize.html
- [similar]
- 例 8551
- « 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプ
...
hp $source = file_get_contents ( 'example.php' ); $tokens = token_get_all ( $source ); foreach ( $tokens as ...
-
https://man.plustar.jp/php/tokenizer.examples.html
- [similar]
- 複数のアイテムを取得する 8129
- « Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得
...
.0 より前のバージョンでは、二番目のパラメータ &cas_tokens が存在して、見つかったアイテムの CAS トークンが書き ...
込まれるようになっていました。 この &cas_tokens パラメータは memcached 拡張モジュールの v3.0 で削除 ...
変更履歴 バージョン 説明 PECL memcached 3.0.0 &cas_tokens パラメータが削除されました。 Memcached::GET_EXTEND ...
-
https://man.plustar.jp/php/memcached.getmulti.html
- [similar]
- Finalize the grammar rules 7865
- « Parle\Parser::advance Parle\Parser::consume » PHP Manual Parle\Parser Finalize the grammar rul
...
rules 説明 public Parle\Parser::build (): void Any tokens and grammar rules previously added are finalized. ...
-
https://man.plustar.jp/php/parle-parser.build.html
- [similar]
- Push a new start state 7865
- « Parle\RLexer::push Parle\RLexer::reset » PHP Manual Parle\RLexer Push a new start state Parle\
...
ne state machine. This allows you to lex different tokens depending on context, thus allowing simple parsing ...
-
https://man.plustar.jp/php/parle-rlexer.pushstate.html
- [similar]
- Finalize the grammar rules 7865
- « Parle\RParser::advance Parle\RParser::consume » PHP Manual Parle\RParser Finalize the grammar
...
ules 説明 public Parle\RParser::build (): void Any tokens and grammar rules previously added are finalized. ...
-
https://man.plustar.jp/php/parle-rparser.build.html
- [similar]
- tokenHandler コールバックを設定する 7654
- « OAuthProvider::timestampNonceHandler OAuthException » PHP Manual OAuthProvider tokenHandler コ
...
TOKEN_REVOKED ; } $provider -> token_secret = "the_tokens_secret" ; return OAUTH_OK ; } ?> 参考 OAuthProvide ...
-
https://man.plustar.jp/php/oauthprovider.tokenhandler.html
- [similar]