Searched +refs:remember +refs:data +refs:file (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/vim-53/src/
H A Dos_vms_fix.com15 $! remember when DCL didn't have them, and I wanted this to be as
27 $! file when it tries to resolve wildcards. I have been unable to find
29 $! each file individually (Keep in mind if you do this that VMS limits
37 $! file takes quite a bit of time...
64 $! Create an FDL file to convert VFC format files to Stream_LF.
66 $! out under unix, they appear to have binary data embedded in them.
68 $! file on unix.
114 $ file = f$search(arg, 1)
118 $ if file .eqs. "" then goto endfileloop
122 $ file
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-hash.t65 my $file = shift;
67 open(CAT,$file) || die "Cannot open $file: $!";
71 unlink $file ;
77 my $data = shift ;
78 $data =~ s#\r\n#\n#g
80 return $data ;
195 # tie to the same file again, do not supply a type - should default to HASH
325 # use seq to walk backwards through a file - check that this reversed is
376 # Now try an in memory file
[all...]
H A Ddb-recno.t75 my $file = shift;
77 open(CAT,$file) || die "Cannot open $file:$!";
86 my $file = shift;
87 my $result = docat($file);
88 unlink $file ;
217 my @data = qw( a b c d ever f g h i j k longername m n o p) ;
219 $h[0] = shift @data ;
223 foreach (@data)
226 unshift (@data, '
[all...]
H A Ddb-btree.t94 my $file = shift;
96 open(CAT,$file) || die "Cannot open $file: $!";
105 my $file = shift;
106 my $result = docat($file);
107 unlink $file ;
113 my $data = shift ;
114 $data =~ s#\r\n#\n#g
117 return $data ;
232 # tie to the same file agai
[all...]
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx1.s2 ; This file requires NASM 0.97+ to assemble
8 %define ETH_MTU 1500 ; max data size on Ethernet
28 [org 0] ; assemble to .bin file
114 mov [di], cx ; remember firstCount.
115 mov [di+4], bx ; remember handle.
152 _pktRxEnd db 0 ; marker for end of r-mode code/data
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgretl.vim1 " Vim syntax file
8 " For version 6.x: Quit when a syntax file was already loaded
37 syn keyword gCommands add addobs addto adf append ar arch arma break boxplot chow coeffsum coint coint2 corc corr corrgm criteria critical cusum data delete diff else end endif endloop eqnprint equation estimate fcast fcasterr fit freq function funcerr garch genr gnuplot graph hausman hccm help hilu hsk hurst if import include info kpss label labels lad lags ldiff leverage lmtest logistic logit logs loop mahal meantest mle modeltab mpols multiply nls nulldata ols omit omitfrom open outfile panel pca pergm plot poisson pooled print printf probit pvalue pwe quit remember rename reset restrict rhodiff rmplot run runs scatters sdiff set setobs setmiss shell sim smpl spearman square store summary system tabprint testuhat tobit transpos tsls var varlist vartest vecm vif wls
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data
49 HTTP request/response body data.
69 of body data received,
77 $buffer is a reference to a buffer where some of the unprocessed data
79 a buffer to store data for a later use> for details). Thanks to the
89 Since $dataref is a I<reference> to the data string, the referent
91 filters that follows, until the data reaches its recipient.
111 the data. If a C<begin()> method is defined in your subclass, the proxy
112 will call it before sending data to the C<filter()> method.
114 It's called once per HTTP message handled by the filter, before data
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm22 sub will_modify { 1 } # by default, we expect the filter to modify data
49 HTTP request/response body data.
69 of body data received,
77 $buffer is a reference to a buffer where some of the unprocessed data
79 a buffer to store data for a later use> for details). Thanks to the
89 Since $dataref is a I<reference> to the data string, the referent
91 filters that follows, until the data reaches its recipient.
111 the data. If a C<begin()> method is defined in your subclass, the proxy
112 will call it before sending data to the C<filter()> method.
114 It's called once per HTTP message handled by the filter, before data
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/
H A DREADME.txt4 * see ChangeLog file for details
25 * multiple data sources ((Tcl array || Tcl command) &| internal caching)
29 * in-cell editing - returns value back to data source
66 file will be found in $exec_prefix/lib/. You might set the --prefix and
124 stretch the table, remember to pack it with fill both and expand on,
133 If you can't edit, remember that the focus model in tk is explicit, so
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex5 % The format for this file is adapted from the GNU Emacs reference
8 % This file can be printed with 1, 2, or 3 columns per page (see below).
19 % This file is part of GNU Emacs.
32 % along with GNU Emacs; see the file COPYING. If not, write to
36 % This file is intended to be processed by plain TeX (TeX82).
39 % This file can be used to produce it in any of three ways:
319 \wkey{yank data to a buffer}{\calcprefix y}
528 \key{histogram of vector data}{V H}
594 \kbd{let}, \kbd{remember}.}
604 \key{fit data t
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp/lib/Parse/
H A DYapp.pm44 $data=$parser->YYData->{DATA}[0];
53 easily create a Perl OO parser from an input grammar file.
55 =head2 The Grammar file
82 anything. They will be output to your parser file double-quoted, making
94 =item C<Grammar file syntax>
100 This file is divided in three sections, separated by C<%%>:
200 to your parser file, inside of the rules table.
281 There is also a provision for a user data area in the parser object,
287 all of your parsing data held inside the object (see the Calc.yp
328 Now that you grammar file i
[all...]
/macosx-10.9.5/CPANInternal-140/Parse-Yapp-1.05/lib/Parse/
H A DYapp.pm44 $data=$parser->YYData->{DATA}[0];
53 easily create a Perl OO parser from an input grammar file.
55 =head2 The Grammar file
82 anything. They will be output to your parser file double-quoted, making
94 =item C<Grammar file syntax>
100 This file is divided in three sections, separated by C<%%>:
200 to your parser file, inside of the rules table.
281 There is also a provision for a user data area in the parser object,
287 all of your parsing data held inside the object (see the Calc.yp
328 Now that you grammar file i
[all...]
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL40 # This file is generated by the 'Makefile.PL' file
42 # If you need to make changes, patch that file NOT
202 die "No _parse_* routine defined on this driver (if it a filter, remember to set the Parent property) [$self]";
213 my $file = shift;
215 $parse_options->{Source}{ByteStream} = $file;
225 my $file = shift;
227 $parse_options->{Source}{SystemId} = $file;
505 my $data = shift;
507 $self->{Handler}->start_element($data); # BA
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm13 my($file, $line) = (caller(1))[1,2];
14 warn @_, " at $file line $line\n";
124 data structures. While you can do almost anything with a simple
652 You might remember C<ok() or diag()> with the mnemonic C<open() or
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.
1000 references, it does a deep comparison walking each data structure to
1018 chop $msg; # clip off newline so carp() will put in line/file
1353 complex data structure
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm16 my( $file, $line ) = ( caller(1) )[ 1, 2 ];
17 return warn @_, " at $file line $line\n";
106 data structures. While you can do almost anything with a simple
871 require_ok($file);
873 Like use_ok(), except it requires the $module or $file.
883 # Try to deterine if we've been given a module name or file.
922 =head2 Complex data structures
925 need to see if two data structures are equivalent. For these
937 does a deep comparison walking each data structure to see if they are
971 chop $msg; # clip off newline so carp() will put in line/file
[all...]
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DMore.pm13 my($file, $line) = (caller(1))[1,2];
14 warn @_, " at $file line $line\n";
122 data structures. While you can do almost anything with a simple
632 You might remember C<ok() or diag()> with the mnemonic C<open() or
963 references, it does a deep comparison walking each data structure to
981 chop $msg; # clip off newline so carp() will put in line/file
1298 L<Test::Differences> for more ways to test complex data structures.
1303 L<Test::Deep> gives you more powerful complex data structure testing.
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/lib/XML/SAX/
H A DBase.pm22 # This file is generated by the 'Makefile.PL' file
24 # If you need to make changes, patch that file NOT
2308 die "No _parse_* routine defined on this driver (if it a filter, remember to set the Parent property) [$self]";
2319 my $file = shift;
2321 $parse_options->{Source}{ByteStream} = $file;
2331 my $file = shift;
2333 $parse_options->{Source}{SystemId} = $file;
2607 my $data = shift;
2609 $self->{Handler}->start_element($data); # BA
[all...]
/macosx-10.9.5/gnutar-452/gnutar/doc/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
181 data-base data
[all...]
/macosx-10.9.5/groff-38/groff/doc/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
181 data-base data
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
118 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
179 data-base data
[all...]
/macosx-10.9.5/emacs-92/emacs/man/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
183 data-base data
[all...]
/macosx-10.9.5/gnutar-452/gnutar/build-aux/
H A Dtexinfo.tex12 % This texinfo.tex file is free software; you can redistribute it and/or
17 % This texinfo.tex file is distributed in the hope that it will be
23 % along with this texinfo.tex file; see the file COPYING. If not, write
27 % As a special exception, when this file is read by TeX when processing
64 % If in a .fmt file, print the version number
66 % they might have appeared in the input file name.
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
183 data-base data
[all...]

Completed in 451 milliseconds