Home
last modified time | relevance | path

Searched defs:Item (Results 26 – 50 of 15948) sorted by relevance

12345678910>>...638

/dports/sysutils/go-wtf/wtf-0.21.0/modules/bamboohr/
H A Ditem.go9 type Item struct { struct
10 Employee Employee `xml:"employee"`
11 End string `xml:"end"`
12 Holiday string `xml:"holiday"`
13 Start string `xml:"start"`
14 Type string `xml:"type,attr"`
17 func (item *Item) String() string {
23 func (item *Item) IsOneDay() bool {
27 func (item *Item) Name() string {
35 func (item *Item) PrettyStart() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/csb/
H A Dstruct_item.go19 type Item struct { struct
20 Description string `json:"Description" xml:"Description"`
21 FrontStatus string `json:"FrontStatus" xml:"FrontStatus"`
22 GmtCreate int `json:"GmtCreate" xml:"GmtCreate"`
23 GmtModified int `json:"GmtModified" xml:"GmtModified"`
24 Id int `json:"Id" xml:"Id"`
25 InstanceCategory int `json:"InstanceCategory" xml:"InstanceCategory"`
26 Name string `json:"Name" xml:"Name"`
27 StatusCode int `json:"StatusCode" xml:"StatusCode"`
28 Visible bool `json:"Visible" xml:"Visible"`
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/csb/
H A Dstruct_item.go19 type Item struct { struct
20 Description string `json:"Description" xml:"Description"`
21 FrontStatus string `json:"FrontStatus" xml:"FrontStatus"`
22 GmtCreate int `json:"GmtCreate" xml:"GmtCreate"`
23 GmtModified int `json:"GmtModified" xml:"GmtModified"`
24 Id int `json:"Id" xml:"Id"`
25 InstanceCategory int `json:"InstanceCategory" xml:"InstanceCategory"`
26 Name string `json:"Name" xml:"Name"`
27 StatusCode int `json:"StatusCode" xml:"StatusCode"`
28 Visible bool `json:"Visible" xml:"Visible"`
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_drag_data.h56 struct Item { struct
57 enum StorageType {
70 StorageType storage_type;
74 WebString string_type;
75 WebString string_data;
78 WebString title;
82 WebURL base_url;
85 WebString filename_data;
109 WebVector<Item> Items() const { return item_list_; } in Items() argument
/dports/www/py-fastapi/fastapi-0.70.0/tests/
H A Dtest_dependency_duplicates.py12 class Item(BaseModel): class
16 def duplicate_dependency(item: Item):
20 def dependency(item2: Item):
25 item: Item, sub_item: Item = Depends(duplicate_dependency)
31 async def with_duplicates(item: Item, item2: Item = Depends(duplicate_dependency)):
36 async def no_duplicates(item: Item, item2: Item = Depends(dependency)):
42 item: Item, sub_items: List[Item] = Depends(sub_duplicate_dependency)
/dports/net/rclone-browser/RcloneBrowser-1.8.0/src/
H A Ditem_model.h5 struct Item { struct
6 Item() {} in Item() argument
8 ~Item() { in ~Item() argument
22 return parent->childs.indexOf(const_cast<Item *>(this)); in num() argument
25 Item *parent = nullptr; argument
37 QVector<Item *> childs; argument
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/view/
H A Dviewmodel.h156 struct Item { struct
179 Item(bt::TorrentInterface *tc); argument
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/unix_ui/
H A DPlaylistItem.h7 struct Item struct
9 Item(std::wstring m_game, std::wstring m_title, std::wstring m_length, std::string m_path) in Item() argument
17 ~Item() in ~Item() argument
21 std::wstring game, title, length;
22 std::string path;
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/rds/
H A Dstruct_item.go19 type Item struct { struct
20 RegionId string `json:"RegionId" xml:"RegionId"`
21 Duration int `json:"Duration" xml:"Duration"`
22 DBInstanceId string `json:"DBInstanceId" xml:"DBInstanceId"`
23 Status string `json:"Status" xml:"Status"`
24 AutoRenew string `json:"AutoRenew" xml:"AutoRenew"`
25 ReportTime string `json:"ReportTime" xml:"ReportTime"`
26 …encyTopNItems LatencyTopNItemsInDescribeSQLReports `json:"LatencyTopNItems" xml:"LatencyTopNItems"`
27 QPSTopNItems QPSTopNItemsInDescribeSQLReports `json:"QPSTopNItems" xml:"QPSTopNItems"`
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/combine-3.8.1/src/parser/
H A Dchar.rs19 pub fn char<I>(c: char) -> Token<I> in char()
63 pub fn space<I>() -> Space<I> in space()
87 pub fn spaces<I>() -> Spaces<I> in spaces()
106 pub fn newline<I>() -> Newline<I> in newline()
129 pub fn crlf<I>() -> CrLf<I> in crlf()
155 I: Stream<Item = char>, in tab()
177 pub fn upper<I>() -> Upper<I> in upper()
201 pub fn lower<I>() -> Lower<I> in lower()
226 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
252 pub fn letter<I>() -> Letter<I> in letter()
[all …]
H A Dbyte.rs27 pub fn byte<I>(c: u8) -> Token<I> in byte()
55 pub fn digit<I>() -> Digit<I> in digit()
76 pub fn space<I>() -> Space<I> in space()
96 pub fn spaces<I>() -> Spaces<I> in spaces()
115 pub fn newline<I>() -> Newline<I> in newline()
138 pub fn crlf<I>() -> CrLf<I> in crlf()
163 I: Stream<Item = u8>, in tab()
182 pub fn upper<I>() -> Upper<I> in upper()
200 pub fn lower<I>() -> Lower<I> in lower()
219 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/combine-3.8.1/src/parser/
H A Dchar.rs19 pub fn char<I>(c: char) -> Token<I> in char()
63 pub fn space<I>() -> Space<I> in space()
87 pub fn spaces<I>() -> Spaces<I> in spaces()
106 pub fn newline<I>() -> Newline<I> in newline()
129 pub fn crlf<I>() -> CrLf<I> in crlf()
155 I: Stream<Item = char>, in tab()
177 pub fn upper<I>() -> Upper<I> in upper()
201 pub fn lower<I>() -> Lower<I> in lower()
226 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
252 pub fn letter<I>() -> Letter<I> in letter()
[all …]
H A Dbyte.rs27 pub fn byte<I>(c: u8) -> Token<I> in byte()
55 pub fn digit<I>() -> Digit<I> in digit()
76 pub fn space<I>() -> Space<I> in space()
96 pub fn spaces<I>() -> Spaces<I> in spaces()
115 pub fn newline<I>() -> Newline<I> in newline()
138 pub fn crlf<I>() -> CrLf<I> in crlf()
163 I: Stream<Item = u8>, in tab()
182 pub fn upper<I>() -> Upper<I> in upper()
200 pub fn lower<I>() -> Lower<I> in lower()
219 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/combine-3.8.1/src/parser/
H A Dchar.rs19 pub fn char<I>(c: char) -> Token<I> in char()
63 pub fn space<I>() -> Space<I> in space()
87 pub fn spaces<I>() -> Spaces<I> in spaces()
106 pub fn newline<I>() -> Newline<I> in newline()
129 pub fn crlf<I>() -> CrLf<I> in crlf()
155 I: Stream<Item = char>, in tab()
177 pub fn upper<I>() -> Upper<I> in upper()
201 pub fn lower<I>() -> Lower<I> in lower()
226 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
252 pub fn letter<I>() -> Letter<I> in letter()
[all …]
H A Dbyte.rs27 pub fn byte<I>(c: u8) -> Token<I> in byte()
55 pub fn digit<I>() -> Digit<I> in digit()
76 pub fn space<I>() -> Space<I> in space()
96 pub fn spaces<I>() -> Spaces<I> in spaces()
115 pub fn newline<I>() -> Newline<I> in newline()
138 pub fn crlf<I>() -> CrLf<I> in crlf()
163 I: Stream<Item = u8>, in tab()
182 pub fn upper<I>() -> Upper<I> in upper()
200 pub fn lower<I>() -> Lower<I> in lower()
219 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/combine-3.8.1/src/parser/
H A Dchar.rs19 pub fn char<I>(c: char) -> Token<I> in char()
63 pub fn space<I>() -> Space<I> in space()
87 pub fn spaces<I>() -> Spaces<I> in spaces()
106 pub fn newline<I>() -> Newline<I> in newline()
129 pub fn crlf<I>() -> CrLf<I> in crlf()
155 I: Stream<Item = char>, in tab()
177 pub fn upper<I>() -> Upper<I> in upper()
201 pub fn lower<I>() -> Lower<I> in lower()
226 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
252 pub fn letter<I>() -> Letter<I> in letter()
[all …]
H A Dbyte.rs27 pub fn byte<I>(c: u8) -> Token<I> in byte()
55 pub fn digit<I>() -> Digit<I> in digit()
76 pub fn space<I>() -> Space<I> in space()
96 pub fn spaces<I>() -> Spaces<I> in spaces()
115 pub fn newline<I>() -> Newline<I> in newline()
138 pub fn crlf<I>() -> CrLf<I> in crlf()
163 I: Stream<Item = u8>, in tab()
182 pub fn upper<I>() -> Upper<I> in upper()
200 pub fn lower<I>() -> Lower<I> in lower()
219 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/combine-3.8.1/src/parser/
H A Dchar.rs19 pub fn char<I>(c: char) -> Token<I> in char()
63 pub fn space<I>() -> Space<I> in space()
87 pub fn spaces<I>() -> Spaces<I> in spaces()
106 pub fn newline<I>() -> Newline<I> in newline()
129 pub fn crlf<I>() -> CrLf<I> in crlf()
155 I: Stream<Item = char>, in tab()
177 pub fn upper<I>() -> Upper<I> in upper()
201 pub fn lower<I>() -> Lower<I> in lower()
226 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
252 pub fn letter<I>() -> Letter<I> in letter()
[all …]
H A Dbyte.rs27 pub fn byte<I>(c: u8) -> Token<I> in byte()
55 pub fn digit<I>() -> Digit<I> in digit()
76 pub fn space<I>() -> Space<I> in space()
96 pub fn spaces<I>() -> Spaces<I> in spaces()
115 pub fn newline<I>() -> Newline<I> in newline()
138 pub fn crlf<I>() -> CrLf<I> in crlf()
163 I: Stream<Item = u8>, in tab()
182 pub fn upper<I>() -> Upper<I> in upper()
200 pub fn lower<I>() -> Lower<I> in lower()
219 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/dgraph-io/badger/
H A Diterator.go40 type Item struct { struct
42 err error
44 db *DB
45 key []byte
46 vptr []byte
48 userMeta byte
49 expiresAt uint64
50 val []byte
52 next *Item
53 version uint64
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/dgraph-io/badger/
H A Diterator.go40 type Item struct { struct
42 err error
44 db *DB
45 key []byte
46 vptr []byte
48 userMeta byte
49 expiresAt uint64
50 val []byte
52 next *Item
53 version uint64
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_drag_data.h49 struct Item { struct
50 enum StorageType {
63 StorageType storage_type;
67 WebString string_type;
68 WebString string_data;
71 WebString title;
75 WebURL base_url;
101 WebVector<Item> Items() const { return item_list_; } in Items() argument
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/karlseguin/ccache/v2/
H A Ditem.go44 type Item struct { struct
45 key string
46 group string
47 promotions int32
48 refCount int32
49 expires int64
50 size int64
51 value interface{}
52 element *list.Element
78 func (i *Item) track() {
[all …]
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/karlseguin/ccache/
H A Ditem.go44 type Item struct { struct
45 key string
46 group string
47 promotions int32
48 refCount int32
49 expires int64
50 size int64
51 value interface{}
52 element *list.Element
78 func (i *Item) track() {
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/combine-3.8.1/src/parser/
H A Dbyte.rs27 pub fn byte<I>(c: u8) -> Token<I> in byte()
55 pub fn digit<I>() -> Digit<I> in digit()
76 pub fn space<I>() -> Space<I> in space()
96 pub fn spaces<I>() -> Spaces<I> in spaces()
115 pub fn newline<I>() -> Newline<I> in newline()
138 pub fn crlf<I>() -> CrLf<I> in crlf()
163 I: Stream<Item = u8>, in tab()
182 pub fn upper<I>() -> Upper<I> in upper()
200 pub fn lower<I>() -> Lower<I> in lower()
219 pub fn alpha_num<I>() -> AlphaNum<I> in alpha_num()
[all …]

12345678910>>...638