Home
last modified time | relevance | path

Searched refs:IdList (Results 1 – 25 of 841) sorted by relevance

12345678910>>...34

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/util/
H A DIdList.cpp53 IdList::IdList() in IdList() function in IdList
57 IdList::IdList(const std::string& commaSeparated) in IdList() function in IdList
94 IdList::append (const std::string& id) in append()
101 IdList::size () const in size()
108 IdList::clear() in clear()
116 IdList::at(int n) in at()
124 IdList::begin () const in begin()
130 IdList::end () const in end()
138 IdList::empty() const in empty()
150 IdList::const_iterator end = mIds.end(); in contains()
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/util/
H A DIdList.cpp53 IdList::IdList() in IdList() function in IdList
57 IdList::IdList(const std::string& commaSeparated) in IdList() function in IdList
94 IdList::append (const std::string& id) in append()
101 IdList::size () const in size()
108 IdList::clear() in clear()
116 IdList::at(int n) in at()
124 IdList::begin () const in begin()
130 IdList::end () const in end()
138 IdList::empty() const in empty()
150 IdList::const_iterator end = mIds.end(); in contains()
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/
H A Deditor.cpp62 …nnect(ui->pageGeneral, SIGNAL(selectedIdsChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(I… in Editor()
63 …nnect(ui->pageAllSmpl, SIGNAL(selectedIdsChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(I… in Editor()
64 …nnect(ui->pageAllInst, SIGNAL(selectedIdsChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(I… in Editor()
65 …nnect(ui->pageAllPrst, SIGNAL(selectedIdsChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(I… in Editor()
66 …connect(ui->pageSmpl, SIGNAL(selectedIdsChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(Id… in Editor()
67 …connect(ui->pageInst, SIGNAL(selectedIdsChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(Id… in Editor()
68 …connect(ui->pagePrst, SIGNAL(selectedIdsChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(Id… in Editor()
69 connect(ui->treeView, SIGNAL(selectionChanged(IdList)), this, SLOT(onSelectionChanged(IdList))); in Editor()
70 …connect(ui->treeView, SIGNAL(selectionChanged(IdList)), ui->toolBar, SLOT(onSelectionChanged(IdLis… in Editor()
81 …connect(ui->toolBar, SIGNAL(selectionChanged(IdList)), ui->treeView, SLOT(onSelectionChanged(IdLis… in Editor()
[all …]
H A Dpage.h83 bool preparePage(QString editingSource, IdList selectedIds = IdList());
101 void selectedIdsChanged(IdList ids);
105 virtual QList<DisplayOption> getDisplayOptions(IdList selectedIds);
108 virtual bool updateInterface(QString editingSource, IdList selectedIds, int displayOption) = 0;
128 IdList _currentIds;
/dports/graphics/drawpile/Drawpile-2.1.20/src/libshared/tests/
H A Dmessages.cpp18 typedef QList<uint16_t> IdList; typedef
133 QTest::addColumn<IdList>("reorder"); in testLayerOrderSanitation_data()
134 QTest::addColumn<IdList>("expected"); in testLayerOrderSanitation_data()
136 QTest::newRow("valid") << (IdList() << 4 << 3 << 1 << 2) << (IdList() << 4 << 3 << 1 << 2); in testLayerOrderSanitation_data()
137 QTest::newRow("missing") << (IdList() << 3 << 1 << 2) << (IdList() << 3 << 1 << 2 << 4); in testLayerOrderSanitation_data()
138 QTest::newRow("extra") << (IdList() << 5 << 4 << 3 << 2 << 1) << (IdList() << 4 << 3 << 2 << 1); in testLayerOrderSanitation_data()
139 QTest::newRow("doubles") << (IdList() << 4 << 4 << 3 << 2 << 1) << (IdList() << 4 << 3 << 2 << 1); in testLayerOrderSanitation_data()
140 QTest::newRow("empty") << (IdList()) << (IdList() << 1 << 2 << 3 << 4); in testLayerOrderSanitation_data()
145 QFETCH(IdList, reorder); in testLayerOrderSanitation()
146 QFETCH(IdList, expected); in testLayerOrderSanitation()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/
H A DSBMLTransforms.h71 class IdList; variable
113 const IdList* idsToExclude = NULL);
136 const IdList* idsToExclude = NULL);
150 static IdList getComponentValuesForModel(const Model * m, IdValueMap& values);
153 static IdList mapComponentValues(const Model * m);
157 static bool nodeContainsId(const ASTNode * node, IdList& ids);
163 static bool checkFunctionNodeForIds(ASTNode * node, IdList& ids);
166 static bool nodeContainsNameNotInList(const ASTNode * node, IdList& ids);
183 const IdList* idsToExclude);
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/
H A DSBMLTransforms.h71 class IdList; variable
113 const IdList* idsToExclude = NULL);
136 const IdList* idsToExclude = NULL);
150 static IdList getComponentValuesForModel(const Model * m, IdValueMap& values);
153 static IdList mapComponentValues(const Model * m);
157 static bool nodeContainsId(const ASTNode * node, IdList& ids);
163 static bool checkFunctionNodeForIds(ASTNode * node, IdList& ids);
166 static bool nodeContainsNameNotInList(const ASTNode * node, IdList& ids);
183 const IdList* idsToExclude);
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files/
H A DSBMLTransforms.cs78 static void replaceFD(ASTNode math, FunctionDefinition fd, IdList idsToExclude) { in replaceFD()
79 …replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdList.getCPtr(idsToExclu… in replaceFD()
90 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude) { in replaceFD()
91 …__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), IdList.getCPtr(idsToExclu… in replaceFD()
128 public static IdList mapComponentValues(Model m) { in mapComponentValues()
129IdList ret = new IdList(libsbmlPINVOKE.SBMLTransforms_mapComponentValues(Model.getCPtr(m)), true); in mapComponentValues()
137 public static bool nodeContainsId(ASTNode node, IdList ids) { in nodeContainsId()
138 …bool ret = libsbmlPINVOKE.SBMLTransforms_nodeContainsId(ASTNode.getCPtr(node), IdList.getCPtr(ids)… in nodeContainsId()
H A DIdList.cs26 public class IdList : global::System.IDisposable { class
30 internal IdList(IntPtr cPtr, bool cMemoryOwn) in IdList() method in libsbmlcs.IdList
36 internal static HandleRef getCPtr(IdList obj) in getCPtr()
41 internal static HandleRef getCPtrAndDisown (IdList obj) in getCPtrAndDisown()
54 ~IdList() { in ~IdList()
75 public IdList() : this(libsbmlPINVOKE.new_IdList__SWIG_0(), true) { in IdList() method in libsbmlcs.IdList
78 …public IdList(string commaSeparated) : this(libsbmlPINVOKE.new_IdList__SWIG_1(commaSeparated), tru… in IdList() method in libsbmlcs.IdList
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/csharp/csharp-files-win/
H A DSBMLTransforms.cs75 static void replaceFD(ASTNode math, FunctionDefinition fd, IdList idsToExclude) { in replaceFD()
76 …replaceFD__SWIG_0(ASTNode.getCPtr(math), FunctionDefinition.getCPtr(fd), IdList.getCPtr(idsToExclu… in replaceFD()
87 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude) { in replaceFD()
88 …__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), IdList.getCPtr(idsToExclu… in replaceFD()
125 public static IdList mapComponentValues(Model m) { in mapComponentValues()
126IdList ret = new IdList(libsbmlPINVOKE.SBMLTransforms_mapComponentValues(Model.getCPtr(m)), true); in mapComponentValues()
134 public static bool nodeContainsId(ASTNode node, IdList ids) { in nodeContainsId()
135 …bool ret = libsbmlPINVOKE.SBMLTransforms_nodeContainsId(ASTNode.getCPtr(node), IdList.getCPtr(ids)… in nodeContainsId()
H A DIdList.cs23 public class IdList : global::System.IDisposable { class
27 internal IdList(IntPtr cPtr, bool cMemoryOwn) in IdList() method in libsbml.IdList
33 internal static HandleRef getCPtr(IdList obj) in getCPtr()
38 internal static HandleRef getCPtrAndDisown (IdList obj) in getCPtrAndDisown()
51 ~IdList() { in ~IdList()
72 public IdList() : this(libsbmlPINVOKE.new_IdList__SWIG_0(), true) { in IdList() method in libsbml.IdList
75 …public IdList(string commaSeparated) : this(libsbmlPINVOKE.new_IdList__SWIG_1(commaSeparated), tru… in IdList() method in libsbml.IdList
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/java-files/org/sbml/libsbml/
H A DSBMLTransforms.java62 static void replaceFD(ASTNode math, FunctionDefinition fd, IdList idsToExclude) { in replaceFD()
63 …_SWIG_0(ASTNode.getCPtr(math), math, FunctionDefinition.getCPtr(fd), fd, IdList.getCPtr(idsToExclu… in replaceFD()
74 static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude) { in replaceFD()
75 …Node.getCPtr(math), math, ListOfFunctionDefinitions.getCPtr(lofd), lofd, IdList.getCPtr(idsToExclu… in replaceFD()
108 public static IdList mapComponentValues(Model m) { in mapComponentValues()
109 return new IdList(libsbmlJNI.SBMLTransforms_mapComponentValues(Model.getCPtr(m), m), true); in mapComponentValues()
116 public static boolean nodeContainsId(ASTNode node, IdList ids) { in nodeContainsId()
117 …return libsbmlJNI.SBMLTransforms_nodeContainsId(ASTNode.getCPtr(node), node, IdList.getCPtr(ids), … in nodeContainsId()
H A DIdList.java16 public class IdList { class
20 protected IdList(long cPtr, boolean cMemoryOwn) in IdList() method in IdList
26 protected static long getCPtr(IdList obj) in getCPtr()
31 protected static long getCPtrAndDisown (IdList obj) in getCPtrAndDisown()
59 public IdList() { in IdList() method in IdList
63 public IdList(String commaSeparated) { in IdList() method in IdList
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/validator/constraints/
H A DCompartmentOutsideCycles.cpp99 IdList visited; in checkForCycle()
126 struct CycleContains : public unary_function<IdList, bool>
130 bool operator() (const IdList& lst) const in operator ()()
146 vector<IdList>::iterator end = mCycles.end(); in isInCycle()
155 CompartmentOutsideCycles::logCycle (const Compartment* c, const IdList& cycle) in logCycle()
167 IdList::const_iterator iter = cycle.begin(); in logCycle()
168 IdList::const_iterator end = cycle.end(); in logCycle()
H A DOverDeterminedCheck.h65 typedef std::map< std::string, IdList> graph;
116 IdList findMatching();
127 IdList mEquations; // list of equation vertexes
128 IdList mVariables; // list of variable vertexes
137 IdList visited;
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/validator/constraints/
H A DCompartmentOutsideCycles.cpp99 IdList visited; in checkForCycle()
126 struct CycleContains : public unary_function<IdList, bool>
130 bool operator() (const IdList& lst) const in operator ()()
146 vector<IdList>::iterator end = mCycles.end(); in isInCycle()
155 CompartmentOutsideCycles::logCycle (const Compartment* c, const IdList& cycle) in logCycle()
167 IdList::const_iterator iter = cycle.begin(); in logCycle()
168 IdList::const_iterator end = cycle.end(); in logCycle()
H A DOverDeterminedCheck.h65 typedef std::map< std::string, IdList> graph;
116 IdList findMatching();
127 IdList mEquations; // list of equation vertexes
128 IdList mVariables; // list of variable vertexes
137 IdList visited;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dhttp2_priority_dependencies.h72 using IdList = std::list<std::pair<spdy::SpdyStreamId, spdy::SpdyPriority>>;
73 using EntryMap = std::map<spdy::SpdyStreamId, IdList::iterator>;
75 IdList id_priority_lists_[spdy::kV3LowestPriority + 1];
85 bool PriorityLowerBound(spdy::SpdyPriority priority, IdList::iterator* bound);
90 bool ParentOfStream(spdy::SpdyStreamId id, IdList::iterator* parent);
95 bool ChildOfStream(spdy::SpdyStreamId id, IdList::iterator* child);
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dhttp2_priority_dependencies.h72 using IdList = std::list<std::pair<spdy::SpdyStreamId, spdy::SpdyPriority>>;
73 using EntryMap = std::map<spdy::SpdyStreamId, IdList::iterator>;
75 IdList id_priority_lists_[spdy::kV3LowestPriority + 1];
85 bool PriorityLowerBound(spdy::SpdyPriority priority, IdList::iterator* bound);
90 bool ParentOfStream(spdy::SpdyStreamId id, IdList::iterator* parent);
95 bool ChildOfStream(spdy::SpdyStreamId id, IdList::iterator* child);
/dports/audio/polyphone/polyphone-75a5e88/sources/core/types/
H A Didlist.h32 class IdList : public QList<EltID>
36 IdList() : QList<EltID>() {} in IdList() function
37 IdList(EltID id) : QList<EltID>() { this->append(id); } in IdList() function
43 IdList getSelectedIds(ElementType type);
64 QMap<ElementType, IdList > _computedLists;
H A Didlist.cpp28 void IdList::resetComputedLists() in resetComputedLists()
33 IdList IdList::getSelectedIds(ElementType type) in getSelectedIds()
38 _computedLists[type] = IdList(); in getSelectedIds()
118 EltID IdList::getFirstId(ElementType type) in getFirstId()
126 bool IdList::isElementUnique(ElementType type) in isElementUnique()
131 bool IdList::areAllWithType(ElementType type) in areAllWithType()
162 bool IdList::areAllWithDivisions(ElementType type) in areAllWithDivisions()
180 bool IdList::areAllWithRange(ElementType type) in areAllWithRange()
202 bool IdList::sameType() in sameType()
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/tree/
H A Dtreeview.h44 void onSelectionChanged(const IdList &selectedIds);
49 void selectionChanged(IdList selectedIds);
64 void onCreateElements(IdList ids, bool oneForEach);
71 IdList getSelectedIds();
72 EltID createElement(IdList ids, QStringList &existingNames, Duplicator * duplicator);
84 IdList _draggedIds;
H A Dtreeviewmenu.h41 void initialize(IdList ids);
44 void selectionChanged(IdList ids);
61 void associate(IdList ids, EltID idDest);
64 IdList _currentIds;
75 static IdList s_copy;
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Database/
H A DTracks.h51 virtual bool getAllTracksByAlbum(const IdList& albumsIds, MetaDataList& result) const;
52 virtual bool getAllTracksByAlbum(const IdList& albumIds, MetaDataList& result,
54 virtual bool getAllTracksByAlbumArtist(const IdList& artistIds, MetaDataList& result) const;
55 virtual bool getAllTracksByAlbumArtist(const IdList& artistIds, MetaDataList& result,
57 virtual bool getAllTracksByArtist(const IdList& artistIds, MetaDataList& result) const;
58 virtual bool getAllTracksByArtist(const IdList& artistIds, MetaDataList& result,
78 virtual bool deleteTracks(const IdList& ids);
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A DsqliteInt.h239 typedef struct IdList IdList; typedef
748 struct IdList { struct
780 IdList *pUsing; /* The USING clause of a join */
1033 IdList *pIdList; /* Valid for INSERT statements only */
1147 void sqliteAddPrimaryKey(Parse*, IdList*, int);
1157 void sqliteInsert(Parse*, SrcList*, ExprList*, Select*, IdList*, int);
1158 IdList *sqliteIdListAppend(IdList*, Token*);
1159 int sqliteIdListIndex(IdList*,const char*);
1163 void sqliteIdListDelete(IdList*);
1221 IdList *sqliteIdListDup(IdList*);
[all …]

12345678910>>...34