Searched +refs:org +refs:get +refs:priority (Results 1 - 24 of 24) sorted by relevance

/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}
336 \key{time sorted view of current org fil
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Layout/
H A DPatternLayout.pm161 my($self, $message, $category, $priority, $caller_level) = @_;
224 $info{x} = Log::Log4perl::NDC->get() if $self->{info_needed}->{x};
228 $info{p} = $priority;
260 $message, $category, $priority, $caller_level+1);
299 $data = Log::Log4perl::MDC->get($curlies);
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
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/
H A DREADME128 logger references around with your functions and methods. You can get a
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
453 log4j.appender.stdout=org
[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
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>.
374 to get the next real subroutine. Anonymous subroutines will
451 * Jim Cromie <jcromie@divsol.com> provided a patch to get
481 array before other appenders could get t
[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) = @_;
230 $info{x} = Log::Log4perl::NDC->get() if $self->{info_needed}->{x};
234 $info{p} = $priority;
280 $message, $category, $priority,
320 $data = Log::Log4perl::MDC->get($curlies);
515 http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout.html
677 ($layout, $message, $category, $priority, $caller_level);
682 priority: e.g. DEBUG|WARN|INFO|ERROR|FATAL
809 Kevin Goess <cpan@goess.org>
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges22 * (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 #73462] Changed logwarn/logcluck/logcarp/error_warn
67 * (ms) [rt.cpan.org #7359
[all...]
H A DREADME128 logger references around with your functions and methods. You can get a
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.
269 necessarily mean that the message will actually get logged. What
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
476 log4j.appender.A1=org.apache.log4j.ConsoleAppender
477 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
480 This enables messages of priority "DEBU
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm760 functions and methods. You can get a logger anytime via a singleton
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.
912 necessarily mean that the message will actually get logged.
914 the logger used is configured to let a message of the given priority
1128 log4j.appender.A1=org.apache.log4j.ConsoleAppender
1129 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
1132 This enables messages of priority C<DEBUG> or higher in the root
1150 if they're of priority
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Derlang.vim4 " http://www.erlang.org
81 syn keyword erlangBIF get get_keys group_leader
144 syn keyword erlangProcess net_kernel node normal priority
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\)\=\)\>"
88 syn match perlStatementSocket "\<\%(acept\|bind\|connect\|get\%(peername\|sock\%(name\|opt\)\)\|listen\|recv\|send\|setsockopt\|shutdown\|socket\%(pair\)\=\)\>"
89 syn match perlStatementIPC "\<\%(msg\%(ctl\|get\|rcv\|snd\)\|sem\%(ctl\|get\|op\)\|shm\%(ctl\|get\|read\|write\)\)\>"
90 syn match perlStatementNetwork "\<\%(\%(end\|[gs]et\)\%(host\|net\|proto\|serv\)ent\|get\
[all...]
H A Dperl6.vim7 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
8 " Moritz Lenz <moritz@faui2k3.org>
12 " can parse. But I'll do my best to get vim to.
51 " https://svn.parrot.org/parrot/trunk/editor/
76 " priority than matches/regions, so the words can't be autoquoted with
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm616 functions and methods. You can get a logger anytime via a singleton
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.
925 log4j.appender.A1=org.apache.log4j.ConsoleAppender
926 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
929 This enables messages of priority C<DEBUG> or higher in the root
947 if they're of priority I<warning> or higher.
957 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
958 log4j.appender.stdout.layout=org
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm55 If you just want to get all the comfort of logging, without much
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.
352 This will both log the message with priority FATAL according to your current
440 C<debug()> messages have priority C<INFO>,
729 to events with priority of ERROR or higher (ERROR or FATAL that is).
732 priority that's higher than FATAL: It is simply called C<OFF>, and it is never
765 The parent logger has a priority setting of ERROR, the child
780 But, perhaps surprisingly, what you'll get wit
[all...]
H A DConfig.pm355 $appender = Log::Log4perl::JavaMap::get($appname,
474 $layout_class =~ s/org.apache.log4j./Log::Log4perl::Layout::/;
614 die "Log4perl couln't get $config, ".
669 $string =~ s#^org\.apache\.##;
976 This sets all loggers under the C<Bar::Twix> hierarchy on priority
1010 This sets a priority of C<DEBUG> for loggers in the C<Bar::Twix>
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm398 # switch according to kind of $el and get corresponding ($sql, @bind)
401 # skip empty elements, otherwise get invalid trailing AND stuff
980 # get first pair in hash
1288 # strings get case twiddled
1511 %where = (name => 'nwiger', email => 'nate@wiger.org');
1515 WHERE name = 'nwiger' AND email = 'nate@wiger.org'
1518 C<cmp> to C<like> you would get SQL such as:
1520 WHERE name like 'nwiger' AND email like 'nate@wiger.org'
1597 specify C<columns>, you will get an array that looks like this:
1629 get
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm366 $appender = Log::Log4perl::JavaMap::get($appname,
497 $layout_class =~ s/org.apache.log4j./Log::Log4perl::Layout::/;
646 die "Log4perl couln't get $config, ".
691 $string =~ s#^org\.apache\.##;
1013 This sets all loggers under the C<Bar::Twix> hierarchy on priority
1047 This sets a priority of C<DEBUG> for loggers in the C<Bar::Twix>
1179 Kevin Goess <cpan@goess.org>
H A DFAQ.pm55 If you just want to get all the comfort of logging, without much
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.
352 This will both log the message with priority FATAL according to your current
442 C<debug()> messages have priority C<INFO>,
731 to events with priority of ERROR or higher (ERROR or FATAL that is).
734 priority that's higher than FATAL: It is simply called C<OFF>, and it is never
767 The parent logger has a priority setting of ERROR, the child
782 But, perhaps surprisingly, what you'll get wit
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DReplicated.pm34 that the Pool object should get.
450 bits get put into the correct places.
529 options merged with the master, with replicant opts having higher priority.
615 inserted something and need to get a resultset including it, etc.
1037 such as on a web application server. You can get around this limitation by
1052 Norbert Csongr�di <bert@cpan.org>
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm40 my $temperatures = Temperatures->new(32); # get object
89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
316 get current value, and if parameters are provided, a new value
372 Notice that since proxy (second one) expects to get more than one
559 If for some reason you want to get access to remote procedures that have
731 C<mustUnderstand()>, C<encodingStyle()> and C<root()> methods to set/get
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
764 priority,
847 registered with the serializer get declare
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm40 my $temperatures = Temperatures->new(32); # get object
89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
316 get current value, and if parameters are provided, a new value
372 Notice that since proxy (second one) expects to get more than one
559 If for some reason you want to get access to remote procedures that have
731 C<mustUnderstand()>, C<encodingStyle()> and C<root()> methods to set/get
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
764 priority,
847 registered with the serializer get declare
[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/vim-53/runtime/
H A Dmenu.vim4 " Maintainer: Bram Moolenaar <Bram@vim.org>
343 " get NL separated string with file names
638 " get new priority, if exists
H A Doptwin.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
105 " get the new value of the option and update the option window line
1034 call append("$", "suffixes\tlist of file name extensions that have a lower priority")
1114 call append("$", "bioskey\tcall the BIOS to get a keyoard character")
1116 call append("$", "conskey\tuse direct console I/O to get a keyboard character")
/macosx-10.9.5/vim-53/src/
H A Deval.c308 * Initializing a union does not work, leave tv.vval empty to get zero's.
458 static dictitem_T *dictitem_copy __ARGS((dictitem_T *org));
1508 * Used to get the good word and score from the eval_spell_expr() result.
2643 /* Optionally get the second index [ :expr]. */
2708 /* "[key]": get key from "var1" */
3350 /* Increase refcount on dictionary, it could get deleted when evaluating
6916 dictitem_copy(org)
6917 dictitem_T *org;
6922 + STRLEN(org->di_key)));
6925 STRCPY(di->di_key, org
[all...]

Completed in 400 milliseconds