Searched refs:Hash (Results 1 - 10 of 10) sorted by relevance
| /ontohub/lib/ |
| H A D | base_worker.rb | 9 if args.last.is_a?(Hash) && args.last['try_count']
|
| H A D | ontology_parser.rb | 47 callback(:root, Hash[*[attributes]]) 49 callback(:ontology, Hash[*[attributes]]) 51 callback(:import, Hash[*[attributes]]) 53 @current_symbol = Hash[*[attributes]] 64 @current_axiom = Hash[*[attributes]] 71 @current_theorem = Hash[*[attributes]] 76 @current_mapping = Hash[*[attributes]] 78 @current_mapping['morphism'] = Hash[*[attributes]]['name'] if @current_mapping
|
| H A D | triple_store.rb | 37 @subjectMap = Hash.new 38 @predicateMap = Hash.new 39 @objectMap = Hash.new 121 map[key1] = Hash.new
|
| H A D | logicgraph_parser.rb | 46 @mappings = Hash.new 47 @logics = Hash.new 48 @languages = Hash.new 49 @supports = Hash.new 117 callback(:root, Hash[*[attributes]]) 119 hash = Hash[*[attributes]] 127 hash = Hash[*[attributes]] 156 hash = Hash[*[attributes]] 160 hash = Hash[*[attributes]] 165 hash = Hash[*[attribute [all...] |
| H A D | migration_with_data.rb | 12 Hash[keys.zip(attributes)] 19 Hash[keys.zip(attributes)]
|
| H A D | tarjan_tree.rb | 9 self.hashed_symbols = Hash.new
|
| /ontohub/lib/hets/dg/ |
| H A D | nokogiri_listener.rb | 53 call_back(:root, order, Hash[*[attributes]]) 55 call_back(:ontology, order, Hash[*[attributes]]) 57 call_back(:import, order, Hash[*[attributes]]) 59 @current_symbol = Hash[*[attributes]] 72 @current_axiom = Hash[*[attributes]] 79 @current_theorem = Hash[*[attributes]] 84 @current_mapping = Hash[*[attributes]] 86 @current_mapping['morphism'] = Hash[*[attributes]]['name'] if @current_mapping
|
| /ontohub/lib/extend/action_dispatch/routing/ |
| H A D | polymorphic_routes.rb | 18 if record_or_hash_or_array.last.is_a?(Hash)
|
| /ontohub/app/models/ontology/ |
| H A D | symbols.rb | 7 raise ArgumentError, 'No hash given.' unless hash.is_a? Hash
|
| H A D | mappings.rb | 30 raise ArgumentError, 'No hash given.' unless hash.is_a? Hash
|
Completed in 68 milliseconds