Home
last modified time | relevance | path

Searched refs:plugin_path (Results 126 – 150 of 688) sorted by relevance

12345678910>>...28

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dppapi_test_utils.cc54 base::FilePath plugin_path = plugin_dir.Append(plugin.library_name); in RegisterPlugins() local
55 if (!base::PathExists(plugin_path)) in RegisterPlugins()
57 args += plugin_path.value(); in RegisterPlugins()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dhung_plugin_tab_helper.h44 void PluginCrashed(const base::FilePath& plugin_path,
47 const base::FilePath& plugin_path,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(os.environ["LLDB_IMPLIB_DIR"], "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/cad/cura/Cura-58bae31/plugins/Toolbox/src/CloudSync/
H A DDiscrepanciesPresenter.py27 def present(self, plugin_path: str, model: SubscribedPackagesModel) -> None:
28 path = os.path.join(plugin_path, self._compatibility_dialog_path)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/tools/intel-features/intel-pt/test/
H A DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dplugin.py671 plugin_path = self.filepath
673 if os.path.isdir(plugin_path):
674 init_path = _get_package_init(plugin_path)
676 loading_path = plugin_path
682 if plugin_path.endswith(suffix):
683 loading_path = plugin_path
687 % (fullname, plugin_path))
/dports/comms/gqrx/gqrx-2.15/src/applications/gqrx/
H A Dmain.cpp62 …QString plugin_path = QDir::cleanPath(QCoreApplication::applicationDirPath() + "/../soapy-modules"… in main() local
63 QFileInfo plugin_path_info(plugin_path); in main()
65 qputenv("SOAPY_SDR_PLUGIN_PATH", plugin_path.toUtf8()); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/app_mode/
H A Dapp_session.h65 bool ShouldHandlePlugin(const base::FilePath& plugin_path) const override;
66 void OnPluginCrashed(const base::FilePath& plugin_path) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dplugin_list.cc272 base::FilePath plugin_path = plugin.path; in GetPluginInfoArray() local
273 if (visited_plugins.insert(plugin_path).second) { in GetPluginInfoArray()
284 const base::FilePath& plugin_path) { in RemoveExtraPluginPathLocked() argument
287 extra_plugin_paths_.begin(), extra_plugin_paths_.end(), plugin_path); in RemoveExtraPluginPathLocked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dplugin_list.cc272 base::FilePath plugin_path = plugin.path; in GetPluginInfoArray() local
273 if (visited_plugins.insert(plugin_path).second) { in GetPluginInfoArray()
284 const base::FilePath& plugin_path) { in RemoveExtraPluginPathLocked() argument
287 extra_plugin_paths_.begin(), extra_plugin_paths_.end(), plugin_path); in RemoveExtraPluginPathLocked()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dnative_library_win.cc125 FilePath plugin_path = library_path.DirName(); in LoadNativeLibraryHelper() local
126 if (!plugin_path.empty()) { in LoadNativeLibraryHelper()
127 SetCurrentDirectory(plugin_path); in LoadNativeLibraryHelper()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dnative_library_win.cc125 FilePath plugin_path = library_path.DirName(); in LoadNativeLibraryHelper() local
126 if (!plugin_path.empty()) { in LoadNativeLibraryHelper()
127 SetCurrentDirectory(plugin_path); in LoadNativeLibraryHelper()
/dports/net/dhcprelya/dhcprelya-a4d10c4/
H A Ddhcprelya.c648 char buf[5000], plugin_name[50], plugin_path[100]; in read_config() local
701 strlcpy(plugin_path, plugin_base, sizeof(plugin_path)); in read_config()
702 strlcat(plugin_path, "dhcprelya_", sizeof(plugin_path)); in read_config()
703 strlcat(plugin_path, plugin_name, sizeof(plugin_path)); in read_config()
704 strlcat(plugin_path, "_plugin.so", sizeof(plugin_path)); in read_config()
705 handle = dlopen(plugin_path, RTLD_LAZY); in read_config()
708 errx(1, "Can't open plugin: %s", plugin_path); in read_config()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstregistry.c1574 const gchar *plugin_path; in scan_and_update_registry() local
1598 plugin_path = g_getenv ("GST_PLUGIN_PATH_1_0"); in scan_and_update_registry()
1599 if (plugin_path == NULL) in scan_and_update_registry()
1600 plugin_path = g_getenv ("GST_PLUGIN_PATH"); in scan_and_update_registry()
1601 if (plugin_path) { in scan_and_update_registry()
1605 GST_DEBUG ("GST_PLUGIN_PATH set to %s", plugin_path); in scan_and_update_registry()
1618 plugin_path = g_getenv ("GST_PLUGIN_SYSTEM_PATH_1_0"); in scan_and_update_registry()
1619 if (plugin_path == NULL) in scan_and_update_registry()
1620 plugin_path = g_getenv ("GST_PLUGIN_SYSTEM_PATH"); in scan_and_update_registry()
1621 if (plugin_path == NULL) { in scan_and_update_registry()
[all …]
/dports/www/flexget/Flexget-3.2.18/flexget/tests/
H A Dtest_pluginapi.py32 plugin_path = os.path.dirname(plugins.__file__)
34 os.path.basename(i) for k in ("/*.py", "/*/*.py") for i in glob.glob(plugin_path + k)
/dports/math/py-yt/yt-4.0.1/yt/fields/tests/
H A Dtest_fields_plugins.py41 cls.plugin_path = os.path.join(config_dir(), ytcfg.get("yt", "plugin_filename"))
42 with open(cls.plugin_path, mode="w") as fh:
/dports/multimedia/vapoursynth/vapoursynth-R54/src/filters/ocr/
H A Docr.c248 const char *plugin_path = vsapi->getPluginPath(ocr_plugin); in OCRCreate() local
249 char *last_slash = strrchr(plugin_path, '/'); in OCRCreate()
250 d.datapath = szterm(plugin_path, last_slash - plugin_path + 1); in OCRCreate()
/dports/finance/prestashop/prestashop/classes/controller/
H A DController.php598 $plugin_path = Media::getJqueryPluginPath($plugin, $folder);
600 if (!empty($plugin_path['js'])) {
601 $this->addJS($plugin_path['js'], false);
603 if ($css && !empty($plugin_path['css'])) {
604 $this->addCSS(key($plugin_path['css']), 'all', null, false);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/plugins/
H A Dplugin_observer.h36 void PluginCrashed(const base::FilePath& plugin_path,
58 void CouldNotLoadPlugin(const base::FilePath& plugin_path) override;

12345678910>>...28