Home
last modified time | relevance | path

Searched refs:HasHelp (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Didewindowhelp.pas75 property HasHelp: Boolean read FHasHelp write SetHasHelp; property
257 HasHelp:=Source.HasHelp;
290 HasHelp:=Config.GetValue(CfgPath+'HasHelp',false);
305 Config.SetDeleteValue(CfgPath+'HasHelp',HasHelp,false);
331 if (CurChild.Count=0) and (not CurChild.HasHelp) then
442 DebugLn(Prefix,'Name="',Node.Name,'" Path="',Node.Path,'" HashHelp=',dbgs(Node.HasHelp));
487 if (Result<>nil) and Result.HasHelp then
H A Didecontexthelpedit.pas426 NodeHasHelpCheckBox.Checked:=HelpNode.HasHelp;
527 HelpNode.HasHelp:=NodeHasHelpCheckBox.Checked;
/dports/editors/lazarus/lazarus/ide/
H A Didewindowhelp.pas75 property HasHelp: Boolean read FHasHelp write SetHasHelp; property
257 HasHelp:=Source.HasHelp;
290 HasHelp:=Config.GetValue(CfgPath+'HasHelp',false);
305 Config.SetDeleteValue(CfgPath+'HasHelp',HasHelp,false);
331 if (CurChild.Count=0) and (not CurChild.HasHelp) then
442 DebugLn(Prefix,'Name="',Node.Name,'" Path="',Node.Path,'" HashHelp=',dbgs(Node.HasHelp));
487 if (Result<>nil) and Result.HasHelp then
H A Didecontexthelpedit.pas426 NodeHasHelpCheckBox.Checked:=HelpNode.HasHelp;
527 HelpNode.HasHelp:=NodeHasHelpCheckBox.Checked;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Didewindowhelp.pas75 property HasHelp: Boolean read FHasHelp write SetHasHelp; property
257 HasHelp:=Source.HasHelp;
290 HasHelp:=Config.GetValue(CfgPath+'HasHelp',false);
305 Config.SetDeleteValue(CfgPath+'HasHelp',HasHelp,false);
331 if (CurChild.Count=0) and (not CurChild.HasHelp) then
442 DebugLn(Prefix,'Name="',Node.Name,'" Path="',Node.Path,'" HashHelp=',dbgs(Node.HasHelp));
487 if (Result<>nil) and Result.HasHelp then
H A Didecontexthelpedit.pas426 NodeHasHelpCheckBox.Checked:=HelpNode.HasHelp;
527 HelpNode.HasHelp:=NodeHasHelpCheckBox.Checked;
/dports/editors/lazarus-qt5/lazarus/ide/
H A Didewindowhelp.pas75 property HasHelp: Boolean read FHasHelp write SetHasHelp; property
257 HasHelp:=Source.HasHelp;
290 HasHelp:=Config.GetValue(CfgPath+'HasHelp',false);
305 Config.SetDeleteValue(CfgPath+'HasHelp',HasHelp,false);
331 if (CurChild.Count=0) and (not CurChild.HasHelp) then
442 DebugLn(Prefix,'Name="',Node.Name,'" Path="',Node.Path,'" HashHelp=',dbgs(Node.HasHelp));
487 if (Result<>nil) and Result.HasHelp then
H A Didecontexthelpedit.pas426 NodeHasHelpCheckBox.Checked:=HelpNode.HasHelp;
527 HelpNode.HasHelp:=NodeHasHelpCheckBox.Checked;
/dports/misc/estic/estic-1.61_10/spunk/
H A Dprogram.h192 int HasHelp () const;
234 inline int Program::HasHelp () const in HasHelp() function
H A Dfilesel.h158 int HasHelp () const;
197 inline int FileSelector::HasHelp () const in HasHelp() function
H A Dfviewer.h116 int HasHelp () const;
218 inline int FileViewer::HasHelp () const in HasHelp() function
H A Ditemwin.h159 int HasHelp ();
294 inline int WindowItem::HasHelp () in HasHelp() function
H A Dprogutil.cc86 return App->HasHelp (); in HelpAvail()
H A Dfviewer.cc452 if (HasHelp ()) { in GetStatusFlags()
H A Dprogram.cc489 if (!HasHelp ()) { in CallHelp()
H A Dfilesel.cc876 PushStatusLine (HasHelp () ? siHelp | siAbort : siAbort); in GetChoice()
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/
H A Dmain.go81 if helpGiver, hasHelp := gen.(genall.HasHelp); hasHelp {
93 if helpGiver, hasHelp := rule.(genall.HasHelp); hasHelp {
107 if helpGiver, hasHelp := rule.(genall.HasHelp); hasHelp {
/dports/sysutils/py-zdaemon/zdaemon-4.1.0/src/zdaemon/tests/
H A Dtestzdoptions.py150 class HasHelp(self.OptionsClass): class
152 self.help_test_helper(HasHelp, {'progname': 'me'}, 'Some help for me')
157 class HasHelp(self.OptionsClass): class
159 self.help_test_helper(HasHelp, {'doc': 'Example help'}, 'Example help')
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-tools/pkg/genall/
H A Dgenall.go62 type HasHelp interface { interface
H A Doptions.go42 if helpGiver, hasHelp := ((interface{})(InputPaths(nil))).(HasHelp); hasHelp {
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DLocalization.h73 bool HasHelp(string lang);
H A DLocalization.cpp108 bool ValueLocalizationEntry::HasHelp(string lang) in HasHelp() function in OpenZWave::Internal::ValueLocalizationEntry
585 else if (m_valueLocalizationMap[key]->HasHelp(lang)) in SetValueHelp()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcu/
H A Dapplication.h93 bool HasHelp ();
H A Dapplication.cc133 if (!HasHelp ()) in OnHelp()
145 bool Application::HasHelp () in HasHelp() function in gcu::Application
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcugtk/
H A Ddialog.cc91 if (App->HasHelp ()) in Dialog()

12