Lines Matching refs:s
55 def fixInstance(s): argument
56 m = TIME.match(s[0])
65 m = TIMEZ.match(s[0])
69 return s[0]
84 s = "" variable
86 s = s + c.nodeValue variable
87 lines = stripTimezone(s)
88 for s in lines:
89 re_dtstart = DTSTART_TZID.match(s)
93 re_dtstart = DTSTART.match(s)
96 re_duration = DURATION.match(s)
99 re_rrule = RRULE.match(s)