MCPcopy Create free account

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

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

↓ 1 callersFunctionloadApplicationConfig
/////////////// Load and save application configuration from filesystem ////////////////////
pio_examples/esp32-p4/src/withWebSocket.cpp:92
↓ 1 callersFunctionloadFile
(filename)
examples/csvLogger/data/assets/js/index.js:23
↓ 1 callersFunctionloadFile
(filename)
examples/csvLoggerSD/data/assets/js/index.js:23
↓ 1 callersFunctionloadOptions
/////////////// Load application options from filesystem ////////////////////
examples/mysqlRFID/webserver_impl.h:202
↓ 1 callersMethodloadTable
Loads JSON data from LittleFS file into memory
examples/localRFID/JsonDB.hpp:15
↓ 1 callersFunctionmbedtls_aes_setkey_dec
src/compat/mbedtls_aes.h:42
↓ 1 callersFunctionmbedtls_aes_setkey_enc
src/compat/mbedtls_aes.h:33
↓ 1 callersMethodmigrateLegacySetupStorage
src/ConfigUpgrader.hpp:92
↓ 1 callersFunctionminify_string
src/json/cJSON.c:2887
↓ 1 callersFunctionmyInterval
(val)
examples/esp32-cam/data/www/app.js:6
↓ 1 callersFunctionparseMessage
* Parse messages receveid via websocket
examples/gpio_list/data/script.js:50
↓ 1 callersFunctionparse_array
Build an array from input text. */
src/json/cJSON.c:1492
↓ 1 callersFunctionparse_number
Parse the input text to generate a number, and populate the result into item. */
src/json/cJSON.c:307
↓ 1 callersFunctionparse_object
Build an object from the text. */
src/json/cJSON.c:1652
↓ 1 callersFunctionpopulate
* Gets the users input and creates * a set of tables from it.
examples/csvLogger/data/assets/js/csv.js:159
↓ 1 callersFunctionpopulate
* Gets the users input and creates * a set of tables from it.
examples/csvLoggerSD/data/assets/js/csv.js:159
↓ 1 callersMethodprintFileList
src/FSWebServer.cpp:601
↓ 1 callersFunctionprint_array
Render an array to text */
src/json/cJSON.c:1590
↓ 1 callersFunctionprint_number
Render the number nicely from the given item into a string. */
src/json/cJSON.c:591
↓ 1 callersFunctionprint_object
Render an object to text. */
src/json/cJSON.c:1770
↓ 1 callersFunctionprint_string
Invoke print_string_ptr (which is useful) on an item. */
src/json/cJSON.c:1071
↓ 1 callersMethodremoveCredential
src/CredentialManager.cpp:124
↓ 1 callersMethodrun
src/FSWebServer.h:302
↓ 1 callersFunctionsaveTable
(filename, text)
examples/csvLoggerSD/data/assets/js/csv.js:69
↓ 1 callersMethodscanNetworks
src/WiFiService.cpp:71
↓ 1 callersFunctionsendCommand
* Send data "cmds" to ESP
examples/gpio_list/data/script.js:37
↓ 1 callersFunctionserializeArray
src/Json.cpp:52
↓ 1 callersFunctionserializeNumber
src/Json.cpp:105
↓ 1 callersFunctionserializeObject
src/Json.cpp:76
↓ 1 callersMethodsetFilesystem
Attach a filesystem instance used for persisting credentials on ESP8266. This must be called before saveToFS()/loadFromFS().
src/CredentialManager.cpp:413
↓ 1 callersFunctionskip_multiline_comment
src/json/cJSON.c:2873
↓ 1 callersFunctionskip_oneline_comment
src/json/cJSON.c:2860
↓ 1 callersFunctionskip_utf8_bom
skip the UTF-8 BOM (byte order mark) if it is at the beginning of a buffer */
src/json/cJSON.c:1111
↓ 1 callersFunctionstartFilesystem
/////////////////////////// Filesystem /////////////////////////////////////////
pio_examples/esp32-p4/src/withWebSocket.cpp:78
↓ 1 callersMethodstartMDNSResponder
src/FSWebServer.cpp:992
↓ 1 callersMethodupdateCredential
src/CredentialManager.cpp:152
↓ 1 callersMethodupdate_first
src/FSWebServer.cpp:886
↓ 1 callersMethodupdate_second
the request handler is triggered after the upload has finished... create the response, add header, and send response
src/FSWebServer.cpp:935
↓ 1 callersMethodupgrade
* @brief Check if upgrade is needed and perform it * @param outputFile Optional: save upgraded config to different file * @return true if up
src/ConfigUpgrader.hpp:28
↓ 1 callersFunctionutf16_literal_to_utf8
converts a UTF-16 literal to UTF-8 * A literal can be one or two sequences of the form \uXXXX */
src/json/cJSON.c:698
↓ 1 callersFunctionws_connect
* Start a websocket client and set event callback functions
examples/gpio_list/data/script.js:14
Function$
(el)
examples/gpio_list/data/script.js:7
MethodConfigUpgrader
src/ConfigUpgrader.hpp:18
MethodCredentialManager
src/CredentialManager.cpp:5
MethodFSWebServer
src/FSWebServer.h:227
MethodJson
src/Json.cpp:7
MethodSetupConfigurator
src/SetupConfig.hpp:355
MethodSocketIOclient
src/websocket/SocketIOclient.cpp:12
MethodTableManager
examples/localRFID/JsonDB.hpp:9
MethodWebSocketsClient
src/websocket/WebSocketsClient.cpp:28
MethodWebSocketsServer
src/websocket/WebSocketsServer.cpp:43
MethodWebSocketsServerCore
src/websocket/WebSocketsServer.cpp:28
MethodWiFiConnectParams
src/WiFiService.h:47
MethodacceptKey
* generate the key for Sec-WebSocket-Accept * @param clientKey String * @return String Accept Key */
src/websocket/WebSockets.cpp:534
MethodaddCSS
src/FSWebServer.h:557
MethodaddCSS
src/SetupConfig.hpp:608
MethodaddComment
attach a comment string to an existing option element
src/FSWebServer.h:581
MethodaddComment
* @brief Attach a comment to an existing element by label/tag * Comments are stored inside the element's JSON object under key "comment".
src/SetupConfig.hpp:908
MethodaddDropdownList
src/FSWebServer.h:563
MethodaddDropdownList
Add a new dropdown input element */
src/SetupConfig.hpp:621
MethodaddHTML
src/FSWebServer.h:554
MethodaddHTML
src/SetupConfig.hpp:593
MethodaddJavascript
src/FSWebServer.h:560
MethodaddJavascript
src/SetupConfig.hpp:613
MethodaddOption
src/SetupConfig.hpp:960
MethodaddOptionBox
Add a new option box with custom label */
src/SetupConfig.hpp:893
MethodaddSlider
src/FSWebServer.h:569
MethodaddSlider
Add a new slider using a static definition that tracks current value */
src/SetupConfig.hpp:794
MethodaddSource
src/SetupConfig.hpp:540
MethodadoptSavedConfigurationAsSessionDoc
src/SetupConfig.hpp:158
MethodapplyPKCS7Padding
src/CredentialManager.cpp:375
Functionbase64_decode_block
src/websocket/libb64/cdecode.c:34
Methodbase64_encode
* base64_encode * @param data uint8_t * * @param length size_t * @return base64 encoded String */
src/websocket/WebSockets.cpp:561
Functionbase64_init_decodestate
src/websocket/libb64/cdecode.c:28
Methodbegin
* called to initialize the Websocket server */
src/websocket/WebSocketsServer.cpp:66
Methodbegin
src/websocket/SocketIOclient.cpp:18
Methodbegin
* calles to init the Websockets server */
src/websocket/WebSocketsClient.cpp:45
MethodbeginSSL
src/websocket/SocketIOclient.cpp:30
MethodbeginSSL
src/websocket/WebSocketsClient.cpp:100
MethodbeginSSLWithCA
src/websocket/SocketIOclient.cpp:42
MethodbeginSocketIO
src/websocket/WebSocketsClient.cpp:148
MethodbeginSocketIOSSL
src/websocket/WebSocketsClient.cpp:158
MethodbeginSocketIOSSLWithCA
src/websocket/WebSocketsClient.cpp:170
MethodbeginSslWithCA
src/websocket/WebSocketsClient.cpp:111
MethodbroadcastPing
* sends a WS ping to all Client * @param payload uint8_t * * @param length size_t * @return true if ping is send out */
src/websocket/WebSocketsServer.cpp:291
MethodbuildSection
* @brief Build a section JSON block */
src/ConfigUpgrader.hpp:494
MethodbuildSetupConfigPayload
src/FSWebServer.cpp:445
MethodbuildSetupCredentialsPayload
src/FSWebServer.cpp:463
MethodbuildSetupStatusPayload
src/FSWebServer.cpp:411
FunctioncJSON_AddArrayToObject
src/json/cJSON.c:2231
FunctioncJSON_AddFalseToObject
src/json/cJSON.c:2159
FunctioncJSON_AddItemReferenceToObject
src/json/cJSON.c:2125
FunctioncJSON_AddItemToObjectCS
Add an item to an object with constant string as key */
src/json/cJSON.c:2110
FunctioncJSON_AddNullToObject
src/json/cJSON.c:2135
FunctioncJSON_AddObjectToObject
src/json/cJSON.c:2219
FunctioncJSON_AddRawToObject
src/json/cJSON.c:2207
FunctioncJSON_AddTrueToObject
src/json/cJSON.c:2147
FunctioncJSON_Compare
src/json/cJSON.c:3057
FunctioncJSON_CreateArrayReference
src/json/cJSON.c:2556
FunctioncJSON_CreateDoubleArray
src/json/cJSON.c:2686
← previousnext →201–300 of 518, ranked by callers