Home
last modified time | relevance | path

Searched refs:HelpTopic (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/
H A DHelpTopics.hs16 helpTopics :: [HelpTopic]
25 mainHelpTopic :: HelpTopic
27 HelpTopic "main" "This help page" MainHelp HelpText
29 scriptHelpTopic :: HelpTopic
33 themeHelpTopic :: HelpTopic
35 HelpTopic "themes" "Help on color themes" ThemeHelp ThemeHelpText
37 keybindingHelpTopic :: HelpTopic
39 HelpTopic "keybindings" "Help on overriding keybindings"
42 syntaxHighlightingHelpTopic :: HelpTopic
44 HelpTopic "syntax" "Help on syntax highlighing"
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Options/
H A DHelp.hs20 | HelpFor HelpTopic
30 data HelpTopic type
34 instance NFData HelpTopic
36 allHelpTopics :: [(String, HelpTopic)]
41 helpTopicUsage :: HelpTopic -> String
47 string2HelpTopic :: String -> Maybe HelpTopic
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/wilco_dtc_supportd/
H A Dwilco_dtc_supportd_notification_controller.cc44 HelpAppLauncher::HelpTopic topic) in WilcoDtcSupportdNotificationDelegate()
63 const HelpAppLauncher::HelpTopic topic_;
88 HelpAppLauncher::HelpTopic::HELP_WILCO_BATTERY_CHARGER); in ShowBatteryAuthNotification()
101 HelpAppLauncher::HelpTopic::HELP_WILCO_BATTERY_CHARGER); in ShowNonWilcoChargerNotification()
114 HelpAppLauncher::HelpTopic::HELP_WILCO_DOCK); in ShowIncompatibleDockNotification()
126 HelpAppLauncher::HelpTopic::HELP_WILCO_DOCK); in ShowDockErrorNotification()
138 HelpAppLauncher::HelpTopic::HELP_WILCO_DOCK); in ShowDockDisplayNotification()
151 HelpAppLauncher::HelpTopic::HELP_WILCO_DOCK); in ShowDockThunderboltNotification()
163 HelpAppLauncher::HelpTopic::HELP_WILCO_BATTERY_CHARGER); in ShowLowPowerChargerNotification()
174 const HelpAppLauncher::HelpTopic topic) const { in DisplayNotification()
/dports/editors/fpc-ide/fpc-3.2.2/packages/ide/
H A Dwhlpview.pas753 if (HelpTopic<>nil) and (HelpTopic^.Topic<>nil) and
821 if HelpTopic=nil then Count:=0 else Count:=HelpTopic^.GetLineCount;
838 if HelpTopic=nil then S:='' else S:=HelpTopic^.GetLineText(Line);
845 if HelpTopic=nil then Count:=0 else Count:=HelpTopic^.GetLinkCount;
898 if HelpTopic=nil then Count:=0 else Count:=HelpTopic^.GetColorAreaCount;
1025 if (HelpTopic=nil) or (Topic<>HelpTopic^.Topic) then
1027 if (HelpTopic<>nil) and (HelpTopic<>IndexHelpTopic) then
1029 HelpTopic:=nil;
1161 if HelpTopic=IndexHelpTopic then HelpTopic:=nil;
1337 if (HelpTopic<>nil) and (HelpTopic<>IndexHelpTopic) then
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ide/
H A Dwhlpview.pas753 if (HelpTopic<>nil) and (HelpTopic^.Topic<>nil) and
821 if HelpTopic=nil then Count:=0 else Count:=HelpTopic^.GetLineCount;
838 if HelpTopic=nil then S:='' else S:=HelpTopic^.GetLineText(Line);
845 if HelpTopic=nil then Count:=0 else Count:=HelpTopic^.GetLinkCount;
898 if HelpTopic=nil then Count:=0 else Count:=HelpTopic^.GetColorAreaCount;
1025 if (HelpTopic=nil) or (Topic<>HelpTopic^.Topic) then
1027 if (HelpTopic<>nil) and (HelpTopic<>IndexHelpTopic) then
1029 HelpTopic:=nil;
1161 if HelpTopic=IndexHelpTopic then HelpTopic:=nil;
1337 if (HelpTopic<>nil) and (HelpTopic<>IndexHelpTopic) then
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DWarningException.cs65 HelpTopic = helpTopic; in WarningException()
74 HelpTopic = (string)info.GetValue("helpTopic", typeof(string)); in WarningException()
87 public string HelpTopic { get; } property in System.ComponentModel.WarningException
93 info.AddValue("helpTopic", HelpTopic); in GetObjectData()
/dports/editors/nedit/nedit-5.7/source/
H A Dhelp.h44 enum HelpTopic topic; /* HELP_none for submenu & separator */
55 enum HelpTopic topic; /* target of link in this topic */
72 void Help(enum HelpTopic topic);
H A Dhelp.c178 static Widget createHelpPanel(enum HelpTopic topic);
191 static void changeWindowTopic(int existingTopic, enum HelpTopic newTopic);
541 void Help(enum HelpTopic topic) in Help()
552 static void setHelpWinTitle(Widget win, enum HelpTopic topic) in setHelpWinTitle()
577 static Widget createHelpPanel(enum HelpTopic topic) in createHelpPanel()
799 changeWindowTopic(existingTopic, (enum HelpTopic) newTopic); in changeTopicOrRaise()
995 = createHelpPanel((enum HelpTopic) link_topic); in followHyperlink()
998 changeWindowTopic(topic, (enum HelpTopic) link_topic); in followHyperlink()
1228 static void changeWindowTopic(int existingTopic, enum HelpTopic newTopic) in changeWindowTopic()
H A Dhelp_topic.h50 enum HelpTopic { enum
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_helpop.cpp41 struct HelpTopic struct
49 HelpTopic(const HelpMessage& Body, const std::string& Title) in HelpTopic() argument
56 typedef std::map<std::string, HelpTopic, irc::insensitive_swo> HelpMap;
84 const HelpTopic& entry = titer->second; in Handle()
145 if (!newhelp.insert(std::make_pair(key, HelpTopic(helpmsg, title))).second) in ReadConfig()
170 newhelp.insert(std::make_pair("index", HelpTopic(indexmsg, "List of help topics"))); in ReadConfig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/
H A Dhelp_app_launcher.h25 enum HelpTopic { enum
56 void ShowHelpTopic(HelpTopic help_topic_id);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DDesignerForm.cs119 protected abstract string HelpTopic { property in System.Web.UI.Design.MobileControls.DesignerForm
142 helpService.ShowHelpFromKeyword(HelpTopic); in ShowHelp()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Entity.Design/System/Data/WebControls/Design/Util/
H A DDesignerForm.cs131 protected abstract string HelpTopic property in System.Web.UI.Design.WebControls.Util.DesignerForm
163 helpService.ShowHelpFromKeyword(HelpTopic); in ShowHelp()
/dports/security/keybase/client-v5.7.1/go/client/
H A Dhelp.go10 func GetHelpTopics() []cli.HelpTopic {
11 return []cli.HelpTopic{
19 var advancedHT = cli.HelpTopic{
33 var gpgHT = cli.HelpTopic{
94 var keyringHT = cli.HelpTopic{
139 var torHT = cli.HelpTopic{
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Far/
H A DFarPlugin.h88 char *HelpTopic,
101 char *HelpTopic,
126 const char *HelpTopic,
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Far/
H A DFarPlugin.h88 char *HelpTopic,
101 char *HelpTopic,
126 const char *HelpTopic,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.h56 HelpAppLauncher::HelpTopic help_topic_id) = 0;
129 HelpAppLauncher::HelpTopic help_topic_id) override;
/dports/www/drupal8/drupal-8.9.20/core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/
H A DTestHelpTopicPlugin.php3 namespace Drupal\help_topics_test\Plugin\HelpTopic;
/dports/www/drupal9/drupal-9.2.10/core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/
H A DTestHelpTopicPlugin.php3 namespace Drupal\help_topics_test\Plugin\HelpTopic;
/dports/www/drupal8/drupal-8.9.20/core/modules/help_topics/tests/modules/help_topics_test/
H A Dhelp_topics_test.help_topics.yml2 class: 'Drupal\help_topics_test\Plugin\HelpTopic\TestHelpTopicPlugin'
/dports/www/drupal9/drupal-9.2.10/core/modules/help_topics/tests/modules/help_topics_test/
H A Dhelp_topics_test.help_topics.yml2 class: 'Drupal\help_topics_test\Plugin\HelpTopic\TestHelpTopicPlugin'
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/State/
H A DHelp.hs14 showHelpScreen :: HelpTopic -> MH ()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.h60 HelpAppLauncher::HelpTopic help_topic_id) = 0;
124 HelpAppLauncher::HelpTopic help_topic_id,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/ui/
H A Dmock_login_display.h24 MOCK_METHOD3(ShowError, void(int, int, HelpAppLauncher::HelpTopic));
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/chromeos/login/
H A Dcore_oobe_handler.h58 HelpAppLauncher::HelpTopic help_topic_id) = 0;
141 HelpAppLauncher::HelpTopic help_topic_id) override;

12345