Searched refs:GLOB (Results 1 - 25 of 28) sorted by path

12

/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm1094 for my $type (qw(ARRAY HASH REF SCALAR GLOB Regexp)) {
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DMore.pm479 for my $type (qw(ARRAY HASH REF SCALAR GLOB CODE Regexp)) {
/macosx-10.10.1/CPANInternal-159.1/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.10.1/CPANInternal-159.1/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.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm13 validate SCALAR ARRAYREF HASHREF SCALARREF CODEREF GLOB GLOBREF UNDEF
36 verbose => { type => SCALAR | GLOBREF | GLOB, optional => 1 },
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1356 B::GV GLOB
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/t/
H A D020_unknown.t45 ok( $@ =~ /encountered GLOB/, $@ );
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm166 elsif ($reftype eq 'GLOB') {
305 C<GLOB> (e.g. C<\*STDIN>), from which the template can be read. A reference to
318 # file handle (GLOB)
333 GLOB opened ready for output; a reference to a scalar (e.g. a text string) to
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DService.pm417 parameter, C<$input>. This may be a file name, file handle (e.g. C<GLOB> or
H A DTest.pm182 # text string or a filehandle reference (e.g. GLOB or IO::Handle) from
468 a filehandle (e.g. C<GLOB> or C<IO::Handle>) from which it can be read. In
/macosx-10.10.1/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm960 CODE, RegExp and GLOB references, as they are pretty much impossible to clone. We
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DMore.pm895 for my $type (qw(ARRAY HASH REF SCALAR GLOB CODE Regexp)) {
/macosx-10.10.1/file_cmds-242/pax/
H A Dpat_rep.c180 rep->flgs |= GLOB;
950 } while (pt->flgs & GLOB);
H A Dpat_rep.h47 #define GLOB 0x2 macro
/macosx-10.10.1/less-25/
H A Ddefines.h74 * GLOB is 1 if you wish to have shell metacharacters expanded in filenames.
78 #define GLOB (!SECURE) macro
/macosx-10.10.1/less-25/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.10.1/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.10.1/tcl-105/tcl/tcl/generic/
H A DtclCmdIL.c2773 EXACT, GLOB, REGEXP, SORTED
2776 mode = GLOB;
2829 mode = GLOB;
3287 case GLOB:
2739 EXACT, GLOB, REGEXP, SORTED enumerator in enum:modes
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclCmdIL.c3247 EXACT, GLOB, REGEXP, SORTED
3250 mode = GLOB;
3290 mode = GLOB;
3577 case GLOB:
3210 EXACT, GLOB, REGEXP, SORTED enumerator in enum:modes
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y48 ** GLOB, NOT LIKE, and NOT GLOB operators.
156 GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY
179 %left IS LIKE GLOB BETWEEN IN ISNULL NOTNULL NE EQ.
653 likeop(A) ::= GLOB. {A.opcode = TK_GLOB; A.not = 0;}
655 likeop(A) ::= NOT GLOB. {A.opcode = TK_GLOB; A.not = 1;}
/macosx-10.10.1/tcl-105/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

Completed in 253 milliseconds

12