Home
last modified time | relevance | path

Searched refs:is_text_type (Results 1 – 25 of 32) sorted by relevance

12

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/
H A Dcompat.py88 is_text_type = isinstance(qs, six.text_type)
89 if is_text_type:
93 if is_text_type:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/
H A Dcompat.py88 is_text_type = isinstance(qs, six.text_type)
89 if is_text_type:
93 if is_text_type:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/
H A Dcompat.py88 is_text_type = isinstance(qs, six.text_type)
89 if is_text_type:
93 if is_text_type:
/dports/devel/py-boto/boto-2.49.0/boto/
H A Dcompat.py88 is_text_type = isinstance(qs, six.text_type)
89 if is_text_type:
93 if is_text_type:
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_field_normalizer.cpp53 if (is_text_type()) { in should_normalize()
65 bool FieldNormalizer::is_text_type() { in is_text_type() function in mrn::FieldNormalizer
H A Dmrn_field_normalizer.hpp43 bool is_text_type();
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_field_normalizer.cpp53 if (is_text_type()) { in should_normalize()
65 bool FieldNormalizer::is_text_type() { in is_text_type() function in mrn::FieldNormalizer
H A Dmrn_field_normalizer.hpp43 bool is_text_type();
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_field_normalizer.cpp53 if (is_text_type()) { in should_normalize()
65 bool FieldNormalizer::is_text_type() { in is_text_type() function in mrn::FieldNormalizer
H A Dmrn_field_normalizer.hpp43 bool is_text_type();
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_field_normalizer.cpp53 if (is_text_type()) {
65 bool FieldNormalizer::is_text_type() {
H A Dmrn_field_normalizer.hpp43 bool is_text_type();
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_field_normalizer.cpp53 if (is_text_type()) { in should_normalize()
65 bool FieldNormalizer::is_text_type() { in is_text_type() function in mrn::FieldNormalizer
H A Dmrn_field_normalizer.hpp43 bool is_text_type();
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_field_normalizer.cpp53 if (is_text_type()) { in should_normalize()
65 bool FieldNormalizer::is_text_type() { in is_text_type() function in mrn::FieldNormalizer
H A Dmrn_field_normalizer.hpp43 bool is_text_type();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dgen_overlay_widgets.py100 def is_text_type(type): function
219 if is_text_type(widget.type):
/dports/devel/py-pdm/pdm-1.11.0/pdm/_vendor/halo/
H A D_utils.py77 def is_text_type(text): function
H A Dhalo.py23 is_text_type,
390 if all([is_text_type(spinner), spinner in Spinners.__members__]):
/dports/misc/py-halo/halo-0.0.31/halo/
H A D_utils.py80 def is_text_type(text): function
H A Dhalo.py24 is_text_type,
337 if all([is_text_type(spinner), spinner in Spinners.__members__]):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dgen_overlay_widgets.py132 def is_text_type(type): function
251 if is_text_type(widget.type):
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Dddtargets.py224 def is_text_type(self, type_name): member in _DdTargets
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/applications/
H A Dcc-applications-panel.c1152 is_text_type (const gchar *type) in is_text_type() function
1344 else if (is_text_type (type)) in add_handler_row()
/dports/japanese/w3m/w3m-2b59b9e/
H A Dfile.c273 is_text_type(char *type) in is_text_type() function
286 (is_text_type(type) && !is_dump_text_type(type))); in is_plain_text_type()
2203 (w3m_dump & ~DUMP_FRAME || is_text_type(t)

12