Home
last modified time | relevance | path

Searched full:http (Results 1 – 25 of 16574) sorted by relevance

12345678910>>...663

/external/cldr/tools/java/org/unicode/cldr/util/data/languages/
DchildToParent.tsv2 http://www.wikidata.org/entity/Q1400216 http://www.wikidata.org/entity/Q150
3 http://www.wikidata.org/entity/Q1473289 http://www.wikidata.org/entity/Q150
4 http://www.wikidata.org/entity/Q2075394 http://www.wikidata.org/entity/Q150
5 http://www.wikidata.org/entity/Q2423700 http://www.wikidata.org/entity/Q150
6 http://www.wikidata.org/entity/Q2922261 http://www.wikidata.org/entity/Q150
7 http://www.wikidata.org/entity/Q3083193 http://www.wikidata.org/entity/Q150
8 http://www.wikidata.org/entity/Q3083199 http://www.wikidata.org/entity/Q150
9 http://www.wikidata.org/entity/Q3083202 http://www.wikidata.org/entity/Q150
10 http://www.wikidata.org/entity/Q3083218 http://www.wikidata.org/entity/Q150
11 http://www.wikidata.org/entity/Q3100376 http://www.wikidata.org/entity/Q150
[all …]
DentityToCode.tsv2 http://www.wikidata.org/entity/Q143 eo
3 http://www.wikidata.org/entity/Q150 fr
4 http://www.wikidata.org/entity/Q188 de
5 http://www.wikidata.org/entity/Q102172 li
6 http://www.wikidata.org/entity/Q1025090 cdd
7 http://www.wikidata.org/entity/Q10322099 cds
8 http://www.wikidata.org/entity/Q10322106 ukl
9 http://www.wikidata.org/entity/Q1039346 sii
10 http://www.wikidata.org/entity/Q1048980 cmn-sg
11 http://www.wikidata.org/entity/Q1055287 ysn
[all …]
DentityToLabel.tsv2 http://www.wikidata.org/entity/Q150 French
3 http://www.wikidata.org/entity/Q188 German
4 http://www.wikidata.org/entity/Q1002956 Buhid
5 http://www.wikidata.org/entity/Q10048570 Q10048570
6 http://www.wikidata.org/entity/Q1012917 Wutun language
7 http://www.wikidata.org/entity/Q1017152 Buru language
8 http://www.wikidata.org/entity/Q102172 Limburgish
9 http://www.wikidata.org/entity/Q1022087 Kra languages
10 http://www.wikidata.org/entity/Q1023641 Kam–Sui languages
11 http://www.wikidata.org/entity/Q1023648 Hlai languages
[all …]
/external/apache-http/
Dart-profile1 HPLandroid/net/http/AndroidHttpClient$1;->process(Lorg/apache/http/HttpRequest;Lorg/apache/http/pro…
2 HPLandroid/net/http/AndroidHttpClient$2;->createHttpContext()Lorg/apache/http/protocol/HttpContext;
3 HPLandroid/net/http/AndroidHttpClient$2;->createHttpProcessor()Lorg/apache/http/protocol/BasicHttpP…
4 HPLandroid/net/http/AndroidHttpClient$CurlLogger;-><init>(Landroid/net/http/AndroidHttpClient;)V
5 HPLandroid/net/http/AndroidHttpClient$CurlLogger;-><init>(Landroid/net/http/AndroidHttpClient;Landr…
6 HPLandroid/net/http/AndroidHttpClient$CurlLogger;->process(Lorg/apache/http/HttpRequest;Lorg/apache…
7 HPLandroid/net/http/AndroidHttpClient$LoggingConfiguration;->-wrap0(Landroid/net/http/AndroidHttpCl…
8 HPLandroid/net/http/AndroidHttpClient$LoggingConfiguration;->isLoggable()Z
9 HPLandroid/net/http/AndroidHttpClient;->-get0(Landroid/net/http/AndroidHttpClient;)Landroid/net/htt…
10 HPLandroid/net/http/AndroidHttpClient;->-get1()Lorg/apache/http/HttpRequestInterceptor;
[all …]
/external/libcups/cups/
Dhttp.c2 * HTTP routines for CUPS.
41 static void http_add_field(http_t *http, http_field_t field, const char *value, int append);
43 static void http_content_coding_finish(http_t *http);
44 static void http_content_coding_start(http_t *http,
55 static ssize_t http_read(http_t *http, char *buffer, size_t length);
56 static ssize_t http_read_buffered(http_t *http, char *buffer, size_t length);
57 static ssize_t http_read_chunk(http_t *http, char *buffer, size_t length);
58 static int http_send(http_t *http, http_state_t request,
60 static ssize_t http_write(http_t *http, const char *buffer,
62 static ssize_t http_write_chunk(http_t *http, const char *buffer,
[all …]
Dgetputfile.c34 http_status_t /* O - HTTP status */
35 cupsGetFd(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetFd() argument
41 http_status_t status; /* HTTP status from server */ in cupsGetFd()
52 DEBUG_printf(("cupsGetFd(http=%p, resource=\"%s\", fd=%d)", (void *)http, resource, fd)); in cupsGetFd()
56 if (http) in cupsGetFd()
57 http->error = EINVAL; in cupsGetFd()
62 if (!http) in cupsGetFd()
63 if ((http = _cupsConnect()) == NULL) in cupsGetFd()
67 * Then send GET requests to the HTTP server... in cupsGetFd()
70 strlcpy(if_modified_since, httpGetField(http, HTTP_FIELD_IF_MODIFIED_SINCE), in cupsGetFd()
[all …]
Drequest.c40 cupsDoFileRequest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsDoFileRequest() argument
42 const char *resource, /* I - HTTP resource for POST */ in cupsDoFileRequest()
49 …DEBUG_printf(("cupsDoFileRequest(http=%p, request=%p(%s), resource=\"%s\", filename=\"%s\")", (voi… in cupsDoFileRequest()
70 response = cupsDoIORequest(http, request, resource, infile, -1); in cupsDoFileRequest()
96 cupsDoIORequest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsDoIORequest() argument
98 const char *resource, /* I - HTTP resource for POST */ in cupsDoIORequest()
104 http_status_t status; /* Status of HTTP request */ in cupsDoIORequest()
110 …DEBUG_printf(("cupsDoIORequest(http=%p, request=%p(%s), resource=\"%s\", infile=%d, outfile=%d)", … in cupsDoIORequest()
129 if (!http && (http = _cupsConnect()) == NULL) in cupsDoIORequest()
186 if (http->authstring && !strncmp(http->authstring, "Local ", 6)) in cupsDoIORequest()
[all …]
/external/okhttp/okhttp-tests/src/test/resources/
Dweb-platform-test-urltestdata.txt3 # Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/segments.js
4 http://example\t.\norg http://example.org/foo/bar s:http h:example.org p:/
5 http://user:pass@foo:21/bar;par?b#c s:http u:user pass:pass h:foo port:21 p:/bar;par q:?b f:#c
6 http:foo.com s:http h:example.org p:/foo/foo.com
7 \t\s\s\s:foo.com\s\s\s\n s:http h:example.org p:/foo/:foo.com
8 \sfoo.com\s\s s:http h:example.org p:/foo/foo.com
10 http://f:21/\sb\s?\sd\s#\se\s s:http h:f port:21 p:/%20b%20 q:?%20d%20 f:#\se
11 http://f:/c s:http h:f p:/c
12 http://f:0/c s:http h:f port:0 p:/c
13 http://f:00000000000000/c s:http h:f port:0 p:/c
[all …]
/external/apache-http/api/
Dcurrent.txt20 package android.net.http {
22 public final class AndroidHttpClient implements org.apache.http.client.HttpClient {
26 …method public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest) …
27 …method public org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest, …
28 …method public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpR…
29 …method public org.apache.http.HttpResponse execute(org.apache.http.HttpHost, org.apache.http.HttpR…
30 …T execute(org.apache.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? …
31 …e.http.client.methods.HttpUriRequest, org.apache.http.client.ResponseHandler<? extends T>, org.apa…
32 …ecute(org.apache.http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandle…
33http.HttpHost, org.apache.http.HttpRequest, org.apache.http.client.ResponseHandler<? extends T>, o…
[all …]
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt88 googleapiclient.http googleapiclient.http-module.html
89 googleapiclient.http.MAX_BATCH_LIMIT googleapiclient.http-module.html#MAX_BATCH_LIMIT
90 googleapiclient.http._TOO_MANY_REQUESTS googleapiclient.http-module.html#_TOO_MANY_REQUESTS
91 googleapiclient.http.set_user_agent googleapiclient.http-module.html#set_user_agent
92 googleapiclient.http.tunnel_patch googleapiclient.http-module.html#tunnel_patch
93 googleapiclient.http._retry_request googleapiclient.http-module.html#_retry_request
94 googleapiclient.http.DEFAULT_CHUNK_SIZE googleapiclient.http-module.html#DEFAULT_CHUNK_SIZE
95 googleapiclient.http.LOGGER googleapiclient.http-module.html#LOGGER
96 googleapiclient.http.DEFAULT_HTTP_TIMEOUT_SEC googleapiclient.http-module.html#DEFAULT_HTTP_TIMEOUT…
97 googleapiclient.http.build_http googleapiclient.http-module.html#build_http
[all …]
/external/python/cpython3/Doc/library/
Dhttp.rst1 :mod:`http` --- HTTP modules
4 .. module:: http
5 :synopsis: HTTP status codes and messages
7 **Source code:** :source:`Lib/http/__init__.py`
10 pair: HTTP; protocol
11 single: HTTP; http (standard module)
15 :mod:`http` is a package that collects several modules for working with the
18 * :mod:`http.client` is a low-level HTTP protocol client; for high-level URL
20 * :mod:`http.server` contains basic HTTP server classes based on :mod:`socketserver`
21 * :mod:`http.cookies` has utilities for implementing state management with cookies
[all …]
/external/python/google-api-python-client/docs/dyn/
Dindex.md2 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/abusiveexperiencereport_v1.htm…
6 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/acceleratedmobilepageurl_v1.ht…
10 * [v1beta1](http://googleapis.github.io/google-api-python-client/docs/dyn/accessapproval_v1beta1.ht…
14 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1.html)
15 * [v1beta](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1bet…
19 * [v1.2](http://googleapis.github.io/google-api-python-client/docs/dyn/adexchangebuyer_v1.2.html)
20 * [v1.3](http://googleapis.github.io/google-api-python-client/docs/dyn/adexchangebuyer_v1.3.html)
21 * [v1.4](http://googleapis.github.io/google-api-python-client/docs/dyn/adexchangebuyer_v1.4.html)
25 * [v2beta1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexchangebuyer2_v2beta1.…
29 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexperiencereport_v1.html)
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DHttpUrlTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
37 HttpUrl expected = HttpUrl.parse("http://host/"); in parseTrimsAsciiWhitespace()
38 assertEquals(expected, HttpUrl.parse("http://host/\f\n\t \r")); // Leading. in parseTrimsAsciiWhitespace()
40 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
41 assertEquals(expected, HttpUrl.parse(" http://host/ ")); // Both. in parseTrimsAsciiWhitespace()
42 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" ")); in parseTrimsAsciiWhitespace()
43 assertEquals(expected, HttpUrl.parse("http://host/").resolve(" . ")); in parseTrimsAsciiWhitespace()
48 assertNull(HttpUrl.parse("http://" + host + "/")); in parseHostAsciiNonPrintable()
52 // Whitespace characters list from Google's Guava team: http://goo.gl/IcR9RD in parseDoesNotTrimOtherWhitespaceCharacters()
53 assertEquals("/%0B", HttpUrl.parse("http://h/\u000b").encodedPath()); // line tabulation in parseDoesNotTrimOtherWhitespaceCharacters()
[all …]
/external/python/httplib2/tests/
Dtest_http.py21 http = httplib2.Http()
22 http.force_exception_to_status_code = False
23 response, content = http.request(
31 http = httplib2.Http()
34 http.force_exception_to_status_code = False
36 response, content = http.request(
45 http = httplib2.Http()
46 http.force_exception_to_status_code = False
49 http.request("http://no-such-hostname./")
52 http.force_exception_to_status_code = True
[all …]
Dtest_other.py27 http = httplib2.Http()
29 response, content = http.request(uri + "?query", "METHOD")
34 METHOD /?query HTTP/1.1\r\n\
42 http = httplib2.Http(cache=tests.get_cache_path())
43 new_http = pickle.loads(pickle.dumps(http))
45 assert tuple(sorted(new_http.__dict__)) == tuple(sorted(http.__dict__))
46 assert new_http.credentials.credentials == http.credentials.credentials
47 assert new_http.certificates.credentials == http.certificates.credentials
48 assert new_http.cache.cache == http.cache.cache
51 assert getattr(new_http, key) == getattr(http, key)
[all …]
/external/python/cpython2/Lib/test/
Dtest_urlparse.py5 RFC1808_BASE = "http://a/b/c/d;p?q#f"
6 RFC2396_BASE = "http://a/b/c/d;p?q"
7 RFC3986_BASE = 'http://a/b/c/d;p?q'
8 SIMPLE_BASE = 'http://a/b/c/d'
173 # urlparse.urlsplit treats 'http:' as an optimized special case,
174 # so we test both 'http:' and 'https:' in all the following.
193 for scheme in ('http', 'https'):
212 self.checkJoin(RFC1808_BASE, 'g', 'http://a/b/c/g')
213 self.checkJoin(RFC1808_BASE, './g', 'http://a/b/c/g')
214 self.checkJoin(RFC1808_BASE, 'g/', 'http://a/b/c/g/')
[all …]
/external/python/google-api-python-client/tests/
Dtest_discovery.py10 # http://www.apache.org/licenses/LICENSE-2.0
68 from googleapiclient.http import build_http
69 from googleapiclient.http import BatchHttpRequest
70 from googleapiclient.http import HttpMock
71 from googleapiclient.http import HttpMockSequence
72 from googleapiclient.http import MediaFileUpload
73 from googleapiclient.http import MediaIoBaseUpload
74 from googleapiclient.http import MediaUpload
75 from googleapiclient.http import MediaUploadProgress
76 from googleapiclient.http import tunnel_patch
[all …]
/external/rust/crates/url/tests/
Durltestdata.json2 "# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/segments.js",
5 "input": "http://example\t.\norg",
6 "base": "http://example.org/foo/bar",
7 "href": "http://example.org/",
8 "origin": "http://example.org",
9 "protocol": "http:",
20 "input": "http://user:pass@foo:21/bar;par?b#c",
21 "base": "http://example.org/foo/bar",
22 "href": "http://user:pass@foo:21/bar;par?b#c",
23 "origin": "http://foo:21",
[all …]
/external/libxml2/result/noent/
Dslashdot.rdf.sax23 …mentNs(RDF, rdf, 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 2, xmlns:rdf='http://www.w3.org/19…
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
16 SAX.characters(http://slashdot.org/, 20)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
[all …]
Ddia2.sax23 SAX.startElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.l…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
Ddia1.sax23 SAX.startElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.l…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
Drdf1.sax23 SAX.startElementNs(RDF, RDF, 'http://www.w3.org/TR/WD-rdf-syntax#', 2, xmlns:RPM='http://www.rpm.or…
6 SAX.startElementNs(Description, RDF, 'http://www.w3.org/TR/WD-rdf-syntax#', 0, 1, 0, HREF='ftp:...'…
9 SAX.startElementNs(Name, RPM, 'http://www.rpm.org/', 0, 0, 0)
11 SAX.endElementNs(Name, RPM, 'http://www.rpm.org/')
14 SAX.startElementNs(Version, RPM, 'http://www.rpm.org/', 0, 0, 0)
16 SAX.endElementNs(Version, RPM, 'http://www.rpm.org/')
19 SAX.startElementNs(Release, RPM, 'http://www.rpm.org/', 0, 0, 0)
21 SAX.endElementNs(Release, RPM, 'http://www.rpm.org/')
24 SAX.startElementNs(Arch, RPM, 'http://www.rpm.org/', 0, 0, 0)
26 SAX.endElementNs(Arch, RPM, 'http://www.rpm.org/')
[all …]
/external/libxml2/result/
Dslashdot.rdf.sax23 …mentNs(RDF, rdf, 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', 2, xmlns:rdf='http://www.w3.org/19…
7 SAX.startElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
10 SAX.startElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
12 SAX.endElementNs(title, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
15 SAX.startElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
16 SAX.characters(http://slashdot.org/, 20)
17 SAX.endElementNs(link, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
20 SAX.startElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/', 0, 0, 0)
22 SAX.endElementNs(description, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
25 SAX.endElementNs(channel, NULL, 'http://my.netscape.com/rdf/simple/0.9/')
[all …]
Ddia1.sax23 SAX.startElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.l…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]
Ddia2.sax23 SAX.startElementNs(diagram, dia, 'http://www.lysator.liu.se/~alla/dia/', 1, xmlns:dia='http://www.l…
6 SAX.startElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 0, 0)
9 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='back...',…
12 SAX.startElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, val='#fff...', 7)
13 SAX.endElementNs(color, dia, 'http://www.lysator.liu.se/~alla/dia/')
16 SAX.endElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/')
19 SAX.endElementNs(diagramdata, dia, 'http://www.lysator.liu.se/~alla/dia/')
22 SAX.startElementNs(layer, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 2, 0, name='Back...', 10,…
25 SAX.startElementNs(object, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 3, 0, type='Stan...', 15…
28 SAX.startElementNs(attribute, dia, 'http://www.lysator.liu.se/~alla/dia/', 0, 1, 0, name='obj_...',…
[all …]

12345678910>>...663