Home
last modified time | relevance | path

Searched refs:storage_plugin (Results 1 – 9 of 9) sorted by relevance

/dports/net/py-errbot/errbot-6.1.8/errbot/
H A Dbootstrap.py150 storage_plugin = get_storage_plugin(config)
172 repo_manager = BotRepoManager(storage_plugin, botplugins_dir, plugin_indexes)
177 storage_plugin,
184 bot.attach_storage_plugin(storage_plugin)
H A Drepo_manager.py137 storage_plugin: StoragePluginBase,
149 self.storage_plugin = storage_plugin
151 self.open_storage(storage_plugin, "repomgr")
H A Dcore.py76 self.storage_plugin = None
112 def attach_storage_plugin(self, storage_plugin): argument
114 self.storage_plugin = storage_plugin
122 assert self.storage_plugin is not None
123 self.open_storage(self.storage_plugin, f"{self.mode}_backend")
H A Dplugin_manager.py171 storage_plugin: StoragePluginBase,
204 self.open_storage(storage_plugin, "core")
H A Dbotplugin.py205 self.open_storage(self._bot.storage_plugin, self.name)
/dports/net/py-errbot/errbot-6.1.8/errbot/storage/
H A D__init__.py30 def open_storage(self, storage_plugin, namespace): argument
34 self._store = storage_plugin.open(namespace)
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-account-manager.c107 McpAccountStorage *storage_plugin; member
295 McpAccountStorage *plugin = lad->storage_plugin; in async_created_manager_cb()
339 lad->storage_plugin = plugin; in created_cb()
386 McpAccountStorage *storage_plugin = MCP_ACCOUNT_STORAGE (plugin); in toggled_cb() local
394 mcp_account_storage_name (storage_plugin), name, on ? "en" : "dis"); in toggled_cb()
399 G_STRFUNC, name, mcp_account_storage_name (storage_plugin)); in toggled_cb()
416 McpAccountStorage *storage_plugin = MCP_ACCOUNT_STORAGE (plugin); in reconnect_cb() local
423 mcp_account_storage_name (storage_plugin), name); in reconnect_cb()
428 G_STRFUNC, name, mcp_account_storage_name (storage_plugin)); in reconnect_cb()
449 McpAccountStorage *storage_plugin = MCP_ACCOUNT_STORAGE (plugin); in deleted_cb() local
[all …]
H A Dmcd-account.c134 McpAccountStorage *storage_plugin; member
2087 if (priv->storage_plugin != NULL) in get_storage_plugin()
2088 return priv->storage_plugin; in get_storage_plugin()
2092 if (priv->storage_plugin != NULL) in get_storage_plugin()
2093 g_object_ref (priv->storage_plugin); in get_storage_plugin()
2095 return priv->storage_plugin; in get_storage_plugin()
2107 if (storage_plugin != NULL) in get_storage_provider()
2146 if (storage_plugin != NULL) in get_storage_identifier()
2173 if (storage_plugin != NULL) in get_storage_specific_info()
2192 g_return_if_fail (storage_plugin != NULL); in get_storage_restrictions()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/panels/
H A Dpanels.module751 $storage_plugin = panels_get_panels_storage_plugin($this->storage_type);
752 if (!$storage_plugin) {
756 …$access_callback = panels_plugin_get_function('panels_storage', $storage_plugin, 'access callback'…