Searched +refs:org +refs:current +refs:time (Results 1 - 25 of 31) 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}
286 \key{rotate current subtre
[all...]
H A Dgnus-refcard.tex82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
130 current maintainer's email address. \Guide{} last edited on \date.
152 \quad [scope] How many objects to operate on (including the current one).
157 current object is affected.
410 M w & Mark all groups in the current region. [prefix: unmark]\\
420 T m & {\bf Move} the current group to some other topic [p/p].\\
422 T c & {\bf Copy} the current group to some other topic [p/p].\\
423 T D & Remove (not delete) the current group [p/p].\\
429 T \# & Mark all groups in the current topic with the process-mark.\\
430 T M-\# & Remove the process-mark from all groups in the current topi
[all...]
H A Drefcard.tex59 % Internet: gildea@stop.mail-abuse.org
301 the directions. If you are a first-time user, type \kbd{C-h t} for a
331 \key{abort current search}{C-g}
358 \key{scroll current line to center of screen}{C-u C-l}
440 \key{indent current {\bf line} (mode-dependent)}{TAB}
502 \key{check spelling of current word}{M-\$}
630 \key{eval current {\bf defun}}{C-M-x}
661 "Reposition current line to top of window.
H A Dcalccard.tex60 % Internet: gildea@stop.mail-abuse.org
477 \iline{time: \kbd{s} or \kbd{sec}, \kbd{ms}, \kbd{us}, \kbd{ns}, \kbd{min},
636 \key{replot current graph}{g p}
637 \key{print current graph}{g P}
/macosx-10.9.5/vim-53/runtime/macros/life/
H A Dlife.vim7 " Modified by Bram Moolenaar (Bram@vim.org), 1996 Sept 10
41 " of the current buffer. All line references in these macros
43 " can be done safely with any file as the current buffer.
49 " + idem, time running one generation.
51 " i<nr><Esc>z Make a number the only thing on the current line and use
52 " 'z' to time that many generations.
98 " Time running N generations, where N is the number on the current line.
118 " where <germ> is " " if the current germ is dead, "X" when living.
119 " <count> is the number of living neighbours (including current germ)
179 " The next three work out a square: put all nine chars around the current
[all...]
/macosx-10.9.5/vim-53/runtime/plugin/
H A Dmatchparen.vim2 " Maintainer: Bram Moolenaar <Bram@vim.org>
99 " Limit the search time to 300 msec to avoid a hang on very long lines.
104 " a long time on closed folds and long lines.
111 " one of these stoplines will be adjusted below, but the current values are
112 " minimal boundaries within the current window
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dcweb.vim12 " TODO: The current version switches syntax highlighting off for section
41 " hickup at the innocious "\|" TeX macro. Note: For the time being we expect
59 " address <someone@@fsf.org> without going into C/C++ mode.)
H A D2html.vim7 " Original by Bram Moolenaar <Bram@vim.org>
14 " http://www.vim.org/scripts/script.php?script_id=2006
18 " Transform a file into HTML, using the current syntax highlighting.
244 resize 1 " leave enough room to view one line at a time
252 " on the new window, set the least time-consuming fold method
485 " find the current progress bar position based on precalculated thresholds
538 " level and the current foldcolumn setting
546 " in order to get the fold level of the current fold
578 " in order to get the fold level of the current fold
633 " stack to keep track of all the folds containing the current lin
[all...]
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
64 syn keyword ProgressReserved cpstream create ctos current current-changed current-lang[uage] current-window current_date curs[or] database dataservers
83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
139 syn keyword ProgressOperator cpprint cprcodein cprcodeout cpterm crc-val[ue] c[reate-control] create-result-list-entry create-test-file current-column current-environm[ent] current-iteration
140 syn keyword ProgressOperator current
[all...]
/macosx-10.9.5/vim-53/runtime/
H A Dvimrc_example.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
30 set ruler " show the cursor position all the time
90 " Convenient command to see the difference between the current buffer and the
H A Dmenu.vim4 " Maintainer: Bram Moolenaar <Bram@vim.org>
21 " Try to find a menu translation file for the current language.
1012 tmenu ToolBar.Save Save current file
1026 tmenu ToolBar.SaveSesn Save current session
1028 tmenu ToolBar.Make Make current project (:make)
1029 tmenu ToolBar.RunCtags Build tags in current directory tree (!ctags -R .)
1035 " Select a session to load; default to current session name if present
1045 " Select a session to save; default to current session name if present
1086 " do_syntax_sel_menu is defined (it takes quite a bit of time).
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dtohtml.vim7 " Original by Bram Moolenaar <Bram@vim.org>
8 " Diff2HTML() added by Christian Brabandt <cb@256bit.org>
77 call add(html, "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">")
78 call add(html, '<html xmlns="http://www.w3.org/1999/xhtml">')
80 call add(html, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">")
84 call add(html, ' "http://www.w3.org/TR/html4/loose.dtd">')
195 " Find an unused file name if current file name is already in use
286 " this sometime and remove the old option entirely at some even later time,
292 " get current option settings with appropriate defaults
/macosx-10.9.5/vim-53/runtime/indent/
H A Dpython.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
25 " Come here when loading the script the first time.
149 " If the current line begins with a keyword that lines up with "try"
165 " If the current line begins with a header keyword, dedent
/macosx-10.9.5/vim-53/runtime/macros/
H A Dmatchit.vim3 " Maintainer: Benji Fisher PhD <benji@member.AMS.org>
5 " URL: http://www.vim.org/script.php?script_id=39
22 " :MatchDebug to activate debugging for the current buffer
70 " Auto-complete mappings: (not yet "ready for prime time")
521 " w = number of '\(' in word before the current one
524 let b = 1 " number of the current '\(' in backref
525 let s = d " number of the current '\(' in a:source
568 let current = strpart(tail, 0, i-1)
570 let currpat = current
572 let currpat = substitute(current,
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dtech_report.tex165 for an entry whose 32-bit rolling checksum matches the current value.
171 current offset in the file and comparing it with the strong checksum
172 value in the current list entry. If the two strong checksums match,
178 the current file offset and the end of the previous match, followed by
205 both directions for most of the time.
238 In each case, the CPU time taken was less than the
239 time it takes to run ``diff'' on the two files.\footnote{The wall
240 clock time was approximately 2 minutes per run on a 50 MHz SPARC 10
308 available for download from http://rsync.samba.org/
/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/
38 ;; table editor. Org-mode supports ToDo items, deadlines, time stamps,
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
63 ;; http://www.astro.uva.nl/~dominik/Tools/org/Changes
79 (require 'time-date)
86 (defvar org-version "4.67c"
87 "The version number of the file org.el.")
88 (defun org
102 (defgroup org nil function
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current line in the output.
212 % We want to insert a rule with the height and depth of the current
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
185 stand-alone strong-est time-stamp time-stamps which-ever white-space
200 % @| inserts a changebar to the left of the current line. It should
210 % Append this vertical mode material after the current line in the output.
212 % We want to insert a rule with the height and depth of the current
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
182 stand-alone strong-est time-stamp time-stamps which-ever white-space
197 % @| inserts a changebar to the left of the current line. It should
207 % Append this vertical mode material after the current line in the output.
209 % We want to insert a rule with the height and depth of the current
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/texinfo/texinfo.tex
35 % ftp://tug.org/tex/texinfo.tex
36 % (and all CTAN mirrors, see http://www.ctan.org),
42 % Texinfo has a small home page at http://texinfo.org/ and also
43 % http://www.gnu.org/software/texinfo.
45 % Send bug reports to bug-texinfo@gnu.org. Please include including a
640 % almost-but-not-quite fill up a page, TeX will have a hard time doing
658 % @dots{} output an ellipsis using the current fon
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
627 % almost-but-not-quite fill up a page, TeX will have a hard time doing
645 % @dots{} output an ellipsis using the current fon
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://texinfo.org/tex/texinfo.tex
35 % ftp://us.ctan.org/macros/texinfo/texinfo.tex
36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
40 % Texinfo has a small home page at http://texinfo.org/.
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % the existing language-specific files from ftp://ftp.gnu.org/gnu/texinfo/.
626 % almost-but-not-quite fill up a page, TeX will have a hard time doing
644 % @dots{} output an ellipsis using the current fon
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex32 % ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex
33 % (and all GNU mirrors, see http://www.gnu.org/order/ftp.html)
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org),
38 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
43 % Send bug reports to bug-texinfo@gnu.org. Please include including a
588 % if the group doesn't fit on the current page, and it's a big big
681 % almost-but-not-quite fill up a page, TeX will have a hard time doing
699 % @dots{} output an ellipsis using the current font.
745 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
187 stand-alone strong-est time-stamp time-stamps which-ever white-space
202 % @| inserts a changebar to the left of the current line. It should
212 % Append this vertical mode material after the current line in the output.
214 % We want to insert a rule with the height and depth of the current
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
34 % ftp://tug.org/tex/texinfo.tex
35 % (and all CTAN mirrors, see http://www.ctan.org).
39 % Send bug reports to bug-texinfo@gnu.org. Please include including a
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
187 stand-alone strong-est time-stamp time-stamps which-ever white-space
202 % @| inserts a changebar to the left of the current line. It should
212 % Append this vertical mode material after the current line in the output.
214 % We want to insert a rule with the height and depth of the current
[all...]

Completed in 246 milliseconds

12