Home
last modified time | relevance | path

Searched refs:protected_call (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/x11-wm/awesome/awesome-4.3/spec/gears/
H A Dprotected_call_spec.lua7 local protected_call = require("gears.protected_call")
30 local results = { protected_call(f, 1, "second") }
37 assert.is_same({}, { protected_call(error, "I was called") })
/dports/x11-wm/awesome/awesome-4.3/lib/gears/
H A Dprotected_call.lua13 local protected_call = {}
46 function protected_call.call(func, ...)
55 return setmetatable(protected_call, pcall_mt)
H A Dtimer.lua62 local protected_call = require("gears.protected_call")
92 protected_call(self.emit_signal, self, "timeout")
198 local cont = protected_call(callback)
231 protected_call(unpack(callback))
H A Dinit.lua19 protected_call = require("gears.protected_call");
/dports/games/wesnoth/wesnoth-1.14.17/src/scripting/
H A Dlua_kernel_base.hpp121 bool protected_call(int nArgs, int nRets, error_handler);
123 static bool protected_call(lua_State * L, int nArgs, int nRets, error_handler);
127 virtual bool protected_call(int nArgs, int nRets); // select default error handler polymorphically
H A Dlua_kernel_base.cpp652 if(protected_call(1, 1)) { in lua_kernel_base()
656 if (!this->protected_call(0,0, std::bind(&lua_kernel_base::log_error, this, _1, _2))) { in lua_kernel_base()
687 bool lua_kernel_base::protected_call(int nArgs, int nRets) in protected_call() function in lua_kernel_base
690 return this->protected_call(nArgs, nRets, eh); in protected_call()
699 bool lua_kernel_base::protected_call(int nArgs, int nRets, error_handler e_h) in protected_call() function in lua_kernel_base
701 return this->protected_call(mState, nArgs, nRets, e_h); in protected_call()
704 bool lua_kernel_base::protected_call(lua_State * L, int nArgs, int nRets, error_handler e_h) in protected_call() function in lua_kernel_base
786 this->protected_call(nArgs, 0, eh); in throwing_run()
817 this->protected_call(0, 0, eh); in interactive_run()
872 if (!this->protected_call(L, 0, 1, std::bind(&lua_kernel_base::log_error, this, _1, _2))) { in intf_require()
[all …]
H A Dapplication_lua_kernel.cpp194 …if (!lua_kernel_base::protected_call(T, 0, 1, std::bind(&lua_kernel_base::log_error, this, _1, _2)… in load_script_from_string()
211 …if (!lua_kernel_base::protected_call(T, 0, 1, std::bind(&lua_kernel_base::log_error, this, _1, _2)… in load_script_from_file()
H A Dmapgen_lua_kernel.cpp152 protected_call(1, 1, std::bind(&lua_kernel_base::throw_exception, this, _1, _2)); in run_generator()
/dports/x11-wm/awesome/awesome-4.3/lib/beautiful/
H A Dinit.lua21 local protected_call = require("gears.protected_call")
224 theme = protected_call(dofile, config)
/dports/x11-wm/awesome/awesome-4.3/lib/menubar/
H A Dutils.lua21 local protected_call = require("gears.protected_call")
104 do_protected_call = protected_call.call
112 call_callback = protected_call.call
/dports/x11-wm/awesome/awesome-4.3/lib/awful/
H A Dspawn.lua233 local protected_call = require("gears.protected_call")
506 protected_call(done_callback)
526 protected_call(line_callback, tostring(line))
H A Drules.lua120 local protected_call = require("gears.protected_call")
712 protected_call(callback, c)
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/
H A Dhierarchy.lua12 local protected_call = require("gears.protected_call")
323 protected_call(func, widget, context, cr, self:get_size())
325 protected_call(func, widget, context, extra_arg1, extra_arg2, cr, self:get_size())
/dports/x11-wm/awesome/awesome-4.3/lib/awful/layout/
H A Dinit.lua26 local protected_call = require("gears.protected_call")
228 protected_call(function()
/dports/biology/lamarc/lamarc-2.1.8/boost/regex/v4/
H A Dperl_matcher_common.hpp112 bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::re_detail::perl_matcher
139 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
188 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/
H A Dbase.lua10 local protected_call = require("gears.protected_call")
220 return protected_call(widget[kind], widget, ...)
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dperl_matcher_common.hpp178 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
193 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
243 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dperl_matcher_common.hpp188 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
203 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
253 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/regex/v4/
H A Dperl_matcher_common.hpp163 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::re_detail::perl_matcher
178 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
228 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp165 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::re_detail::perl_matcher
180 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
230 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/regex/v4/
H A Dperl_matcher_common.hpp188 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
203 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
253 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/regex/v4/
H A Dperl_matcher_common.hpp188 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
203 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
253 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/databases/xtrabackup/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp165 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::re_detail::perl_matcher
180 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
230 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/databases/percona57-server/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp165 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::re_detail::perl_matcher
180 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
230 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()
/dports/databases/percona57-client/boost_1_59_0/boost/regex/v4/
H A Dperl_matcher_common.hpp165 inline bool perl_matcher<BidiIterator, Allocator, traits>::protected_call( in protected_call() function in boost::re_detail::perl_matcher
180 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::match_imp); in match()
230 return protected_call(&perl_matcher<BidiIterator, Allocator, traits>::find_imp); in find()

123456789