Home
last modified time | relevance | path

Searched defs:Reject (Results 1 – 25 of 1297) sorted by relevance

12345678910>>...52

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/streams/
H A Dgen_reject.go11 type Reject struct { struct
13 raw *vocab.Reject
17 func (t *Reject) Raw() (n *vocab.Reject) {
29 func (t *Reject) LenActor() (idx int) {
53 func (t *Reject) AppendActor(k *url.URL) {
65 func (t *Reject) RemoveActor(idx int) {
85 func (t *Reject) LenObject() (idx int) {
119 func (t *Reject) RemoveObject(idx int) {
991 func (t *Reject) SetId(k *url.URL) {
1605 func (t *Reject) LenTo() (idx int) {
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/vocab/
H A Dgen_reject.go587 type Reject struct { struct
619 nameMap map[string]string
627 id *url.URL
649 typeName []interface{}
655 to []*toIntermediateType
659 cc []*ccIntermediateType
681 streams []*url.URL
689 proxyUrl *url.URL
695 provideClientKey *url.URL
697 signClientKey *url.URL
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix40/
H A DReject.h12 Reject() : Message(MsgType()) {} in Reject() function
13 Reject(const FIX::Message& m) : Message(m) {} in Reject() function
14 Reject(const Message& m) : Message(m) {} in Reject() function
15 Reject(const Reject& m) : Message(m) {} in Reject() function
18 Reject( in Reject() function
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix44/
H A DReject.h12 Reject() : Message(MsgType()) {} in Reject() function
13 Reject(const FIX::Message& m) : Message(m) {} in Reject() function
14 Reject(const Message& m) : Message(m) {} in Reject() function
15 Reject(const Reject& m) : Message(m) {} in Reject() function
18 Reject( in Reject() function
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fixt11/
H A DReject.h12 Reject() : Message(MsgType()) {} in Reject() function
13 Reject(const FIX::Message& m) : Message(m) {} in Reject() function
14 Reject(const Message& m) : Message(m) {} in Reject() function
15 Reject(const Reject& m) : Message(m) {} in Reject() function
18 Reject( in Reject() function
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix41/
H A DReject.h12 Reject() : Message(MsgType()) {} in Reject() function
13 Reject(const FIX::Message& m) : Message(m) {} in Reject() function
14 Reject(const Message& m) : Message(m) {} in Reject() function
15 Reject(const Reject& m) : Message(m) {} in Reject() function
18 Reject( in Reject() function
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix42/
H A DReject.h12 Reject() : Message(MsgType()) {} in Reject() function
13 Reject(const FIX::Message& m) : Message(m) {} in Reject() function
14 Reject(const Message& m) : Message(m) {} in Reject() function
15 Reject(const Reject& m) : Message(m) {} in Reject() function
18 Reject( in Reject() function
/dports/finance/quickfix/quickfix-1.15.1/src/C++/fix43/
H A DReject.h12 Reject() : Message(MsgType()) {} in Reject() function
13 Reject(const FIX::Message& m) : Message(m) {} in Reject() function
14 Reject(const Message& m) : Message(m) {} in Reject() function
15 Reject(const Reject& m) : Message(m) {} in Reject() function
18 Reject( in Reject() function
/dports/net/clash/clash-1.6.0/adapters/outbound/
H A Dreject.go13 type Reject struct { struct
14 *Base
18 func (r *Reject) DialContext(ctx context.Context, metadata *C.Metadata) (C.Conn, error) {
23 func (r *Reject) DialUDP(metadata *C.Metadata) (C.PacketConn, error) {
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/proc-macro2-1.0.29/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
687 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/proc-macro2-1.0.33/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/proc-macro2-1.0.33/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/proc-macro2-1.0.28/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
687 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/proc-macro2-1.0.33/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/proc-macro2-1.0.28/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
687 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/proc-macro2-1.0.28/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
687 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/proc-macro2-1.0.34/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/proc-macro2-1.0.32/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/proc-macro2-1.0.33/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/sysutils/vivid/vivid-0.7.0/cargo-crates/proc-macro2-1.0.27/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
687 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/proc-macro2-1.0.36/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/proc-macro2-1.0.32/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/proc-macro2-1.0.27/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
687 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/proc-macro2-1.0.33/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]
/dports/security/suricata/suricata-6.0.4/rust/vendor/proc-macro2/src/
H A Dparse.rs53 fn parse(&self, tag: &str) -> Result<Cursor<'a>, Reject> { in parse() argument
62 pub(crate) struct Reject; struct
145 fn word_break(input: Cursor) -> Result<Cursor, Reject> { in word_break() argument
344 fn string(input: Cursor) -> Result<Cursor, Reject> { in string() argument
403 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() argument
461 fn raw_string(input: Cursor) -> Result<Cursor, Reject> { in raw_string() argument
490 fn byte(input: Cursor) -> Result<Cursor, Reject> { in byte() argument
513 fn character(input: Cursor) -> Result<Cursor, Reject> { in character() argument
591 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() argument
686 fn int(input: Cursor) -> Result<Cursor, Reject> { in int() argument
[all …]

12345678910>>...52