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
↓ 1 callers
Method
destroyPeerFileConnection
(connId: string, content: any, opponentWsId: string)
frontend/src/ts/message_handlers/WsHandler.ts:206
↓ 1 callers
Method
displayError
Display an error dialog and optionally exit application.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaActivity.java:402
↓ 1 callers
Function
each
(objects, func, context)
frontend/platforms/android/platform_www/cordova.js:542
↓ 1 callers
Function
each
(objects, func, context)
frontend/platforms/android/app/src/main/assets/www/cordova.js:542
↓ 1 callers
Method
edit_message_edit
(self, data, message)
backend/chat/tornado/message_handler.py:793
↓ 1 callers
Method
enableRemoteDebugging
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewEngine.java:224
↓ 1 callers
Method
encodeAsMessage
(StringBuilder sb)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java:480
↓ 1 callers
Method
encodeAsMessageHelper
(StringBuilder sb, PluginResult pluginResult)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/NativeToJsMessageQueue.java:441
↓ 1 callers
Function
encodePTags
(html: string, tags: Record<string, number> | null, store: DefaultStore)
frontend/src/ts/utils/htmlApi.ts:206
↓ 1 callers
Method
encodeSmileys
(html: string)
frontend/src/ts/utils/smileys.ts:110
↓ 1 callers
Method
encodeSmileysSync
(html: string)
frontend/src/ts/utils/smileys.ts:115
↓ 1 callers
Function
encodeTags
(html: string, tags: Record<string, number> | null, store: DefaultStore)
frontend/src/ts/utils/htmlApi.ts:221
↓ 1 callers
Method
error
Helper for error callbacks that just returns the Status.ERROR by default @param message The message to add to the error result.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CallbackContext.java:121
↓ 1 callers
Method
execute
Executes the request. This method is called from the WebView thread. To do a non-trivial amount of work, use: cordova.getThreadPool().execute(run
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:96
↓ 1 callers
Method
exitApp
Exit the Android application.
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CoreAndroid.java:278
↓ 1 callers
Method
exposeJsInterface
(WebView webView, CordovaBridge bridge)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewEngine.java:234
↓ 1 callers
Function
extractParamName
(callee, argIndex)
frontend/platforms/android/platform_www/cordova.js:394
↓ 1 callers
Function
extractParamName
(callee, argIndex)
frontend/platforms/android/app/src/main/assets/www/cordova.js:394
↓ 1 callers
Method
extractRealProjectNameFromManifest
()
frontend/platforms/android/cordova/lib/builders/ProjectBuilder.js:182
↓ 1 callers
Method
fetchBuildResults
(build_type, arch)
frontend/platforms/android/cordova/lib/builders/ProjectBuilder.js:372
↓ 1 callers
Function
findAndroidLaunchModePreference
* Gets and validates 'AndroidLaunchMode' prepference from config.xml. Returns * preference value and warns if it doesn't seems to be valid * * @p
frontend/platforms/android/cordova/lib/prepare.js:722
↓ 1 callers
Function
findCordovaPath
()
frontend/platforms/android/platform_www/cordova.js:1688
↓ 1 callers
Function
findCordovaPath
()
frontend/platforms/android/app/src/main/assets/www/cordova.js:1688
↓ 1 callers
Method
findOutputBundles
(build_type)
frontend/platforms/android/cordova/lib/builders/ProjectBuilder.js:368
↓ 1 callers
Function
find_old_entry
(alt)
backend/migrations/0006_smileys_20171231_0400.py:18
↓ 1 callers
Method
finishLoadingSmileys
()
frontend/src/ts/classes/DefaultStore.ts:401
↓ 1 callers
Method
fireJavascriptEvent
Send an event to be fired on the Javascript side. @param action The name of the event to be fired
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CoreAndroid.java:54
↓ 1 callers
Method
flush
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ICordovaCookieManager.java:32
↓ 1 callers
Method
from_dto
(cls, dto)
backend/chat/models.py:265
↓ 1 callers
Method
generateBridgeSecret
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaBridge.java:117
↓ 1 callers
Method
generate_self_id
When user opens new tab in browser wsHandler.wsConnectionId stores Id of current ws So if ws loses a connection it still can reconnect with same
backend/chat/tornado/tornado_handler.py:100
↓ 1 callers
Method
generate_user_profile
(self, token)
backend/chat/socials.py:37
↓ 1 callers
Method
getActivity
()
frontend/platforms/android/cordova/lib/AndroidManifest.js:62
↓ 1 callers
Method
getActivity
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaInterfaceImpl.java:84
↓ 1 callers
Method
getAllTree
()
frontend/src/ts/classes/DatabaseWrapper.ts:359
↓ 1 callers
Method
getAndRemoveCallback
Retrieves and removes a callback stored in the map using the mapped request code obtained from registerCallback() @param mappedId The request co
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CallbackMap.java:60
↓ 1 callers
Method
getAuthenticationToken
Gets the authentication token. In order it tries: 1- host + realm 2- host 3- realm 4- no host, no realm @param host @param realm @return the authen
frontend/platforms/android/CordovaLib/src/org/apache/cordova/engine/SystemWebViewClient.java:290
↓ 1 callers
Method
getChannels
(dbChannels: ChannelDB[])
frontend/src/ts/classes/DatabaseWrapper.ts:535
↓ 1 callers
Function
getChromeVersion
()
frontend/src/ts/utils/pureFunctions.ts:29
↓ 1 callers
Method
getContext
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebViewImpl.java:356
↓ 1 callers
Method
getCookie
(final String url)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ICordovaCookieManager.java:28
↓ 1 callers
Method
getCookieManager
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebView.java:134
↓ 1 callers
Method
getCountryCode
()
frontend/src/ts/message_handlers/WsHandler.ts:153
↓ 1 callers
Method
getDataUriMimeType
(Uri uri)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaResourceApi.java:406
↓ 1 callers
Function
getDay
(dateObj: Date)
frontend/src/ts/utils/pureFunctions.ts:159
↓ 1 callers
Method
getDesktopShareFromExtension
()
frontend/src/ts/webrtc/call/CallHandler.ts:134
↓ 1 callers
Method
getDisplayMedia
(constraints: MediaStreamConstraints)
frontend/src/ts/types/browser.d.ts:70
↓ 1 callers
Method
getFileIdsFromMessage
(storeMessage: MessageModel)
frontend/src/ts/message_handlers/WsMessageHandler.ts:393
↓ 1 callers
Function
getFlag
(flag: string)
frontend/src/ts/utils/flags.ts:452
↓ 1 callers
Method
getGiphiesFromMessage
(storeMessage: MessageModel)
frontend/src/ts/message_handlers/WsMessageHandler.ts:381
↓ 1 callers
Method
getHandler
(message: DefaultInMessage<A, H>)
frontend/src/ts/types/messages/baseMessagesInterfaces.ts:113
↓ 1 callers
Method
getHash
(str: string, seed = 0)
frontend/src/ts/utils/removeme.ts:68
↓ 1 callers
Function
getInstallTarget
(runOptions)
frontend/platforms/android/cordova/lib/run.js:26
↓ 1 callers
Method
getJSONArray
(int index)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaArgs.java:52
↓ 1 callers
Method
getKeyTypes
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ICordovaClientCertRequest.java:42
↓ 1 callers
Method
getLoggerStyle
(name: string, style: string)
frontend/src/ts/utils/removeme.ts:167
↓ 1 callers
Method
getMessageSender
(roomId: number)
frontend/src/ts/message_handlers/MessageSenderProxy.ts:37
↓ 1 callers
Method
getMimeType
(Uri uri)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaResourceApi.java:174
↓ 1 callers
Function
getMissingIds
(roomId: number, store: DefaultStore)
frontend/src/ts/utils/pureFunctions.ts:76
↓ 1 callers
Method
getPassword
Gets the password. @return the password
frontend/platforms/android/CordovaLib/src/org/apache/cordova/AuthenticationToken.java:52
↓ 1 callers
Function
getPlayBack
(event: unknown)
frontend/src/ts/sw.ts:166
↓ 1 callers
Method
getPluginEntries
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ConfigXmlParser.java:44
↓ 1 callers
Method
getPreferences
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ConfigXmlParser.java:40
↓ 1 callers
Method
getPrincipals
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ICordovaClientCertRequest.java:52
↓ 1 callers
Method
getProfileModel
(dbProfile: ProfileDB)
frontend/src/ts/classes/DatabaseWrapper.ts:563
↓ 1 callers
Function
getRoom
(r: RoomNoUsersDto)
frontend/src/ts/types/converters.ts:88
↓ 1 callers
Method
getRooms
( dbRooms: RoomDB[], dbRoomUsers: RoomUsersDB[], dbTags: TagDB[], dbMessages: MessageDB[],
frontend/src/ts/classes/DatabaseWrapper.ts:424
↓ 1 callers
Method
getString
(String name, String defaultValue)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPreferences.java:92
↓ 1 callers
Function
getSubscriptionId
(pushSubscription: any)
frontend/src/ts/sw.ts:150
↓ 1 callers
Function
getTime
(time: string)
frontend/src/ts/utils/htmlApi.ts:419
↓ 1 callers
Method
getTrack
(kind: VideoType)
frontend/src/ts/webrtc/call/CallHandler.ts:247
↓ 1 callers
Function
getTrackLog
(m: MediaStreamTrack | null)
frontend/src/ts/utils/pureFunctions.ts:45
↓ 1 callers
Function
getUniqueTagId
()
frontend/src/ts/utils/htmlApi.ts:267
↓ 1 callers
Method
getUserName
Gets the user name. @return the user name
frontend/platforms/android/CordovaLib/src/org/apache/cordova/AuthenticationToken.java:33
↓ 1 callers
Method
getUsers
(dbUsers: UserDB[])
frontend/src/ts/classes/DatabaseWrapper.ts:514
↓ 1 callers
Method
get_accept_file_message
(self, connection_id, content)
backend/chat/tornado/message_creator.py:279
↓ 1 callers
Method
get_client_ip
(self)
backend/chat/tornado/tornado_handler.py:264
↓ 1 callers
Method
get_close_file_sender_message
(self, connection_id)
backend/chat/tornado/message_creator.py:273
↓ 1 callers
Method
get_facebook_user
(self, user_id)
backend/chat/socials.py:169
↓ 1 callers
Function
get_message_images_videos
(messages)
backend/chat/utils.py:236
↓ 1 callers
Function
get_message_tags
(messages)
backend/chat/utils.py:245
↓ 1 callers
Method
get_oauth_identifier
(self, token)
backend/chat/socials.py:119
↓ 1 callers
Method
get_oauth_identifier
(self, token)
backend/chat/socials.py:146
↓ 1 callers
Method
get_oauth_session
(session_id, username, is_new)
backend/chat/tornado/message_creator.py:213
↓ 1 callers
Method
get_online_and_status_from_redis
:rtype : (bool, list)
backend/chat/tornado/message_handler.py:173
↓ 1 callers
Method
get_user_name
(self, email, name, surname)
backend/chat/socials.py:51
↓ 1 callers
Method
get_user_settings
(up)
backend/chat/tornado/message_creator.py:71
↓ 1 callers
Method
get_values_from_redis
(self)
backend/chat/management/commands/get_all_sessions.py:14
↓ 1 callers
Method
groupMessagesIdsByStatus
(messages: MessageModelDto[], predicate: (m: MessageModelDto) => boolean)
frontend/src/ts/message_handlers/WsMessageHandler.ts:510
↓ 1 callers
Method
growlErrorRaw
(html: string)
frontend/src/ts/classes/DefaultStore.ts:1042
↓ 1 callers
Method
handleDestroy
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebView.java:68
↓ 1 callers
Method
handleEndTag
(XmlPullParser xml)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ConfigXmlParser.java:121
↓ 1 callers
Method
handleMessage
(data: DefaultWsInMessage<string, HandlerName>)
frontend/src/ts/message_handlers/WsMessageProcessor.ts:19
↓ 1 callers
Method
handleOpenForRead
Called to handle CordovaResourceApi.openForRead() calls for a cdvplugin://pluginId/ URL. Should never return null. Added in cordova-android@4.0.0
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaPlugin.java:317
↓ 1 callers
Method
handlePause
(boolean keepRunning)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebView.java:58
↓ 1 callers
Function
handlePluginsObject
(path, moduleList, finishPluginLoading)
frontend/platforms/android/platform_www/cordova.js:1669
↓ 1 callers
Function
handlePluginsObject
(path, moduleList, finishPluginLoading)
frontend/platforms/android/app/src/main/assets/www/cordova.js:1669
↓ 1 callers
Method
handleResume
(boolean keepRunning)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebView.java:62
↓ 1 callers
Method
handleStart
()
frontend/platforms/android/CordovaLib/src/org/apache/cordova/CordovaWebView.java:64
↓ 1 callers
Method
handleStartTag
(XmlPullParser xml)
frontend/platforms/android/CordovaLib/src/org/apache/cordova/ConfigXmlParser.java:91
← previous
next →
501–600 of 1,746, ranked by callers