Home
last modified time | relevance | path

Searched refs:matchSecret (Results 1 – 25 of 38) sorted by relevance

12

/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/examples/unrealstatus/Plugins/discordrpc/Source/DiscordRpc/Private/
H A DDiscordRpcBlueprint.cpp144 auto matchSecret = StringCast<ANSICHAR>(*RichPresence.matchSecret); in UpdatePresence() local
145 rp.matchSecret = matchSecret.Get(); in UpdatePresence()
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/examples/unrealstatus/Plugins/discordrpc/Source/DiscordRpc/Private/
H A DDiscordRpcBlueprint.cpp144 auto matchSecret = StringCast<ANSICHAR>(*RichPresence.matchSecret); in UpdatePresence() local
145 rp.matchSecret = matchSecret.Get(); in UpdatePresence()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/examples/button-clicker/Assets/
H A DDiscordRpc.cs59 public IntPtr matchSecret; /* max 128 bytes */ field
140 public string matchSecret; /* max 128 bytes */ field in DiscordRpc.RichPresence
167 _presence.matchSecret = StrToPtr(matchSecret); in GetStruct()
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/examples/button-clicker/Assets/
H A DDiscordRpc.cs59 public IntPtr matchSecret; /* max 128 bytes */ field
140 public string matchSecret; /* max 128 bytes */ field in DiscordRpc.RichPresence
167 _presence.matchSecret = StrToPtr(matchSecret); in GetStruct()
/dports/games/retroarch/RetroArch-1.9.7/deps/discord-rpc/src/
H A Dserialization.cpp151 if ((presence->matchSecret && presence->matchSecret[0]) || in JsonWriteRichPresenceObj()
156 WriteOptionalString(writer, "match", presence->matchSecret); in JsonWriteRichPresenceObj()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/src/
H A Dserialization.cpp148 if ((presence->matchSecret && presence->matchSecret[0]) || in JsonWriteRichPresenceObj()
152 WriteOptionalString(writer, "match", presence->matchSecret); in JsonWriteRichPresenceObj()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/src/
H A Dserialization.cpp147 if ((presence->matchSecret && presence->matchSecret[0]) || in JsonWriteRichPresenceObj()
151 WriteOptionalString(writer, "match", presence->matchSecret); in JsonWriteRichPresenceObj()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/discord-rpc/src/
H A Dserialization.cpp147 if ((presence->matchSecret && presence->matchSecret[0]) || in JsonWriteRichPresenceObj()
151 WriteOptionalString(writer, "match", presence->matchSecret); in JsonWriteRichPresenceObj()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/discord-rpc/src/
H A Dserialization.cpp147 if ((presence->matchSecret && presence->matchSecret[0]) || in JsonWriteRichPresenceObj()
151 WriteOptionalString(writer, "match", presence->matchSecret); in JsonWriteRichPresenceObj()
/dports/games/warzone2100/warzone2100/3rdparty/discord-rpc/src/
H A Dserialization.cpp147 if ((presence->matchSecret && presence->matchSecret[0]) || in JsonWriteRichPresenceObj()
151 WriteOptionalString(writer, "match", presence->matchSecret); in JsonWriteRichPresenceObj()
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/discord-rpc/src/
H A Dserialization.cpp147 if ((presence->matchSecret && presence->matchSecret[0]) || in JsonWriteRichPresenceObj()
151 WriteOptionalString(writer, "match", presence->matchSecret); in JsonWriteRichPresenceObj()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/daemon/events/
H A Dfilter.go32 ef.matchSecret(ev) &&
97 func (ef *Filter) matchSecret(ev events.Message) bool { func
/dports/games/retroarch/RetroArch-1.9.7/deps/discord-rpc/include/
H A Ddiscord_rpc.h21 const char* matchSecret; /* max 128 bytes */ member
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Ddiscord_rpc.h38 const char* matchSecret; /* max 128 bytes */ member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/discord/include/
H A Ddiscord_rpc.h38 const char* matchSecret; /* max 128 bytes */ member

12