Home
last modified time | relevance | path

Searched refs:_getAnchor (Results 1 – 25 of 26) sorted by relevance

12

/dports/biology/seqan/seqan-library-2.4.0/include/seqan/align/
H A Dgaps_iterator_anchor.h272 _getAnchor(tmp, *me.data_container, me.anchorIdx - 1); in countGaps()
469 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx); in insertGaps()
556 _getAnchor(it.nextAnchor, *it.data_container, it.anchorIdx); in removeGaps()
618 _getAnchor(me.nextAnchor, *me.data_container, ++me.anchorIdx + 1); in _goNextGapAnchorIterator()
633 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx); in _goPreviousGapAnchorIterator()
672 _getAnchor(me.prevAnchor, *me.data_container, me.anchorIdx); in _goToGapAnchorIterator()
673 _getAnchor(me.nextAnchor, *me.data_container, me.anchorIdx + 1); in _goToGapAnchorIterator()
H A Dgaps_anchor.h334 _getAnchor(TAnchor & anchor, Gaps<TSource, AnchorGaps<TGapAnchors> > const & me, TIdx idx) in _getAnchor() function
766 _getAnchor(prevAnchor, me, anchorIdx); in positionGapToSeq()
767 _getAnchor(nextAnchor, me, anchorIdx + 1); in positionGapToSeq()
856 _getAnchor(prevAnchor, me, anchorIdx); in positionSeqToGap()
857 _getAnchor(nextAnchor, me, anchorIdx + 1); in positionSeqToGap()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/align/
H A Dgaps_iterator_anchor.h272 _getAnchor(tmp, *me.data_container, me.anchorIdx - 1); in countGaps()
469 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx); in insertGaps()
556 _getAnchor(it.nextAnchor, *it.data_container, it.anchorIdx); in removeGaps()
618 _getAnchor(me.nextAnchor, *me.data_container, ++me.anchorIdx + 1); in _goNextGapAnchorIterator()
633 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx); in _goPreviousGapAnchorIterator()
672 _getAnchor(me.prevAnchor, *me.data_container, me.anchorIdx); in _goToGapAnchorIterator()
673 _getAnchor(me.nextAnchor, *me.data_container, me.anchorIdx + 1); in _goToGapAnchorIterator()
H A Dgaps_anchor.h334 _getAnchor(TAnchor & anchor, Gaps<TSource, AnchorGaps<TGapAnchors> > const & me, TIdx idx) in _getAnchor() function
766 _getAnchor(prevAnchor, me, anchorIdx); in positionGapToSeq()
767 _getAnchor(nextAnchor, me, anchorIdx + 1); in positionGapToSeq()
856 _getAnchor(prevAnchor, me, anchorIdx); in positionSeqToGap()
857 _getAnchor(nextAnchor, me, anchorIdx + 1); in positionSeqToGap()
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/align/
H A Dgaps_iterator_anchor.h438 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx); in insertGaps()
525 _getAnchor(it.nextAnchor, *it.data_container, it.anchorIdx); in removeGaps()
587 _getAnchor(me.nextAnchor, *me.data_container, ++me.anchorIdx + 1); in _goNextGapAnchorIterator()
602 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx); in _goPreviousGapAnchorIterator()
641 _getAnchor(me.prevAnchor, *me.data_container, me.anchorIdx); in _goToGapAnchorIterator()
642 _getAnchor(me.nextAnchor, *me.data_container, me.anchorIdx + 1); in _goToGapAnchorIterator()
H A Dgaps_anchor.h328 _getAnchor(TAnchor & anchor, Gaps<TSource, AnchorGaps<TGapAnchors> > const & me, TIdx idx) in _getAnchor() function
786 _getAnchor(prevAnchor, me, anchorIdx); in positionGapToSeq()
787 _getAnchor(nextAnchor, me, anchorIdx + 1); in positionGapToSeq()
867 _getAnchor(prevAnchor, me, anchorIdx); in positionSeqToGap()
868 _getAnchor(nextAnchor, me, anchorIdx + 1); in positionSeqToGap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/text/
H A D_XTextContent.java57 public void _getAnchor() { in _getAnchor() method in _XTextContent
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/text/
H A D_XTextContent.java57 public void _getAnchor() { in _getAnchor() method in _XTextContent
/dports/biology/seqan1/seqan-1.3.1/seqan/store/
H A Dstore_align.h1270 _getAnchor(TAnchor &anchor, Gaps<TSource, AnchorGaps<TGapAnchors> > const & me, TIdx idx)
1461 _getAnchor(prevAnchor, me, anchorIdx);
1462 _getAnchor(nextAnchor, me, anchorIdx + 1);
1498 _getAnchor(prevAnchor, me, anchorIdx);
1499 _getAnchor(nextAnchor, me, anchorIdx + 1);
1757 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx);
1813 _getAnchor(me.nextAnchor, *me.data_container, me.anchorIdx);
1853 _getAnchor(me.nextAnchor, *me.data_container, ++me.anchorIdx + 1);
1864 _getAnchor(me.prevAnchor, *me.data_container, --me.anchorIdx);
1897 _getAnchor(me.prevAnchor, *me.data_container, me.anchorIdx);
[all …]
H A Dstore_generated_forwards.h412 …or, typename TSource, typename TGapAnchors, typename TIdx> inline void _getAnchor(TAnchor &anchor,…
/dports/x11-fonts/py-babelfont/babelfont-2.0.2/lib/babelfont/
H A Dglyph.py76 def _getAnchor(self, index, **kwargs): member in Glyph
/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/environments/objects/
H A Dglyph.rst12 .. automethod:: BaseGlyph._getAnchor
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/fontshell/
H A Dglyph.py171 def _getAnchor(self, index, **kwargs): member in RGlyph
/dports/science/jstrack/jstrack/extlib/tcllib1.19/yaml/
H A Dyaml.tcl411 set value [_getAnchor $alias]
707 set value [_getAnchor $alias]
/dports/devel/tcllib/tcllib-1.20/modules/yaml/
H A Dyaml.tcl411 set value [_getAnchor $alias]
707 set value [_getAnchor $alias]
/dports/devel/tcllibc/tcllib-1.20/modules/yaml/
H A Dyaml.tcl411 set value [_getAnchor $alias]
707 set value [_getAnchor $alias]
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/base/
H A Dglyph.py1162 anchor = self._getAnchor(index)
1166 def _getAnchor(self, index, **kwargs): member in BaseGlyph
/dports/www/py-flask-admin/Flask-Admin-1.5.8/flask_admin/static/vendor/leaflet/
H A Dleaflet.js.map1 …ntent","_updateLayout","isOpen","node","_contentNode","hasChildNodes","_getAnchor","_containerBott…
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/openstreetmap/
H A Dleaflet.js.map1 …Layout","isOpen","_prepareOpen","node","_contentNode","hasChildNodes","_getAnchor","_containerBott…
/dports/www/ot-recorder/recorder-0.8.4/docroot/static/leaflet/
H A Dleaflet.js.map1 …ntent","_updateLayout","isOpen","node","_contentNode","hasChildNodes","_getAnchor","_containerBott…
/dports/graphics/qgis/qgis-3.22.3/resources/server/api/ogc/static/landingpage/js/
H A Dchunk-123bc409.ec41f71a.js.map1_getAnchor","_containerBottom","_containerLeft","_containerWidth","Popup","autoPanPaddingTopLeft",…
/dports/graphics/qgis-ltr/qgis-3.16.16/resources/server/api/ogc/static/landingpage/js/
H A Dchunk-123bc409.9a0f8895.js.map1_getAnchor","_containerBottom","_containerLeft","_containerWidth","Popup","autoPanPaddingTopLeft",…
/dports/net-im/nextcloud-talk/spreed/js/
H A Dtalk-public-share-sidebar.js.map1_getAnchor","_containerBottom","_containerLeft","_containerWidth","Popup","minWidth","autoPanPaddi…
H A Dtalk-files-sidebar.js.map1_getAnchor","_containerBottom","_containerLeft","_containerWidth","Popup","autoPanPaddingTopLeft",…
H A Dtalk-public-share-auth-sidebar.js.map1_getAnchor","_containerBottom","_containerLeft","_containerWidth","Popup","autoPanPaddingTopLeft",…

12