Home
last modified time | relevance | path

Searched refs:helpUrl (Results 26 – 50 of 327) sorted by relevance

12345678910>>...14

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Dialog_Modal.cpp49 const char * helpUrl ) in AP_Dialog_Modal() argument
50 : XAP_Dialog_NonPersistent( pDlgFactory, id, helpUrl ) in AP_Dialog_Modal()
H A Dap_Dialog_Modeless.cpp59 const char * helpUrl ) in AP_Dialog_Modeless() argument
60 : XAP_Dialog_Modeless( pDlgFactory, id, helpUrl ) in AP_Dialog_Modeless()
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-exceptions/
H A DAudacityException.h81 virtual wxString ErrorHelpUrl() const { return helpUrl; }; in ErrorHelpUrl()
89 mutable wxString helpUrl{ "" };
106 helpUrl = helpUrl_;
H A DAudacityException.cpp59 helpUrl = that.helpUrl; in MessageBoxException()
/dports/x11-toolkits/kf5-kguiaddons/kguiaddons-5.89.0/autotests/
H A Dkurlhandlertest.cpp48 QFETCH(QString, helpUrl); in testOpeningDocsUrls()
54 const QUrl actual = KUrlHandler().concatDocsUrl(QUrl(helpUrl)); in testOpeningDocsUrls()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/packages_and_registries/infrastructure_registry/list/components/
H A Dinfrastructure_title.vue18 helpUrl: {
31 return [{ text: this.$options.i18n.LIST_INTRO_TEXT, link: this.helpUrl }];
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/packages_and_registries/package_registry/components/list/
H A Dpackage_title.vue18 helpUrl: {
31 return [{ text: this.$options.i18n.LIST_INTRO_TEXT, link: this.helpUrl }];
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryLinks.php33 private $table, $prefix, $titlesParam, $helpUrl; variable in ApiQueryLinks
41 $this->helpUrl = 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Links';
238 return $this->helpUrl;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryLinks.php35 private $table, $prefix, $titlesParam, $helpUrl; variable in ApiQueryLinks
47 $this->helpUrl = 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Links';
245 return $this->helpUrl;
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_config/view/component/
H A Dhtml.php102 $helpUrl = $this->form->getData()->get('helpURL');
106 JToolbarHelper::help($helpKey, (boolean) $helpUrl, null, $this->currentComponent);
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryLinks.php35 private $table, $prefix, $titlesParam, $helpUrl;
55 $this->helpUrl = 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Links';
253 return $this->helpUrl;
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/gallery/
H A Dwidgetgallery.cpp105 static QString helpUrl(const QString &page) in helpUrl() function
113 static inline QString helpUrl(const QWidget *w) in helpUrl() function
115 return helpUrl(className(w).toLower()); in helpUrl()
120 QDesktopServices::openUrl(helpUrl(w)); in launchHelp()
125 QDesktopServices::openUrl(helpUrl(QLatin1String("qtwidgets-index"))); in launchModuleHelp()
/dports/audio/mixxx/mixxx-2.3.0/src/preferences/dialog/
H A Ddlgpreferences.cpp432 QUrl helpUrl = pCurrentPage->helpUrl(); in slotButtonPressed() local
433 DEBUG_ASSERT(helpUrl.isValid()); in slotButtonPressed()
434 QDesktopServices::openUrl(helpUrl); in slotButtonPressed()
504 if (pWidget->helpUrl().isValid()) { in switchToPage()
H A Ddlgpreferencepage.cpp13 QUrl DlgPreferencePage::helpUrl() const { in helpUrl() function in DlgPreferencePage
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dtheme.h55 Q_PROPERTY(QString helpUrl READ helpUrl CONSTANT)
216 virtual QString helpUrl() const;
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-admin.php139 $helpUrl = 'Admin+Home'; variable
560 $helpUrl = isset($admin_icon['help']) ? $admin_icon['help'] : ''; variable
598 $crumbs[] = new Breadcrumb($admintitle, $description, $url, $helpUrl, $helpDescription);
602 $smarty->assign_by_ref('helpUrl', $helpUrl);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/jobs/components/
H A Dartifacts_block.vue20 helpUrl: {
51 :href="helpUrl"
/dports/textproc/write-good/write-good-1.0.8/node_modules/axe-core/doc/examples/
H A Dhtml-handlebars.md91 helpUrl: rule.helpUrl,
118 <a target="_blank" href="{{helpUrl}}">?</a>
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgshelp.h62 static QUrl helpUrl( const QString &key );
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgshelp.h61 static QUrl helpUrl( const QString &key );
/dports/textproc/write-good/write-good-1.0.8/node_modules/axe-core/
H A Daxe.d.ts110 helpUrl: string; property
239 helpUrl: string; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/android/java/src/org/chromium/chromoting/help/
H A DHelpActivity.java53 public static void launch(Activity activity, String helpUrl) { in launch() argument
59 intent.setData(Uri.parse(helpUrl)); in launch()
/dports/www/matomo/piwik/plugins/CoreHome/vue/src/ContentBlock/
H A DContentBlock.adapter.ts20 helpUrl: {
/dports/www/matomo/piwik/plugins/CoreHome/vue/src/EnrichedHeadline/
H A DEnrichedHeadline.adapter.ts14 helpUrl: {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIHelpService.cs51 void ShowHelpFromUrl(string helpUrl); in ShowHelpFromUrl() argument

12345678910>>...14