Lines Matching refs:extension
53 # extension attribute in question to be not defined with an
56 # Undefined attribute is currently just the extension with "_undefined"
60 @diff_extensions.each do | extension |
61 modified_target.gsub!(extension, extension + '_undefined')
72 @diff_extensions.each do | extension |
73 if target.downcase.include?(extension)
116 # extension attribute in question to be not defined with an
119 # Undefined attribute is currently just the extension with "_undefined"
123 @diff_extensions.each do | extension |
124 modified_target.gsub!(extension, extension + '_undefined')
135 @diff_extensions.each do | extension |
136 if target.downcase.include?(extension)
156 # Any intact "ifdefs" are sections added by an extension, and
158 # Currently do not track *which* extension(s) is/are responsible for
227 # is not, warn about it and skip highlighting that extension.
230 diff_extensions.each do | extension |
231 if document.attributes.has_key?(extension)
232 actual_diff_extensions << extension
234 puts 'The ' + extension + ' extension is not enabled - changes will not be highlighted.'
238 # Create a new reader to return, which leaves extension ifdefs that need highlighting intact beyond the preprocess step.