Home | History | Annotate | Download | only in tools

Lines Matching refs:props

32 #      Copy and paste here the ICU recommended auto-props from
40 [auto-props]
45 ### Note that auto-props functionality must be enabled, which
46 ### is typically done by setting the 'enable-auto-props' option.
89 # file_types: The parsed form of the svn auto-props specification.
102 if re.match("\s*\[auto-props\]", propline): # Match the [auto-props] line.
156 # base_mime_type: svn:mime-type property value from the auto-props file (no charset= part)
220 for file_pattern, props in file_types:
223 for propname, propval in props: