Searched refs:parse (Results 1 - 25 of 31) sorted by relevance

12

/ontohub/config/initializers/
H A Duri.rb5 !!URI.parse(string)
/ontohub/spec/lib/
H A Dlogicgraph_parser_spec.rb12 OntologyParser.parse open_fixture('empty.xml'),
23 expect { OntologyParser.parse(open_fixture('broken.xml'), {}) }.
/ontohub/lib/hets/dg/
H A Dparser.rb10 def parse(callback: nil) method in class:Hets.DG.Parser
12 parser(callback).parse(input)
H A Dimporter.rb35 parser.parse(callback: callback)
/ontohub/spec/models/ontology_version/
H A Dprovers_spec.rb13 @version.parse
/ontohub/config/
H A Dpuma.rb34 uri = URI.parse(@options[:control_url])
/ontohub/app/models/ontology_version/
H A Dparsing.rb11 def parse(refresh_cache: false, structure_only: self.fast_parse, method in class:OntologyVersion
42 parse(structure_only: false, files_to_parse_afterwards: files_to_parse_afterwards)
46 parse(structure_only: true, files_to_parse_afterwards: files_to_parse_afterwards)
/ontohub/lib/oops/
H A Dresponse.rb7 def self.parse(data) singleton method in class:Oops.Response
H A Dclient.rb6 Oops::Response.parse execute_request(options)
/ontohub/lib/hets/provers/
H A Dimporter.rb14 hash = JSON.parse(io.read)
/ontohub/app/models/ontology_member/symbol/
H A Dreadability.rb13 name_iri = URI.parse(name_is_iri_and_in_text) if name_is_iri_and_in_text
/ontohub/spec/controllers/
H A Dautocomplete_controller_spec.rb18 expect(JSON.parse(response.body).size).to eq(2)
37 expect(JSON.parse(response.body).size).to eq(1)
/ontohub/spec/lib/logicgraph_parser/
H A Dstub_spec.rb26 LogicgraphParser.parse open_fixture('LogicGraph.xml'),
/ontohub/git/lib/
H A Dontohub_net.rb32 resp_hash = JSON.parse(resp.body)
48 url = URI.parse(url)
/ontohub/spec/factories/
H A Daxiom_selection_factory.rb29 parent_ontology_version.parse
/ontohub/spec/models/
H A Doops_spec.rb36 Oops::Response.parse File.read(fixture_file("oops/sunrealm.xml"))
/ontohub/lib/hets/
H A Dcaller.rb29 URI.parse(api_uri)
/ontohub/lib/hets/prove/
H A Dimporter.rb31 parser.parse(callback: callback)
/ontohub/spec/support/fixtures_generation/
H A Dprover_output_generator.rb17 json = JSON.parse(response.read_body)
/ontohub/lib/
H A Dontology_parsing_worker.rb46 version.parse
H A Dontology_parser.rb6 def self.parse(input, callbacks) singleton method in class:OntologyParser
11 parser.parse(input)
152 raise ParseException, 'cannot parse: ' + string
H A Drake_helper.rb10 LogicgraphParser.parse(File.open(File.join(dir, 'LogicGraph.xml')),
118 version.parse
H A Dgraph_data_fetcher.rb77 cost = JSON.parse(response.first["QUERY PLAN"]).
/ontohub/features/step_definitions/
H A Dprocessing_ontologies_status_steps.rb18 url = URI.parse(current_url)
/ontohub/app/helpers/
H A Dapplication_helper.rb65 Subprocess.run(*%w(git rev-parse --short HEAD), GIT_DIR: path.to_s).strip if path.exist?

Completed in 257 milliseconds

12