Searched refs:list (Results 1 - 8 of 8) sorted by relevance

/ontohub/spec/lib/
H A Dtriple_store_spec.rb23 context 'One-triple list:' do
46 context 'Four-triple list:' do
95 it "make empty list" do
96 expect(languageReader.list).to be_empty
119 let(:list) { languageReader.list }
120 let(:language_from_list) { list.first }
122 context "make one-element list" do
123 it 'have a singleton list' do
124 expect(list
[all...]
/ontohub/features/step_definitions/
H A Drepository_file_browser_steps.rb14 ontology_cell_selector = 'table.file-table td.ontology ul.ontology-list'
22 ontology_cell_selector = 'table.file-table td.ontology ul.ontology-list'
28 ontology_cell_selector = 'table.file-table td.ontology ul.ontology-list'
/ontohub/lib/
H A Dlanguage_population.rb16 def list method in class:LanguagePopulation
H A Dlogic_population.rb13 def list method in class:LogicPopulation
H A Dlogic_mapping_population.rb17 def list() method in class:LogicMappingPopulation
/ontohub/app/models/ontology/
H A Dclass_methods_and_scopes.rb13 scope :list, -> do
/ontohub/config/
H A Droutes.rb94 Currently the representation ist a list of all symbols in the ontology.
110 Currently the representation is a list of all axioms in the ontology.
125 Currently the representation is a list of all theorems in the ontology.
339 Currently this will return the list of all symbols of the ontology.
457 Currently this will return the list of all axioms of the ontology.
520 Currently this will return the list of all sentences of the ontology.
/ontohub/spec/models/
H A Dontology_spec.rb732 context 'checking ordering of Ontology list' do
738 let(:ontology_list) { Ontology.list }
741 it 'list done ontologies first' do

Completed in 21 milliseconds