Home
last modified time | relevance | path

Searched refs:backend_name (Results 151 – 175 of 772) sorted by relevance

12345678910>>...31

/dports/www/py-weboob/weboob-2.0/weboob/applications/boobands/
H A Dboobands.py155 _id, backend_name = self.parse_id(band)
158 for info in self.do('get_info', _id, backends=backend_name, caps=CapBands):
169 _id, backend_name = self.parse_id(albums)
172 for album in self.do('get_albums', _id, backends=backend_name, caps=CapBands):
/dports/mail/pfqueue/pfqueue-0.5.6/libpfq/
H A Dpfqlib.c589 sprintf ( ctx->pfql_conf.backend_name, "autodetect" ); in pfql_init()
654 if ( !strcmp ( ctx->pfql_conf.backend_name, "autodetect" ) ) { in pfql_start()
656 strcpy ( ctx->pfql_conf.backend_name, "exim" ); in pfql_start()
657 res = be_try ( ctx, ctx->pfql_conf.backend_name ); in pfql_start()
659 strcpy ( ctx->pfql_conf.backend_name, "postfix2" ); in pfql_start()
660 res = be_try ( ctx, ctx->pfql_conf.backend_name ); in pfql_start()
663 strcpy ( ctx->pfql_conf.backend_name, "postfix1" ); in pfql_start()
664 res = be_try ( ctx, ctx->pfql_conf.backend_name ); in pfql_start()
673 switch ( be_load ( ctx, ctx->pfql_conf.backend_name ) ) { in pfql_start()
688 syslog ( LOGLEVEL, "pfqlib: %s backend failed to init!", ctx->pfql_conf.backend_name ); in pfql_start()
[all …]
/dports/x11-wm/qtile/qtile-0.18.1/test/
H A Dconftest.py96 def backend(request, backend_name, xephyr, wayland_session): argument
97 if backend_name == "x11":
100 elif backend_name == "wayland":
/dports/www/py-weboob/weboob-2.0/weboob/applications/boobtracker/
H A Dboobtracker.py218 id, backend_name = self.parse_id(id, unique_backend=True)
222 self.do('update_issue', id, update, backends=backend_name).wait()
240 id, backend_name = self.parse_id(id, unique_backend=True)
245 self.do('update_issue', id, update, backends=backend_name).wait()
258 id, backend_name = self.parse_id(line, unique_backend=True)
259 self.do('remove_issue', id, backends=backend_name).wait()
461 project, backend_name = self.parse_id(line, unique_backend=True)
463 backend = self.weboob.get_backend(backend_name)
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/nexenta/ns5/
H A Dnfs.py86 def backend_name(self): member in NexentaNfsDriver
87 backend_name = None
89 backend_name = self.configuration.safe_get('volume_backend_name')
90 if not backend_name:
91 backend_name = self.__class__.__name__
92 return backend_name
481 'volume_backend_name': self.backend_name,
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/application/forms/Config/User/
H A DCreateMembershipForm.php70 …$options[$row->backend_name . ';' . $row->group_name] = $row->group_name . ' (' . $row->backend_na…
167 $row->backend_name = $backend->getName();
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool.h101 virtual std::string backend_name() const = 0;
121 std::string backend_name() const override;
145 std::string backend_name() const override;
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dmemory_pool.h108 virtual std::string backend_name() const = 0;
128 std::string backend_name() const override;
152 std::string backend_name() const override;
H A Dmemory_pool.cc466 std::string backend_name() const override { return "system"; } in backend_name() function in arrow::SystemMemoryPool
472 std::string backend_name() const override { return "jemalloc"; } in backend_name() function in arrow::JemallocMemoryPool
479 std::string backend_name() const override { return "mimalloc"; } in backend_name() function in arrow::MimallocMemoryPool
616 std::string LoggingMemoryPool::backend_name() const { return pool_->backend_name(); } in backend_name() function in arrow::LoggingMemoryPool
646 std::string backend_name() const { return pool_->backend_name(); } in backend_name() function in arrow::ProxyMemoryPool::ProxyMemoryPoolImpl
675 std::string ProxyMemoryPool::backend_name() const { return impl_->backend_name(); } in backend_name() function in arrow::ProxyMemoryPool
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool.h101 virtual std::string backend_name() const = 0;
121 std::string backend_name() const override;
145 std::string backend_name() const override;
/dports/databases/xapian-core12/xapian-core-1.2.25/tests/harness/
H A Dtestrunner.h57 bool use_backend(const std::string & backend_name);
61 void set_properties_for_backend(const std::string & backend_name);
/dports/net/samba412/samba-4.12.15/source4/lib/socket/
H A Dsocket_ip.c55 sock->backend_name = "ipv4"; in ipv4_init()
262 (*new_sock)->backend_name = sock->backend_name; in ipv4_accept()
302 src->family = sock->backend_name; in ipv4_recvfrom()
441 peer->family = sock->backend_name; in ipv4_get_peer_addr()
486 local->family = sock->backend_name; in ipv4_get_my_addr()
620 sock->backend_name = "ipv6"; in ipv6_init()
791 (*new_sock)->backend_name = sock->backend_name; in ipv6_tcp_accept()
811 src->family = sock->backend_name; in ipv6_recvfrom()
930 peer->family = sock->backend_name; in ipv6_tcp_get_peer_addr()
977 local->family = sock->backend_name; in ipv6_tcp_get_my_addr()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/tools/list-sources/
H A Dlist-sources.c183 const gchar *type = NULL, *backend_name = NULL; in dump_one_source() local
187 examine_source (source, &type, &backend_name); in dump_one_source()
202 if (backend_name) in dump_one_source()
203 g_print ("\tBackend:%s", backend_name); in dump_one_source()
232 if (backend_name) in dump_one_source()
233 print_with_indent (indent_level + 1, _("Backend: %s"), backend_name); in dump_one_source()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_buffer/
H A Decore_buffer.c72 const char *backend_name = NULL; in _ecore_buffer_get_backend() local
74 backend_name = name; in _ecore_buffer_get_backend()
76 if (backend_name == NULL) in _ecore_buffer_get_backend()
78 backend_name = (const char*)getenv("ECORE_BUFFER_ENGINE"); in _ecore_buffer_get_backend()
79 if (!backend_name) in _ecore_buffer_get_backend()
88 bm = eina_hash_find(_backends, backend_name); in _ecore_buffer_get_backend()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/r/R/
H A Darrow-package.R102 backend_name = pool$backend_name, nameattr
139 Allocator = x$memory_pool$backend_name,
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libebackend/
H A De-webdav-collection-backend.c99 const gchar *backend_name = NULL; in webdav_collection_add_found_source() local
114 backend_name = E_SOURCE_EXTENSION_ADDRESS_BOOK; in webdav_collection_add_found_source()
119 backend_name = E_SOURCE_EXTENSION_CALENDAR; in webdav_collection_add_found_source()
124 backend_name = E_SOURCE_EXTENSION_MEMO_LIST; in webdav_collection_add_found_source()
129 backend_name = E_SOURCE_EXTENSION_TASK_LIST; in webdav_collection_add_found_source()
134 backend_name = E_SOURCE_EXTENSION_MEMO_LIST; in webdav_collection_add_found_source()
143 g_return_if_fail (backend_name != NULL); in webdav_collection_add_found_source()
201 backend = e_source_get_extension (source, backend_name); in webdav_collection_add_found_source()
/dports/databases/xapian-core/xapian-core-1.4.18/tests/harness/
H A Dtestrunner.h53 bool use_backend(const std::string & backend_name);
57 void set_properties_for_backend(const std::string & backend_name);
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-source-config.c111 if (class->backend_name != NULL) in G_DEFINE_TYPE_WITH_CODE()
114 g_strdup (class->backend_name), in G_DEFINE_TYPE_WITH_CODE()
420 const gchar *backend_name; in source_config_init_for_adding_source() local
430 if (backend_name != NULL) in source_config_init_for_adding_source()
432 config->priv->backends, backend_name); in source_config_init_for_adding_source()
497 const gchar *backend_name; in source_config_init_for_editing_source() local
505 backend_name = e_source_backend_get_backend_name (extension); in source_config_init_for_editing_source()
506 g_return_if_fail (backend_name != NULL); in source_config_init_for_editing_source()
510 if ((g_ascii_strcasecmp (backend_name, "caldav") == 0 || in source_config_init_for_editing_source()
511 g_ascii_strcasecmp (backend_name, "carddav") == 0) && in source_config_init_for_editing_source()
[all …]
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/pep517/
H A Dwrappers.py32 def __init__(self, backend_name, backend_path, message): argument
33 self.backend_name = backend_name
258 backend_name=self.build_backend,
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qbooblyrics/
H A Dmain_window.py128backend_name = self.parent.ui.backendEdit.itemData(self.parent.ui.backendEdit.currentIndex())
132 … self.parent.ui.typeCombo.currentText(), pattern, backends=backend_name, caps=CapLyrics)
154 backend_name = id.split('@')[1]
157 backend_name = None
159 if (backend_name and backend.name == backend_name) or not backend_name:
/dports/www/py-weboob-qt/weboob-qt-2.0/weboob/applications/qcookboob/
H A Dmain_window.py128backend_name = self.parent.ui.backendEdit.itemData(self.parent.ui.backendEdit.currentIndex())
131 … self.parent.getCount(), ('title'), 'iter_recipes', pattern, backends=backend_name, caps=CapRecipe)
153 backend_name = id.split('@')[1]
156 backend_name = None
158 if (backend_name and backend.name == backend_name) or not backend_name:
/dports/net/samba412/samba-4.12.15/source4/param/
H A Dshare.c129 NTSTATUS share_get_context_by_name(TALLOC_CTX *mem_ctx, const char *backend_name, in share_get_context_by_name() argument
136 ops = share_backend_by_name(backend_name); in share_get_context_by_name()
138 DEBUG(0, ("share_init_connection: share backend [%s] not found!\n", backend_name)); in share_get_context_by_name()
/dports/net/py-haproxy-log-analysis/haproxy_log_analysis-2.0/haproxy/
H A Dfilters.py193 def filter_backend(backend_name): argument
203 return log_line.backend_name == backend_name
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/pep517/
H A Dwrappers.py50 def __init__(self, backend_name, backend_path, message): argument
51 self.backend_name = backend_name
287 backend_name=self.build_backend,
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/pep517/
H A Dwrappers.py41 def __init__(self, backend_name, backend_path, message): argument
42 self.backend_name = backend_name
268 backend_name=self.build_backend,

12345678910>>...31