Home
last modified time | relevance | path

Searched refs:IdentList (Results 1 – 25 of 134) sorted by relevance

123456

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/darling_core-0.9.0/src/util/
H A Dident_list.rs20 pub struct IdentList(Vec<Ident>); struct
22 impl IdentList { impl
25 IdentList(vals.into_iter().map(T::into).collect()) in new()
34 impl Deref for IdentList { implementation
42 impl From<Vec<Ident>> for IdentList { implementation
44 IdentList(v) in from()
48 impl FromMeta for IdentList { implementation
59 Ok(IdentList(idents)) in from_list()
65 use super::IdentList;
83 let idents = fm::<IdentList>(quote!(ignore(Debug, Clone, Eq))); in succeeds()
[all …]
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/darling_core-0.9.0/src/util/
H A Dident_list.rs20 pub struct IdentList(Vec<Ident>); struct
22 impl IdentList { implementation
25 IdentList(vals.into_iter().map(T::into).collect()) in new()
34 impl Deref for IdentList { implementation
42 impl From<Vec<Ident>> for IdentList { implementation
44 IdentList(v) in from()
48 impl FromMeta for IdentList { implementation
59 Ok(IdentList(idents)) in from_list()
65 use super::IdentList;
83 let idents = fm::<IdentList>(quote!(ignore(Debug, Clone, Eq))); in succeeds()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/util/
H A Dident_list.rs20 pub struct IdentList(Vec<Ident>); struct
22 impl IdentList { impl
25 IdentList(vals.into_iter().map(T::into).collect()) in new()
34 impl Deref for IdentList { implementation
42 impl From<Vec<Ident>> for IdentList { implementation
44 IdentList(v) in from()
48 impl FromMeta for IdentList { implementation
59 Ok(IdentList(idents)) in from_list()
65 use super::IdentList;
83 let idents = fm::<IdentList>(quote!(ignore(Debug, Clone, Eq))); in succeeds()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/darling_core-0.9.0/src/util/
H A Dident_list.rs20 pub struct IdentList(Vec<Ident>); struct
22 impl IdentList { impl
25 IdentList(vals.into_iter().map(T::into).collect()) in new()
34 impl Deref for IdentList { implementation
42 impl From<Vec<Ident>> for IdentList { implementation
44 IdentList(v) in from()
48 impl FromMeta for IdentList { implementation
59 Ok(IdentList(idents)) in from_list()
65 use super::IdentList;
83 let idents = fm::<IdentList>(quote!(ignore(Debug, Clone, Eq))); in succeeds()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/darling_core/src/util/
H A Dident_list.rs19 pub struct IdentList(Vec<Ident>); struct
21 impl IdentList { implementation
24 IdentList(vals.into_iter().map(T::into).collect()) in new()
33 impl Deref for IdentList { implementation
41 impl From<Vec<Ident>> for IdentList { implementation
43 IdentList(v) in from()
47 impl FromMetaItem for IdentList { implementation
58 Ok(IdentList(idents)) in from_list()
/dports/editors/lazarus/lazarus/ide/
H A Dsourceeditprocs.pas762 IdentList: TIdentifierList;
780 IdentList:=CodeToolBoss.IdentifierList;
782 IdentItem:=IdentList.FilteredItems[Index];
788 IdentItem.BeautifyIdentifier(IdentList);
833 and (not IdentList.StartUpAtomBehindIs('('))
834 and (not IdentList.StartUpAtomInFrontIs('@'))
856 and (ilcfEndOfLine in IdentList.ContextFlags)
904 and ((ilcfEndOfLine in IdentList.ContextFlags) or IdentList.StartUpAtomBehindIs(';'))
908 and (not IdentList.StartUpAtomBehindIs(':='))
909 and (not IdentList.StartUpAtomBehindIs('('))
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsourceeditprocs.pas782 IdentList: TIdentifierList;
800 IdentList:=CodeToolBoss.IdentifierList;
802 IdentItem:=IdentList.FilteredItems[Index];
808 IdentItem.BeautifyIdentifier(IdentList);
853 and (not IdentList.StartUpAtomBehindIs('('))
854 and (not IdentList.StartUpAtomInFrontIs('@'))
876 and (ilcfEndOfLine in IdentList.ContextFlags)
924 and ((ilcfEndOfLine in IdentList.ContextFlags) or IdentList.StartUpAtomBehindIs(';'))
928 and (not IdentList.StartUpAtomBehindIs(':='))
929 and (not IdentList.StartUpAtomBehindIs('('))
[all …]
/dports/editors/lazarus-qt5/lazarus/ide/
H A Dsourceeditprocs.pas762 IdentList: TIdentifierList;
780 IdentList:=CodeToolBoss.IdentifierList;
782 IdentItem:=IdentList.FilteredItems[Index];
788 IdentItem.BeautifyIdentifier(IdentList);
833 and (not IdentList.StartUpAtomBehindIs('('))
834 and (not IdentList.StartUpAtomInFrontIs('@'))
856 and (ilcfEndOfLine in IdentList.ContextFlags)
904 and ((ilcfEndOfLine in IdentList.ContextFlags) or IdentList.StartUpAtomBehindIs(';'))
908 and (not IdentList.StartUpAtomBehindIs(':='))
909 and (not IdentList.StartUpAtomBehindIs('('))
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/
H A Dsourceeditprocs.pas782 IdentList: TIdentifierList;
800 IdentList:=CodeToolBoss.IdentifierList;
802 IdentItem:=IdentList.FilteredItems[Index];
808 IdentItem.BeautifyIdentifier(IdentList);
853 and (not IdentList.StartUpAtomBehindIs('('))
854 and (not IdentList.StartUpAtomInFrontIs('@'))
876 and (ilcfEndOfLine in IdentList.ContextFlags)
924 and ((ilcfEndOfLine in IdentList.ContextFlags) or IdentList.StartUpAtomBehindIs(';'))
928 and (not IdentList.StartUpAtomBehindIs(':='))
929 and (not IdentList.StartUpAtomBehindIs('('))
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/d5/tengo/v2/parser/
H A Dast.go22 type IdentList struct { struct
30 func (n *IdentList) Pos() Pos { argument
41 func (n *IdentList) End() Pos { argument
52 func (n *IdentList) NumFields() int { argument
59 func (n *IdentList) String() string { argument
/dports/lang/cocor/cocor-1.7_3/samples/
H A Dpimmod2.atg39 Enumeration = "(" IdentList ")" .
40 IdentList = ident { "," ident } .
45 FieldList = [ IdentList ":" Type
57 VariableDeclaration = IdentList ":" Type .
101 FPSection = [ "VAR" ] IdentList ":" FormalType .
106 Export = "EXPORT" [ "QUALIFIED" ] IdentList ";" .
107 Import = [ "FROM" ident ] "IMPORT" IdentList ";" .
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dnftree.c70 static char **IdentList; variable
162 IdentList = NULL; in ClearFilter()
197 engine->IdentList = IdentList; in CompileFilter()
417 printf("Ident %i: %s\n", i, IdentList[i]); in DumpEngine()
534 IdentList = (char **)malloc( MaxIdents * sizeof(char *)); in AddIdent()
535 if ( !IdentList ) { in AddIdent()
539 memset((void *)IdentList, 0, MaxIdents * sizeof(char *)); in AddIdent()
544 IdentList = realloc((void *)IdentList, MaxIdents * sizeof(char *)); in AddIdent()
545 if ( !IdentList ) { in AddIdent()
552 IdentList[num] = strdup(Ident); in AddIdent()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/darling_core/src/options/
H A Dforward_attrs.rs4 use util::IdentList;
10 Only(IdentList),
29 Ok(ForwardAttrs::Only(IdentList::from_list(nested)?)) in from_list()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/darling_core-0.9.0/src/options/
H A Dforward_attrs.rs3 use util::IdentList;
10 Only(IdentList),
29 Ok(ForwardAttrs::Only(IdentList::from_list(nested)?)) in from_list()
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/darling_core-0.9.0/src/options/
H A Dforward_attrs.rs3 use util::IdentList;
10 Only(IdentList),
29 Ok(ForwardAttrs::Only(IdentList::from_list(nested)?)) in from_list()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/darling_core-0.9.0/src/options/
H A Dforward_attrs.rs3 use util::IdentList;
10 Only(IdentList),
29 Ok(ForwardAttrs::Only(IdentList::from_list(nested)?)) in from_list()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/darling_core-0.9.0/src/options/
H A Dforward_attrs.rs3 use util::IdentList;
10 Only(IdentList),
29 Ok(ForwardAttrs::Only(IdentList::from_list(nested)?)) in from_list()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/darling_core-0.9.0/src/codegen/
H A Dfrom_field.rs7 use util::IdentList;
17 pub attr_names: &'a IdentList,
78 fn attr_names(&self) -> &IdentList { in attr_names() argument
H A Dfrom_type_param.rs7 use util::IdentList;
15 pub attr_names: &'a IdentList,
77 fn attr_names(&self) -> &IdentList { in attr_names() argument
H A Dfrom_variant_impl.rs7 use util::IdentList;
14 pub attr_names: &'a IdentList,
89 fn attr_names(&self) -> &IdentList { in attr_names() argument
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/darling_core-0.9.0/src/codegen/
H A Dfrom_type_param.rs7 use util::IdentList;
15 pub attr_names: &'a IdentList,
77 fn attr_names(&self) -> &IdentList { in attr_names() argument
H A Dfrom_field.rs7 use util::IdentList;
17 pub attr_names: &'a IdentList,
78 fn attr_names(&self) -> &IdentList { in attr_names() argument
H A Dfrom_variant_impl.rs7 use util::IdentList;
14 pub attr_names: &'a IdentList,
89 fn attr_names(&self) -> &IdentList { in attr_names() argument
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/darling_core-0.9.0/src/codegen/
H A Dfrom_field.rs7 use util::IdentList;
17 pub attr_names: &'a IdentList,
78 fn attr_names(&self) -> &IdentList { in attr_names() argument
H A Dfrom_type_param.rs7 use util::IdentList;
15 pub attr_names: &'a IdentList,
77 fn attr_names(&self) -> &IdentList {

123456