Searched refs:GET (Results 1 - 25 of 88) sorted by relevance

1234

/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest16.conf7 <Limit GET>
H A Dtest43.conf20 <Limit GET>
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfstrtof.h125 #define GET(p) (*get)(p,0) macro
137 #define GET(p) (((p)<(z))?(*p++):(back=0)) macro
142 #define GET(p) (*p++) macro
231 do c = GET(s); while (isspace(c));
239 c = GET(s);
249 c = GET(s);
260 c = GET(s);
278 c = GET(s);
280 c = GET(s);
284 c = GET(
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLockOperation.java23 public static final LockOperation GET = field in class:LockOperation
24 new LockOperation("GET", DbConstants.DB_LOCK_GET);
26 Identical to LockOperation GET except that the value in the timeout
73 return GET;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DrunProtClient54 echo @@@ FAILED TO GET EXPECTED ERROR FROM sslViewer. Aborting.
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-dav.conf.in32 Require method GET POST OPTIONS
38 # The following directives disable redirects on non-GET requests for
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dtest_httprequest.rb8 GET /
17 GET /
22 assert_equal("GET", req.request_method)
34 GET / HTTP/1.0
39 assert_equal("GET", req.request_method)
51 GET /path HTTP/1.1
56 assert_equal("GET", req.request_method)
70 GET /#{"a"*2084} HTTP/1.1
80 GET /path HTTP/1.1
138 GET /pat
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dyahoogroups.pl27 GET => $location,
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dyahoogroups.pl27 GET => $location,
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Denv012.tcl64 $testdir $testfile GET $key $data 0 0 &]
94 $testdir $testfile GET $key $data RECOVER 0 &]
126 $testdir $testfile GET $key $data 0 0 &]
162 $testdir $testfile GET $key $data RECOVER 0 &]
187 $testdir $testfile GET $key $data 0 1 &]
199 $testdir $testfile GET $key $data RECOVER 10 &]
H A Denvscript.tcl62 GET {
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_study.c106 cs = cc + GET(cc, 1);
124 do cc += GET(cc, 1); while (*cc == OP_ALT);
151 do cc += GET(cc, 1); while (*cc == OP_ALT);
181 do cc += GET(cc, 1); while (*cc == OP_ALT);
292 cc += GET(cc, 1) - 33;
343 do ce += GET(ce, 1); while (*ce == OP_ALT);
381 cs = ce = (uschar *)startcode + GET(cc, 1);
383 do ce += GET(ce, 1); while (*ce == OP_ALT);
535 do tcode += GET(tcode, 1); while (*tcode == OP_ALT);
568 do tcode += GET(tcod
[all...]
H A Dpcre_dfa_exec.c446 int back = GET(end_code, 2+LINK_SIZE);
448 end_code += GET(end_code, 1);
490 int back = GET(end_code, 2+LINK_SIZE);
496 end_code += GET(end_code, 1);
515 do { end_code += GET(end_code, 1); } while (*end_code == OP_ALT);
530 end_code += GET(end_code, 1);
739 ADD_ACTIVE(state_offset - GET(code, 1), 0);
778 do { code += GET(code, 1); } while (*code == OP_ALT);
788 code += GET(code, 1);
797 code += GET(cod
[all...]
H A Dpcre_printint.src245 if (print_lengths) fprintf(f, "%3d ", GET(code, 1));
264 if (print_lengths) fprintf(f, "%3d ", GET(code, 1));
395 if (print_lengths) fprintf(f, "%3d ", GET(code, 1));
406 fprintf(f, " %s %d %d %d", OP_names[*code], code[1], GET(code,2),
407 GET(code, 2 + LINK_SIZE));
430 extra = GET(code, 1);
H A Dpcre_compile.c1322 do code += GET(code, 1); while (*code == OP_ALT);
1402 do cc += GET(cc, 1); while (*cc == OP_ALT);
1428 cs = ce = (uschar *)cd->start_code + GET(cc, 1); /* Start subpattern */
1429 do ce += GET(ce, 1); while (*ce == OP_ALT); /* End subpattern */
1443 do cc += GET(cc, 1); while (*cc == OP_ALT);
1527 cc += GET(cc, 1) - 33;
1597 if (c == OP_XCLASS) code += GET(code, 1);
1709 if (c == OP_XCLASS) code += GET(code, 1);
1816 do code += GET(code, 1); while (*code == OP_ALT);
1826 do code += GET(cod
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_insnhelper.h125 #define GET_PC() (COLLECT_USAGE_REGISTER_HELPER(PC, GET, REG_PC))
135 #define GET_CFP() (COLLECT_USAGE_REGISTER_HELPER(CFP, GET, REG_CFP))
136 #define GET_EP() (COLLECT_USAGE_REGISTER_HELPER(EP, GET, REG_EP))
141 #define GET_SP() (COLLECT_USAGE_REGISTER_HELPER(SP, GET, REG_SP))
168 #define GET_SELF() (COLLECT_USAGE_REGISTER_HELPER(SELF, GET, GET_CFP()->self))
/macosx-10.10.1/tcl-105/tcl84/tcl/tests/
H A Dhttpd59 if [regexp {(POST|GET|HEAD) ([^?]+)\??([^ ]*) HTTP/(1.[01])} \
92 -1,mime,GET -
98 0,mime,GET -
125 1,mime,GET {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl58 # This routes the requests and results through GOT/GET logging
61 -grid-cell-command GET \
92 proc GET {__ at donecmd} { procedure
93 puts "GET ($at) ($donecmd)"
H A Dpuzzle.tcl100 # This routes the requests and results through GOT/GET logging
103 -grid-cell-command GET \
156 proc GET {__ at donecmd} { procedure
157 puts "GET ($at) ($donecmd)"
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Debrowse.c1528 file). GET(C) sets C to the next input character and advances the
1531 #define GET(C) ((C) = *in++)
1546 while (WHITEP (GET (c)))
1553 GET (c);
1563 GET (c);
1567 GET (c);
1583 GET (c);
1586 if (GET (c) == '*')
1591 if (GET (c) == '/')
1600 GET (
1527 #define GET macro
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/t/
H A DUtils.pm86 HTTP::Request->new( GET => shift||'http://www.google.com/intl/en/' ) );
104 print $sock "GET $url HTTP/1.0\015\012",
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/t/
H A DUtils.pm86 HTTP::Request->new( GET => shift||'http://www.google.com/intl/en/' ) );
104 print $sock "GET $url HTTP/1.0\015\012",
/macosx-10.10.1/patch_cmds-17/patch/
H A Dcommon.h44 #define GET "get -e %s" macro
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dhttpd.tcl104 if [regexp {(POST|GET) ([^?]+)\??([^ ]*) HTTP/1.[01]} \
120 0,mime,GET -
124 1,mime,GET {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgdmo.vim44 syn match gdmoExtension "GET"
45 syn match gdmoExtension "GET-REPLACE"

Completed in 277 milliseconds

1234