Home
last modified time | relevance | path

Searched refs:helpTopic (Results 1 – 25 of 85) sorted by relevance

1234

/dports/www/drupal8/drupal-8.9.20/core/modules/help_topics/tests/src/Unit/
H A DHelpTopicTwigTest.php26 protected $helpTopic; variable in Drupal\\Tests\\help_topics\\Unit\\HelpTopicTwigTest
46 $this->helpTopic = new HelpTopicTwig([],
57 $this->assertEquals($this->helpTopic->getBody(),
59 $this->assertEquals($this->helpTopic->getLabel(),
69 $this->assertEquals($this->helpTopic->getProvider(),
71 $this->assertEquals($this->helpTopic->isTopLevel(),
73 $this->assertEquals($this->helpTopic->getRelated(),
83 $this->assertEquals($this->helpTopic->getCacheContexts(), []);
84 $this->assertEquals($this->helpTopic->getCacheTags(), ['core.extension']);
85 $this->assertEquals($this->helpTopic->getCacheMaxAge(), Cache::PERMANENT);
/dports/www/drupal9/drupal-9.2.10/core/modules/help_topics/tests/src/Unit/
H A DHelpTopicTwigTest.php26 protected $helpTopic; variable in Drupal\\Tests\\help_topics\\Unit\\HelpTopicTwigTest
46 $this->helpTopic = new HelpTopicTwig([],
57 $this->assertEquals($this->helpTopic->getBody(),
59 $this->assertEquals($this->helpTopic->getLabel(),
69 $this->assertEquals($this->helpTopic->getProvider(),
71 $this->assertEquals($this->helpTopic->isTopLevel(),
73 $this->assertEquals($this->helpTopic->getRelated(),
83 $this->assertEquals([], $this->helpTopic->getCacheContexts());
84 $this->assertEquals(['core.extension'], $this->helpTopic->getCacheTags());
85 $this->assertEquals(Cache::PERMANENT, $this->helpTopic->getCacheMaxAge());
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DWarningException.cs24 private readonly string helpTopic; field in System.ComponentModel.WarningException
60 public WarningException(string message, string helpUrl, string helpTopic) in WarningException() argument
63 this.helpTopic = helpTopic; in WarningException()
71 helpTopic = (string) info.GetValue("helpTopic", typeof(string)); in WarningException()
90 return helpTopic;
104 info.AddValue("helpTopic", helpTopic); in GetObjectData()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DHelp.cs84 private static void ShowHelpTopic (string helpFile, string helpTopic) in ShowHelpTopic() argument
96 if (!String.IsNullOrEmpty (helpTopic)) { in ShowHelpTopic()
97 if (!helpTopic.StartsWith ("/")) in ShowHelpTopic()
98 helpTopic = "/" + helpTopic; in ShowHelpTopic()
99 helpTopic = helpTopic.TrimEnd (' '); in ShowHelpTopic()
100 arguments = String.Format ("\"{0}::{1}\"", helpFile, helpTopic); in ShowHelpTopic()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DLabelWithHelp.java31 public LabelWithHelp(String text, String helpTopic, String title, Widget labeledWidget) in LabelWithHelp() argument
33 this(text, helpTopic, true, title, labeledWidget); in LabelWithHelp()
44 String helpTopic, in LabelWithHelp() argument
52 HelpButton helpButton = new HelpButton(helpTopic, includeVersionInfo, title); in LabelWithHelp()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Far/
H A DFarUtils.cpp39 const char *helpTopic, const char **items, int numItems, int numButtons) in ShowMessage() argument
41 return m_Data.Message(m_Data.ModuleNumber, flags, helpTopic, in ShowMessage()
148 const char *helpTopic, struct FarDialogItem *items, int numItems) in ShowDialog() argument
150 return m_Data.Dialog(m_Data.ModuleNumber, X1, Y1, X2, Y2, (char *)helpTopic, in ShowDialog()
155 const char *helpTopic, struct FarDialogItem *items, int numItems) in ShowDialog() argument
157 return ShowDialog(-1, -1, sizeX, sizeY, helpTopic, items, numItems); in ShowDialog()
373 const char *helpTopic, in Menu() argument
380 (char *)aBottom, (char *)helpTopic, breakKeys, breakCode, items, numItems); in Menu()
386 const char *helpTopic, in Menu() argument
390 return Menu(-1, -1, 0, flags, title, NULL, helpTopic, NULL, in Menu()
[all …]
H A DFarUtils.h63 int ShowMessage(unsigned int flags, const char *helpTopic,
74 const char *helpTopic, struct FarDialogItem *items, int numItems);
76 const char *helpTopic, struct FarDialogItem *items, int numItems);
118 const char *helpTopic,
126 const char *helpTopic,
133 const char *helpTopic,
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Far/
H A DFarUtils.cpp39 const char *helpTopic, const char **items, int numItems, int numButtons) in ShowMessage() argument
41 return m_Data.Message(m_Data.ModuleNumber, flags, helpTopic, in ShowMessage()
148 const char *helpTopic, struct FarDialogItem *items, int numItems) in ShowDialog() argument
150 return m_Data.Dialog(m_Data.ModuleNumber, X1, Y1, X2, Y2, (char *)helpTopic, in ShowDialog()
155 const char *helpTopic, struct FarDialogItem *items, int numItems) in ShowDialog() argument
157 return ShowDialog(-1, -1, sizeX, sizeY, helpTopic, items, numItems); in ShowDialog()
373 const char *helpTopic, in Menu() argument
380 (char *)aBottom, (char *)helpTopic, breakKeys, breakCode, items, numItems); in Menu()
386 const char *helpTopic, in Menu() argument
390 return Menu(-1, -1, 0, flags, title, NULL, helpTopic, NULL, in Menu()
[all …]
H A DFarUtils.h63 int ShowMessage(unsigned int flags, const char *helpTopic,
74 const char *helpTopic, struct FarDialogItem *items, int numItems);
76 const char *helpTopic, struct FarDialogItem *items, int numItems);
118 const char *helpTopic,
126 const char *helpTopic,
133 const char *helpTopic,
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/utils/
H A Dmisc.cpp749 DisplayPgAdminHelp(helpTopic); in DisplayHelp()
798 DisplayPgAdminHelp(helpTopic); in DisplayHelp()
803 void DisplayPgAdminHelp(const wxString &helpTopic) in DisplayPgAdminHelp() argument
844 int hashPos = helpTopic.Find('#'); in DisplayPgAdminHelp()
846 page = helpTopic + wxT(".html"); in DisplayPgAdminHelp()
848 page = helpTopic.Left(hashPos) + wxT(".html") + helpTopic.Mid(hashPos); in DisplayPgAdminHelp()
852 if (helpTopic == wxT("index.html")) in DisplayPgAdminHelp()
867 int hashPos = helpTopic.Find('#'); in DisplayExternalHelp()
869 page = helpTopic + wxT(".html"); in DisplayExternalHelp()
871 page = helpTopic.Left(hashPos) + wxT(".html") + helpTopic.Mid(hashPos); in DisplayExternalHelp()
[all …]
/dports/devel/cervisia/cervisia-21.12.3/
H A Daddremovedialog.cpp92 helpTopic = "removingfiles"; in AddRemoveDialog()
94 helpTopic = "addingfiles"; in AddRemoveDialog()
102 KHelpClient::invokeHelp(helpTopic); in slotHelp()
H A Daddremovedialog.h43 QString helpTopic; variable
H A Dcheckoutdialog.h78 QString helpTopic; variable
/dports/graphics/wdune/wdune-1.926/src/swt/win32/
H A Dbrowser.c591 char *helpTopic; member
621 browser->helpTopic = mystrdup(swGetPreference(prefs, "HelpTopic", "")); in swHelpBrowserInit()
672 const char **helpTopic) in swHelpBrowserGetSettings() argument
680 *helpTopic = browser->helpTopic; in swHelpBrowserGetSettings()
689 const char *helpTopic) in swHelpBrowserSetSettings() argument
697 free(browser->helpTopic); in swHelpBrowserSetSettings()
705 browser->helpTopic = mystrdup(helpTopic); in swHelpBrowserSetSettings()
730 swSetPreference(browser->prefs, "HelpTopic", browser->helpTopic); in saveHelpBrowserPreferences()
797 free(browser->helpTopic); in swHelpBrowserShutdown()
826 free(browser->helpTopic); in getShellOpenHelpCommand()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DWarningException.cs61 public WarningException(string message, string helpUrl, string helpTopic) in WarningException() argument
65 HelpTopic = helpTopic; in WarningException()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DMsgBox.pm29 my $helpTopic = defined $$extras{helpTopic} ? $$extras{helpTopic} : 'Prima';
60 $::application-> open_help( $helpTopic);
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/Global/
H A DUtils.qml81 if (pComponent && typeof(pComponent.helpTopic) !== "undefined") {
82 return pComponent.helpTopic
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qml/Global/
H A Dtest_Utils.qml76 … = createTemporaryQmlObject("import QtQuick 2.12; Item {property string helpTopic: \"dummyHelp\";}…
79 …tHelp, defaultHelpTopic), defaultHelpTopic, "Get default help topic if component got no helpTopic")
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/utils/
H A Dmisc.h181 void DisplayHelp(const wxString &helpTopic, const HelpType helpType);
182 void DisplayPgAdminHelp(const wxString &helpTopic);
183 void DisplayExternalHelp(const wxString &helpTopic, const wxString &docPath, wxHelpControllerBase *…
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Entity.Design/System/Data/WebControls/Design/
H A DEntityDataSourceStatementEditor.cs194 string helpTopic = GetHelpTopic(propertyName); in Initialize()
197 … hasAutoGen, autoGen, propertyName, label, accessibleName, helpTopic, statement, parameters); in Initialize()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/TitleBar/+desktop/
H A DTitleBar.qml97 helpTopic: "applicationOverview"
158 onClicked: ApplicationModel.openOnlineHelp(rightMostAction.helpTopic)
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/qml/Governikus/InformationView/+desktop/
H A DLicenseInformation.qml18 readonly property string helpTopic: "helpLicenseinformation"
H A DVersionInformation.qml21 readonly property string helpTopic: "helpVersioninformation"
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkdirstatsettings.cpp110 QString helpTopic = ""; in slotHelp() local
113 helpTopic = "configuring_cleanups"; in slotHelp()
115 helpTopic = "tree_colors"; in slotHelp()
117 helpTopic = "treemap_settings"; in slotHelp()
119 helpTopic = "general_settings"; in slotHelp()
122 KHelpClient::invokeHelp(helpTopic); in slotHelp()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/python_utils/
H A Dgitdist.py63 for helpTopic in helpTopics:
64 helpTopicStr += "* '" + helpTopic + "'\n"
1029 for helpTopic in helpTopics:
1030 helpTopicStr += helpTopicsDict.get(helpTopic)
1353 if options.helpTopic:
1354 print(getDistHelpTopicStr(options.helpTopic))

1234