Searched refs:Hash (Results 1 - 10 of 10) sorted by relevance

/ontohub/lib/
H A Dbase_worker.rb9 if args.last.is_a?(Hash) && args.last['try_count']
H A Dontology_parser.rb47 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 Dtriple_store.rb37 @subjectMap = Hash.new
38 @predicateMap = Hash.new
39 @objectMap = Hash.new
121 map[key1] = Hash.new
H A Dlogicgraph_parser.rb46 @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 Dmigration_with_data.rb12 Hash[keys.zip(attributes)]
19 Hash[keys.zip(attributes)]
H A Dtarjan_tree.rb9 self.hashed_symbols = Hash.new
/ontohub/lib/hets/dg/
H A Dnokogiri_listener.rb53 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 Dpolymorphic_routes.rb18 if record_or_hash_or_array.last.is_a?(Hash)
/ontohub/app/models/ontology/
H A Dsymbols.rb7 raise ArgumentError, 'No hash given.' unless hash.is_a? Hash
H A Dmappings.rb30 raise ArgumentError, 'No hash given.' unless hash.is_a? Hash

Completed in 18 milliseconds