るりまサーチ

最速Rubyリファレンスマニュアル検索!
225件ヒット [1-100件を表示] (0.124秒)
トップページ > クエリ:i[x] > クエリ:key[x] > クエリ:check[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. ipaddr to_i

検索結果

<< 1 2 3 > >>

Win32::Registry::API.#check(result) (21101.0)

@todo

@todo

OpenSSL::X509::Certificate#check_private_key(private_key) -> bool (18509.0)

与えられた秘密鍵が証明書に記載されている subject の公開鍵と対応するものかを確かめます。

...与えられた秘密鍵が証明書に記載されている subject の公開鍵と対応するものかを確かめます。

確認に成功した場合に真を返します。
@param private_key 確認用の秘密鍵...

Win32::Registry::API.#QueryInfoKey(hkey) (12301.0)

@todo

@todo

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (9301.0)

@todo

@todo

Win32::Registry::API.#EnumKey(hkey, index) (9301.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#OpenKey(hkey, name, opt, desired) (9301.0)

@todo

@todo

Win32::Registry::API.#CloseKey(hkey) (9201.0)

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (9201.0)

@todo

@todo

Win32::Registry::API.#FlushKey(hkey) (9201.0)

@todo

@todo

Module#ruby2_keywords(method_name, ...) -> nil (6206.0)

For the given method names, marks the method as passing keywords through a normal argument splat. This should only be called on methods that accept an argument splat (`*args`) but not explicit keywords or a keyword splat. It marks the method such that if the method is called with keyword arguments, the final hash argument is marked with a special flag such that if it is the final element of a normal argument splat to another method call, and that method call does not include explicit keywords or a keyword splat, the final element is interpreted as keywords. In other words, keywords will be passed through the method to other methods.

...given method names, marks the method as passing keywords through
a normal argument splat. This should only be called on methods that
accept an argument splat (`*args`) but not explicit keywords or a
key
word splat. It marks the method such that if the method is called
with keyword arguments, the fi...
...al hash argument is marked with a special
flag such that if it is the final element of a normal argument splat to
another method call, and that method call does not include explicit
key
words or a keyword splat, the final element is interpreted as
key
words. In other words, keywords will be passed thr...
...is should only be used for methods that delegate keywords to another
method, and only for backwards compatibility with Ruby versions before
2.7.

This method will probably be removed at some point, as it exists only
for backwards compatibility. As it does not exist in Ruby versions
before 2.7, check...

絞り込み条件を変える

<< 1 2 3 > >>