Lines Matching full:in
16 "This is a colon-separated list of plug-in directory paths. If one"
17 + " of the entries in the list is a plain directory name (i.e. no"
18 + " path info), it will be taken to be a native plug-in. In that case,"
19 + ' %(prog)s will search for the native plug-in in the "plug-ins"'
20 + " subdirectory of each path in the PATH environment variable until it"
22 + " to your plug_in_dir_paths list. An integrated plug-in is any plug-in"
36 Get plug-in base paths and return them as a list.
46 for path in PATH_LIST:
60 …Find and return the normalized directory path of the specified plug in. This is done by searching…
64 plug_in_name The unqualified name of the plug-in package.
68 for plug_in_base_dir_path in plug_in_base_path_list:
80 Validate the plug in package and return the normalized plug-in directory path.
83 plug_in_dir_path The "relative" or absolute path to a plug in package directory.
97 'Plug-in directory path "'
108 'Plug-in directory path "'
111 + " in any of the following directories:\n"
115 # Make sure that this plug-in supports us...
123 + " the given plug-in supports the class of"
136 …for whether the user has specified them. In other words, they are "integrated" into the program s…
137 …The programmer designates a plug-in as integrated by putting a file named "integrated" into the pl…
154 for plug_in_base_path in plug_in_base_path_list:
155 # Get a list of all plug-in paths that support our mch_class.
159 for candidate_path in mch_class_candidate_list:
168 if plug_in_name not in integrated_plug_ins_list:
169 # If this plug-in has not already been added to the list...
177 Return a list of plug-in packages given the plug_in_dir_paths string. This function calls
181 plug_in_dir_path The "relative" or absolute path to a plug in package directory.
193 # Put both lists together in plug_in_packages_list with no duplicates. NOTE: This won't catch
194 …# duplicates if the caller specifies the full path name of a native plug-in but that should be rare
203 for path in plug_in_packages_list