Lines Matching defs:or
19 This program is free software; you can redistribute it and/or modify
21 the Free Software Foundation; either version 2 of the License, or
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
49 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again."))
111 or abs(csp[0][1] - self.poly[-1][1]) > .0001):
123 or abs(self.poly[0][1] - self.poly[-1][1]) > .0001):
142 or abs(csp[0][1] - self.csp_old[3][1]) > .0001
143 or abs((csp[1][1]-csp[0][1])*(self.csp_old[3][0]-self.csp_old[2][0]) - (csp[1][0]-csp[0][0])*(self.csp_old[3][1]-self.csp_old[2][1])) > .001):
268 if trans or x or y:
281 if trans or x or y: