Home
last modified time | relevance | path

Searched refs:ServerFlags (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Ddbusserver.h84 enum ServerFlags enum
92 inline ServerFlags operator|(ServerFlags lhs, ServerFlags rhs)
96 inline ServerFlags operator&(ServerFlags lhs, ServerFlags rhs)
100 inline ServerFlags operator^(ServerFlags lhs, ServerFlags rhs)
104 inline ServerFlags operator~(ServerFlags flags)
108 inline ServerFlags& operator|=(ServerFlags& lhs, ServerFlags rhs)
112 inline ServerFlags& operator&=(ServerFlags& lhs, ServerFlags rhs)
116 inline ServerFlags& operator^=(ServerFlags& lhs, ServerFlags rhs)
220 ServerFlags flags);
225 ServerFlags flags);
[all …]
H A Ddbusserver.cc40 ServerFlags flags) in Server()
49 const Glib::RefPtr<Cancellable>& cancellable, ServerFlags flags) in Server()
58 const Glib::RefPtr<AuthObserver>& observer, ServerFlags flags) in Server()
66 Server::Server(const std::string& address, const std::string& guid, ServerFlags flags) in Server()
77 ServerFlags flags) in create_sync()
84 const Glib::RefPtr<Cancellable>& cancellable, ServerFlags flags) in create_sync()
91 const Glib::RefPtr<AuthObserver>& observer, ServerFlags flags) in create_sync()
170 GType Glib::Value<Gio::DBus::ServerFlags>::value_type() in value_type()
307 ServerFlags Server::get_flags() const in get_flags()
344 Glib::PropertyProxy_ReadOnly< ServerFlags > Server::property_flags() const in property_flags()
[all …]
/dports/devel/glibmm/glibmm-2.64.2/gio/src/
H A Ddbusserver.hg31 _WRAP_ENUM(ServerFlags, GDBusServerFlags, s#^DBUS_##, gtype_func g_dbus_server_flags_get_type)
62 ServerFlags flags);
67 ServerFlags flags);
72 ServerFlags flags);
76 ServerFlags flags);
86 ServerFlags flags = Gio::DBus::SERVER_FLAGS_NONE);
93 ServerFlags flags = Gio::DBus::SERVER_FLAGS_NONE);
99 ServerFlags flags = Gio::DBus::SERVER_FLAGS_NONE);
104 ServerFlags flags = Gio::DBus::SERVER_FLAGS_NONE);
110 _WRAP_METHOD(ServerFlags get_flags() const, g_dbus_server_get_flags)
[all …]
H A Ddbusserver.ccg31 ServerFlags flags)
40 const Glib::RefPtr<Cancellable>& cancellable, ServerFlags flags)
49 const Glib::RefPtr<AuthObserver>& observer, ServerFlags flags)
57 Server::Server(const std::string& address, const std::string& guid, ServerFlags flags)
68 ServerFlags flags)
75 const Glib::RefPtr<Cancellable>& cancellable, ServerFlags flags)
82 const Glib::RefPtr<AuthObserver>& observer, ServerFlags flags)
88 Server::create_sync(const std::string& address, const std::string& guid, ServerFlags flags)
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dmain.cc730 enum class ServerFlags enum
738 constexpr bool with_bit_ops(Meta::Type<ServerFlags>) { return true; } in with_bit_ops() argument
748 if ((flags & ServerFlags::Daemon) and session.empty()) in run_server()
756 (bool)(flags & ServerFlags::Daemon)}; in run_server()
791 if (not (flags & ServerFlags::IgnoreKakrc)) try in run_server()
830 if (flags & ServerFlags::ReadOnly) in run_server()
863 if (flags & ServerFlags::StartupInfo and local_client) in run_server()
1215 …o flags = (ignore_kakrc ? ServerFlags::IgnoreKakrc : ServerFlags::N… in main()
1216 … (parser.get_switch("d") ? ServerFlags::Daemon : ServerFlags::None) | in main()
1217 … (parser.get_switch("ro") ? ServerFlags::ReadOnly : ServerFlags::None) | in main()
[all …]
/dports/sysutils/consul/consul-1.10.3/command/logout/
H A Dlogout.go28 flags.Merge(c.flags, c.http.ServerFlags())
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/logout/
H A Dlogout.go28 flags.Merge(c.flags, c.http.ServerFlags())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/logout/
H A Dlogout.go28 flags.Merge(c.flags, c.http.ServerFlags())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/logout/
H A Dlogout.go28 flags.Merge(c.flags, c.http.ServerFlags())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/logout/
H A Dlogout.go28 flags.Merge(c.flags, c.http.ServerFlags())
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/acl/token/list/
H A Dtoken_list.go33 flags.Merge(c.flags, c.http.ServerFlags())
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/acl/policy/list/
H A Dpolicy_list.go34 flags.Merge(c.flags, c.http.ServerFlags())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/policy/list/
H A Dpolicy_list.go34 flags.Merge(c.flags, c.http.ServerFlags())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/role/list/
H A Drole_list.go34 flags.Merge(c.flags, c.http.ServerFlags())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/authmethod/list/
H A Dauthmethod_list.go40 flags.Merge(c.flags, c.http.ServerFlags())
/dports/sysutils/consul/consul-1.10.3/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/token/list/
H A Dtoken_list.go33 flags.Merge(c.flags, c.http.ServerFlags())
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/command/connect/ca/get/
H A Dconnect_ca_get.go30 flags.Merge(c.flags, c.http.ServerFlags())
/dports/sysutils/consul/consul-1.10.3/command/acl/authmethod/delete/
H A Dauthmethod_delete.go38 flags.Merge(c.flags, c.http.ServerFlags())

12345678910>>...19