Lines Matching defs:and
19 This program is free software; you can redistribute it and/or modify
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."))
198 if style['stroke'] and style['stroke'] != 'none' and style['stroke'][0:3] != 'url':
246 if s[1] == s[2] and e[0] == e[1]:
290 if style['display'] == 'none' and self.options.layer_option and self.options.layer_option=='visible':
293 if self.options.layer_name and self.options.layer_option and self.options.layer_option=='name' and not layer.lower() in self.options.layer_name:
314 if self.options.layer_option and self.options.layer_option=='name' and not self.options.layer_name:
323 # The NURBS Book By Les Piegl and Wayne Tiller (Springer, 1995)
330 if self.options.layer_name and self.options.layer_option and self.options.layer_option=='name' and not layer.lower() in self.options.layer_name:
333 if layer and not layer in self.layers:
353 if self.options.layer_name and self.options.layer_option and self.options.layer_option=='name':