Home
last modified time | relevance | path

Searched refs:Follow (Results 1 – 25 of 7312) sorted by relevance

12345678910>>...293

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_follow.go11 type Follow struct { struct
13 raw *vocab.Follow argument
17 func (t *Follow) Raw() (n *vocab.Follow) { argument
29 func (t *Follow) LenActor() (idx int) { argument
65 func (t *Follow) RemoveActor(idx int) { argument
85 func (t *Follow) LenObject() (idx int) { argument
119 func (t *Follow) RemoveObject(idx int) { argument
991 func (t *Follow) SetId(k *url.URL) { argument
1605 func (t *Follow) LenTo() (idx int) { argument
1641 func (t *Follow) RemoveTo(idx int) { argument
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_follow.go587 type Follow struct { struct
703 func (t *Follow) ActorLen() (l int) { argument
2140 func (t *Follow) NameLen() (l int) { argument
3485 func (t *Follow) TagLen() (l int) { argument
3701 func (t *Follow) UrlLen() (l int) { argument
3794 func (t *Follow) ToLen() (l int) { argument
3919 func (t *Follow) BtoLen() (l int) { argument
4044 func (t *Follow) CcLen() (l int) { argument
4169 func (t *Follow) BccLen() (l int) { argument
5337 func (t *Follow) AddUnknown(k string, i interface{}) (this *Follow) { argument
[all …]
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dad-user_tags.adb327 Follow => Follow));
476 P.Follow (4) := Find_Tag ("TR");
478 P.Follow (1) := Find_Tag ("DT");
479 P.Follow (2) := Tag_Ptr (P);
481 P.Follow (1) := Find_Tag ("DD");
482 P.Follow (2) := Tag_Ptr (P);
484 P.Follow (1) := Tag_Ptr (P);
487 P.Follow (2) := Tag_Ptr (P);
492 P.Follow (1) := Tag_Ptr (P);
499 P.Follow (1) := Tag_Ptr (P);
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Twitterizer/Twitterizer2/Methods/Notification/
H A DTwitterNotification.cs48 …public static TwitterResponse<TwitterUser> Follow(OAuthTokens tokens, decimal userId, OptionalProp… in Follow() method in Twitterizer.TwitterNotification
61 public static TwitterResponse<TwitterUser> Follow(OAuthTokens tokens, decimal userId) in Follow() method in Twitterizer.TwitterNotification
63 return Follow(tokens, userId, null); in Follow()
73 …public static TwitterResponse<TwitterUser> Follow(OAuthTokens tokens, string screenName, OptionalP… in Follow() method in Twitterizer.TwitterNotification
86 public static TwitterResponse<TwitterUser> Follow(OAuthTokens tokens, string screenName) in Follow() method in Twitterizer.TwitterNotification
88 return Follow(tokens, screenName, null); in Follow()
113 return Follow(tokens, userId, null); in Leave()
138 return Follow(tokens, screenName, null); in Leave()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/rust/flatbuffers/src/
H A Dprimitives.rs22 use crate::follow::Follow;
179 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> {
200 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> {
230 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> {
252 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> {
263 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> {
274 impl<'a> Follow<'a> for FileIdentifier {
286 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> {
294 impl<'a> Follow<'a> for bool {
309 impl<'a> Follow<'a> for $ty { impl
H A Dvector.rs27 use crate::follow::Follow;
46 T: 'a + Follow<'a>,
47 <T as Follow<'a>>::Inner: Debug,
84 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> {
144 impl<'a> Follow<'a> for &'a str { impl
166 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
174 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> {
215 impl<'a, T: Follow<'a> + 'a> Clone for VectorIter<'a, T> {
227 impl<'a, T: Follow<'a> + 'a> Iterator for VectorIter<'a, T> {
293 impl<'a, T: 'a + Follow<'a>> FusedIterator for VectorIter<'a, T> {}
[all …]
H A Dget_root.rs18 Follow, ForwardsUOffset, InvalidFlatbuffer, SkipSizePrefix, Verifiable, Verifier,
28 T: 'buf + Follow<'buf> + Verifiable, in root()
44 T: 'buf + Follow<'buf> + Verifiable, in root_with_opts()
58 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root()
74 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root_with_opts()
90 T: Follow<'buf> + 'buf, in root_unchecked()
104 T: Follow<'buf> + 'buf, in size_prefixed_root_unchecked()
/dports/devel/flatbuffers/flatbuffers-2.0.0/rust/flatbuffers/src/
H A Dprimitives.rs22 use crate::follow::Follow;
179 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> {
200 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> {
230 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> {
252 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> {
263 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> {
274 impl<'a> Follow<'a> for FileIdentifier {
286 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> {
294 impl<'a> Follow<'a> for bool {
309 impl<'a> Follow<'a> for $ty { impl
H A Dvector.rs27 use crate::follow::Follow;
46 T: 'a + Follow<'a>,
47 <T as Follow<'a>>::Inner: Debug,
84 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> {
144 impl<'a> Follow<'a> for &'a str { impl
166 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
174 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> {
215 impl<'a, T: Follow<'a> + 'a> Clone for VectorIter<'a, T> {
227 impl<'a, T: Follow<'a> + 'a> Iterator for VectorIter<'a, T> {
293 impl<'a, T: 'a + Follow<'a>> FusedIterator for VectorIter<'a, T> {}
[all …]
H A Dget_root.rs18 Follow, ForwardsUOffset, InvalidFlatbuffer, SkipSizePrefix, Verifiable, Verifier,
28 T: 'buf + Follow<'buf> + Verifiable, in root()
44 T: 'buf + Follow<'buf> + Verifiable, in root_with_opts()
58 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root()
74 T: 'buf + Follow<'buf> + Verifiable, in size_prefixed_root_with_opts()
90 T: Follow<'buf> + 'buf, in root_unchecked()
104 T: Follow<'buf> + 'buf, in size_prefixed_root_unchecked()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/rust/flatbuffers/src/
H A Dprimitives.rs22 use follow::Follow;
176 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> {
197 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> {
227 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> {
249 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> {
260 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> {
271 impl<'a> Follow<'a> for FileIdentifier {
283 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> {
291 impl<'a> Follow<'a> for bool {
306 impl<'a> Follow<'a> for $ty { impl
H A Dvector.rs26 use follow::Follow;
62 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> {
120 impl<'a> Follow<'a> for &'a str { impl
142 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
150 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> {
180 impl<'a, T: Follow<'a> + 'a> Clone for VectorIter<'a, T> {
192 impl<'a, T: Follow<'a> + 'a> Iterator for VectorIter<'a, T> {
251 impl<'a, T: 'a + Follow<'a>> ExactSizeIterator for VectorIter<'a, T> {
258 impl<'a, T: 'a + Follow<'a>> FusedIterator for VectorIter<'a, T> {}
260 impl<'a, T: Follow<'a> + 'a> IntoIterator for Vector<'a, T> {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/rust/flatbuffers/src/
H A Dprimitives.rs22 use follow::Follow;
176 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> {
197 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> {
227 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> {
249 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> {
260 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> {
271 impl<'a> Follow<'a> for FileIdentifier {
283 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> {
291 impl<'a> Follow<'a> for bool {
306 impl<'a> Follow<'a> for $ty { impl
H A Dvector.rs26 use follow::Follow;
62 impl<'a, T: Follow<'a> + 'a> Vector<'a, T> {
120 impl<'a> Follow<'a> for &'a str { impl
142 impl<'a, T: EndianScalar> Follow<'a> for &'a [T] { impl
150 impl<'a, T: Follow<'a> + 'a> Follow<'a> for Vector<'a, T> {
181 impl<'a, T: Follow<'a> + 'a> Clone for VectorIter<'a, T> {
193 impl<'a, T: Follow<'a> + 'a> Iterator for VectorIter<'a, T> {
252 impl<'a, T: 'a + Follow<'a>> ExactSizeIterator for VectorIter<'a, T> {
259 impl<'a, T: 'a + Follow<'a>> FusedIterator for VectorIter<'a, T> {}
261 impl<'a, T: Follow<'a> + 'a> IntoIterator for Vector<'a, T> {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/rust/flatbuffers/src/
H A Dprimitives.rs22 use follow::Follow;
156 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> {
177 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> {
207 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> {
229 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> {
240 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> {
251 impl<'a> Follow<'a> for FileIdentifier {
263 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> {
278 impl<'a> Follow<'a> for $ty { impl
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/rust/flatbuffers/src/
H A Dprimitives.rs22 use follow::Follow;
156 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsUOffset<T> {
177 impl<'a, T: Follow<'a>> Follow<'a> for ForwardsVOffset<T> {
207 impl<'a, T: Follow<'a>> Follow<'a> for BackwardsSOffset<T> {
229 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipSizePrefix<T> {
240 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipRootOffset<T> {
251 impl<'a> Follow<'a> for FileIdentifier {
263 impl<'a, T: Follow<'a> + 'a> Follow<'a> for SkipFileIdentifier<T> {
278 impl<'a> Follow<'a> for $ty { impl
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/xsb/table_tests/
H A Dlrbug.P80 % interp(Goal,K,Follow)
83 % writeln(d(G2,Follow)),
84 chk([G2|Follow]),
85 abdK(G2,K,Follow,FollowG1),
89 interp(G2,K,Follow).
90 interp(G,K,Follow) :-
91 interpG(G,K,Follow).
104 interpG(G,K,Follow) :-
107 interp(B,K,Follow),
108 % is_true(Follow),
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/nxadm/tail/
H A Dtail_test.go41 tailedFile, err := TailFile(testFileName, Config{ReOpen: true, Follow: true})
70 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
194 Config{Follow: true, ReOpen: true, Poll: true})
309 Config{Follow: true, ReOpen: false, Poll: false})
333 Follow: true,
361 Follow: false,
376 Follow: false,
399 Follow: true,
445 Config{Follow: true, ReOpen: true, Poll: poll})
487 Config{Follow: true, ReOpen: true, Poll: false})
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/nxadm/tail/
H A Dtail_test.go41 tailedFile, err := TailFile(testFileName, Config{ReOpen: true, Follow: true})
70 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
194 Config{Follow: true, ReOpen: true, Poll: true})
309 Config{Follow: true, ReOpen: false, Poll: false})
333 Follow: true,
361 Follow: false,
376 Follow: false,
399 Follow: true,
445 Config{Follow: true, ReOpen: true, Poll: poll})
487 Config{Follow: true, ReOpen: true, Poll: false})
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/nxadm/tail/
H A Dtail_test.go41 tailedFile, err := TailFile(testFileName, Config{ReOpen: true, Follow: true})
70 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
194 Config{Follow: true, ReOpen: true, Poll: true})
309 Config{Follow: true, ReOpen: false, Poll: false})
333 Follow: true,
361 Follow: false,
376 Follow: false,
399 Follow: true,
445 Config{Follow: true, ReOpen: true, Poll: poll})
487 Config{Follow: true, ReOpen: true, Poll: false})
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/nxadm/tail/
H A Dtail_test.go41 tailedFile, err := TailFile(testFileName, Config{ReOpen: true, Follow: true})
70 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
194 Config{Follow: true, ReOpen: true, Poll: true})
309 Config{Follow: true, ReOpen: false, Poll: false})
333 Follow: true,
361 Follow: false,
376 Follow: false,
399 Follow: true,
445 Config{Follow: true, ReOpen: true, Poll: poll})
487 Config{Follow: true, ReOpen: true, Poll: false})
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/nxadm/tail/
H A Dtail_test.go41 tailedFile, err := TailFile(testFileName, Config{ReOpen: true, Follow: true})
70 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
194 Config{Follow: true, ReOpen: true, Poll: true})
309 Config{Follow: true, ReOpen: false, Poll: false})
333 Follow: true,
361 Follow: false,
376 Follow: false,
399 Follow: true,
445 Config{Follow: true, ReOpen: true, Poll: poll})
487 Config{Follow: true, ReOpen: true, Poll: false})
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/hpcloud/tail/
H A Dtail_test.go37 tail, err := TailFile("/no/such/file", Config{Follow: true, MustExist: true})
42 tail, err = TailFile("/no/such/file", Config{Follow: true, MustExist: false})
47 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
102 tail := tailTest.StartTail("test.txt", Config{Follow: true, Location: nil})
128 tail := tailTest.StartTail("test.txt", Config{Follow: true, Location: nil})
237 Follow: true,
265 Follow: false,
278 Follow: false,
298 Follow: true,
344 Config{Follow: true, ReOpen: true, Poll: poll})
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hpcloud/tail/
H A Dtail_test.go37 tail, err := TailFile("/no/such/file", Config{Follow: true, MustExist: true})
42 tail, err = TailFile("/no/such/file", Config{Follow: true, MustExist: false})
47 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
102 tail := tailTest.StartTail("test.txt", Config{Follow: true, Location: nil})
128 tail := tailTest.StartTail("test.txt", Config{Follow: true, Location: nil})
237 Follow: true,
265 Follow: false,
278 Follow: false,
298 Follow: true,
344 Config{Follow: true, ReOpen: true, Poll: poll})
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/hpcloud/tail/
H A Dtail_test.go37 tail, err := TailFile("/no/such/file", Config{Follow: true, MustExist: true})
42 tail, err = TailFile("/no/such/file", Config{Follow: true, MustExist: false})
47 _, err = TailFile("README.md", Config{Follow: true, MustExist: true})
102 tail := tailTest.StartTail("test.txt", Config{Follow: true, Location: nil})
128 tail := tailTest.StartTail("test.txt", Config{Follow: true, Location: nil})
237 Follow: true,
265 Follow: false,
278 Follow: false,
298 Follow: true,
344 Config{Follow: true, ReOpen: true, Poll: poll})
[all …]

12345678910>>...293