Home
last modified time | relevance | path

Searched defs:registerFunction (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/codeworker/CodeWorker4_5_3/
H A DExprScriptFunction.cpp93 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptFirst
145 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptLast
198 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptKey
242 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptIndex
285 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptPrec
328 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptNext
433 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptFlushOutputToSocket
497 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptAcceptSocket
566 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptAdd
671 static void registerFunction(DtaFunctionInfo& info) { in registerFunction() function in CodeWorker::ExprScriptAddGenerationTagsHandler
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/include/cxxtools/
H A Dserviceregistry.h53 void registerFunction(const std::string& name, R (*fn)()) in registerFunction() function
60 void registerFunction(const std::string& name, R (*fn)(A1)) in registerFunction() function
67 void registerFunction(const std::string& name, R (*fn)(A1, A2)) in registerFunction() function
74 void registerFunction(const std::string& name, R (*fn)(A1, A2, A3)) in registerFunction() function
81 void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4)) in registerFunction() function
88 void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5)) in registerFunction() function
95 void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5, A6)) in registerFunction() function
102 void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5, A6, A7)) in registerFunction() function
109 void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5, A6, A7, A8)) in registerFunction() function
116 … void registerFunction(const std::string& name, R (*fn)(A1, A2, A3, A4, A5, A6, A7, A8, A9)) in registerFunction() function
[all …]
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/
H A DFunctionRegistry.scala40 final def registerFunction(name: String, builder: FunctionBuilder): Unit = { method
44 def registerFunction(name: String, info: ExpressionInfo, builder: FunctionBuilder): Unit method
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/XML/
H A DXPath.pm29 sub registerFunction { subroutine
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlmoduleregistration.cpp53 void (*registerFunction)()) : in QQmlModuleRegistration()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlmoduleregistration.cpp53 void (*registerFunction)()) : in QQmlModuleRegistration()
/dports/java/jaxen/jaxen-1.0-FCS/src/java/main/org/jaxen/
H A DSimpleFunctionContext.java124 public void registerFunction(String namespaceURI, in registerFunction() method in SimpleFunctionContext
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dexternal_module.cpp55 ExternalModuleWrapper::registerFunction(CExternalFunction* aFunc) in registerFunction() function in zorbac::ExternalModuleWrapper
/dports/textproc/p5-XML-LibXML/XML-LibXML-2.0207/lib/XML/LibXML/
H A DXPathContext.pm87 sub registerFunction { subroutine
/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/
H A Dl_base.cpp47 bool ModApiBase::registerFunction(lua_State *L, in registerFunction() function in ModApiBase
/dports/lang/solidity/solidity_0.8.11/libyul/
H A DScope.cpp40 bool Scope::registerFunction(YulString _name, std::vector<YulType> _arguments, std::vector<YulType>… in registerFunction() function in Scope
/dports/math/snns/SNNSv4.3/python/snns/
H A Dutil.py6 def registerFunction(func, fname, ftype, inparam, outparam) : function
/dports/games/meandmyshadow/meandmyshadow-0.5a/src/
H A DScriptExecutor.cpp103 void ScriptExecutor::registerFunction(std::string name,lua_CFunction function){ in registerFunction() function in ScriptExecutor
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/background_sync/
H A Dsync_manager.cc32 ScriptPromise SyncManager::registerFunction(ScriptState* script_state, in registerFunction() function in blink::SyncManager
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/background_sync/
H A Dsync_manager.cc29 ScriptPromise SyncManager::registerFunction(ScriptState* script_state, in registerFunction() function in blink::SyncManager
/dports/misc/tellico/tellico-3.4.2/src/
H A Dcollectionfactory.cpp37 void CollectionFactory::registerFunction(int type_, const QString& typeName_, CREATE_COLL_FN func_)… in registerFunction() function in CollectionFactory
/dports/audio/ampache/ampache-php74-5.0.0/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessphpFilter.php119 public function registerFunction($name, $callable) function in Assetic\\Filter\\LessphpFilter
H A DScssphpFilter.php84 public function registerFunction($name, $callable) function in Assetic\\Filter\\ScssphpFilter
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DLessphpFilter.php119 public function registerFunction($name, $callable) function in Assetic\\Filter\\LessphpFilter
H A DScssphpFilter.php84 public function registerFunction($name, $callable) function in Assetic\\Filter\\ScssphpFilter
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_base.cpp92 bool ModApiBase::registerFunction(lua_State *L, const char *name, in registerFunction() function in ModApiBase
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/lua/
H A Dlua_script.cpp67 void LuaScript::registerFunction(LuaFunction luaFunction, const string &functionName){ in registerFunction() function in Shared::Lua::LuaScript
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/less.php/lib/Less/
H A DAutoloader.php46 * Unregisters the autoloader
/dports/www/elgg/elgg-3.3.23/mod/web_services/tests/phpunit/integration/Elgg/WebServices/
H A DElggCoreWebServicesApiTest.php472 …protected function registerFunction($api_auth = false, $user_auth = false, $params = null, $assoc … function in Elgg\\WebServices\\ElggCoreWebServicesApiTest
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/web_services/tests/phpunit/integration/Elgg/WebServices/
H A DElggCoreWebServicesApiTest.php472 …protected function registerFunction($api_auth = false, $user_auth = false, $params = null, $assoc … function in Elgg\\WebServices\\ElggCoreWebServicesApiTest

1234