Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akoidan/pychat
/ functions
Functions
1,746 in github.com/akoidan/pychat
⨍
Functions
1,746
◇
Types & classes
427
Function
main
screen_cast_extension/mouse_move/MouseMove/src/main.cpp:6
Method
makeConnection
()
frontend/src/ts/webrtc/message/MessageReceiverPeerConnection.ts:6
Method
mapUriToFile
Returns a File that points to the resource, or null if the resource is not on the local filesystem.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaResourceApi.java:148
Function
markAsReadSentMessages
(responseMessages: MessageP2pDto[])
frontend/src/ts/webrtc/message/MessagePeerConnection.ts:353
Method
markMessageAsRead
(payload: MarkMessageAsRead)
frontend/src/ts/classes/DefaultStore.ts:391
Method
markMessageAsSent
(m: RoomMessagesIds)
frontend/src/ts/classes/DefaultStore.ts:705
Method
markMessageAsSent
(m: number[])
frontend/src/ts/classes/LocalStorage.ts:117
Method
markMessageAsSent
(messagesIds: number[])
frontend/src/ts/classes/DatabaseWrapper.ts:112
Method
markMessagesInCurrentRoomAsRead
(roomId: number, messageIds: number[])
frontend/src/ts/types/types.ts:74
Method
markMessagesInCurrentRoomAsRead
(roomId: number, messageIds: number[])
frontend/src/ts/webrtc/message/MessageTransferHandler.ts:181
Method
markMessagesInCurrentRoomAsRead
(roomId: number, messagesIds: number[])
frontend/src/ts/message_handlers/WsMessageHandler.ts:97
Method
message_to_dto
(message)
backend/chat/tornado/message_creator.py:53
Function
messages
()
frontend/src/ts/webrtc/message/MessagePeerConnection.ts:95
Function
method_wrapper
(f)
backend/chat/tornado/method_dispatcher.py:30
Method
mozCancelFullScreen
()
frontend/src/ts/types/browser.d.ts:11
Method
mozRequestFileSystem
(type: number, size: number, successCallback: FileSystemCallback, errorCallback?: ErrorCallback)
frontend/src/ts/types/browser.d.ts:101
Method
mozRequestFullScreen
()
frontend/src/ts/types/browser.d.ts:111
Method
msCancelFullScreen
()
frontend/src/ts/types/browser.d.ts:9
Method
msRequestFullscreen
()
frontend/src/ts/types/browser.d.ts:109
Method
myId
()
frontend/src/ts/classes/DefaultStore.ts:320
Function
mySubscriberId
()
frontend/src/ts/webrtc/AbstractPeerConnection.ts:67
Function
myoverridenmeta
(name, bases, adict)
backend/chat/models.py:55
Function
new_hget
(instance, *args, **kwargs)
backend/chat/global_redis.py:99
Function
new_hgetall
(instance, *args, **kwargs)
backend/chat/global_redis.py:114
Function
new_read
(instance, *args, **kwargs)
backend/chat/global_redis.py:19
Method
new_read
(new_self, callback=None)
backend/chat/tornado/message_handler.py:106
Function
new_readline
(self, callback=None)
backend/chat/global_redis.py:28
Function
new_smembers
(instance, *args, **kwargs)
backend/chat/global_redis.py:124
Method
notifyCallActive
(param: {connectionId: string | null; opponentWsId: string; roomId: number})
frontend/src/ts/message_handlers/WsHandler.ts:617
Method
notifyOfFlush
(final NativeToJsMessageQueue queue, boolean fromOnlineEvent)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java:354
Method
notify_call_active
(self, in_message)
backend/chat/tornado/message_handler.py:1113
Method
oauth_status
(self)
backend/chat/tornado/http_handler.py:437
Method
offerCall
()
frontend/src/ts/webrtc/call/CallHandler.ts:312
Method
offerCall
(roomId: number, browser: string)
frontend/src/ts/message_handlers/WsHandler.ts:172
Method
offerFile
(roomId: number, browser: string, name: string, size: number, threadId: number | null)
frontend/src/ts/message_handlers/WsHandler.ts:159
Method
offerMessage
(message: OfferMessage)
frontend/src/ts/webrtc/WebRtcApi.ts:141
Method
offer_webrtc_connection
(self, in_message)
backend/chat/tornado/message_handler.py:1084
Method
offer_webrtc_message_connection
(self, in_message)
backend/chat/tornado/message_handler.py:1079
Method
onActivityResult
Called when an activity you launched exits, giving you the requestCode you started it with, the resultCode it returned, and any additional data from i
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:357
Method
onActivityResult
(int requestCode, int resultCode, Intent intent)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:232
Method
onCancel
(DialogInterface dialog)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaDialogsHelper.java:52
Function
onChannelMessage
(event: MessageEvent)
frontend/src/ts/webrtc/AbstractPeerConnection.ts:214
Function
onChannelMessage
(event: MessageEvent)
frontend/src/ts/webrtc/message/MessagePeerConnection.ts:310
Method
onChannelMessage
(event: MessageEvent)
frontend/src/ts/webrtc/file/FileReceiveerPeerConnection.ts:131
Method
onClick
(DialogInterface dialog, int which)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaDialogsHelper.java:46
Method
onClick
(DialogInterface dialog, int which)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:413
Method
onConfigurationChanged
Called by the system when the device configuration changes while your activity is running. @param newConfig The new device configuration
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:386
Method
onConfigurationChanged
Called by the system when the device configuration changes while your activity is running. @param newConfig The new device configuration
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:487
Method
onCreate
Called when the activity is first created.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:104
Method
onCreate
(Bundle savedInstanceState)
frontend/platforms/android/app/src/main/java/org/pychat/MainActivity.java:27
Method
onCreateOptionsMenu
(Menu menu)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:432
Function
onDestroy
()
frontend/src/ts/webrtc/BaseTransferHandler.ts:49
Method
onDestroy
The final call you receive before your activity is destroyed.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:175
Method
onDestroy
The final call you receive before your activity is destroyed.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:311
Method
onDispatchKeyEvent
(KeyEvent event)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:574
Method
onExceededDatabaseQuota
Handle database quota exceeded notification.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:144
Method
onFileReaderLoad
(e: ProgressEvent<FileReader>)
frontend/src/ts/webrtc/file/FileSenderPeerConnection.ts:140
Method
onFocus
()
frontend/src/ts/classes/MainWindow.ts:27
Method
onFocusOut
()
frontend/src/ts/classes/MainWindow.ts:32
Method
onGeolocationPermissionsShowPrompt
(String origin, Callback callback)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:153
Method
onHideCustomView
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:180
Method
onJsAlert
Tell the client to display a javascript alert dialog.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:80
Method
onJsConfirm
Tell the client to display a confirm dialog to the user.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:97
Method
onJsPrompt
Tell the client to display a prompt dialog to the user. If the client returns true, WebView will assume that the client will handle the prompt dialog
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:120
Method
onKey
(DialogInterface dialog, int keyCode, KeyEvent event)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaDialogsHelper.java:58
Method
onMessage
Called when a message is sent to plugin. @param id The message id @param data The message data @return Object to sto
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:208
Method
onMessage
(String id, Object data)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:211
Method
onMessage
(String id, Object data)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaInterfaceImpl.java:94
Function
onMessageFromNative
(msg)
frontend/platforms/android/platform_www/cordova.js:1476
Function
onMessageFromNative
(msg)
frontend/platforms/android/platform_www/cordova-js-src/platform.js:86
Function
onMessageFromNative
(msg)
frontend/platforms/android/app/src/main/assets/www/cordova.js:1476
Function
onMessageFromNative
(msg)
frontend/platforms/android/app/src/main/assets/www/cordova-js-src/platform.js:86
Method
onNativeToJsMessageAvailable
(NativeToJsMessageQueue queue)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java:288
Method
onNativeToJsMessageAvailable
(final NativeToJsMessageQueue queue)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java:302
Method
onNativeToJsMessageAvailable
(final NativeToJsMessageQueue queue)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java:342
Method
onNativeToJsMessageAvailable
(final NativeToJsMessageQueue queue)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java:372
Method
onNavigationAttempt
(String url)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:620
Method
onNewIntent
(Intent intent)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:441
Method
onNewIntent
Called when the activity receives a new intent.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:169
Method
onNewIntent
Called when the activity receives a new intent
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:252
Method
onNewIntent
Called when the activity receives a new intent.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/PluginManager.java:324
Method
onOptionsItemSelected
(MenuItem item)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:448
Method
onOverrideUrlLoading
Called when the URL of the webview changes. @param url The URL that is being changed to. @return Return false to allow
frontend/platforms/android/CordovaLib/src/org/apache/cordova/PluginManager.java:448
Method
onPageFinished
Notify the host application that a page has finished loading. This method is called only for main frame. When onPageFinished() is called, the renderin
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java:156
Method
onPageFinishedLoading
(String url)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:541
Method
onPageStarted
(String newUrl)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:519
Method
onPageStarted
Notify the host application that a page has started loading. This method is called once for each main frame load so a page with iframes or framesets w
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java:139
Method
onPause
Called when the system is about to start resuming a previous activity.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:236
Method
onPermissionRequest
(final PermissionRequest request)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebChromeClient.java:261
Method
onPrepareOptionsMenu
(Menu menu)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:440
Method
onReceive
(Context context, Intent intent)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CoreAndroid.java:294
Method
onReceive
(Context context, Intent intent)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewEngine.java:214
Method
onReceivedClientCertRequest
Called when he system received an SSL client certificate request. Plugin can use the supplied ClientCertRequest to process this certificate challenge
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:377
Method
onReceivedClientCertRequest
On received client cert request. The method forwards the request to any running plugins before using the default implementation. @param view @param r
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java:115
Method
onReceivedError
(int errorCode, String description, String failingUrl)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:527
Method
onReceivedError
Report an error to the host application. These errors are unrecoverable (i.e. the main resource is unavailable). The errorCode parameter corresponds t
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java:188
Method
onReceivedHttpAuthRequest
Called when the system received an HTTP authentication request. Plugin can use the supplied HttpAuthHandler to process this auth challenge. @param vi
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:363
Method
onReceivedHttpAuthRequest
On received http auth request. The method reacts on all registered authentication tokens. There is one and only one authentication token for any host
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java:87
Method
onReceivedSslError
Notify the host application that an SSL error occurred while loading a resource. The host application must call either handler.cancel() or handler.pro
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java:223
Method
onRequestPermissionResult
(int requestCode, String[] permissions, int[] grantResults)
frontend/plugins/cordova-plugin-android-permissions/src/android/com/android/plugins/Permissions.java:66
← previous
next →
1,301–1,400 of 1,746, ranked by callers