Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 25 of 6842) sorted by relevance

12345678910>>...274

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_object.go11 type Object struct { struct
13 raw *vocab.Object
17 func (t *Object) Raw() (n *vocab.Object) {
57 func (t *Object) SetAltitude(k float64) {
379 func (t *Object) LenName() (idx int) {
415 func (t *Object) RemoveName(idx int) {
632 func (t *Object) SetId(k *url.URL) {
1246 func (t *Object) LenTo() (idx int) {
1282 func (t *Object) RemoveTo(idx int) {
1358 func (t *Object) LenCc() (idx int) {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/devops-rdc/
H A Dstruct_object.go19 type Object struct { struct
21 Logo string `json:"Logo" xml:"Logo"`
23 Source string `json:"Source" xml:"Source"`
26 Pos int `json:"Pos" xml:"Pos"`
33 Id string `json:"Id" xml:"Id"`
37 Email string `json:"Email" xml:"Email"`
40 Note string `json:"Note" xml:"Note"`
50 Py string `json:"Py" xml:"Py"`
51 More bool `json:"More" xml:"More"`
56 Name string `json:"Name" xml:"Name"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/teambition-aliyun/
H A Dstruct_object.go19 type Object struct { struct
21 Logo string `json:"Logo" xml:"Logo"`
22 Source string `json:"Source" xml:"Source"`
25 Pos int `json:"Pos" xml:"Pos"`
30 IsDone bool `json:"IsDone" xml:"IsDone"`
31 Id string `json:"Id" xml:"Id"`
35 Email string `json:"Email" xml:"Email"`
38 Note string `json:"Note" xml:"Note"`
48 Py string `json:"Py" xml:"Py"`
52 Name string `json:"Name" xml:"Name"`
[all …]
/dports/net/rclone/rclone-1.57.0/backend/cache/
H A Dobject.go25 type Object struct { struct
26 fs.Object `json:"-"` anonMember
37 cacheHashesMu sync.Mutex
40 refreshMutex sync.Mutex
114 func (o *Object) Fs() fs.Info {
119 func (o *Object) String() string {
127 func (o *Object) Remote() string {
133 func (o *Object) abs() string {
144 func (o *Object) Size() int64 {
150 func (o *Object) Storable() bool {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/d5/tengo/v2/stdlib/
H A Dtimes.go207 func timesParseDuration(args ...tengo.Object) (
237 func timesSince(args ...tengo.Object) (
261 func timesUntil(args ...tengo.Object) (
285 func timesDurationHours(args ...tengo.Object) (
309 func timesDurationMinutes(args ...tengo.Object) (
357 func timesDurationSeconds(args ...tengo.Object) (
381 func timesDurationString(args ...tengo.Object) (
405 func timesMonthString(args ...tengo.Object) (
429 func timesDate(args ...tengo.Object) (
964 func timesTimeUnixNano(args ...tengo.Object) (
[all …]
H A Dtext.go204 func textREMatch(args ...tengo.Object) (ret tengo.Object, err error) {
245 func textREFind(args ...tengo.Object) (ret tengo.Object, err error) {
335 func textREReplace(args ...tengo.Object) (ret tengo.Object, err error) {
386 func textRESplit(args ...tengo.Object) (ret tengo.Object, err error) {
442 func textRECompile(args ...tengo.Object) (ret tengo.Object, err error) {
468 func textReplace(args ...tengo.Object) (ret tengo.Object, err error) {
525 func textSubstring(args ...tengo.Object) (ret tengo.Object, err error) {
588 func textPadLeft(args ...tengo.Object) (ret tengo.Object, err error) {
651 func textPadRight(args ...tengo.Object) (ret tengo.Object, err error) {
714 func textRepeat(args ...tengo.Object) (ret tengo.Object, err error) {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/d5/tengo/v2/
H A Dbuiltins.go152 func builtinIsInt(args ...Object) (Object, error) {
162 func builtinIsFloat(args ...Object) (Object, error) {
172 func builtinIsBool(args ...Object) (Object, error) {
182 func builtinIsChar(args ...Object) (Object, error) {
222 func builtinIsMap(args ...Object) (Object, error) {
304 func builtinLen(args ...Object) (Object, error) {
331 func builtinRange(args ...Object) (Object, error) {
419 func builtinCopy(args ...Object) (Object, error) {
447 func builtinInt(args ...Object) (Object, error) {
483 func builtinBool(args ...Object) (Object, error) {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_object.go496 type Object struct { struct
516 nameMap map[string]string
524 id *url.URL
546 typeName []interface{}
552 to []*toIntermediateType
556 cc []*ccIntermediateType
578 streams []*url.URL
586 proxyUrl *url.URL
592 provideClientKey *url.URL
594 signClientKey *url.URL
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/doc/Debugger/
H A DDebugger.Script.md96 ### `isFunction`
100 ### `isModule`
104 ### `displayName`
142 ### `url`
153 ### `startLine`
158 ### `startColumn`
183 ### `lineCount`
187 ### `source`
212 ### `mainOffset`
218 ### `global`
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Dobject.h63 struct Object { struct
75 int32 o_xcoord; // 44
76 int32 o_ycoord; // 48
78 int32 o_mouse_y1; // 56
80 int32 o_mouse_y2; // 64
81 int32 o_priority; // 68
82 int32 o_mouse_on; // 72
83 int32 o_mouse_off; // 76
84 int32 o_mouse_click; // 80
85 int32 o_interact; // 84
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/sword1/
H A Dobject.h63 struct Object { struct
75 int32 o_xcoord; // 44
76 int32 o_ycoord; // 48
78 int32 o_mouse_y1; // 56
80 int32 o_mouse_y2; // 64
81 int32 o_priority; // 68
82 int32 o_mouse_on; // 72
83 int32 o_mouse_off; // 76
84 int32 o_mouse_click; // 80
85 int32 o_interact; // 84
[all …]
/dports/net/rclone/rclone-1.57.0/backend/seafile/
H A Dobject.go13 type Object struct { struct
14 fs *Fs // what this object is part of
15 id string // internal ID of object
18 size int64 // size of the object
26 func (o *Object) String() string {
34 func (o *Object) Remote() string {
39 func (o *Object) ModTime(context.Context) time.Time {
44 func (o *Object) Size() int64 {
51 func (o *Object) Fs() fs.Info {
62 func (o *Object) Storable() bool {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/doc/Debugger/
H A DDebugger.Script.md96 ### `isFunction`
100 ### `isModule`
104 ### `displayName`
164 ### `url`
175 ### `startLine`
180 ### `startColumn`
205 ### `lineCount`
209 ### `source`
234 ### `mainOffset`
240 ### `global`
[all …]
/dports/www/firefox/firefox-99.0/js/src/doc/Debugger/
H A DDebugger.Script.md96 ### `isFunction`
100 ### `isModule`
104 ### `displayName`
164 ### `url`
175 ### `startLine`
180 ### `startColumn`
205 ### `lineCount`
209 ### `source`
234 ### `mainOffset`
240 ### `global`
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/doc/Debugger/
H A DDebugger.Script.md96 ### `isFunction`
100 ### `isModule`
104 ### `displayName`
164 ### `url`
175 ### `startLine`
180 ### `startColumn`
205 ### `lineCount`
209 ### `source`
234 ### `mainOffset`
240 ### `global`
[all …]
/dports/net/rclone/rclone-1.57.0/backend/fichier/
H A Dobject.go16 type Object struct { struct
17 fs *Fs
18 remote string
19 file File
23 func (o *Object) String() string {
28 func (o *Object) Remote() string {
45 func (o *Object) Size() int64 {
50 func (o *Object) Fs() fs.Info {
65 func (o *Object) Storable() bool {
75 func (o *Object) setMetaData(file File) {
[all …]
/dports/net/rclone/rclone-1.57.0/backend/putio/
H A Dobject.go22 type Object struct { struct
23 fs *Fs // what this object is part of
24 file *putio.File
25 remote string // The remote path
26 modtime time.Time
61 func (o *Object) Fs() fs.Info {
66 func (o *Object) String() string {
74 func (o *Object) Remote() string {
91 func (o *Object) Size() int64 {
99 func (o *Object) ID() string {
[all …]
/dports/net/rclone/rclone-1.57.0/backend/hdfs/
H A Dobject.go18 type Object struct { struct
19 fs *Fs
20 remote string
21 size int64
22 modTime time.Time
26 func (o *Object) Fs() fs.Info {
31 func (o *Object) Remote() string {
36 func (o *Object) Size() int64 {
57 func (o *Object) Storable() bool {
62 func (o *Object) String() string {
[all …]
/dports/net/rclone/rclone-1.57.0/backend/tardigrade/
H A Dobject.go22 type Object struct { struct
23 fs *Fs
25 absolute string
27 size int64
28 created time.Time
29 modified time.Time
64 func (o *Object) String() string {
73 func (o *Object) Remote() string {
97 func (o *Object) Size() int64 {
102 func (o *Object) Fs() fs.Info {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/js/
H A Djs.go29 type Object struct{ object *Object } struct
38 func (o *Object) Delete(key string) { o.object.Delete(key) }
41 func (o *Object) Length() int { return o.object.Length() }
59 func (o *Object) Bool() bool { return o.object.Bool() }
62 func (o *Object) String() string { return o.object.String() }
65 func (o *Object) Int() int { return o.object.Int() }
68 func (o *Object) Int64() int64 { return o.object.Int64() }
71 func (o *Object) Uint64() uint64 { return o.object.Uint64() }
74 func (o *Object) Float() float64 { return o.object.Float() }
84 *Object anonMember
[all …]
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/gopherjs/gopherjs/js/
H A Djs.go29 type Object struct{ object *Object } struct
38 func (o *Object) Delete(key string) { o.object.Delete(key) }
41 func (o *Object) Length() int { return o.object.Length() }
59 func (o *Object) Bool() bool { return o.object.Bool() }
62 func (o *Object) String() string { return o.object.String() }
65 func (o *Object) Int() int { return o.object.Int() }
68 func (o *Object) Int64() int64 { return o.object.Int64() }
71 func (o *Object) Uint64() uint64 { return o.object.Uint64() }
74 func (o *Object) Float() float64 { return o.object.Float() }
84 *Object anonMember
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/gopherjs/gopherjs/js/
H A Djs.go29 type Object struct{ object *Object } struct
38 func (o *Object) Delete(key string) { o.object.Delete(key) }
41 func (o *Object) Length() int { return o.object.Length() }
59 func (o *Object) Bool() bool { return o.object.Bool() }
62 func (o *Object) String() string { return o.object.String() }
65 func (o *Object) Int() int { return o.object.Int() }
68 func (o *Object) Int64() int64 { return o.object.Int64() }
71 func (o *Object) Uint64() uint64 { return o.object.Uint64() }
74 func (o *Object) Float() float64 { return o.object.Float() }
84 *Object anonMember
[all …]
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/js/
H A Djs.go29 type Object struct{ object *Object } argument
38 func (o *Object) Delete(key string) { o.object.Delete(key) }
41 func (o *Object) Length() int { return o.object.Length() }
59 func (o *Object) Bool() bool { return o.object.Bool() }
62 func (o *Object) String() string { return o.object.String() }
65 func (o *Object) Int() int { return o.object.Int() }
68 func (o *Object) Int64() int64 { return o.object.Int64() }
71 func (o *Object) Uint64() uint64 { return o.object.Uint64() }
74 func (o *Object) Float() float64 { return o.object.Float() }
84 *Object anonMember
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/js/
H A Djs.go29 type Object struct{ object *Object } struct
38 func (o *Object) Delete(key string) { o.object.Delete(key) }
41 func (o *Object) Length() int { return o.object.Length() }
59 func (o *Object) Bool() bool { return o.object.Bool() }
62 func (o *Object) String() string { return o.object.String() }
65 func (o *Object) Int() int { return o.object.Int() }
68 func (o *Object) Int64() int64 { return o.object.Int64() }
71 func (o *Object) Uint64() uint64 { return o.object.Uint64() }
74 func (o *Object) Float() float64 { return o.object.Float() }
84 *Object anonMember
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/js/
H A Djs.go29 type Object struct{ object *Object } struct
38 func (o *Object) Delete(key string) { o.object.Delete(key) }
41 func (o *Object) Length() int { return o.object.Length() }
59 func (o *Object) Bool() bool { return o.object.Bool() }
62 func (o *Object) String() string { return o.object.String() }
65 func (o *Object) Int() int { return o.object.Int() }
68 func (o *Object) Int64() int64 { return o.object.Int64() }
71 func (o *Object) Uint64() uint64 { return o.object.Uint64() }
74 func (o *Object) Float() float64 { return o.object.Float() }
84 *Object anonMember
[all …]

12345678910>>...274