Home
last modified time | relevance | path

Searched defs:export_element (Results 1 – 8 of 8) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl.erl215 export_element(E, CB) when is_atom(CB) -> function
217 export_element(#xmlText{value = Text}, CBs) -> function
219 export_element(E = #xmlElement{name = Tag, function
227 export_element(#xmlPI{}, _CBs) -> function
229 export_element(#xmlComment{}, _CBs) -> function
231 export_element(#xmlDecl{}, _CBs) -> function
240 export_element(#xmlText{value = Text},CallbackModule,_CallbackState) -> function
243 export_element(E=#xmlElement{name = Tag, function
250 export_element(#xmlPI{}, _CallbackModule, CallbackState) -> function
252 export_element(#xmlComment{},_CallbackModule, CallbackState) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl.erl215 export_element(E, CB) when is_atom(CB) -> function
217 export_element(#xmlText{value = Text}, CBs) -> function
219 export_element(E = #xmlElement{name = Tag, function
227 export_element(#xmlPI{}, _CBs) -> function
229 export_element(#xmlComment{}, _CBs) -> function
231 export_element(#xmlDecl{}, _CBs) -> function
240 export_element(#xmlText{value = Text},CallbackModule,_CallbackState) -> function
243 export_element(E=#xmlElement{name = Tag, function
250 export_element(#xmlPI{}, _CallbackModule, CallbackState) -> function
252 export_element(#xmlComment{},_CallbackModule, CallbackState) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl.erl215 export_element(E, CB) when is_atom(CB) -> function
217 export_element(#xmlText{value = Text}, CBs) -> function
219 export_element(E = #xmlElement{name = Tag, function
227 export_element(#xmlPI{}, _CBs) -> function
229 export_element(#xmlComment{}, _CBs) -> function
231 export_element(#xmlDecl{}, _CBs) -> function
240 export_element(#xmlText{value = Text},CallbackModule,_CallbackState) -> function
243 export_element(E=#xmlElement{name = Tag, function
250 export_element(#xmlPI{}, _CallbackModule, CallbackState) -> function
252 export_element(#xmlComment{},_CallbackModule, CallbackState) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl.erl215 export_element(E, CB) when is_atom(CB) -> function
217 export_element(#xmlText{value = Text}, CBs) -> function
219 export_element(E = #xmlElement{name = Tag, function
227 export_element(#xmlPI{}, _CBs) -> function
229 export_element(#xmlComment{}, _CBs) -> function
231 export_element(#xmlDecl{}, _CBs) -> function
240 export_element(#xmlText{value = Text},CallbackModule,_CallbackState) -> function
243 export_element(E=#xmlElement{name = Tag, function
250 export_element(#xmlPI{}, _CallbackModule, CallbackState) -> function
252 export_element(#xmlComment{},_CallbackModule, CallbackState) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl.erl215 export_element(E, CB) when is_atom(CB) -> function
217 export_element(#xmlText{value = Text}, CBs) -> function
219 export_element(E = #xmlElement{name = Tag, function
227 export_element(#xmlPI{}, _CBs) -> function
229 export_element(#xmlComment{}, _CBs) -> function
231 export_element(#xmlDecl{}, _CBs) -> function
240 export_element(#xmlText{value = Text},CallbackModule,_CallbackState) -> function
243 export_element(E=#xmlElement{name = Tag, function
250 export_element(#xmlPI{}, _CallbackModule, CallbackState) -> function
252 export_element(#xmlComment{},_CallbackModule, CallbackState) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl.erl215 export_element(E, CB) when is_atom(CB) -> function
217 export_element(#xmlText{value = Text}, CBs) -> function
219 export_element(E = #xmlElement{name = Tag, function
227 export_element(#xmlPI{}, _CBs) -> function
229 export_element(#xmlComment{}, _CBs) -> function
231 export_element(#xmlDecl{}, _CBs) -> function
240 export_element(#xmlText{value = Text},CallbackModule,_CallbackState) -> function
243 export_element(E=#xmlElement{name = Tag, function
250 export_element(#xmlPI{}, _CallbackModule, CallbackState) -> function
252 export_element(#xmlComment{},_CallbackModule, CallbackState) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl.erl215 export_element(E, CB) when is_atom(CB) -> function
217 export_element(#xmlText{value = Text}, CBs) -> function
219 export_element(E = #xmlElement{name = Tag, function
227 export_element(#xmlPI{}, _CBs) -> function
229 export_element(#xmlComment{}, _CBs) -> function
231 export_element(#xmlDecl{}, _CBs) -> function
240 export_element(#xmlText{value = Text},CallbackModule,_CallbackState) -> function
243 export_element(E=#xmlElement{name = Tag, function
250 export_element(#xmlPI{}, _CallbackModule, CallbackState) -> function
252 export_element(#xmlComment{},_CallbackModule, CallbackState) -> function
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_connectivity_build.c33 int pe_no, int *export_element, in find_index_a_connect()