/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | genconfig.py | 439 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/ |
D | genconfig.py | 439 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/ |
D | duk_bi_object.c | 202 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()
|
D | duk_api_object.c | 355 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()
|
D | duk_hobject_props.c | 1607 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 …]
|
D | duk_hobject.h | 474 …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/ |
D | duk_bi_object.c | 202 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()
|
D | duk_api_object.c | 355 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()
|
D | duk_hobject_props.c | 1612 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 …]
|
D | duk_hobject.h | 474 …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/ |
D | jquery.js | 2 …get: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/ |
D | ldblib.c | 179 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/ |
D | ldblib.c | 213 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/ |
D | ldblib.c | 248 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/ |
D | object-prototype-definegetter.js | 8 Object.defineProperty(this, n, { enumerable: true, configurable: true, get: f });
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/polyfills/ |
D | object-prototype-definegetter.js | 8 Object.defineProperty(this, n, { enumerable: true, configurable: true, get: f });
|
/civetweb-2.7.6/docs/api/ |
D | mg_form_data_handler.md | 27 ||**`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…
|
D | mg_download.md | 27 …printf()` series of functions to specify the remote command. An example to get the main index page…
|
/civetweb-2.7.6/src/ |
D | handle_form.inl | 240 * 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,
|
D | mod_duktape.inl | 65 ; /* TODO: How to get "conn" without duk_ctx */
|
/civetweb-2.7.6/docs/ |
D | OpenSSL.md | 118 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:
|
D | Contribution.md | 32 …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/ |
D | README.md | 3 Travis is a service which will build your project when you commit or get pull requests on Github.
|
/civetweb-2.7.6/ |
D | mingw.cmd | 101 :: %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%"
|
D | RELEASE_NOTES.md | 61 - 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)
|