Home
last modified time | relevance | path

Searched refs:gc_connected (Results 1 – 11 of 11) sorted by relevance

/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Dapp.py90 gc_connected = {} # type: Dict[str, Dict[str, bool]] variable
476 if room_jid not in gc_connected[account]:
478 return gc_connected[account][room_jid]
H A Dhelpers.py596 if account and contact.jid in app.gc_connected[account]:
597 if app.gc_connected[account][contact.jid]:
738 if jid in app.gc_connected[account['name']]:
H A Dcontacts.py262 return app.gc_connected[self.account.name][self.jid]
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dremote_control.py452 room_jid in app.gc_connected[account] and \
453 app.gc_connected[account][room_jid]:
459 room_jid in app.gc_connected[account_] and \
460 app.gc_connected[account_][room_jid]:
H A Dgui_menu_builder.py106 if room_jid in app.gc_connected[acct] and \
107 app.gc_connected[acct][room_jid] and \
138 if bookmark.jid not in app.gc_connected[account] or not \
139 app.gc_connected[account][bookmark.jid]:
H A Dgui_interface.py1581 app.gc_connected[account] = {}
1630 del app.gc_connected[account]
2058 app.gc_connected[a] = {}
H A Dgroupchat_control.py1111 return app.gc_connected[self.account][self.room_jid]
1115 app.gc_connected[self.account][self.room_jid] = value
1631 del app.gc_connected[self.account][self.room_jid]
H A Droster_window.py1835 if account in list(app.gc_connected[account].values()):
/dports/net-im/gajim/gajim-gajim-1.3.3/test/lib/
H A Dgajim_mocks.py31 app.gc_connected[account] = {}
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dtooltips.py387 if self.prim_contact.jid not in app.gc_connected[account]:
472 self.prim_contact.jid in app.gc_connected[self.account]):
473 if app.gc_connected[self.account][self.prim_contact.jid]:
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/modules/
H A Dbookmarks.py267 if bookmark.jid not in app.gc_connected[self._account]: