Home
last modified time | relevance | path

Searched defs:versionIndex (Results 1 – 25 of 53) sorted by relevance

123

/dports/devel/okteta/okteta-0.26.6/libs/kasten/controllers/view/version/
H A Dversioncontroller.cpp90 void VersionController::onVersionIndexChanged(int versionIndex) in onVersionIndexChanged()
107 const int versionIndex = mSetToOlderVersionAction->data().toInt(); in onSetToOlderVersionTriggered() local
113 const int versionIndex = mSetToNewerVersionAction->data().toInt(); in onSetToNewerVersionTriggered() local
123 for (int versionIndex = mVersionControl->versionIndex(); in onOlderVersionMenuAboutToShow() local
143 for (int versionIndex = mVersionControl->versionIndex() + 1; in onNewerVersionMenuAboutToShow() local
159 const int versionIndex = action->data().toInt(); in onOlderVersionMenuTriggered() local
165 const int versionIndex = action->data().toInt(); in onNewerVersionMenuTriggered() local
/dports/devel/okteta/okteta-0.26.6/gui/controller/
H A Dundoredocontroller.cpp60 const auto versionIndex = versionable->versionIndex(); in addContextMenuActions() local
86 const auto versionIndex = versionable->versionIndex(); in undo() local
104 const auto versionIndex = versionable->versionIndex(); in redo() local
/dports/devel/okteta/okteta-0.26.6/libs/kasten/controllers/document/versionview/
H A Dversiontablemodel.cpp72 const int versionIndex = index.row(); in data() local
92 const int versionIndex = index.row(); in data() local
125 void VersionTableModel::onRevertedToVersionIndex(int versionIndex) in onRevertedToVersionIndex()
/dports/devel/okteta/okteta-0.26.6/kasten/core/document/
H A Dbytearraydocument.cpp70 int ByteArrayDocument::versionIndex() const { return mByteArray->versionIndex(); } in versionIndex() function in Kasten::ByteArrayDocument
78 void ByteArrayDocument::revertToVersionByIndex(int versionIndex) { mByteArray->revertToVersionByInd… in revertToVersionByIndex()
/dports/devel/elf-dissector/elf-dissector-942274185cc89fabf74f5f1efb886ecf210ab2fb/src/lib/elf/
H A Delfgnusymbolversiontable.cpp36 uint16_t ElfGNUSymbolVersionTable::versionIndex(uint32_t index) const in versionIndex() function in ElfGNUSymbolVersionTable
H A Delfgnusymbolversiondefinition.cpp61 uint16_t ElfGNUSymbolVersionDefinition::versionIndex() const in versionIndex() function in ElfGNUSymbolVersionDefinition
/dports/devel/okteta/okteta-0.26.6/core/tests/
H A Dversionableiftest.cpp51 void VersionableIfTest::checkRevertedToVersionIndex(int versionIndex) in checkRevertedToVersionIndex()
/dports/devel/staf/src/staf/install/ia/classes/
H A DSTAFCheckPerlVersion.java48 int versionIndex = line.indexOf(findString); in install() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DRequiresInfo.java29 private int versionIndex; field in RequiresInfo
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/twinj/uuid/
H A Darray.go10 versionIndex = 6 const
/dports/devel/okteta/okteta-0.26.6/core/
H A Dpiecetablebytearraymodel.cpp126 int PieceTableByteArrayModel::versionIndex() const in versionIndex() function in Okteta::PieceTableByteArrayModel
147 void PieceTableByteArrayModel::revertToVersionByIndex(int versionIndex) in revertToVersionByIndex()
H A Dpiecetablebytearraymodel_p.hpp146 inline int PieceTableByteArrayModelPrivate::versionIndex() const { return mPieceTable.appliedChange… in versionIndex() function in Okteta::PieceTableByteArrayModelPrivate
/dports/net/inlets/inlets-3.0.2/vendor/github.com/twinj/uuid/
H A Dtypes.go12 versionIndex = 6 const
/dports/net/inlets/inlets-3.0.2/vendor/github.com/twinj/uuid/uuid-1.0.0/
H A Dtypes.go12 versionIndex = 6 const
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/myesui/uuid/
H A Dtypes.go12 versionIndex = 6 const
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/twinj/uuid/
H A Dtypes.go12 versionIndex = 6 const
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.genericeditor.extension.tests/src/org/eclipse/pde/genericeditor/extension/tests/
H A DUpdateUnitVersionsCommandTests.java68 int versionIndex = splitUnits[i].indexOf("version=\""); in getVersionsForIdsFromTargetFile() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DXMLDeclarationParser.java123 int versionIndex = xmlDecl.indexOf("version"); in parse() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DXMLDeclarationParser.java123 int versionIndex = xmlDecl.indexOf("version"); in parse() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/
H A DLaunchPluginValidator.java65 int versionIndex = token.indexOf(BundleLauncherHelper.VERSION_SEPARATOR); in parsePlugins() local
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mpeg/
H A Dmpegheader.cpp233 const int versionIndex = (d->version == Version1) ? 0 : 1; in parse() local
/dports/audio/taglib/taglib-1.12/taglib/mpeg/
H A Dmpegheader.cpp233 const int versionIndex = (d->version == Version1) ? 0 : 1; in parse() local
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mpeg/
H A Dmpegheader.cpp233 const int versionIndex = (d->version == Version1) ? 0 : 1; in parse() local
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-gtp/src/org/herac/tuxguitar/io/gtp/
H A DGTPInputStream.java11 private int versionIndex; field in GTPInputStream
/dports/x11/libICE/libICE-1.0.10/include/X11/ICE/
H A DICEproto.h114 CARD8 versionIndex; member
142 CARD8 versionIndex; member

123