Searched refs:mandatory (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.9.5/man-16/man/src/
H A Ddefs.h25 int mandatory; member in struct:dirs
H A Dman-config.c75 adddir (const char *bp, int mandatory) { argument
89 dlp->mandatory = mandatory;
92 if (!mandatory) {
127 if (dlp->mandatory)
137 addglobdir (const char *bp, int mandatory) { argument
149 adddir(*dp++, mandatory);
153 adddir(dir, mandatory);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DMediaConstraintsImpl.cpp67 String mandatory = ASCIILiteral("mandatory"); local
71 if (*it != mandatory && *it != optional)
75 if (names.contains(mandatory)) {
77 bool ok = constraints.get(mandatory, mandatoryConstraints);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dlib_tputs.c212 bool mandatory; local
238 mandatory = FALSE;
244 mandatory = TRUE;
252 || mandatory))
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/Yapp/
H A DDriver.pm176 my($mandatory,$checklist,$inarray,$outhash)=@_;
189 for (@$mandatory) {
191 or croak("Missing mandatory parameter '".lc($_)."'");
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DDriver.pm176 my($mandatory,$checklist,$inarray,$outhash)=@_;
189 for (@$mandatory) {
191 or croak("Missing mandatory parameter '".lc($_)."'");
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c2497 *mandatory; /* Mandatory attributes */ local
2610 for (mandatory = (char *)cupsArrayFirst(pc->mandatory);
2611 mandatory;
2612 mandatory = (char *)cupsArrayNext(pc->mandatory))
2614 if (strcmp(mandatory, "copies") &&
2615 strcmp(mandatory, "destination-uris") &&
2616 strcmp(mandatory, "finishings") &&
2617 strcmp(mandatory, "jo
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kadmin/
H A Dmod.c68 ext.mandatory = FALSE;
117 ext.mandatory = FALSE;
159 ext.mandatory = FALSE;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/config/
H A Dsasl.spec36 CRAM-MD5 is the mandatory-to-implement authentication mechanism for a
46 new mandatory-to-implement authentication system in all new protocols.
/macosx-10.9.5/CPANInternal-140/Class-Accessor-Grouped/inc/Module/
H A DAutoInstall.pm202 my $mandatory = ( $feature eq '-core' or $core_all );
208 or ($mandatory and $UnderCPAN)
213 . ( $mandatory ? ' mandatory' : ' optional' )
226 and $mandatory
228 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/DBIx-Class/inc/Module/
H A DAutoInstall.pm202 my $mandatory = ( $feature eq '-core' or $core_all );
208 or ($mandatory and $UnderCPAN)
213 . ( $mandatory ? ' mandatory' : ' optional' )
226 and $mandatory
228 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/inc/Module/
H A DAutoInstall.pm202 my $mandatory = ( $feature eq '-core' or $core_all );
208 or ($mandatory and $UnderCPAN)
213 . ( $mandatory ? ' mandatory' : ' optional' )
226 and $mandatory
228 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/inc/Module/
H A DAutoInstall.pm202 my $mandatory = ( $feature eq '-core' or $core_all );
208 or ($mandatory and $UnderCPAN)
213 . ( $mandatory ? ' mandatory' : ' optional' )
226 and $mandatory
228 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/inc/Module/
H A DAutoInstall.pm215 my $mandatory = ( $feature eq '-core' or $core_all );
221 or ($mandatory and $UnderCPAN)
227 . ( $mandatory ? ' mandatory' : ' optional' )
240 and $mandatory
242 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/JSON-Any-1.29/inc/Module/
H A DAutoInstall.pm202 my $mandatory = ( $feature eq '-core' or $core_all );
208 or ($mandatory and $UnderCPAN)
213 . ( $mandatory ? ' mandatory' : ' optional' )
226 and $mandatory
228 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs/inc/Module/
H A DAutoInstall.pm202 my $mandatory = ( $feature eq '-core' or $core_all );
208 or ($mandatory and $UnderCPAN)
213 . ( $mandatory ? ' mandatory' : ' optional' )
226 and $mandatory
228 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/Pod-ProjectDocs-0.40/inc/Module/
H A DAutoInstall.pm202 my $mandatory = ( $feature eq '-core' or $core_all );
208 or ($mandatory and $UnderCPAN)
213 . ( $mandatory ? ' mandatory' : ' optional' )
226 and $mandatory
228 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/inc/Module/
H A DAutoInstall.pm181 my $mandatory = ( $feature eq '-core' or $core_all );
190 . ( $mandatory ? ' mandatory' : ' optional' )
203 and $mandatory
205 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/Class-Data-Accessor-0.04004/inc/Module/
H A DAutoInstall.pm181 my $mandatory = ( $feature eq '-core' or $core_all );
190 . ( $mandatory ? ' mandatory' : ' optional' )
203 and $mandatory
205 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/JSON-Any/inc/Module/
H A DAutoInstall.pm181 my $mandatory = ( $feature eq '-core' or $core_all );
190 . ( $mandatory ? ' mandatory' : ' optional' )
203 and $mandatory
205 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Module/
H A DAutoInstall.pm181 my $mandatory = ( $feature eq '-core' or $core_all );
190 . ( $mandatory ? ' mandatory' : ' optional' )
203 and $mandatory
205 _prompt( qq{==> The module(s) are mandatory! Really skip?}, 'n', )
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dppd-private.h148 cups_array_t *mandatory; /* cupsMandatory value */ member in struct:_ppd_cache_s
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/bin/
H A DSOAPsh.pl55 mandatory endpoint and optional uri (actually it will tell you about it
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/bin/
H A DSOAPsh.pl55 mandatory endpoint and optional uri (actually it will tell you about it
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/bin/
H A DSOAPsh.pl55 mandatory endpoint and optional uri (actually it will tell you about it

Completed in 214 milliseconds

123