Home
last modified time | relevance | path

Searched refs:pluginsPath (Results 1 – 25 of 77) sorted by relevance

1234

/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/PluginDownloader/
H A Dtest.py38 pluginsPath = '%s/test-plugins' % os.getcwd() variable
42 config = {'supybot.directories.plugins': [pluginsPath]}
47 shutil.rmtree(pluginsPath)
50 os.mkdir(pluginsPath)
54 shutil.rmtree(pluginsPath)
59 assert os.path.isdir(pluginsPath + '/%s/' % name)
60 assert os.path.isfile(pluginsPath + '/%s/plugin.py' % name)
61 assert os.path.isfile(pluginsPath + '/%s/config.py' % name)
/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DPluginDB.cpp52 QDir pluginDir(pluginsPath()); in PluginDB()
54 pluginDir.mkpath(pluginsPath()); in PluginDB()
71 QString PluginDB::pluginsPath() in pluginsPath() function in PluginDB
133 QDir d(pluginsPath()); in load_plugins_from_disk()
165 if (!Utility::UnZip(path, pluginsPath())) { in add_plugin()
172 Utility::removeDir(pluginsPath() + "/" + name); in add_plugin()
229 Utility::removeDir(pluginsPath() + "/" + name); in remove_plugin()
239 Utility::removeDir(pluginsPath() + "/" + k); in remove_all_plugins()
280 QString xmlpath = pluginsPath() + "/" + name + "/plugin.xml"; in load_plugin()
321 iconpaths << pluginsPath() + "/" + name + "/plugin.svg"; in load_plugin()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/wizard/
H A Dmain.cpp22 QDir pluginsPath(QCoreApplication::applicationDirPath()); in main() local
23 pluginsPath.cdUp(); in main()
24 pluginsPath.cd("Plugins"); in main()
27 libraryPaths << pluginsPath.path() << QCoreApplication::applicationDirPath(); in main()
/dports/audio/kid3-kf5/kid3-3.8.6/src/plugins/kid3qml/
H A Dkid3qmlplugin.cpp107 QString pluginsPath; in getPluginsPathFromImportPathList() local
112 pluginsPath = path.left(index + cfgPluginsDir.length()); in getPluginsPathFromImportPathList()
114 } else if (pluginsPath.isEmpty() && in getPluginsPathFromImportPathList()
116 pluginsPath = path.left(index + 7); in getPluginsPathFromImportPathList()
121 return pluginsPath; in getPluginsPathFromImportPathList()
/dports/audio/kid3-qt5/kid3-3.8.6/src/plugins/kid3qml/
H A Dkid3qmlplugin.cpp107 QString pluginsPath; in getPluginsPathFromImportPathList() local
112 pluginsPath = path.left(index + cfgPluginsDir.length()); in getPluginsPathFromImportPathList()
114 } else if (pluginsPath.isEmpty() && in getPluginsPathFromImportPathList()
116 pluginsPath = path.left(index + 7); in getPluginsPathFromImportPathList()
121 return pluginsPath; in getPluginsPathFromImportPathList()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_RegRipperModule/
H A DRegRipperModule.cpp179 std::string pluginsPath; in getFileNamesForHiveType() local
180 pluginsPath = Poco::Path(ripExePath).parent().toString(); in getFileNamesForHiveType()
181 pluginsPath.append("plugins"); in getFileNamesForHiveType()
188 if (!Poco::Path::find(pluginsPath, "ntuser-all", pluginSetFilePath) && in getFileNamesForHiveType()
189 !Poco::Path::find(pluginsPath, "ntuser", pluginSetFilePath)) in getFileNamesForHiveType()
197 if (!Poco::Path::find(pluginsPath, "system-all", pluginSetFilePath) && in getFileNamesForHiveType()
198 !Poco::Path::find(pluginsPath, "system", pluginSetFilePath)) in getFileNamesForHiveType()
206 if (!Poco::Path::find(pluginsPath, "software-all", pluginSetFilePath) && in getFileNamesForHiveType()
207 !Poco::Path::find(pluginsPath, "software", pluginSetFilePath)) in getFileNamesForHiveType()
215 if (!Poco::Path::find(pluginsPath, "sam-all", pluginSetFilePath) && in getFileNamesForHiveType()
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/utility/
H A DPluginConfigurationManager.php35 $pluginsPath = sfConfig::get('sf_plugins_dir');
36 $directoryIterator = new DirectoryIterator($pluginsPath);
41 … $configuraitonPath = $pluginsPath . '/' . $pluginName . '/config/external_configurations.yml';
H A DPluginUIManager.php38 $pluginsPath = sfConfig::get('sf_plugins_dir');
39 $directoryIterator = new DirectoryIterator($pluginsPath);
44 $configuraitonPath = $pluginsPath . '/' . $pluginName . '/config/ui_extensions.yml';
H A DPluginQueryExtensionManager.php59 $pluginsPath = sfConfig::get('sf_plugins_dir');
60 $directoryIterator = new DirectoryIterator($pluginsPath);
65 … $configuraitonPath = $pluginsPath . '/' . $pluginName . '/config/query_extensions.yml';
H A DPluginExecutionManager.php52 $pluginsPath = sfConfig::get('sf_plugins_dir');
53 $directoryIterator = new DirectoryIterator($pluginsPath);
58 … $configuraitonPath = $pluginsPath . '/' . $pluginName . '/config/action_extensions.yml';
H A DPluginFormMergeManager.php64 $pluginsPath = sfConfig::get('sf_plugins_dir');
65 $directoryIterator = new DirectoryIterator($pluginsPath);
70 … $configuraitonPath = $pluginsPath . '/' . $pluginName . '/config/form_extensions.yml';
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCoreWebServicePlugin/lib/utility/
H A DWSManager.php147 $pluginsPath = $this->getPluginsDirectoryPath();
149 $directoryIterator = new DirectoryIterator($pluginsPath);
156 $configuraitonPath = $pluginsPath . '/' . $pluginName . '/config/ws_config.yml';
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/gph/
H A Dgph-backend.cpp190 Common::String pluginsPath = workDirName + "/plugins"; in addSysArchivesToSearchSet() local
191 Common::FSNode pluginsNode(pluginsPath); in addSysArchivesToSearchSet()
193 s.add("__GP2XWIZ_PLUGINS__", new Common::FSDirectory(pluginsPath), priority); in addSysArchivesToSearchSet()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/gph/
H A Dgph-backend.cpp193 Common::String pluginsPath = workDirName + "/plugins"; in addSysArchivesToSearchSet() local
194 Common::FSNode pluginsNode(pluginsPath); in addSysArchivesToSearchSet()
196 s.add("__GP2XWIZ_PLUGINS__", new Common::FSDirectory(pluginsPath), priority); in addSysArchivesToSearchSet()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/graphics/
H A Dvideo_player.h43 string pluginsPath; variable
65 bool loop, string pluginsPath,bool verboseEnabled=false);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Common/include/
H A DExampleApplication.h207 String pluginsPath; in setup() local
211 pluginsPath = mResourcePath + "plugins_d.cfg"; in setup()
213 pluginsPath = mResourcePath + "plugins.cfg"; in setup()
217 mRoot = OGRE_NEW Root(pluginsPath, in setup()
/dports/www/firefox/firefox-99.0/testing/xpcshell/
H A Dmach_test_package_commands.py30 if not args.pluginsPath:
34 args.pluginsPath = test
/dports/lang/spidermonkey78/firefox-78.9.0/testing/xpcshell/
H A Dmach_test_package_commands.py32 if not args.pluginsPath:
36 args.pluginsPath = test
/dports/misc/visp/visp-3.4.0/modules/ar/include/visp3/ar/
H A DvpAROgre.h105 const char *pluginsPath =
227 inline void setPluginsPath(const char *pluginsPath) { mPluginsPath = pluginsPath; } in setPluginsPath() argument
/dports/www/firefox-esr/firefox-91.8.0/testing/xpcshell/
H A Dmach_test_package_commands.py32 if not args.pluginsPath:
36 args.pluginsPath = test
/dports/lang/spidermonkey60/firefox-60.9.0/testing/xpcshell/
H A Dmach_test_package_commands.py31 if not args.pluginsPath:
35 args.pluginsPath = test
/dports/mail/thunderbird/thunderbird-91.8.0/testing/xpcshell/
H A Dmach_test_package_commands.py32 if not args.pluginsPath:
36 args.pluginsPath = test
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/xpcshell/
H A Dmach_test_package_commands.py32 if not args.pluginsPath:
36 args.pluginsPath = test
/dports/graphics/ogre3d/ogre-1.11.6/Tests/Components/
H A DPageCoreTests.cpp69 String pluginsPath = mFSLayer->getConfigFilePath("plugins.cfg"); in SetUp() local
70 mRoot = OGRE_NEW Root(pluginsPath); in SetUp()
H A DTerrainTests.cpp67 String pluginsPath = mFSLayer->getConfigFilePath("plugins.cfg"); in SetUp() local
68 mRoot = OGRE_NEW Root(pluginsPath); in SetUp()

1234