Home
last modified time | relevance | path

Searched refs:DUK_ERR_ERROR (Results 1 – 25 of 130) sorted by relevance

123456

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/game/
H A DScContext.hpp87 duk_error(ctx, DUK_ERR_ERROR, "Invalid options."); in captureImage()
91 duk_error(ctx, DUK_ERR_ERROR, ex.what()); in captureImage()
124 duk_error(ctx, DUK_ERR_ERROR, "Invalid object type."); in getObject()
150 duk_error(ctx, DUK_ERR_ERROR, "Invalid object type."); in getAllObjects()
197 duk_error(ctx, DUK_ERR_ERROR, "Invalid format string."); in formatString()
202 duk_error(ctx, DUK_ERR_ERROR, "Invalid format string."); in formatString()
215 duk_error(ctx, DUK_ERR_ERROR, "Unknown hook type"); in subscribe()
226 duk_error(ctx, DUK_ERR_ERROR, "Not in a plugin context"); in subscribe()
269 duk_error(ctx, DUK_ERR_ERROR, "Unknown action."); in QueryOrExecuteAction()
274 duk_error(ctx, DUK_ERR_ERROR, "Invalid action parameters."); in QueryOrExecuteAction()
[all …]
H A DScConfiguration.hpp158 duk_error(ctx, DUK_ERR_ERROR, "Namespace was invalid."); in getAll()
191 duk_error(ctx, DUK_ERR_ERROR, "Namespace was invalid."); in get()
195 duk_error(ctx, DUK_ERR_ERROR, "Key was invalid."); in get()
227 duk_error(ctx, DUK_ERR_ERROR, "Property does not exist."); in set()
232 duk_error(ctx, DUK_ERR_ERROR, "Invalid value for this property."); in set()
240 duk_error(ctx, DUK_ERR_ERROR, "Namespace was invalid."); in set()
244 duk_error(ctx, DUK_ERR_ERROR, "Key was invalid."); in set()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/network/
H A DScSocket.hpp176 duk_error(ctx, DUK_ERR_ERROR, "Socket has already been created."); in connect()
180 duk_error(ctx, DUK_ERR_ERROR, "Socket is disposed."); in connect()
184 duk_error(ctx, DUK_ERR_ERROR, "Socket is already connecting."); in connect()
188 … duk_error(ctx, DUK_ERR_ERROR, "For security reasons, only connecting to localhost is allowed."); in connect()
201 duk_error(ctx, DUK_ERR_ERROR, e.what()); in connect()
212 duk_error(ctx, DUK_ERR_ERROR, "Socket is disposed."); in end()
225 duk_error(ctx, DUK_ERR_ERROR, "Only sending strings is currently supported."); in end()
236 duk_error(ctx, DUK_ERR_ERROR, "Socket is disposed."); in write()
424 duk_error(ctx, DUK_ERR_ERROR, "Socket is disposed."); in listen()
435 duk_error(ctx, DUK_ERR_ERROR, "Server is already listening."); in listen()
[all …]
H A DScNetwork.cpp230 … duk_error(players.context(), DUK_ERR_ERROR, "Only servers can send private messages."); in sendMessage()
252 duk_error(_context, DUK_ERR_ERROR, "Networking has been disabled."); in createListener()
268 duk_error(_context, DUK_ERR_ERROR, "Networking has been disabled."); in createSocket()
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_error_macros.c50 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_INTERNAL_ERROR); in duk_err_error_internal()
53 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_ALLOC_FAILED); in duk_err_error_alloc_failed()
56 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, message); in duk_err_error()
86 duk__err_shared(thr, DUK_ERR_ERROR); in duk_err_error()
/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_error_macros.c50 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_INTERNAL_ERROR); in duk_err_error_internal()
53 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_ALLOC_FAILED); in duk_err_error_alloc_failed()
56 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, message); in duk_err_error()
86 duk__err_shared(thr, DUK_ERR_ERROR); in duk_err_error()
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_error_macros.c50 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_INTERNAL_ERROR); in duk_err_error_internal()
53 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_ALLOC_FAILED); in duk_err_error_alloc_failed()
56 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, message); in duk_err_error()
86 duk__err_shared(thr, DUK_ERR_ERROR); in duk_err_error()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_error_macros.c50 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_INTERNAL_ERROR); in duk_err_error_internal()
53 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, DUK_STR_ALLOC_FAILED); in duk_err_error_alloc_failed()
56 DUK_ERROR_RAW(thr, filename, linenumber, DUK_ERR_ERROR, message); in duk_err_error()
86 duk__err_shared(thr, DUK_ERR_ERROR); in duk_err_error()
/dports/www/janus/janus-gateway-0.11.6/plugins/
H A Djanus_duktape.c458 duk_push_error_object(ctx, DUK_ERR_ERROR, "Error opening file: %s\n", filename); in janus_duktape_method_readfile()
476 duk_push_error_object(ctx, DUK_ERR_ERROR, "Error reading file: %s\n", filename); in janus_duktape_method_readfile()
582 duk_push_error_object(ctx, DUK_ERR_ERROR, "Session %"SCNu32" doesn't exist", id); in janus_duktape_method_pushevent()
643 duk_push_error_object(ctx, DUK_ERR_ERROR, "Error spawning pushevent thread"); in janus_duktape_method_pushevent()
717 duk_push_error_object(ctx, DUK_ERR_ERROR, "Session %"SCNu32" doesn't exist", id); in janus_duktape_method_closepc()
740 duk_push_error_object(ctx, DUK_ERR_ERROR, "Session %"SCNu32" doesn't exist", id); in janus_duktape_method_endsession()
781 duk_push_error_object(ctx, DUK_ERR_ERROR, "Session %"SCNu32" doesn't exist", id); in janus_duktape_method_configuremedium()
831 duk_push_error_object(ctx, DUK_ERR_ERROR, "Session %"SCNu32" doesn't exist", id); in janus_duktape_method_addrecipient()
879 duk_push_error_object(ctx, DUK_ERR_ERROR, "Session %"SCNu32" doesn't exist", id); in janus_duktape_method_removerecipient()
931 duk_push_error_object(ctx, DUK_ERR_ERROR, "Session %"SCNu32" doesn't exist", id); in janus_duktape_method_setbitrate()
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/thirdparty/dukglue/
H A Ddetail_primitive_types.h104 duk_error(ctx, DUK_ERR_ERROR, e.what());
111 duk_error(ctx, DUK_ERR_ERROR, "DukValue is uninitialized");
116 duk_error(ctx, DUK_ERR_ERROR, "DukValue comes from a different context");
124 duk_error(ctx, DUK_ERR_ERROR, e.what());
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/dukglue/
H A Ddetail_primitive_types.h105 duk_error(ctx, DUK_ERR_ERROR, e.what());
112 duk_error(ctx, DUK_ERR_ERROR, "DukValue is uninitialized");
117 duk_error(ctx, DUK_ERR_ERROR, "DukValue comes from a different context");
125 duk_error(ctx, DUK_ERR_ERROR, e.what());
/dports/lang/duktape-lib/duktape-2.6.0/examples/eventloop/
H A Dsocket.c20 (void) duk_error(ctx, DUK_ERR_ERROR, "%s (errno=%d)", strerror(errno), errno); \
99 (void) duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_create_server_socket()
207 (void) duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_connect()
/dports/lang/duktape/duktape-2.6.0/examples/eventloop/
H A Dsocket.c20 (void) duk_error(ctx, DUK_ERR_ERROR, "%s (errno=%d)", strerror(errno), errno); \
99 (void) duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_create_server_socket()
207 (void) duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_connect()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/examples/eventloop/
H A Dsocket.c20 duk_error(ctx, DUK_ERR_ERROR, "%s (errno=%d)", strerror(errno), errno); \
99 duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_create_server_socket()
207 duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_connect()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/examples/eventloop/
H A Dsocket.c20 duk_error(ctx, DUK_ERR_ERROR, "%s (errno=%d)", strerror(errno), errno); \
99 duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_create_server_socket()
207 duk_error(ctx, DUK_ERR_ERROR, "cannot resolve %s", addr); in socket_connect()
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A DConsole.bnd135 return duk_error(ctx, DUK_ERR_ERROR, "Console.time() takes a string");
161 return duk_error(ctx, DUK_ERR_ERROR, "Console.time() takes a string");
192 duk_idx_t i = duk_push_error_object(ctx, DUK_ERR_ERROR, "Dummy Error");
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scripting/bindings/entity/
H A DScEntity.hpp153 … duk_error(ctx, DUK_ERR_ERROR, "Removing a vehicle is currently unsupported."); in remove()
163 … duk_error(ctx, DUK_ERR_ERROR, "Removing a peep that is on a ride is currently unsupported."); in remove()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/examples/sandbox/
H A Dsandbox.c177 duk_error(ctx, DUK_ERR_ERROR, "failed to open file"); in do_sandbox_test()
183 duk_error(ctx, DUK_ERR_ERROR, "ferror when reading file"); in do_sandbox_test()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/examples/sandbox/
H A Dsandbox.c177 duk_error(ctx, DUK_ERR_ERROR, "failed to open file"); in do_sandbox_test()
183 duk_error(ctx, DUK_ERR_ERROR, "ferror when reading file"); in do_sandbox_test()
/dports/lang/duktape-lib/duktape-2.6.0/examples/sandbox/
H A Dsandbox.c191 duk_error(ctx, DUK_ERR_ERROR, "failed to open file"); in do_sandbox_test()
197 duk_error(ctx, DUK_ERR_ERROR, "ferror when reading file"); in do_sandbox_test()
/dports/lang/duktape/duktape-2.6.0/examples/sandbox/
H A Dsandbox.c191 duk_error(ctx, DUK_ERR_ERROR, "failed to open file"); in do_sandbox_test()
197 duk_error(ctx, DUK_ERR_ERROR, "ferror when reading file"); in do_sandbox_test()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DScUi.hpp242 duk_error(_scriptEngine.GetContext(), DUK_ERR_ERROR, "Invalid parameters."); in showTextInput()
282 duk_error(_scriptEngine.GetContext(), DUK_ERR_ERROR, "Invalid parameters."); in showFileBrowse()
335 duk_error(_scriptEngine.GetContext(), DUK_ERR_ERROR, "Invalid parameters."); in registerShortcut()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/examples/jxpretty/
H A Djxpretty.c16 duk_error(ctx, DUK_ERR_ERROR, "ferror() on stdin"); in do_jxpretty()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/examples/jxpretty/
H A Djxpretty.c16 duk_error(ctx, DUK_ERR_ERROR, "ferror() on stdin"); in do_jxpretty()
/dports/www/civetweb/civetweb-1.15/src/
H A Dmod_duktape.inl128 DUK_ERR_ERROR,
153 DUK_ERR_ERROR,
180 DUK_ERR_ERROR,

123456