Lines Matching +full:fine +full:- +full:tuning
47 my $colors = join "\t", map {$terminal->Tputs($_,1)} @props;
82 $flags{ALL} = -1 & ~($flags{BUFFERS}
173 re->export_to_level(2, 're', $s);
183 warnings->import('regexp');
191 warnings->unimport('regexp') if $^H{re_strict};
212 pos $s = $sav_pos - 1; # -1 because got rid of the 'a'
315 re - Perl pragma to alter regular expression behaviour
324 /foo${pat}bar/; # won't fail (when not under -T
332 /foo${pat}bar/; # disallowed (with or without -T
381 C<(?{ ... })> zero-width assertions and C<(??{ ... })> postponed
445 under non-strict.
487 use re "/xx"; # Doubled-x
512 obtained by running a C<-DDEBUGGING>-enabled perl interpreter with the
513 B<-Dr> switch. It may be quite voluminous depending on the complexity
517 comma-separated list of C<termcap> properties to use for highlighting
518 strings on/off, pre-point part on/off.
529 compile-time and run-time effects.
536 being that it allows the fine tuning of what debugging output will be
559 Turns on all non-extra compile related debug options.
593 Turns on all non-extra execute related debug options.
605 Enable debugging of start-point optimisations.
643 Enable enhanced optimisation debugging and start-point optimisations.
672 output. What it does is stop the normal suppression of execution-related
689 starting in 5.30 on a C<-DDEBUGGING>-enabled perl interpreter, use
690 the B<-Drv> command-line switches.)
694 Enable DUMP and all non-extra execute options. Equivalent to:
710 compile-time and run-time effects.
813 new ways to optimize - no assumption of stability should be made, not
877 if the substring contains only 7-bit ASCII characters.