Home
last modified time | relevance | path

Searched refs:getlist (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/dports/news/inn-current/inn-2.7-20211226/tests/clients/
H A Dgetlist.t16 getlist () {
22 $getlist -h localhost -p 11119 "$@" > seen
32 getlist="../../frontends/getlist"
40 if [ ! -x "$getlist" ] ; then
59 getlist ../data/db/active .
60 getlist ../data/db/active . active
61 getlist ../data/db/active . active '*'
62 getlist ../data/db/active . active '*' ymx=
66 getlist ../data/db/active ' =' active '*' =
68 getlist ../data/db/active ' y$' active '*' y
[all …]
/dports/news/inn/inn-2.6.4/tests/clients/
H A Dgetlist.t17 getlist () {
23 $getlist -h localhost -p 11119 "$@" > seen
33 getlist="../../frontends/getlist"
41 if [ ! -x "$getlist" ] ; then
60 getlist ../data/db/active .
61 getlist ../data/db/active . active
62 getlist ../data/db/active . active '*'
63 getlist ../data/db/active . active '*' ymx=
67 getlist ../data/db/active ' =' active '*' =
69 getlist ../data/db/active ' y$' active '*' y
[all …]
/dports/sysutils/shlock/inn-2.6.4/tests/clients/
H A Dgetlist.t17 getlist () {
23 $getlist -h localhost -p 11119 "$@" > seen
33 getlist="../../frontends/getlist"
41 if [ ! -x "$getlist" ] ; then
60 getlist ../data/db/active .
61 getlist ../data/db/active . active
62 getlist ../data/db/active . active '*'
63 getlist ../data/db/active . active '*' ymx=
67 getlist ../data/db/active ' =' active '*' =
69 getlist ../data/db/active ' y$' active '*' y
[all …]
/dports/www/mod_webkit/w4py-1.2.3/WebUtils/Tests/
H A DTestFieldStorage.py21 self.assertEqual(fs.getlist('a'), ['1'])
23 self.assertEqual(fs.getlist('c'), ['3'])
31 self.assertEqual(fs.getlist('a'), ['1'])
33 self.assertEqual(fs.getlist('c'), ['3'])
42 self.assertEqual(fs.getlist('d'), ['4'])
44 self.assertEqual(fs.getlist('f'), ['6'])
56 self.assertEqual(fs.getlist('a'), ['1'])
57 self.assertEqual(fs.getlist('b'), ['8'])
58 self.assertEqual(fs.getlist('c'), ['9'])
59 self.assertEqual(fs.getlist('d'), ['4'])
[all …]
/dports/www/py-scrapy/Scrapy-2.5.1/tests/
H A Dtest_http_headers.py19 self.assertEqual(h.getlist('Accept'), [])
39 assert h.getlist('X-Forwarded-For') is not hlist
69 assert h.getlist('X-Forwarded-For') is not hlist
70 assert h.getlist('X-Forwarded-For') is olist
75 assert h.getlist('X-Forwarded-For') is olist
102 self.assertEqual(h1.getlist('header1'), h2.getlist('header1'))
103 assert h1.getlist('header1') is not h2.getlist('header1')
135 self.assertEqual(h1.getlist('foo'), [])
142 self.assertEqual(h1.getlist('foo'), [b'1'])
143 self.assertEqual(h1.getlist('bar'), [b'2'])
[all …]
/dports/www/py-graphite-web/graphite-web-1.1.8/webapp/graphite/tags/
H A Dviews.py31 if len(queryParams.getlist('path')) > 0:
32 paths = queryParams.getlist('path')
35 paths = queryParams.getlist('path[]')
49 if len(queryParams.getlist('path')) > 0:
50 paths = queryParams.getlist('path')
53 paths = queryParams.getlist('path[]')
67 if len(queryParams.getlist('expr')) > 0:
68 exprs = queryParams.getlist('expr')
111 if len(queryParams.getlist('expr')) > 0:
112 exprs = queryParams.getlist('expr')
[all …]
/dports/devel/py-orderedmultidict/orderedmultidict-1.0.1/tests/
H A Dtest_orderedmultidict.py229 assert omd2.getlist(
247 assert omd.getlist(
250 assert omd.getlist(nonkey) == []
273 assert omd.getlist(nonkey) == [None]
283 values = omd.getlist(key)
298 assert omd.getlist(key)[-1] == value
307 assert len(omd.getlist(key)) == len(oldomd.getlist(key)) + 1
308 assert omd.getlist(key)[-1] == value
342 assert omd.getlist(nonkey) == oldomd.getlist(
554 assert omd.getlist(key) == values
[all …]
/dports/www/py-werkzeug/Werkzeug-2.0.2/tests/
H A Dtest_datastructures.py105 assert md.getlist("d") == [3, 4]
107 assert md.getlist("x") == []
111 assert md.getlist("a") == [42]
126 assert md.getlist("u") == [23]
136 assert md.getlist("d") == []
168 assert c.getlist("a") == [1, 2, 3]
189 assert md.getlist("y") == [0]
196 assert md.getlist("y") == [0]
439 assert d.getlist("bar") == [42]
751 assert h.getlist("c") == ["7"]
[all …]
/dports/net/py-urllib3/urllib3-1.26.7/test/
H A Dtest_collections.py176 clist = h.getlist("cookie")
193 clist = h.getlist("cookie")
204 assert d.getlist("cookie") == ["with, comma"]
210 assert d.getlist("cookie") == ["with, comma"]
226 assert d.getlist("bar") == ["foo", "bar", "asdf"]
266 assert d.getlist("cookie") == ["foo", "bar"]
267 assert d.getlist("Cookie") == ["foo", "bar"]
268 assert d.getlist("b") == []
270 assert d.getlist("b") == ["asdf"]
273 assert d.getlist("cookie") == HTTPHeaderDict(d).getlist("cookie")
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/test/
H A Dtest_collections.py175 clist = h.getlist("cookie")
192 clist = h.getlist("cookie")
203 assert d.getlist("cookie") == ["with, comma"]
209 assert d.getlist("cookie") == ["with, comma"]
225 assert d.getlist("bar") == ["foo", "bar", "asdf"]
265 assert d.getlist("cookie") == ["foo", "bar"]
266 assert d.getlist("Cookie") == ["foo", "bar"]
267 assert d.getlist("b") == []
269 assert d.getlist("b") == ["asdf"]
272 assert d.getlist("cookie") == HTTPHeaderDict(d).getlist("cookie")
[all …]
/dports/devel/py-moto/moto-2.2.16/tests/test_s3/
H A Dtest_s3_utils.py56 d.getlist("key").should.have.length_of(2)
57 d.getlist("key").should.be.equal([[1], 2])
58 d.getlist("badkey").should.be.none
61 d.getlist("key").should.be.equal([1])
64 d.getlist("key").shouldnt.be.equal((1, 2))
65 d.getlist("key").should.be.equal([1, 2])
69 d.getlist("key").should.be.equal([[1], [2]])
/dports/devel/py-furl/furl-2.1.0/tests/
H A Dtest_omdict1D.py58 for value in data.getlist(key):
64 assert omd2.getlist(key) == data_values_unpacked
111 assert omd.getlist(self.key) == runningsum
121 assert omd.getlist(self.key) == runningsum
135 assert omd1 == omd2 == omd3 and omd1.getlist(self.key) == valuelist
146 assert omd.getlist(_unique) == [1, 2, 3]
156 assert omd.getlist(self.key) == valuelist
162 assert omd.getlist(self.key) == [value]
173 assert omd.getlist(_unique) == [1, 2, 3]
/dports/www/py-graphite-api/graphite-api-1.1.3/graphite_api/
H A Dutils.py33 return request.form.getlist(key)[-1]
35 return request.args.getlist(key)[-1]
51 def getlist(self, key): member in RequestParams
58 return request.form.getlist(key)
59 return request.args.getlist(key)
71 u"{0}={1}".format(key, u"&".join(sorted(RequestParams.getlist(key))))
/dports/converters/php-bsdconv/php-bsdconv-11.6.0/
H A Dwebui.php3 function getlist($c){ function
64 <span><h4>From:</h4><?php echo getlist(BSDCONV_FROM);?></span>
65 <span><h4>Inter:</h4><?php echo getlist(BSDCONV_INTER);?></span>
66 <span><h4>To:</h4><?php echo getlist(BSDCONV_TO);?></span>
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/tools/misc/
H A Dfind2dirs17 def getlist(base, ext=""):
25 for fn in getlist(base, os.path.join(ext, subfile)):
31 for fn in getlist(dir1):
33 for fn in getlist(dir2):
/dports/www/py-flask-jwt-extended/Flask-JWT-Extended-4.3.1/tests/
H A Dtest_cookies.py18 cookie_headers = response.headers.getlist("Set-Cookie")
326 cookies = response.headers.getlist("Set-Cookie")
343 cookies = response.headers.getlist("Set-Cookie")
369 cookies = response.headers.getlist("Set-Cookie")
391 cookies = response.headers.getlist("Set-Cookie")
426 cookies = response.headers.getlist("Set-Cookie")
438 cookies = response.headers.getlist("Set-Cookie")
456 cookies = response.headers.getlist("Set-Cookie")
463 cookies = response.headers.getlist("Set-Cookie")
476 cookies = response.headers.getlist("Set-Cookie")
[all …]
/dports/misc/patchutils/patchutils-0.4.2/scripts/
H A Dsplitdiff.in80 $getlist = '${LSDIFF-lsdiff} -n ';
81 $getlist .= '--strip='.$opts{p}.' ' if ($opts{p});
82 $getlist .= $ARGV[0]; # Yuck. How do you do this properly in perl?
83 open(LIST, '-|', $getlist) or die "Can't run lsdiff";
/dports/textproc/py-wtforms/WTForms-2.1/tests/
H A Dwebob_wrapper.py68 self.assertEqual(formdata.getlist('fake'), [])
77 self.assertEqual(formdata.getlist('a'), ['Apple', 'Cherry'])
78 self.assertEqual(formdata.getlist('b'), ['Banana'])
79 self.assertEqual(formdata.getlist('fake'), [])
/dports/editors/neovim/neovim-0.6.1/test/functional/ex_cmds/
H A Dquickfix_commands_spec.lua21 local getlist = (c == 'c') and funcs.getqflist or (
45 eq(list, getlist())
65 eq(list, getlist())
80 eq(list, getlist())
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/commands/
H A Dsettings.py46 elif opts.getlist:
47 print(settings.getlist(opts.getlist))
/dports/lang/gauche/Gauche-0.9.10/ext/vport/
H A Dvport.scm227 (define (getlist)
230 (port-attribute-set! p 'get-input-list getlist)))
240 (define (getlist)
244 (port-attribute-set! p 'get-input-list getlist)))
247 (if-let1 getlist (port-attribute-ref p 'get-input-list)
248 (getlist)
270 (define (getlist)
273 (port-attribute-set! p 'get-input-generator getlist)))
/dports/games/freeminer/freeminer-0.4.10.4/src/script/lua_api/
H A Dl_inventory.cpp47 InventoryList* InvRef::getlist(lua_State *L, InvRef *ref, in getlist() function in InvRef
78 InventoryList *list = getlist(L, ref, listname); in l_is_empty()
93 InventoryList *list = getlist(L, ref, listname); in l_get_size()
108 InventoryList *list = getlist(L, ref, listname); in l_get_width()
185 InventoryList *list = getlist(L, ref, listname); in l_get_stack()
201 InventoryList *list = getlist(L, ref, listname); in l_set_stack()
302 InventoryList *list = getlist(L, ref, listname); in l_add_item()
322 InventoryList *list = getlist(L, ref, listname); in l_room_for_item()
339 InventoryList *list = getlist(L, ref, listname); in l_contains_item()
356 InventoryList *list = getlist(L, ref, listname); in l_remove_item()
/dports/www/py-betamax/betamax-0.8.1/betamax/
H A Dheaders.py177 def getlist(self, key): member in HTTPHeaderDict
191 getheaders = getlist
192 getallmatchingheaders = getlist
193 iget = getlist
200 val = other.getlist(key)
/dports/ftp/profxp/profxp/profxp/
H A Dcommand.pm17 &getlist
455 my $slist = getlist($conn{$active}{sock});
462 my $slist = getlist($conn{$active}{sock});
469 my $slist = getlist($conn{$active}{sock},$_[0]);
493 sub getlist { subroutine
607 my %srclist = %{ parselist(getlist($_[1])) };
630 my %srclist = %{ parselist(getlist($_[1])) };
768 my %srclist = %{ parselist(getlist($_[1])) };
806 my %srclist = %{ parselist(getlist($_[1])) };
844 my %srclist = %{ parselist(getlist($_[1])) };
[all …]
/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_inventory.cpp45 InventoryList* InvRef::getlist(lua_State *L, InvRef *ref, in getlist() function in InvRef
76 InventoryList *list = getlist(L, ref, listname); in l_is_empty()
91 InventoryList *list = getlist(L, ref, listname); in l_get_size()
106 InventoryList *list = getlist(L, ref, listname); in l_get_width()
183 InventoryList *list = getlist(L, ref, listname); in l_get_stack()
199 InventoryList *list = getlist(L, ref, listname); in l_set_stack()
301 InventoryList *list = getlist(L, ref, listname); in l_add_item()
321 InventoryList *list = getlist(L, ref, listname); in l_room_for_item()
338 InventoryList *list = getlist(L, ref, listname); in l_contains_item()
358 InventoryList *list = getlist(L, ref, listname); in l_remove_item()

12345678910>>...26