Home
last modified time | relevance | path

Searched refs:documentIndex (Results 1 – 25 of 74) sorted by relevance

123

/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DNSDocumentController_PPUtilities.m62 NSInteger documentCount, documentIndex, nextDocumentIndex;
78 documentIndex = [documents indexOfObject: currentDocument];
80 if (documentIndex == NSNotFound)
85 nextDocumentIndex = documentIndex + 1;
105 NSInteger documentCount, documentIndex, previousDocumentIndex;
121 documentIndex = [documents indexOfObject: currentDocument];
123 if (documentIndex == NSNotFound)
128 previousDocumentIndex = documentIndex - 1;
/dports/security/fwbuilder/fwbuilder-5.3.7/src/gui/
H A Dmain_mac.cpp83 for (long documentIndex = 1; err == noErr && documentIndex <= in odocHandler() local
84 documentCount; documentIndex++) in odocHandler()
90 documentIndex, in odocHandler()
99 documentIndex, in odocHandler()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/passport/
H A Dpassport_panel_controller.cpp987 editScope(index, documentIndex ? *documentIndex : 0); in editScope()
1002 [=](int documentIndex) { in requestScopeFilesType() argument
1025 [=](int documentIndex) { in requestScopeFilesType() argument
1057 Expects(documentIndex >= 0 in editWithUpload()
1098 Expects(!documentIndex in editRequiresScanUpload()
1099 || (*documentIndex >= 0 in editRequiresScanUpload()
1102 if (!documentIndex) { in editRequiresScanUpload()
1115 std::optional<int> documentIndex) { in editScope() argument
1129 Expects(!documentIndex.has_value() in startScopeEdit()
1130 || (*documentIndex >= 0 in startScopeEdit()
[all …]
H A Dpassport_panel_controller.h145 void editScope(int index, std::optional<int> documentIndex);
146 void editWithUpload(int index, int documentIndex);
149 std::optional<int> documentIndex) const;
150 void startScopeEdit(int index, std::optional<int> documentIndex);
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Doperator_document_index_test.go11 expression: `.a | documentIndex`,
29 expression: `select(documentIndex == 1)`,
45 expression: `.a | ({"match": ., "doc": documentIndex})`,
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/doc/
H A DDocument Index.md1 Use the `documentIndex` operator (or the `di` shorthand) to select nodes of a particular document.
11 yq eval '.a | documentIndex' sample.yml
47 yq eval 'select(documentIndex == 1)' sample.yml
79 yq eval '.a | ({"match": ., "doc": documentIndex})' sample.yml
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/corelibs/U2Gui/
H A DProjectTreeItemSelectorDialogFiller.cpp88 …QModelIndex documentIndex = GTUtilsProjectTreeView::findIndex(os, treeView, documentName, options); in commonScenario() local
89 GTUtilsProjectTreeView::checkObjectTypes(os, treeView, acceptableTypes, documentIndex); in commonScenario()
93 … objectIndex = GTUtilsProjectTreeView::findIndex(os, treeView, objectName, documentIndex, options); in commonScenario()
102 … GTMouseDriver::moveTo(GTUtilsProjectTreeView::getItemCenter(os, treeView, documentIndex)); in commonScenario()
/dports/graphics/krita/krita-4.4.8/plugins/python/filtermanager/
H A Duifiltermanager.py77 documentIndex = self.treeModel.data(index, Qt.UserRole + 2)
81 self.applyFilterOverDocument(self.documents[documentIndex])
83 self.applyFilterOverNode(node, self.documents[documentIndex])
85 documentsIndexes.append(documentIndex)
/dports/devel/collada-dom/collada-dom-2.5.0/dom/src/dae/
H A Ddae.cpp244 daeInt DAE::save(daeUInt documentIndex, daeBool replace) { in save() argument
245 if ((int)documentIndex >= getDocCount()) in save()
249 daeString uri = getDoc((int)documentIndex)->getDocumentURI()->getURI(); in save()
257 daeInt DAE::saveAs(daeString uriToSaveTo, daeUInt documentIndex, daeBool replace) { in saveAs() argument
258 if ((int)documentIndex >= getDocCount()) in saveAs()
261 daeString docUri = getDoc((int)documentIndex)->getDocumentURI()->getURI(); in saveAs()
/dports/devel/okteta/okteta-0.26.6/libs/kasten/controllers/documentsystem/documentsbrowser/
H A Ddocumentlistmodel.cpp52 const int documentIndex = index.row(); in data() local
53 const AbstractDocument* document = mDocumentsTool->documents().at(documentIndex); in data()
65 const int documentIndex = index.row(); in data() local
66 const AbstractDocument* document = mDocumentsTool->documents().at(documentIndex); in data()
H A Ddocumentsview.cpp50 const int documentIndex = index.row(); in onDocumentActivated() local
51 AbstractDocument* document = mTool->documents().at(documentIndex); in onDocumentActivated()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DNavigatorOutput.cs18 private int documentIndex; field in System.Xml.Xsl.XsltOld.NavigatorOutput
34 documentIndex++; in RecordDone()
39 documentIndex++; in RecordDone()
/dports/graphics/krita/krita-4.4.8/plugins/python/filtermanager/components/
H A Dfiltermanagertreemodel.py125 def _addSubNodes(self, nodes, parent, documentIndex): argument
132 node, documentIndex)
139 self._addSubNodes(childNodes[::-1], item, documentIndex)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
H A DAbstractCommandNode.java43 void documentIndex(PrintWriter writer) { in documentIndex() method in AbstractCommandNode
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/make/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
56 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/jdk/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
57 node.documentIndex(writer); in documentIndex()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/make/src/classes/build/tools/jdwpgen/
H A DCommandSetNode.java50 void documentIndex(PrintWriter writer) { in documentIndex() method in CommandSetNode
56 node.documentIndex(writer); in documentIndex()
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/doc/headers/
H A DDocument Index.md1 Use the `documentIndex` operator (or the `di` shorthand) to select nodes of a particular document.

123