Home
last modified time | relevance | path

Searched defs:Item (Results 51 – 75 of 22092) sorted by relevance

12345678910>>...884

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/projectfilter/
H A Dcomboboxdelegate.h19 struct Item { struct
20 Item() in Item() function
22 Item(const QString& text, const QVariant& data) in Item() function
30 explicit ComboBoxDelegate(const QVector<Item>& items, QObject* parent = nullptr); argument
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/x/muc/iq/admin/
H A DItem.cs27 public class Item : agsXMPP.protocol.x.muc.Item class
32 public Item() : base() in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
41 public Item(Affiliation affiliation) : this() in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
46 public Item(Affiliation affiliation, Jid jid) : this(affiliation) in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
55 public Item(Role role) : this() in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
60 public Item(Role role, Jid jid) : this(role) in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
65 public Item(Jid jid) : this() in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
74 public Item(Affiliation affiliation, Role role) : this(affiliation) in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
85 public Item(Affiliation affiliation, Role role, Jid jid) : this(affiliation, role) in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
96 public Item(Affiliation affiliation, Role role, string reason) : this(affiliation, role) in Item() method in agsXMPP.protocol.x.muc.iq.admin.Item
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dwriter.hxx102 struct Item { struct in binaryurp::Writer
122 bool request;
124 rtl::ByteSequence tid; // request + reply
126 OUString oid; // request
128 com::sun::star::uno::TypeDescription type; // request
130 com::sun::star::uno::TypeDescription member; // request + reply
132 bool setter; // reply
134 std::vector< BinaryAny > arguments;
137 bool exception; // reply
139 BinaryAny returnValue; // reply
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/smartag/
H A Dstruct_item.go19 type Item struct { struct
20 Type string `json:"Type" xml:"Type"`
21 EndTime int64 `json:"EndTime" xml:"EndTime"`
22 StartTime int64 `json:"StartTime" xml:"StartTime"`
23 ItemName string `json:"ItemName" xml:"ItemName"`
24 Level string `json:"Level" xml:"Level"`
25 EN EN `json:"EN" xml:"EN"`
26 CN CN `json:"CN" xml:"CN"`
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Ditem_list.h53 struct Item { struct
75 bool operator<(const Item &p_another) const { return text < p_another.text; } argument
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Ditem_list.h53 struct Item { struct
75 bool operator<(const Item &p_another) const { return text < p_another.text; } argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/source/
H A Dwriter.hxx103 struct Item { struct in binaryurp::Writer
123 bool request;
125 rtl::ByteSequence tid; // request + reply
127 OUString oid; // request
129 com::sun::star::uno::TypeDescription type; // request
131 com::sun::star::uno::TypeDescription member; // request + reply
133 bool setter; // reply
135 std::vector< BinaryAny > arguments;
138 bool exception; // reply
140 BinaryAny returnValue; // reply
[all …]
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/settingspages/
H A Dshortcutsmodel.h83 struct Item struct
85 inline Item() in Item() argument
91 inline ~Item() { qDeleteAll(actionItems); } in ~Item() argument
93 Item* parentItem; argument
97 QList<Item*> actionItems; argument
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/settingspages/
H A Dshortcutsmodel.h83 struct Item struct
85 inline Item() in Item() function
91 inline ~Item() { qDeleteAll(actionItems); } in ~Item() argument
93 Item* parentItem; argument
97 QList<Item*> actionItems; argument
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dfilebrowser.h222 struct Item { struct
238 Item() : m_frameCount(0), m_validInfo(false), m_fileSize(0) {} in Item() argument
261 std::vector<Item> m_items; argument
/dports/audio/cantata/cantata-2.4.2/support/
H A Dshortcutsmodel.h81 struct Item { struct
82 inline Item() : row(-1), parentItem(nullptr), collection(nullptr), action(nullptr) { } in Item() function
83 inline ~Item() { qDeleteAll(actionItems); } in ~Item() argument
85 Item *parentItem; argument
89 QList<Item *> actionItems; argument
/dports/www/py-fastapi/fastapi-0.70.0/tests/
H A Dtest_invalid_sequence_param.py12 class Item(BaseModel): class
16 def read_items(q: List[Item] = Query(None)):
24 class Item(BaseModel): class
28 def read_items(q: Tuple[Item, Item] = Query(None)): argument
36 class Item(BaseModel): class
40 def read_items(q: Dict[str, Item] = Query(None)): argument
48 class Item(BaseModel): class
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/mediastoredata/types/
H A Dtypes.go11 type Item struct { struct
14 ContentLength *int64
17 ContentType *string
20 ETag *string
23 LastModified *time.Time
26 Name *string
29 Type ItemType
31 noSmithyDocumentSerde
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DSavePresetDialog.hpp30 struct Item struct in Slic3r::GUI::SavePresetDialog
32 enum ValidationType
45 Preset::Type type() const { return m_type; } in type()
49 Preset::Type m_type;
50 ValidationType m_valid_type;
51 std::string m_preset_name;
53 SavePresetDialog* m_parent {nullptr};
54 wxStaticBitmap* m_valid_bmp {nullptr};
55 wxComboBox* m_combo {nullptr};
56 wxStaticText* m_valid_label {nullptr};
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/xrl-0.0.8/src/
H A Dclient.rs39 ) -> impl Future<Item = (), Error = ClientError> { in notify()
53 ) -> impl Future<Item = Value, Error = ClientError> { in request()
84 ) -> impl Future<Item = (), Error = ClientError> { in edit_notify()
101 ) -> impl Future<Item = (), Error = ClientError> { in scroll()
109 ) -> impl Future<Item = (), Error = ClientError> { in goto_line()
121 ) -> impl Future<Item = (), Error = ClientError> { in paste()
144 ) -> impl Future<Item = (), Error = ClientError> { in find()
163 ) -> impl Future<Item = (), Error = ClientError> { in find_other()
180 ) -> impl Future<Item = (), Error = ClientError> { in find_next()
196 ) -> impl Future<Item = (), Error = ClientError> { in find_prev()
[all …]
/dports/security/libkleo/libkleo-21.12.3/src/ui/
H A Dkeyapprovaldialog.h37 struct Item { struct
38 Item() : pref(UnknownPreference) {} in Item() function
47 KeyApprovalDialog(const std::vector<Item> &recipients, argument
/dports/x11/kf5-kactivities-stats/kactivities-stats-5.89.0/autotests/quickcheck/tables/
H A DResourceScoreCache.h18 struct Item { struct
19 QString usedActivity;
20 QString initiatingAgent;
44 inline std::vector<Item> groupByResource(const Range &range) in DECL_COLUMN() argument
/dports/misc/perkeep/perkeep-0.11/pkg/importer/feed/rdf/
H A Drdf.go27 Item []*Item `xml:"item"` member
37 type Item struct { struct
38 About string `xml:"about,attr"`
39 Format string `xml:"format"`
40 Date string `xml:"date"`
41 Source string `xml:"source"`
42 Creator string `xml:"creator"`
43 Title string `xml:"title"`
44 Link string `xml:"link"`
45 Description string `xml:"description"`
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Ditem_list.h52 struct Item { struct
71 bool operator<(const Item &p_another) const { return text < p_another.text; } argument
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Ditem_list.h52 struct Item { struct
71 bool operator<(const Item &p_another) const { return text < p_another.text; } argument
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sas/
H A Dstruct_item.go19 type Item struct { struct
20 InstanceId string `json:"InstanceId" xml:"InstanceId"`
21 InstanceName string `json:"InstanceName" xml:"InstanceName"`
22 GroupId int `json:"GroupId" xml:"GroupId"`
23 Ip string `json:"Ip" xml:"Ip"`
24 Region string `json:"Region" xml:"Region"`
25 Uuid string `json:"Uuid" xml:"Uuid"`
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/mediastoredata/types/
H A Dtypes.go10 type Item struct { struct
13 ContentLength *int64
16 ContentType *string
19 ETag *string
22 LastModified *time.Time
25 Name *string
28 Type ItemType
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/mediastoredata/types/
H A Dtypes.go10 type Item struct { struct
13 ContentLength *int64
16 ContentType *string
19 ETag *string
22 LastModified *time.Time
25 Name *string
28 Type ItemType
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/mediastoredata/types/
H A Dtypes.go10 type Item struct { struct
13 ContentLength *int64
16 ContentType *string
19 ETag *string
22 LastModified *time.Time
25 Name *string
28 Type ItemType
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/mediastoredata/types/
H A Dtypes.go10 type Item struct { struct
13 ContentLength *int64
16 ContentType *string
19 ETag *string
22 LastModified *time.Time
25 Name *string
28 Type ItemType

12345678910>>...884