Lines Matching full:plugins
34 **--enable-plugins** and/or define **UCONFIG_ENABLE_PLUGINS=1** to enable the
42 The ICU plugin mechanism allows small code modules, called plugins, to be loaded
48 attempt to load plugins found in the list. plugins are called and can
50 service objects. At u_cleanup time, plugins have the opportunity to
57 Some sample plugins are available at:
132 Plugins are categorized as "high" or "low" level. Low level are those
133 which must be run BEFORE high level plugins, and before any operations
137 At load time, ICU first queries all plugins to determine their level,
138 then loads all 'low' plugins first, and then loads all 'high' plugins.
139 Plugins are otherwise loaded in the order listed in the configuration file.
145 of plugins, with the "-L" option. It will list all loaded or
146 possibly-loaded plugins, give their level, and list any errors
148 validate their plugin configuration file to determine if plugins are
158 plugin file is: /lib/plugins/icuplugins43.txt
159 Plugins:
167 plugin| /lib/plugins/libplugin.dylib:myPlugin
171 plugin| /lib/plugins/libplugin.dylib:myPluginHigh
175 plugin| /lib/plugins/libplugin.dylib:myPluginFailQuery
181 plugin| /lib/plugins/libplugin.dylib:myPluginLow