Home
last modified time | relevance | path

Searched defs:reply (Results 1 – 25 of 5502) sorted by relevance

12345678910>>...221

/dports/misc/actiona/actiona-3.10.1/actions/actionpacksystem/
H A Dsystemsession.cpp54 QDBusMessage reply = dbusInterface.call(QStringLiteral("Logout"), code); in logout() local
105 QDBusMessage reply = dbusInterface.call(QStringLiteral("Restart")); in restart() local
113 QDBusMessage reply = dbusInterface.call(QStringLiteral("Reboot")); in restart() local
156 QDBusMessage reply = dbusInterface.call(QStringLiteral("Stop")); in shutdown() local
164 QDBusMessage reply = dbusInterface.call(QStringLiteral("Shutdown")); in shutdown() local
185 QDBusMessage reply = dbusInterface.call(QStringLiteral("Suspend")); in suspend() local
193 QDBusMessage reply = dbusInterface.call(QStringLiteral("Suspend")); in suspend() local
222 QDBusMessage reply = dbusInterface.call(QStringLiteral("Hibernate")); in hibernate() local
230 QDBusMessage reply = dbusInterface.call(QStringLiteral("Hibernate")); in hibernate() local
238 QDBusMessage reply = dbusInterface.call(QStringLiteral("Hibernate")); in hibernate() local
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/src/sw/redis++/
H A Dredis.cpp54 auto reply = command(cmd::echo, msg); in echo() local
86 auto reply = command(cmd::bgsave); in bgsave() local
92 auto reply = command(cmd::dbsize); in dbsize() local
122 auto reply = command(cmd::lastsave); in lastsave() local
128 auto reply = command(cmd::save); in save() local
136 auto reply = command(cmd::del, key); in del() local
142 auto reply = command(cmd::dump, key); in dump() local
190 auto reply = command(cmd::pttl, key); in pttl() local
196 auto reply = command(cmd::randomkey); in randomkey() local
229 auto reply = command(cmd::ttl, key); in ttl() local
[all …]
H A Dredis_cluster.cpp52 auto reply = command(cmd::del, key); in del() local
58 auto reply = command(cmd::dump, key); in dump() local
64 auto reply = command(cmd::exists, key); in exists() local
100 auto reply = command(cmd::pttl, key); in pttl() local
127 auto reply = command(cmd::touch, key); in touch() local
133 auto reply = command(cmd::ttl, key); in ttl() local
139 auto reply = command(cmd::type, key); in type() local
180 auto reply = command(cmd::decr, key); in decr() local
192 auto reply = command(cmd::get, key); in get() local
216 auto reply = command(cmd::incr, key); in incr() local
[all …]
H A Dreply.h49 inline T parse(redisReply &reply) { in parse()
81 inline bool is_error(redisReply &reply) { in is_error()
85 inline bool is_nil(redisReply &reply) { in is_nil()
89 inline bool is_string(redisReply &reply) { in is_string()
93 inline bool is_status(redisReply &reply) { in is_status()
97 inline bool is_integer(redisReply &reply) { in is_integer()
101 inline bool is_array(redisReply &reply) { in is_array()
129 void to_array(redisReply &reply, Output output) { in to_array()
273 T parse(ParseTag<T>, redisReply &reply) { in parse()
286 T parse(ParseTag<T>, redisReply &reply) { in parse()
[all …]
H A Dreply.cpp23 namespace reply { namespace
25 std::string to_status(redisReply &reply) { in to_status()
39 std::string parse(ParseTag<std::string>, redisReply &reply) { in parse()
53 long long parse(ParseTag<long long>, redisReply &reply) { in parse()
61 double parse(ParseTag<double>, redisReply &reply) { in parse()
65 bool parse(ParseTag<bool>, redisReply &reply) { in parse()
77 void parse(ParseTag<void>, redisReply &reply) { in parse()
96 void rewrite_set_reply(redisReply &reply) { in rewrite_set_reply()
117 void rewrite_georadius_reply(redisReply &reply) { in rewrite_georadius_reply()
126 bool is_flat_array(redisReply &reply) { in is_flat_array()
/dports/audio/libechonest/libechonest-2.3.1/tests/
H A DArtistTest.cpp92 QNetworkReply* reply = testArtist.fetchBlogs(); in testBlogsUrl() local
175 QNetworkReply* reply = testArtist.fetchImages(); in testImagesUrl() local
210 QNetworkReply* reply = testArtist.fetchNews(); in testNewsUrl() local
491 QNetworkReply* reply = testArtist.fetchSongs(); in testSongsUrl() local
503 QNetworkReply* reply = testArtist.fetchSongs(); in testSongs() local
543 QNetworkReply* reply = testArtist.fetchTerms(); in testTerms() local
643 QNetworkReply* reply = Artist::topHottt(); in testTopHottt() local
675 QNetworkReply* reply = Artist::topTerms( 5 ); in testTopTermsUrl() local
682 QNetworkReply* reply = Artist::topTerms( 5 ); in testTopTerms() local
725 QNetworkReply* reply = testArtist.fetchUrls(); in testUrlsUrl() local
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/redis-0.17.0/tests/
H A Dtest_streams.rs148 let reply: StreamRangeReply = con.xrange_all("k3").unwrap(); in test_assorted_1() localVariable
202 let reply = result.unwrap(); in test_xgroup_create() localVariable
234 let reply = result.unwrap(); in test_assorted_2() localVariable
258 let reply: StreamReadReply = con in test_assorted_2() localVariable
277 let reply: StreamReadReply = con in test_assorted_2() localVariable
317 let reply: StreamPendingCountReply = con in test_assorted_2() localVariable
388 let reply: StreamReadReply = con in test_xclaim() localVariable
411 let reply: StreamClaimReply = con in test_xclaim() localVariable
534 let reply: StreamReadReply = con in test_xgroup() localVariable
564 let reply: StreamRangeReply = con.xrange_all("k1").unwrap(); in test_xrange() localVariable
[all …]
/dports/net/samba412/samba-4.12.15/ctdb/protocol/
H A Dprotocol_client.c95 int ctdb_reply_control_statistics(struct ctdb_reply_control *reply, in ctdb_reply_control_statistics()
122 int ctdb_reply_control_ping(struct ctdb_reply_control *reply, in ctdb_reply_control_ping()
151 int ctdb_reply_control_getdbpath(struct ctdb_reply_control *reply, in ctdb_reply_control_getdbpath()
177 int ctdb_reply_control_getvnnmap(struct ctdb_reply_control *reply, in ctdb_reply_control_getvnnmap()
206 int ctdb_reply_control_setvnnmap(struct ctdb_reply_control *reply) in ctdb_reply_control_setvnnmap()
224 int ctdb_reply_control_get_debug(struct ctdb_reply_control *reply, in ctdb_reply_control_get_debug()
299 int ctdb_reply_control_pull_db(struct ctdb_reply_control *reply, in ctdb_reply_control_pull_db()
328 int ctdb_reply_control_push_db(struct ctdb_reply_control *reply) in ctdb_reply_control_push_db()
596 int ctdb_reply_control_get_pid(struct ctdb_reply_control *reply, in ctdb_reply_control_get_pid()
669 int ctdb_reply_control_freeze(struct ctdb_reply_control *reply) in ctdb_reply_control_freeze()
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/centos8/include/sw/redis++/
H A Dreply.h49 inline T parse(redisReply &reply) { in parse()
81 inline bool is_error(redisReply &reply) { in is_error()
85 inline bool is_nil(redisReply &reply) { in is_nil()
89 inline bool is_string(redisReply &reply) { in is_string()
93 inline bool is_status(redisReply &reply) { in is_status()
97 inline bool is_integer(redisReply &reply) { in is_integer()
101 inline bool is_array(redisReply &reply) { in is_array()
129 void to_array(redisReply &reply, Output output) { in to_array()
273 T parse(ParseTag<T>, redisReply &reply) { in parse()
286 T parse(ParseTag<T>, redisReply &reply) { in parse()
[all …]
/dports/net/zerotier/ZeroTierOne-1.8.3/ext/redis-plus-plus-1.1.1/install/macos/include/sw/redis++/
H A Dreply.h49 inline T parse(redisReply &reply) { in parse()
81 inline bool is_error(redisReply &reply) { in is_error()
85 inline bool is_nil(redisReply &reply) { in is_nil()
89 inline bool is_string(redisReply &reply) { in is_string()
93 inline bool is_status(redisReply &reply) { in is_status()
97 inline bool is_integer(redisReply &reply) { in is_integer()
101 inline bool is_array(redisReply &reply) { in is_array()
129 void to_array(redisReply &reply, Output output) { in to_array()
273 T parse(ParseTag<T>, redisReply &reply) { in parse()
286 T parse(ParseTag<T>, redisReply &reply) { in parse()
[all …]
/dports/misc/orion/orion-1.6.7-12-gec8400c/src/network/
H A Dnetworkmanager.cpp160 QNetworkReply *reply = operation->get(request); in testConnection() local
194 QNetworkReply *reply = operation->get(request); in getStream() local
208 QNetworkReply *reply = operation->get(request); in getStreams() local
224 QNetworkReply *reply = operation->get(request); in getGames() local
243 QNetworkReply *reply = operation->get(request); in searchChannels() local
259 QNetworkReply *reply = operation->get(request); in searchGames() local
276 QNetworkReply *reply = operation->get(request); in getFeaturedStreams() local
293 QNetworkReply *reply = operation->get(request); in getStreamsForGame() local
310 QNetworkReply *reply = operation->get(request); in getChannelPlaybackStream() local
515 QNetworkReply *reply; in editUserBlockWithId() local
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-server-reply.c66 struct smtp_server_reply *reply; in smtp_server_reply_alloc() local
191 struct smtp_server_reply *reply; in smtp_server_reply_create_index() local
222 struct smtp_server_reply *reply; in smtp_server_reply_create_forward() local
266 struct smtp_server_reply *reply = in smtp_server_reply_free() local
407 struct smtp_server_reply *reply, *from_reply; in smtp_server_reply_submit_duplicate() local
432 struct smtp_server_reply *reply; in smtp_server_reply_indexv() local
487 struct smtp_server_reply *reply; in smtp_server_reply_allv() local
494 struct smtp_server_reply *reply = in smtp_server_reply_allv() local
543 struct smtp_server_reply *reply; in smtp_server_reply_quit() local
682 struct smtp_server_reply *reply; in smtp_server_reply_create_ehlo() local
[all …]
/dports/mail/anubis/anubis-4.2/src/
H A Dsmtprepl.c50 smtp_reply_free (ANUBIS_SMTP_REPLY reply) in smtp_reply_free()
61 smtp_reply_alloc_space (ANUBIS_SMTP_REPLY reply, size_t len) in smtp_reply_alloc_space()
86 smtp_reply_scan (ANUBIS_SMTP_REPLY reply, size_t lc) in smtp_reply_scan()
114 smtp_reply_read (ANUBIS_SMTP_REPLY reply, in smtp_reply_read()
149 smtp_reply_set (ANUBIS_SMTP_REPLY reply, const char *input) in smtp_reply_set()
169 smtp_reply_line_count (ANUBIS_SMTP_REPLY reply) in smtp_reply_line_count()
191 smtp_reply_clear_cursor (ANUBIS_SMTP_REPLY reply) in smtp_reply_clear_cursor()
201 smtp_reply_line (ANUBIS_SMTP_REPLY reply, size_t index) in smtp_reply_line()
283 smtp_reply_string (ANUBIS_SMTP_REPLY reply) in smtp_reply_string()
359 __smtp_reply_line_ptr (reply, index)[0] = 0; in smtp_reply_remove_line() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/mgmapi/test/
H A Dkeso.c94 struct ndb_mgm_reply reply; in main() local
138 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
158 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
165 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
178 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
202 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
281 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
307 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
333 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
394 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/mgmapi/test/
H A Dkeso.c85 struct ndb_mgm_reply reply; in main() local
129 int testConnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testConnect()
149 int testDisconnect(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDisconnect()
156 int testGetConfig(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testGetConfig()
169 int testStatus(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testStatus()
193 int testLogSignals(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testLogSignals()
272 int testSetTrace(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testSetTrace()
298 int testInsertError(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testInsertError()
324 int testDumpState(NdbMgmHandle h, struct ndb_mgm_reply* reply) { in testDumpState()
385 struct ndb_mgm_reply* reply) { in testSetLogLevelClusterLog()
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/davecgh/go-spew/spew/
H A Dconfig.go6 * copyright notice and this permission notice appear in all copies.
26 // ConfigState houses the configuration options used by spew to format and
66 // running in environments without access to the unsafe package such as
97 // SpewKeys specifies that, as a last resort attempt, map keys should
121 // the number of bytes written and any write error encountered. See
157 // NewFormatter for formatting details.
190 // Sprint is a wrapper for fmt.Sprint that treats each argument as if it were
237 use of the custom formatter by calling one of the convenience functions such as
282 return buf.String()

12345678910>>...221