Home
last modified time | relevance | path

Searched refs:list_string (Results 1 – 25 of 101) sorted by relevance

12345

/dports/databases/grass7/grass-7.8.6/temporal/t.connect/testsuite/
H A Dtest_distr_tgis_db_raster.py67 list_string = """A|test1|2001-01-01 00:00:00|2001-04-01 00:00:00|3
82 for a, b in zip(list_string.split("\n"), out.split("\n")):
93 for a, b in zip(list_string.split("\n"), read_data.split("\n")):
102 list_string = """a1|test1|2001-01-01 00:00:00|2001-02-01 00:00:00
112 for a, b in zip(list_string.split("\n"), out.split("\n")):
115 list_string = """a1|test2|2001-01-01 00:00:00|2001-03-01 00:00:00
125 for a, b in zip(list_string.split("\n"), out.split("\n")):
138 for a, b in zip(list_string.split("\n"), out.split("\n")):
151 for a, b in zip(list_string.split("\n"), out.split("\n")):
164 for a, b in zip(list_string.split("\n"), out.split("\n")):
[all …]
H A Dtest_distr_tgis_db_raster3d.py69 list_string = """A|test3d1|2001-01-01 00:00:00|2001-04-01 00:00:00|3
82 for a, b in zip(list_string.split("\n"), out.split("\n")):
93 for a, b in zip(list_string.split("\n"), read_data.split("\n")):
102 list_string = """a1|test3d1|2001-01-01 00:00:00|2001-02-01 00:00:00
112 for a, b in zip(list_string.split("\n"), out.split("\n")):
115 list_string = """a1|test3d2|2001-01-01 00:00:00|2001-03-01 00:00:00
125 for a, b in zip(list_string.split("\n"), out.split("\n")):
128 list_string = """a1|test3d3|2001-01-01 00:00:00|2001-04-01 00:00:00
138 for a, b in zip(list_string.split("\n"), out.split("\n")):
151 for a, b in zip(list_string.split("\n"), out.split("\n")):
[all …]
H A Dtest_distr_tgis_db_vector.py68 list_string = """A|testvect1|2001-01-01 00:00:00|2001-04-01 00:00:00|3
81 for a, b in zip(list_string.split("\n"), out.split("\n")):
92 for a, b in zip(list_string.split("\n"), read_data.split("\n")):
101 list_string = """a1|testvect1|2001-01-01 00:00:00|2001-02-01 00:00:00
113 for a, b in zip(list_string.split("\n"), out.split("\n")):
116 list_string = """a1|testvect2|2001-01-01 00:00:00|2001-03-01 00:00:00
128 for a, b in zip(list_string.split("\n"), out.split("\n")):
131 list_string = """a1|testvect3|2001-01-01 00:00:00|2001-04-01 00:00:00
143 for a, b in zip(list_string.split("\n"), out.split("\n")):
158 for a, b in zip(list_string.split("\n"), out.split("\n")):
[all …]
/dports/math/gap/gap-4.11.0/pkg/RingsForHomalg-2019.12.08/gap/
H A DGAPHomalgTools.gi259 local list_string;
261list_string := homalgSendBlocking( [ "ZeroRows(", C, ")" ], "need_output", HOMALG_IO.Pictograms.Ze…
263 return EvalString( list_string );
269 local list_string;
271list_string := homalgSendBlocking( [ "ZeroColumns(", C, ")" ], "need_output", HOMALG_IO.Pictograms…
273 return EvalString( list_string );
293 local list_string;
297 if list_string = "fail" then
300 return EvalString( list_string );
381 local list_string;
[all …]
H A DMapleHomalgTools.gi273 local R, list_string;
277list_string := homalgSendBlocking( [ "`homalg/ZeroRows`(", C, R, ")" ], HOMALG_IO.Pictograms.ZeroR…
278 return StringToIntList( list_string );
284 local R, list_string;
289 return StringToIntList( list_string );
315 local R, list_string;
321 if list_string = "" then
324 return StringToIntList( list_string );
331 local R, list_string;
337 if list_string = "" then
[all …]
H A DMAGMATools.gi261 local list_string;
263list_string := homalgSendBlocking( [ "ZeroRows(", C, ")" ], "need_output", HOMALG_IO.Pictograms.Ze…
265 return StringToIntList( list_string );
271 local list_string;
273list_string := homalgSendBlocking( [ "ZeroColumns(", C, ")" ], "need_output", HOMALG_IO.Pictograms…
275 return StringToIntList( list_string );
295 local list_string;
299 if list_string = "fail" then
302 return StringToIntList( list_string );
394 local list_string;
[all …]
H A DMacaulay2Tools.gi256 local list_string;
258list_string := homalgSendBlocking( [ "ZeroRows(", C, ")" ], "need_output", HOMALG_IO.Pictograms.Ze…
260 return EvalString( list_string );
266 local list_string;
268list_string := homalgSendBlocking( [ "ZeroColumns(", C, ")" ], "need_output", HOMALG_IO.Pictograms…
270 return EvalString( list_string );
290 local list_string;
294 if list_string = "fail" then
297 return StringToIntList( list_string );
406 local clist, list_string;
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/values/
H A Dlist.hpp135 std::stringstream list_string; in str() local
136 list_string << "["; in str()
139 list_string << (*iterator).cql_value(); in str()
143 list_string << ", "; in str()
146 list_string << "]"; in str()
147 return list_string.str(); in str()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/
H A Dutils.py26 list_string = ""
36 list_string += line
39 if ']' not in list_string:
44 list = eval(list_string.split('=', 1)[1].strip())
/dports/www/py-textile/python-textile-4.0.2/textile/
H A Dutils.py89 def list_type(list_string): argument
91 list_string.startswith('*'): 'u',
92 list_string.startswith('#'): 'o',
93 (not list_string.startswith('*') and not list_string.startswith('#')):
/dports/www/mod_php81/php-8.1.1/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/lang/php81/php-8.1.1/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/php81-opcache/php-8.1.1/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/lang/php73/php-7.3.33/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/lang/php80/php-8.0.15/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/lang/php74/php-7.4.27/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/php80-opcache/php-8.0.15/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/php74-opcache/php-7.4.27/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/php73-opcache/php-7.3.33/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/mod_php73/php-7.3.33/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/mod_php74/php-7.4.27/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/mod_php80/php-8.0.15/ext/opcache/tests/opt/
H A Dsccp_023.phpt14 'list_string' => [
22 var_dump(a("list_string", ["xxx"]));
/dports/www/firefox/firefox-99.0/testing/mozbase/manifestparser/manifestparser/
H A Dutil.py31 def evaluate_list_from_string(list_string): argument
48 return ast.literal_eval("[" + "".join(list_string.strip(",").split("\n")) + "]")
/dports/math/gap/gap-4.11.0/pkg/GradedRingForHomalg-2020.01.02/gap/
H A DMapleHomalgTools.gi142 local R, list_string, L;
146list_string := homalgSendBlocking( [ "DegreesOfEntries(`homalg/ReduceRingElements`(", M, R, "))" ]…
148 L := StringToIntList( list_string );
156 local R, var, list_string, L;
168list_string := homalgSendBlocking( [ "WeightedDegreesOfEntries(`homalg/ReduceRingElements`(", M, R…
170 L := StringToIntList( list_string );
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/tests/
H A Dtest_container.py14 l_item.list_string = ['foo', 'bar']
47 l_item.list_string = ['foo', 'bar'] * 100

12345