Lines Matching full:plug
4 This module provides functions which are useful for running plug-ins from a robot program.
20 …Call the external validate_plug_ins.py program which validates the plug-in dir paths given to it. …
21 a list containing a normalized path for each plug-in selected.
24 plug_in_dir_paths A colon-separated list of plug-in directory paths.
34 "Validate plug ins call failed. See"
59 …Call the external process_plug_in_packages.py to process the plug-in packages. Return the followi…
62 failed_plug_in_name The failed plug in name (if any).
65 plug_in_packages_list A python list of plug-in directory paths.
66 … call_point The call point program to be called for each plug-in package (e.g.
70 … means that for each plug-in call point that runs, a 0x00000200 will not
73 … if the call point program from any plug-in directory fails. Conversely,
75 … each and every plug-in directory regardless of their return values.
76 … Typical example cases where you'd want to run all plug-in call points
78 …stop_on_non_zero_rc If this parm is set to 1 and a plug-in call point program returns …
82 … processing if one of the plug-in directory call point programs returns a
90 influences which integrated plug-ins are selected.
107 # If there are no plug-in packages to process, return successfully.
184 # failed_plug_in_name: <failed plug-in value, if any>
218 gp.print_timen("Re-cap of plug-in failures:")