Searched refs:FETCH (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/CPANInternal-140/Clone/t/
H A Dtied.pl62 sub FETCH { subroutine
93 sub FETCH { subroutine
119 sub FETCH { subroutine
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-telnet.c115 #define FETCH(c, sp, length) \ macro
126 FETCH(c, sp, length);
129 FETCH(c, sp, length);
147 FETCH(x, sp, length);
171 FETCH(c, sp, length);
176 FETCH(c, sp, length);
183 FETCH(c, sp, length);
188 FETCH(c, sp, length);
195 FETCH(c, sp, length);
201 FETCH(
224 #undef FETCH macro
[all...]
/macosx-10.9.5/ruby-104/ruby/test/net/imap/
H A Dtest_imap_response_parser.rb106 * 1 FETCH (UID 92285)
111 * 1 FETCH (UID 92285 )
116 * 1 FETCH (UID 92285 )
124 * 123 FETCH (UNKNOWN 92285)
133 * 123 FETCH (RFC822 {5}
139 * 123 FETCH (RFC822[] {5}
150 * 980 FETCH (UID 2862 BODYSTRUCTURE ((("TEXT" "PLAIN" ("CHARSET" "iso-8859-1") NIL NIL "7BIT" 416 21 NIL NIL NIL)("TEXT" "HTML" ("CHARSET" "iso-8859-1") NIL NIL "7BIT" 1493 32 NIL NIL NIL) "ALTERNATIVE" ("BOUNDARY" "Boundary_(ID_IaecgfnXwG5bn3x8lIeGIQ)") NIL NIL)("MESSAGE" "RFC822" ("NAME" "Fw_ ____ _____ ____.eml") NIL NIL "7BIT" 1980088 NIL ("ATTACHMENT" ("FILENAME" "Fw_ ____ _____ ____.eml")) NIL) "MIXED" ("BOUNDARY" "Boundary_(ID_eDdLc/j0mBIzIlR191pHjA)") NIL NIL))
166 * 4902 FETCH (BODY (("MESSAGE" "DELIVERY-STATUS" NIL NIL NIL "7BIT" 324) "REPORT"))
173 * 5441 FETCH (BODY ((("TEXT" "PLAIN" ("CHARSET" "iso-8859-1") NIL NIL "QUOTED-PRINTABLE" 69 1)("TEXT" "HTML" ("CHARSET" "iso-8859-1") NIL NIL "QUOTED-PRINTABLE" 455 12) "ALTERNATIVE")("MESSAGE" "RFC822" ("NAME" "ATT00026.eml") NIL NIL "7BIT" 4079755) "MIXED"))
180 * 1038 FETCH (BOD
[all...]
/macosx-10.9.5/CPANInternal-140/Data-Dump/t/
H A Dtied.t36 sub FETCH {
/macosx-10.9.5/CPANInternal-140/Data-Dump-1.21/t/
H A Dtied.t36 sub FETCH {
/macosx-10.9.5/emacs-92/emacs/src/
H A Dbytecode.c327 #define FETCH *stack.pc++
332 #define FETCH2 (op = FETCH, op + (FETCH << 8))
480 this_op = op = FETCH;
483 op = FETCH;
504 op = FETCH;
593 op = FETCH;
629 op = FETCH;
651 op = FETCH;
690 op = FETCH;
322 #define FETCH macro
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DColumnsAsHash.pm77 sub FETCH { subroutine
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl/ReadLine/
H A DPerl.pm135 sub FETCH { subroutine
/macosx-10.9.5/CPANInternal-140/Term-ReadLine-Perl-1.0303/ReadLine/
H A DPerl.pm135 sub FETCH { subroutine
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/
H A DDocumentLocator.pm25 sub FETCH { subroutine
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl155 if {"FETCH" in [info commands]} { rename FETCH {}} ;# KPV, allow re-loading
156 set provider [map::slippy::fetcher FETCH 19 http://tile.openstreetmap.org]
168 set provider [map::slippy::cache CACHE $cachedir FETCH]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t174 ok(16, $@ =~ /^DB_File::BTREEINFO::FETCH - Unknown element 'fred' at/ ) ;
659 sub FETCH {
662 $self->SUPER::FETCH($key) - 1 ;
682 my $value = $self->FETCH($key) ;
1341 # When iterating over a tied hash using "each", the key passed to FETCH
1343 # key in FETCH via a filter_fetch_key method we need to check that the
H A Ddb-hash.t136 ok(14, $@ =~ /^DB_File::HASHINFO::FETCH - Unknown element 'fred' at/ );
440 sub FETCH {
443 $self->SUPER::FETCH($key) - 1 ;
463 my $value = $self->FETCH($key) ;
813 # When iterating over a tied hash using "each", the key passed to FETCH
815 # key in FETCH via a filter_fetch_key method we need to check that the
H A Ddb-recno.t200 ok(16, $@ =~ /^DB_File::RECNOINFO::FETCH - Unknown element 'fred' at/ );
441 sub FETCH {
444 $self->SUPER::FETCH($key) - 1 ;
464 my $value = $self->FETCH($key) ;
/macosx-10.9.5/CPANInternal-140/Readonly/
H A DReadonly.pm69 sub FETCH subroutine
94 sub FETCH subroutine
140 sub FETCH subroutine
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/
H A DReadonly.pm69 sub FETCH subroutine
94 sub FETCH subroutine
140 sub FETCH subroutine
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dimap.rb107 # This script invokes the FETCH command and the SEARCH command concurrently.
776 # Sends a FETCH command to retrieve data associated with a message
800 return fetch_internal("FETCH", set, attr)
805 return fetch_internal("UID FETCH", set, attr)
1362 @responses.delete("FETCH")
1364 return @responses.delete("FETCH")
1373 @responses.delete("FETCH")
1375 return @responses.delete("FETCH")
1611 # name:: Returns the name such as "FLAGS", "LIST", "FETCH"....
1756 # Net::IMAP::FetchData represents contents of the FETCH respons
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/lib/SQL/Abstract/
H A DLimit.pm781 FETCH FIRST $last ROWS ONLY
784 FETCH FIRST $rows ROWS ONLY
808 FETCH FIRST $last ROWS ONLY
811 FETCH FIRST $rows ROWS ONLY
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/lib/SQL/Abstract/
H A DLimit.pm781 FETCH FIRST $last ROWS ONLY
784 FETCH FIRST $rows ROWS ONLY
808 FETCH FIRST $last ROWS ONLY
811 FETCH FIRST $rows ROWS ONLY
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.pm1288 sub FETCH subroutine
1383 sub FETCH subroutine
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl49 # 20100716: Bug in parsing special leading FLAGS characters in FETCH
310 {^[0-9]+\s+FETCH} {
349 # Process untagged FETCH lines.
352 regexp -nocase {([0-9]+)\s+FETCH\s+(\(.*\))} $line => msgnum items
369 protoerror $chan "IMAP: Unknown FETCH item '$name'. Upgrade the software"
695 request $chan "FETCH $start:$end ([join $items])"
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dabap.vim46 syn keyword abapStatement FETCH FIELD-GROUPS FIELD-SYMBOLS FIELDS FORM FORMAT FREE FUNCTION FUNCTION-POOL
H A Dfgl.vim49 syn keyword fglKeyword FALSE FETCH FGL_GETENV FGL_KEYVAL FGL_LASTKEY FIELD FIELD_TOUCHED
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dhash.t683 my $value = $self->FETCH($key) ;
H A Dbtree.t800 my $value = $self->FETCH($key) ;

Completed in 235 milliseconds

12