るりまサーチ

最速Rubyリファレンスマニュアル検索!
3512件ヒット [201-300件を表示] (0.217秒)
トップページ > クエリ:e[x] > クエリ:Source[x]

別のキーワード

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

クラス

キーワード

検索結果

<< < 1 2 3 4 5 ... > >>

Gem::SourceInfoCache.search_with_source(*args) -> Array (15213.0)

与えられた条件を満たす Gem::Specification と URL のリストを返します。

...与えられた条件を満たす Gem::Specification と URL のリストを返します。

@param args 検索条件を指定します。Gem::SourceInfoCache#search_with_source と引数を合わせてください。

@see Gem::SourceInfoCache#search_with_source...

Encoding::Converter#source_encoding -> Encoding (15207.0)

変換元のエンコーディングを返します。

...変換元のエンコーディングを返します。

@return 変換元のエンコーディング

//emlist[][ruby]{
e
c = Encoding::Converter.new("utf-8", "euc-jp")
e
c.source_encoding #=> #<Encoding:UTF-8>
//}...

Encoding::UndefinedConversionError#source_encoding_name -> Encoding (15207.0)

エラーを発生させた変換の変換元のエンコーディングを文字列で返します。

...エラーを発生させた変換の変換元のエンコーディングを文字列で返します。

@see Encoding::UndefinedConversionError#source_encoding...

Encoding::UndefinedConversionError#source_encoding -> Encoding (15201.0)

エラーを発生させた変換の変換元のエンコーディングを Encoding オブジェクトで返します。

...ーディングを Encoding
オブジェクトで返します。

変換が多段階になされる場合は元の文字列のものではない
エンコーディングが返される場合があることに注意してください。

@see Encoding::UndefinedConversionError#destination_encoding...

Gem.default_system_source_cache_dir -> String (15201.0)

デフォルトのシステム全体のソースキャッシュファイルのパスを返します。

デフォルトのシステム全体のソースキャッシュファイルのパスを返します。

絞り込み条件を変える

Gem::SourceInfoCache#search_with_source(pattern, only_platform = false, all = false) -> Array (15201.0)

与えられた条件を満たす Gem::Specification と URL のリストを返します。

...与えられた条件を満たす Gem::Specification と URL のリストを返します。

@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。

@param only_platform 真を指定するとプラットフォームが一致するもののみを返...
...します。デフォルトは偽です。

@param all 真を指定するとキャッシュを更新してから検索を実行します。

@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。...

Gem::DependencyInstaller#find_gems_with_sources(dep) -> Array (15200.0)

与えられた条件にマッチする Gem::Specification のインスタンスと URI のペアのリストを 返します。

...ッチする Gem::Specification のインスタンスと URI のペアのリストを
返します。

Gem はローカル (Dir.pwd) とリモート (Gem.sources) の両方から検索します。
結果は、バージョンの新しい順が先にきます。また、ローカルの Gem も先に...
...きます。

@param dep Gem::Dependency のインスタンスを指定します。...

RSS::ImageItemModel::ImageItem#resource (15200.0)

@todo

@todo

RSS::ImageItemModel::ImageItem#resource= (15200.0)

@todo

@todo
<< < 1 2 3 4 5 ... > >>