Home
last modified time | relevance | path

Searched refs:get_occur (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/lib/KinoSearch1/Search/
H A DBooleanQuery.pm129 $scorer->add_subscorer( $subscorer, $clause->get_occur );
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xqdoc_visitor.cpp825 if(lParam->get_typedecl()->get_occur()){ in XQDOC_NO_BEGIN_TAG()
827 print_parsetree_xquery(os, lParam->get_typedecl()->get_occur()); in XQDOC_NO_BEGIN_TAG()
862 if(n.get_return_type()->get_occur()){ in XQDOC_NO_BEGIN_TAG()
864 print_parsetree_xquery(os, n.get_return_type()->get_occur()); in XQDOC_NO_BEGIN_TAG()
H A Dparsenodes.h4982 rchandle<OccurrenceIndicator> get_occur() const { return occur_h; } in get_occur() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_xsd.erl1600 get_occur({_,{_,Occ={Min,_}}}) when is_integer(Min) -> function
1602 get_occur({_,{_,Occ={Min,_},_}}) when is_integer(Min) -> function
1604 get_occur(Other) -> function
2762 case {is_optional(El,S),S#xsd_state.num_el,get_occur(El)} of
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_xsd.erl1600 get_occur({_,{_,Occ={Min,_}}}) when is_integer(Min) -> function
1602 get_occur({_,{_,Occ={Min,_},_}}) when is_integer(Min) -> function
1604 get_occur(Other) -> function
2762 case {is_optional(El,S),S#xsd_state.num_el,get_occur(El)} of
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_xsd.erl1600 get_occur({_,{_,Occ={Min,_}}}) when is_integer(Min) -> function
1602 get_occur({_,{_,Occ={Min,_},_}}) when is_integer(Min) -> function
1604 get_occur(Other) -> function
2762 case {is_optional(El,S),S#xsd_state.num_el,get_occur(El)} of
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd.erl1600 get_occur({_,{_,Occ={Min,_}}}) when is_integer(Min) -> function
1602 get_occur({_,{_,Occ={Min,_},_}}) when is_integer(Min) -> function
1604 get_occur(Other) -> function
2762 case {is_optional(El,S),S#xsd_state.num_el,get_occur(El)} of
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd.erl1600 get_occur({_,{_,Occ={Min,_}}}) when is_integer(Min) -> function
1602 get_occur({_,{_,Occ={Min,_},_}}) when is_integer(Min) -> function
1604 get_occur(Other) -> function
2762 case {is_optional(El,S),S#xsd_state.num_el,get_occur(El)} of
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd.erl1600 get_occur({_,{_,Occ={Min,_}}}) when is_integer(Min) -> function
1602 get_occur({_,{_,Occ={Min,_},_}}) when is_integer(Min) -> function
1604 get_occur(Other) -> function
2762 case {is_optional(El,S),S#xsd_state.num_el,get_occur(El)} of
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_xsd.erl1600 get_occur({_,{_,Occ={Min,_}}}) when is_integer(Min) -> function
1602 get_occur({_,{_,Occ={Min,_},_}}) when is_integer(Min) -> function
1604 get_occur(Other) -> function
2762 case {is_optional(El,S),S#xsd_state.num_el,get_occur(El)} of
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12538 if (v.get_itemtype() == NULL && v.get_occur() == NULL) in begin_visit()