Home
last modified time | relevance | path

Searched refs:documentbase (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DAppletTag.java69 URL documentbase; field in AppletTag
420 return documentbase; in getDocumentBase()
441 if (documentbase == null) in prependCodeBase()
442 documentbase = TagParser.db; in prependCodeBase()
449 if (documentbase.getFile().endsWith(File.separator)) in prependCodeBase()
450 fullcodebase = documentbase; in prependCodeBase()
453 String dirname = documentbase.getFile(); in prependCodeBase()
464 documentbase.getHost(), in prependCodeBase()
472 URL codebaseURL = new URL(documentbase, codebase); in prependCodeBase()
479 fullcodebase = new URL(documentbase, codebase); in prependCodeBase()
[all …]
H A DTagParser.java76 URL documentbase; field in TagParser
103 documentbase = getLocationToURL(location); in TagParser()
104 db = documentbase; in TagParser()
105 InputStreamReader in = new InputStreamReader(documentbase.openStream()); in TagParser()
118 documentbase = documentBase; in TagParser()
119 db = documentbase; in TagParser()
151 a.documentbase = documentbase; in parseAppletTags()
H A DPluginAppletViewer.java98 String documentbase = message.substring(4, pos); in start() local
100 currentWindow.setParser(tag, documentbase); in start()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DAppletTag.java69 URL documentbase; field in AppletTag
420 return documentbase; in getDocumentBase()
441 if (documentbase == null) in prependCodeBase()
442 documentbase = TagParser.db; in prependCodeBase()
449 if (documentbase.getFile().endsWith(File.separator)) in prependCodeBase()
450 fullcodebase = documentbase; in prependCodeBase()
453 String dirname = documentbase.getFile(); in prependCodeBase()
464 documentbase.getHost(), in prependCodeBase()
472 URL codebaseURL = new URL(documentbase, codebase); in prependCodeBase()
479 fullcodebase = new URL(documentbase, codebase); in prependCodeBase()
[all …]
H A DTagParser.java76 URL documentbase; field in TagParser
103 documentbase = getLocationToURL(location); in TagParser()
104 db = documentbase; in TagParser()
105 InputStreamReader in = new InputStreamReader(documentbase.openStream()); in TagParser()
118 documentbase = documentBase; in TagParser()
119 db = documentbase; in TagParser()
151 a.documentbase = documentbase; in parseAppletTags()
H A DPluginAppletViewer.java98 String documentbase = message.substring(4, pos); in start() local
100 currentWindow.setParser(tag, documentbase); in start()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DAppletTag.java69 URL documentbase; field in AppletTag
420 return documentbase; in getDocumentBase()
441 if (documentbase == null) in prependCodeBase()
442 documentbase = TagParser.db; in prependCodeBase()
449 if (documentbase.getFile().endsWith(File.separator)) in prependCodeBase()
450 fullcodebase = documentbase; in prependCodeBase()
453 String dirname = documentbase.getFile(); in prependCodeBase()
464 documentbase.getHost(), in prependCodeBase()
472 URL codebaseURL = new URL(documentbase, codebase); in prependCodeBase()
479 fullcodebase = new URL(documentbase, codebase); in prependCodeBase()
[all …]
H A DTagParser.java76 URL documentbase; field in TagParser
103 documentbase = getLocationToURL(location); in TagParser()
104 db = documentbase; in TagParser()
105 InputStreamReader in = new InputStreamReader(documentbase.openStream()); in TagParser()
118 documentbase = documentBase; in TagParser()
119 db = documentbase; in TagParser()
151 a.documentbase = documentbase; in parseAppletTags()
H A DPluginAppletViewer.java98 String documentbase = message.substring(4, pos); in start() local
100 currentWindow.setParser(tag, documentbase); in start()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DAppletTag.java69 URL documentbase; field in AppletTag
420 return documentbase; in getDocumentBase()
441 if (documentbase == null) in prependCodeBase()
442 documentbase = TagParser.db; in prependCodeBase()
449 if (documentbase.getFile().endsWith(File.separator)) in prependCodeBase()
450 fullcodebase = documentbase; in prependCodeBase()
453 String dirname = documentbase.getFile(); in prependCodeBase()
464 documentbase.getHost(), in prependCodeBase()
472 URL codebaseURL = new URL(documentbase, codebase); in prependCodeBase()
479 fullcodebase = new URL(documentbase, codebase); in prependCodeBase()
[all …]
H A DTagParser.java76 URL documentbase; field in TagParser
103 documentbase = getLocationToURL(location); in TagParser()
104 db = documentbase; in TagParser()
105 InputStreamReader in = new InputStreamReader(documentbase.openStream()); in TagParser()
118 documentbase = documentBase; in TagParser()
119 db = documentbase; in TagParser()
151 a.documentbase = documentbase; in parseAppletTags()
H A DPluginAppletViewer.java98 String documentbase = message.substring(4, pos); in start() local
100 currentWindow.setParser(tag, documentbase); in start()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/tools/gnu/classpath/tools/appletviewer/
H A DAppletTag.java69 URL documentbase; field in AppletTag
420 return documentbase; in getDocumentBase()
441 if (documentbase == null) in prependCodeBase()
442 documentbase = TagParser.db; in prependCodeBase()
449 if (documentbase.getFile().endsWith(File.separator)) in prependCodeBase()
450 fullcodebase = documentbase; in prependCodeBase()
453 String dirname = documentbase.getFile(); in prependCodeBase()
464 documentbase.getHost(), in prependCodeBase()
472 URL codebaseURL = new URL(documentbase, codebase); in prependCodeBase()
479 fullcodebase = new URL(documentbase, codebase); in prependCodeBase()
[all …]
H A DTagParser.java76 URL documentbase; field in TagParser
103 documentbase = getLocationToURL(location); in TagParser()
104 db = documentbase; in TagParser()
105 InputStreamReader in = new InputStreamReader(documentbase.openStream()); in TagParser()
118 documentbase = documentBase; in TagParser()
119 db = documentbase; in TagParser()
151 a.documentbase = documentbase; in parseAppletTags()
H A DPluginAppletViewer.java98 String documentbase = message.substring(4, pos); in start() local
100 currentWindow.setParser(tag, documentbase); in start()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/yodlpost/
H A Dxmlchapterlinks.c5 char const *documentbase; in xml_chapterlinks() local
23 documentbase = hashmap_textOf(&global.d_symbol, "XXdocumentbase"); in xml_chapterlinks()
29 documentbase, in xml_chapterlinks()
39 documentbase, in xml_chapterlinks()
50 documentbase, in xml_chapterlinks()
H A Dhandlexmlref.c6 char const *documentbase; in handle_xml_ref() local
23 documentbase = hashmap_textOf(&global.d_symbol, "XXdocumentbase"); in handle_xml_ref()
31 documentbase, in handle_xml_ref()
40 documentbase, in handle_xml_ref()
H A Dhandlexmltoc.c9 char const *documentbase = in handle_xml_toc() local
28 documentbase, in handle_xml_toc()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/native/plugin/
H A Dgcjwebplugin.cc278 gchar* documentbase = NULL; in GCJ_New() local
319 documentbase = plugin_get_documentbase (instance); in GCJ_New()
320 if (!documentbase) in GCJ_New()
578 g_free (documentbase); in GCJ_New()
579 documentbase = NULL; in GCJ_New()
881 char const* documentbase = NULL; in plugin_get_documentbase() local
908 pluginTagInfo2->GetDocumentBase (&documentbase); in plugin_get_documentbase()
910 if (!documentbase) in plugin_get_documentbase()
916 documentbase_copy = g_strdup (documentbase); in plugin_get_documentbase()
962 plugin_user_trusts_documentbase (char* documentbase) in plugin_user_trusts_documentbase() argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/native/plugin/
H A Dgcjwebplugin.cc278 gchar* documentbase = NULL; in GCJ_New() local
319 documentbase = plugin_get_documentbase (instance); in GCJ_New()
320 if (!documentbase) in GCJ_New()
578 g_free (documentbase); in GCJ_New()
579 documentbase = NULL; in GCJ_New()
881 char const* documentbase = NULL; in plugin_get_documentbase() local
908 pluginTagInfo2->GetDocumentBase (&documentbase); in plugin_get_documentbase()
910 if (!documentbase) in plugin_get_documentbase()
916 documentbase_copy = g_strdup (documentbase); in plugin_get_documentbase()
962 plugin_user_trusts_documentbase (char* documentbase) in plugin_user_trusts_documentbase() argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/native/plugin/
H A Dgcjwebplugin.cc278 gchar* documentbase = NULL; in GCJ_New() local
319 documentbase = plugin_get_documentbase (instance); in GCJ_New()
320 if (!documentbase) in GCJ_New()
578 g_free (documentbase); in GCJ_New()
579 documentbase = NULL; in GCJ_New()
881 char const* documentbase = NULL; in plugin_get_documentbase() local
908 pluginTagInfo2->GetDocumentBase (&documentbase); in plugin_get_documentbase()
910 if (!documentbase) in plugin_get_documentbase()
916 documentbase_copy = g_strdup (documentbase); in plugin_get_documentbase()
962 plugin_user_trusts_documentbase (char* documentbase) in plugin_user_trusts_documentbase() argument
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/native/plugin/
H A Dgcjwebplugin.cc278 gchar* documentbase = NULL; in GCJ_New() local
319 documentbase = plugin_get_documentbase (instance); in GCJ_New()
320 if (!documentbase) in GCJ_New()
578 g_free (documentbase); in GCJ_New()
579 documentbase = NULL; in GCJ_New()
881 char const* documentbase = NULL; in plugin_get_documentbase() local
908 pluginTagInfo2->GetDocumentBase (&documentbase); in plugin_get_documentbase()
910 if (!documentbase) in plugin_get_documentbase()
916 documentbase_copy = g_strdup (documentbase); in plugin_get_documentbase()
962 plugin_user_trusts_documentbase (char* documentbase) in plugin_user_trusts_documentbase() argument
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/native/plugin/
H A Dgcjwebplugin.cc278 gchar* documentbase = NULL; in GCJ_New() local
319 documentbase = plugin_get_documentbase (instance); in GCJ_New()
320 if (!documentbase) in GCJ_New()
578 g_free (documentbase); in GCJ_New()
579 documentbase = NULL; in GCJ_New()
881 char const* documentbase = NULL; in plugin_get_documentbase() local
908 pluginTagInfo2->GetDocumentBase (&documentbase); in plugin_get_documentbase()
910 if (!documentbase) in plugin_get_documentbase()
916 documentbase_copy = g_strdup (documentbase); in plugin_get_documentbase()
962 plugin_user_trusts_documentbase (char* documentbase) in plugin_user_trusts_documentbase() argument
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/util/
H A DUrlUtils.java386 public static String stripFile(URL documentbase) { in stripFile() argument
389 return UrlUtils.ensureSlashTail(stripFileImp(documentbase)); in stripFile()
392 private static String stripFileImp(URL documentbase) { in stripFileImp() argument
394 … String normalized = UrlUtils.normalizeUrlAndStripParams(documentbase).toExternalForm().trim(); in stripFileImp()
409 return documentbase.toExternalForm(); in stripFileImp()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/security/appletextendedsecurity/
H A DUnsignedAppletTrustConfirmation.java138 …URL documentbase = UrlUtils.normalizeUrlAndStripParams(file.getSourceLocation(), true /* encode lo… in updateAppletAction() local
142 …UrlRegEx documentbaseRegex = UrlRegEx.quoteAndStar(UrlUtils.stripFile(documentbase)); // Match any… in updateAppletAction()
146 … documentbaseRegex = UrlRegEx.quote(documentbase.toExternalForm()); // Match only this applet in updateAppletAction()

12