Searched refs:search (Results 1 - 18 of 18) sorted by relevance

/ontohub/app/controllers/
H A Dontology_search_controller.rb3 def search method in class:OntologySearchController
H A Dsymbols_search_controller.rb13 @search = Symbol.search_with_ontologies(@query, @max_groups)
14 @group = @search.group(:ontology_id_str)
H A Dlanguages_controller.rb8 has_scope :search
15 @search = params[:search]
16 @search = nil if @search.blank?
H A Dlogics_controller.rb9 has_scope :search
18 @search = params[:search]
19 @search = nil if @search.blank?
H A Dmappings_controller.rb7 has_scope :search
18 @search = params[:search]
19 @search = nil if @search.blank?
H A Dautocomplete_controller.rb22 # do the search
23 @result = autocomplete.search(term).map{|r| {
H A Dontologies_controller.rb10 has_scope :search, :state
/ontohub/app/assets/javascripts/
H A Dontology_search.js3 var search = function(self) { function
35 delay(search(this), 200);
39 search(this)();
42 search(this)();
/ontohub/spec/controllers/
H A Dontology_search_controller_spec.rb5 describe 'GET search with no ontology restriction' do
9 get :search
/ontohub/app/models/ontology_member/symbol/
H A Dsearching.rb16 s = search do
33 search include: [:ontology] do
34 # search for text
40 # search for kind
/ontohub/lib/
H A Dautocomplete.rb29 # search the added scopes
30 def search(query, limit = 10) method in class:Autocomplete
42 # finally apply the search scope
H A Dontology_search.rb18 @search_response = Ontology.search(@search_query).records.
/ontohub/spec/models/
H A Dautocomplete_spec.rb7 result = ac.search(query)
87 ac.search('foo')
/ontohub/features/step_definitions/
H A Dontology_search_steps.rb9 Given(/^the ontology I want to search for$/) do
14 When(/^I fill in the search form$/) do
38 When(/^I select the '([^']+)' I search for$/) do |filterable|
44 When(/^I select the type I search for$/) do
50 When(/^I select the project I search for$/) do
72 When(/^I select the all filters I search for$/) do
98 When(/^I select the type and project I search for$/) do
242 When(/^I search for this ontology$/) do
/ontohub/app/assets/javascripts/plugins/themes/apple/
H A Dstyle.css4 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
31 .jstree-apple .jstree-search { font-style:italic; }
47 .jstree-apple a.jstree-search { color:aqua; }
/ontohub/app/assets/javascripts/plugins/themes/classic/
H A Dstyle.css4 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
30 .jstree-classic .jstree-search { font-style:italic; }
46 .jstree-classic a.jstree-search { color:aqua; }
/ontohub/app/assets/javascripts/plugins/themes/default/
H A Dstyle.css4 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
29 .jstree-default .jstree-search { font-style:italic; }
45 .jstree-default a.jstree-search { color:aqua; }
/ontohub/app/assets/javascripts/plugins/themes/default-rtl/
H A Dstyle.css4 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
29 .jstree-default-rtl .jstree-search { font-style:italic; }
45 .jstree-default-rtl a.jstree-search { color:aqua; }

Completed in 100 milliseconds