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

/macosx-10.10.1/CPANInternal-159.1/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.10.1/tcl-105/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.10.1/cups-408/cups/scheduler/
H A Dtestmime.c204 mime_type_t *filtertype, /* I - Filter or prefilter MIME type */
325 *prefilter; /* Pre-filter type */ local
349 prefilter = mimeAddType(mime, "prefilter", "test");
354 add_ppd_filter(mime, prefilter, value);
H A Dcupsfilter.c104 *prefilter_type; /* Printer prefilter MIME type */
465 *prefilter; /* Current pre-filter */ local
474 if ((prefilter = mimeFilterLookup(mime, filter->src,
476 cupsArrayAdd(prefilters, prefilter);
536 mime_type_t *filtertype, /* I - Printer or prefilter MIME type */
703 *prefilter_type = mimeAddType(mime, "prefilter", printer);
H A Djob.c476 *prefilter, /* Prefilter */ local
679 if ((prefilter = mimeFilterLookup(MimeDatabase, filter->src,
682 cupsArrayAdd(prefilters, prefilter);
683 job->cost += prefilter->cost;
/macosx-10.10.1/vim-55/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.10.1/tcl-105/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.10.1/CPANInternal-159.1/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 301 milliseconds