Home
last modified time | relevance | path

Searched refs:ws1 (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/emicklei/go-restful/
H A Djsr311_test.go89 ws1.Route(ws1.GET("/{id}").To(dummy))
144 ws1.Route(ws1.GET("").To(dummy))
145 ws1.Route(ws1.GET("/").To(dummy))
146 ws1.Route(ws1.GET("/u").To(dummy))
147 ws1.Route(ws1.POST("/u").To(dummy))
148 ws1.Route(ws1.POST("/u/v").To(dummy))
159 ws1.Route(ws1.GET("").To(dummy))
160 ws1.Route(ws1.GET("/").To(dummy))
161 ws1.Route(ws1.GET("/v").To(dummy))
170 ws1.Route(ws1.POST("").To(dummy))
[all …]
H A Dcurly_test.go171 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
172 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
184 ws1 := new(WebService)
185 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
186 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
198 ws1 := new(WebService)
199 ws1.Path("/")
215 ws1.Route(ws1.GET("/hello").To(curlyDummy))
216 ws1.Path("/")
228 ws1.Route(ws1.GET("/hello").To(curlyDummy))
[all …]
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/emicklei/go-restful/go-restful-2.9.5/
H A Djsr311_test.go89 ws1.Route(ws1.GET("/{id}").To(dummy))
144 ws1.Route(ws1.GET("").To(dummy))
145 ws1.Route(ws1.GET("/").To(dummy))
146 ws1.Route(ws1.GET("/u").To(dummy))
147 ws1.Route(ws1.POST("/u").To(dummy))
148 ws1.Route(ws1.POST("/u/v").To(dummy))
159 ws1.Route(ws1.GET("").To(dummy))
160 ws1.Route(ws1.GET("/").To(dummy))
161 ws1.Route(ws1.GET("/v").To(dummy))
170 ws1.Route(ws1.POST("").To(dummy))
[all …]
H A Dcurly_test.go171 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
172 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
184 ws1 := new(WebService)
185 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
186 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
198 ws1 := new(WebService)
199 ws1.Path("/")
215 ws1.Route(ws1.GET("/hello").To(curlyDummy))
216 ws1.Path("/")
228 ws1.Route(ws1.GET("/hello").To(curlyDummy))
[all …]
/dports/www/beehive/beehive-0.4.0/vendor/github.com/emicklei/go-restful/
H A Djsr311_test.go89 ws1.Route(ws1.GET("/{id}").To(dummy))
144 ws1.Route(ws1.GET("").To(dummy))
145 ws1.Route(ws1.GET("/").To(dummy))
146 ws1.Route(ws1.GET("/u").To(dummy))
147 ws1.Route(ws1.POST("/u").To(dummy))
148 ws1.Route(ws1.POST("/u/v").To(dummy))
159 ws1.Route(ws1.GET("").To(dummy))
160 ws1.Route(ws1.GET("/").To(dummy))
161 ws1.Route(ws1.GET("/v").To(dummy))
170 ws1.Route(ws1.POST("").To(dummy))
[all …]
H A Dcurly_test.go171 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
172 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
184 ws1 := new(WebService)
185 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
186 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
198 ws1 := new(WebService)
199 ws1.Path("/")
215 ws1.Route(ws1.GET("/hello").To(curlyDummy))
216 ws1.Path("/")
228 ws1.Route(ws1.GET("/hello").To(curlyDummy))
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/emicklei/go-restful/
H A Djsr311_test.go89 ws1.Route(ws1.GET("/{id}").To(dummy))
144 ws1.Route(ws1.GET("").To(dummy))
145 ws1.Route(ws1.GET("/").To(dummy))
146 ws1.Route(ws1.GET("/u").To(dummy))
147 ws1.Route(ws1.POST("/u").To(dummy))
148 ws1.Route(ws1.POST("/u/v").To(dummy))
159 ws1.Route(ws1.GET("").To(dummy))
160 ws1.Route(ws1.GET("/").To(dummy))
161 ws1.Route(ws1.GET("/v").To(dummy))
170 ws1.Route(ws1.POST("").To(dummy))
[all …]
H A Dcurly_test.go171 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
172 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
184 ws1 := new(WebService)
185 ws1.Route(ws1.GET("/network/{id}").To(curlyDummy))
186 ws1.Route(ws1.GET("/{type}/{id}").To(curlyDummy))
198 ws1 := new(WebService)
199 ws1.Path("/")
215 ws1.Route(ws1.GET("/hello").To(curlyDummy))
216 ws1.Path("/")
228 ws1.Route(ws1.GET("/hello").To(curlyDummy))
[all …]
/dports/textproc/p5-Spreadsheet-ParseXLSX/Spreadsheet-ParseXLSX-0.27/t/
H A Dpage-Setup.t10 my $ws1 = $wb->worksheet(0);
13 is($ws1->get_header, '&CHeader');
14 is($ws1->get_footer, '&CFooter');
17 is($ws1->get_margin_header, '0.3');
18 is($ws1->get_margin_footer, '0.4');
19 is($ws1->get_margin_left, '0.5');
20 is($ws1->get_margin_right, '0.6');
21 is($ws1->get_margin_top, '0.7');
22 is($ws1->get_margin_bottom, '0.8');
25 is($ws1->get_print_scale, '75');
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dread1.cpp34 stream<tcp::socket> ws1(ioc); in testTimeout() local
49 stream<test::stream> ws1(ioc); in testTimeout() local
66 stream<tcp::socket> ws1(ioc); in testTimeout() local
74 ws1.set_option(stream_base::timeout{ in testTimeout()
85 stream<test::stream> ws1(ioc); in testTimeout() local
93 ws1.set_option(stream_base::timeout{ in testTimeout()
106 stream<tcp::socket> ws1(ioc); in testTimeout() local
114 ws1.set_option(stream_base::timeout{ in testTimeout()
118 ws1.async_read(b, test::fail_handler( in testTimeout()
124 stream<test::stream> ws1(ioc); in testTimeout() local
[all …]
H A Dtimer.cpp36 stream<tcp::socket> ws1(ioc); in testIdlePing() local
50 ws1.control_callback( in testIdlePing()
69 stream<tcp::socket> ws1(ioc); in testIdlePing() local
95 stream<tcp::socket> ws1(ioc); in testIssue1729() local
104 ws1.async_accept(net::detached); in testIssue1729()
112 ws1.async_close({}, in testIssue1729()
124 stream<tcp::socket> ws1(ioc); in testIssue1729() local
141 ws1.async_read(b, in testIssue1729()
146 ws1.async_close({}, in testIssue1729()
163 stream<tcp::socket> ws1(ioc); in testCloseWhileRead() local
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dread1.cpp34 stream<tcp::socket> ws1(ioc); in testTimeout() local
49 stream<test::stream> ws1(ioc); in testTimeout() local
66 stream<tcp::socket> ws1(ioc); in testTimeout() local
74 ws1.set_option(stream_base::timeout{ in testTimeout()
85 stream<test::stream> ws1(ioc); in testTimeout() local
93 ws1.set_option(stream_base::timeout{ in testTimeout()
106 stream<tcp::socket> ws1(ioc); in testTimeout() local
114 ws1.set_option(stream_base::timeout{ in testTimeout()
118 ws1.async_read(b, test::fail_handler( in testTimeout()
124 stream<test::stream> ws1(ioc); in testTimeout() local
[all …]
H A Dtimer.cpp36 stream<tcp::socket> ws1(ioc); in testIdlePing() local
50 ws1.control_callback( in testIdlePing()
69 stream<tcp::socket> ws1(ioc); in testIdlePing() local
95 stream<tcp::socket> ws1(ioc); in testIssue1729() local
104 ws1.async_accept(net::detached); in testIssue1729()
112 ws1.async_close({}, in testIssue1729()
124 stream<tcp::socket> ws1(ioc); in testIssue1729() local
141 ws1.async_read(b, in testIssue1729()
146 ws1.async_close({}, in testIssue1729()
163 stream<tcp::socket> ws1(ioc); in testCloseWhileRead() local
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/beast/websocket/
H A Dread1.cpp34 stream<tcp::socket> ws1(ioc); in testTimeout() local
49 stream<test::stream> ws1(ioc); in testTimeout() local
66 stream<tcp::socket> ws1(ioc); in testTimeout() local
74 ws1.set_option(stream_base::timeout{ in testTimeout()
85 stream<test::stream> ws1(ioc); in testTimeout() local
93 ws1.set_option(stream_base::timeout{ in testTimeout()
106 stream<tcp::socket> ws1(ioc); in testTimeout() local
114 ws1.set_option(stream_base::timeout{ in testTimeout()
118 ws1.async_read(b, test::fail_handler( in testTimeout()
124 stream<test::stream> ws1(ioc); in testTimeout() local
[all …]
H A Dtimer.cpp36 stream<tcp::socket> ws1(ioc); in testIdlePing() local
50 ws1.control_callback( in testIdlePing()
69 stream<tcp::socket> ws1(ioc); in testIdlePing() local
95 stream<tcp::socket> ws1(ioc); in testIssue1729() local
104 ws1.async_accept(net::detached); in testIssue1729()
112 ws1.async_close({}, in testIssue1729()
124 stream<tcp::socket> ws1(ioc); in testIssue1729() local
141 ws1.async_read(b, in testIssue1729()
146 ws1.async_close({}, in testIssue1729()
163 stream<tcp::socket> ws1(ioc); in testCloseWhileRead() local
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/websocket/
H A Dread1.cpp34 stream<tcp::socket> ws1(ioc); in testTimeout() local
49 stream<test::stream> ws1(ioc); in testTimeout() local
66 stream<tcp::socket> ws1(ioc); in testTimeout() local
74 ws1.set_option(stream_base::timeout{ in testTimeout()
85 stream<test::stream> ws1(ioc); in testTimeout() local
93 ws1.set_option(stream_base::timeout{ in testTimeout()
106 stream<tcp::socket> ws1(ioc); in testTimeout() local
114 ws1.set_option(stream_base::timeout{ in testTimeout()
118 ws1.async_read(b, test::fail_handler( in testTimeout()
124 stream<test::stream> ws1(ioc); in testTimeout() local
[all …]
H A Dtimer.cpp36 stream<tcp::socket> ws1(ioc); in testIdlePing() local
50 ws1.control_callback( in testIdlePing()
69 stream<tcp::socket> ws1(ioc); in testIdlePing() local
95 stream<tcp::socket> ws1(ioc); in testIssue1729() local
104 ws1.async_accept(net::detached); in testIssue1729()
112 ws1.async_close({}, in testIssue1729()
124 stream<tcp::socket> ws1(ioc); in testIssue1729() local
141 ws1.async_read(b, in testIssue1729()
146 ws1.async_close({}, in testIssue1729()
163 stream<tcp::socket> ws1(ioc); in testCloseWhileRead() local
[all …]
/dports/textproc/py-xlwt/xlwt-1.3.0/examples/
H A Dprotection.py57 ws1.col(1).level = 1
58 ws1.col(2).level = 1
59 ws1.col(3).level = 2
60 ws1.col(4).level = 2
61 ws1.col(5).level = 2
62 ws1.col(6).level = 2
63 ws1.col(7).level = 2
64 ws1.col(8).level = 1
65 ws1.col(9).level = 1
107 ws1.protect = True
[all …]
H A Doutline.py47 ws1 = wb.add_sheet('Columns Outline') variable
49 ws1.write_merge(1, 1, 1, 5, 'test 1', style)
59 ws1.col(1).level = 1
60 ws1.col(2).level = 1
61 ws1.col(3).level = 2
62 ws1.col(4).level = 2
63 ws1.col(5).level = 2
64 ws1.col(6).level = 2
65 ws1.col(7).level = 2
66 ws1.col(8).level = 1
[all …]
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3rkcv/
H A Dwc16_str.c122 while ((*ws1 && *ws2) && (*ws1 == *ws2)) { in sj3_wscmp16()
123 ws1++; in sj3_wscmp16()
127 if (!*ws1) return -1; in sj3_wscmp16()
138 while ((*ws1 && *ws2) && (*ws1 == *ws2) && (i < n)) { in sj3_wsncmp16()
139 ws1++; in sj3_wsncmp16()
157 ws = ws1; in sj3_wscpy16()
163 return ws1; in sj3_wscpy16()
173 ws = ws1; in sj3_wsncpy16()
180 return ws1; in sj3_wsncpy16()
191 ws = ws1; in sj3_wscat16()
[all …]
/dports/devel/spark/spark-2.1.1/sql/core/src/test/resources/tpcds/
H A Dq95.sql3 ws1.ws_order_number,
4 ws1.ws_warehouse_sk wh1,
6 FROM web_sales ws1, web_sales ws2
7 WHERE ws1.ws_order_number = ws2.ws_order_number
8 AND ws1.ws_warehouse_sk <> ws2.ws_warehouse_sk)
14 web_sales ws1, date_dim, customer_address, web_site
18 AND ws1.ws_ship_date_sk = d_date_sk
19 AND ws1.ws_ship_addr_sk = ca_address_sk
21 AND ws1.ws_web_site_sk = web_site_sk
23 AND ws1.ws_order_number IN (SELECT ws_order_number
[all …]
/dports/x11-wm/i3/i3-4.20.1/testcases/t/
H A D291-swap.t30 my ($ws, $ws1, $ws2, $ws3);
190 $ws1 = fresh_workspace;
236 $ws1 = fresh_workspace;
270 $ws1 = fresh_workspace;
544 $ws1 = fresh_workspace;
553 $nodes = get_ws($ws1);
588 $ws1 = fresh_workspace;
597 $nodes = get_ws($ws1);
640 $ws1 = fresh_workspace;
667 $ws1 = fresh_workspace;
[all …]
/dports/x11-wm/i3-gaps/i3-4.20.1/testcases/t/
H A D291-swap.t30 my ($ws, $ws1, $ws2, $ws3);
190 $ws1 = fresh_workspace;
236 $ws1 = fresh_workspace;
270 $ws1 = fresh_workspace;
544 $ws1 = fresh_workspace;
553 $nodes = get_ws($ws1);
588 $ws1 = fresh_workspace;
597 $nodes = get_ws($ws1);
640 $ws1 = fresh_workspace;
667 $ws1 = fresh_workspace;
[all …]
/dports/lang/p5-Pugs-Compiler-Rule/Pugs-Compiler-Rule-0.37/t/ast/
H A D00-basic.t75 'ws1' => ' ',
105 'ws1' => ' ',
135 'ws1' => ' ',
165 'ws1' => ' ',
195 'ws1' => ' ',
353 'ws1' => ' ',
438 'ws1' => ' ',
468 'ws1' => ' ',
498 'ws1' => ' ',
531 'ws1' => ' ',
[all …]
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/
H A Dtoken.cpp76 char *pStart, *pSep, *szBuff, *ws1, *ws2, *last_nws; in Tokenize() local
84 ws1 = szBuff; in Tokenize()
85 while (*ws1 && isspace(*ws1)) in Tokenize()
86 ws1++; in Tokenize()
88 if (!*ws1) // leave if empty in Tokenize()
95 for (ws2 = szBuff, last_nws = ws1, prev_ws = false; *ws1; ws1++) in Tokenize()
96 if ((curr_ws = isspace(*ws1)) == false || !prev_ws) in Tokenize()
99 *ws2++ = *ws1; in Tokenize()

12345678910>>...25