Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 47) sorted by relevance

12

/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/
Dgenconfig.py439 for dep in graph.get(sn, []):
510 if doc.get('example', False):
512 if doc.get('unimplemented', False):
541 if doc.get('example', False):
543 if doc.get('unimplemented', False):
566 for tag in doc.get('tags', []):
592 if removed == False and doc.get('removed', None) is not None:
594 if deprecated == False and doc.get('deprecated', None) is not None:
596 if unused == False and doc.get('unused', False) == True:
605 if removed == False and doc.get('removed', None) is not None:
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/
Dgenconfig.py439 for dep in graph.get(sn, []):
510 if doc.get('example', False):
512 if doc.get('unimplemented', False):
541 if doc.get('example', False):
543 if doc.get('unimplemented', False):
566 for tag in doc.get('tags', []):
592 if removed == False and doc.get('removed', None) is not None:
594 if deprecated == False and doc.get('deprecated', None) is not None:
596 if unused == False and doc.get('unused', False) == True:
605 if removed == False and doc.get('removed', None) is not None:
[all …]
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_bi_object.c202 duk_hobject *get; in duk_bi_object_constructor_define_property() local
242 &get, in duk_bi_object_constructor_define_property()
254 get, in duk_bi_object_constructor_define_property()
274 duk_hobject *get; in duk_bi_object_constructor_define_properties() local
322 &get, in duk_bi_object_constructor_define_properties()
339 get, in duk_bi_object_constructor_define_properties()
Dduk_api_object.c355 duk_hobject *get; in duk_def_prop() local
391 get = duk_get_hobject_or_lfunc_coerce(ctx, idx_base); in duk_def_prop()
392 if (get != NULL && !DUK_HOBJECT_IS_CALLABLE(get)) { in duk_def_prop()
397 get = NULL; in duk_def_prop()
414 get, in duk_def_prop()
Dduk_hobject_props.c1607 out_desc->get = NULL; in duk__get_own_propdesc_raw()
1651 out_desc->get = DUK_HOBJECT_E_GET_VALUE_GETTER(thr->heap, obj, e_idx); in duk__get_own_propdesc_raw()
2385 (void *) desc.get, (void *) desc.set)); in duk_hobject_getprop()
2393 (desc.get == NULL) && in duk_hobject_getprop()
2580 if (desc.get != NULL) { in duk_hobject_getprop()
2585 duk_push_hobject(ctx, desc.get); in duk_hobject_getprop()
2598 (desc.get == NULL)); in duk_hobject_getprop()
2801 (void *) desc.get, (void *) desc.set)); in duk_hobject_hasprop()
3405 (void *) desc.get, (void *) desc.set)); in duk_hobject_putprop()
4384 (void *) desc.get, (void *) desc.set)); in duk_hobject_delprop()
[all …]
Dduk_hobject.h474 …fine DUK_HOBJECT_E_GET_VALUE_GETTER(heap,h,i) (DUK_HOBJECT_E_GET_VALUE((heap), (h), (i)).a.get)
475 …ine DUK_HOBJECT_E_GET_VALUE_GETTER_PTR(heap,h,i) (&DUK_HOBJECT_E_GET_VALUE((heap), (h), (i)).a.get)
495 DUK_HOBJECT_E_GET_VALUE((heap), (h), (i)).a.get = (v); \
691 duk_hobject *get; member
707 duk_hobject *get; member
884 duk_hobject *get,
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_bi_object.c202 duk_hobject *get; in duk_bi_object_constructor_define_property() local
242 &get, in duk_bi_object_constructor_define_property()
254 get, in duk_bi_object_constructor_define_property()
274 duk_hobject *get; in duk_bi_object_constructor_define_properties() local
322 &get, in duk_bi_object_constructor_define_properties()
339 get, in duk_bi_object_constructor_define_properties()
Dduk_api_object.c355 duk_hobject *get; in duk_def_prop() local
391 get = duk_get_hobject_or_lfunc_coerce(ctx, idx_base); in duk_def_prop()
392 if (get != NULL && !DUK_HOBJECT_IS_CALLABLE(get)) { in duk_def_prop()
397 get = NULL; in duk_def_prop()
414 get, in duk_def_prop()
Dduk_hobject_props.c1612 out_desc->get = NULL; in duk__get_own_propdesc_raw()
1656 out_desc->get = DUK_HOBJECT_E_GET_VALUE_GETTER(thr->heap, obj, e_idx); in duk__get_own_propdesc_raw()
2390 (void *) desc.get, (void *) desc.set)); in duk_hobject_getprop()
2398 (desc.get == NULL) && in duk_hobject_getprop()
2585 if (desc.get != NULL) { in duk_hobject_getprop()
2590 duk_push_hobject(ctx, desc.get); in duk_hobject_getprop()
2603 (desc.get == NULL)); in duk_hobject_getprop()
2806 (void *) desc.get, (void *) desc.set)); in duk_hobject_hasprop()
3410 (void *) desc.get, (void *) desc.set)); in duk_hobject_putprop()
4388 (void *) desc.get, (void *) desc.set)); in duk_hobject_delprop()
[all …]
Dduk_hobject.h474 …fine DUK_HOBJECT_E_GET_VALUE_GETTER(heap,h,i) (DUK_HOBJECT_E_GET_VALUE((heap), (h), (i)).a.get)
475 …ine DUK_HOBJECT_E_GET_VALUE_GETTER_PTR(heap,h,i) (&DUK_HOBJECT_E_GET_VALUE((heap), (h), (i)).a.get)
495 DUK_HOBJECT_E_GET_VALUE((heap), (h), (i)).a.get = (v); \
691 duk_hobject *get; member
707 duk_hobject *get; member
884 duk_hobject *get,
/civetweb-2.7.6/test/ajax/
Djquery.js2get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e)…
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/
Dldblib.c179 static int auxupvalue (lua_State *L, int get) { in auxupvalue() argument
184 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
187 lua_insert(L, -(get+1)); in auxupvalue()
188 return get + 1; in auxupvalue()
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dldblib.c213 static int auxupvalue (lua_State *L, int get) { in auxupvalue() argument
217 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
220 lua_insert(L, -(get+1)); in auxupvalue()
221 return get + 1; in auxupvalue()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dldblib.c248 static int auxupvalue (lua_State *L, int get) { in auxupvalue() argument
252 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
255 lua_insert(L, -(get+1)); /* no-op if get is false */ in auxupvalue()
256 return get + 1; in auxupvalue()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/polyfills/
Dobject-prototype-definegetter.js8 Object.defineProperty(this, n, { enumerable: true, configurable: true, get: f });
/civetweb-2.7.6/src/third_party/duktape-1.8.0/polyfills/
Dobject-prototype-definegetter.js8 Object.defineProperty(this, n, { enumerable: true, configurable: true, get: f });
/civetweb-2.7.6/docs/api/
Dmg_form_data_handler.md27 ||**`return` `MG_FORM_FIELD_HANDLE_GET`** - to continue calling get until all data has been receive…
28 ||**`return` `MG_FORM_FIELD_HANDLE_NEXT`** - to skip further calls to get for this field and move o…
Dmg_download.md27 …printf()` series of functions to specify the remote command. An example to get the main index page…
/civetweb-2.7.6/src/
Dhandle_form.inl240 * read the data and call the get callback function
336 * "field_storage=get" does, nor in a file like
392 /* TODO: Create a function to get "all_data_read" from
525 /* TODO: Create a function to get "all_data_read"
719 /* Next, we need to get the part header: Read until \r\n\r\n */
866 /* If the boundary is already in the buffer, get the address,
Dmod_duktape.inl65 ; /* TODO: How to get "conn" without duk_ctx */
/civetweb-2.7.6/docs/
DOpenSSL.md118 you may get a suitable file by adding the letters RSA manually.
132 start. Configure an error log file in 'civetweb.conf' to get more information:
DContribution.md32 …mes it's not for others). But you should also do it for yourself: You will get early feedback if y…
/civetweb-2.7.6/ci/test/
DREADME.md3 Travis is a service which will build your project when you commit or get pull requests on Github.
/civetweb-2.7.6/
Dmingw.cmd101 :: %2 - Version of MinGW to get [optional]
124 @call :log 0 "Failed to get the MinGW-builds repository information"
191 :: %5 - Version of MinGW to get [optional]
383 :: %4 - Version of MinGW to get [optional]
693 @call :log 0 "Failed to get MD5 hash for %file_path%"
DRELEASE_NOTES.md61 - Add new callback (get\_external\_ssl\_ctx) to provide pre-initialized TLS context
197 - Add new interface to get listening ports
281 - Method to get POST request parameters via C++ interface (bel)

12