Searched +refs:org +refs:timestamp +refs:change (Results 1 - 16 of 16) 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...]
H A Dgnus-refcard.tex82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
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 in the {\bf local} timezone.\\
741 W T o & Display the {\bf original} timestamp.\\
973 has appeared on the server), go to the *post-news* buffer, change
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm26 timestamp => 0,
30 # keep_old and timestamp can't be selected together
31 croak "Can't timestamp and keep older files at the same time"
32 if $args{keep_old} && $args{timestamp};
43 multiple keep_old timestamp status );
115 # FIXME timestamp
211 is C<text/*> and that you may need to change it for other MIME types.
315 =item B<timestamp> => I<boolean>
317 With the C<timestamp> option, the decision as to whether or not to save
318 a newer copy of a file depends on the local and remote timestamp an
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm26 timestamp => 0,
30 # keep_old and timestamp can't be selected together
31 croak "Can't timestamp and keep older files at the same time"
32 if $args{keep_old} && $args{timestamp};
43 multiple keep_old timestamp status );
115 # FIXME timestamp
211 is C<text/*> and that you may need to change it for other MIME types.
315 =item B<timestamp> => I<boolean>
317 With the C<timestamp> option, the decision as to whether or not to save
318 a newer copy of a file depends on the local and remote timestamp an
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm113 # We need to store the timestamp persistently, if requested
263 in the SYNOPSIS section bundle buffered emails into one, change the
289 If the appender attached to C<Limit> uses C<PatternLayout> with a timestamp
305 thresholds. This behaviour might change in the future.
328 Kevin Goess <cpan@goess.org>
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmonk.vim3 " Maintainer: Mike Litherland <litherm@ccf.org>
112 syn keyword monkFunc $resolve-event-definition change-pattern copy copy-strip
118 syn keyword monkFunc regex string->path timestamp uniqueid verify
125 syn keyword monkFunc find-get-after find-get-before get-timestamp julian-date?
H A Dmysql.vim3 " Maintainer: Kenneth J. Pronovici <pronovic@ieee.org>
23 syn keyword mysqlKeyword cascade change character check checksum column columns comment constraint create cross
115 syn region mysqlType start="^timestamp\W" end="."me=s-1
116 syn region mysqlType start="^timestamp$" end="."me=s-1
117 syn region mysqlType start="^timestamp(" end=")" contains=mysqlNumber,mysqlVariable
/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...]
/macosx-10.9.5/CPANInternal-140/Krb5-1.9/
H A DKrb5.pm141 Malcolm's code, which I'll probably change in future releases. In any case,
546 =item o timestamp
548 The timestamp of the entry.
604 Jeff Horwitz (jeff@smashing.org)
/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
1012 change: PHONY
1013 $(BASERUBY) -C "$(srcdir)" ./tool/change_maker.rb $(CHANGES) > change.log
1047 " change: make change log template" \
1051 " http://bugs.ruby-lang.org/wiki/ruby/DeveloperHowto" \
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm925 log4j.appender.A1=org.apache.log4j.ConsoleAppender
926 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
957 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
958 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
960 log4j.appender.R=org.apache.log4j.RollingFileAppender
962 log4j.appender.R.layout=org.apache.log4j.PatternLayout
966 C<org.apache.log4j.ConsoleAppender> (ultimately mapped by C<Log::Log4perl>
968 C<R>, a C<org.apache.log4j.RollingFileAppender>
1071 http://jakarta.apache.org/log4j/docs/api/org/apach
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1128 log4j.appender.A1=org.apache.log4j.ConsoleAppender
1129 log4j.appender.A1.layout=org.apache.log4j.PatternLayout
1160 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
1161 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
1163 log4j.appender.R=org.apache.log4j.RollingFileAppender
1165 log4j.appender.R.layout=org.apache.log4j.PatternLayout
1169 C<org.apache.log4j.ConsoleAppender> (ultimately mapped by C<Log::Log4perl>
1171 C<R>, a C<org.apache.log4j.RollingFileAppender>
1278 http://jakarta.apache.org/log4j/docs/api/org/apach
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/
H A DDBI.pm301 and accept datetime/timestamp values used with
2093 This API is B<EXPERIMENTAL>, will almost definitely change in the future, and
2549 This hook is to allow specific L<DBIx::Class::Storage> drivers to change the
2607 Andy Grundman <andy@hybridized.org>
/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
47 with it without you having to change any code.
312 the logfile and the screen. No reason to change your code, of course,
884 http://search.cpan.org and chances are that what you're looking for
1170 just compares it as a whole -- so if there's a date/timestamp in there,
1540 (see http://jakarta.apache.org/log4j ). Create a configuration file like
1544 class="org.apache.log4j.net.XMLSocketReceiver">
1545 <param name="decoder" value="org.apache.log4j.xml.XMLDecoder"/>
1555 org.apache.log4j.chainsaw.LogUI
1589 timestamp
[all...]
/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
47 with it without you having to change any code.
312 the logfile and the screen. No reason to change your code, of course,
886 http://search.cpan.org and chances are that what you're looking for
1172 just compares it as a whole -- so if there's a date/timestamp in there,
1545 (see http://jakarta.apache.org/log4j ). Create a configuration file like
1549 class="org.apache.log4j.net.XMLSocketReceiver">
1550 <param name="decoder" value="org.apache.log4j.xml.XMLDecoder"/>
1560 org.apache.log4j.chainsaw.LogUI
1594 timestamp
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure420 echo Please tell autoconf@gnu.org about your system,
992 # by default will actually change.
1617 --with-subdir=DIR change default subdirectory used for installs
2352 echo timestamp > conftest.file
2663 configuration is useful to you, please write to autoconf@gnu.org." >&5
2666 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4850 configuration is useful to you, please write to autoconf@gnu.org." >&5
4853 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5054 configuration is useful to you, please write to autoconf@gnu.org." >&5
5057 configuration is useful to you, please write to autoconf@gnu.org
[all...]

Completed in 408 milliseconds