Searched refs:title (Results 1 - 6 of 6) sorted by relevance
/ontohub/app/helpers/ |
H A D | files_helper.rb | 14 title = commit.message.split("\n").first 15 short_title = word_wrap(title, line_width: 70) 17 if short_title != title 24 title: short_title,
|
H A D | link_helper.rb | 20 title = title_target.title if title_target.respond_to?(:title) 33 title: title 46 content_tag :li, link_to(f.to_s.upcase, params.merge(options[:url]).merge(format: f), title: "Get this page as #{f.upcase}")
|
H A D | navigation_helper.rb | 135 def menu_entry(title, controller) 137 link_to title, controller
|
/ontohub/config/ |
H A D | routes.rb | 16 doc title: 'An action that represents a long-running operation' 27 doc title: 'Ontology IRI (loc/id) with version reference', 43 doc title: 'Ontology IRI (loc/id) with version reference', 60 doc title: 'MMT reference to an ontology', 75 doc title: 'MMT reference to a mapping', 90 doc title: 'MMT reference to a symbol', 106 doc title: 'MMT reference to a axiom', 121 doc title: 'MMT reference to a theorem', 136 doc title: 'MMT reference to a proof attempt configuration', 151 doc title [all...] |
/ontohub/features/step_definitions/ |
H A D | loc_id_routing_steps.rb | 34 Then(/^the page title should include "(\S+)"$/) do |text| 35 expect(page.title).to include(text) 38 Then(/^the page title should include the subject's (\S+)$/) do |attribute| 39 expect(page.title).to include(@subject.send(attribute)) 42 Then(/^the page title should include the subject's ontology's (\S+)$/) do |attribute| 44 expect(page.title).to include(ontology.send(attribute))
|
/ontohub/app/models/ |
H A D | ontology.rb | 93 def title method in class:Ontology
|
Completed in 11 milliseconds