/ontohub/app/controllers/admin/ |
H A D | jobs_controller.rb | 5 def index method in class:Admin
|
H A D | teams_controller.rb | 5 actions :index
|
H A D | status_controller.rb | 5 def index method in class:Admin
|
/ontohub/app/controllers/ |
H A D | serializations_controller.rb | 3 load_and_authorize_resource :except => [:index, :show]
|
H A D | errors_controller.rb | 3 actions :index 4 before_filter :index, :check_read_permissions 6 def index method in class:ErrorsController
|
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 | repository_settings_controller.rb | 4 def index method in class:RepositorySettingsController
|
/ontohub/lib/ |
H A D | logic_mapping_population.rb | 65 index = faithfulness_iris.index(type) 66 faithfulness_i = index != nil ? index : faithfulness_i 67 index = theoroidalness_iris.index(type) 68 theoroidalness_i = index != nil ? index : theoroidalness_i 69 index = exactness_iris.index(typ [all...] |
/ontohub/spec/routing/admin/ |
H A D | teams_routing_spec.rb | 6 controller: :'admin/teams', action: :index)
|
/ontohub/spec/routing/ |
H A D | autocomplete_routing_spec.rb | 6 to(controller: :autocomplete, action: :index)
|
H A D | graphs_routing_spec.rb | 6 controller: :graphs, action: :index, logic_id: 'id')
|
H A D | home_routing_spec.rb | 4 it { should route(:get, '/').to(controller: :home, action: :index) }
|
H A D | keys_routing_spec.rb | 4 it { should route(:get, "keys").to(:controller=> :keys, :action => :index) }
|
H A D | symbols_routing_spec.rb | 7 action: :index,
|
H A D | symbols_search_routing_spec.rb | 6 controller: :symbols_search, action: :index)
|
H A D | axioms_routing_spec.rb | 7 action: :index,
|
/ontohub/spec/routing/teams/ |
H A D | permissions_routing_spec.rb | 6 controller: 'teams/permissions', action: :index,
|
/ontohub/app/controllers/api/v1/ |
H A D | axioms_controller.rb | 5 actions :index, :show 7 def index method in class:Api
|
H A D | logic_mappings_controller.rb | 4 actions :index, :show 6 def index method in class:Api
|
H A D | mappings_controller.rb | 5 actions :index, :show 7 def index method in class:Api
|
H A D | proof_statuses_controller.rb | 3 actions :index, :show 5 def index method in class:Api
|
H A D | sentences_controller.rb | 5 actions :index, :show 7 def index method in class:Api
|
H A D | theorems_controller.rb | 5 actions :index, :show 7 def index method in class:Api
|
/ontohub/spec/controllers/ |
H A D | home_controller_spec.rb | 10 context 'on GET to index' do 12 before { get :index } 14 it { should render_template :index } 20 get :index 23 it { should render_template :index }
|