Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 13 of 13) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/
DREADME.rst87 easy to embed in a custom debug client: you just include the DukLuv executable
322 Using a custom transport
327 custom transport both for the target device and for the debug client.
337 Debug client alternative 1: duk_debug.js + custom TCP proxy
342 custom transport to talk to the target::
344 +--------------+ TCP +-------+ custom +--------+
349 clients too (perhaps custom scripts talking to the target etc).
354 Debug client alternative 2: duk_debug.js + custom NodeJS stream
357 To make ``duk_debug.js`` use a custom transport you need to:
363 * Change ``duk_debug.js`` to use the custom transport instead of a TCP
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/
DREADME.rst87 easy to embed in a custom debug client: you just include the DukLuv executable
322 Using a custom transport
327 custom transport both for the target device and for the debug client.
337 Debug client alternative 1: duk_debug.js + custom TCP proxy
342 custom transport to talk to the target::
344 +--------------+ TCP +-------+ custom +--------+
349 clients too (perhaps custom scripts talking to the target etc).
354 Debug client alternative 2: duk_debug.js + custom NodeJS stream
357 To make ``duk_debug.js`` use a custom transport you need to:
363 * Change ``duk_debug.js`` to use the custom transport instead of a TCP
[all …]
/civetweb-2.7.6/docs/api/
Dmg_send_mime_file2.md22custom header fields can be added as a parameter. Please make sure that these header names begin w…
Dmg_start.md34 As a side effect on Unix systems, SIGCHLD and SIGPIPE signals will be ignored. If custom processing…
Dmg_callbacks.md18 … to be sent to the client. The function allows the application to send a custom error page. The st…
/civetweb-2.7.6/src/third_party/duktape-1.5.2/
DREADME.rst13 Duktape also provides a number of custom features such as error tracebacks,
/civetweb-2.7.6/src/third_party/duktape-1.8.0/
DREADME.rst13 Duktape also provides a number of custom features such as error tracebacks,
/civetweb-2.7.6/examples/_obsolete/docroot/
Djquery.js137 ….cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")…
140 …this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){fu… method in c.fx
141custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:functio…
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dduk_config.h-modular-dll658 /* Avoid custom date parsing and formatting for portability. */
2307 /* For custom platforms allow user to define byteorder explicitly.
2309 * workaround for custom platforms for which endianness detection
2310 * is not directly supported. Perhaps custom hardware is used and
Dduk_config.h-modular-static658 /* Avoid custom date parsing and formatting for portability. */
2307 /* For custom platforms allow user to define byteorder explicitly.
2309 * workaround for custom platforms for which endianness detection
2310 * is not directly supported. Perhaps custom hardware is used and
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dduk_config.h-modular-dll658 /* Avoid custom date parsing and formatting for portability. */
2307 /* For custom platforms allow user to define byteorder explicitly.
2309 * workaround for custom platforms for which endianness detection
2310 * is not directly supported. Perhaps custom hardware is used and
Dduk_config.h-modular-static658 /* Avoid custom date parsing and formatting for portability. */
2307 /* For custom platforms allow user to define byteorder explicitly.
2309 * workaround for custom platforms for which endianness detection
2310 * is not directly supported. Perhaps custom hardware is used and
/civetweb-2.7.6/src/
Dcivetweb.c3782 #error Must either enable filesystems or provide a custom mg_cry_internal_impl implementation
14946 #error Must either enable filesystems or provide a custom log_access implementation