Home
last modified time | relevance | path

Searched refs:short_src (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/dports/games/stratagus/stratagus-3.2.0/third-party/lua-5.1.5/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/databases/redis-devel/redis-0e5b813/deps/lua/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/databases/redis6/redis-6.0.16/deps/lua/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/databases/redis5/redis-5.0.14/deps/lua/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/lang/lua51/lua-5.1.5/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/science/elmerfem/elmerfem-release-9.0/contrib/lua-5.1.5/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/www/civetweb/civetweb-1.15/src/third_party/lua-5.1.5/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/devel/premake4/premake-4.4-beta5/src/host/lua-5.1.4/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/devel/wxformbuilder/source/build/premake/4.3/src/host/lua-5.1.4/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake4/src/host/lua-5.1.4/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
18 io.write("begin ",t.short_src)
20 io.write("end ",t.short_src)
24 io.write(event," ",t.name or "(Lua)"," <",t.linedefined,":",t.short_src,">")
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/third-party/stdlib/src/
H A Ddebug_ext.lua58 s = s .. t.short_src .. ":" .. t.currentline .. " "
68 s = s .. "begin " .. t.short_src
70 s = s .. "end " .. t.short_src
74 t.linedefined .. ":" .. t.short_src .. ">"
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/yuin/gopher-lua/_lua5.1-tests/
H A Ddb.lua26 assert(a.what == "C" and a.short_src == "[C]")
30 b.func == test and not string.find(b.short_src, "%["))
42 assert(debug.getinfo(f).short_src == string.format('[string "%s"]', a))
46 assert(debug.getinfo(f).short_src == '[string "..."]')
48 assert(debug.getinfo(f).short_src == '[string ""]')
50 assert(debug.getinfo(f).short_src == "xuxu")
52 assert(string.find(debug.getinfo(f).short_src, "^%.%.%.p*t$"))
54 assert(debug.getinfo(f).short_src == "xuxu")
56 assert(string.find(debug.getinfo(f).short_src, "^x*"))
58 assert(debug.getinfo(f).short_src == "")
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/extensions/Scribunto/includes/engines/LuaCommon/
H A DLuaError.php49 $short_src = $srcdefined = $info['short_src'];
52 $src = htmlspecialchars( $short_src );
56 $title = Title::newFromText( $short_src );
/dports/www/mediawiki137/mediawiki-1.37.1/extensions/Scribunto/includes/engines/LuaCommon/
H A DLuaError.php47 $short_src = $srcdefined = $info['short_src'];
50 $src = htmlspecialchars( $short_src );
54 $title = Title::newFromText( $short_src );
/dports/www/mediawiki135/mediawiki-1.35.5/extensions/Scribunto/includes/engines/LuaCommon/
H A DLuaError.php48 $short_src = $srcdefined = $info['short_src'];
51 $src = htmlspecialchars( $short_src );
55 $title = Title::newFromText( $short_src );

12345678910>>...28