Flowdock
module

RDF

Importance_0
v1_9_1_378 - Show latest stable - 0 notes

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

CONTENTS_RDF = <<-EOF <% if defined? classes and classes["description"] then %> <%= classes["description"] %> <% end %> <% if defined? files and files["requires"] then %> <% files["requires"].each do |requires| %> " /> <% end # files["requires"] %> <% end %> <% if defined? classes and classes["includes"] then %> <% classes["includes"].each do |includes| %> " /> <% end # includes["includes"] %> <% end %> <% if defined? classes and classes["sections"] then %> <% classes["sections"].each do |sections| %> <% if sections["attributes"] then %> <% sections["attributes"].each do |attributes| %> "> <% if attributes["rw"] then %> <%= attributes["rw"] %> <% end %> <%= attributes["a_desc"] %> <% end # sections["attributes"] %> <% end %> <% if sections["method_list"] then %> <% sections["method_list"].each do |method_list| %> <% if method_list["methods"] then %> <% method_list["methods"].each do |methods| %> " rd:visibility="<%= methods["type"] %>" rd:category="<%= methods["category"] %>" rd:id="<%= methods["aref"] %>"> <%= methods["params"] %> <% if methods["m_desc"] then %> <%= methods["m_desc"] %> <% end %> <% if methods["sourcecode"] then %> <%= methods["sourcecode"] %> <% end %> <% end # method_list["methods"] %> <% end %> <% end # sections["method_list"] %> <% end %> <% end # classes["sections"] %> <% end %> EOF

ONE_PAGE = %{ <% values["files"].each do |files| %> " rd:id="<%= files["href"] %>"> <%= files["full_path"] %> <%= files["dtm_modified"] %> } + CONTENTS_RDF + %{ <% end # values["files"] %> <% values["classes"].each do |classes| %> <<%= values["classmod"] %> rd:name="<%= classes["full_name"] %>" rd:id="<%= classes["full_name"] %>"> <% if classes["infiles"] then %> <% classes["infiles"].each do |infiles| %> " <% if infiles["full_path_url"] then %> rdf:about="<%= infiles["full_path_url"] %>" <% end %> /> <% end # classes["infiles"] %> <% end %> <% if classes["parent"] then %> <%= href classes["par_url"], classes["parent"] %> <% end %> } + CONTENTS_RDF + %{ > <% end # values["classes"] %> }

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.