Home
last modified time | relevance | path

Searched defs:scan_element (Results 1 – 11 of 11) sorted by relevance

/dports/devel/p5-Config-Model/Config-Model-2.147/lib/Config/Model/
H A DObjTreeScanner.pm157 sub scan_element { subroutine
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/xmerl/src/
H A Dxmerl_scan.erl2047 scan_element(T, S, Pos) -> function
2051 scan_element(T, S=#xmerl_scanner{line=L,col=C}, function
2061 scan_element("/", S=#xmerl_scanner{continuation_fun = F}, function
2070 scan_element([], S=#xmerl_scanner{continuation_fun = F}, function
2079 scan_element("/>" ++ T, S0 = #xmerl_scanner{hook_fun = Hook, function
2098 scan_element(">", S=#xmerl_scanner{continuation_fun = F}, function
2107 scan_element(">" ++ T, S0 = #xmerl_scanner{event_fun = Event, function
2146 scan_element(T, S, Pos, Name, StartL, StartC, Attrs, Lang, Parents, function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/xmerl/src/
H A Dxmerl_scan.erl2047 scan_element(T, S, Pos) -> function
2051 scan_element(T, S=#xmerl_scanner{line=L,col=C}, function
2061 scan_element("/", S=#xmerl_scanner{continuation_fun = F}, function
2070 scan_element([], S=#xmerl_scanner{continuation_fun = F}, function
2079 scan_element("/>" ++ T, S0 = #xmerl_scanner{hook_fun = Hook, function
2098 scan_element(">", S=#xmerl_scanner{continuation_fun = F}, function
2107 scan_element(">" ++ T, S0 = #xmerl_scanner{event_fun = Event, function
2146 scan_element(T, S, Pos, Name, StartL, StartC, Attrs, Lang, Parents, function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/xmerl/src/
H A Dxmerl_scan.erl2047 scan_element(T, S, Pos) -> function
2051 scan_element(T, S=#xmerl_scanner{line=L,col=C}, function
2061 scan_element("/", S=#xmerl_scanner{continuation_fun = F}, function
2070 scan_element([], S=#xmerl_scanner{continuation_fun = F}, function
2079 scan_element("/>" ++ T, S0 = #xmerl_scanner{hook_fun = Hook, function
2098 scan_element(">", S=#xmerl_scanner{continuation_fun = F}, function
2107 scan_element(">" ++ T, S0 = #xmerl_scanner{event_fun = Event, function
2146 scan_element(T, S, Pos, Name, StartL, StartC, Attrs, Lang, Parents, function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2050 scan_element(T, S, Pos) -> function
2054 scan_element(T, S=#xmerl_scanner{line=L,col=C}, function
2064 scan_element("/", S=#xmerl_scanner{continuation_fun = F}, function
2073 scan_element([], S=#xmerl_scanner{continuation_fun = F}, function
2082 scan_element("/>" ++ T, S0 = #xmerl_scanner{hook_fun = Hook, function
2101 scan_element(">", S=#xmerl_scanner{continuation_fun = F}, function
2110 scan_element(">" ++ T, S0 = #xmerl_scanner{event_fun = Event, function
2149 scan_element(T, S, Pos, Name, StartL, StartC, Attrs, Lang, Parents, function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2050 scan_element(T, S, Pos) -> function
2054 scan_element(T, S=#xmerl_scanner{line=L,col=C}, function
2064 scan_element("/", S=#xmerl_scanner{continuation_fun = F}, function
2073 scan_element([], S=#xmerl_scanner{continuation_fun = F}, function
2082 scan_element("/>" ++ T, S0 = #xmerl_scanner{hook_fun = Hook, function
2101 scan_element(">", S=#xmerl_scanner{continuation_fun = F}, function
2110 scan_element(">" ++ T, S0 = #xmerl_scanner{event_fun = Event, function
2149 scan_element(T, S, Pos, Name, StartL, StartC, Attrs, Lang, Parents, function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2050 scan_element(T, S, Pos) -> function
2054 scan_element(T, S=#xmerl_scanner{line=L,col=C}, function
2064 scan_element("/", S=#xmerl_scanner{continuation_fun = F}, function
2073 scan_element([], S=#xmerl_scanner{continuation_fun = F}, function
2082 scan_element("/>" ++ T, S0 = #xmerl_scanner{hook_fun = Hook, function
2101 scan_element(">", S=#xmerl_scanner{continuation_fun = F}, function
2110 scan_element(">" ++ T, S0 = #xmerl_scanner{event_fun = Event, function
2149 scan_element(T, S, Pos, Name, StartL, StartC, Attrs, Lang, Parents, function
/dports/lang/erlang/otp-OTP-24.1.7/lib/xmerl/src/
H A Dxmerl_scan.erl2050 scan_element(T, S, Pos) -> function
2054 scan_element(T, S=#xmerl_scanner{line=L,col=C}, function
2064 scan_element("/", S=#xmerl_scanner{continuation_fun = F}, function
2073 scan_element([], S=#xmerl_scanner{continuation_fun = F}, function
2082 scan_element("/>" ++ T, S0 = #xmerl_scanner{hook_fun = Hook, function
2101 scan_element(">", S=#xmerl_scanner{continuation_fun = F}, function
2110 scan_element(">" ++ T, S0 = #xmerl_scanner{event_fun = Event, function
2149 scan_element(T, S, Pos, Name, StartL, StartC, Attrs, Lang, Parents, function
/dports/misc/libiio/libiio-0.21/bindings/csharp/
H A DChannel.cs252 public readonly bool scan_element; field in iio.Channel
/dports/misc/libiio/libiio-0.21/
H A Dchannel.c238 char *ptr, *eptr, *str, **attrs, *scan_element = NULL; in iio_channel_get_xml() local
/dports/misc/libiio/libiio-0.21/bindings/python/
H A Diio.py913 scan_element = property( variable in Channel