Results of 11 - 20 of about 82 for q (0.002 sec.)
- コンストラクタ 7778
- « SolrQuery::collapse SolrQuery::__destruct » PHP Manual SolrQuery コンストラクタ SolrQuery::__c
...
onstruct (PECL solr >= 0.9.2) SolrQuery::__construct — コンストラクタ 説明 public Solr ...
Query::__construct ( string $q = ? ) コンストラクタ パラメータ q 任意の検索クエリ ...
生します。 変更履歴 バージョン 説明 PECL solr 2.0.0 q が無効な場合に SolrIllegalArgumentException が発生 ...
ョンではエラーになっていました。 関連キーワード: SolrQuery , construct , パラメータ , エラー , IllegalArg ...
-
https://man.plustar.jp/php/solrquery.construct.html
- [similar]
- Directly Sets Boost Query Parameter (bq) 7723
- « SolrDisMaxQuery::setBoostFunction SolrDisMaxQuery::setMinimumMatch » PHP Manual SolrDisMaxQuer
...
y Directly Sets Boost Query Parameter (bq) SolrDisMaxQuery::setBoostQuery ...
rmation available, might only be in Git) SolrDisMaxQuery::setBoostQuery — Directly Sets Boost Query Par ...
ameter (bq) 説明 public SolrDisMaxQuery::setBoostQuery ( stri ...
ng $q ): SolrDisMaxQuery Sets Boost Query Parameter (bq) ...
-
https://man.plustar.jp/php/solrdismaxquery.setboostquery.html
- [similar]
- MIME ヘッダフィールドを作成する 7451
- « iconv_mime_decode iconv_set_encoding » PHP Manual iconv 関数 MIME ヘッダフィールドを作成する i
...
は以下のような形式になります。 Subject: =?ISO-8859-1?Q?Pr=FCfung_f=FCr?= Entwerfen von einer MIME kopfzei ...
フィールドの値のエンコード方法を指定します。"B" か "Q" の どちらかを指定することになるでしょう。"B" は b ...
ase64 エンコードを、また "Q" は quoted-printable エンコードを表します。 B B in ...
eak-chars" => "\n" ); $preferences [ "scheme" ] = "Q" ; // この結果は "Subject: =?UTF-8?Q?Pr=C3=BCfung= ...
-
https://man.plustar.jp/php/function.iconv-mime-encode.html
- [similar]
- Enables/Disables the Expand Component 7397
- « SolrQuery::setEchoParams SolrQuery::setExpandQuery » PHP Manual SolrQuery Enables/Disables the
...
Expand Component SolrQuery::setExpand (PECL solr >= 2.2.0) SolrQuery::set ...
bles/Disables the Expand Component 説明 public SolrQuery::setExpand ( bool $value ): SolrQuery Enables/ ...
d Component. パラメータ value Bool flag 戻り値 SolrQuery 例 例1 SolrQuery::setExpand() example <?php $q ...
uery = new SolrQuery ( 'lucene' ); $query -> setExpand ( true ) -> ...
-
https://man.plustar.jp/php/solrquery.setexpand.html
- [similar]
- 要素を追加する 7342
- « sodium_crypto_box sodium_crypto_core_ristretto255_from_hash » PHP Manual Sodium 関数 要素を追加
...
crypto_core_ristretto255_add ( string $p , string $q ): string 要素 q を p に追加します。 libsodium 1.0 ...
が 記述されています。 パラメータ p 追加される要素。 q 追加する要素。 戻り値 32バイト長のランダムな文字列 ...
stretto255_sub ( $value , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上の例の出力は以下となり ...
-
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-add.html
- [similar]
- 要素の値を減らす 7342
- « sodium_crypto_core_ristretto255_scalar_sub sodium_crypto_generichash_final » PHP Manual Sodium
...
crypto_core_ristretto255_sub ( string $p , string $q ): string p から 要素 q を減らします。 libsodium 1 ...
が 記述されています。 パラメータ p 減らされる要素。 q 減らす要素。 戻り値 32バイト長のランダムな文字列を ...
stretto255_sub ( $value , $bar ); var_dump ( hash_equals ( $foo , $value )); ?> 上の例の出力は以下となり ...
-
https://man.plustar.jp/php/function.sodium-crypto-core-ristretto255-sub.html
- [similar]
- 実行時設定 7001
- « インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定
...
NI_SYSTEM seaslog.default_template %T | %L | %P | %Q | %t | %M PHP_INI_SYSTEM seaslog.default_datetime_ ...
m would be rewritten down into the Data Store by request shutdown or php process exit (PHP RSHUTDOWN or ...
ing Default Log template. Default "%T | %L | %P | %Q | %t | %M". 注意 : The following default variables ...
te is: seaslog.default_template = "%T | %L | %P | %Q | %t | %M" , that's mean,default log style is: {da ...
-
https://man.plustar.jp/php/seaslog.configuration.html
- [similar]
- Set Minimum "Should" Match (mm) 7001
- « SolrDisMaxQuery::setBoostQuery SolrDisMaxQuery::setPhraseFields » PHP Manual SolrDisMaxQuery S
...
et Minimum "Should" Match (mm) SolrDisMaxQuery::setMinimumMatch (No version information avail ...
able, might only be in Git) SolrDisMaxQuery::setMinimumMatch — Set Minimum "Should" Match ...
(mm) 説明 public SolrDisMaxQuery::setMinimumMatch ( string $value ): SolrDisMax ...
imum "Should" Match parameter (mm). If the default query operator is AND then mm=100%, if the default q ...
-
https://man.plustar.jp/php/solrdismaxquery.setminimummatch.html
- [similar]
- MIMEヘッダの文字列をエンコードする 6893
- « mb_detect_order mb_encode_numericentity » PHP Manual マルチバイト文字列 関数 MIMEヘッダの文字列
...
ーディングの 方式を指定します。 "B" (Base64) または "Q" (Quoted-Printable) のどちらかでなければなりません ...
lashes ( mb_encode_mimeheader ( $name , "UTF-7" , "Q" ), '"' ) . '" <' . $mbox . "@" . $doma . ">" ; ec ...
$addr ; ?> 上の例の出力は以下となります。 "=?UTF-7?Q?+WSqQzg-?=" <kru@gtinn.mon> 注意 注意 : この関数は ...
-
https://man.plustar.jp/php/function.mb-encode-mimeheader.html
- [similar]
- Removes a Phrase Field (pf parameter) 6893
- « SolrDisMaxQuery::removeBoostQuery SolrDisMaxQuery::removeQueryField » PHP Manual SolrDisMaxQue
...
ry Removes a Phrase Field (pf parameter) SolrDisMaxQuery::removePhraseField (No version information ava ...
ilable, might only be in Git) SolrDisMaxQuery::removePhraseField — Removes a Phrase Field (p ...
f parameter) 説明 public SolrDisMaxQuery::removePhraseField ( string $field ): SolrDisM ...
axQuery Removes a Phrase Field (pf parameter) that was ...
-
https://man.plustar.jp/php/solrdismaxquery.removephrasefield.html
- [similar]