Searched refs:query_string (Results 1 - 7 of 7) sorted by relevance

/ontohub/spec/support/fixtures_generation/
H A Dprovers_generator.rb8 query_string = 'format=json'
9 call_hets(file, 'provers', query_string: query_string)
H A Ddirect_hets_generator.rb19 query_string: '',
27 hets_iri << ";#{query_string}" if query_string
/ontohub/app/helpers/
H A Dpagination_helper.rb26 query_string = build_query_string(query_string_parts)
28 [request.env['REQUEST_PATH'], query_string].compact.join('?')
61 query_string = query_string_parts.map { |p| p.join('=') }.join('&')
62 query_string if query_string.present?
/ontohub/lib/hets/
H A Dcaller.rb16 def build_api_uri(command, arguments = [], query_string = {})
19 if query_string && !query_string.empty?
20 query_string.reduce('?') do |str, (key, val)|
/ontohub/spec/
H A Dspec_helper.rb22 attr_writer :query_string
24 def query_string method in class:ActionController
25 @query_string.to_s
/ontohub/app/controllers/
H A Dfiles_controller.rb13 # TODO: the query_string check should be done in the iri router
14 if request.query_string.present?
15 ontology = resource.ontologies.first.children.where(name: request.query_string).first
/ontohub/spec/controllers/
H A Dfiles_controller_spec.rb15 @request.query_string = do_child.name

Completed in 15 milliseconds