Searched defs:URL (Results 1 - 25 of 35) sorted by relevance

12

/external/libxml2/doc/examples/
H A Dreader4.c22 const xmlChar *URL; local
31 * information about the document like the URL, but one must also
40 URL = docPtr->URL;
41 if (NULL == URL) {
42 fprintf(stderr, "Failed to obtain URL\n");
46 fprintf(stderr, "%s: Failed to parse\n", URL);
50 printf("%s: Processed ok\n", (const char *)URL);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfWebCaptureCommandDictionary_autogen.cpp11 SkString SkPdfWebCaptureCommandDictionary::URL(SkPdfNativeDoc* doc) { function in class:SkPdfWebCaptureCommandDictionary
12 SkPdfNativeObject* ret = get("URL", "");
20 return get("URL", "") != NULL;
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DHtmlUtils.java54 * <li>{@code NONE} if it does not contain a URL in the expected format.
55 * <li>{@code URL_START} if it contains a URL but hasn't seen any of
57 * <li>{@code URL} if it contains a URL and has seen at least some of
64 URL enum constant in enum:HtmlUtils.META_REDIRECT_TYPE
69 * that contains a URL. Used by {@link #parseContentAttributeForUrl}.
72 "^\\s*\\d*\\s*;\\s*URL\\s*=\\s*[\'\"]?";
354 * Parses the given {@code String} to determine if it contains a URL in the
363 * a URL.
369 * value contains a URL an
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Durl.py15 __all__ = ["URL", "Image"]
168 Creates a copy of this URL, but with all the variables set/reset
265 class URL(URLResource): class in inherits:URLResource
268 >>> u = URL('http://localhost')
270 <URL http://localhost>
285 ValueError: You must give a content param to <URL http://localhost/view attrs(content="goto")> generate anchor tags
372 >>> u = URL('/')
416 >>> u = URL('/')
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthMessage.java49 public OAuthMessage(String method, String URL, argument
52 this.URL = URL;
65 public String URL; field in class:OAuthMessage
73 return "OAuthMessage(" + method + ", " + URL + ", " + parameters + ")";
213 into.put("URL", URL);
/external/libxml2/
H A Drunsuite.c127 testExternalEntityLoader(const char *URL, const char *ID, argument
133 if (!strcmp(testEntitiesName[i], URL)) {
143 if (checkTestFile(URL)) {
144 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
147 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
152 fprintf(stderr, "Failed to find resource %s\n", URL);
H A Drunxmlconf.c93 testExternalEntityLoader(const char *URL, const char *ID ATTRIBUTE_UNUSED, argument
97 ret = xmlNewInputFromFile(ctxt, (const char *) URL);
H A Dtestrecurse.c291 testExternalEntityLoader(const char *URL, const char *ID, argument
295 if (checkTestFile(URL)) {
296 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
299 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
H A Dnanoftp.c126 char *path; /* the path within the URL */
294 * @URL: The URL used to initialize the context
296 * (Re)Initialize an FTP context by parsing the URL and finding
301 xmlNanoFTPScanURL(void *ctx, const char *URL) { argument
320 if (URL == NULL) return;
322 uri = xmlParseURIRaw(URL, 1);
358 * @URL: The URL used to update the context
360 * Update an FTP context by parsing the URL an
370 xmlNanoFTPUpdateURL(void *ctx, const char *URL) argument
427 xmlNanoFTPScanProxy(const char *URL) argument
472 xmlNanoFTPNewCtxt(const char *URL) argument
2001 xmlNanoFTPOpen(const char *URL) argument
[all...]
H A Dnanohttp.c135 char *path; /* the path within the URL */
151 char *location; /* the new URL in case of redirect */
270 * @URL: The URL used to initialize the context
272 * (Re)Initialize an HTTP context by parsing the URL and finding
277 xmlNanoHTTPScanURL(xmlNanoHTTPCtxtPtr ctxt, const char *URL) { argument
300 if (URL == NULL) return;
302 uri = xmlParseURIRaw(URL, 1);
335 * @URL: The proxy URL use
344 xmlNanoHTTPScanProxy(const char *URL) argument
389 xmlNanoHTTPNewCtxt(const char *URL) argument
1227 xmlNanoHTTPOpen(const char *URL, char **contentType) argument
1247 xmlNanoHTTPOpenRedir(const char *URL, char **contentType, char **redir) argument
1348 xmlNanoHTTPMethodRedir(const char *URL, const char *method, const char *input, char **contentType, char **redir, const char *headers, int ilen ) argument
1603 xmlNanoHTTPMethod(const char *URL, const char *method, const char *input, char **contentType, const char *headers, int ilen) argument
1623 xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) argument
[all...]
H A Dschematron.c183 const xmlChar *URL; member in struct:_xmlSchematronParserCtxt
582 * @URL: the location of the schema
590 xmlSchematronNewParserCtxt(const char *URL) argument
594 if (URL == NULL)
608 ret->URL = xmlDictLookup(ret->dict, (const xmlChar *) URL, -1);
1092 if (ctxt->URL != NULL) {
1093 doc = xmlReadFile((const char *) ctxt->URL, NULL,
1099 ctxt->URL, NULL);
1113 doc->URL
[all...]
H A Dtestlimits.c387 testExternalEntityLoader(const char *URL, const char *ID, argument
392 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
H A Dxinclude.c55 xmlChar *URI; /* the fully resolved resource URL */
78 xmlChar * url; /* the current URL processed */
80 int urlMax; /* size of URL stack */
81 xmlChar * *urlTab; /* URL stack */
329 xmlXIncludeErrMemory(ctxt, NULL, "adding URL");
340 xmlXIncludeErrMemory(ctxt, NULL, "adding URL");
352 * Pops the top URL from the URL stack
416 * @URL: the URL o
421 xmlXIncludeParseFile(xmlXIncludeCtxtPtr ctxt, const char *URL) argument
492 xmlChar *URL; local
1405 xmlChar *URL; local
1799 xmlChar *URL; local
[all...]
H A Dcatalog.c141 xmlChar *URL; /* The expanded URL using the base */ member in struct:_xmlCatalogEntry
275 const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer,
304 if (URL == NULL)
305 URL = value;
306 if (URL != NULL)
307 ret->URL = xmlStrdup(URL);
309 ret->URL = NULL;
353 if (ret->URL !
274 xmlNewCatalogEntry(xmlCatalogEntryType type, const xmlChar *name, const xmlChar *value, const xmlChar *URL, xmlCatalogPrefer prefer, xmlCatalogEntryPtr group) argument
1151 xmlChar *URL = NULL; local
3621 xmlCatalogAddLocal(void *catalogs, const xmlChar *URL) argument
[all...]
H A Dpattern.c924 xmlChar *URL = NULL; local
960 XML_PAT_COPY_NSNAME(ctxt, URL, XML_XML_NAMESPACE);
964 XML_PAT_COPY_NSNAME(ctxt, URL, ctxt->namespaces[2 * i])
980 PUSH(XML_OP_ATTR, NULL, URL);
988 PUSH(XML_OP_ATTR, token, URL);
995 if (URL != NULL)
996 XML_PAT_FREE_STRING(ctxt, URL)
1016 xmlChar *URL = NULL; local
1081 XML_PAT_COPY_NSNAME(ctxt, URL, XML_XML_NAMESPACE)
1085 XML_PAT_COPY_NSNAME(ctxt, URL, ctx
[all...]
H A Drngparser.c1504 * @URL: URL or filename for the resource
1513 xmlConvertCRNGFile(const char *URL, const char *encoding) { argument
H A Dxmllint.c261 xmllintExternalEntityLoader(const char *URL, const char *ID, argument
268 const char *lastsegment = URL;
269 const char *iter = URL;
287 ret = defaultEntityLoader(URL, ID, ctxt);
296 "Loaded URL=\"%s\" ID=\"%s\"\n",
297 URL ? URL : "(null)",
319 "Loaded URL=\"%s\" ID=\"%s\"\n",
333 if (URL != NULL)
334 warning(ctxt, "failed to load external entity \"%s\"\n", URL);
[all...]
H A Druntest.c222 testExternalEntityLoader(const char *URL, const char *ID, argument
226 if (checkTestFile(URL)) {
227 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
230 ret = xmlNoNetExternalEntityLoader(URL, ID, ctxt);
2769 /* Verify we received the escaped URL */
2788 /* Verify we received the escaped URL */
2836 urip_checkURL(const char *URL) { argument
2839 doc = xmlReadFile(URL, NULL, 0);
2878 fprintf(stderr, "failed the URL passing test for %s",
H A DxmlIO.c3865 * case it will handle encoding and update of the base URL in case of
3933 static int xmlNoNetExists(const char *URL) { argument
3936 if (URL == NULL)
3939 if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file://localhost/", 17))
3941 path = &URL[17];
3943 path = &URL[16];
3945 else if (!xmlStrncasecmp(BAD_CAST URL, BAD_CAST "file:///", 8)) {
3947 path = &URL[8];
3949 path = &URL[7];
3952 path = URL;
3972 xmlResolveResourceFromCatalog(const char *URL, const char *ID, xmlParserCtxtPtr ctxt) argument
4046 xmlDefaultExternalEntityLoader(const char *URL, const char *ID, xmlParserCtxtPtr ctxt) argument
4121 xmlLoadExternalEntity(const char *URL, const char *ID, xmlParserCtxtPtr ctxt) argument
4158 xmlNoNetExternalEntityLoader(const char *URL, const char *ID, xmlParserCtxtPtr ctxt) argument
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dudbgutil.cpp721 char URL[1024]; local
722 std::cout << '#' << (*i).first << " <" << udbg_knownIssueURLFrom( (*i).first.c_str(), URL ) << ">" << std::endl;
/external/v8/tools/push-to-trunk/
H A Dtest_scripts.py271 def URL(*args, **kwargs): function
548 "Review URL: https://codereview.chromium.org/9876543210\n")),
549 URL("https://codereview.chromium.org/9876543210/description",
874 URL("https://chromium-build.appspot.com/p/chromium/sheriff_v8.js",
925 URL("https://v8-status.appspot.com/current?format=json",
927 URL("https://v8-status.appspot.com/lkgr", Exception("Network problem")),
928 URL("https://v8-status.appspot.com/lkgr", "100"),
967 URL("https://v8-status.appspot.com/current?format=json",
977 URL("https://codereview.chromium.org/search",
1003 URL("http
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssTokens.java198 /** A URL of the form <code>url("...")</code>. */
199 URL, enum constant in enum:CssTokens.TokenType
507 // SPEC handle URL under "ident like token".
1223 return TokenType.URL;
/external/libxml2/include/libxml/
H A Dtree.h391 const xmlChar *href; /* URL for the namespace */
576 const xmlChar *URL; /* The URI for that document */ member in struct:_xmlDoc
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h225 void JS_docSubmitForm(void* formData, int length, FX_LPCWSTR URL) argument
229 CFX_ByteString bsDestination = CFX_WideString(URL).UTF16LE_Encode();
/external/libxml2/python/
H A Dlibxml.c709 pythonExternalEntityLoader(const char *URL, const char *ID, argument
722 (char *) "(ssO)", URL, ID, ctxtobj);
744 if (URL != NULL)
746 URL);
751 } else if (URL != NULL) {
752 result->filename = (char *) xmlStrdup((const xmlChar *)URL);
753 result->directory = xmlParserGetDirectory((const char *) URL);
758 result = defaultExternalEntityLoader(URL, ID, ctxt);
2444 res = doc->URL;
3121 xmlChar *URL; local
[all...]

Completed in 621 milliseconds

12