MCPcopy Create free account

hub / github.com/cotestatnt/esp-fs-webserver / functions

Functions518 in github.com/cotestatnt/esp-fs-webserver

FunctioncJSON_CreateFloatArray
src/json/cJSON.c:2646
FunctioncJSON_CreateIntArray
Create Arrays: */
src/json/cJSON.c:2606
FunctioncJSON_CreateObjectReference
src/json/cJSON.c:2545
FunctioncJSON_CreateStringArray
src/json/cJSON.c:2726
FunctioncJSON_CreateStringReference
src/json/cJSON.c:2533
FunctioncJSON_DeleteItemFromArray
src/json/cJSON.c:2289
FunctioncJSON_DeleteItemFromObject
src/json/cJSON.c:2308
FunctioncJSON_GetArrayItem
src/json/cJSON.c:1926
FunctioncJSON_GetArraySize
Get Array size/item / object item. */
src/json/cJSON.c:1884
FunctioncJSON_GetErrorPtr
src/json/cJSON.c:94
FunctioncJSON_GetNumberValue
src/json/cJSON.c:109
FunctioncJSON_GetStringValue
src/json/cJSON.c:99
FunctioncJSON_HasObjectItem
src/json/cJSON.c:1978
FunctioncJSON_InsertItemInArray
Replace array/object items with new ones. */
src/json/cJSON.c:2319
FunctioncJSON_IsFalse
src/json/cJSON.c:2967
FunctioncJSON_IsInvalid
src/json/cJSON.c:2957
FunctioncJSON_IsNull
src/json/cJSON.c:2997
FunctioncJSON_IsRaw
src/json/cJSON.c:3047
FunctioncJSON_Minify
src/json/cJSON.c:2909
FunctioncJSON_ParseWithLength
src/json/cJSON.c:1227
FunctioncJSON_PrintBuffered
src/json/cJSON.c:1312
FunctioncJSON_PrintPreallocated
src/json/cJSON.c:1343
FunctioncJSON_ReplaceItemInArray
src/json/cJSON.c:2402
FunctioncJSON_ReplaceItemInObject
src/json/cJSON.c:2435
FunctioncJSON_ReplaceItemInObjectCaseSensitive
src/json/cJSON.c:2440
FunctioncJSON_SetNumberHelper
don't ask me, but the original cJSON_SetNumberValue returns an integer or double */
src/json/cJSON.c:411
FunctioncJSON_Version
src/json/cJSON.c:124
FunctioncJSON_malloc
src/json/cJSON.c:3182
FunctioncheckAndCreateTables
examples/mysqlRFID/mysql_impl.h:83
MethodcheckForUnsupportedPath
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
MethodclearAll
src/FSWebServer.h:538
MethodclearConfigFile
* Clear the saved configuration options by removing config.json. * Returns true if the file was removed or did not exist. */
src/FSWebServer.h:531
MethodclientDisconnect
* Disconnect an client * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsServer.cpp:504
MethodclientDisconnect
* Disconnect an client * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsClient.cpp:470
MethodclientIsConnected
* get client state * @param client WSclient_t * ptr to the client struct * @return true = conneted */
src/websocket/WebSocketsClient.cpp:517
MethodconfigureEIOping
src/websocket/SocketIOclient.cpp:65
MethodconnectFailedCb
src/websocket/WebSocketsClient.cpp:852
MethodconnectWithParams
src/WiFiService.cpp:126
MethodconvertV1Option
* @brief Convert a single v1 option to v2 element */
src/ConfigUpgrader.hpp:511
MethodcopyFile
src/ConfigUpgrader.hpp:145
MethodcreateDirFromPath
src/FSWebServer.cpp:788
MethodcreateHeader
* * @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
MethoddecryptPassword
src/CredentialManager.cpp:314
FunctiondeleteAll
()
examples/csvLogger/data/assets/js/index.js:42
FunctiondeleteAll
()
examples/csvLoggerSD/data/assets/js/index.js:42
FunctiondeleteAll
()
examples/esp32-cam/data/www/app.js:71
MethoddeleteContent
src/FSWebServer.cpp:1176
MethoddisableHeartbeat
* disable ping/pong heartbeat process */
src/websocket/WebSocketsServer.cpp:840
MethoddisableHeartbeat
* disable ping/pong heartbeat process */
src/websocket/WebSocketsClient.cpp:889
Methoddisconnect
* disconnect all clients */
src/websocket/WebSocketsServer.cpp:313
Methoddisconnect
* disconnect one client * @param num uint8_t client id */
src/websocket/WebSocketsClient.cpp:373
MethoddropNativeClient
* Discard a native client * @param client WSclient_t * ptr to the client struct contaning the native client "->tcp" */
src/websocket/WebSocketsServer.cpp:487
MethodenableFsCodeEditor
Backward compatibility method
src/FSWebServer.h:369
MethodenableHeartbeat
* 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
MethodenableHeartbeat
* 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
MethodenableHeartbeat
* 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
MethodencryptPassword
src/CredentialManager.cpp:267
MethodensureActiveSection
Ensure there is an open section to which options can be added
src/SetupConfig.hpp:91
MethodensureDirectory
src/ConfigUpgrader.hpp:141
MethodescapeJson
* @brief Escape special characters for JSON */
src/ConfigUpgrader.hpp:317
MethodexecHttpHeaderValidation
* 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
FunctionexpandCollapse
()
examples/handleFormData/data/myScript.js:2
MethodfinalizeSectionsToRoot
Finalize any open section and attach sections array to root document
src/SetupConfig.hpp:115
MethodfindElementByLabel
src/SetupConfig.hpp:137
MethodfreeSetupConfigurator
Free setup configurator memory (will be recreated lazily if needed)
src/FSWebServer.h:215
MethodgenerateId
* @brief Generate valid ID from label */
src/ConfigUpgrader.hpp:298
MethodgetBool
src/Json.cpp:323
MethodgetConfigFile
* Get reference to current config.json file */
src/FSWebServer.h:522
MethodgetCredentialCount
* @brief Get number of stored credentials * @return Credential count */
src/CredentialManager.h:115
MethodgetDropdownSelection
Update a dropdown definition's selectedIndex from persisted config
src/FSWebServer.h:616
MethodgetDropdownSelection
Update a dropdown definition's selectedIndex from persisted config Returns true if a matching value was found */
src/SetupConfig.hpp:741
MethodgetIPConfiguration
src/CredentialManager.cpp:239
MethodgetNumber
src/Json.cpp:338
MethodgetOptionValue
src/SetupConfig.hpp:1144
MethodgetPassword
src/CredentialManager.h:131
MethodgetSSID
src/CredentialManager.cpp:198
MethodgetSliderValue
Read slider value back into struct
src/FSWebServer.h:620
MethodgetSliderValue
Read slider value into the provided struct from persisted config Returns true if a value was found */
src/SetupConfig.hpp:853
MethodgetStatus
src/CredentialManager.cpp:63
FunctiongetUpdatedtime
/////////////////////////// NTP Time /////////////////////////////////////
pio_examples/esp32-p4/src/withWebSocket.cpp:65
MethodgetWebSocketServer
src/websocket/WebSocketsServer.h:38
MethodhandleAuthorizationFailed
* 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
MethodhandleCbEvent
src/websocket/SocketIOclient.cpp:188
FunctionhandleCheckHash
This handler will be called from login page to check password
examples/mysqlRFID/webserver_impl.h:170
FunctionhandleCheckHash
This handler will be called from login page to check password
examples/localRFID/webserver.hpp:124
MethodhandleClientData
* Handel incomming data from Client */
src/websocket/WebSocketsServer.cpp:605
MethodhandleClientData
* Handel incomming data from Client */
src/websocket/WebSocketsClient.cpp:546
FunctionhandleGetCode
examples/mysqlRFID/webserver_impl.h:137
FunctionhandleGetCode
examples/localRFID/webserver.hpp:91
FunctionhandleGetLogs
examples/mysqlRFID/webserver_impl.h:48
FunctionhandleGetUsers
examples/mysqlRFID/webserver_impl.h:85
FunctionhandleGetUsers
examples/localRFID/webserver.hpp:45
MethodhandleHBPing
* send heartbeat ping to server in set intervals */
src/websocket/WebSocketsServer.cpp:806
MethodhandleHBPing
* send heartbeat ping to server in set intervals */
src/websocket/WebSocketsClient.cpp:860
MethodhandleHBTimeout
* handle ping/pong heartbeat timeout process * @param client WSclient_t * */
src/websocket/WebSockets.cpp:714
MethodhandleHeader
* 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
MethodhandleHeader
* handle the WebSocket header reading * @param client WSclient_t * ptr to the client struct */
src/websocket/WebSocketsClient.cpp:667
FunctionhandleMainPage
This handler will be called from login page on login succesfull
examples/mysqlRFID/webserver_impl.h:182
FunctionhandleMainPage
This handler will be called from login page on login succesfull
examples/localRFID/webserver.hpp:137
MethodhandleNewClient
* Handle incoming Connection Request */
src/websocket/WebSocketsServer.cpp:566
← previousnext →301–400 of 518, ranked by callers