Home
last modified time | relevance | path

Searched refs:parse_atom (Results 1 – 25 of 212) sorted by relevance

123456789

/dports/math/py-pysmt/pysmt-0.9.0/pysmt/smtlib/parser/
H A Dparser.py510 const = self.parse_atom(tokens, "expression")
527 op = self.parse_atom(tokens, "expression")
531 send = self.parse_atom(tokens, "expression")
560 sstep = self.parse_atom(tokens, "expression")
569 sstep = self.parse_atom(tokens, "expression")
1004 def parse_atom(self, tokens, command): member in SmtLibParser
1033 vname = self.parse_atom(tokens, command)
1171 var = self.parse_atom(tokens, current)
1186 var = self.parse_atom(tokens, current)
1205 var = self.parse_atom(tokens, current)
[all …]
/dports/audio/harp/harp-0.6.0/plugins/aac/mp4lib/
H A Dmp4lib.c28 uint32_t parse_atom(FILE *in, mp4atom_t *at, mp4handle_t *h);
73 ret=parse_atom(in,&cur_at,h); in atom_step_down()
105 ret=parse_atom(in,&cur_at,h); in atom_udta_start_down()
127 ret=parse_atom(in,&cur_at,h); in atom_udta_meta_down()
144 ret=parse_atom(in,&cur_at,h); in atom_udta_ilst_down()
165 ret=parse_atom(in,&cur_at,h); in atom_udta_parse_meta()
240 parse_atom(in,&cur_at,h); in atom_parse_mp4a()
282 parse_atom(in,&cur_at,h); in atom_parse_stsd()
456 uint32_t parse_atom(FILE *in, mp4atom_t *at, mp4handle_t *h){ in parse_atom() function
513 while(parse_atom(in,&at,h)>0 && !h->metadone); in mp4lib_parse_meta()
/dports/science/p5-Chemistry-File-SMARTS/Chemistry-File-SMARTS-0.22/
H A DSMARTS.pm96 my $current_atom = parse_atom($patt, $tok, $toks);
114 my $next_atom = parse_atom($patt, $next_tok, $toks);
123 sub parse_atom { subroutine
/dports/science/p5-PerlMol/PerlMol-0.3500/inc/BUNDLES/Chemistry-File-SMARTS-0.22/
H A DSMARTS.pm96 my $current_atom = parse_atom($patt, $tok, $toks);
114 my $next_atom = parse_atom($patt, $next_tok, $toks);
123 sub parse_atom { subroutine
/dports/net-mgmt/librenms/librenms-21.5.1/includes/
H A Dnotifications.php39 $feed = parse_atom($feed);
97 function parse_atom($feed) function
/dports/x11/xinput/xinput-1.6.3/src/
H A Dproperty.c34 static Atom parse_atom(Display *dpy, char *name) { in parse_atom() function
289 prop = parse_atom(dpy, name); in delete_prop_xi1()
339 prop = parse_atom(dpy, name); in do_set_prop_xi1()
409 data.a[i] = parse_atom(dpy, argv[2 + i]); in do_set_prop_xi1()
590 prop = parse_atom(dpy, name); in delete_prop_xi2()
631 prop = parse_atom(dpy, name); in do_set_prop_xi2()
701 data.l[i] = parse_atom(dpy, argv[2 + i]); in do_set_prop_xi2()
/dports/mail/rspamd/rspamd-3.1/lualib/
H A Dlua_maps_expressions.lua175 local function parse_atom(str) function
192 local expr = rspamd_expression.create(obj.expression, parse_atom,
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/
H A Dlua_maps_expressions.lua175 local function parse_atom(str) function
192 local expr = rspamd_expression.create(obj.expression, parse_atom,
/dports/science/p5-Chemistry-MidasPattern/Chemistry-MidasPattern-0.11/lib/Chemistry/
H A DMidasPattern.pm177 my (@atoms) = map { parse_atom($_) } split /[\@,]/, $atom_base||'*';
218 sub parse_atom { subroutine
/dports/science/p5-PerlMol/PerlMol-0.3500/inc/BUNDLES/Chemistry-MidasPattern-0.11/lib/Chemistry/
H A DMidasPattern.pm177 my (@atoms) = map { parse_atom($_) } split /[\@,]/, $atom_base||'*';
218 sub parse_atom { subroutine
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dgenlex.mli33 | [< n1 = parse_atom; n2 = parse_remainder n1 >] -> n2
34 and parse_atom = parser
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dgenlex.mli33 | [< n1 = parse_atom; n2 = parse_remainder n1 >] -> n2
34 and parse_atom = parser
/dports/mail/rspamd-devel/rspamd-93430bb/src/plugins/lua/
H A Dforce_actions.lua39 local function parse_atom(str) function
62 local e, err = rspamd_expression.create(params.expr, {parse_atom, process_atom}, params.pool)
/dports/mail/rspamd/rspamd-3.1/src/plugins/lua/
H A Dforce_actions.lua39 local function parse_atom(str) function
62 local e, err = rspamd_expression.create(params.expr, {parse_atom, process_atom}, params.pool)
/dports/devel/R-cran-BH/BH/inst/include/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/xpressive/
H A Dregex_compiler.hpp320 return this->parse_atom(begin = tmp, end); in parse_group()
345 case token_group_end: return this->parse_atom(begin, end); in parse_group()
480 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
589 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/databases/xtrabackup/boost_1_59_0/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/databases/percona57-server/boost_1_59_0/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/databases/percona57-client/boost_1_59_0/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/devel/boost-libs/boost_1_72_0/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()
/dports/devel/boost-docs/boost_1_72_0/boost/xpressive/
H A Dregex_compiler.hpp321 return this->parse_atom(begin = tmp, end); in parse_group()
349 return this->parse_atom(begin, end); in parse_group()
489 detail::sequence<BidiIter> parse_atom(FwdIter &begin, FwdIter end) in parse_atom() function
598 detail::sequence<BidiIter> seq = this->parse_atom(begin, end); in parse_quant()

123456789