Searched refs:index (Results 1 - 25 of 113) sorted by relevance

12345

/ontohub/app/controllers/admin/
H A Djobs_controller.rb5 def index method in class:Admin
H A Dteams_controller.rb5 actions :index
H A Dstatus_controller.rb5 def index method in class:Admin
/ontohub/app/controllers/
H A Dserializations_controller.rb3 load_and_authorize_resource :except => [:index, :show]
H A Derrors_controller.rb3 actions :index
4 before_filter :index, :check_read_permissions
6 def index method in class:ErrorsController
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 Drepository_settings_controller.rb4 def index method in class:RepositorySettingsController
/ontohub/lib/
H A Dlogic_mapping_population.rb65 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 Dteams_routing_spec.rb6 controller: :'admin/teams', action: :index)
/ontohub/spec/routing/
H A Dautocomplete_routing_spec.rb6 to(controller: :autocomplete, action: :index)
H A Dgraphs_routing_spec.rb6 controller: :graphs, action: :index, logic_id: 'id')
H A Dhome_routing_spec.rb4 it { should route(:get, '/').to(controller: :home, action: :index) }
H A Dkeys_routing_spec.rb4 it { should route(:get, "keys").to(:controller=> :keys, :action => :index) }
H A Dsymbols_routing_spec.rb7 action: :index,
H A Dsymbols_search_routing_spec.rb6 controller: :symbols_search, action: :index)
H A Daxioms_routing_spec.rb7 action: :index,
/ontohub/spec/routing/teams/
H A Dpermissions_routing_spec.rb6 controller: 'teams/permissions', action: :index,
/ontohub/app/controllers/api/v1/
H A Daxioms_controller.rb5 actions :index, :show
7 def index method in class:Api
H A Dlogic_mappings_controller.rb4 actions :index, :show
6 def index method in class:Api
H A Dmappings_controller.rb5 actions :index, :show
7 def index method in class:Api
H A Dproof_statuses_controller.rb3 actions :index, :show
5 def index method in class:Api
H A Dsentences_controller.rb5 actions :index, :show
7 def index method in class:Api
H A Dtheorems_controller.rb5 actions :index, :show
7 def index method in class:Api
/ontohub/spec/controllers/
H A Dhome_controller_spec.rb10 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 }

Completed in 80 milliseconds

12345