Searched refs:GLOB (Results 1 - 25 of 42) sorted by relevance

12

/macosx-10.9.5/file_cmds-230/pax/
H A Dpat_rep.h47 #define GLOB 0x2 macro
H A Dpat_rep.c179 rep->flgs |= GLOB;
949 } while (pt->flgs & GLOB);
/macosx-10.9.5/CPANInternal-140/JSON/t/
H A D20_unknown.t45 ok( $@ =~ /encountered GLOB/, $@ );
/macosx-10.9.5/CPANInternal-140/JSON-2.53/t/
H A D20_unknown.t45 ok( $@ =~ /encountered GLOB/, $@ );
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DUtil.pm33 ref $dir !~ /^(GLOB|SCALAR|HASH|REF|LVALUE)$/) {
/macosx-10.9.5/less-23/
H A Ddefines.h74 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
78 #define GLOB (!SECURE) macro
/macosx-10.9.5/man-16/man/src/
H A Dmanfile.c74 #define GLOB "*" macro
84 + LENGTHOF(".html") + LENGTHOF(MANFORM) + LENGTHOF(GLOB);
100 strcat(pathname, GLOB);
108 dir, sec, hpx, name, ext, glob ? GLOB : "");
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.h86 PRINT_HELP, SPELL, GLOB, GLOB_EXPAND, VARS_EXPAND, PATH_NORMALIZE, enumerator in enum:__anon14083
/macosx-10.9.5/less-23/less/
H A Ddefines.ds77 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
82 #define GLOB (!SECURE)
84 #define GLOB 0
H A Ddefines.h.in73 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
77 #define GLOB (!SECURE)
H A Ddefines.o278 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
82 #define GLOB (!SECURE)
H A Ddefines.o977 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
81 #define GLOB (!SECURE)
H A Ddefines.wn78 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
82 #define GLOB 0
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Params/
H A DValidatePP.pm19 sub GLOB () { 16 } subroutine
573 'GLOB' => GLOBREF,
586 return GLOB if UNIVERSAL::isa( \$_[0], 'GLOB' );
607 GLOB() => 'glob',
620 foreach ( SCALAR, ARRAYREF, HASHREF, CODEREF, GLOB, GLOBREF,
H A DValidate.pm17 [ qw( SCALAR ARRAYREF HASHREF CODEREF GLOB GLOBREF
139 C<HASHREF>, C<CODEREF>, C<GLOB>, C<GLOBREF>, and C<SCALARREF>,
235 =item * GLOB
249 A glob reference such as C<\*FOO>. See the L<GLOB|GLOB> entry above
270 This option is also special, and is just a shortcut for C<GLOB |
287 validate( @_, { foo => { type => GLOB | GLOBREF } );
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXlist.c423 #define GLOB 1
429 mode = GLOB;
435 mode = GLOB;
466 case GLOB:
417 #define GLOB macro
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder/lib/DateTime/Format/
H A DBuilder.pm15 validate SCALAR ARRAYREF HASHREF SCALARREF CODEREF GLOB GLOBREF UNDEF
64 verbose => { type => SCALAR|GLOBREF|GLOB, optional => 1 },
/macosx-10.9.5/CPANInternal-140/DateTime-Format-Builder-0.80/lib/DateTime/Format/
H A DBuilder.pm15 validate SCALAR ARRAYREF HASHREF SCALARREF CODEREF GLOB GLOBREF UNDEF
64 verbose => { type => SCALAR|GLOBREF|GLOB, optional => 1 },
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Attribute/Params/
H A DValidate.pm19 my %tags = ( types => [ qw( SCALAR ARRAYREF HASHREF CODEREF GLOB GLOBREF SCALARREF HANDLE UNDEF OBJECT ) ],
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/PVTests/
H A DStandard.pm123 qr|^The 'bar' parameter \("GLOB\(0x[a-f0-9]+\)"\) to [\w:]+sub4 was a 'globref'.* types: glob|,
133 qr|^The 'baz' parameter \((?:"\*[\w:]+FH"\|GLOB)\) to [\w:]+sub4 was a 'glob'.* types: globref|,
153 qr|^The 'quux' parameter \("GLOB\(0x[a-f0-9]+\)"\) to [\w:]+sub4 was a 'globref'.* types: coderef|,
631 { type => GLOB },
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A DValidate.xs26 #define GLOB 16
33 #define HANDLE (GLOB | GLOBREF)
119 newCONSTSUB(stash, "GLOB", newSViv(GLOB));
166 if (mask & GLOB) {
201 return GLOB;
1050 sv_catpv(buffer, "GLOB");
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Test/
H A DMore.pm479 for my $type (qw(ARRAY HASH REF SCALAR GLOB CODE Regexp)) {
/macosx-10.9.5/CPANInternal-140/Data-Dump/lib/Data/Dump/
H A DTrace.pm231 if ($proto_ret =~ /^\$\w+\z/ && ref($s) && ref($s) !~ /^(?:ARRAY|HASH|CODE|GLOB)\z/) {
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm231 if ($proto_ret =~ /^\$\w+\z/ && ref($s) && ref($s) !~ /^(?:ARRAY|HASH|CODE|GLOB)\z/) {
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/inc/Test/
H A DMore.pm407 for my $type (qw(ARRAY HASH REF SCALAR GLOB CODE Regexp)) {

Completed in 290 milliseconds

12