/civetweb-2.7.6/src/third_party/duktape-1.8.0/polyfills/ |
D | duktape-error-setter-nonwritable.js | 14 var fn = new Function(''); // nop function 16 fileName: { set: fn }, 17 lineNumber: { set: fn }, 18 stack: { set: fn }
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/polyfills/ |
D | duktape-error-setter-nonwritable.js | 14 var fn = new Function(''); // nop function 16 fileName: { set: fn }, 17 lineNumber: { set: fn }, 18 stack: { set: fn }
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/examples/cmdline/ |
D | duk_cmdline.c | 833 const char *fn; in fileio_read_file() local 840 fn = duk_require_string(ctx, 0); in fileio_read_file() 841 f = fopen(fn, "rb"); in fileio_read_file() 844 fn, (long) errno, strerror(errno)); in fileio_read_file() 851 fn, (long) errno, strerror(errno)); in fileio_read_file() 858 fn, (long) errno, strerror(errno)); in fileio_read_file() 867 duk_error(ctx, DUK_ERR_TYPE_ERROR, "error while reading %s", fn); in fileio_read_file() 874 duk_error(ctx, DUK_ERR_TYPE_ERROR, "error while reading %s", fn); in fileio_read_file() 888 const char *fn; in fileio_write_file() local 894 fn = duk_require_string(ctx, 0); in fileio_write_file() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/examples/cmdline/ |
D | duk_cmdline.c | 833 const char *fn; in fileio_read_file() local 840 fn = duk_require_string(ctx, 0); in fileio_read_file() 841 f = fopen(fn, "rb"); in fileio_read_file() 844 fn, (long) errno, strerror(errno)); in fileio_read_file() 851 fn, (long) errno, strerror(errno)); in fileio_read_file() 858 fn, (long) errno, strerror(errno)); in fileio_read_file() 867 duk_error(ctx, DUK_ERR_TYPE_ERROR, "error while reading %s", fn); in fileio_read_file() 874 duk_error(ctx, DUK_ERR_TYPE_ERROR, "error while reading %s", fn); in fileio_read_file() 888 const char *fn; in fileio_write_file() local 894 fn = duk_require_string(ctx, 0); in fileio_write_file() [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/config/ |
D | genconfig.py | 308 def snippet_relative(self, fn): argument 309 sn = Snippet.fromFile(os.path.join(self.base_dir, fn)) 313 def snippet_absolute(self, fn): argument 314 sn = Snippet.fromFile(fn) 504 for fn in os.listdir(dirname): 505 root, ext = os.path.splitext(fn) 508 with open(os.path.join(dirname, fn), 'rb') as f: 513 print('WARNING: unimplemented: %s' % fn) 518 print('WARNING: unknown key %s in metadata file %s' % (k, fn)) 521 print('WARNING: missing key %s in metadata file %s' % (k, fn)) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/config/ |
D | genconfig.py | 308 def snippet_relative(self, fn): argument 309 sn = Snippet.fromFile(os.path.join(self.base_dir, fn)) 313 def snippet_absolute(self, fn): argument 314 sn = Snippet.fromFile(fn) 504 for fn in os.listdir(dirname): 505 root, ext = os.path.splitext(fn) 508 with open(os.path.join(dirname, fn), 'rb') as f: 513 print('WARNING: unimplemented: %s' % fn) 518 print('WARNING: unknown key %s in metadata file %s' % (k, fn)) 521 print('WARNING: missing key %s in metadata file %s' % (k, fn)) [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/ |
D | merge_debug_meta.py | 19 def merge(fn): argument 20 with open(fn, 'rb') as f:
|
D | duk_debug.js | 448 wrench.readdirSyncRecursive(dir).forEach(function (fn) { argument 449 var absFn = path.normalize(path.join(dir, fn)); // './foo/bar.js' -> 'foo/bar.js' 454 _this.extensions[path.extname(fn)]) { 457 fileMap[fn] = true; 487 var i, fn, data; 490 fn = path.join(_this.directories[i], fileName); 491 if (fs.existsSync(fn) && fs.lstatSync(fn).isFile()) { 492 data = fs.readFileSync(fn); // Raw bytes
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/ |
D | merge_debug_meta.py | 19 def merge(fn): argument 20 with open(fn, 'rb') as f:
|
D | duk_debug.js | 448 wrench.readdirSyncRecursive(dir).forEach(function (fn) { argument 449 var absFn = path.normalize(path.join(dir, fn)); // './foo/bar.js' -> 'foo/bar.js' 454 _this.extensions[path.extname(fn)]) { 457 fileMap[fn] = true; 487 var i, fn, data; 490 fn = path.join(_this.directories[i], fileName); 491 if (fs.existsSync(fn) && fs.lstatSync(fn).isFile()) { 492 data = fs.readFileSync(fn); // Raw bytes
|
/civetweb-2.7.6/examples/_obsolete/docroot/ |
D | jquery.js | 20 …e===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQue… 21 …=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:fu… 22 …nt||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}… 25 …Object||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.ext… 26 …eady,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s)… 39 else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,… 40 …=="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:functi… 42 cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)… 65 …fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.… function 67 …r:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j)… [all …]
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_api_bytecode.c | 224 duk_hobject **fn, **fn_end; in duk__dump_func() local 324 fn = (duk_hobject **) DUK_HCOMPILEDFUNCTION_GET_FUNCS_BASE(thr->heap, func); in duk__dump_func() 326 while (fn != fn_end) { in duk__dump_func() 333 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(*fn)); in duk__dump_func() 334 p = duk__dump_func(ctx, (duk_hcompiledfunction *) *fn, bw_ctx, p); in duk__dump_func() 335 fn++; in duk__dump_func()
|
D | duk_heap_markandsweep.c | 75 duk_hobject **fn, **fn_end; in duk__mark_hobject() local 91 fn = DUK_HCOMPILEDFUNCTION_GET_FUNCS_BASE(heap, f); in duk__mark_hobject() 93 while (fn < fn_end) { in duk__mark_hobject() 94 duk__mark_heaphdr(heap, (duk_heaphdr *) *fn); in duk__mark_hobject() 95 fn++; in duk__mark_hobject()
|
D | duk_debugger.c | 1834 duk_hobject **fn; in duk__debug_handle_get_bytecode() local 1886 fn = DUK_HCOMPILEDFUNCTION_GET_FUNCS_BASE(heap, fun); in duk__debug_handle_get_bytecode() 1888 duk_debug_write_hobject(thr, *fn); in duk__debug_handle_get_bytecode() 1889 fn++; in duk__debug_handle_get_bytecode()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_api_bytecode.c | 224 duk_hobject **fn, **fn_end; in duk__dump_func() local 324 fn = (duk_hobject **) DUK_HCOMPILEDFUNCTION_GET_FUNCS_BASE(thr->heap, func); in duk__dump_func() 326 while (fn != fn_end) { in duk__dump_func() 333 DUK_ASSERT(DUK_HOBJECT_IS_COMPILEDFUNCTION(*fn)); in duk__dump_func() 334 p = duk__dump_func(ctx, (duk_hcompiledfunction *) *fn, bw_ctx, p); in duk__dump_func() 335 fn++; in duk__dump_func()
|
D | duk_heap_markandsweep.c | 75 duk_hobject **fn, **fn_end; in duk__mark_hobject() local 91 fn = DUK_HCOMPILEDFUNCTION_GET_FUNCS_BASE(heap, f); in duk__mark_hobject() 93 while (fn < fn_end) { in duk__mark_hobject() 94 duk__mark_heaphdr(heap, (duk_heaphdr *) *fn); in duk__mark_hobject() 95 fn++; in duk__mark_hobject()
|
D | duk_debugger.c | 1822 duk_hobject **fn; in duk__debug_handle_get_bytecode() local 1874 fn = DUK_HCOMPILEDFUNCTION_GET_FUNCS_BASE(heap, fun); in duk__debug_handle_get_bytecode() 1876 duk_debug_write_hobject(thr, *fn); in duk__debug_handle_get_bytecode() 1877 fn++; in duk__debug_handle_get_bytecode()
|
/civetweb-2.7.6/test/ajax/ |
D | jquery.js | 2 …fn.init(e,t)},T=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;w.fn=w.prototype={jquery:"3.3.1",constructor:… function
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/src/ |
D | lauxlib.h | 111 #define luaL_dofile(L, fn) \ argument 112 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
D | lua.h | 168 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lauxlib.h | 124 #define luaL_dofile(L, fn) \ argument 125 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
D | lapi.c | 555 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() argument 558 setfvalue(L->top, fn); in lua_pushcclosure() 566 cl->c.f = fn; in lua_pushcclosure()
|
D | lua.h | 214 LUA_API void (lua_pushcclosure) (lua_State *L, lua_CFunction fn, int n);
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lauxlib.h | 129 #define luaL_dofile(L, fn) \ argument 130 (luaL_loadfile(L, fn) || lua_pcall(L, 0, LUA_MULTRET, 0))
|
D | lapi.c | 532 LUA_API void lua_pushcclosure (lua_State *L, lua_CFunction fn, int n) { in lua_pushcclosure() argument 535 setfvalue(L->top, fn); in lua_pushcclosure() 543 cl->f = fn; in lua_pushcclosure()
|