Home
last modified time | relevance | path

Searched defs:ListElement (Results 1 – 25 of 98) sorted by relevance

1234

/dports/net-im/biboumi/biboumi-9.0/src/bridge/
H A Dlist_element.hpp6 struct ListElement struct
8 ListElement(const std::string& channel, const std::string& nb_users, in ListElement() argument
23 std::vector<ListElement> channels{}; argument
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/apply/
H A Dlist_element.go21 type ListElement struct { struct
23 FieldMetaImpl
25 ListElementData
31 Values []Element
35 func (e ListElement) Merge(v Strategy) (Result, error) {
70 func (e ListElement) HasConflict() error {
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/apply/
H A Dlist_element.go21 type ListElement struct { struct
23 FieldMetaImpl
25 ListElementData
31 Values []Element
35 func (e ListElement) Merge(v Strategy) (Result, error) {
70 func (e ListElement) HasConflict() error {
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/apply/
H A Dlist_element.go21 type ListElement struct { struct
23 FieldMetaImpl
25 ListElementData
31 Values []Element
35 func (e ListElement) Merge(v Strategy) (Result, error) {
70 func (e ListElement) HasConflict() error {
/dports/games/retroarch/RetroArch-1.9.7/deps/libShake/src/common/
H A Dhelpers.h4 typedef struct ListElement struct
6 struct ListElement *next; argument
8 } ListElement; argument
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/containers/
H A DLinkedList.h44 struct ListElement { struct
50 ListElement* next; argument
53 ListElement(T elementData, ListElement* nextElement) in ListElement() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/
H A DListElement.java19 public class ListElement implements IAdaptable { class
25 public ListElement(String name) { in ListElement() method in ListElement
29 public ListElement(String name, boolean flag) { in ListElement() method in ListElement
/dports/multimedia/oggvideotools/oggvideotools-0.9.1/src/binaries/
H A DoggCut.cpp42 struct ListElement { struct
45 ListElement(double _time, OggPacket _packet) : in ListElement() function
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dcolumn_list_model.cpp27 struct ListElement struct
38 static QList<ListElement> store_; argument
/dports/net/wireshark/wireshark-3.6.1/ui/qt/models/
H A Dcolumn_list_model.cpp27 struct ListElement struct
38 static QList<ListElement> store_; argument
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/models/
H A Dcolumn_list_model.cpp27 struct ListElement struct
38 static QList<ListElement> store_; argument
/dports/net/tshark/wireshark-3.6.1/ui/qt/models/
H A Dcolumn_list_model.cpp27 struct ListElement struct
38 static QList<ListElement> store_; argument
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/
H A DListElement.java28 public abstract class ListElement { class
36 public ListElement(Position position) { in ListElement() method in ListElement
/dports/games/residualvm/residualvm-0.3.1/test/common/
H A Darray.h358 struct ListElement { struct
361 ListElement(int v) : value(v) {} in ListElement() argument
/dports/games/libretro-scummvm/scummvm-7b1e929/test/common/
H A Darray.h415 struct ListElement { struct
418 ListElement(int v) : value(v) {} in ListElement() argument
/dports/games/scummvm/scummvm-2.5.1/test/common/
H A Darray.h425 struct ListElement { struct
429 ListElement(int v, int t = 0) : value(v), tag(t) {} in value() argument
/dports/net/krill/krill-0.9.4/src/commons/api/
H A Dpublication.rs300 pub fn elements(&self) -> &Vec<ListElement> { in elements()
304 pub fn into_elements(self) -> Vec<ListElement> { in into_elements()
327 pub struct ListElement { struct
332 impl ListElement { argument
/dports/biology/clustalw/clustalw-2.1/src/general/
H A DRandomAccessLList.h33 ListElement() in ListElement() function
38 ListElement(T* e, ListElement* n, ListElement* p, unsigned int _index) in ListElement() function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DSemiInstance.hs10 type ListElement Zero (a,r) = a; type
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Dpoemslist.h62 template<class T> ListElement<T>::ListElement(){ in ListElement() function
67 template<class T> ListElement<T>::ListElement(T* v){ in ListElement() function
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dpoemslist.h62 template<class T> ListElement<T>::ListElement(){ in ListElement() function
67 template<class T> ListElement<T>::ListElement(T* v){ in ListElement() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/VideoPlayer/DVDSubtitles/
H A DDVDSubtitleLineCollection.h18 } ListElement; typedef
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/ec2/cloudwatch/
H A Dlistelement.py23 class ListElement(list): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/ec2/cloudwatch/
H A Dlistelement.py23 class ListElement(list): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/ec2/elb/
H A Dlistelement.py25 class ListElement(list): class

1234