Home
last modified time | relevance | path

Searched refs:unicode_ (Results 126 – 150 of 181) sorted by relevance

12345678

/dports/science/py-scipy/scipy-1.7.1/scipy/io/matlab/
H A Dmio4.py512 elif dtt in (np.unicode_, np.string_):
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/
H A DMakefile204 re2/unicode_%.cc: re2/make_unicode_%.py
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/
H A DMakefile204 re2/unicode_%.cc: re2/make_unicode_%.py
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/
H A DMakefile204 re2/unicode_%.cc: re2/make_unicode_%.py
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_regression.py302 a = np.array('hello', np.unicode_)
465 (np.unicode_('\u6f2c'),
1962 (np.unicode_('\u6bd2'),
2086 a = np.array(['abc'], dtype=np.unicode_)[0]
2351 np.unicode_: "a",
H A Dtest_array_coercion.py133 yield param(np.unicode_("2345"), id="unicode")
H A Dtest_multiarray.py1539 self._test_cast_from_flexible(np.unicode_)
1912 @pytest.mark.parametrize('dtype', [np.bytes_, np.unicode_])
2164 a = np.array([s + chr(i) for i in range(101)], dtype=np.unicode_)
2378 dtype=np.unicode_)
7865 assert_equal(6, int_func(np.unicode_(u'6')))
8227 l[:] = np.unicode_('cc')
8233 l.fill(np.unicode_('cc'))
8240 assert_(not np.array([''], dtype=np.unicode_))
8243 a = np.array(['eggs'], dtype=np.unicode_)
8248 a = np.array(['eggs'], dtype=np.unicode_)
[all …]
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/tests/
H A Dtest_libtiledb.py1613 dtype=np.unicode_,
1618 att = tiledb.Attr(dtype=np.unicode_, var=True)
1775 att = tiledb.Attr(dtype=np.unicode_)
2254 att = tiledb.Attr("", var=True, dtype=np.unicode_)
3770 data = np.array(str_data, dtype=np.unicode_)
3774 att = tiledb.Attr(dtype=np.unicode_, var=True)
3808 data = np.array(str_data, dtype=np.unicode_)
3813 att = tiledb.Attr(dtype=np.unicode_, var=True)
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A D_iotools.py517 (nx.unicode_, asunicode, '???'),
H A Dnpyio.py753 elif issubclass(typ, np.unicode_):
2151 if v == np.unicode_]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpEngine.h1511 unicode_(unicode), in Analysis()
1536 bool unicode_; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DRegExpEngine.h1512 unicode_(unicode), in Analysis()
1537 bool unicode_; variable
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpEngine.h1514 unicode_(unicode), in Analysis()
1539 bool unicode_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/
H A DMakefile235 re2/unicode_%.cc: re2/make_unicode_%.py
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/io/
H A Dio.py275 or np.issubdtype(x.dtype[name], np.unicode_)
/dports/devel/py-tables/tables-3.6.1/tables/
H A Dhdf5extension.pyx233 retvalue = numpy.unicode_(u'')
239 retvalue = numpy.unicode_(u'')
241 retvalue = numpy.unicode_(retvalue)
765 retvalue = numpy.unicode_(u'')
772 retvalue = numpy.unicode_(u'')
774 retvalue = numpy.unicode_(retvalue)
H A Datom.py1186 return numpy.unicode_(object_)
/dports/math/py-numpy/numpy-1.20.3/doc/source/reference/
H A Darrays.dtypes.rst88 >>> dt = np.dtype([('name', np.unicode_, 16), ('grades', np.float64, (2,))])
193 ``np.unicode_`` should be used as a dtype for strings.
/dports/devel/py-tables/tables-3.6.1/tables/tests/
H A Dtest_attributes.py1351 self.assertIsInstance(self.array.attrs.pq, numpy.unicode_)
1352 self.assertIsInstance(self.array.attrs.qr, numpy.unicode_)
1353 self.assertIsInstance(self.array.attrs.rs, numpy.unicode_)
/dports/devel/py-game/pygame-2.1.0/test/
H A Dfreetype_test.py32 from pygame.compat import as_unicode, bytes_, unichr_, unicode_
1021 text = unicode_("").join([unichr_(i) for i in range(31, 64)])
1386 uempty = unicode_("")
/dports/devel/py-dask/dask-2021.11.2/dask/dataframe/
H A Dutils.py295 "U": np.unicode_("foo"),
/dports/devel/fossil/fossil-src-2.17/win/
H A DMakefile.mingw819 $(OBJDIR)/unicode_.c \
1334 $(OBJDIR)/unicode_.c:$(OBJDIR)/unicode.h \
2415 $(OBJDIR)/unicode_.c: $(SRCDIR)/unicode.c $(TRANSLATE)
2418 $(OBJDIR)/unicode.o: $(OBJDIR)/unicode_.c $(OBJDIR)/unicode.h $(SRCDIR)/config.h
2419 $(XTCC) -o $(OBJDIR)/unicode.o -c $(OBJDIR)/unicode_.c
H A DMakefile.mingw.mistachkin818 $(OBJDIR)/unicode_.c \
1333 $(OBJDIR)/unicode_.c:$(OBJDIR)/unicode.h \
2414 $(OBJDIR)/unicode_.c: $(SRCDIR)/unicode.c $(TRANSLATE)
2417 $(OBJDIR)/unicode.o: $(OBJDIR)/unicode_.c $(OBJDIR)/unicode.h $(SRCDIR)/config.h
2418 $(XTCC) -o $(OBJDIR)/unicode.o -c $(OBJDIR)/unicode_.c
/dports/devel/fossil/fossil-src-2.17/src/
H A Dmain.mk410 $(OBJDIR)/unicode_.c \
900 $(OBJDIR)/unicode_.c:$(OBJDIR)/unicode.h \
1979 $(OBJDIR)/unicode_.c: $(SRCDIR)/unicode.c $(OBJDIR)/translate
1982 $(OBJDIR)/unicode.o: $(OBJDIR)/unicode_.c $(OBJDIR)/unicode.h $(SRCDIR)/config.h
1983 $(XTCC) -o $(OBJDIR)/unicode.o -c $(OBJDIR)/unicode_.c
/dports/math/py-pandas/pandas-1.2.5/doc/source/user_guide/
H A Dgotchas.rst285 ``numpy.character`` | ``string_, unicode_``

12345678