Searched +refs:org +refs:priority +refs:up (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/PatternLayout/
H A DMultiline.pm9 my($self, $message, $category, $priority, $caller_level) = @_;
19 $msg, $category, $priority, $caller_level + 1
56 instead. This layout class simply splits up the incoming message into
81 Kevin Goess <cpan@goess.org>
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dorgcard.tex19 % tex org-mode-ref.tex; dvips -t landscape org-mode-ref.dvi
59 % Internet: gildea@stop.mail-abuse.org
276 (add-to-list 'auto-mode-alist '("\\\\.org\$" . org-mode))
277 (define-key global-map "\\C-cl" 'org-store-link)$^1$
278 (define-key global-map "\\C-ca" 'org-agenda)$^1$
281 \metax{For the many customization options try}{M-x org-customize}
282 \metax{To read the on-line documentation try}{M-x org-info}
306 \key{promote current heading up on
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges10 on the "Root Logger not initialized" message which pops up
22 * (ms) [rt.cpan.org #80086] David Morel pointed out misleading
26 * (ms) [rt.cpan.org #79960] Fabrice Gabolde asked for %X{x} to be
46 * (ms) [rt.cpan.org #78734] Added spell check on filter parameter names
49 * (ms) [rt.cpan.org #75655] Meir Guttman found the module to make
52 * (ms) [rt.cpan.org #76827] UTF-8 encoded configuration files are
54 * (ms) [rt.cpan.org #77501] Unescaped left brace in regex is deprecated
58 * (ms) [rt.cpan.org #74833] Reini Urban fixed "defined @array" for
60 * (ms) [rt.cpan.org #74836] Cope with Carp's questionable decision to
64 * (ms) [rt.cpan.org #7346
[all...]
H A DREADME172 "Log::Log4perl" will walk up the namespace hierarchy ("My" and then
184 "DEBUG", and "TRACE" (in descending priority). Your configured logging
185 level has to at least match the priority of the logging message.
190 priority is higher or equal than the configured setting.
271 of the given priority (DEBUG) through. But after this check, Log4perl
337 by Guido Carls <gcarls@cpan.org>. It allows for hooking up Log::Log4perl
440 If this is supposed to end up in a log file like
476 log4j.appender.A1=org.apache.log4j.ConsoleAppender
477 log4j.appender.A1.layout=org
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm152 #this parses a custom log4perl-specific filter set up under
216 $class ne 'org.apache.log4j.Logger' &&
239 my (@appenders, $priority);
257 }elsif ($tag_name eq 'level' || $tag_name eq 'priority'){
258 $priority = &parse_level($child);
261 $l4p_branch->{value} = $priority.', '.join(',', @appenders);
537 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
539 <appender name="FileAppndr1" class="org.apache.log4j.FileAppender">
554 <priority value="warn"/>
588 <log4perl:layout class="org
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm152 #this parses a custom log4perl-specific filter set up under
216 $class ne 'org.apache.log4j.Logger' &&
239 my (@appenders, $priority);
257 }elsif ($tag_name eq 'level' || $tag_name eq 'priority'){
258 $priority = &parse_level($child);
261 $l4p_branch->{value} = $priority.', '.join(',', @appenders);
537 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
539 <appender name="FileAppndr1" class="org.apache.log4j.FileAppender">
554 <priority value="warn"/>
588 <log4perl:layout class="org
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME172 "Log::Log4perl" will walk up the class hierarchy ("My" and then the
181 "DEBUG", and "TRACE" (in descending priority). Your configured logging
182 level has to at least match the priority of the logging message.
187 priority is higher or equal than the configured setting.
312 by Guido Carls <gcarls@cpan.org>. It allows for hooking up Log::Log4perl
420 log4j.appender.A1=org.apache.log4j.ConsoleAppender
421 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
424 This enables messages of priority "DEBUG" or higher in the root
442 and below are only forwarded to the appender if they're of priority
[all...]
H A DChanges10 * (ms) [rt.cpan.org #32738] fixed caller_depth for error_warn()
12 * (ms) [rt.cpan.org #32942] fixed get_logger() for subclassed Log4perl
107 to be cleaned up during global destruction, which caused an
128 Bill Mason). Now, gobbling up property configurator values
146 * (ms) Bugfix for rt.cpan.org #17886 (tmp files in test suite)
153 http://rt.cpan.org/Ticket/Display.html?id=17436 by barbie.
181 * (ms) Fixed bug https://rt.cpan.org/Ticket/Display.html?id=14776
242 their priority. See Log::Log4perl::Appender::ScreenANSIColor.
333 out by Victor Felix <vfelix@tigr.org>.
417 to William McKee <william@knowmad.com> for bringing this up
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm187 method fires up a message, which the root logger catches. Its
188 priority is equal to
189 or higher than the root logger's priority (ERROR), which causes the root logger
195 (ERROR and up) than the WARN priority of the message.
331 each logging to different files, you can gobble up all logged messages
352 This will both log the message with priority FATAL according to your current
412 =head2 How can I hook up the LWP library with Log::Log4perl?
440 C<debug()> messages have priority C<INFO>,
444 Now, in order to transpartently hook up LW
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm161 my($self, $message, $category, $priority, $caller_level) = @_;
206 # logger, we need to go one additional level up.
210 # If we're inside an eval, go up one level further.
228 $info{p} = $priority;
260 $message, $category, $priority, $caller_level+1);
455 http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html
604 ($layout, $message, $category, $priority, $caller_level);
609 priority: e.g. DEBUG|WARN|INFO|ERROR|FATAL
610 caller_level: how many levels back up th
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm155 my($self, $message, $category, $priority, $caller_level) = @_;
204 # logger, we need to go one additional level up.
214 # If we're inside an eval, go up one level further.
217 print "Inside an eval, one up\n" if _INTERNAL_DEBUG;
234 $info{p} = $priority;
280 $message, $category, $priority,
515 http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html
677 ($layout, $message, $category, $priority, $caller_level);
682 priority
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm110 # Need to split this up in two lines, or CVS will
111 # mess it up.
808 In this case, C<Log::Log4perl> will walk up the namespace hierarchy
823 C<DEBUG>, and C<TRACE> (in descending priority). Your configured logging level
824 has to at least match the priority of the logging message.
829 because their priority is higher or equal than the configured setting.
914 the logger used is configured to let a message of the given priority
984 It allows for hooking up Log::Log4perl with the graphical Log Analyzer
1092 If this is supposed to end up in a log file like
1128 log4j.appender.A1=org
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/
H A DDNS.pm262 # http://www.iana.org/assignments/dns-parameters
648 This method does not look up A records -- it only performs MX queries.
764 my @prioritysorted=rrsort("SRV","priority",@rr_array);
777 my @prioritysorted=rrsort("SRV","priority",@rr_array);
778 returns the SRV records sorted from lowest to heighest priority and
808 =head2 Look up a host's addresses.
943 olaf@net-dns.org
951 mike@fuhr.org
956 http://www.net-dns.org/
959 http://www.net-dns.org/blo
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm107 # Need to split this up in two lines, or CVS will
108 # mess it up.
664 In this case, C<Log::Log4perl> will walk up the class hierarchy
675 C<DEBUG>, and C<TRACE> (in descending priority). Your configured logging level
676 has to at least match the priority of the logging message.
681 because their priority is higher or equal than the configured setting.
812 It allows for hooking up Log::Log4perl with the graphical Log Analyzer
925 log4j.appender.A1=org.apache.log4j.ConsoleAppender
926 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
929 This enables messages of priority
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm187 method fires up a message, which the root logger catches. Its
188 priority is equal to
189 or higher than the root logger's priority (ERROR), which causes the root logger
195 (ERROR and up) than the WARN priority of the message.
331 each logging to different files, you can gobble up all logged messages
352 This will both log the message with priority FATAL according to your current
414 =head2 How can I hook up the LWP library with Log::Log4perl?
442 C<debug()> messages have priority C<INFO>,
446 Now, in order to transpartently hook up LW
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dperl.vim9 " Nick Hibma <nick@van-laarhoven.org>
10 " Sonia Heimann <niania@netsurf.org>
87 syn match perlStatementProc "\<\%(alarm\|exec\|fork\|get\%(pgrp\|ppid\|priority\)\|kill\|pipe\|set\%(pgrp\|priority\)\|sleep\|system\|times\|wait\%(pid\)\=\)\>"
104 " Should be cleaned up to better handle identifiers in particular situations
398 " keyword, otherwise this will screw up Pod lines that match /^package/
516 " Syncing to speed up processing
H A Dperl6.vim7 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
8 " Moritz Lenz <moritz@faui2k3.org>
51 " https://svn.parrot.org/parrot/trunk/editor/
53 " Some less than crucial things have been made optional to speed things up.
76 " priority than matches/regions, so the words can't be autoquoted with
2234 " Syncing to speed up processing
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm1511 %where = (name => 'nwiger', email => 'nate@wiger.org');
1515 WHERE name = 'nwiger' AND email = 'nate@wiger.org'
1520 WHERE name like 'nwiger' AND email like 'nate@wiger.org'
1785 Using this allows you to markedly speed up your queries if you
1807 Depending on what you're trying to do, it's up to you to choose the correct
1855 One common thing I end up doing is having a list of values that
1918 priority => [ {'=', 2}, {'!=', 1} ]
1923 $stmt = "WHERE user = ? AND priority = ? OR priority != ?";
1946 WHERE priority !
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el0 ;;;; org.el --- Outline-based notes management and organize
7 ;; Homepage: http://www.astro.uva.nl/~dominik/Tools/org/
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
86 (defvar org-version "4.67c"
87 "The version number of the file org.el.")
88 (defun org-version ()
90 (message "Org-mode version %s" org-version))
93 (defconst org
102 (defgroup org nil function
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
255 Has tests, examples and documentation to let you be up and running in no time.
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
764 priority,
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
1689 C<dispatch_with()> syntax and C<dispatch_with()> has more priority, s
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
255 Has tests, examples and documentation to let you be up and running in no time.
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
764 priority,
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
1689 C<dispatch_with()> syntax and C<dispatch_with()> has more priority, s
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dmenu.vim4 " Maintainer: Bram Moolenaar <Bram@vim.org>
638 " get new priority, if exists
1085 " Skip setting up the individual syntax selection menus unless
H A Doptwin.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
627 call append("$", "balloondelay\tdelay in milliseconds before a balloon may pop up")
1034 call append("$", "suffixes\tlist of file name extensions that have a lower priority")
1239 call append("$", "loadplugins\tload plugin scripts when starting up")
1277 call append("$", "buflisted\twhether the buffer shows up in the buffer list")

Completed in 192 milliseconds