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

/ontohub/app/controllers/
H A Dteam_users_controller.rb13 :collection => collection,
H A Dsupports_controller.rb17 :collection => parent.supports,
H A Dpermissions_controller.rb28 :collection => collection,
H A Daxioms_controller.rb20 def collection method in class:AxiomsController
21 @collection ||=
H A Dteams_controller.rb25 def collection method in class:TeamsController
H A Dlogics_controller.rb34 :collection => resource.supports,
42 def collection method in class:LogicsController
48 collection = Kaminari.paginate_array(logics).page(params[:page])
H A Dmappings_controller.rb47 def collection method in class:MappingsController
55 collection = @mappings.
57 paginate_for(collection.select { |m| restrict_by_permission(m) })
H A Dsymbols_controller.rb38 unless collection.blank?
39 first_symbol = collection.first
H A Dapplication_controller.rb70 def paginate_for(collection)
71 Kaminari.paginate_array(collection).page(params[:page])
H A Dlanguages_controller.rb35 :collection => resource.supports,
H A Drepositories_controller.rb57 def collection method in class:RepositoriesController
/ontohub/app/helpers/
H A Dmappings_helper.rb2 def sort_mapping_list(collection)
5 collection.each_with_index do |mapping, i|
H A Dpagination_helper.rb2 def pagination(collection = nil, **options, &block)
3 # call the collection-method if no collection is given
4 collection ||= send :collection
6 pages = paginate(collection, **options)
/ontohub/app/controllers/api/v1/
H A Daxioms_controller.rb10 render json: collection,
H A Dlogic_mappings_controller.rb9 render json: collection,
H A Dmappings_controller.rb10 render json: collection,
H A Dproof_statuses_controller.rb8 render json: collection,
H A Dsentences_controller.rb10 render json: collection,
H A Dtheorems_controller.rb10 render json: collection,
H A Dproof_attempts_controller.rb10 render json: collection,
45 def collection method in class:Api
H A Dsymbols_controller.rb14 render json: collection,
H A Dproof_attempt_configurations_controller.rb11 render json: collection,
/ontohub/lib/
H A Drelation_list.rb6 attr_reader :model, :collection_path, :collection, :scope, :association
9 # first argument: restful path to the collection of related objects
15 # :collection => collection of all permissions
22 when :model, :collection, :association
36 for key in %w( model scope collection )
/ontohub/app/fake_records/
H A Dproof.rb111 def normalize_check_box_ids(collection)
112 collection.select(&:present?).map(&:to_i) if collection
/ontohub/config/
H A Droutes.rb680 collection do
710 collection do

Completed in 2324 milliseconds