Home
last modified time | relevance | path

Searched refs:TypeNotFound (Results 1 – 25 of 67) sorted by relevance

123

/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosTools/
H A DVisitorMaker.hpp72 struct TypeNotFound {}; struct
91 struct Call<T, Action, TypeNotFound> : public Action
93 typedef Call<T, Action, TypeNotFound> type;
111 TypeNotFound,
/dports/net/py-suds-community/suds-community-1.0.0/suds/xsd/
H A Dsxbasic.py88 raise TypeNotFound(qref)
165 raise TypeNotFound(self.ref)
198 raise TypeNotFound(self.ref)
273 raise TypeNotFound(self.ref)
468 raise TypeNotFound(self.ref)
491 raise TypeNotFound(self.ref)
711 raise TypeNotFound(self.ref)
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/xsd/
H A Dsxbasic.py93 raise TypeNotFound(qref)
163 raise TypeNotFound(self.ref)
194 raise TypeNotFound(self.ref)
275 raise TypeNotFound(self.ref)
483 raise TypeNotFound(self.ref)
508 raise TypeNotFound(self.ref)
711 raise TypeNotFound(self.ref)
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/pdb-0.7.0/src/tpi/
H A Dprimitive.rs208 return Err(Error::TypeNotFound(index.0)); in type_data_for_primitive()
268 return Err(Error::TypeNotFound(index.0)); in type_data_for_primitive()
H A Dmod.rs404 return Err(Error::TypeNotFound(index)); in find()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/Sockets/
H A DSocketError.cs56 TypeNotFound = (10000 + 109), enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Sockets/
H A DSocketErrors.cs342 TypeNotFound = (10000+109), //WSATYPE_NOT_FOUND enumerator
/dports/www/py-spyne/spyne-2.13.16/examples/user_manager/
H A Dsuds_client.py32 from suds import TypeNotFound
/dports/net/py-suds-community/suds-community-1.0.0/tests/
H A Dtest_suds.py1595 pytest.raises(suds.TypeNotFound, client.factory.create, "NonExistingType")
1602 e = pytest.raises(suds.TypeNotFound, testutils.client_from_wsdl, wsdl)
1657 suds.TypeNotFound, client.factory.create, 'ns:DoesNotExist')
1693 suds.TypeNotFound, client.factory.create, 'ns:DoesNotExist')
2029 pytest.raises(suds.TypeNotFound, elemento1.resolve)
2030 pytest.raises(suds.TypeNotFound, elemento2.resolve)
2031 pytest.raises(suds.TypeNotFound, elemento3.resolve)
/dports/net/py-suds-community/suds-community-1.0.0/suds/
H A Dbuilder.py40 raise TypeNotFound(name)
H A D__init__.py47 class TypeNotFound(Exception): class
/dports/net/py-suds-community/suds-community-1.0.0/suds/umx/
H A Dtyped.py80 raise TypeNotFound(content.node.qname())
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/
H A Dbuilder.py40 raise TypeNotFound(name)
H A D__init__.py47 class TypeNotFound(Exception): class
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/umx/
H A Dtyped.py80 raise TypeNotFound(content.node.qname())
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/bindings/
H A Dbinding.py379 raise TypeNotFound(query.ref)
415 raise TypeNotFound(query.ref)
/dports/net/py-suds-jurko/suds-jurko-0.6/suds/mx/
H A Dencoded.py110 raise TypeNotFound(qref)
H A Dliteral.py86 raise TypeNotFound(content.tag)
/dports/net/py-suds-community/suds-community-1.0.0/suds/mx/
H A Dencoded.py110 raise TypeNotFound(qref)
H A Dliteral.py86 raise TypeNotFound(content.tag)
/dports/net/py-suds-jurko/suds-jurko-0.6/tests/
H A Dtest_suds.py1334 pytest.raises(suds.TypeNotFound, client.factory.create, "NonExistingType")
1340 e = pytest.raises(suds.TypeNotFound, tests.client_from_wsdl, wsdl).value
1663 pytest.raises(suds.TypeNotFound, elemento1.resolve)
1664 pytest.raises(suds.TypeNotFound, elemento2.resolve)
1665 pytest.raises(suds.TypeNotFound, elemento3.resolve)
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/framework/
H A DXMLErrorCodes.hpp57 , TypeNotFound = 40 enumerator
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/framework/
H A DXMLErrorCodes.hpp57 , TypeNotFound = 40 enumerator
/dports/net/py-suds-community/suds-community-1.0.0/suds/bindings/
H A Dbinding.py465 raise TypeNotFound(query.ref)
/dports/graphics/py-freeimagepy/FreeImagePy-2.0.1/FreeImagePy/
H A Dconstants.py582 class TypeNotFound(UserWarning): class

123