Home
last modified time | relevance | path

Searched defs:scan (Results 1 – 25 of 8509) sorted by relevance

12345678910>>...341

/dports/lang/erlang-runtime23/corba-5.0.2/lib/cosNotification/src/
H A DcosNotification_Scanner.erl31 scan(Str) -> function
63 scan([$> | Str], Line, Out, _Type) -> function
69 scan([$+ | Str], Line, Out, Type) -> function
71 scan([$- | Str], Line, Out, Type) -> function
85 scan([$\r|Str], Line, Out, Type) -> function
88 scan([$\n|Str], Line, Out, Type) -> function
97 scan([92 | Str], Line, Out, Type) -> function
107 scan([$"|Str], Line, Out, Type) -> function
109 scan([$'|Str], Line, Out, Type) -> function
122 scan([C|Str], Line, Out, Type) -> function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/cosNotification/src/
H A DcosNotification_Scanner.erl31 scan(Str) -> function
63 scan([$> | Str], Line, Out, _Type) -> function
69 scan([$+ | Str], Line, Out, Type) -> function
71 scan([$- | Str], Line, Out, Type) -> function
85 scan([$\r|Str], Line, Out, Type) -> function
88 scan([$\n|Str], Line, Out, Type) -> function
97 scan([92 | Str], Line, Out, Type) -> function
107 scan([$"|Str], Line, Out, Type) -> function
109 scan([$'|Str], Line, Out, Type) -> function
122 scan([C|Str], Line, Out, Type) -> function
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/cosNotification/src/
H A DcosNotification_Scanner.erl31 scan(Str) -> function
63 scan([$> | Str], Line, Out, _Type) -> function
69 scan([$+ | Str], Line, Out, Type) -> function
71 scan([$- | Str], Line, Out, Type) -> function
85 scan([$\r|Str], Line, Out, Type) -> function
88 scan([$\n|Str], Line, Out, Type) -> function
97 scan([92 | Str], Line, Out, Type) -> function
107 scan([$"|Str], Line, Out, Type) -> function
109 scan([$'|Str], Line, Out, Type) -> function
122 scan([C|Str], Line, Out, Type) -> function
[all …]
/dports/lang/erlang/corba-5.0.2/lib/cosNotification/src/
H A DcosNotification_Scanner.erl31 scan(Str) -> function
63 scan([$> | Str], Line, Out, _Type) -> function
69 scan([$+ | Str], Line, Out, Type) -> function
71 scan([$- | Str], Line, Out, Type) -> function
85 scan([$\r|Str], Line, Out, Type) -> function
88 scan([$\n|Str], Line, Out, Type) -> function
97 scan([92 | Str], Line, Out, Type) -> function
107 scan([$"|Str], Line, Out, Type) -> function
109 scan([$'|Str], Line, Out, Type) -> function
122 scan([C|Str], Line, Out, Type) -> function
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/cosNotification/src/
H A DcosNotification_Scanner.erl31 scan(Str) -> function
63 scan([$> | Str], Line, Out, _Type) -> function
69 scan([$+ | Str], Line, Out, Type) -> function
71 scan([$- | Str], Line, Out, Type) -> function
85 scan([$\r|Str], Line, Out, Type) -> function
88 scan([$\n|Str], Line, Out, Type) -> function
97 scan([92 | Str], Line, Out, Type) -> function
107 scan([$"|Str], Line, Out, Type) -> function
109 scan([$'|Str], Line, Out, Type) -> function
122 scan([C|Str], Line, Out, Type) -> function
[all …]
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DLogEntry.cc122 char *scan = _text; in handleStatusEntry() local
136 char *scan = _text; in handleStatusEntry() local
148 char *scan = _text; in handleStatusEntry() local
161 char *scan = _text; in handleStatusEntry() local
185 char *scan = _text; in handleStatusEntry() local
201 char *scan = _text; in handleStatusEntry() local
215 char *scan = _text; in handleStatusEntry() local
230 char *scan = _text; in handleStatusEntry() local
263 char *scan = _text; in handleNotificationEntry() local
307 char *scan = _text; in handlePassiveCheckEntry() local
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_auth_backend_oauth2/src/
H A Dwildcard.erl30 scan(_Subject, [<<>>], _Pos, _Length) -> true; function
32 scan(_Subject, [], Length, Length) -> true; function
34 scan(_Subject, [], Pos, Length) when Pos =/= Length -> false; function
36 scan(_Subject, _NonEmpty, Length, Length) -> false; function
38 scan(Subject, [<<>> | Rest], Pos, Length) -> function
41 scan(Subject, [Part | Rest], Pos, Length) -> function
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/coprocessor/
H A DTestAggregateProtocol.java138 Scan scan = new Scan(); in testMedianWithValidRange() local
159 Scan scan = new Scan(); in testRowCountWithValidRange() local
177 Scan scan = new Scan(); in testRowCountAllTable() local
193 Scan scan = new Scan(); in testRowCountWithInvalidRange1() local
217 Scan scan = new Scan(); in testRowCountWithInvalidRange2() local
235 Scan scan = new Scan(); in testRowCountWithNullCQ() local
247 Scan scan = new Scan(); in testRowCountWithPrefixFilter() local
269 Scan scan = new Scan(); in testMaxWithValidRange() local
283 Scan scan = new Scan(); in testMaxWithValidRange2() local
296 Scan scan = new Scan(); in testMaxWithValidRangeWithNoCQ() local
[all …]
H A DTestBigDecimalColumnInterpreter.java137 Scan scan = new Scan(); in testMedianWithValidRange() local
156 Scan scan = new Scan(); in testMaxWithValidRange() local
170 Scan scan = new Scan(); in testMaxWithValidRange2() local
183 Scan scan = new Scan(); in testMaxWithValidRangeWithNoCQ() local
194 Scan scan = new Scan(); in testMaxWithValidRange2WithNoCQ() local
209 Scan scan = new Scan(); in testMaxWithValidRangeWithNullCF() local
225 Scan scan = new Scan(); in testMaxWithInvalidRange() local
242 Scan scan = new Scan(); in testMaxWithInvalidRange2() local
261 Scan scan = new Scan(); in testMaxWithFilter() local
281 Scan scan = new Scan(); in testMinWithValidRange() local
[all …]
H A DTestDoubleColumnInterpreter.java134 Scan scan = new Scan(); in testMedianWithValidRange() local
153 Scan scan = new Scan(); in testMaxWithValidRange() local
167 Scan scan = new Scan(); in testMaxWithValidRange2() local
180 Scan scan = new Scan(); in testMaxWithValidRangeWithNoCQ() local
191 Scan scan = new Scan(); in testMaxWithValidRange2WithNoCQ() local
206 Scan scan = new Scan(); in testMaxWithValidRangeWithNullCF() local
222 Scan scan = new Scan(); in testMaxWithInvalidRange() local
239 Scan scan = new Scan(); in testMaxWithInvalidRange2() local
258 Scan scan = new Scan(); in testMaxWithFilter() local
278 Scan scan = new Scan(); in testMinWithValidRange() local
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/dns/prometheus-dnssec-exporter/prometheus-dnssec-exporter-caa7d89/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/mdns/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/miekg/dns/
H A Dscanner.go12 type scan struct { struct
13 src *bufio.Reader
14 position scanner.Position
15 eof bool // Have we just seen a eof
16 ctx context.Context
31 func (s *scan) tokenText() (byte, error) {
/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dscanner.c97 void parse_error (scanner_t *scan, char *fmt, ...) in parse_error()
105 void parse_warn (scanner_t *scan, char *fmt, ...) in parse_warn()
123 static void free_cards(scanner_t *scan, card_t *c) in free_cards()
149 static deck_t *new_deck(scanner_t *scan) in new_deck()
172 void scanner_reset_tokens(scanner_t *scan) in scanner_reset_tokens()
272 void scanner_init(scanner_t *scan) in scanner_init()
285 void scanner_free_all(scanner_t *scan) in scanner_free_all()
290 void scanner_release(scanner_t *scan) in scanner_release()
473 int scanner_parse_line(scanner_t *scan) in scanner_parse_line()
696 int scanner_parse_all(scanner_t *scan) in scanner_parse_all()
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dicscan.erl35 scan(G, File) -> function
68 scan(G, BE, [$L, $'|Str], Line, Out) -> function
84 scan(G, BE, [$\r|Str], Line, Out) -> function
86 scan(G, BE, [$\n|Str], Line, Out) -> function
98 scan(G, BE, [$"|Str], Line, Out) -> function
102 scan(G, BE, [$'|Str], Line, Out) -> function
104 scan(G, BE, [$\\|Str], Line, Out) -> function
106 scan(G, BE, [$. | Str], Line, Out) -> function
108 scan(G, BE, [$# | Str], Line, Out) -> function
114 scan(G, BE, [C|Str], Line, Out) -> function
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dicscan.erl35 scan(G, File) -> function
68 scan(G, BE, [$L, $'|Str], Line, Out) -> function
84 scan(G, BE, [$\r|Str], Line, Out) -> function
86 scan(G, BE, [$\n|Str], Line, Out) -> function
98 scan(G, BE, [$"|Str], Line, Out) -> function
102 scan(G, BE, [$'|Str], Line, Out) -> function
104 scan(G, BE, [$\\|Str], Line, Out) -> function
106 scan(G, BE, [$. | Str], Line, Out) -> function
108 scan(G, BE, [$# | Str], Line, Out) -> function
114 scan(G, BE, [C|Str], Line, Out) -> function
[all …]

12345678910>>...341