Searched +refs:todo +refs:file +refs:done (Results 1 - 25 of 31) sorted by relevance

12

/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)
93 To write a test for your new (and probably not even done) module, create
94 a new file called F<t/test.t> (in a new F<t> directory). If you have
129 =item C<todo =E<gt> [I<1,5,14>]>
165 elsif ($k eq 'todo' or
166 $k eq 'failok') { for (@$v) { $todo{$_}=1; }; }
173 my @todo
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm103 getting the same object. This is called a singleton. This is done so that
391 my $todo = $self->todo();
395 local $self->{TODO} = $todo;
397 $self->_unoverload_str(\$todo);
404 @$result{ 'ok', 'actual_ok' } = ( ( $todo ? 1 : 0 ), 0 );
422 if( $todo ) {
423 $out .= " # TODO $todo";
424 $result->{reason} = $todo;
425 $result->{type} = 'todo';
1599 sub todo { subroutine
[all...]
H A DHarness.pm160 after each test file.
191 The test file which failed.
289 bonus Number of individual todo tests unexpectedly passed
293 todo Number of individual todo tests
342 todo => 0,
386 $results->details->[$_-1]{type} eq 'todo' }
395 todo => $results->todo,
406 $tot{todo}
[all...]
H A DMore.pm11 my($file, $line) = (caller(1))[1,2];
12 warn @_, " at $file line $line\n";
26 skip todo todo_skip
193 largely done automatically for you. However, it's often very useful to
714 require_ok($file);
716 Like use_ok(), except it requires the $module or $file.
726 # Try to deterine if we've been given a module name or file.
814 chop $msg; # clip off newline so carp() will put in line/file
960 but will work in the future (a todo test).
962 For more details on the mechanics of skip and todo test
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm383 my($pack, $file, $line) = $self->caller;
385 my $todo = $self->todo($pack);
386 $self->_unoverload(\$todo);
393 @$result{ 'ok', 'actual_ok' } = ( ( $todo ? 1 : 0 ), 0 );
411 if( $todo ) {
412 $out .= " # TODO $todo";
413 $result->{reason} = $todo;
414 $result->{type} = 'todo';
427 my $msg = $todo
1344 sub todo { subroutine
[all...]
H A DMore.pm13 my($file, $line) = (caller(1))[1,2];
14 warn @_, " at $file line $line\n";
28 skip todo todo_skip
233 largely done automatically for you. However, it's often very useful to
765 require_ok($file);
767 Like use_ok(), except it requires the $module or $file.
776 # Try to deterine if we've been given a module name or file.
820 but will work in the future (a todo test).
822 For more details on the mechanics of skip and todo tests see
826 block of tests which can be skipped over or made todo
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Damiga.vim1 " Vim syntax file
9 " For version 6.x: Quit when a syntax file was already loaded
67 syn keyword amiTodo contained todo
75 " For version 5.7 and earlier: only when not done already
H A Dscilab.vim2 " Vim syntax file
13 " For version 6.x: Quit when a syntax file was already loaded
54 syn keyword scilabTodo TODO todo FIXME fixme TBD tbd contained
69 " For version 5.7 and earlier: only when not done already
H A Dlite.vim1 " Vim syntax file
12 " For version 6.x: Quit when a syntax file was already loaded
119 syn keyword liteTodo TODO Todo todo contained
141 " For version 5.7 and earlier: only when not done already
H A Dtf.vim1 " Vim syntax file
13 " For version 6.x: Quit when a syntax file was already loaded
107 syn keyword tfRepeat while do done repeat for contained
120 syn keyword tfTodo TODO Todo todo contained
164 " For version 5.7 and earlier: only when not done already
H A Derlang.vim1 " Vim syntax file
25 " For version 6.x: Quit when a syntax file was already loaded
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
127 syn match erlangDirective "-compile\|-define\|-else\|-endif\|-export\|-file"
177 " For version 5.7 and earlier: only when not done already
H A Dhtmlos.vim1 " Vim syntax file
10 " For version 6.x: Quit when a syntax file was already loaded
38 syn keyword htmlosFunctions syshtmlosname sysstartname sysfixfile fileinfo filelist fileindex domainname page browser regdomain username usernum getenv httpheader copy file ts row sysls syscp sysmv sysmd sysrd filepush filepushlink dirname contained
106 syn keyword htmlosTodo TODO Todo todo contained
124 " For version 5.7 and earlier: only when not done already
H A Dcsh.vim1 " Vim syntax file
9 " For version 6.x: Quit when a syntax file was already loaded
27 syn keyword cshTodo contained todo
111 " For version 5.7 and earlier: only when not done already
H A Dnsis.vim1 " Vim syntax file
7 " For version 6.x: Quit when a syntax file was already loaded
18 syn keyword nsisTodo todo attention note fixme readme
227 " For version 5.7 and earlier: only when not done already
H A Dspecman.vim1 " Vim syntax file
14 " For version 6.x: Quit when a syntax file was already loaded
21 syn keyword specmanTodo contained TODO todo ToDo FIXME XXX
140 " For version 5.7 and earlier: only when not done already
H A Dcobol.vim1 " Vim syntax file
10 " For version 6.x: Quit when a syntax file was already loaded
98 syn match cobolTodo "todo" contained containedin=cobolComment
160 " For version 5.7 and earlier: only when not done already
H A Dvmasm.vim1 " Vim syntax file
10 " For version 6.x: Quit when a syntax file was already loaded
117 syn keyword vmasmTodo contained todo
199 " For version 5.7 and earlier: only when not done already
H A Dlisp.vim1 " Vim syntax file
15 " For vim-version 6.x: Quit when a syntax file was already loaded
93 syn keyword lispFunc > floating-point-underflow probe-file
147 syn keyword lispFunc bit-andc1 import rename-file
246 syn keyword lispFunc compile-file make-broadcast-stream stream
247 syn keyword lispFunc compile-file-pathname make-char stream-element-type
312 syn keyword lispFunc delete-file multiple-values-limit terpri
350 syn keyword lispFunc end-of-file oddp upgraded-array-element-type
373 syn keyword lispFunc ffloor pathname-host with-open-file
375 syn keyword lispFunc file
[all...]
H A Dfortran.vim1 " Vim syntax file
8 " Version 0.1 was based on the fortran 77 syntax file by Mario Eusebio and
15 " For version 6.x: Quit if a syntax file is already loaded
36 " set b:fortran_dialect from directive in first three lines of file
55 " Choose between fixed and free source form if this hasn't been done yet
75 " the very top of each file and you have a fast computer.
135 syn keyword fortranTodo contained todo fixme
156 syn keyword fortranIO access blank direct exist file fmt form formatted iostat name named nextrec number opened rec recl sequential status unformatted unit
410 " For version 5.7 and earlier: only when not done already
/macosx-10.10/vim-55/src/
H A Dmisc1.c96 int todo; local
110 todo = size;
129 while (todo > 0 && vim_iswhite(*p))
136 if (todo < tab_pad)
138 todo -= tab_pad;
144 --todo;
158 if (todo >= tab_pad && orig_char_len == -1)
161 todo -= tab_pad;
168 while (todo >= (int)curbuf->b_p_ts)
174 todo
324 int todo; local
6422 int done = FALSE; local
[all...]
H A Deval.c138 * have done to avoid endless recursiveness. This unique ID is used for that.
1290 * only parsing to "nextcmd" is done, without reporting errors. Return
2079 int todo; local
2081 todo = (int)ht->ht_used;
2082 for (hi = ht->ht_array; todo > 0 && !got_int; ++hi)
2086 --todo;
2576 /* Without [idx] or .key we are done. */
3688 int todo; local
3730 todo = (int)d->dv_hashtab.ht_used;
3731 for (hi = d->dv_hashtab.ht_array; todo >
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
11687 char_u *file = get_tv_string_buf_chk(&argvars[1], buf1); local
12966 int todo; local
13757 int todo; local
19612 int todo; local
20326 int todo; local
21310 int todo; local
21548 static long_u done; local
22061 int todo; local
22561 int todo; local
22608 int todo; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dterm.el11 ;; This file is part of GNU Emacs.
24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
71 ;;; otherwise the file should get loaded straight away.
76 ;;; simply do a C-x C-f and, via ange-ftp, the file is automatically loaded
188 ;;; If you want to use color ls the best setup is to have a different file
197 ;;; # Configuration file for the color ls utility
198 ;;; # This file goes in the /etc directory, and must be world readable.
199 ;;; # You can copy this file to .dir_colors in your $HOME directory to
215 ;;; # Below are the color init strings for the basic file types. A color init
224 ;;; FILE 00 # normal file
[all...]
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_es_es.latin1.vim8 " Quit when menu translations have already been done.
62 menutrans &Select\ all<Tab>ggVG &Seleccionar\ todo<Tab>ggVG
202 menutrans Fold\ Met&hod &M�todo\ de\ plegado
261 menutrans Select\ &All Seleccionar\ &todo
312 menutrans on/off\ for\ &This\ file Activar/Desactivar\ en\ es&te\ archivo
/macosx-10.10/emacs-93/emacs/etc/
H A Dorgcard.tex9 % This file can be printed with 1, 2, or 3 columns per page (see below).
37 % along with GNU Emacs; see the file COPYING. If not, write to
41 % This file is intended to be processed by plain TeX (TeX82).
44 % This file can be used to produce it in any of three ways:
184 % we also need the tilde, for file names.
288 \key{show the whole file}{C-c C-a}
320 \metax{mark fully done children}{C-u C-c C-x C-a}
322 \key{move subtree to archive file}{C-c C-x C-s}
323 \metax{move all fully done children}{C-u C-c C-x C-s}
324 To set archive location for current file, ad
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dorg.el10 ;; This file is part of GNU Emacs.
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
43 ;; printing and sharing of notes, an Org-mode file can be exported as a
44 ;; structured ASCII file, as HTML, or (todo and agenda items only) as an
45 ;; iCalendar file. It can also serve as a publishing tool for a set of
56 ;; The documentation of Org-mode can be found in the TeXInfo file. The
74 ;; the file noutline.el being loaded.
87 "The version number of the file org.el.")
116 This can also be configured on a per-file basi
[all...]

Completed in 159 milliseconds

12