Lines Matching refs:in
7 # "Software"), to deal in the Software without restriction, including
11 # copyright notice(s) and this permission notice appear in all copies of
13 # permission notice appear in supporting documentation.
25 # Except as contained in this notice, the name of a copyright holder
26 # shall not be used in advertising or otherwise to promote the sale, use
27 # or other dealings in this Software without prior written authorization
59 if "c" in type:
61 if "m" in type:
67 elif "a" in type:
78 if dir in dirs_seen:
82 for root, dirs, files in os.walk(dir):
83 for file in files:
105 for d in dirs:
126 for o, a in opts:
133 elif o in ("-h", "--help"):
135 elif o in "-f":
137 elif o in "--name":
139 elif o in "--newer":
166 for dir in args: