Searched +refs:todo +refs:item +refs:end (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dtodo-mode.el0 ;;; todo-mode.el --- major mode for editing TODO list files
9 ;; Keywords: calendar, todo
39 ;; so that the list of todo-items will show up in the FANCY diary
43 ;; function `todo-show' which will change to the one specific
44 ;; TODO file that has been specified in the todo-file-do
46 ;; conventions, the todo-show function will add the appropriate
55 ;; (autoload 'todo-mode "todo-mode"
57 ;; (autoload 'todo-show "todo
266 (defgroup todo nil function
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm94 =item B<new>
120 =item B<create>
143 =item B<reset>
196 =item B<plan>
246 =item B<expected_tests>
273 =item B<no_plan>
288 =item B<has_plan>
305 =item B<skip_all>
328 =item B<exported_to>
362 =item
1599 sub todo { subroutine
[all...]
H A DMore.pm26 skip todo todo_skip
174 my $item = $list->[$idx];
176 if( defined $item and $item eq 'no_diag' ) {
180 push @other, $item;
226 =item B<ok>
265 =item B<is>
267 =item B<isnt>
340 =item B<like>
363 Regex options may be placed on the end (
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm111 =item B<new>
131 =item B<reset>
194 =item B<exported_to>
213 =item B<plan>
263 =item B<expected_tests>
290 =item B<no_plan>
303 =item B<has_plan>
318 =item B<skip_all>
351 =item B<ok>
385 my $todo
1344 sub todo { subroutine
[all...]
H A DMore.pm28 skip todo todo_skip
185 my $item = $plan[$idx];
187 if( $item eq 'no_diag' ) {
191 push @cleaned_plan, $item;
211 my $item = $_[$idx];
213 if( $item eq 'import' ) {
218 push @plan, $item;
266 =item B<ok>
302 =item B<is>
304 =item
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dformat.el125 end. It must make sure that the beginning of the file no longer
135 or modify the region and return the new end.
261 (end (+ (point) length)))
274 (< (match-end 0) (+ begin length)))
279 (setq end (format-decode-run-method (nth 3 f) begin end)))
295 (setq end (format-decode-run-method (nth 3 f) begin end)))
307 (- end begin)))
329 (list (region-beginning) (region-end)
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm11 $ONFAIL %todo %history $planned @FAILDETAIL) #private-ish
16 %todo = ();
50 BEGIN { plan tests => 14, todo => [3,4] }
61 ok(0); # ok, expected failure (see todo list, above)
107 =item C<plan(...)>
124 =item C<tests =E<gt> I<number>>
129 =item C<todo =E<gt> [I<1,5,14>]>
134 =item C<onfail =E<gt> sub { ... }>
136 =item
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Damiga.vim26 syn region amiString start=+"+ end=+"+ oneline contains=@Spell
32 syn region amiFlow matchgroup=Statement start="if" matchgroup=Statement end="endif" contains=ALL
40 syn region amiEcho matchgroup=Statement start="\<echo\>" end="$" oneline contains=amiComment
41 syn region amiEcho matchgroup=Statement start="^\.[bB][rR][aA]" end="$" oneline
42 syn region amiEcho matchgroup=Statement start="^\.[kK][eE][tT]" end="$" oneline
67 syn keyword amiTodo contained todo
76 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dscilab.vim22 syn keyword scilabStatement abort clear clearglobal end exit global mode predef quit resume
54 syn keyword scilabTodo TODO todo FIXME fixme TBD tbd contained
60 syn region scilabString start=+'+ skip=+''+ end=+'+ oneline
61 syn region scilabString start=+"+ end=+"+ oneline
70 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dlite.vim49 syn region liteComment start="/\*" end="\*/" contains=liteTodo
105 syn region liteString keepend matchgroup=None start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=liteIdentifier,liteSpecialChar,@liteSql
119 syn keyword liteTodo TODO Todo todo contained
127 syn region liteParent matchgroup=Delimiter start="(" end=")" contains=@liteInside
128 syn region liteParent matchgroup=Delimiter start="{" end="}" contains=@liteInside
129 syn region liteParent matchgroup=Delimiter start="\[" end="\]" contains=@liteInside
142 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dcsh.vim27 syn keyword cshTodo contained todo
38 syn region cshDblQuote start=+[^\\]"+lc=1 skip=+\\\\\|\\"+ end=+"+ contains=cshSpecial,cshShellVariables,cshExtVar,cshSelector,cshQtyWord,cshArgv,cshSubst,cshNoEndlineDQ,cshBckQuote,@Spell
39 syn region cshSnglQuote start=+[^\\]'+lc=1 skip=+\\\\\|\\'+ end=+'+ contains=cshNoEndlineSQ,@Spell
40 syn region cshBckQuote start=+[^\\]`+lc=1 skip=+\\\\\|\\`+ end=+`+ contains=cshNoEndlineBQ,@Spell
41 syn region cshDblQuote start=+^"+ skip=+\\\\\|\\"+ end=+"+ contains=cshSpecial,cshExtVar,cshSelector,cshQtyWord,cshArgv,cshSubst,cshNoEndlineDQ,@Spell
42 syn region cshSnglQuote start=+^'+ skip=+\\\\\|\\'+ end=+'+ contains=cshNoEndlineSQ,@Spell
43 syn region cshBckQuote start=+^`+ skip=+\\\\\|\\`+ end=+`+ contains=cshNoEndlineBQ,@Spell
48 syn keyword cshStatement alias end history onintr setenv unalias
87 syn region cshSetExpr matchgroup=cshSetStmt start="\<set\>\|\<unset\>" end="$\|;" contains=cshComment,cshSetStmt,cshSetVariables,@cshQuoteList
93 syn region cshTest matchgroup=cshStatement start="\<if\>\|\<while\>" skip="\\$" matchgroup=cshStatement end
[all...]
H A Dspecman.vim21 syn keyword specmanTodo contained TODO todo ToDo FIXME XXX
27 syn keyword specmanStatement cover using count_only trace_only at_least transition item ranges
88 syn region specmanComment start="^'>"hs=s+2 end="^<'"he=e-2
109 syn region specmanString start=+"+ end=+"+
122 "syn region specmanParen transparent start='(' end=')' contains=ALLBUT,@specmanParenGroup
126 "syn region specmanParen transparent start='(' end=')' contains=ALLBUT,@specmanParenGroup,specmanErrInBracket
129 "syn region specmanBracket transparent start='\[' end=']' contains=ALLBUT,@specmanParenGroup,specmanErrInParen
141 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dperl6.vim17 " put a modeline near the beginning or end of your Perl 6 files instead:
167 " Don't put a "\+" at the end of the character class. That makes it so
221 \ "first sum keys values pairs defined delete exists elems end kv any",
233 \ "plan_ok dies_ok lives_ok skip todo pass flunk force_todo use_ok isa_ok",
301 \ end=">\@<="
307 \ end=">"
311 syn match p6Context display "\<\%(item\|list\|slice\|hash\)\>"
400 \ end="\z1\zs"
409 \ end=")\zs"
415 \ end
[all...]
H A Dtf.vim120 syn keyword tfTodo TODO Todo todo contained
131 syn region tfComment start="^;" end="$" contains=tfTodo
134 syn region tfString oneline matchgroup=None start=+'+ skip=+\\\\\|\\'+ end=+'+ contains=tfIdentifier,tfSpecialChar,tfEscape
135 syn region tfString matchgroup=None start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=tfIdentifier,tfSpecialChar,tfEscape
140 syn region tfParent matchgroup=Delimiter start="(" end=")" contains=ALLBUT,tfReadonly
141 syn region tfParent matchgroup=Delimiter start="\[" end="\]" contains=ALL
142 syn region tfParent matchgroup=Delimiter start="{" end="}" contains=ALL
165 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dhtmlos.vim60 syn region htmlosComment start="#" end="/#" contained
90 syn region htmlosStringDouble keepend matchgroup=None start=+"+ end=+"+ contained
91 syn region htmlosStringSingle keepend matchgroup=None start=+'+ end=+'+ contained
106 syn keyword htmlosTodo TODO Todo todo contained
112 syn region htmlosRegion keepend matchgroup=Delimiter start="<<" skip=+".\{-}?>.\{-}"\|'.\{-}?>.\{-}'\|/\*.\{-}?>.\{-}\*/+ end=">>" contains=@htmlosTop
113 syn region htmlosRegion keepend matchgroup=Delimiter start="\[\[" skip=+".\{-}?>.\{-}"\|'.\{-}?>.\{-}'\|/\*.\{-}?>.\{-}\*/+ end="\]\]" contains=@htmlosTop
125 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dnsis.vim18 syn keyword nsisTodo todo attention note fixme readme
19 syn region nsisComment start=";" end="$" contains=nsisTodo
20 syn region nsisComment start="#" end="$" contains=nsisTodo
66 syn region nsisString start=/"/ skip=/'\|`/ end=/"/ contains=nsisPreprocSubst,nsisUserVar,nsisSysVar,nsisRegistry
67 syn region nsisString start=/'/ skip=/"\|`/ end=/'/ contains=nsisPreprocSubst,nsisUserVar,nsisSysVar,nsisRegistry
68 syn region nsisString start=/`/ skip=/"\|'/ end=/`/ contains=nsisPreprocSubst,nsisUserVar,nsisSysVar,nsisRegistry
228 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Derlang.vim41 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
47 syn region erlangString start=+"+ skip=+\\.+ end=+"+ contains=erlangModifier
48 syn region erlangAtom start=+'+ skip=+\\'+ end=+'+
135 syn keyword erlangKeyword cond end fun if
178 " For version 5.8 and later: only when an item doesn't have highlighting yet
H A Dtex.vim25 " (there's no difference between begin/end patterns)
44 " For version 5.8 and later: only when an item doesn't have highlighting yet
145 syn region texMatcher matchgroup=Delimiter start="{" skip="\\\\\|\\[{}]" end="}" contains=@texMatchGroup,texError
146 syn region texMatcher matchgroup=Delimiter start="\[" end="]" contains=@texMatchGroup,texError
148 syn region texMatcher matchgroup=Delimiter start="{" skip="\\\\\|\\[{}]" end="}" contains=@texMatchGroup
149 syn region texMatcher matchgroup=Delimiter start="\[" end="]" contains=@texMatchGroup
151 syn region texParen start="(" end=")" contains=@texMatchGroup,@Spell
159 syn region texMathMatcher matchgroup=Delimiter start="{" skip="\\\\\|\\}" end="}" end="%stopzone\>" contained contains=@texMathMatchGroup
194 " \begin{}/\end{} sectio
[all...]
H A Dfortran.vim104 syn match fortranConstructName "\(\<end\s*do\s\+\)\@<=\a\w*"
105 syn match fortranConstructName "\(\<end\s*if\s\+\)\@<=\a\w*"
106 syn match fortranConstructName "\(\<end\s*select\s\+\)\@<=\a\w*"
117 syn match fortranUnitHeader "\<end\>"
135 syn keyword fortranTodo contained todo fixme
138 syn region fortranParen transparent start="(" end=")" contains=ALLBUT,fortranParenError,@fortranCommentGroup,cIncluded,@spell
212 syn region fortranStringEx start=+'+ end=+'+ contains=fortranContinueMark,fortranLeftMargin,fortranSerialNumber
239 syn region fortranString start=+"+ end=+"+ contains=fortranLeftMargin,fortranContinueMark,fortranSerialNumber
248 syn match fortranUnitHeader "\<end\s*function"
249 syn match fortranUnitHeader "\<end\
[all...]
H A Dcobol.vim98 syn match cobolTodo "todo" contained containedin=cobolComment
101 " syn region cobolComment start="*>" end="$" contains=cobolTodo,cobolMarker
144 "syn region cobolLine start="^.\{6}[ D-]" end="$" contains=ALL
148 syn region cobolCondFlow contains=ALLBUT,cobolLine start="\<\(IF\|INVALID\|END\|EOP\)\>" skip=/\('\|"\)[^"]\{-}\("\|'\|$\)/ end="\." keepend
161 " For version 5.8 and later: only when an item doesn't have highlighting yet
/macosx-10.10/vim-55/src/
H A Deval.c43 * In a hashtab item "hi_key" points to "di_key" in a dictitem.
44 * This avoids adding a pointer to the hashtab item.
67 * "tv" points to the (first) list item value
68 * "li" points to the (first) list item
70 * For an existing Dict item:
73 * "tv" points to the dict item value
75 * For a non-existing Dict item:
79 * "newkey" is the key for the new item.
85 typval_T *ll_tv; /* Typeval of item being used. If "newkey"
87 the item
1919 listitem_T *item; local
2079 int todo; local
3179 listitem_T *item; local
3688 int todo; local
3770 int todo; local
5353 listitem_T *item; local
5397 dictitem_T *item; local
5727 listitem_T *item; local
5846 listitem_T *item; local
5962 int todo; local
6057 listitem_T *item; local
6353 listitem_T *item; local
6354 int todo = l2->lv_len; local
6403 listitem_T *item; local
6521 listitem_T *item; local
6728 int todo; local
6857 int todo; local
6975 int todo; local
7053 dictitem_T *item; local
7087 dictitem_T *item; local
7210 int todo; local
7269 dictitem_T *item; local
8994 listitem_T *item; local
9398 int todo; local
9902 listitem_T *item; local
9943 int todo; local
10188 int todo; local
10796 linenr_T end; local
11268 linenr_T end; local
12546 listitem_T *item; local
12846 listitem_T *item; local
12899 char_u *end; local
12966 int todo; local
13757 int todo; local
14137 long end; local
14687 listitem_T *item, *item2; local
14690 long end; local
14745 EMSGN(_(e_listidx), end); local
16556 char_u *end; local
19612 int todo; local
20326 int todo; local
20955 char_u *end; local
21310 int todo; local
22061 int todo; local
22561 int todo; local
22608 int todo; local
[all...]
H A Dsyntax.c120 #define SPO_ME_OFF 1 /* match end offset */
122 #define SPO_HE_OFF 3 /* highl. end offset */
124 #define SPO_RE_OFF 5 /* region end offset */
133 * A match item consists of one pattern.
134 * A start/end item consists of n start patterns and m end patterns.
135 * A start/skip/end item consists of n start patterns, one skip pattern and m
136 * end pattern
4162 int todo; local
4259 int todo; local
4307 int todo; local
4831 synpat_T item; /* the item found in the line */ local
4938 int item; local
5542 char_u *end; local
5799 char_u *end; local
6025 short item; local
9153 char_u *end; local
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex83 \def\bye{\par\vfill\supereject\end}
176 \end}
264 %**end of header
299 \key{previous/next plain list item}{S-UP/DOWN$^3$}
303 \key{insert new heading/item at current level}{M-RET}
304 \key{insert new TODO entry/checkbox item}{M-S-RET}
311 \key{move subtree/list item up/down}{M-S-UP/DOWN}
486 \key{shortcut to end of buffer (cursor at buf-start)}{RET}
505 \key{rotate the state of the current item}{C-c C-t}
509 \key{set the priority of the current item}{
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dpack.c935 long todo; local
938 todo = len;
940 todo = plen;
941 encodes(res, ptr, todo, type, 1);
942 plen -= todo;
943 ptr += todo;
1213 * summarized in the table at the end of this entry.
1329 #define UNPACK_PUSH(item) do {\
1330 VALUE item_val = (item);\
1422 long end local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dtramp.el51 ;; Also see the todo list at the bottom of this file.
326 (tramp-password-end-of-line nil))
334 (tramp-password-end-of-line nil))
342 (tramp-password-end-of-line nil))
350 (tramp-password-end-of-line nil))
359 (tramp-password-end-of-line nil))
368 (tramp-password-end-of-line nil))
376 (tramp-password-end-of-line nil))
384 (tramp-password-end-of-line nil))
392 (tramp-password-end
[all...]

Completed in 174 milliseconds

12