Searched refs:Array (Results 276 - 300 of 478) sorted by relevance

<<11121314151617181920

/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_html_snippet.rb149 labels = Array(list_item.label).map do |label|
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Drubygems_hook.rb153 when Array then
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Ddoctype.rb52 elsif first.kind_of? Array
/macosx-10.10.1/ruby-106/ruby/lib/rinda/
H A Drinda.rb49 # Creates a new Tuple from +ary_or_hash+ which must be an Array or Hash.
108 @tuple = Array.new(ary.size)
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dplatform.rb43 when Array then
H A Drequirement.rb51 when Gem::Version, Array then
H A Dcommand.rb72 when Array
101 h[k] = Array.new
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dutils.rb210 @timeout_info[thread] ||= Array.new
/macosx-10.10.1/ruby-106/ruby/test/benchmark/
H A Dtest_benchmark.rb82 it 'makes extra calcultations with an Array at the end of the benchmark and show the result' do
91 it "returns an Array of the times with the labels" do
95 results.must_be_instance_of Array
/macosx-10.10.1/ruby-106/ruby/test/csv/
H A Dtest_csv_parsing.rb113 # <tt>[nil]</tt> in these cases, but <tt>Array.new</tt> makes more sense to
116 assert_equal(Array.new, CSV.parse_line("\n1,2,3\n"))
H A Dtest_row.rb291 assert_instance_of(Array, row)
293 assert_instance_of(Array, pair)
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_file_task.rb11 @runs = Array.new
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_setup_maker_itunes.rb109 if category.is_a?(Array)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_encoding.rb79 assert_instance_of(Array, Encoding.name_list)
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_command.rb58 assert Array === Gem::Command.common_options
/macosx-10.10.1/ruby-106/ruby/test/
H A Dtest_pp.rb180 class A < DelegateClass(Array); end
/macosx-10.10.1/ruby-106/ruby/test/win32ole/
H A Dtest_win32ole_method.rb132 assert_instance_of(Array, params)
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dtranscode-tblgen.rb6 class Array class
214 args = Array.new(rects_list.length) { [] }
334 byte_from = Array.new(index_from.size)
343 region_rects_ary = Array.new(index_from.size) { [] }
597 table = Array.new(0x100, :invalid)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextGroup.mm129 return toAPI(API::Array::create(WTF::move(strings)).leakRef());
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dtile.rb201 if pat.kind_of?(Array)
311 children = _style_layout(children) if children.kind_of?(Array)
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.cpp242 void InspectorDebuggerAgent::setBreakpointByUrl(ErrorString* errorString, int lineNumber, const String* const optionalURL, const String* const optionalURLRegex, const int* const optionalColumnNumber, const RefPtr<InspectorObject>* options, Inspector::TypeBuilder::Debugger::BreakpointId* outBreakpointIdentifier, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Debugger::Location>>& locations)
244 locations = Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Debugger::Location>::create();
398 void InspectorDebuggerAgent::searchInContent(ErrorString* error, const String& scriptIDStr, const String& query, const bool* const optionalCaseSensitive, const bool* const optionalIsRegex, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>>& results)
556 PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Debugger::CallFrame>> InspectorDebuggerAgent::currentCallFrames()
559 return Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Debugger::CallFrame>::create();
564 return Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Debugger::CallFrame>::create();
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp407 PassRefPtr<API::Array> InjectedBundle::originsWithApplicationCache()
418 return API::Array::create(WTF::move(originIdentifiers));
475 void InjectedBundle::addUserScript(WebPageGroupProxy* pageGroup, InjectedBundleScriptWorld* scriptWorld, const String& source, const String& url, API::Array* whitelist, API::Array* blacklist, WebCore::UserScriptInjectionTime injectionTime, WebCore::UserContentInjectedFrames injectedFrames)
481 void InjectedBundle::addUserStyleSheet(WebPageGroupProxy* pageGroup, InjectedBundleScriptWorld* scriptWorld, const String& source, const String& url, API::Array* whitelist, API::Array* blacklist, WebCore::UserContentInjectedFrames injectedFrames)
/macosx-10.10.1/swig-12/Lib/csharp/
H A Dstd_vector.i87 public void CopyTo(System.Array array)
96 public void CopyTo(System.Array array, int arrayIndex)
105 public void CopyTo(int index, System.Array array, int arrayIndex, int count)
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFSerialize.c1112 typeof(v##Array) nbuf = (typeof(v##Array)) malloc(ncap * sizeof(o)); \
1114 if (v##Array) \
1116 bcopy(v##Array, nbuf, v##Capacity * sizeof(o)); \
1117 free(v##Array); \
1119 v##Array = nbuf; \
1122 if (ok) v##Array[idx] = o;
/macosx-10.10.1/ruby-106/ruby/lib/
H A Doptparse.rb152 # opts.on("--list x,y,z", Array, "Example 'list' of arguments") do |list|
335 raise if Array === pattern
1114 # Float, Time, Array
1117 # Hash or Array.
1189 when Array, Hash
1336 argv = argv[0].dup if argv.size == 1 and Array === argv[0]
1427 argv = argv[0].dup if argv.size == 1 and Array === argv[0]
1447 argv = argv[0].dup if argv.size == 1 and Array === argv[0]
1473 argv = Array === args.first ? args.shift : default_argv
1727 accept(Array) d
[all...]

Completed in 314 milliseconds

<<11121314151617181920