Home
last modified time | relevance | path

Searched defs:ConfigDefaults (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/mifluz/mifluz-0.26.0/mifluz/
H A DConfiguration.h107 struct ConfigDefaults struct
109 char *name; // Name of the attribute
110 char *value; // Default value
111 char *type; // Type of the value (string, integer, boolean)
112 char *programs; // Whitespace separated list of programs/modules using this attribute
113 char *block; // Configuration block this can be used in (can be blank)
114 char *version; // Version that introduced the attribute
115 char *category; // Attribute category (to split documentation)
116 char *example; // Example usage of the attribute (HTML)
117 char *description; // Long description of the attribute (HTML)
/dports/textproc/htdig/htdig-3.2.0b6/htlib/
H A DConfiguration.h110 struct ConfigDefaults struct
112 char *name; // Name of the attribute
113 char *value; // Default value
114 char *type; // Type of the value (string, integer, boolean)
115 char *programs; // Whitespace separated list of programs/modules using this attribute
116 char *block; // Configuration block this can be used in (can be blank)
117 char *version; // Version that introduced the attribute
118 char *category; // Attribute category (to split documentation)
119 char *example; // Example usage of the attribute (HTML)
120 char *description; // Long description of the attribute (HTML)
/dports/lang/perl5.30/perl-5.30.3/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm76 sub ConfigDefaults() { subroutine
/dports/lang/perl5.32/perl-5.32.1/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm76 sub ConfigDefaults() { subroutine
/dports/lang/perl5.34/perl-5.34.0/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm76 sub ConfigDefaults() { subroutine
/dports/devel/p5-Getopt-Long/Getopt-Long-2.52/lib/Getopt/
H A DLong.pm76 sub ConfigDefaults() { subroutine
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm76 sub ConfigDefaults() { subroutine
/dports/net/krill/krill-0.9.4/src/daemon/auth/providers/openid_connect/
H A Dconfig.rs7 pub struct ConfigDefaults {} struct
/dports/net/krill/krill-0.9.4/src/daemon/
H A Dconfig.rs35 pub struct ConfigDefaults; struct
37 impl ConfigDefaults { impl
/dports/astro/gpscorrelate/gpscorrelate-1.6.1/
H A Dgui.c140 char* ConfigDefaults[] = { variable