Searched +refs:org +refs:timestamp +refs:up (Results 1 - 25 of 35) sorted by relevance

12

/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...]
H A Dgnus-refcard.tex60 \def\logoscale{0.5}% FIXME: too large for 2up printing? --rsteib
82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
238 C & (M C; M C-c; M H; c, Z c; Z n; Z C) Killed by {\bf catch-up}.\\
254 A & {\bf Answered} (followed-up or replied). [2]\\
287 c & Mark all unticked articles in this group as read ({\bf catch-up}).
306 C & Mark all articles in this group as read ({\bf Catch-up}). [p/p]\\
596 B q & {\bf Query} where the article will end up after fancy splitting\\
736 W T u & (W T z) Display the article timestamp in GMT ({\bf UT, ZULU}).\\
737 W T i & Display the article timestamp in {\bf ISO} 8601.\\
738 W T l & Display the article timestamp i
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/InflateColumn/
H A DDateTime.pm15 columns to be of the datetime, timestamp or date datatype.
72 If the data_type of a field is C<date>, C<datetime> or C<timestamp> (or
73 a derivative of these datatypes, e.g. C<timestamp with timezone>), this
91 up datetime columns appropriately. This would not normally be
115 for (qw/date datetime timestamp/) {
127 if ($type eq "timestamp with time zone" || $type eq "timestamptz") {
128 $type = "timestamp";
130 } elsif ($type eq "timestamp without time zone") {
131 $type = "timestamp";
153 if ($type eq 'datetime' || $type eq 'date' || $type eq 'timestamp') {
[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...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddtrace.vim10 " http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_lex.l
11 " http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libdtrace/common/dt_grammar.y
34 " descriptors don't show up as errors. Note that this regex detects probes
97 syn keyword dtraceIdentifier pset root stackdepth tid timestamp uid uregs
H A Dmonk.vim3 " Maintainer: Mike Litherland <litherm@ccf.org>
118 syn keyword monkFunc regex string->path timestamp uniqueid verify
125 syn keyword monkFunc find-get-after find-get-before get-timestamp julian-date?
195 " Synchronization and the wrapping up...
/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
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.apache.log4j.ConsoleAppender
1129 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
1153 it will just propagate the message up the hierarchy until the root logger
1154 picks it up and forwards it to the one and only appender of the root
1160 log4j.appender.stdout=org
[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
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
950 it will just propagate the message up the hierarchy until the root logger
951 picks it up and forwards it to the one and only appender of the root
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.pm25 be added. You'd like to write a timestamp with every message. Then
187 method fires up a message, which the root logger catches. Its
195 (ERROR and up) than the WARN priority of the message.
331 each logging to different files, you can gobble up all logged messages
412 =head2 How can I hook up the LWP library with Log::Log4perl?
444 Now, in order to transpartently hook up LWP::Debug with Log::Log4perl,
776 attached C<Screen> appender. Then, the message will percolate up
793 One way to prevent the message from bubbling up the logger
808 percolating up the hierarchy are a useful Log4perl feature.
827 lets it through, the message percolating up th
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Tester/lib/Test/
H A DTester.pm368 something that you cannot predict in advance like a timestamp. In this case
489 output diagnostics before any test results showed up.
635 Test::Tester::Capture is a cut down and hacked up version of Test::Builder.
636 Test::Builder was written by chromatic <chromatic@wgz.org> and Michael G
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm25 be added. You'd like to write a timestamp with every message. Then
187 method fires up a message, which the root logger catches. Its
195 (ERROR and up) than the WARN priority of the message.
331 each logging to different files, you can gobble up all logged messages
414 =head2 How can I hook up the LWP library with Log::Log4perl?
446 Now, in order to transpartently hook up LWP::Debug with Log::Log4perl,
778 attached C<Screen> appender. Then, the message will percolate up
795 One way to prevent the message from bubbling up the logger
810 percolating up the hierarchy are a useful Log4perl feature.
829 lets it through, the message percolating up th
[all...]
/macosx-10.9.5/ruby-104/ruby/
H A Dcommon.mk198 capi: $(CAPIOUT)/.timestamp PHONY
200 $(CAPIOUT)/.timestamp: Doxyfile $(PREP)
528 $(Q)$(MINIRUBY) $(srcdir)/tool/mkconfig.rb -timestamp=$@ \
929 $(Q)$(IFCHANGE) "--timestamp=$@" "$(srcdir)/revision.h" revision.tmp
999 up::
1015 love: sudo-precheck up all test install test-all
1051 " http://bugs.ruby-lang.org/wiki/ruby/DeveloperHowto" \
/macosx-10.9.5/ntp-88/sntp/
H A Dconfigure231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
1404 # mess up M-x gdb in Emacs.
1500 --disable-dependency-tracking speeds up one-time build
2255 # Strip out --no-create and --no-recursion so they do not pile up.
2795 echo timestamp > conftest.file
4116 # We make a subdir and do the tests there. Otherwise we can end up
4118 # instance it was reported that on HP-UX the gcc test will end up
7983 # Let's accept both of them until this is cleared up.
8305 # On DJGPP, this test can blow up pretty badly due to problems in libc
8320 # On Win9x/ME, this test blows up
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dconfigure231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
1554 # mess up M-x gdb in Emacs.
1648 --disable-dependency-tracking speeds up one-time build
2200 # Strip out --no-create and --no-recursion so they do not pile up.
2733 echo timestamp > conftest.file
3974 # We make a subdir and do the tests there. Otherwise we can end up
3976 # instance it was reported that on HP-UX the gcc test will end up
5640 # On DJGPP, this test can blow up pretty badly due to problems in libc
5655 # On Win9x/ME, this test blows up -- it succeeds, but takes
5658 # you end up wit
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dconfigure231 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
1415 # mess up M-x gdb in Emacs.
1514 --disable-dependency-tracking speeds up one-time build
2030 # Strip out --no-create and --no-recursion so they do not pile up.
2569 echo timestamp > conftest.file
3827 # We make a subdir and do the tests there. Otherwise we can end up
3829 # instance it was reported that on HP-UX the gcc test will end up
4959 # We make a subdir and do the tests there. Otherwise we can end up
4961 # instance it was reported that on HP-UX the gcc test will end up
6979 # On DJGPP, this test can blow up prett
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dconfigure233 $as_echo "$0: Please tell bug-autoconf@gnu.org and
1417 # mess up M-x gdb in Emacs.
1515 --disable-dependency-tracking speeds up one-time build
2089 # Strip out --no-create and --no-recursion so they do not pile up.
2504 echo timestamp > conftest.file
3779 # We make a subdir and do the tests there. Otherwise we can end up
3781 # instance it was reported that on HP-UX the gcc test will end up
5180 # On DJGPP, this test can blow up pretty badly due to problems in libc
5195 # On Win9x/ME, this test blows up -- it succeeds, but takes
5198 # you end up wit
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/
H A Dconfigure5 # Report bugs to <http://gcc.gnu.org/bugs.html>.
274 PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
845 --disable-dependency-tracking Speeds up one-time builds
876 Report bugs to <http://gcc.gnu.org/bugs.html>.
1038 # Strip out --no-create and --no-recursion so they do not pile up.
1581 echo timestamp > conftest.file
2830 # messages which can occur if `w' ends up in MAKEFLAGS.
2884 # We make a subdir and do the tests there. Otherwise we can end up
2886 # instance it was reported that on HP-UX the gcc test will end up
3379 # Let's accept both of them until this is cleared up
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dconfigure853 --disable-dependency-tracking speeds up one-time build
1046 # Strip out --no-create and --no-recursion so they do not pile up.
2578 echo timestamp > conftest.file
2776 # messages which can occur if `w' ends up in MAKEFLAGS.
2978 # We make a subdir and do the tests there. Otherwise we can end up
2980 # instance it was reported that on HP-UX the gcc test will end up
3529 # Let's accept both of them until this is cleared up.
3654 # On DJGPP, this test can blow up pretty badly due to problems in libc
3662 # On Win9x/ME, this test blows up -- it succeeds, but takes
3665 # you end up wit
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
H A Dconfigure6 # Report bugs to <http://www.openldap.org/its/ >.
237 $as_echo "$0: Please tell bug-autoconf@gnu.org and
238 $0: http://www.openldap.org/its/ about your system,
715 PACKAGE_BUGREPORT='http://www.openldap.org/its/ '
1417 # mess up M-x gdb in Emacs.
1513 --disable-dependency-tracking speeds up one-time build
1550 Report bugs to <http://www.openldap.org/its/ >.
1861 ## Report this to http://www.openldap.org/its/ ##
2246 # Strip out --no-create and --no-recursion so they do not pile up.
2662 echo timestamp > conftes
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dconfigure5 # Report bugs to <tiff@lists.maptools.org>.
241 $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: tiff@lists.maptools.org about your system, including
567 PACKAGE_BUGREPORT='tiff@lists.maptools.org'
1340 # mess up M-x gdb in Emacs.
1443 --disable-dependency-tracking speeds up one-time build
1485 disable picking up YCbCr subsampling info from the
1528 Report bugs to <tiff@lists.maptools.org>.
2059 ## Report this to tiff@lists.maptools.org ##
2369 # Strip out --no-create and --no-recursion so they do not pile up
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/libtiff/
H A Dconfigure.lineno5 # Report bugs to <tiff@lists.maptools.org>.
241 $as_echo "$0: Please tell bug-autoconf@gnu.org and
242 $0: tiff@lists.maptools.org about your system, including
567 PACKAGE_BUGREPORT='tiff@lists.maptools.org'
1340 # mess up M-x gdb in Emacs.
1443 --disable-dependency-tracking speeds up one-time build
1485 disable picking up YCbCr subsampling info from the
1528 Report bugs to <tiff@lists.maptools.org>.
2059 ## Report this to tiff@lists.maptools.org ##
2369 # Strip out --no-create and --no-recursion so they do not pile up
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/
H A Dconfigure419 echo Please tell autoconf@gnu.org about your system,
1390 # mess up M-x gdb in Emacs.
1491 --disable-dependency-tracking speeds up one-time build
1661 # Strip out --no-create and --no-recursion so they do not pile up.
2216 configuration is useful to you, please write to autoconf@gnu.org." >&5
2219 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2420 configuration is useful to you, please write to autoconf@gnu.org." >&5
2423 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3659 # Let's accept both of them until this is cleared up.
4740 configuration is useful to you, please write to autoconf@gnu.org
[all...]
/macosx-10.9.5/file-46/file/
H A Dconfigure418 echo Please tell autoconf@gnu.org about your system,
1384 # mess up M-x gdb in Emacs.
1482 --disable-dependency-tracking speeds up one-time build
1647 # Strip out --no-create and --no-recursion so they do not pile up.
2063 echo timestamp > conftest.file
2402 configuration is useful to you, please write to autoconf@gnu.org." >&5
2405 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2625 configuration is useful to you, please write to autoconf@gnu.org." >&5
2628 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2829 configuration is useful to you, please write to autoconf@gnu.org
[all...]
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dconfigure435 echo Please tell bug-autoconf@gnu.org about your system,
1498 # mess up M-x gdb in Emacs.
1596 --disable-dependency-tracking speeds up one-time build
1776 # Strip out --no-create and --no-recursion so they do not pile up.
2221 echo timestamp > conftest.file
3651 # messages which can occur if `w' ends up in MAKEFLAGS.
3702 # We make a subdir and do the tests there. Otherwise we can end up
3704 # instance it was reported that on HP-UX the gcc test will end up
4391 { { $as_echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
4392 $as_echo "$as_me: error: cannot find output from $LEX; giving up" >
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dconfigure435 echo Please tell bug-autoconf@gnu.org about your system,
1500 # mess up M-x gdb in Emacs.
1596 --disable-dependency-tracking speeds up one-time build
1790 # Strip out --no-create and --no-recursion so they do not pile up.
2235 echo timestamp > conftest.file
3566 # messages which can occur if `w' ends up in MAKEFLAGS.
3617 # We make a subdir and do the tests there. Otherwise we can end up
3619 # instance it was reported that on HP-UX the gcc test will end up
4116 # We make a subdir and do the tests there. Otherwise we can end up
4118 # instance it was reported that on HP-UX the gcc test will end up
[all...]

Completed in 392 milliseconds

12