/ontohub/app/controllers/ |
H A D | commit_references_controller.rb | 2 def show method in class:CommitReferencesController
|
H A D | ontology_types_controller.rb | 2 actions :show
|
H A D | language_mappings_controller.rb | 8 load_and_authorize_resource :except => [:index, :show] 15 def show method in class:LanguageMappingsController
|
H A D | serializations_controller.rb | 3 load_and_authorize_resource :except => [:index, :show]
|
H A D | language_adjoints_controller.rb | 6 load_and_authorize_resource :except => [:index, :show]
|
H A D | logic_adjoints_controller.rb | 6 load_and_authorize_resource :except => [:index, :show]
|
H A D | history_controller.rb | 4 actions :show 15 authorize! :show, Repository.find_by_path!(params[:repository_id])
|
H A D | logic_mappings_controller.rb | 9 load_and_authorize_resource :except => [:index, :show] 16 def show method in class:LogicMappingsController
|
H A D | children_controller.rb | 14 authorize! :show, parent.repository
|
H A D | comments_controller.rb | 9 authorize! :show, parent.repository
|
/ontohub/app/controllers/api/v1/ |
H A D | logics_controller.rb | 5 actions :show 6 respond_to :xml, :rdf, only: %i(show) 8 def show method in class:Api 11 render :show, content_type: 'application/rdf+xml' 14 render 'show.xml', content_type: 'application/rdf+xml'
|
H A D | formality_levels_controller.rb | 3 actions :show
|
H A D | license_models_controller.rb | 3 actions :show
|
H A D | ontology_types_controller.rb | 3 actions :show
|
H A D | prover_outputs_controller.rb | 5 actions :show
|
H A D | repositories_controller.rb | 5 actions :show
|
H A D | ontology_versions_controller.rb | 8 actions :index, :show 9 respond_to :text, only: %i(show) 11 def show method in class:Api
|
H A D | actions_controller.rb | 4 actions :show 6 def show method in class:Api
|
/ontohub/spec/controllers/ |
H A D | ontology_types_controller_spec.rb | 8 context 'on GET to show' do 10 before { get :show, id: ontology_type.to_param } 13 it { should render_template :show }
|
H A D | users_controller_spec.rb | 7 context 'on GET to show' do 8 before { get :show, id: user.to_param } 11 it { should render_template :show } 23 context 'on GET to show' do 24 before { get :show, id: user.to_param } 27 it { should render_template :show }
|
H A D | mappings_controller_spec.rb | 7 context 'on GET to show' do 10 get :show, 17 it { should render_template :show }
|
/ontohub/spec/routing/ |
H A D | diffs_routing_spec.rb | 6 controller: :diffs, action: :show,
|
H A D | history_routing_spec.rb | 4 it { should route(:get, 'repositories/repopath/master/history').to(repository_id: 'repopath', controller: :history, action: :show, ref: 'master' ) }
|
H A D | users_routing_spec.rb | 6 controller: :users, action: :show, id: 'id')
|
/ontohub/app/assets/javascripts/ |
H A D | owl.js | 11 $("#class-hierarchy").show(); 19 $(".symbols-detail").show();
|