Home
last modified time | relevance | path

Searched refs:RTM (Results 1 – 25 of 1230) sorted by relevance

12345678910>>...50

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/slack-go/slack/
H A Dwebsocket.go21 type RTM struct { struct
59 func (rtm *RTM) disconnect() { argument
66 func (rtm *RTM) Disconnect() error { argument
81 func (rtm *RTM) GetInfo() *Info { argument
88 func (rtm *RTM) SendMessage(msg *OutgoingMessage) { argument
97 func (rtm *RTM) resetDeadman() { argument
H A Drtm.go76 type RTMOption func(*RTM)
81 return func(rtm *RTM) {
89 return func(rtm *RTM) {
96 return func(rtm *RTM) {
104 return func(rtm *RTM) {
111 func (api *Client) NewRTM(options ...RTMOption) *RTM {
112 result := &RTM{
H A Dwebsocket_managed_conn.go33 func (rtm *RTM) ManageConnection() {
239 func (rtm *RTM) handleEvents(events chan json.RawMessage) {
288 func (rtm *RTM) handleIncomingEvents(events chan json.RawMessage) {
300 func (rtm *RTM) sendWithDeadline(msg interface{}) error {
316 func (rtm *RTM) sendOutgoingMessage(msg OutgoingMessage) {
341 func (rtm *RTM) ping() error {
356 func (rtm *RTM) receiveIncomingEvent(events chan json.RawMessage) error {
401 func (rtm *RTM) handleRawEvent(rawEvent json.RawMessage) string {
426 func (rtm *RTM) handleAck(event json.RawMessage) {
452 func (rtm *RTM) handlePong(event json.RawMessage) {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/slack-go/slack/
H A Dwebsocket.go21 type RTM struct { struct
59 func (rtm *RTM) disconnect() { argument
66 func (rtm *RTM) Disconnect() error { argument
81 func (rtm *RTM) GetInfo() *Info { argument
88 func (rtm *RTM) SendMessage(msg *OutgoingMessage) { argument
97 func (rtm *RTM) resetDeadman() { argument
H A Drtm.go76 type RTMOption func(*RTM)
81 return func(rtm *RTM) {
89 return func(rtm *RTM) {
96 return func(rtm *RTM) {
104 return func(rtm *RTM) {
111 func (api *Client) NewRTM(options ...RTMOption) *RTM {
112 result := &RTM{
H A Dwebsocket_managed_conn.go33 func (rtm *RTM) ManageConnection() {
239 func (rtm *RTM) handleEvents(events chan json.RawMessage) {
288 func (rtm *RTM) handleIncomingEvents(events chan json.RawMessage) {
300 func (rtm *RTM) sendWithDeadline(msg interface{}) error {
316 func (rtm *RTM) sendOutgoingMessage(msg OutgoingMessage) {
341 func (rtm *RTM) ping() error {
356 func (rtm *RTM) receiveIncomingEvent(events chan json.RawMessage) error {
401 func (rtm *RTM) handleRawEvent(rawEvent json.RawMessage) string {
426 func (rtm *RTM) handleAck(event json.RawMessage) {
452 func (rtm *RTM) handlePong(event json.RawMessage) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/nlopes/slack/
H A Dwebsocket.go22 type RTM struct { struct
61 func (rtm *RTM) disconnect() { argument
68 func (rtm *RTM) Disconnect() error { argument
83 func (rtm *RTM) GetInfo() *Info { argument
90 func (rtm *RTM) SendMessage(msg *OutgoingMessage) { argument
99 func (rtm *RTM) resetDeadman() { argument
H A Drtm.go77 type RTMOption func(*RTM)
82 return func(rtm *RTM) {
90 return func(rtm *RTM) {
97 return func(rtm *RTM) {
105 return func(rtm *RTM) {
112 func (api *Client) NewRTM(options ...RTMOption) *RTM {
113 result := &RTM{
H A Dwebsocket_managed_conn.go30 func (rtm *RTM) ManageConnection() {
231 func (rtm *RTM) handleEvents() {
275 func (rtm *RTM) handleIncomingEvents() {
283 func (rtm *RTM) sendWithDeadline(msg interface{}) error {
299 func (rtm *RTM) sendOutgoingMessage(msg OutgoingMessage) {
324 func (rtm *RTM) ping() error {
339 func (rtm *RTM) receiveIncomingEvent() error {
382 func (rtm *RTM) handleRawEvent(rawEvent json.RawMessage) string {
409 func (rtm *RTM) handleAck(event json.RawMessage) {
435 func (rtm *RTM) handlePong(event json.RawMessage) {
[all …]
H A DCHANGELOG.md14 - RTM ManagedConnection has undergone a significant cleanup.
21 - deadlock fix in RTM disconnect.
29 - RTM: deadlock fix between connect/disconnect.
39 - RTM has improved its ability to identify dead connections and reconnect automatically (worth call…
40 - bug fixes (various timestamp handling, error handling, RTM locking, etc).
/dports/www/beehive/beehive-0.4.0/vendor/github.com/nlopes/slack/
H A Dwebsocket.go22 type RTM struct { struct
61 func (rtm *RTM) disconnect() { argument
68 func (rtm *RTM) Disconnect() error { argument
83 func (rtm *RTM) GetInfo() *Info { argument
90 func (rtm *RTM) SendMessage(msg *OutgoingMessage) { argument
99 func (rtm *RTM) resetDeadman() { argument
H A Drtm.go77 type RTMOption func(*RTM)
82 return func(rtm *RTM) {
90 return func(rtm *RTM) {
97 return func(rtm *RTM) {
105 return func(rtm *RTM) {
112 func (api *Client) NewRTM(options ...RTMOption) *RTM {
113 result := &RTM{
H A Dwebsocket_managed_conn.go30 func (rtm *RTM) ManageConnection() {
231 func (rtm *RTM) handleEvents() {
275 func (rtm *RTM) handleIncomingEvents() {
283 func (rtm *RTM) sendWithDeadline(msg interface{}) error {
299 func (rtm *RTM) sendOutgoingMessage(msg OutgoingMessage) {
324 func (rtm *RTM) ping() error {
339 func (rtm *RTM) receiveIncomingEvent() error {
382 func (rtm *RTM) handleRawEvent(rawEvent json.RawMessage) string {
409 func (rtm *RTM) handleAck(event json.RawMessage) {
435 func (rtm *RTM) handlePong(event json.RawMessage) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/nlopes/slack/
H A Dwebsocket_managed_conn.go26 func (rtm *RTM) ManageConnection() {
156 func (rtm *RTM) handleEvents(keepRunning chan bool, interval time.Duration) {
193 func (rtm *RTM) handleIncomingEvents(keepRunning <-chan bool) {
206 func (rtm *RTM) sendWithDeadline(msg interface{}) error {
222 func (rtm *RTM) sendOutgoingMessage(msg OutgoingMessage) {
248 func (rtm *RTM) ping() error {
264 func (rtm *RTM) receiveIncomingEvent() {
291 func (rtm *RTM) handleRawEvent(rawEvent json.RawMessage) {
311 func (rtm *RTM) handleAck(event json.RawMessage) {
328 func (rtm *RTM) handlePong(event json.RawMessage) {
[all …]
H A Dwebsocket.go21 type RTM struct { struct
61 func (rtm *RTM) Disconnect() error { argument
70 func (rtm *RTM) Reconnect() error { argument
79 func (rtm *RTM) GetInfo() *Info { argument
86 func (rtm *RTM) SendMessage(msg *OutgoingMessage) { argument
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_type.cpp897 return RTM.ELEMENT_TYPE_STAR; in axis_step_type()
1025 return RTM.TEXT_TYPE_STAR; in axis_step_type()
1028 return RTM.PI_TYPE_STAR; in axis_step_type()
1066 return RTM.TEXT_TYPE_STAR; in axis_step_type()
1069 return RTM.PI_TYPE_STAR; in axis_step_type()
1137 return RTM.EMPTY_TYPE; in axis_step_type()
1152 return RTM.TEXT_TYPE_STAR; in axis_step_type()
1155 return RTM.PI_TYPE_STAR; in axis_step_type()
1170 return RTM.NONE_TYPE; in axis_step_type()
1175 return RTM.NONE_TYPE; in axis_step_type()
[all …]
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/nlopes/slack/
H A Drtm.go77 type RTMOption func(*RTM)
82 return func(rtm *RTM) {
90 return func(rtm *RTM) {
97 return func(rtm *RTM) {
105 func (api *Client) NewRTM(options ...RTMOption) *RTM {
106 result := &RTM{
133 func (api *Client) NewRTMWithOptions(options *RTMOptions) *RTM {
H A Dwebsocket_managed_conn.go27 func (rtm *RTM) ManageConnection() {
198 func (rtm *RTM) handleEvents(keepRunning chan bool) {
244 func (rtm *RTM) handleIncomingEvents(keepRunning <-chan bool) {
259 func (rtm *RTM) sendWithDeadline(msg interface{}) error {
275 func (rtm *RTM) sendOutgoingMessage(msg OutgoingMessage) {
301 func (rtm *RTM) ping() error {
316 func (rtm *RTM) receiveIncomingEvent() error {
347 func (rtm *RTM) handleRawEvent(rawEvent json.RawMessage) string {
374 func (rtm *RTM) handleAck(event json.RawMessage) {
400 func (rtm *RTM) handlePong(event json.RawMessage) {
[all …]
H A Dwebsocket.go22 type RTM struct { struct
71 func (rtm *RTM) Disconnect() error { argument
96 func (rtm *RTM) GetInfo() *Info { argument
103 func (rtm *RTM) SendMessage(msg *OutgoingMessage) { argument
112 func (rtm *RTM) resetDeadman() { argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp124 const RISCVTargetMachine &RTM = static_cast<const RISCVTargetMachine &>(TM); in getTailPaddingForPreciseBounds() local
125 return RISCVCompressedCap::getRequiredTailPadding(Size, RTM.IsRV64()); in getTailPaddingForPreciseBounds()
134 const RISCVTargetMachine &RTM = static_cast<const RISCVTargetMachine &>(TM); in getAlignmentForPreciseBounds() local
135 return RISCVCompressedCap::getRequiredAlignment(Size, RTM.IsRV64()); in getAlignmentForPreciseBounds()
140 const RISCVTargetMachine &RTM = static_cast<const RISCVTargetMachine &>(TM); in getCheriCapabilitySize() local
141 return RTM.IsRV64() ? 16 : 8; in getCheriCapabilitySize()
/dports/textproc/py-python-docx/python-docx-0.8.11/docx/opc/
H A Doxml.py14 from .constants import NAMESPACE as NS, RELATIONSHIP_TARGET_MODE as RTM unknown
161 def new(rId, reltype, target, target_mode=RTM.INTERNAL):
170 if target_mode == RTM.EXTERNAL:
171 relationship.set('TargetMode', RTM.EXTERNAL)
205 return self.get('TargetMode', RTM.INTERNAL)
217 target_mode = RTM.EXTERNAL if is_external else RTM.INTERNAL
/dports/textproc/py-python-docx/python-docx-0.8.11/tests/opc/
H A Dtest_oxml.py7 from docx.opc.constants import RELATIONSHIP_TARGET_MODE as RTM unknown
51 assert rel.target_mode == RTM.INTERNAL
56 ('rId9', 'ReLtYpE', 'bar/foo.xml', RTM.INTERNAL),
57 ('rId9', 'ReLtYpE', 'http://some/link', RTM.EXTERNAL),
65 if target_mode == RTM.EXTERNAL:
66 builder = builder.with_target_mode(RTM.EXTERNAL)
/dports/net-im/py-slackclient/python-slackclient-2.1.0/docs-src/
H A Dreal_time_messaging.rst4 Real Time Messaging (RTM)
6 The `Real Time Messaging (RTM) API`_ is a WebSocket-based API that allows you to
11 Most event types supported by the RTM API are also available
16 Connecting to the RTM API
53 If you expect your app to be used on large teams, we recommend starting the RTM client with `rtm.co…
80 RTM Events
91 See `RTM Events <https://api.slack.com/rtm#events>`_ for a complete list of events.
93 Sending messages via the RTM API
125 The RTM API only supports posting messages with `basic formatting <https://api.slack.com/docs/messa…
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dtypemanagerimpl.cpp317 RootTypeManager& RTM = GENV_TYPESYSTEM; in create_named_type() local
319 if (qname->equals(RTM.XS_ANY_TYPE_QNAME.getp())) in create_named_type()
327 else if (qname->equals(RTM.XS_UNTYPED_QNAME.getp())) in create_named_type()
428 RootTypeManager& RTM = GENV_TYPESYSTEM; in create_node_type() local
430 bool untyped = (contType == RTM.UNTYPED_TYPE || in create_node_type()
437 contentType = RTM.ANY_TYPE; in create_node_type()
446 if (contentType == RTM.UNTYPED_TYPE || contentType == RTM.ANY_TYPE) in create_node_type()
460 (contentType != RTM.UNTYPED_TYPE && contentType != RTM.ANY_TYPE)) in create_node_type()
479 contentType != RTM.ANY_SIMPLE_TYPE)) in create_node_type()
510 RTM.STRING_TYPE_ONE, in create_node_type()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/functions/
H A Dfunc_accessors_impl.cpp80 RootTypeManager& RTM = GENV_TYPESYSTEM; in getReturnType() local
84 if (TypeOps::is_subtype(tm, *argType, *RTM.ANY_ATOMIC_TYPE_STAR, loc)) in getReturnType()
116 else if (TypeOps::is_equal(tm, *cType, *RTM.UNTYPED_TYPE)) in getReturnType()
120 else if (TypeOps::is_subtype(tm, *cType, *RTM.ANY_ATOMIC_TYPE_STAR, loc)) in getReturnType()
127 return RTM.ANY_ATOMIC_TYPE_STAR; in getReturnType()

12345678910>>...50