Home
last modified time | relevance | path

Searched refs:pythonModule (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearning/
H A DGoogleCloudMlV1beta1TrainingInput.php28 public $pythonModule; variable in Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1TrainingInput
82 public function setPythonModule($pythonModule) argument
84 $this->pythonModule = $pythonModule;
88 return $this->pythonModule;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMachineLearning/
H A DGoogleCloudMlV1beta1TrainingInput.php28 public $pythonModule; variable in Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1TrainingInput
82 public function setPythonModule($pythonModule) argument
84 $this->pythonModule = $pythonModule;
88 return $this->pythonModule;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/
H A DGoogleCloudMlV1TrainingInput.php33 public $pythonModule; variable in Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput
133 public function setPythonModule($pythonModule) argument
135 $this->pythonModule = $pythonModule;
139 return $this->pythonModule;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/
H A DGoogleCloudMlV1TrainingInput.php40 public $pythonModule; variable in Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput
196 public function setPythonModule($pythonModule) argument
198 $this->pythonModule = $pythonModule;
202 return $this->pythonModule;
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/tests/action_d/
H A Dtest_badips.py55 pythonModule = None variable in BadIPsActionTest
73 if not BadIPsActionTest.pythonModule:
74 BadIPsActionTest.pythonModule = self.jail.actions._load_python_module(pythonModuleName)
75 BadIPsActionTest.modAction = BadIPsActionTest.pythonModule.Action
156 self.assertRaises(BadIPsActionTest.pythonModule.HTTPError, self.action.ban, aInfo)
H A Dtest_smtp.py58 pythonModule = os.path.join(CONFIG_DIR, "action.d", "smtp.py")
59 pythonModuleName = os.path.basename(pythonModule.rstrip(".py"))
62 pythonModuleName, pythonModule).load_module()
65 pythonModuleName, pythonModule)
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/python/
H A DAddonPythonInvoker.cpp121 for (const PythonModule& pythonModule : PythonModules) in getModules() local
122 modules.insert(std::make_pair(pythonModule.name, pythonModule.initialization)); in getModules()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/bin/
H A Dsetup-dunepy.py108 pythonModule = toBuildDir(builddir,moddir,m)
109 print("calling install_python for %s (%s)" % (m,pythonModule))
112 proc = subprocess.Popen(command, cwd=pythonModule, stdout = subprocess.PIPE)
/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/server/
H A Dutils.py373 def load_python_module(pythonModule):
375 os.path.basename(pythonModule))[0]
378 pythonModuleName, pythonModule).load_module()
381 pythonModuleName, pythonModule)
H A Dactions.py96 def _load_python_module(pythonModule): argument
97 mod = Utils.load_python_module(pythonModule)
100 "%s module does not have 'Action' class" % pythonModule)
104 pythonModule, mod.Action.__name__))
108 def add(self, name, pythonModule=None, initOpts=None, reload=False): argument
147 if pythonModule is None:
150 customActionModule = self._load_python_module(pythonModule)
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dgetpath.c382 NSModule pythonModule; in calculate_path() local
451 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_path()
453 buf = (char *)NSLibraryNameForModule(pythonModule); in calculate_path()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dgetpath.c382 NSModule pythonModule; in calculate_path() local
451 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_path()
453 buf = (char *)NSLibraryNameForModule(pythonModule); in calculate_path()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgetpath.c390 NSModule pythonModule; in calculate_path() local
459 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_path()
461 buf = (char *)NSLibraryNameForModule(pythonModule); in calculate_path()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/httprequesthandler/python/
H A DHTTPPythonWsgiInvoker.cpp309 for (const PythonModule& pythonModule : PythonModules) in getModules() local
310 modules.insert(std::make_pair(pythonModule.name, pythonModule.initialization)); in getModules()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ai/
H A Dvalidation.py30 spec.pythonPackageSpec.pythonModule)
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Scripting/Python/Core/
H A DctkAbstractPythonManager.cpp439 PyObject* object = ctkAbstractPythonManager::pythonModule(precedingModule); in pythonAttributes()
570 PyObject* object = ctkAbstractPythonManager::pythonModule(precedingModules); in pythonObject()
627 PyObject* ctkAbstractPythonManager::pythonModule(const QString& module) in pythonModule() function in ctkAbstractPythonManager
H A DctkAbstractPythonManager.h128 static PyObject* pythonModule(const QString &module);
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Scripting/Python/Widgets/
H A DctkPythonConsole.cpp188 PyObject* pFunction = this->PythonManager.pythonModule(pythonFunctionName); in parameterCountBuiltInFunction()
206 PyObject* pFunction = this->PythonManager.pythonModule(pythonFunctionName); in parameterCountUserDefinedFunction()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dgetpath.c665 NSModule pythonModule; in calculate_argv0_path() local
672 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_argv0_path()
674 const char* modPath = NSLibraryNameForModule(pythonModule); in calculate_argv0_path()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dgetpath.c770 NSModule pythonModule = NSModuleForSymbol(symbol); in library_to_dict()
771 if (pythonModule != NULL) { in library_to_dict()
773 const char *path = NSLibraryNameForModule(pythonModule); in library_to_dict()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/ai/custom_jobs/
H A Dclient.py122 pythonModule=python_module))
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dgetpath.c897 NSModule pythonModule; in calculate_argv0_path() local
904 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_argv0_path()
906 const char* modPath = NSLibraryNameForModule(pythonModule); in calculate_argv0_path()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dgetpath.c897 NSModule pythonModule; in calculate_argv0_path() local
904 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_argv0_path()
906 const char* modPath = NSLibraryNameForModule(pythonModule); in calculate_argv0_path()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dgetpath.c897 NSModule pythonModule; in calculate_argv0_path() local
904 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_argv0_path()
906 const char* modPath = NSLibraryNameForModule(pythonModule); in calculate_argv0_path()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dgetpath.c897 NSModule pythonModule; in calculate_argv0_path() local
904 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_argv0_path()
906 const char* modPath = NSLibraryNameForModule(pythonModule); in calculate_argv0_path()

123