Home
last modified time | relevance | path

Searched refs:strtypes (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/py-ovs/ovs-2.9.0/ovs/unixctl/
H A D__init__.py22 strtypes = six.string_types variable
62 assert isinstance(name, strtypes)
63 assert isinstance(usage, strtypes)
74 assert isinstance(target, strtypes)
H A Dclient.py24 strtypes = six.string_types variable
33 assert isinstance(command, strtypes)
36 assert isinstance(arg, strtypes)
H A Dserver.py33 strtypes = six.string_types variable
86 assert body is None or isinstance(body, strtypes)
124 if not isinstance(param, strtypes):
191 assert path is None or isinstance(path, strtypes)
225 assert isinstance(command, strtypes)
228 assert isinstance(arg, strtypes)
/dports/databases/py-pgdbconn/pgdbconn-0.8.0/pgdbconn/
H A Dpycompat.py13 strtypes = (str, ) variable
15 strtypes = (str, unicode)
/dports/databases/py-Pyrseas/Pyrseas-0.9.1/pyrseas/lib/
H A Dpycompat.py13 strtypes = (str, ) variable
17 strtypes = (str, unicode)
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/parser/
H A Dparser.proj15 SOURCE strtypes.c
16 HEADER strtypes.h
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/parser/
H A Dparser.proj15 SOURCE strtypes.c
16 HEADER strtypes.h
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/parser/
H A Dparser.proj15 SOURCE strtypes.c
16 HEADER strtypes.h
/dports/www/moodle310/moodle/admin/
H A Dqtypes.php181 $strtypes = array(); variable
184 $strtypes[] = $pluginmanager->plugin_name($required);
186 $row[] = implode(', ', $strtypes);
/dports/www/moodle311/moodle/admin/
H A Dqtypes.php181 $strtypes = array(); variable
184 $strtypes[] = $pluginmanager->plugin_name($required);
186 $row[] = implode(', ', $strtypes);
/dports/www/moodle39/moodle/admin/
H A Dqtypes.php181 $strtypes = array(); variable
184 $strtypes[] = $pluginmanager->plugin_name($required);
186 $row[] = implode(', ', $strtypes);
/dports/databases/py-Pyrseas/Pyrseas-0.9.1/pyrseas/dbobject/
H A Dtrigger.py9 from pyrseas.lib.pycompat import strtypes
126 if isinstance(proc, strtypes):
H A D__init__.py15 from pyrseas.lib.pycompat import PY2, strtypes
197 if isinstance(privileges, strtypes):
522 if isinstance(dep, strtypes):
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/tests/
H A Dtest_imports.py58 from zmq.utils import strtypes
H A Dtest_retry_eintr.py13 from zmq.utils.strtypes import b
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/backend/cffi/
H A Dutils.py12 from zmq.utils.strtypes import unicode
/dports/sysutils/py-glances/glances-3.1.4/glances/exports/
H A Dglances_zeromq.py30 from zmq.utils.strtypes import asbytes
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/log/
H A D__main__.py32 from zmq.utils.strtypes import u, cast_bytes
H A Dhandlers.py31 from zmq.utils.strtypes import bytes, unicode, cast_bytes
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/auth/
H A Dcerts.py12 from zmq.utils.strtypes import bytes, unicode, b, u
/dports/devel/cxxtest/cxxtest-4.4/python/cxxtest/
H A Dcxx_parser.py195 strtypes = basestring
197 strtypes = (str, bytes)
201 if hasattr(el, "__iter__") and not isinstance(el, strtypes):
/dports/devel/cxxtest/cxxtest-4.4/python/python3/cxxtest/
H A Dcxx_parser.py195 strtypes = str
197 strtypes = (str, bytes)
201 if hasattr(el, "__iter__") and not isinstance(el, strtypes):
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/cxxtest-4.4/python/python3/cxxtest/
H A Dcxx_parser.py195 strtypes = str
197 strtypes = (str, bytes)
201 if hasattr(el, "__iter__") and not isinstance(el, strtypes):
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/python/cxxtest/
H A Dcxx_parser.py193 strtypes = basestring
195 strtypes = (str, bytes)
199 if hasattr(el, "__iter__") and not isinstance(el, strtypes):
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/tpl/cxxtest/python/python3/cxxtest/
H A Dcxx_parser.py193 strtypes = str
195 strtypes = (str, bytes)
199 if hasattr(el, "__iter__") and not isinstance(el, strtypes):

12