Home
last modified time | relevance | path

Searched defs:indexes (Results 51 – 75 of 5745) sorted by relevance

12345678910>>...230

/dports/www/node10/node-v10.24.1/deps/icu-small/source/i18n/
H A Dcollationdatawriter.cpp57 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary() local
80 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase()
90 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring()
102 int32_t indexes[], uint8_t *dest, int32_t capacity, in write()
341 CollationDataWriter::copyData(const int32_t indexes[], int32_t startIndex, in copyData()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/i18n/
H A Dcollationdatawriter.cpp55 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary() local
78 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase()
88 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring()
100 int32_t indexes[], uint8_t *dest, int32_t capacity, in write()
339 CollationDataWriter::copyData(const int32_t indexes[], int32_t startIndex, in copyData()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/playlistbrowser/
H A DDynamicView.cpp86 QModelIndexList indexes = selectionModel()->selectedIndexes(); in addToSelected() local
98 QModelIndexList indexes = selectionModel()->selectedIndexes(); in cloneSelected() local
111 QModelIndexList indexes = selectionModel()->selectedIndexes(); in editSelected() local
137 QModelIndexList indexes = selectionModel()->selectedIndexes(); in removeSelected() local
/dports/security/ophcrack/ophcrack-3.8.0/src/gui/
H A Dtabledialog.cpp89 QList<QModelIndex> indexes = selectModel->selectedRows(); in moveUp() local
124 QList<QModelIndex> indexes = selectModel->selectedRows(); in moveDown() local
159 QList<QModelIndex> indexes = selectModel->selectedRows(); in enable() local
172 QList<QModelIndex> indexes = selectModel->selectedRows(); in disable() local
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Helpers/
H A DDynamicJsonObject.cs50 public override bool TrySetIndex(SetIndexBinder binder, object[] indexes, object value) in TrySetIndex()
60 public override bool TryGetIndex(GetIndexBinder binder, object[] indexes, out object result) in TryGetIndex()
71 private static string GetKey(object[] indexes) in GetKey()
/dports/devel/vc/Vc-1.4.2/Vc/common/
H A Dscatterimplementation.h43 IT indexes, in executeScatter()
56 const IT &indexes, in executeScatter()
72 const IT &indexes, in executeScatter()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/index/
H A DCompoundIndex.java23 private final Collection<IIndex<T>> indexes; field in CompoundIndex
25 public CompoundIndex(Collection<IIndex<T>> indexes) { in CompoundIndex()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/phonon/
H A Dobjectdescription.cpp116 QList<int> indexes = pulse->objectDescriptionIndexes(type); in fromIndex() local
129 QList<int> indexes = platformPlugin->objectDescriptionIndexes(type); in fromIndex() local
139 QList<int> indexes = iface->objectDescriptionIndexes(type); in fromIndex() local
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/nested-admin/nested_admin/tests/admin_widgets/
H A Dtests.py61 def get_name_for_indexes(self, indexes): argument
71 def check_prepopulated(self, indexes): argument
83 def check_datetime(self, indexes): argument
108 def check_m2m(self, indexes): argument
120 def check_fk(self, indexes): argument
/dports/multimedia/phonon/phonon-4.11.1/phonon/
H A Dobjectdescription.cpp114 QList<int> indexes = pulse->objectDescriptionIndexes(type); in fromIndex() local
129 QList<int> indexes = platformPlugin->objectDescriptionIndexes(type); in fromIndex() local
139 QList<int> indexes = iface->objectDescriptionIndexes(type); in fromIndex() local
/dports/multimedia/phonon-designerplugin/phonon-4.11.1/phonon/
H A Dobjectdescription.cpp114 QList<int> indexes = pulse->objectDescriptionIndexes(type); in fromIndex() local
129 QList<int> indexes = platformPlugin->objectDescriptionIndexes(type); in fromIndex() local
139 QList<int> indexes = iface->objectDescriptionIndexes(type); in fromIndex() local
/dports/devel/binaryen/binaryen-version_98/test/example/
H A Drelooper-merge1.c165 BinaryenIndex indexes[] = { 1, 4, 9 }; in main() local
169 BinaryenIndex indexes[] = { 3, 6 }; in main() local
173 BinaryenIndex indexes[] = { 5, 25, 125 }; in main() local
H A Drelooper-merge2.c165 BinaryenIndex indexes[] = { 1, 4, 9 }; in main() local
173 BinaryenIndex indexes[] = { 3, 6 }; in main() local
181 BinaryenIndex indexes[] = { 5, 25, 125 }; in main() local
H A Drelooper-merge5.c165 BinaryenIndex indexes[] = { 1, 4, 9 }; in main() local
169 BinaryenIndex indexes[] = { 3, 6 }; in main() local
173 BinaryenIndex indexes[] = { 5 }; in main() local
H A Drelooper-merge3.c164 BinaryenIndex indexes[] = { 1, 4, 9 }; in main() local
168 BinaryenIndex indexes[] = { 3, 6 }; in main() local
172 BinaryenIndex indexes[] = { 5 }; in main() local
H A Drelooper-merge4.c164 BinaryenIndex indexes[] = { 1, 4, 9 }; in main() local
168 BinaryenIndex indexes[] = { 3, 6 }; in main() local
172 BinaryenIndex indexes[] = { 5 }; in main() local
/dports/graphics/krita/krita-4.4.8/plugins/dockers/snapshotdocker/
H A DKisSnapshotView.cpp52 QModelIndexList indexes = selectedIndexes(); in slotSwitchToSelectedSnapshot() local
62 QModelIndexList indexes = selectedIndexes(); in slotRemoveSelectedSnapshot() local
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Dmap_editor.cpp402 EntityIndexes indexes; member in SolarusEditor::__anone65789ff0111::MoveEntitiesCommand
430 EntityIndexes indexes; in undo() local
443 EntityIndexes indexes; in redo() local
611 const EntityIndexes& in ChangeTilesPatternCommand()
654 EntityIndexes indexes; member in SolarusEditor::__anone65789ff0111::ChangeTilesPatternCommand
718 EntityIndexes indexes; member in SolarusEditor::__anone65789ff0111::SetEntitiesDirectionCommand
1029 RemoveEntitiesCommand(MapEditor& editor, const EntityIndexes& indexes) : in RemoveEntitiesCommand()
1056 EntityIndexes indexes; // Indexes before removal (redundant info). member in SolarusEditor::__anone65789ff0111::RemoveEntitiesCommand
2201 void MapEditor::move_entities_requested(const EntityIndexes& indexes, in move_entities_requested()
2231 void MapEditor::convert_tiles_requested(const EntityIndexes& indexes) { in convert_tiles_requested()
[all …]
/dports/multimedia/musique/musique-1.10.1/src/
H A Dplaylistview.cpp97 QModelIndexList indexes = this->selectionModel()->selectedIndexes(); in removeSelected() local
144 QModelIndexList indexes = this->selectionModel()->selectedIndexes(); in moveUpSelected() local
150 QModelIndexList indexes = this->selectionModel()->selectedIndexes(); in moveDownSelected() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dstrokeselection.cpp53 std::set<int> &indexes, TPalette *palette, in vectorizeToonzImageData()
95 void copyStrokesWithoutUndo(TVectorImageP image, std::set<int> &indexes) { in copyStrokesWithoutUndo()
114 std::set<int> indexes = outIndexes; in pasteStrokesWithoutUndo() local
210 std::set<int> &indexes, TPaletteP oldPalette, in PasteStrokesUndo()
231 std::set<int> indexes = m_indexes; in undo() local
244 std::set<int> indexes = m_indexes; in redo() local
326 std::set<int> indexes, QMimeData *data, in DeleteStrokesUndo()
341 std::set<int> indexes = m_indexes; in undo() local
351 std::set<int> indexes = m_indexes; in redo() local
365 std::set<int> indexes, QMimeData *data, in CutStrokesUndo()
[all …]
/dports/java/jd-gui/jd-gui-1.6.6/services/src/main/java/org/jd/gui/service/indexer/
H A DDirectoryIndexerProvider.java20 public void index(API api, Container.Entry entry, Indexes indexes) { in index()
31 public void index(API api, Container.Entry entry, Indexes indexes, int depth) { in index()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/core/calc/
H A DResolver.cpp37 …s_t Resolver::resolve(value_t *value, const char *name, size_t num_indexes, const ssize_t *indexes) in resolve()
43 …esolver::resolve(value_t *value, const LSPString *name, size_t num_indexes, const ssize_t *indexes) in resolve()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/math/
H A Dbasic_math.py90 def backward(self, indexes, gy): argument
183 def backward(self, indexes, gy): argument
211 def backward(self, indexes, gy): argument
245 def backward(self, indexes, gy): argument
288 def backward(self, indexes, gy): argument
327 def backward(self, indexes, gy): argument
369 def backward(self, indexes, gy): argument
399 def backward(self, indexes, gy): argument
634 def backward(self, indexes, gy): argument
734 def backward(self, indexes, gy): argument
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/types/src/jni/
H A DScilabVariables.cpp317 void ScilabVariables::sendDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int… in sendDataAsBuffer()
672 void ScilabVariables::sendData (JavaVM * jvm_, char const* varName, int const* indexes, int indexes… in sendData()
806 void ScilabVariables::sendDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int… in sendDataAsBuffer()
892 …les::sendUnsignedDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int indexes… in sendUnsignedDataAsBuffer()
1112 void ScilabVariables::sendDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int… in sendDataAsBuffer()
1448 void ScilabVariables::sendDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int… in sendDataAsBuffer()
1549 …les::sendUnsignedDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int indexes… in sendUnsignedDataAsBuffer()
1782 void ScilabVariables::sendDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int… in sendDataAsBuffer()
2035 …bles::sendBooleanDataAsBuffer (JavaVM * jvm_, char const* varName, int const* indexes, int indexes… in sendBooleanDataAsBuffer()
2208 void ScilabVariables::sendData (JavaVM * jvm_, char const* varName, int nbItems, int const* indexes in sendData()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/onlinejoboutbox/
H A Dkonlinejoboutboxview.cpp174 const QModelIndexList indexes = d->ui->m_onlineJobView->selectionModel()->selectedRows(); in updateButtonState() local
235 QModelIndexList indexes = d->ui->m_onlineJobView->selectionModel()->selectedRows(); in slotRemoveJob() local
246 QModelIndexList indexes = d->ui->m_onlineJobView->selectionModel()->selectedRows(); in selectedOnlineJobs() local
311 QModelIndexList indexes = d->ui->m_onlineJobView->selectionModel()->selectedRows(); in slotSendSelectedJobs() local
342 QModelIndexList indexes = d->ui->m_onlineJobView->selectionModel()->selectedIndexes(); in slotEditJob() local
368 QModelIndexList indexes = d->ui->m_onlineJobView->selectionModel()->selectedIndexes(); in contextMenuEvent() local

12345678910>>...230