Home
last modified time | relevance | path

Searched defs:ObjectPath (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zvariant-3.1.2/src/
H A Dobject_path.rs36 pub struct ObjectPath<'a>(Str<'a>); struct
40 impl<'a> ObjectPath<'a> { impl
123 impl<'a> Basic for ObjectPath<'a> { implementation
136 impl<'a> Type for ObjectPath<'a> { implementation
154 impl<'a> TryFrom<&'a str> for ObjectPath<'a> { implementation
162 impl<'a> TryFrom<String> for ObjectPath<'a> { implementation
178 impl<'a> std::ops::Deref for ObjectPath<'a> { implementation
186 impl<'a> PartialEq<str> for ObjectPath<'a> { implementation
192 impl<'a> PartialEq<&str> for ObjectPath<'a> { implementation
198 impl<'a> Debug for ObjectPath<'a> { implementation
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zvariant-2.10.0/src/
H A Dobject_path.rs39 pub struct ObjectPath<'a>(Str<'a>); struct
43 impl<'a> ObjectPath<'a> { implementation
126 impl<'a> Basic for ObjectPath<'a> { implementation
140 impl<'a> Type for ObjectPath<'a> { implementation
158 impl<'a> TryFrom<&'a str> for ObjectPath<'a> { implementation
166 impl<'a> TryFrom<String> for ObjectPath<'a> { implementation
182 impl<'a> std::ops::Deref for ObjectPath<'a> { implementation
190 impl<'a> PartialEq<str> for ObjectPath<'a> { implementation
196 impl<'a> PartialEq<&str> for ObjectPath<'a> { implementation
202 impl<'a> Debug for ObjectPath<'a> { implementation
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/godbus/dbus/v5/
H A Dexport.go29 func MakeNoObjectError(path ObjectPath) Error {
218 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
283 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
295 func (conn *Conn) ExportAll(v interface{}, path ObjectPath, iface string) error {
304 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
318 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
327 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
341 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
346 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
371 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/godbus/dbus/v5/
H A Dexport.go195 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
260 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
272 func (conn *Conn) ExportAll(v interface{}, path ObjectPath, iface string) error {
281 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
295 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
304 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
318 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
323 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
327 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
348 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/godbus/dbus/v5/
H A Dexport.go195 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
260 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
272 func (conn *Conn) ExportAll(v interface{}, path ObjectPath, iface string) error {
281 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
295 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
304 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
318 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
323 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
327 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
348 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/godbus/dbus/
H A Dexport.go78 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
226 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
290 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
299 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
313 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
336 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
341 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
345 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
364 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/godbus/dbus/
H A Dexport.go79 func (conn *Conn) searchHandlers(path ObjectPath) (map[string]exportedObj, bool) {
249 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
313 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
322 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
336 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
345 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
359 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
364 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
368 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
387 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/godbus/dbus/v5/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/runc/vendor/github.com/godbus/dbus/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/deskutils/noti/noti-3.5.0/vendor/github.com/godbus/dbus/
H A Dexport.go183 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
247 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
256 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
270 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
279 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
293 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
298 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
302 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
320 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
332 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/github.com/godbus/dbus/v5/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/v5/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/godbus/dbus/
H A Dexport.go183 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
247 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
256 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
270 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
279 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
293 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
298 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
302 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
320 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
332 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/godbus/dbus/v5/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/godbus/dbus/v5/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/godbus/dbus/v5/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…
/dports/security/gopass/gopass-1.13.0/vendor/github.com/godbus/dbus/
H A Dexport.go180 func (conn *Conn) Emit(path ObjectPath, name string, values ...interface{}) error {
246 func (conn *Conn) Export(v interface{}, path ObjectPath, iface string) error {
255 func (conn *Conn) ExportWithMap(v interface{}, mapping map[string]string, path ObjectPath, iface st…
269 func (conn *Conn) ExportSubtree(v interface{}, path ObjectPath, iface string) error {
278 func (conn *Conn) ExportSubtreeWithMap(v interface{}, mapping map[string]string, path ObjectPath, i…
292 func (conn *Conn) ExportMethodTable(methods map[string]interface{}, path ObjectPath, iface string) …
297 func (conn *Conn) ExportSubtreeMethodTable(methods map[string]interface{}, path ObjectPath, iface s…
301 func (conn *Conn) exportMethodTable(methods map[string]interface{}, path ObjectPath, iface string, …
319 func (conn *Conn) unexport(h *defaultHandler, path ObjectPath, iface string) error {
331 func (conn *Conn) export(methods map[string]reflect.Value, path ObjectPath, iface string, includeSu…

12345678910>>...21