るりまサーチ

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

別のキーワード

  1. resolv new
  2. resolv getname
  3. resolv each_name
  4. resolv getnames
  5. resolv getaddress

ライブラリ

クラス

検索結果

<< 1 2 > >>

Resolv::DNS::Name.create(name) -> Resolv::DNS::Name (29218.0)

文字列 name から Resolv::DNS::Name のインスタンスを生成します。

...文字列 name から Resolv::DNS::Name のインスタンスを生成します。

@param name ドメイン名の文字列。最後に"."を置くと絶対パス形式、そうでなければ相対パス形式とみなされます。...

Resolv::IPv4.create(address) -> Resolv::IPv4 (29218.0)

"192.168.0.1" のように "." で区切られた IPv4 表記の文字列 address から Resolv::IPv4 のインスタンスを生成します。

..."192.168.0.1" のように "." で区切られた IPv4 表記の文字列 address から
Resolv
::IPv4 のインスタンスを生成します。

@param address IPv4 表記の文字列...

Resolv::IPv6.create(address) -> Resolv::IPv6 (29218.0)

引数 address で指定した文字列から Resolv::IPv6 のインスタンスを生成しま す。

...引数 address で指定した文字列から Resolv::IPv6 のインスタンスを生成しま
す。

@param address human readable な IPv6 アドレスの文字列表現を以下のいず
れかの形式で指定します。

* 8Hex
* CompressedHex
* 6Hex4Dec
* Compressed...

Resolv::DNS::Name.new(labels, absolute = true) -> Resolv::DNS::Name (11151.0)

Resolv::DNS::Nameのインスタンスを生成します。 labels は Resolv::DNS::Label::Str の配列を与えます。

...Resolv::DNS::Nameのインスタンスを生成します。
labels は Resolv::DNS::Label::Str の配列を与えます。

@param labels ドメイン名を Resolv::DNS::Label::Str の配列として与えます。
@param absolute ドメイン名が絶対パスであるかどうかを 真偽値で...
...与えます。

@see Resolv::DNS::Name.create...

Resolv::IPv4.new(address) -> Resolv::IPv4 (11129.0)

4 byte の文字列 address から Resolv::IPv4 のインスタンスを生成します。

...4 byte の文字列 address から Resolv::IPv4 のインスタンスを生成します。

@param address 4 byte のバイナリ列の IPv4 のアドレス
@see Resolv::IPv4.create...

絞り込み条件を変える

Resolv::IPv6.new(address) -> Resolv::IPv6 (11129.0)

16 byte の文字列 address から Resolv::IPv6 のインスタンスを生成します。

...16 byte の文字列 address から Resolv::IPv6 のインスタンスを生成します。

@param address IPv6アドレスを表す 16 byte の文字列(バイト列)
@see Resolv::IPv6.create...

Resolv::DNS::Name#subdomain_of?(other) -> bool (11090.0)

other が self のサブドメインであるかどうかを返します。

...]{
require "resolv"
domain = Resolv::DNS::Name.create("y.z")
p Resolv::DNS::Name.create("w.x.y.z").subdomain_of?(domain) #=> true
p Resolv::DNS::Name.create("x.y.z").subdomain_of?(domain) #=> true
p Resolv::DNS::Name.create("y.z").subdomain_of?(domain) #=> false
p Resolv::DNS::Name.create("z").subdo...
...main_of?(domain) #=> false
p Resolv::DNS::Name.create("x.y.z.").subdomain_of?(domain) #=> false
p Resolv::DNS::Name.create("w.z").subdomain_of?(domain) #=> false
//}...

NEWS for Ruby 3.0.0 (24.0)

NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...16233
* Changed default for Encoding.default_external to UTF-8 on Windows 16604
* Fiber
* Fiber.new(blocking: true/false) allows you to create non-blocking execution contexts. 16786
* Fiber#blocking? tells whether the fiber is non-blocking. 16786
* Fiber#backtrace and Fiber#backt...
...en using a scheduler. 16792
* Proc
* Proc#== and Proc#eql? are now defined and will return true for separate Proc instances if the procs were created from the same block. 14267
* Queue / SizedQueue
* Queue#pop, SizedQueue#push and related methods may now invoke the `block`/`unblock` sche...
...net-ftp
* net-http
* net-imap
* net-protocol
* open-uri
* optparse
* pp
* prettyprint
* resolv-replace
* resolv
* rinda
* set
* securerandom
* shellwords
* tempfile
* tmpdir
* time
* tsort
* u...

NEWS for Ruby 2.1.0 (18.0)

NEWS for Ruby 2.1.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...うになりました。

* Proc
* Returning from lambda proc now always exits from the Proc, not from the
method where the lambda is created. Returning from non-lambda proc exits
from the method, same as the former behavior.

* String
* 以下のコードでレシーバー...
...レートとアクセシビリティを改善しました。
https://github.com/ruby/rdoc/blob/v4.1.0.preview.1/History.rdoc

* resolv
* 追加: Resolv::DNS.fetch_resource
* One-shot multicast DNS support
* Support LOC resources

* rexml
* REXML::Parsers::SAX2Parser
*...
...更新。 Notable new features include:
* Gemfile or gem.deps.rb support including Gem.file.lock (experimental)
* Improved, iterative resolver (compared to RubyGems 2.1 and earlier)
* Support for a sharing a GEM_HOME across ruby platforms and versions
* https://github.com/ru...

ruby 1.8.4 feature (18.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...xt.c (MakeX509ExtFactory): should use
# OPENSSL_malloc to allocate X509V3_CTX.
#
# * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): use
# X509V3_EXT_nconf_nid to avoid SEGV (and to build extensions which
# values are placed in separate section).
#
#...
...((<ruby-talk:161771>))

: Win32API [bug]

#Mon Oct 24 20:49:45 2005 NAKAMURA Usaku <usa@ruby-lang.org>
#
# * ext/Win32API/lib/win32/resolv.rb (get_info): support multiple DNS.
# fixed: [ruby-list:40058], [ruby-dev:27479]
#

DNSを手動で複数設定した場合に正しく...
...題を修正。((<ruby-dev:27513>))

# == 不要
#
#Mon Nov 28 09:21:49 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
#
# * lib/mkmf.rb (create_makefile): should not change sodir with
# dir.gsub!. (bccwin32 failed to install third party exntesions)
# [ruby-dev:27834]
#
#な...

絞り込み条件を変える

<< 1 2 > >>