Home
last modified time | relevance | path

Searched refs:array_elm (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/anthy/anthy-0.4/src-worddic/
H A Dmatrix.c83 struct array_elm { struct
105 struct array_elm *array; argument
232 static struct array_elm *
272 struct array_elm elm;
283 struct array_elm elm; in sparse_array_get_ptr()
359 struct array_elm *ae; in anthy_sparse_matrix_make_matrix()
397 struct array_elm *ae; in anthy_matrix_image_new()
405 struct array_elm *ae; in anthy_matrix_image_new()
538 struct array_elm *ae; in sparse_matrix_dump()
550 struct array_elm *ae; in sparse_matrix_dump()
[all …]
/dports/net/py-zeep/zeep-4.1.0/tests/
H A Dtest_wsdl_arrays.py427 array_elm = schema.get_element("{http://tests.python-zeep.org/}array")
438 array = array_elm([item_1, item_2])
440 assert array_elm.signature(schema=schema) == "ns0:array(ns0:array)"
447 array_elm.render(node, array)