Searched refs:show (Results 1 - 25 of 115) sorted by relevance

12345

/ontohub/app/controllers/
H A Dcommit_references_controller.rb2 def show method in class:CommitReferencesController
H A Dontology_types_controller.rb2 actions :show
H A Dlanguage_mappings_controller.rb8 load_and_authorize_resource :except => [:index, :show]
15 def show method in class:LanguageMappingsController
H A Dserializations_controller.rb3 load_and_authorize_resource :except => [:index, :show]
H A Dlanguage_adjoints_controller.rb6 load_and_authorize_resource :except => [:index, :show]
H A Dlogic_adjoints_controller.rb6 load_and_authorize_resource :except => [:index, :show]
H A Dhistory_controller.rb4 actions :show
15 authorize! :show, Repository.find_by_path!(params[:repository_id])
H A Dlogic_mappings_controller.rb9 load_and_authorize_resource :except => [:index, :show]
16 def show method in class:LogicMappingsController
H A Dchildren_controller.rb14 authorize! :show, parent.repository
H A Dcomments_controller.rb9 authorize! :show, parent.repository
/ontohub/app/controllers/api/v1/
H A Dlogics_controller.rb5 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 Dformality_levels_controller.rb3 actions :show
H A Dlicense_models_controller.rb3 actions :show
H A Dontology_types_controller.rb3 actions :show
H A Dprover_outputs_controller.rb5 actions :show
H A Drepositories_controller.rb5 actions :show
H A Dontology_versions_controller.rb8 actions :index, :show
9 respond_to :text, only: %i(show)
11 def show method in class:Api
H A Dactions_controller.rb4 actions :show
6 def show method in class:Api
/ontohub/spec/controllers/
H A Dontology_types_controller_spec.rb8 context 'on GET to show' do
10 before { get :show, id: ontology_type.to_param }
13 it { should render_template :show }
H A Dusers_controller_spec.rb7 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 Dmappings_controller_spec.rb7 context 'on GET to show' do
10 get :show,
17 it { should render_template :show }
/ontohub/spec/routing/
H A Ddiffs_routing_spec.rb6 controller: :diffs, action: :show,
H A Dhistory_routing_spec.rb4 it { should route(:get, 'repositories/repopath/master/history').to(repository_id: 'repopath', controller: :history, action: :show, ref: 'master' ) }
H A Dusers_routing_spec.rb6 controller: :users, action: :show, id: 'id')
/ontohub/app/assets/javascripts/
H A Dowl.js11 $("#class-hierarchy").show();
19 $(".symbols-detail").show();

Completed in 598 milliseconds

12345