Searched +refs:org +refs:todo +refs:list (Results 1 - 11 of 11) 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
[all...]
H A Dpt-br-refcard.tex59 % Internet: gildea@stop.mail-abuse.org
392 \key{marca todo {\bf buffer}}{C-x h}
406 \key{substitui em todo o texto restante}{!}
510 \metax{verifica todo o buffer}{M-x ispell-buffer}
577 \metax{mostra todos m{\'e}todos de inser{\c{c}}{\~a}o}{M-x list-input-methods}
578 \key{habilita/desabilita um m{\'e}todo de inser{\c{c}}{\~a}o}{C-\\}
580 \metax{mostra sistemas de codifica{\c{c}}{\~a}o}{M-x list-coding-systems}
/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/
44 ;; structured ASCII file, as HTML, or (todo and agenda items only) as an
52 ;; http://staff.science.uva.nl/~dominik/Tools/org/org.html#Installation
62 ;; A list of recent changes can be found at
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
102 (defgroup org nil function
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm28 skip todo todo_skip
176 my $list = shift;
180 while( $idx <= $#{$list} ) {
181 my $item = $list->[$idx];
193 @$list = @other;
646 If @args is not given, an empty list will be used.
1154 but will work in the future (a todo test).
1156 For more details on the mechanics of skip and todo tests see
1160 block of tests which can be skipped over or made todo. It's best if I
1254 With a todo bloc
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Exporter/lib/Sub/
H A DExporter.pm174 exports - a list of routines to provide for exporting; each routine may be
176 groups - a list of groups to provide for exporting; each must be followed by
177 either (a) a list of exports, possibly with arguments for each
180 collectors - a list of names into which values are collected for use in
204 The C<exports> list may be provided as an array reference or a hash reference.
205 The list is processed in such a way that the following are equivalent:
245 The C<groups> list can be passed in the same forms as C<exports>. Groups must
246 have values to be meaningful, which may either list exports that make up the
249 The simpler case is the first: a group definition is a list of exports. Here's
297 contains all the exports from the exports list
[all...]
/macosx-10.9.5/vim-53/src/
H A Deval.c6 * Do ":help credits" in Vim to see a list of people who contributed.
39 #define DO_NOT_FREE_CNT 99999 /* refcount for dict or list that should not
64 * For an index in a list:
67 * "tv" points to the (first) list item value
68 * "li" points to the (first) list item
88 listitem_T *ll_li; /* The list item or NULL. */
89 list_T *ll_list; /* The list or NULL. */
91 long ll_n1; /* First index for list */
92 long ll_n2; /* Second index for list range */
101 static char *e_listidx = N_("E684: list inde
1479 list_T *list = NULL; local
2079 int todo; local
3688 int todo; local
3770 int todo; local
5962 int todo; local
6354 int todo = l2->lv_len; local
6728 int todo; local
6857 int todo; local
6975 int todo; local
7210 int todo; local
9398 int todo; local
9943 int todo; local
10188 int todo; local
12966 int todo; local
13757 int todo; local
17907 list_T *list; local
19612 int todo; local
20326 int todo; local
21310 int todo; local
22061 int todo; local
22561 int todo; local
22608 int todo; local
[all...]
H A Dfileio.c6 * Do ":help credits" in Vim to see a list of people who contributed.
2007 int todo = (int)((ptr + size) - p); local
2010 if (todo <= 0)
2018 l = utf_ptr2len_len(p, todo);
2019 if (l > todo && !incomplete_tail)
2032 conv_restlen = todo;
2038 if (l == 1 || l > todo)
2057 mch_memmove(p, p + 1, todo - 1);
4970 char *org = (char *)buf_modname( local
4986 if (org
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Derlang.vim4 " http://www.erlang.org
41 syn match erlangAnnotation " \@<=@\%(clear\|docfile\|end\|headerfile\|todo\|TODO\|type\|author\|copyright\|doc\|reference\|see\|since\|title\|version\|deprecated\|hidden\|private\|equiv\|spec\|throws\)" contained
102 syn keyword erlangBIF list number pid ports port_close port_info
H A Dphp.vim5 " URL: http://www.vim.org/scripts/script.php?script_id=1571
7 " Former Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
8 " Former URL: http://svn.debian.org/wsvn/pkg-vim/trunk/runtime/syntax/php.vim?op=file&rev=0&sc=0
140 syn keyword phpFunctions array_change_key_case array_chunk array_combine array_count_values array_diff_assoc array_diff_uassoc array_diff array_fill array_filter array_flip array_intersect_assoc array_intersect array_key_exists array_keys array_map array_merge_recursive array_merge array_multisort array_pad array_pop array_push array_rand array_reduce array_reverse array_search array_shift array_slice array_splice array_sum array_udiff_assoc array_udiff_uassoc array_udiff array_unique array_unshift array_values array_walk array arsort asort compact count current each end extract in_array key krsort ksort list natcasesort natsort next pos prev range reset rsort shuffle sizeof sort uasort uksort usort contained
338 syn keyword phpTodo todo fixme xxx contained
470 " different syntax highlighting for 'echo', 'print', 'switch', 'die' and 'list' keywords
473 syntax keyword phpStructure list contained
H A Dperl6.vim7 " Contributors: Luke Palmer <fibonaci@babylonia.flatirons.org>
8 " Moritz Lenz <moritz@faui2k3.org>
51 " https://svn.parrot.org/parrot/trunk/editor/
233 \ "plan_ok dies_ok lives_ok skip todo pass flunk force_todo use_ok isa_ok",
311 syn match p6Context display "\<\%(item\|list\|slice\|hash\)\>"
314 " the "$" placeholder in "$var1, $, var2 = @list"
/macosx-10.9.5/vim-53/runtime/
H A Dfiletype.vim3 " Maintainer: Bram Moolenaar <Bram@vim.org>
555 " Debian Sources.list
556 au BufNewFile,BufRead /etc/apt/sources.list setf debsources
730 autocmd BufNewFile,BufRead git-rebase-todo setf gitrebase
1298 " require a blank after the '%' because Perl uses "%list" and "%translate"
2245 if line =~ 'xmlns:xbl="http://www.mozilla.org/xbl"'
2375 " Debian Sources.list
2376 au BufNewFile,BufRead /etc/apt/sources.list.d/* call s:StarSetf('debsources')

Completed in 403 milliseconds