るりまサーチ

最速Rubyリファレンスマニュアル検索!
4553件ヒット [1-100件を表示] (0.022秒)

別のキーワード

  1. rss url
  2. rss url=
  3. item url
  4. rss20 url
  5. item url=

ライブラリ

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

RSS::Maker::ImageBase#url (18102.0)

@todo

@todo

RSS::Maker::RSS20::Items::Item::Enclosure#url (18102.0)

@todo

@todo

RSS::Maker::RSS20::Items::Item::Source#url (18102.0)

@todo

@todo

RSS::RDF::Image#url (18102.0)

@todo

@todo

RSS::Rss::Channel::Image#url (18102.0)

@todo

@todo

絞り込み条件を変える

RSS::Rss::Channel::Item::Source#url (18102.0)

@todo

@todo

RSS::Rss::Channel::Item::Enclosure#url (15101.0)

@todo

@todo

SecureRandom.urlsafe_base64(n = nil, padding = false) -> String (6116.0)

ランダムで URL-safe な base64 文字列を生成して返します。

...ランダムで URL-safe な base64 文字列を生成して返します。

@param n 文字列の生成に使われるランダムネスのサイズを整数で指定します。
生成される文字列のサイズはn の約 4/3 倍になります。
nil を指定した場合 n...
...

require 'securerandom'
p SecureRandom.urlsafe_base64 #=> "b4GOKm4pOYU_-BOXcrUGDg"
p SecureRandom.urlsafe_base64 #=> "UZLdOkzop70Ddx-IJR0ABg"
p SecureRandom.urlsafe_base64(nil, true) #=> "i0XQ-7gglIsHGV2_BNPrdQ=="
p SecureRandom.urlsafe_base64(nil, true) #=> "-M8rLhr7JEpJlqFGUMmOx...

Base64.#urlsafe_decode64(str) -> String (6106.0)

与えられた文字列を Base64 デコードしたデータを返します。

...与えられた文字列を Base64 デコードしたデータを返します。

このメソッドは 4648 の "Base 64 Encoding with URL and Filename Safe Alphabet" に対応しています。
"+" を "-" に "/" を "_" に置き換えます。

@param str Base64 デコードする文字列を...
<< 1 2 3 ... > >>