Searched +refs:org +refs:table +refs:next +refs:field (Results 1 - 5 of 5) 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
158 % This next line is useful when designing the layout.
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
[all...]
H A Dgnus-refcard.tex82 \def\author{Gnus Bugfixing Girls + Boys $<$bugs@gnus.org$>$}
188 The table below assumes that you use the default Gnus levels.
252 \# & (\#, M \#, M P p) Processable (will be affected by the next operation).
294 n & Go to the {\bf next} group with unread articles. [distance]\\
295 M-n & Go to the {\bf next} group on the same or lower level.
308 N & Go to the {\bf next} group. [distance]\\
441 T M-n & Go to {\bf next} topic. [distance]\\
482 next one.\\
493 M-n & (G M-n) Go to the {\bf next} summary line of an unread article.
628 G n & (n) Go to the {\bf next} unrea
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
68 syn keyword ProgressReserved exclusive[-lock] exclusive-web-us[er] exists export false fetch field field[s] file-info[rmation] fill find find-case-sensitive
69 syn keyword ProgressReserved find-global find-next-occurrence find-prev-occurrence find-select find-wrap-around first first-of focus font form form[at]
70 syn keyword ProgressReserved fram[e] frame-col frame-db frame-down frame-field frame-file frame-inde[x] frame-line frame-name frame-row frame-val[ue]
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no-error no-f[ill] no-help no-hide no-label[s]
83 syn keyword ProgressReserved stream-io string-xref system-dialog table term term[inal] text text-cursor text-seg[-growth] this-procedure time title
120 " This next line works reasonably well.
127 " This next lin
[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/
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
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
102 (defgroup org nil function
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex151 contributor to the field, over a period of about two years. I've been impressed with his obvious intelligence, and astounded by his productivity.
218 However, cryptography is not the only field of study that can benefit from fast multiple precision integer routines.
228 In fact the library discussed within this text has already been used to form a polynomial basis library\footnote{See \url{http://poly.libtomcrypt.org} for more details.}.
272 to demonstrate algorithms with real implementations\footnote{In the ISO C programming language.} that have been field
377 exercises ranges from one (the easiest) to five (the hardest). The following table sumarizes the
556 the source code. For example, one day I may audit the multipliers and the next day the polynomial basis functions.
913 The requested digit count is padded up to next multiple of \textbf{MP\_PREC} plus an additional \textbf{MP\_PREC} (steps two and three).
987 The number of digits $b$ requested is padded (line 24) by first augmenting it to the next multiple of
1478 next four bits from the source are extracted and are added to the mp\_int. The \textbf{used} digit count is
1621 established. The next logica
[all...]

Completed in 327 milliseconds