るりまサーチ

最速Rubyリファレンスマニュアル検索!
132件ヒット [1-100件を表示] (0.127秒)
トップページ > クエリ:e[x] > クラス:URI::LDAP[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

ライブラリ

キーワード

検索結果

<< 1 2 > >>

URI::LDAP#attributes -> String (6101.0)

自身の Attribute を文字列で返します。

...自身の Attribute を文字列で返します。...

URI::LDAP#attributes=(s) (6101.0)

自身の Attribute を文字列で設定します。

...自身の Attribute を文字列で設定します。

@param s 自身の Attribute を文字列で設定します。...

URI::LDAP#extensions -> String (6101.0)

自身の extensions を文字列で返します。

...自身の extensions を文字列で返します。...

URI::LDAP#extensions=(s) (6101.0)

自身の extensions を文字列で設定します。

...自身の extensions を文字列で設定します。

@param s 自身の extensions を文字列で設定します。...

URI::LDAP#filter -> String (6101.0)

自身の filter を文字列で返します。

...自身の filter を文字列で返します。...

絞り込み条件を変える

URI::LDAP#filter=(s) (6101.0)

自身の filter を文字列で設定します。

...自身の filter を文字列で設定します。

@param s 自身の filter を文字列で設定します。...

URI::LDAP#scope -> String (6101.0)

自身の Scope を文字列で返します。

...自身の Scope を文字列で返します。...

URI::LDAP#scope=(s) (6101.0)

自身の Scope を文字列で設定します。

...自身の Scope を文字列で設定します。

@param s 自身の Scope を文字列で設定します。...

URI::LDAP.new(scheme, userinfo, host, port, registry, path, opaque, query, fragment, arg_check = false) -> URI::LDAP (6101.0)

汎用的な構成要素から URI::LDAP オブジェクトを生成します。 build と異なり、デフォルトでは引数の正当性を検査しません。

...汎用的な構成要素から URI::LDAP オブジェクトを生成します。
build と異なり、デフォルトでは引数の正当性を検査しません。

@param scheme 構成要素を表す文字列を与えます。

@param userinfo 構成要素を表す文字列を与えます。

@p...
...列を与えます。

@param registry nil を与えます。

@param path 構成要素を表す文字列を与えます。

@param opaque 構成要素を表す文字列を与えます。

@param query 構成要素を表す文字列を与えます。

@param fragment 構成要素を表す文字列...
...ます。

@param arg_check 真が与えられた場合は、各引数が字句規則に適合しているか否かを検査します。適合しない場合は例外 URI::InvalidComponentError が起ります。

@raise URI::InvalidURIError use_registry が偽のとき、registry が与えられる...
<< 1 2 > >>