Home
last modified time | relevance | path

Searched refs:HelpInfo (Results 1 – 25 of 51) sorted by relevance

123

/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/color-eyre-0.5.7/src/section/
H A Dhelp.rs120 handler.sections.push(HelpInfo::Error(error)); in error()
133 handler.sections.push(HelpInfo::Error(error)); in with_error()
232 pub(crate) enum HelpInfo { enum
240 impl Display for HelpInfo { implementation
245 HelpInfo::Suggestion(suggestion) => { in fmt()
249 HelpInfo::Error(error) => { in fmt()
268 impl fmt::Debug for HelpInfo { implementation
271 HelpInfo::Note(note) => f in fmt()
275 HelpInfo::Warning(warning) => f in fmt()
279 HelpInfo::Suggestion(suggestion) => f in fmt()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/assist/
H A DHelpStrategy.java26 import org.rstudio.studio.client.workbench.views.help.model.HelpInfo;
116 public void onResponseReceived(HelpInfo.Custom result) in showDefaultHelp()
138 new ServerRequestCallback<HelpInfo>() { in showDefaultHelp()
148 public void onResponseReceived(HelpInfo result) in showDefaultHelp()
186 new ServerRequestCallback<HelpInfo.Custom>() { in showParameterHelp()
214 new ServerRequestCallback<HelpInfo>() { in showParameterHelp()
222 public void onResponseReceived(HelpInfo response) in showParameterHelp()
287 new ServerRequestCallback<HelpInfo>() { in showDataHelp()
296 public void onResponseReceived(HelpInfo response) in showDataHelp()
344 new ServerRequestCallback<HelpInfo>() { in showPackageHelp()
[all …]
H A DCompletionPopupDisplay.java29 import org.rstudio.studio.client.workbench.views.help.model.HelpInfo;
67 void displayHelp(HelpInfo.ParsedInfo help); in displayHelp()
69 void displayPackageHelp(HelpInfo.ParsedInfo helpInfo); in displayPackageHelp()
70 void displayDataHelp(HelpInfo.ParsedInfo helpInfo); in displayDataHelp()
H A DHelpInfoPopupPanel.java25 import org.rstudio.studio.client.workbench.views.help.model.HelpInfo;
63 public void displayHelp(HelpInfo.ParsedInfo help) in displayHelp()
115 public void displayPackageHelp(HelpInfo.ParsedInfo help) in displayPackageHelp()
H A DCompletionPopupPanel.java49 import org.rstudio.studio.client.workbench.views.help.model.HelpInfo.ParsedInfo;
/dports/games/ivan/ivan-059/FeLib/Source/
H A Dconfig.cpp37 configoption::configoption(cchar* Name, cchar* Description, cchar* HelpInfo) in configoption() argument
38 : Name(Name), Description(Description), HelpInfo(HelpInfo) { } in configoption()
41 cchar* HelpInfo, cfestring& Value, in stringoption() argument
47 : configoption(Name, Desc, HelpInfo), in stringoption()
52 numberoption::numberoption(cchar* Name, cchar* Desc, cchar* HelpInfo, long Value, in numberoption() argument
57 : configoption(Name, Desc, HelpInfo), in numberoption()
68 : numberoption(Name, Desc, HelpInfo, Value, ValueDisplayer, in scrollbaroption()
72 truthoption::truthoption(cchar* Name, cchar* Desc, cchar* HelpInfo, truth Value, in truthoption() argument
76 : configoption(Name, Desc, HelpInfo), in truthoption()
81 cycleoption::cycleoption(cchar* Name, cchar* Desc, cchar* HelpInfo, in cycleoption() argument
[all …]
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/jane-eyre-0.3.0/src/
H A Dhelp.rs103 e.context_mut().help.push(HelpInfo::Note(Box::new(context))); in note()
117 .push(HelpInfo::Note(Box::new(context()))); in with_note()
130 .push(HelpInfo::Warning(Box::new(context))); in warning()
144 .push(HelpInfo::Warning(Box::new(context()))); in with_warning()
157 .push(HelpInfo::Suggestion(Box::new(context))); in suggestion()
171 .push(HelpInfo::Suggestion(Box::new(context()))); in with_suggestion()
177 pub enum HelpInfo { enum
183 impl Display for HelpInfo { implementation
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/color-eyre-0.5.7/src/
H A Dhandler.rs3 section::help::HelpInfo,
71 .filter(|s| matches!(s, HelpInfo::Error(_))) in debug()
79 .filter(|s| matches!(s, HelpInfo::Custom(_))) in debug()
118 .filter(|s| !matches!(s, HelpInfo::Custom(_) | HelpInfo::Error(_))) in debug()
H A Dlib.rs370 use section::help::HelpInfo;
402 sections: Vec<HelpInfo>,
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/help/model/
H A DHelpServerOperations.java28 ServerRequestCallback<HelpInfo> requestCallback); in getHelp()
41 ServerRequestCallback<HelpInfo.Custom> requestCallback); in getCustomHelp()
46 ServerRequestCallback<HelpInfo.Custom> requestCallback); in getCustomParameterHelp()
H A DHelpInfo.java27 public class HelpInfo extends JavaScriptObject class
29 protected HelpInfo() in HelpInfo() method in HelpInfo
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOHELP.h55 struct HelpInfo struct
79 char help_code[HelpInfo::HELP_CODE_LEN+1]; argument
84 HelpInfo *help_info_array;
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dhelp.c56 } HelpInfo; typedef
67 HelpInfo *info;
96 static HelpInfo *
103 HelpInfo *head = NULL, **nxt = &head, *cur = NULL; in buildInfo()
143 cur = XtNew(HelpInfo); in buildInfo()
191 buildText(HelpInfo * cur) in buildText()
228 display(LocalInfo * l, HelpInfo * cur) in display()
277 HelpInfo *cur = l->info; in topicCB()
331 HelpInfo *cur; in buildPopup()
506 HelpInfo *cur; in HelpDialog()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOHELP.cpp83 help_info_array = (HelpInfo*) mem_add( sizeof(HelpInfo) * MAX_HELP_INFO ); in init()
142 HelpInfo* iptr = help_info_array; in load()
298 HelpInfo* helpInfo = help_info_array; in disp()
330 HelpInfo* helpInfo = help_info_array; in disp()
/dports/cad/opencascade/opencascade-7.6.0/adm/
H A Dupgrade.tcl6 set ArgName(HelpInfo) "h"
70 set anArgValues(HelpInfo) [SeekArg $ArgName(HelpInfo) theArgs "false" $theRemoveFromArgs]
257 loginfo "use -$ArgName(HelpInfo) to show all the arguments"
261 if {$anArgValues(HelpInfo) || [llength $anArgValues(SourceCode)] == 0} {
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.newegg.com63 Disallow: /HelpInfo/FAQDetail.aspx
H A Dwww.newegg.ca63 Disallow: /HelpInfo/FAQDetail.aspx
/dports/games/ivan/ivan-059/FeLib/Include/
H A Dconfig.h68 cchar* HelpInfo; member
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/calliope/
H A Dcli_tree_markdown.py232 return {name: usage_text.HelpInfo(
H A Dbackend.py688 usage_text.HelpInfo(help_text=item.short_help,
696 usage_text.HelpInfo(help_text=item.short_help,
/dports/devel/capstone4/capstone-4.0.2/bindings/powershell/Capstone/
H A DCapstone.psd1112 # HelpInfo URI of this module
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psd1112 # HelpInfo URI of this module
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psd1112 # HelpInfo URI of this module
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/powershell/Capstone/
H A DCapstone.psd1112 # HelpInfo URI of this module
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/powershell/Capstone/
H A DCapstone.psd1112 # HelpInfo URI of this module

123