Home
last modified time | relevance | path

Searched refs:functionsName (Results 1 – 7 of 7) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/development_tools/macros/
H A Dexample_run.sci14 function boolStatus = example_run(modulesName, functionsName, helpLanguage, varargin)
22 functionsName = [];
35 …if (typeof(functionsName)=="constant" & ~isempty(functionsName)) & typeof(functionsName)<>"string"…
38 if ~isempty(functionsName) & size(functionsName, 2)<>1 then
76 if isempty(functionsName) then
84 for kFunction = 1:size(functionsName, "*")
85 xmlFiles = findHelpFiles(moduleDir, functionsName(kFunction));
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Dride.py62 functionsName = ( variable in RideLexer
107 (words(functionsName), Name.Function),
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Dride.py63 functionsName = ( variable in RideLexer
108 (words(functionsName), Name.Function),
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Dride.py63 functionsName = ( variable in RideLexer
108 (words(functionsName), Name.Function),
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Dride.py63 functionsName = ( variable in RideLexer
108 (words(functionsName), Name.Function),
/dports/print/limereport/LimeReport-1.5.35/limereport/
H A Dlrscriptenginemanager.h449 void deleteFunction(const QString& functionsName);
H A Dlrscriptenginemanager.cpp229 void ScriptEngineManager::deleteFunction(const QString &functionsName) in deleteFunction() argument
231 m_functions.remove(functionsName); in deleteFunction()