Searched refs:Array (Results 201 - 225 of 478) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Droot.rb36 if v.kind_of? Array
H A Dmenuspec.rb101 if item_type == 'cascade' && options['menu'].kind_of?(Array)
126 elsif item_info.kind_of?(Array)
139 when Array
315 elsif btn_info.kind_of?(Array)
385 elsif btn_info.kind_of?(Array)
/macosx-10.10.1/ruby-106/ruby/lib/irb/
H A Dinspector.rb85 when Array
/macosx-10.10.1/ruby-106/ruby/lib/optparse/
H A Dversion.rb10 version = version.join(".") if Array === version
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_markdown.rb79 bullets = Array(list_item.label).map do |label|
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Dxml-stylesheet.rb39 (attrs.first.is_a?(Hash) or attrs.first.is_a?(Array))
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Davailable_set.rb21 when Array
24 raise TypeError, "Array must be in [[spec, source], ...] form"
H A Dinstall_update_options.rb48 add_option(:"Install/Update", '--[no-]document [TYPES]', Array,
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dcontents_command.rb20 add_option('-s', '--spec-dir a,b,c', Array,
/macosx-10.10.1/ruby-106/ruby/lib/xmlrpc/
H A Ddatetime.rb117 self.to_a == Array(o) rescue false
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_multi_task.rb12 @runs = Array.new
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dvpath.rb73 when Array
/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs170 Array.Copy(data, startIndex, _inBuffer,0, count);
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DContentSearchUtilities.cpp157 PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>> searchInTextByLines(const String& text, const String& query, const bool caseSensitive, const bool isRegex)
159 RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>> result = Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>::create();
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.h74 virtual void setBreakpointByUrl(ErrorString*, int lineNumber, const String* optionalURL, const String* optionalURLRegex, const int* optionalColumnNumber, const RefPtr<Inspector::InspectorObject>* options, Inspector::TypeBuilder::Debugger::BreakpointId*, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Debugger::Location>>& locations) override;
78 virtual void searchInContent(ErrorString*, const String& scriptID, const String& query, const bool* optionalCaseSensitive, const bool* optionalIsRegex, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::GenericTypes::SearchMatch>>&) override;
132 PassRefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Debugger::CallFrame>> currentCallFrames();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/
H A DWebPluginSiteDataManager.cpp141 void WebPluginSiteDataManager::getSitesWithData(std::function<void (API::Array*, CallbackBase::Error)> callbackFunction)
168 callback->performCallbackWithReturnValue(API::Array::createStringArray(sites).get());
171 void WebPluginSiteDataManager::clearSiteData(API::Array* sites, uint64_t flags, uint64_t maxAgeInSeconds, std::function<void (CallbackBase::Error)> callbackFunction)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml44 if Array.length params == Array.length args then () else
46 let args = Array.map codegen_expr args in
174 let doubles = Array.make (Array.length args) double_type in
194 Array.iteri (fun i a ->
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dfile_list.rb19 # FileList/Array is requested, the pending patterns are resolved into a real
38 # return a new Array object. We want to capture the return value of these
44 ARRAY_METHODS = (Array.instance_methods - Object.instance_methods).map { |n| n.to_s }
185 klass == Array || super(klass)
193 when Array
274 # +ext+ is a user added method for the Array class.
/macosx-10.10.1/ruby-106/ruby/test/csv/
H A Dtest_data_converters.rb193 ["\n", Array.new, Array.new] ].each do |test, fields, unconverted|
261 assert_equal(Array.new, row.unconverted_fields)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_defined.rb36 assert(defined?(Array)) # constant
37 assert(defined?(::Array)) # toplevel constant
98 assert_same(defined?(Foo), defined?(Array), feature7035)
/macosx-10.10.1/ruby-106/ruby/test/json/
H A Dtest_json.rb10 unless Array.method_defined?(:permutation)
14 class Array class
149 if Array.method_defined?(:permutation)
199 class SubArray < Array
210 class SubArray2 < Array
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/Cocoa/
H A DWKRemoteObjectCoder.mm62 API::Array* _objectStream;
97 RefPtr<API::Array> objectStream = API::Array::create();
321 const API::Array* _objectStream;
337 _objectStream = _rootDictionary->get<API::Array>(objectStreamKey);
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml43 Ast.Call (id, Array.of_list (List.rev args))
95 Ast.Var (Array.of_list (List.rev var_names), body)
186 Ast.Prototype (id, Array.of_list (List.rev args))
195 let args = Array.of_list (List.rev args) in
198 if Array.length args != kind
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Notifications/
H A DWebNotificationManagerProxy.cpp96 RefPtr<API::Array> knownOrigins = knownPermissions->keys();
205 void WebNotificationManagerProxy::providerDidCloseNotifications(API::Array* globalNotificationIDs)
243 void WebNotificationManagerProxy::providerDidRemoveNotificationPolicies(API::Array* origins)
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml62 if Array.length params == Array.length args then () else
64 let args = Array.map codegen_expr args in
192 let doubles = Array.make (Array.length args) double_type in
212 Array.iteri (fun i a ->

Completed in 126 milliseconds

1234567891011>>