Home
last modified time | relevance | path

Searched defs:LongDesc (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/cmd/kubeadm/app/cmd/util/
H A Ddocumentation.go44 func LongDesc(s string) string { func
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/common/
H A Dahpredef.c163 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc} argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/common/
H A Dahpredef.c55 #define AH_PREDEF(Name, ShortDesc, LongDesc) {Name, ShortDesc} argument
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/util/templates/
H A Dnormalizers.go30 func LongDesc(s string) string { func
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/util/templates/
H A Dnormalizers.go30 func LongDesc(s string) string { func
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/templates/
H A Dnormalizers.go30 func LongDesc(s string) string { func
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxColladaImporter.cpp54 const TCHAR* ColladaImporter::LongDesc() in LongDesc() function in COLLADAMax::ColladaImporter
H A DCOLLADAMaxColladaExporter.cpp55 const TCHAR* COLLADAExporter::LongDesc() in LongDesc() function in COLLADAMax::COLLADAExporter
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/3dsmaxExport/OgreExport/src/
H A DOgreMaxExport.cpp325 const TCHAR * OgreMaxExport::LongDesc() { in LongDesc() function in OgreMaxExport
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/SupportPowers/
H A DSupportPower.cs22 public readonly string LongDesc = ""; field in OpenRA.Mods.Common.Traits.SupportPowerInfo
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/ObjectPlugin/Code/
H A DObjectImport.cpp77 const TCHAR *xrFSLObjectImport::LongDesc() in LongDesc() function in xrFSLObjectImport
H A DObjectExport.cpp57 const TCHAR *xrFSLObjectExport::LongDesc() in LongDesc() function in xrFSLObjectExport
/dports/www/colly/colly-2.1.0/vendor/github.com/jawher/mow.cli/
H A Dcommands.go33 LongDesc string member
/dports/editors/lazarus/lazarus/components/turbopower_ipro/
H A Diphtml.pas895 property LongDesc : string read FLongDesc write FLongDesc; property
939 property LongDesc : string read FLongDesc write FLongDesc; property
1243 property LongDesc : string read FLongDesc write FLongDesc; property
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diphtml.pas843 property LongDesc : string read FLongDesc write FLongDesc; property
887 property LongDesc : string read FLongDesc write FLongDesc; property
1181 property LongDesc : string read FLongDesc write FLongDesc; property
/dports/editors/lazarus-qt5/lazarus/components/turbopower_ipro/
H A Diphtml.pas895 property LongDesc : string read FLongDesc write FLongDesc; property
939 property LongDesc : string read FLongDesc write FLongDesc; property
1243 property LongDesc : string read FLongDesc write FLongDesc; property
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diphtml.pas843 property LongDesc : string read FLongDesc write FLongDesc; property
887 property LongDesc : string read FLongDesc write FLongDesc; property
1181 property LongDesc : string read FLongDesc write FLongDesc; property
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tools/specialize/
H A D__main__.py1140 class LongDesc(ConcreteTypeBase): class