Home
last modified time | relevance | path

Searched defs:nsdict (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/Coin/coin-Coin-4.0.0/src/scxml/
H A DScXMLP.cpp90 ScXMLP::NamespaceDict * nsdict = ScXMLP::getNamespaceDict(ScXMLP::targettypes, targettype); in registerInvokeClassType() local
99 ScXMLP::registerClassType(NamespaceDict * nsdict, const char * xmlns, const char * classname, SoTyp… in registerClassType()
119 ScXMLP::getTypeDict(NamespaceDict * nsdict, const char * xmlns) in getTypeDict()
137 ScXMLP::getClassType(NamespaceDict * nsdict, const char * xmlns, const char * classname) in getClassType()
193 NamespaceDict * nsdict = ScXMLP::getNamespaceDict(ScXMLP::targettypes, targettype); in getInvokeClassType() local
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/doc/examples/server/send_response/complex/manual/
H A Dserver.py12 nsdict = { 'types' : 'http://pycon.org/types' } variable
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/ZSI/
H A Ddispatch.py23 def _Dispatch(ps, modules, SendResponse, SendFault, nsdict={}, typesmodule=None, argument
237 def AsServer(port=80, modules=None, docstyle=False, nsdict={}, typesmodule=None, argument
248 def AsCGI(nsdict={}, typesmodule=None, rpc=False, modules=None): argument
H A Dwriter.py34 nsdict={}, outputclass=None, **kw): argument
126 def writeNSdict(self, nsdict): argument
H A Dclient.py96 def __init__(self, nsdict=None, transport=None, url=None, tracefile=None, argument
193 def Send(self, url, opname, obj, nsdict={}, soapaction=None, wsaction=None, argument
H A DServiceContainer.py60 def _Dispatch(ps, server, SendResponse, SendFault, post, action, nsdict={}, **kw): argument
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/ZSI/
H A Ddispatch.py23 def _Dispatch(ps, modules, SendResponse, SendFault, nsdict={}, typesmodule=None, argument
237 def AsServer(port=80, modules=None, docstyle=False, nsdict={}, typesmodule=None, argument
248 def AsCGI(nsdict={}, typesmodule=None, rpc=False, modules=None): argument
H A Dwriter.py34 nsdict={}, outputclass=None, **kw): argument
126 def writeNSdict(self, nsdict): argument
H A Dclient.py96 def __init__(self, nsdict=None, transport=None, url=None, tracefile=None, argument
193 def Send(self, url, opname, obj, nsdict={}, soapaction=None, wsaction=None, argument
H A DServiceContainer.py60 def _Dispatch(ps, server, SendResponse, SendFault, post, action, nsdict={}, **kw): argument
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/ZSI/twisted/
H A Dclient.py93 def processRequest(cls, obj, nsdict={}, header=True, argument
225 def __init__(self, url=None, nsdict=None, contextFactory=None, argument
246 def Send(self, url, opname, pyobj, nsdict={}, soapaction=None, chain=None, argument
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/contrib/ZSI-2.1-a1/ZSI/twisted/
H A Dclient.py93 def processRequest(cls, obj, nsdict={}, header=True, argument
225 def __init__(self, url=None, nsdict=None, contextFactory=None, argument
246 def Send(self, url, opname, pyobj, nsdict={}, soapaction=None, chain=None, argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dnamespaces.py66 nsdict = { variable
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dnamespaces.py68 nsdict = { variable
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/common/
H A Dm_common_namespaces.F90615 subroutine checkNamespacesWriting(atts, nsdict, ix) argument
719 subroutine dumpnsdict(nsdict) argument
720 type(namespaceDictionary), intent(in) :: nsdict local
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Darith.c69 Dt_t *nsdict = (shp->namespace?nv_dict(shp->namespace):0); in scope() local
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Darith.c69 Dt_t *nsdict = (shp->namespace?nv_dict(shp->namespace):0); in scope() local
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Darith.c121 Dt_t *nsdict = (shp->namespace ? nv_dict(shp->namespace) : 0); in scope() local
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/sax/
H A Dm_sax_types.F90141 type(namespacedictionary) :: nsdict component
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Darith.c384 Dt_t *nsdict = (shp->namespace?nv_dict(shp->namespace):0); in scope() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/buildtools/
H A Dconfig.py656 def nsdict(self): member in loadETG._Namespace
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/odf_odt/
H A D__init__.py271 def Element(tag, attrib=None, nsmap=None, nsdict=CNSD): argument
281 def SubElement(parent, tag, attrib=None, nsmap=None, nsdict=CNSD): argument
293 def fix_ns(tag, attrib, nsdict): argument
301 def add_ns(tag, nsdict=CNSD): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/odf_odt/
H A D__init__.py273 def Element(tag, attrib=None, nsmap=None, nsdict=CNSD): argument
283 def SubElement(parent, tag, attrib=None, nsmap=None, nsdict=CNSD): argument
295 def fix_ns(tag, attrib, nsdict): argument
303 def add_ns(tag, nsdict=CNSD): argument
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/odf_odt/
H A D__init__.py276 def Element(tag, attrib=None, nsmap=None, nsdict=CNSD): argument
284 def SubElement(parent, tag, attrib=None, nsmap=None, nsdict=CNSD): argument
294 def fix_ns(tag, attrib, nsdict): argument
303 def add_ns(tag, nsdict=CNSD): argument
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/odf_odt/
H A D__init__.py276 def Element(tag, attrib=None, nsmap=None, nsdict=CNSD): argument
284 def SubElement(parent, tag, attrib=None, nsmap=None, nsdict=CNSD): argument
294 def fix_ns(tag, attrib, nsdict): argument
303 def add_ns(tag, nsdict=CNSD): argument

12