Lines Matching refs:parent
23 def process parent, target, attributes
24 create_inline parent, :quoted, '<strong class="purple">' + text + '</strong>'
35 def process parent, target, attributes
52 return create_inline parent, :quoted, '<code>' + target + '</code>'
56 if parent.document.attributes['cross-file-links']
57 return Inline.new(parent, :anchor, target, :type => :link, :target => (target + '.html'))
59 return Inline.new(parent, :anchor, target, :type => :xref, :target => ('#' + target), :attributes => {'fragment' => target, 'refid' => target})
65 def process parent, target, attributes
72 create_inline parent, :quoted, '<code>' + target.gsub('→', '->') + '</code>'
77 def process parent, target, attributes
78 create_inline parent, :quoted, '<code>' + target.gsub('→', '->') + '</code>'
83 def process parent, target, attributes
84 create_inline parent, :quoted, '<code>' + target.gsub('→', '->') + '</code>'
314 def process parent, target, attributes
315 create_inline parent, :quoted, 'undefined'