Home
last modified time | relevance | path

Searched refs:helpUrl (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/science/elmerfem/elmerfem-release-9.0/post/src/help/
H A Dhelp.tcl168 global HM.text helpUrl
184 set helpUrl $file
258 set helpUrl http:/
260 set helpUrl $helpUrl/$href
266 set helpUrl $href
268 set helpUrl [string range $helpUrl 0 [string last / $helpUrl]]$href
293 if { [string last / $helpUrl] != [expr [string length $helpUrl]-1] } { set helpUrl $helpUrl/ }
294 helpRender $helpUrl
297 helpRender $helpUrl
322 set image [string range $helpUrl 0 [string last "/" $helpUrl]]$src
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/doc/
H A Dhelp.tcl168 global HM.text helpUrl
184 set helpUrl $file
258 set helpUrl http:/
260 set helpUrl $helpUrl/$href
266 set helpUrl $href
268 set helpUrl [string range $helpUrl 0 [string last / $helpUrl]]$href
293 if { [string last / $helpUrl] != [expr [string length $helpUrl]-1] } { set helpUrl $helpUrl/ }
294 helpRender $helpUrl
297 helpRender $helpUrl
322 set image [string range $helpUrl 0 [string last "/" $helpUrl]]$src
[all …]
/dports/devel/py-azure-mgmt-botservice/azure-mgmt-botservice-0.3.0/tests/recordings/
H A Dtest_mgmt_botservice_connections.test_bot_connection_serviceproviders.yaml24 …provider","helpUrl":null,"default":null,"metadata":{"constraints":{"required":true}}},{"name":"Cli…
28 …provider","helpUrl":null,"default":null,"metadata":{"constraints":{"required":true}}},{"name":"Cli…
32 …provider","helpUrl":null,"default":null,"metadata":{"constraints":{"required":true}}},{"name":"Cli…
40 …provider","helpUrl":null,"default":null,"metadata":{"constraints":{"required":true}}},{"name":"Cli…
45 …the Skype tenant.","helpUrl":null,"default":null,"metadata":null},{"name":"ClientSecret","type":"s…
47 …to the Skype tenant.","helpUrl":null,"default":null,"metadata":null},{"name":"TenantId","type":"st…
64 …URL.","helpUrl":null,"default":"https://api.office.com/discovery/","metadata":null},{"name":"Tenan…
74 …Single Sign-On token exchange.","helpUrl":null,"default":null,"metadata":null},{"name":"TenantId",…
90 …"description":"The name of the application showed during authorization","helpUrl":null,"default":"…
195 … List Delimiter","description":"Character to delimit the scope list","helpUrl":null,"default":"
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DWarningException.cs23 private readonly string helpUrl; field in System.ComponentModel.WarningException
44 public WarningException(string message, string helpUrl) : this(message, helpUrl, null) { in WarningException() argument
60 public WarningException(string message, string helpUrl, string helpTopic) in WarningException() argument
62 this.helpUrl = helpUrl; in WarningException()
70 helpUrl = (string) info.GetValue("helpUrl", typeof(string)); in WarningException()
80 return helpUrl;
103 info.AddValue("helpUrl", helpUrl); in GetObjectData()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Dialog.cpp38 const char * helpUrl ) in XAP_Dialog() argument
44 if (helpUrl) in XAP_Dialog()
45 m_helpUrl = new UT_String (helpUrl); in XAP_Dialog()
101 : XAP_Dialog(pDlgFactory,id, helpUrl) in XAP_Dialog_NonPersistent()
114 : XAP_Dialog_NonPersistent(pDlgFactory,id, helpUrl), in XAP_TabbedDialog_NonPersistent()
125 …ent::XAP_Dialog_Persistent(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl) in XAP_Dialog_Persistent() argument
126 : XAP_Dialog(pDlgFactory,id, helpUrl), in XAP_Dialog_Persistent()
150 : XAP_Dialog_Persistent(pDlgFactory,id, helpUrl) in XAP_Dialog_FramePersistent()
171 : XAP_Dialog_Persistent(pDlgFactory,id, helpUrl) in XAP_Dialog_AppPersistent()
191 …eless::XAP_Dialog_Modeless(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl) in XAP_Dialog_Modeless() argument
[all …]
H A Dxap_Dialog.h75 const char * helpUrl = NULL );
148 …XAP_Dialog_NonPersistent(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl =…
162 …log_NonPersistent(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl = NULL );
176 …XAP_Dialog_Persistent(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl = NU…
190 …XAP_Dialog_FramePersistent(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl
205 …XAP_Dialog_AppPersistent(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl =…
221 …XAP_Dialog_Modeless(XAP_DialogFactory * pDlgFactory, XAP_Dialog_Id id, const char * helpUrl = NULL…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgshelp.cpp38 QDesktopServices::openUrl( QgsHelp::helpUrl( key ) ); in openHelp()
41 QUrl QgsHelp::helpUrl( const QString &key ) in helpUrl() function in QgsHelp
55 QUrl helpUrl; in helpUrl() local
89 helpUrl = QUrl( helpPath ); in helpUrl()
98 helpUrl = QUrl::fromLocalFile( filePath ); in helpUrl()
102 helpUrl.setFragment( helpPath.mid( helpPath.lastIndexOf( QLatin1Char( '#' ) ) + 1, -1 ) ); in helpUrl()
110 return helpFound ? helpUrl : helpNotFound; in helpUrl()
115 QUrl helpUrl( url ); in urlExists() local
162 socket.connectToHost( helpUrl.host(), 80 ); in urlExists()
165 socket.write( "HEAD " + helpUrl.path().toUtf8() + " HTTP/1.1\r\n" in urlExists()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgshelp.cpp38 QDesktopServices::openUrl( QgsHelp::helpUrl( key ) ); in openHelp()
41 QUrl QgsHelp::helpUrl( const QString &key ) in helpUrl() function in QgsHelp
55 QUrl helpUrl; in helpUrl() local
89 helpUrl = QUrl( helpPath ); in helpUrl()
98 helpUrl = QUrl::fromLocalFile( filePath ); in helpUrl()
102 helpUrl.setFragment( helpPath.mid( helpPath.lastIndexOf( QLatin1Char( '#' ) ) + 1, -1 ) ); in helpUrl()
110 return helpFound ? helpUrl : helpNotFound; in helpUrl()
115 const QUrl helpUrl( url ); in urlExists() local
162 socket.connectToHost( helpUrl.host(), 80 ); in urlExists()
165 socket.write( "HEAD " + helpUrl.path().toUtf8() + " HTTP/1.1\r\n" in urlExists()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/test/language/fixtures/
H A Dtest_collecting_strings.php47 $helpUrl = 'Features+Admin'; variable
52 $helpUrl = 'General+Admin'; variable
57 $helpUrl = 'Login+Config'; variable
62 $helpUrl = 'Wiki+Config'; variable
65 $helpUrl = ''; variable
68 if (! $helpUrl) {
69 $helpUrl = ucfirst($adminPage) . '+Config'; variable
/dports/graphics/wdune/wdune-1.926/src/
H A DHelpSettingsDialog.cpp72 const char *helpUrl; in LoadData() local
80 &helpUrl, &vrmlUrl, &x3dUrl, &application, &topic); in LoadData()
84 swSetText(swGetDialogItem(m_dlg, IDC_DOC_DIRECTORY), helpUrl); in LoadData()
96 MyString helpUrl; in SaveData() local
104 helpUrl = GetText(swGetDialogItem(m_dlg, IDC_DOC_DIRECTORY)); in SaveData()
112 helpUrl, vrmlUrl, x3dUrl, application, topic); in SaveData()
175 const char *helpUrl; in OnSetDefaults() local
185 &helpUrl, &vrmlUrl, &x3dUrl, &application, &topic); in OnSetDefaults()
189 swSetText(swGetDialogItem(m_dlg, IDC_DOC_DIRECTORY), helpUrl); in OnSetDefaults()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Script/
H A DGoogleAppsScriptTypeAddOnEntryPoint.php22 public $helpUrl; variable in Google_Service_Script_GoogleAppsScriptTypeAddOnEntryPoint
43 public function setHelpUrl($helpUrl) argument
45 $this->helpUrl = $helpUrl;
49 return $this->helpUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Script/
H A DGoogleAppsScriptTypeAddOnEntryPoint.php22 public $helpUrl; variable in Google_Service_Script_GoogleAppsScriptTypeAddOnEntryPoint
43 public function setHelpUrl($helpUrl) argument
45 $this->helpUrl = $helpUrl;
49 return $this->helpUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ToolResults/
H A DSuggestionProto.php20 public $helpUrl; variable in Google_Service_ToolResults_SuggestionProto
34 public function setHelpUrl($helpUrl) argument
36 $this->helpUrl = $helpUrl;
40 return $this->helpUrl;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DWarningException.cs43 public WarningException(string message, string helpUrl) : this(message, helpUrl, null) in WarningException() argument
61 public WarningException(string message, string helpUrl, string helpTopic) in WarningException() argument
64 HelpUrl = helpUrl; in WarningException()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/
H A DDataSource.php29 public $helpUrl; variable in Google_Service_BigQueryDataTransfer_DataSource
105 public function setHelpUrl($helpUrl) argument
107 $this->helpUrl = $helpUrl;
111 return $this->helpUrl;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/
H A DDataSource.php29 public $helpUrl; variable in Google_Service_BigQueryDataTransfer_DataSource
105 public function setHelpUrl($helpUrl) argument
107 $this->helpUrl = $helpUrl;
111 return $this->helpUrl;
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Daboutdialog.cpp31 QString helpUrl(const char *url) in helpUrl() function
63 .arg( name, copyright, helpUrl(url) ); in helpLib()
117 + helpLink( tr("Web"), helpUrl("https://hluk.github.io/CopyQ/"), IconHome ) in aboutPage()
118 + helpLink( tr("Donate"), helpUrl("https://liberapay.com/CopyQ/"), IconGift ) in aboutPage()
/dports/graphics/wdune/wdune-1.926/src/swt/motif/
H A Dbrowser.c375 char *helpUrl; member
434 browser->helpUrl = mystrdup(url); in swHelpBrowserSetDefaults()
437 browser->helpUrl = mystrdup(HELP_URL); in swHelpBrowserSetDefaults()
453 *helpUrl = browser->helpUrl; in swHelpBrowserGetSettings()
464 const char *helpUrl, in swHelpBrowserSetSettings() argument
471 free(browser->helpUrl); in swHelpBrowserSetSettings()
472 browser->helpUrl = mystrdup(helpUrl); in swHelpBrowserSetSettings()
489 char* path=browser->helpUrl; in swHelpBrowserHTML()
496 return browser->helpUrl; in swGetHelpUrl()
517 strcpy(path, browser->helpUrl); in swHelpBrowserVRML()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/widgets/
H A DErrorReportDialog.cpp70 const TranslatableString& message, const ManualPageID& helpUrl, in BEGIN_EVENT_TABLE()
75 , mHelpUrl(helpUrl) in BEGIN_EVENT_TABLE()
267 const auto &helpUrl = mHelpUrl.GET(); in OnHelp() local
268 if (helpUrl.StartsWith(wxT("innerlink:"))) in OnHelp()
271 this, TitleText(helpUrl.Mid(10)), HelpText(helpUrl.Mid(10)), false, in OnHelp()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/jobs/components/
H A Dsidebar_detail_row.vue20 helpUrl: {
31 return this.helpUrl.length > 0;
41 <gl-link v-if="hasHelpURL" :href="helpUrl" target="_blank">
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls.WebParts/
H A DWebPart.cs55 helpUrl; field in System.Web.UI.WebControls.WebParts.WebPart
68 helpUrl = string.Empty; in WebPart()
336 return helpUrl;
339 helpUrl = value;
/dports/graphics/wdune/wdune-1.926/src/swt/win32/
H A Dbrowser.c592 char *helpUrl; member
657 browser->helpUrl = mystrdup(url); in swHelpBrowserSetDefaults()
660 browser->helpUrl = mystrdup(HELP_URL); in swHelpBrowserSetDefaults()
669 const char **helpUrl, in swHelpBrowserGetSettings() argument
676 *helpUrl = browser->helpUrl; in swHelpBrowserGetSettings()
686 const char *helpUrl, in swHelpBrowserSetSettings() argument
693 free(browser->helpUrl); in swHelpBrowserSetSettings()
701 browser->helpUrl = mystrdup(helpUrl); in swHelpBrowserSetSettings()
754 return browser->helpUrl; in swGetHelpUrl()
768 strcpy(path, browser->helpUrl); in swHelpBrowserVRML()
[all …]
/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DhelpBrowser.cpp33 helpBrowser::helpBrowser (QUrl helpUrl, QWidget *parent) : QDialog (parent) in helpBrowser() argument
40 uiB.browser -> setSource(helpUrl); in helpBrowser()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/help/
H A DHelp.java215 private String getApplicationRelativeHelpUrl(String helpUrl) in getApplicationRelativeHelpUrl() argument
218 if (helpUrl.startsWith(appUrl) && !helpUrl.equals(appUrl)) in getApplicationRelativeHelpUrl()
219 return helpUrl.substring(appUrl.length()); in getApplicationRelativeHelpUrl()
221 return helpUrl; in getApplicationRelativeHelpUrl()
/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A Dhelp.pm50 $helpUrl = FAQ::OMatic::HelpMod::helpURL($params, $cmd);
70 SRC="$helpUrl"

12345678910>>...14