Searched +refs:org +refs:level (Results 1 - 25 of 144) sorted by relevance

123456

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Scope/
H A Dregress-181834.js7 * http://www.mozilla.org/NPL/
39 * See http://bugzilla.mozilla.org/show_bug.cgi?id=181834
73 function inner(level)
77 if (level > 0)
78 return inner(level - 1);
151 var cx = this.Packages.org.mozilla.javascript.Context.getCurrentContext();
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DLogger.pm108 $logger->{level} = undef;
109 $logger->level(); #set it from the hierarchy
119 my($class, $category, $level) = @_;
121 print("_new: $class/$category/", defined $level ? $level : "undef",
139 level => $level,
145 $level ||= $self->level();
188 my ($level)
467 sub level { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DLogger.pm124 $logger->{level} = undef;
125 $logger->level(); #set it from the heirarchy
135 my($class, $category, $level) = @_;
137 print("_new: $class/$category/", defined $level ? $level : "undef",
155 level => $level,
161 $level ||= $self->level();
194 my ($level)
458 sub level { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DOutput.pm30 my %p = validate( @_, { level => { type => SCALAR },
34 return unless $self->_should_log($p{level});
66 die "Invalid level specified for min_level" unless defined $self->{min_level};
69 # level.
76 die "Invalid level specified for max_level" unless defined $self->{max_level};
122 my $level = shift;
124 unless ( defined $level )
126 Carp::croak "undefined value provided for log level";
129 return $level if $level
[all...]
H A DApacheLog.pm55 my $level = $self->_level_as_name($p{level});
57 my $method = $methods{$level} || $level;
80 $handle->log( level => 'emerg', message => 'Kaboom' );
104 The minimum logging level this object will accept. See the
109 The maximum logging level this obejct will accept. See the
111 required. By default the maximum is the highest possible level (which
124 ( message => $log_message, level => $log_level )
143 Dave Rolsky, <autarch@urth.org>
[all...]
H A DHandle.pm57 $handle->log( level => 'emerg', message => 'I am the Lizard King!' );
82 The minimum logging level this object will accept. See the
87 The maximum logging level this obejct will accept. See the
89 required. By default the maximum is the highest possible level (which
102 ( message => $log_message, level => $log_level )
121 Dave Rolsky, <autarch@urth.org>
H A DNull.pm41 $null->log( level => 'emerg', message => "I've fallen and I can't get up\n" );
65 The minimum logging level this object will accept. See the
70 The maximum logging level this obejct will accept. See the
72 required. By default the maximum is the highest possible level (which
81 ( message => $log_message, level => $log_level )
100 Dave Rolsky, <autarch@urth.org>
H A DScreen.pm65 $screen->log( level => 'alert', message => "I'm searching the city for sci-fi wasabi\n" );
89 The minimum logging level this object will accept. See the
94 The maximum logging level this obejct will accept. See the
96 required. By default the maximum is the highest possible level (which
111 ( message => $log_message, level => $log_level )
130 Dave Rolsky, <autarch@urth.org>
H A DSyslog.pm68 my $pri = $self->_level_as_number($p{level});
92 $file->log( level => 'emerg', message => "Time to die." );
116 The minimum logging level this object will accept. See the
121 The maximum logging level this obejct will accept. See the
123 required. By default the maximum is the highest possible level (which
157 ( message => $log_message, level => $log_level )
176 Dave Rolsky, <autarch@urth.org>
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dlib-shared.mk2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
12 ## top-level directory of the distribution or, alternatively, at
13 ## <http://www.OpenLDAP.org/license.html>.
H A Dmkversion4 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
14 ## top-level directory of the distribution or, alternatively, at
15 ## <http://www.OpenLDAP.org/license.html>.
56 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
66 * top-level directory of the distribution or, alternatively, at
67 * <http://www.OpenLDAP.org/license.html>.
H A Dman.mk2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
12 ## top-level directory of the distribution or, alternatively, at
13 ## <http://www.OpenLDAP.org/license.html>.
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DOutput.pm41 level => { type => SCALAR },
46 return unless $self->_should_log( $p{level} );
79 die "Invalid level specified for min_level"
82 # Either use the parameter supplied or just the highest possible level.
89 die "Invalid level specified for max_level"
135 my $level = shift;
137 unless ( defined $level ) {
138 Carp::croak "undefined value provided for log level";
141 return $level if $level
[all...]
H A DApacheLog.pm50 my $level = $self->_level_as_name( $p{level} );
52 my $method = $methods{$level} || $level;
106 Dave Rolsky <autarch@urth.org>
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/eg/
H A Dsyslog.pl4 # Kevin Goess, cpan@goess.org 2002
37 # level => 0,
40 $main::RESULT_BUFFER = $params{level};
51 log4j.appender.tappndr.layout = org.apache.log4j.SimpleLayout
54 log4j.appender.syslogappndr.layout = org.apache.log4j.SimpleLayout
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/eg/
H A Dsyslog.pl4 # Kevin Goess, cpan@goess.org 2002
37 # level => 0,
40 $main::RESULT_BUFFER = $params{level};
51 log4j.appender.tappndr.layout = org.apache.log4j.SimpleLayout
54 log4j.appender.syslogappndr.layout = org.apache.log4j.SimpleLayout
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/
H A DClass.pm61 =item * IRC: L<irc.perl.org#dbix-class (click for instant chatroom login)
62 |http://mibbit.com/chat/#dbix-class@irc.perl.org>
66 =item * RT Bug Tracker: L<https://rt.cpan.org/Dist/Display.html?Queue=DBIx-Class>
68 =item * SVNWeb: L<http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/0.08>
70 =item * SVN: L<http://dev.catalyst.perl.org/repos/bast/DBIx-Class/0.08>
185 queries and database-level paging, and does its best to only query the
225 andyg: Andy Grundman <andy@hybridized.org>
231 ash: Ash Berlin <ash@cpan.org>
233 bert: Norbert Csongradi <bert@cpan.org>
237 bluefeet: Aran Deltac <bluefeet@cpan.org>
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/Email/
H A DMIMELite.pm52 to => [ qw( foo@bar.com bar@baz.org ) ],
55 $email->log( message => "Something bad is happening\n", level => 'emerg' );
79 The minimum logging level this object will accept. See the
84 The maximum logging level this obejct will accept. See the
86 required. By default the maximum is the highest possible level (which
116 ( message => $log_message, level => $log_level )
125 =item * log_message( level => $, message => $ )
127 Sends a message if the level is greater than or equal to the object's
128 minimum level.
134 Dave Rolsky, <autarch@urth.org>
[all...]
H A DMailSend.pm60 to => [ qw( foo@bar.com bar@baz.org ) ],
63 $email->log( message => 'Something bad is happening', level => 'emerg' );
87 The minimum logging level this object will accept. See the
92 The maximum logging level this obejct will accept. See the
94 required. By default the maximum is the highest possible level (which
124 ( message => $log_message, level => $log_level )
133 =item * log_message( level => $, message => $ )
135 Sends a message if the level is greater than or equal to the object's
136 minimum level.
153 Dave Rolsky, <autarch@urth.org>
[all...]
H A DMailSender.pm78 to => [ qw( foo@bar.com bar@baz.org ) ],
82 $email->log( message => 'Something bad is happening', level => 'emerg' );
106 The minimum logging level this object will accept. See the
111 The maximum logging level this obejct will accept. See the
113 required. By default the maximum is the highest possible level (which
152 ( message => $log_message, level => $log_level )
161 =item * log_message( level => $, message => $ )
163 Sends a message if the level is greater than or equal to the object's
164 minimum level.
172 Dave Rolsky, <autarch@urth.org>
[all...]
H A DMailSendmail.pm51 to => [ qw( foo@bar.com bar@baz.org ) ],
54 $email->log( message => 'Something bad is happening', level => 'emerg' );
78 The minimum logging level this object will accept. See the
83 The maximum logging level this obejct will accept. See the
85 required. By default the maximum is the highest possible level (which
119 ( message => $log_message, level => $log_level )
128 =item * log_message( level => $, message => $ )
130 Sends a message if the level is greater than or equal to the object's
131 minimum level.
137 Dave Rolsky, <autarch@urth.org>
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/File/
H A DLocked.pm45 $file->log( level => 'emerg', message => "I've fallen and I can't get up\n" );
58 Dave Rolsky, <autarch@urth.org>
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D021AppThres.t22 $log0->level($DEBUG);
23 $log1->level($DEBUG);
24 $log2->level($DEBUG);
117 log4j.appender.BUF0 = org.apache.log4j.TestBuffer
120 log4j.appender.BUF1 = org.apache.log4j.TestBuffer
144 log4j.appender.BUF0 = org.apache.log4j.TestBuffer
147 log4j.appender.BUF1 = org.apache.log4j.TestBuffer
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm43 level => $level_map{$l},
143 return unless $self->would_log( $p{level} );
176 $self->_log_to_outputs(%p) if $self->would_log( $p{level} );
239 my $level = shift;
241 return 0 unless $self->level_is_valid($level);
244 return 1 if $_->_should_log($level);
311 $log->log( level => 'info', message => 'Blah, blah' );
360 ( message => $log_message, level => $log_level )
380 =item * log( level => $, message => $ or \& )
382 Sends the message (at the appropriate level) t
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm30 for my $level ( keys %{ $self->{color} } ) {
31 my $uclevel = uc($level);
32 $self->{color}->{$uclevel} = $self->{color}->{$level};
43 for my $level ( keys %default_colors ) {
44 if ( ! exists $self->{ 'color' }->{ $level } ) {
45 $self->{ 'color' }->{ $level } = $default_colors{ $level };
76 Log::Log4perl::Appender::ScreenColoredLevel - Colorize messages according to level
118 You can also specify nothing, to indicate that level should not have
219 Kevin Goess <cpan@goess.org>
[all...]

Completed in 102 milliseconds

123456