Home
last modified time | relevance | path

Searched defs:SearchArg (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dfeatured_bot.go100 type SearchArg struct { struct
101 Query string `codec:"query" json:"query"`
102 Limit int `codec:"limit" json:"limit"`
103 Offset int `codec:"offset" json:"offset"`
114 Search(context.Context, SearchArg) (SearchRes, error) argument
/dports/net/storj/storj-1.45.3/satellite/console/consoleweb/consoleql/
H A Dproject.go94 SearchArg = "search" const
/dports/games/spacezero/spacezero/src/
H A Dmenu.c1510 int SearchArg(char *target){ in SearchArg() function
/dports/net/rclone/rclone-1.57.0/vendor/github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox/files/
H A Dtypes.go3867 type SearchArg struct { struct
3870 Path string `json:"path"`
3875 Query string `json:"query"`
3877 Start uint64 `json:"start"`
3879 MaxResults uint64 `json:"max_results"`
3883 Mode *SearchMode `json:"mode"`
H A Dclient.go321 Search(arg *SearchArg) (res *SearchResult, err error)
2546 func (dbx *apiImpl) Search(arg *SearchArg) (res *SearchResult, err error) {