Searched +refs:frame +refs:set +refs:background +refs:mode (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dspeedbar.el1 ;;; speedbar --- quick access to files and tags in a frame
35 ;; The speedbar provides a frame in which files, and locations in
51 ;; AUC-TEX users: The imenu tags for AUC-TEX mode don't work very
52 ;; well. Use the imenu keywords from tex-mode.el for better results.
62 ;; Adding a speedbar specialized display mode:
69 ;; If your `major-mode' is `foo-mode', the only requirement is to
94 ;; The variable `speedbar-power-click' is set to t in your functions
96 ;; refreshing cached data to making a buffer appear in a new frame.
99 ;; `foo-mode', creat
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm38 mode supports easy logging in simple scripts:
57 C<:easy> mode like
70 pulls in C<use Log::Log4perl qw(:easy)> first, then you're set.
159 have to explicitly set the appropriate C<Log::Log4perl::Appender::File>
160 parameter C<mode>:
164 log4perl.appender.FileApp.mode = write
272 do you? Instead, you want to set it in a global data structure and
280 you've set once via
405 which defaults to 0, but can be set to positive integer values
581 But, you also want it to take command line parameters to set value
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm38 mode supports easy logging in simple scripts:
57 C<:easy> mode like
70 pulls in C<use Log::Log4perl qw(:easy)> first, then you're set.
159 have to explicitly set the appropriate C<Log::Log4perl::Appender::File>
160 parameter C<mode>:
164 log4perl.appender.FileApp.mode = write
272 do you? Instead, you want to set it in a global data structure and
280 you've set once via
407 which defaults to 0, but can be set to positive integer values
583 But, you also want it to take command line parameters to set value
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm86 # given filename and mode (r or w), create an object which:
87 # has a 'getline' method if mode='r', and
88 # has a 'print' method if mode='w'.
95 # '-' (STDIN if mode = 'r', STDOUT if mode='w')
100 # (check for 'print' method for 'w' mode)
101 # (check for 'getline' method for 'r' mode)
103 my $mode = shift;
122 if ( $mode =~ /[rR]/ ) {
139 if ( $mode
5080 background: $pre_bg_color; label
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm73 # given filename and mode (r or w), create an object which:
74 # has a 'getline' method if mode='r', and
75 # has a 'print' method if mode='w'.
82 # '-' (STDIN if mode = 'r', STDOUT if mode='w')
87 # (check for 'print' method for 'w' mode)
88 # (check for 'getline' method for 'r' mode)
90 my $mode = shift;
109 if ( $mode =~ /[rR]/ ) {
126 if ( $mode
4546 background: $pre_bg_color; label
[all...]

Completed in 289 milliseconds