Searched refs:prefilter (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dfilter_example.pl4 # Illustrate use of prefilter and postfilter parameters to perltidy.
5 # This example program uses a prefilter it to convert the 'method'
15 # 1. First the prefilter changes lines beginning with 'method foo' to 'sub
24 # the --notidy option to see what the prefilter alone is doing.
26 # that the postfilter properly undoes the prefilter.
31 prefilter =>
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dtraverse.tcl37 # -prefilter command-prefix
64 # The -prefilter callback is executed for directories. Its result
98 option -prefilter -default {} -readonly 1
172 # symlinks) and accepted by the prefilter. We stop iterating
261 # Expansion allowed by prefilter?
284 if {![llength $options(-prefilter)]} {return 1}
285 set code [catch {uplevel \#0 [linsert $options(-prefilter) end $path]} valid]
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dtestmime.c212 mime_type_t *filtertype, /* I - Filter or prefilter MIME type */
333 *prefilter; /* Pre-filter type */ local
357 prefilter = mimeAddType(mime, "prefilter", "test");
362 add_ppd_filter(mime, prefilter, value);
H A Dcupsfilter.c103 *prefilter_type; /* Printer prefilter MIME type */
456 *prefilter; /* Current pre-filter */ local
465 if ((prefilter = mimeFilterLookup(mime, filter->src,
467 cupsArrayAdd(prefilters, prefilter);
508 mime_type_t *filtertype, /* I - Printer or prefilter MIME type */
675 *prefilter_type = mimeAddType(mime, "prefilter", printer);
H A Djob.c473 *prefilter, /* Prefilter */ local
653 if ((prefilter = mimeFilterLookup(MimeDatabase, filter->src,
656 cupsArrayAdd(prefilters, prefilter);
657 job->cost += prefilter->cost;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddictdconf.vim53 \ filter prefilter postfilter name info
H A Dsqlanywhere.vim435 syn keyword sqlKeyword prefetch prefilter prefix preserve preview primary
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl22 switches - The switches will "prefilter" the results before the filtercmd is applied. The
43 the prefilter and filtercmd criteria (thus emulating the behavior of the standard Unix
129 # add basedir to result if it satisfies prefilter conditions:
132 # get all files in basedir that satisfy prefilter conditions:
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm47 # * prefilter and postfilter
320 prefilter => undef,
371 my $prefilter = $input_hash{'prefilter'};
814 # Prefilters and postfilters: The prefilter is a code reference
817 if ($prefilter) {
822 $buf = $prefilter->($buf);
[all...]

Completed in 169 milliseconds