Home
last modified time | relevance | path

Searched refs:ServerInfo (Results 1 – 25 of 1657) sorted by relevance

12345678910>>...67

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/src/
H A Dserverinfo.cpp75 ServerInfo::ServerInfo() in ServerInfo() function in de::shell::ServerInfo
83 ServerInfo::ServerInfo(ServerInfo const &other) in ServerInfo() function in de::shell::ServerInfo
89 ServerInfo::ServerInfo(Record const &rec) in ServerInfo() function in de::shell::ServerInfo
96 ServerInfo &ServerInfo::operator=(ServerInfo const &other) in operator =()
119 ServerInfo &ServerInfo::setServerId(duint32 sid) in setServerId()
164 ServerInfo &ServerInfo::setName(String const &name) in setName()
216 ServerInfo &ServerInfo::setGameId(String const &gameId) in setGameId()
240 ServerInfo &ServerInfo::setMap(String const &map) in setMap()
287 ServerInfo &ServerInfo::setMaxPlayers(int count) in setMaxPlayers()
294 ServerInfo::Flags ServerInfo::flags() const in flags()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libshell/include/de/shell/
H A Dserverinfo.h32 class LIBSHELL_PUBLIC ServerInfo
38 ServerInfo();
39 ServerInfo(ServerInfo const &other);
40 ServerInfo(Record const &rec);
41 ServerInfo &operator=(ServerInfo const &other);
68 ServerInfo &setServerId(duint32 sid);
71 ServerInfo &setName(String const &name);
75 ServerInfo &setGameId(String const &gameId);
77 ServerInfo &setMap(String const &map);
80 ServerInfo &setMaxPlayers(int count);
[all …]
/dports/net-im/ruqola/ruqola-1.6.1/src/core/
H A Dserverinfo.cpp9 ServerInfo::ServerInfo() = default;
11 ServerInfo::~ServerInfo() = default;
40 QString ServerInfo::arch() const in arch()
50 int ServerInfo::numberOfCpu() const in numberOfCpu()
60 QString ServerInfo::platform() const in platform()
70 QString ServerInfo::version() const in version()
80 QString ServerInfo::commitAuthor() const in commitAuthor()
100 QString ServerInfo::commitTag() const in commitTag()
120 QString ServerInfo::commitHash() const in commitHash()
130 bool ServerInfo::operator==(const ServerInfo &other) const in operator ==()
[all …]
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/src/console/rest/
H A Dserverinfo.cpp53 ServerInfo::ServerInfo() : d(new ServerInfoData) {} in ServerInfo() function in ServerInfo
54 ServerInfo::ServerInfo(const ServerInfo&) = default;
55 ServerInfo::~ServerInfo() = default;
56 ServerInfo& ServerInfo::operator=(const ServerInfo&) = default;
58 bool ServerInfo::isValid() const in isValid()
63 QString ServerInfo::name() const in name()
76 QUrl ServerInfo::url() const in url()
86 QString ServerInfo::userName() const in userName()
106 void ServerInfo::save() const in save()
122 ServerInfo ServerInfo::load(const QString &name) in load()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dsocket_test_ttest_tcp_client_socket.erl33 start(Method, Async, Active, ServerInfo)
34 when is_list(ServerInfo) ->
38 start(Method, Async, Active, ServerInfo = {Addr, _})
43 start(Method, Async, Active, ServerInfo = {Addr, _})
49 start(Method, Async, Active, ServerInfo, MsgID)
50 when is_list(ServerInfo) ->
68 when is_list(ServerInfo) ->
72 ServerInfo, Active,
74 start(Method, Async, Active, ServerInfo = {Addr, _},
82 start(Method, Async, Active, ServerInfo = {Addr, _},
[all …]
H A Dsocket_test_ttest_tcp_client.erl115 Transport, Active, ServerInfo,
125 start(Transport, ServerInfo, Active) ->
130 Transport, ServerInfo, Active, MsgID,
134 Transport, ServerInfo, Active, MsgID,
138 Transport, ServerInfo, Active, MsgID,
156 ServerInfo,
181 (is_tuple(ServerInfo) orelse is_list(ServerInfo)) andalso
217 Transport, Active, ServerInfo,
229 case ServerInfo of
240 case Connect(ServerInfo) of
[all …]
H A Dsocket_test_ttest_tcp_client_gen.erl30 start(ServerInfo, Active) ->
31 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active).
33 start(ServerInfo, Active, MsgID) ->
34 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active, MsgID).
36 start(ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
39 ServerInfo, Active,
42 start(Quiet, ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
45 ServerInfo, Active,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/test/
H A Dsocket_test_ttest_tcp_client_socket.erl33 start(Method, Async, Active, ServerInfo)
34 when is_list(ServerInfo) ->
38 start(Method, Async, Active, ServerInfo = {Addr, _})
43 start(Method, Async, Active, ServerInfo = {Addr, _})
49 start(Method, Async, Active, ServerInfo, MsgID)
50 when is_list(ServerInfo) ->
68 when is_list(ServerInfo) ->
72 ServerInfo, Active,
74 start(Method, Async, Active, ServerInfo = {Addr, _},
82 start(Method, Async, Active, ServerInfo = {Addr, _},
[all …]
H A Dsocket_test_ttest_tcp_client.erl115 Transport, Active, ServerInfo,
125 start(Transport, ServerInfo, Active) ->
130 Transport, ServerInfo, Active, MsgID,
134 Transport, ServerInfo, Active, MsgID,
138 Transport, ServerInfo, Active, MsgID,
156 ServerInfo,
181 (is_tuple(ServerInfo) orelse is_list(ServerInfo)) andalso
217 Transport, Active, ServerInfo,
229 case ServerInfo of
240 case Connect(ServerInfo) of
[all …]
H A Dsocket_test_ttest_tcp_client_gen.erl30 start(ServerInfo, Active) ->
31 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active).
33 start(ServerInfo, Active, MsgID) ->
34 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active, MsgID).
36 start(ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
39 ServerInfo, Active,
42 start(Quiet, ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
45 ServerInfo, Active,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_client_socket.erl33 start(Method, Async, Active, ServerInfo)
34 when is_list(ServerInfo) ->
38 start(Method, Async, Active, ServerInfo = {Addr, _})
43 start(Method, Async, Active, ServerInfo = {Addr, _})
49 start(Method, Async, Active, ServerInfo, MsgID)
50 when is_list(ServerInfo) ->
68 when is_list(ServerInfo) ->
72 ServerInfo, Active,
74 start(Method, Async, Active, ServerInfo = {Addr, _},
82 start(Method, Async, Active, ServerInfo = {Addr, _},
[all …]
H A Dsocket_test_ttest_tcp_client.erl115 Transport, Active, ServerInfo,
125 start(Transport, ServerInfo, Active) ->
130 Transport, ServerInfo, Active, MsgID,
134 Transport, ServerInfo, Active, MsgID,
138 Transport, ServerInfo, Active, MsgID,
156 ServerInfo,
181 (is_tuple(ServerInfo) orelse is_list(ServerInfo)) andalso
217 Transport, Active, ServerInfo,
229 case ServerInfo of
240 case Connect(ServerInfo) of
[all …]
H A Dsocket_test_ttest_tcp_client_gen.erl30 start(ServerInfo, Active) ->
31 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active).
33 start(ServerInfo, Active, MsgID) ->
34 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active, MsgID).
36 start(ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
39 ServerInfo, Active,
42 start(Quiet, ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
45 ServerInfo, Active,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_client_socket.erl33 start(Method, Async, Active, ServerInfo)
34 when is_list(ServerInfo) ->
38 start(Method, Async, Active, ServerInfo = {Addr, _})
43 start(Method, Async, Active, ServerInfo = {Addr, _})
49 start(Method, Async, Active, ServerInfo, MsgID)
50 when is_list(ServerInfo) ->
68 when is_list(ServerInfo) ->
72 ServerInfo, Active,
74 start(Method, Async, Active, ServerInfo = {Addr, _},
82 start(Method, Async, Active, ServerInfo = {Addr, _},
[all …]
H A Dsocket_test_ttest_tcp_client.erl115 Transport, Active, ServerInfo,
125 start(Transport, ServerInfo, Active) ->
130 Transport, ServerInfo, Active, MsgID,
134 Transport, ServerInfo, Active, MsgID,
138 Transport, ServerInfo, Active, MsgID,
156 ServerInfo,
181 (is_tuple(ServerInfo) orelse is_list(ServerInfo)) andalso
217 Transport, Active, ServerInfo,
229 case ServerInfo of
240 case Connect(ServerInfo) of
[all …]
H A Dsocket_test_ttest_tcp_client_gen.erl30 start(ServerInfo, Active) ->
31 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active).
33 start(ServerInfo, Active, MsgID) ->
34 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active, MsgID).
36 start(ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
39 ServerInfo, Active,
42 start(Quiet, ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
45 ServerInfo, Active,
/dports/lang/erlang/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_client_socket.erl33 start(Method, Async, Active, ServerInfo)
34 when is_list(ServerInfo) ->
38 start(Method, Async, Active, ServerInfo = {Addr, _})
43 start(Method, Async, Active, ServerInfo = {Addr, _})
49 start(Method, Async, Active, ServerInfo, MsgID)
50 when is_list(ServerInfo) ->
68 when is_list(ServerInfo) ->
72 ServerInfo, Active,
74 start(Method, Async, Active, ServerInfo = {Addr, _},
82 start(Method, Async, Active, ServerInfo = {Addr, _},
[all …]
H A Dsocket_test_ttest_tcp_client.erl115 Transport, Active, ServerInfo,
125 start(Transport, ServerInfo, Active) ->
130 Transport, ServerInfo, Active, MsgID,
134 Transport, ServerInfo, Active, MsgID,
138 Transport, ServerInfo, Active, MsgID,
156 ServerInfo,
181 (is_tuple(ServerInfo) orelse is_list(ServerInfo)) andalso
217 Transport, Active, ServerInfo,
229 case ServerInfo of
240 case Connect(ServerInfo) of
[all …]
H A Dsocket_test_ttest_tcp_client_gen.erl30 start(ServerInfo, Active) ->
31 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active).
33 start(ServerInfo, Active, MsgID) ->
34 socket_test_ttest_tcp_client:start(?TRANSPORT_MOD, ServerInfo, Active, MsgID).
36 start(ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
39 ServerInfo, Active,
42 start(Quiet, ServerInfo, Active, MsgID, MaxOutstanding, RunTime) ->
45 ServerInfo, Active,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/kernel/test/
H A Dsocket_test_ttest_tcp_client_socket.erl33 start(Method, Async, Active, ServerInfo)
34 when is_list(ServerInfo) ->
38 start(Method, Async, Active, ServerInfo = {Addr, _})
43 start(Method, Async, Active, ServerInfo = {Addr, _})
49 start(Method, Async, Active, ServerInfo, MsgID)
50 when is_list(ServerInfo) ->
68 when is_list(ServerInfo) ->
72 ServerInfo, Active,
74 start(Method, Async, Active, ServerInfo = {Addr, _},
82 start(Method, Async, Active, ServerInfo = {Addr, _},
[all …]
H A Dsocket_test_ttest_tcp_client.erl115 Transport, Active, ServerInfo,
125 start(Transport, ServerInfo, Active) ->
130 Transport, ServerInfo, Active, MsgID,
134 Transport, ServerInfo, Active, MsgID,
138 Transport, ServerInfo, Active, MsgID,
156 ServerInfo,
181 (is_tuple(ServerInfo) orelse is_list(ServerInfo)) andalso
217 Transport, Active, ServerInfo,
229 case ServerInfo of
240 case Connect(ServerInfo) of
[all …]
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/libnotificationmanager/
H A Dserverinfo.cpp21 class Q_DECL_HIDDEN ServerInfo::Private
24 Private(ServerInfo *q);
32 ServerInfo *q;
34 ServerInfo::Status status = ServerInfo::Status::Unknown;
42 ServerInfo::Private::Private(ServerInfo *q) in Private()
49 void ServerInfo::Private::setStatus(ServerInfo::Status status) in setStatus()
116 ServerInfo::ServerInfo(QObject *parent) in ServerInfo() function in ServerInfo
129 ServerInfo::~ServerInfo() = default;
131 ServerInfo::Status ServerInfo::status() const in status()
136 QString ServerInfo::vendor() const in vendor()
[all …]
/dports/security/vuls/vuls-0.13.7/scan/
H A Dexecutil_test.go11 conf config.ServerInfo
54 conf: config.ServerInfo{
65 conf: config.ServerInfo{
76 conf: config.ServerInfo{
87 conf: config.ServerInfo{
98 conf: config.ServerInfo{
110 conf: config.ServerInfo{
121 conf: config.ServerInfo{
132 conf: config.ServerInfo{
143 conf: config.ServerInfo{
[all …]
H A Dbase.go33 ServerInfo config.ServerInfo member
50 l.ServerInfo = c
54 return l.ServerInfo
398 l.ServerInfo.ServerName, l.ServerInfo.Container.Name)
429 if isLocalExec(l.ServerInfo.Port, l.ServerInfo.Host) {
534 if len(l.ServerInfo.Lockfiles) == 0 && !l.ServerInfo.FindLock {
542 if l.ServerInfo.FindLock {
635 l.ServerInfo.WordPress.OSUser,
680 l.ServerInfo.WordPress.OSUser,
693 l.ServerInfo.WordPress.OSUser,
[all …]
/dports/games/blobby/blobby-1.0/src/
H A DNetworkMessage.cpp32 ServerInfo::ServerInfo(RakNet::BitStream& stream, const char* ip, uint16_t p) in ServerInfo() function in ServerInfo
48 ServerInfo::ServerInfo(const IUserConfigReader& config) in ServerInfo() function in ServerInfo
56 memset(this, 0, sizeof(ServerInfo)); in ServerInfo()
70 ServerInfo::ServerInfo(const std::string& playername) in ServerInfo() function in ServerInfo
72 memset(this, 0, sizeof(ServerInfo)); in ServerInfo()
82 void ServerInfo::writeToBitstream(RakNet::BitStream& stream) in writeToBitstream()
94 const size_t ServerInfo::BLOBBY_SERVER_PRESENT_PACKET_SIZE = sizeof((unsigned char)ID_BLOBBY_SERVER…
103 bool operator == (const ServerInfo& lval, const ServerInfo& rval) in operator ==()
111 std::ostream& operator<<(std::ostream& stream, const ServerInfo& val) in operator <<()

12345678910>>...67