Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cotestatnt/esp-fs-webserver
/ functions
Functions
518 in github.com/cotestatnt/esp-fs-webserver
⨍
Functions
518
◇
Types & classes
27
Function
cJSON_CreateFloatArray
src/json/cJSON.c:2646
Function
cJSON_CreateIntArray
Create Arrays: */
src/json/cJSON.c:2606
Function
cJSON_CreateObjectReference
src/json/cJSON.c:2545
Function
cJSON_CreateStringArray
src/json/cJSON.c:2726
Function
cJSON_CreateStringReference
src/json/cJSON.c:2533
Function
cJSON_DeleteItemFromArray
src/json/cJSON.c:2289
Function
cJSON_DeleteItemFromObject
src/json/cJSON.c:2308
Function
cJSON_GetArrayItem
src/json/cJSON.c:1926
Function
cJSON_GetArraySize
Get Array size/item / object item. */
src/json/cJSON.c:1884
Function
cJSON_GetErrorPtr
src/json/cJSON.c:94
Function
cJSON_GetNumberValue
src/json/cJSON.c:109
Function
cJSON_GetStringValue
src/json/cJSON.c:99
Function
cJSON_HasObjectItem
src/json/cJSON.c:1978
Function
cJSON_InsertItemInArray
Replace array/object items with new ones. */
src/json/cJSON.c:2319
Function
cJSON_IsFalse
src/json/cJSON.c:2967
Function
cJSON_IsInvalid
src/json/cJSON.c:2957
Function
cJSON_IsNull
src/json/cJSON.c:2997
Function
cJSON_IsRaw
src/json/cJSON.c:3047
Function
cJSON_Minify
src/json/cJSON.c:2909
Function
cJSON_ParseWithLength
src/json/cJSON.c:1227
Function
cJSON_PrintBuffered
src/json/cJSON.c:1312
Function
cJSON_PrintPreallocated
src/json/cJSON.c:1343
Function
cJSON_ReplaceItemInArray
src/json/cJSON.c:2402
Function
cJSON_ReplaceItemInObject
src/json/cJSON.c:2435
Function
cJSON_ReplaceItemInObjectCaseSensitive
src/json/cJSON.c:2440
Function
cJSON_SetNumberHelper
don't ask me, but the original cJSON_SetNumberValue returns an integer or double */
src/json/cJSON.c:411
Function
cJSON_Version
src/json/cJSON.c:124
Function
cJSON_malloc
src/json/cJSON.c:3182
Function
checkAndCreateTables
examples/mysqlRFID/mysql_impl.h:83
Method
checkForUnsupportedPath
Checks filename for character combinations that are not supported by FSBrowser (alhtough valid on SPIFFS). Returns an empty String if supported, o
src/FSWebServer.cpp:816
Method
clearAll
src/FSWebServer.h:538
Method
clearConfigFile
* Clear the saved configuration options by removing config.json. * Returns true if the file was removed or did not exist. */
src/FSWebServer.h:531
Method
clientDisconnect
* Disconnect an client * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsServer.cpp:504
Method
clientDisconnect
* Disconnect an client * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsClient.cpp:470
Method
clientIsConnected
* get client state * @param client WSclient_t * ptr to the client struct * @return true = conneted */
src/websocket/WebSocketsClient.cpp:517
Method
configureEIOping
src/websocket/SocketIOclient.cpp:65
Method
connectFailedCb
src/websocket/WebSocketsClient.cpp:852
Method
connectWithParams
src/WiFiService.cpp:126
Method
convertV1Option
* @brief Convert a single v1 option to v2 element */
src/ConfigUpgrader.hpp:511
Method
copyFile
src/ConfigUpgrader.hpp:145
Method
createDirFromPath
src/FSWebServer.cpp:788
Method
createHeader
* * @param buf uint8_t * ptr to the buffer for writing * @param opcode WSopcode_t * @param length size_t length of the payload * @
src/websocket/WebSockets.cpp:93
Method
decryptPassword
src/CredentialManager.cpp:314
Function
deleteAll
()
examples/csvLogger/data/assets/js/index.js:42
Function
deleteAll
()
examples/csvLoggerSD/data/assets/js/index.js:42
Function
deleteAll
()
examples/esp32-cam/data/www/app.js:71
Method
deleteContent
src/FSWebServer.cpp:1176
Method
disableHeartbeat
* disable ping/pong heartbeat process */
src/websocket/WebSocketsServer.cpp:840
Method
disableHeartbeat
* disable ping/pong heartbeat process */
src/websocket/WebSocketsClient.cpp:889
Method
disconnect
* disconnect all clients */
src/websocket/WebSocketsServer.cpp:313
Method
disconnect
* disconnect one client * @param num uint8_t client id */
src/websocket/WebSocketsClient.cpp:373
Method
dropNativeClient
* Discard a native client * @param client WSclient_t * ptr to the client struct contaning the native client "->tcp" */
src/websocket/WebSocketsServer.cpp:487
Method
enableFsCodeEditor
Backward compatibility method
src/FSWebServer.h:369
Method
enableHeartbeat
* enable ping/pong heartbeat process * @param pingInterval uint32_t how often ping will be sent * @param pongTimeout uint32_t millis after which pon
src/websocket/WebSocketsServer.cpp:825
Method
enableHeartbeat
* enable ping/pong heartbeat process * @param pingInterval uint32_t how often ping will be sent * @param pongTimeout uint32_t millis after which pon
src/websocket/WebSocketsClient.cpp:882
Method
enableHeartbeat
* enable ping/pong heartbeat process * @param client WSclient_t * * @param pingInterval uint32_t how often ping will be sent * @param pongTimeout u
src/websocket/WebSockets.cpp:701
Method
encryptPassword
src/CredentialManager.cpp:267
Method
ensureActiveSection
Ensure there is an open section to which options can be added
src/SetupConfig.hpp:91
Method
ensureDirectory
src/ConfigUpgrader.hpp:141
Method
escapeJson
* @brief Escape special characters for JSON */
src/ConfigUpgrader.hpp:317
Method
execHttpHeaderValidation
* Called at client socket connect handshake negotiation time for each http header that is not * a websocket specific http header (not Connection,
src/websocket/WebSocketsServer.h:184
Function
expandCollapse
()
examples/handleFormData/data/myScript.js:2
Method
finalizeSectionsToRoot
Finalize any open section and attach sections array to root document
src/SetupConfig.hpp:115
Method
findElementByLabel
src/SetupConfig.hpp:137
Method
freeSetupConfigurator
Free setup configurator memory (will be recreated lazily if needed)
src/FSWebServer.h:215
Method
generateId
* @brief Generate valid ID from label */
src/ConfigUpgrader.hpp:298
Method
getBool
src/Json.cpp:323
Method
getConfigFile
* Get reference to current config.json file */
src/FSWebServer.h:522
Method
getCredentialCount
* @brief Get number of stored credentials * @return Credential count */
src/CredentialManager.h:115
Method
getDropdownSelection
Update a dropdown definition's selectedIndex from persisted config
src/FSWebServer.h:616
Method
getDropdownSelection
Update a dropdown definition's selectedIndex from persisted config Returns true if a matching value was found */
src/SetupConfig.hpp:741
Method
getIPConfiguration
src/CredentialManager.cpp:239
Method
getNumber
src/Json.cpp:338
Method
getOptionValue
src/SetupConfig.hpp:1144
Method
getPassword
src/CredentialManager.h:131
Method
getSSID
src/CredentialManager.cpp:198
Method
getSliderValue
Read slider value back into struct
src/FSWebServer.h:620
Method
getSliderValue
Read slider value into the provided struct from persisted config Returns true if a value was found */
src/SetupConfig.hpp:853
Method
getStatus
src/CredentialManager.cpp:63
Function
getUpdatedtime
/////////////////////////// NTP Time /////////////////////////////////////
pio_examples/esp32-p4/src/withWebSocket.cpp:65
Method
getWebSocketServer
src/websocket/WebSocketsServer.h:38
Method
handleAuthorizationFailed
* called if a non Authorization connection is coming in. * Note: can be override * @param client WSclient_t * ptr to the client struct
src/websocket/WebSocketsServer.h:149
Method
handleCbEvent
src/websocket/SocketIOclient.cpp:188
Function
handleCheckHash
This handler will be called from login page to check password
examples/mysqlRFID/webserver_impl.h:170
Function
handleCheckHash
This handler will be called from login page to check password
examples/localRFID/webserver.hpp:124
Method
handleClientData
* Handel incomming data from Client */
src/websocket/WebSocketsServer.cpp:605
Method
handleClientData
* Handel incomming data from Client */
src/websocket/WebSocketsClient.cpp:546
Function
handleGetCode
examples/mysqlRFID/webserver_impl.h:137
Function
handleGetCode
examples/localRFID/webserver.hpp:91
Function
handleGetLogs
examples/mysqlRFID/webserver_impl.h:48
Function
handleGetUsers
examples/mysqlRFID/webserver_impl.h:85
Function
handleGetUsers
examples/localRFID/webserver.hpp:45
Method
handleHBPing
* send heartbeat ping to server in set intervals */
src/websocket/WebSocketsServer.cpp:806
Method
handleHBPing
* send heartbeat ping to server in set intervals */
src/websocket/WebSocketsClient.cpp:860
Method
handleHBTimeout
* handle ping/pong heartbeat timeout process * @param client WSclient_t * */
src/websocket/WebSockets.cpp:714
Method
handleHeader
* handles http header reading for WebSocket upgrade * @param client WSclient_t * ///< pointer to the client struct * @param headerLine String ///< t
src/websocket/WebSocketsServer.cpp:653
Method
handleHeader
* handle the WebSocket header reading * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsClient.cpp:667
Function
handleMainPage
This handler will be called from login page on login succesfull
examples/mysqlRFID/webserver_impl.h:182
Function
handleMainPage
This handler will be called from login page on login succesfull
examples/localRFID/webserver.hpp:137
Method
handleNewClient
* Handle incoming Connection Request */
src/websocket/WebSocketsServer.cpp:566
← previous
next →
301–400 of 518, ranked by callers