Home
last modified time | relevance | path

Searched refs:function_impl (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/www/smarty3/smarty-3.1.34/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/www/piwigo/piwigo/include/smarty/libs/
H A DSmartyBC.class.php101 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
176 * @param string $function_impl name of PHP function to register
179 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
181 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/
H A DSmartyBC.class.php99 * @param string $function_impl the name of the PHP function to register
105 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
107 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
183 * @param string $function_impl name of PHP function to register
188 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
190 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/
H A DSmartyBC.class.php100 * @param string $function_impl the name of the PHP function to register
104 …public function register_function($function, $function_impl, $cacheable = true, $cache_attrs = nul… argument
106 $this->registerPlugin('function', $function, $function_impl, $cacheable, $cache_attrs);
176 * @param string $function_impl name of PHP function to register
179 public function register_compiler_function($function, $function_impl, $cacheable = true) argument
181 $this->registerPlugin('compiler', $function, $function_impl, $cacheable);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/gmock/include/gmock/
H A Dgmock-more-actions.h54 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
55 : function_impl_(function_impl) {} in InvokeAction()
96 FunctionImpl function_impl) { in Invoke() argument
98 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/math/kfr/kfr-4.2.1/include/kfr/cometa/
H A Dfunction.hpp64 struct function_impl : public function_abstract<R, Args...> struct
81 function_impl(Fn_ fn) : fn(std::forward<Fn_>(fn)) in function_impl() argument
84 ~function_impl() override {} in ~function_impl() argument
99 function(Fn fn) : impl(new details::function_impl<decay<Fn>, R, Args...>(std::move(fn))) in function()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-actions.h58 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
59 : function_impl_(function_impl) {} in InvokeAction()
117 FunctionImpl function_impl) { in Invoke() argument
119 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/net/flower/flower-0.10/contrib/googletest-release-1.8.0/googlemock/include/gmock/
H A Dgmock-more-actions.h56 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
57 : function_impl_(function_impl) {} in InvokeAction()
115 FunctionImpl function_impl) { in Invoke() argument
117 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/devel/llvm11/llvm-11.0.1.src/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-actions.h58 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
59 : function_impl_(function_impl) {} in InvokeAction()
117 FunctionImpl function_impl) { in Invoke() argument
119 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/games/trenchbroom/TrenchBroom-ed46601/lib/include/gmock/
H A Dgmock-more-actions.h56 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
57 : function_impl_(function_impl) {} in InvokeAction()
98 FunctionImpl function_impl) { in Invoke() argument
100 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/net-im/licq-qt-gui/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-more-actions.h56 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
57 : function_impl_(function_impl) {} in InvokeAction()
98 FunctionImpl function_impl) { in Invoke() argument
100 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/net-im/licq/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-more-actions.h56 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
57 : function_impl_(function_impl) {} in InvokeAction()
98 FunctionImpl function_impl) { in Invoke() argument
100 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/net-im/licq-icq/licq-f271d55/licq/3rdparty/gmock/include/gmock/
H A Dgmock-more-actions.h56 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
57 : function_impl_(function_impl) {} in InvokeAction()
98 FunctionImpl function_impl) { in Invoke() argument
100 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/www/firefox-esr/firefox-91.8.0/testing/gtest/gmock/include/gmock/
H A Dgmock-more-actions.h57 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
58 : function_impl_(function_impl) {} in InvokeAction()
116 FunctionImpl function_impl) { in Invoke() argument
118 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/gtest/googlemock/include/gmock/
H A Dgmock-more-actions.h57 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
58 : function_impl_(function_impl) {} in InvokeAction()
116 FunctionImpl function_impl) { in Invoke() argument
118 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/devel/llvm90/llvm-9.0.1.src/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-actions.h56 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
57 : function_impl_(function_impl) {} in InvokeAction()
115 FunctionImpl function_impl) { in Invoke() argument
117 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/fmw/gtest/googlemock/include/gmock/
H A Dgmock-more-actions.h57 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
58 : function_impl_(function_impl) {} in InvokeAction()
116 FunctionImpl function_impl) { in Invoke() argument
118 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-actions.h58 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
59 : function_impl_(function_impl) {} in InvokeAction()
117 FunctionImpl function_impl) { in Invoke() argument
119 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()
/dports/devel/llvm10/llvm-10.0.1.src/utils/unittest/googlemock/include/gmock/
H A Dgmock-more-actions.h58 explicit InvokeAction(FunctionImpl function_impl) in InvokeAction() argument
59 : function_impl_(function_impl) {} in InvokeAction()
117 FunctionImpl function_impl) { in Invoke() argument
119 internal::InvokeAction<FunctionImpl>(function_impl)); in Invoke()

12345678