Home
last modified time | relevance | path

Searched refs:treeError (Results 1 – 21 of 21) sorted by relevance

/dports/misc/sword/sword-1.8.1/src/keys/
H A Dversetreekey.cpp132 int treeError = 0; in decrement() local
136 treeError = treeKey->popError(); in decrement()
138 } while (!treeError && ((treeKey->getLevel() < 3) || error)); in decrement()
139 if (error && !treeError) { in decrement()
144 if (treeError) { in decrement()
146 error = treeError; in decrement()
160 int treeError = 0; in increment() local
164 treeError = treeKey->popError(); in increment()
167 if (error && !treeError) { in increment()
172 if (treeError) { in increment()
[all …]
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py45 if ret is None:raise treeError('htmlReadDoc() failed')
51 if ret is None:raise treeError('htmlReadFd() failed')
57 if ret is None:raise treeError('htmlReadFile() failed')
63 if ret is None:raise treeError('htmlReadMemory() failed')
78 if ret is None:raise treeError('htmlNewDoc() failed')
573 if ret is None:raise treeError('xmlReadDoc() failed')
581 if ret is None:raise treeError('xmlReadFd() failed')
747 if ret is None:raise treeError('nodePop() failed')
820 if ret is None:raise treeError('xmlNewNode() failed')
897 if ret is None:raise treeError('xmlNewDoc() failed')
[all …]
H A Dlibxml2.py30 class treeError(libxmlError): class
833 if ret is None:raise treeError('htmlReadDoc() failed')
839 if ret is None:raise treeError('htmlReadFd() failed')
866 if ret is None:raise treeError('htmlNewDoc() failed')
1361 if ret is None:raise treeError('xmlReadDoc() failed')
1369 if ret is None:raise treeError('xmlReadFd() failed')
1535 if ret is None:raise treeError('nodePop() failed')
1608 if ret is None:raise treeError('xmlNewNode() failed')
1685 if ret is None:raise treeError('xmlNewDoc() failed')
1692 if ret is None:raise treeError('xmlNewPI() failed')
[all …]
H A Dlibxml.py30 class treeError(libxmlError): class
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml2class.py45 if ret is None:raise treeError('htmlReadDoc() failed')
51 if ret is None:raise treeError('htmlReadFd() failed')
57 if ret is None:raise treeError('htmlReadFile() failed')
63 if ret is None:raise treeError('htmlReadMemory() failed')
78 if ret is None:raise treeError('htmlNewDoc() failed')
573 if ret is None:raise treeError('xmlReadDoc() failed')
581 if ret is None:raise treeError('xmlReadFd() failed')
747 if ret is None:raise treeError('nodePop() failed')
820 if ret is None:raise treeError('xmlNewNode() failed')
897 if ret is None:raise treeError('xmlNewDoc() failed')
[all …]
H A Dlibxml2.py30 class treeError(libxmlError): class
833 if ret is None:raise treeError('htmlReadDoc() failed')
839 if ret is None:raise treeError('htmlReadFd() failed')
866 if ret is None:raise treeError('htmlNewDoc() failed')
1361 if ret is None:raise treeError('xmlReadDoc() failed')
1369 if ret is None:raise treeError('xmlReadFd() failed')
1535 if ret is None:raise treeError('nodePop() failed')
1608 if ret is None:raise treeError('xmlNewNode() failed')
1685 if ret is None:raise treeError('xmlNewDoc() failed')
1692 if ret is None:raise treeError('xmlNewPI() failed')
[all …]
H A Dlibxml.py30 class treeError(libxmlError): class
/dports/sysutils/terraform-provider-vultr/terraform-provider-vultr-0.1.10/vendor/github.com/hashicorp/terraform/config/module/
H A Dtree.go554 type treeError struct { struct
557 Children []*treeError argument
560 func (e *treeError) Add(err error) { argument
564 func (e *treeError) AddChild(err *treeError) { argument
568 func (e *treeError) ErrOrNil() error { argument
575 func (e *treeError) Error() string { argument
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/tests/
H A DtstLastError.py56 libxml2.treeError,
69 libxml2.treeError,
/dports/textproc/py-libxml2/libxml2-2.9.12/python/tests/
H A DtstLastError.py59 libxml2.treeError,
72 libxml2.treeError,
/dports/textproc/libxml2/libxml2-2.9.12/python/tests/
H A DtstLastError.py59 libxml2.treeError,
72 libxml2.treeError,
/dports/sysutils/restic/restic-0.12.1/internal/checker/
H A Dchecker.go266 treeError := TreeError{ID: job.ID, Errors: errs}
270 case out <- treeError:
271 debug.Log("tree %v: sent %d errors", treeError.ID, len(treeError.Errors))
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/Wings3DExporter/
H A Dio3d_ogre.py27 except myxml.treeError:
/dports/graphics/ogre3d/ogre-1.11.6/Tools/Wings3DExporter/
H A Dio3d_ogre.py27 except myxml.treeError:
/dports/finance/moneymanagerex/bakefile-0.2.9/src/
H A Dxmlparser.py84 except libxml2.treeError:
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/python/
H A Dlibxml.py20 class treeError(libxmlError): class
/dports/misc/gimp-help-en/gimp-help-2.10.0/tools/xml2po/
H A D__init__.py325 except libxml2.treeError:
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/LibXML/xstc/
H A Dxstc.py325 except (Exception, libxml2.parserError, libxml2.treeError), e:
/dports/textproc/libxml2/libxml2-2.9.12/xstc/
H A Dxstc.py325 except (Exception, libxml2.parserError, libxml2.treeError), e:
/dports/textproc/py-libxml2/libxml2-2.9.12/xstc/
H A Dxstc.py325 except (Exception, libxml2.parserError, libxml2.treeError), e:
/dports/net-mgmt/py-pyang/pyang-1.7.8/pyang/
H A Dtypes.py451 except libxml2.treeError as v: