Home
last modified time | relevance | path

Searched refs:jars (Results 201 – 225 of 1514) sorted by relevance

12345678910>>...61

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/util/jar/
H A DJarIndex.java291 Vector<String> jars = new Vector<>(); in read() local
302 jars.add(currentJar); in read()
309 jarFiles = jars.toArray(new String[jars.size()]); in read()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/jdk/internal/util/jar/
H A DJarIndex.java291 Vector<String> jars = new Vector<>(); in read() local
302 jars.add(currentJar); in read()
309 jarFiles = jars.toArray(new String[jars.size()]); in read()
/dports/java/proguard/proguard-7.0.0/examples/standalone/
H A Dproguard.pro10 # Specify the input jars, output jars, and library jars.
80 # jars.
H A Dmidlets.pro9 # Specify the input jars, output jars, and library jars.
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DJarIndex.java309 Vector<String> jars = new Vector<>(); in read() local
320 jars.add(currentJar); in read()
327 jarFiles = jars.toArray(new String[jars.size()]); in read()
/dports/math/octave-forge-io/io-2.6.4/inst/
H A D__init_io__.m22 ## Search io pkg java jars and add found ones to javaclasspath.
42 ## On linux, spreadsheet .jars are often found somewhere in /usr/share/java
106 ## Check first for user-, then system supplied jars
116 ## for the Libre/OpenOffice.org jars
125 ## Only then search for system-supplied jars. ooopath has been searched
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/
H A DSparkSubmit.scala299 args.jars = mergeFileLists(args.jars, resolvedMavenCoordinates)
307 if (args.isR && !StringUtils.isBlank(args.jars)) {
308 RPackageUtils.checkAndBuildRPackage(args.jars, printStream, args.verbose)
460 OptionAssigner(args.jars, YARN, ALL_DEPLOY_MODES, sysProp = "spark.yarn.dist.jars"),
475 OptionAssigner(args.jars, LOCAL, CLIENT, sysProp = "spark.jars"),
476 OptionAssigner(args.jars, STANDALONE | MESOS, ALL_DEPLOY_MODES, sysProp = "spark.jars"),
495 if (args.jars != null) { childClasspath ++= args.jars.split(",") }
516 var jars = sysProps.get("spark.jars").map(x => x.split(",").toSeq).getOrElse(Seq.empty) variable
518 jars = jars ++ Seq(args.primaryResource)
520 sysProps.put("spark.jars", jars.mkString(","))
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt/
H A Dbuild.properties21 jars.compile.order = .
25 jars.extra.classpath = lib/java14api.jar
/dports/textproc/docbook2X/docbook2X-0.8.8/
H A Dconfigure.ac22 AC_ARG_WITH(resolver-jars,
23 AC_HELP_STRING([--with-resolver-jars=ARG],
27 AC_ARG_WITH(saxon-jars,
28 AC_HELP_STRING([--with-saxon-jars=ARG],
32 AC_ARG_WITH(xalan-jars,
33 AC_HELP_STRING([--with-xalan-jars=ARG],
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.tool.tests/
H A Dbuild.properties13 # Red Hat Inc. (mistria) - Avoid nested jars
25 jars.extra.classpath = lib/java14api.jar
/dports/java/proguard/proguard-7.0.0/examples/gradle/
H A Dproguardgui.gradle32 // Specify the input jars, output jars, and library jars.
33 // The input jars will be merged in a single output jar.
/dports/www/py-scrapy/Scrapy-2.5.1/scrapy/downloadermiddlewares/
H A Dcookies.py17 self.jars = defaultdict(CookieJar)
31 jar = self.jars[cookiejarkey]
46 jar = self.jars[cookiejarkey]
/dports/lang/spidermonkey60/firefox-60.9.0/build/annotationProcessors/
H A DAnnotationProcessor.java46 final String[] jars = Arrays.copyOfRange(args, 1, args.length); in main() local
47 Arrays.sort(jars); in main()
53 …or<ClassWithOptions> jarClassIterator = IterableJarLoadingURLClassLoader.getIteratorOverJars(jars); in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/build/annotationProcessors/
H A DAnnotationProcessor.java46 final String[] jars = Arrays.copyOfRange(args, 1, args.length); in main() local
47 Arrays.sort(jars); in main()
53 …or<ClassWithOptions> jarClassIterator = IterableJarLoadingURLClassLoader.getIteratorOverJars(jars); in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/simpleconfigurator/
H A DBundlesTxtTestExtendedConfigured.java41 assertJarsInstalled(jars, equinoxContext.getBundles()); in testBundlesTxt()
45 assertEquals(jars.length + 3, equinoxContext.getBundles().length); in testBundlesTxt()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/browsers/
H A DArchiveSourceContainerBrowser.java71 List<ISourceContainer> jars = new ArrayList<>(); in getSelectedJars() local
74 jars.add(container); in getSelectedJars()
77 return jars; in getSelectedJars()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.jarprocessor/
H A Dbuild.properties27 jars.extra.classpath = platform:/plugin/org.apache.ant/lib/ant.jar
28 jars.compile.order = .,\
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata.repository/
H A Dbuild.properties25 jars.extra.classpath = platform:/plugin/org.apache.ant/lib/ant.jar
26 jars.compile.order = .,\
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/
H A Dbuild.properties20 test-jars/,\
22 test-nested-jars/,\
/dports/math/jts/jts-jts-1.18.1/modules/io/sde/
H A DREADME.md1 The jt-sde module requires the ESRI ArcSDE jars included with your software be installed in your lo…
15 The default SDE version is 9.1. if you want to use newer ESRI ArcSDE Java API jars, provided that y…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/cds/appcds/methodHandles/
H A DCDSMHTest_generate.sh114 String jars = appJar + ps + junitJar;
119 "-cp", jars,
126 "-cp", jars,
133 .addPrefix("-cp", jars, "-Xlog:class+load,cds=debug")
/dports/www/jmeter/apache-jmeter-2.11/bin/
H A Duser.properties27 # The given value is in addition to any jars found in the lib/ext directory.
28 # Do not use this for utility ir plugin dependecy jars.
36 # The given value is in addition to any jars found in the lib directory.
47 # The given value is in addition to any jars found in the lib directory
/dports/biology/gatk/gatk-4.2.0.0/
H A DDockerfile28 #Setup linked jars that may be needed for running gatk
38 RUN mkdir /jars
47 echo "export TEST_JAR=\$( find /jars -name \"gatk*test.jar\" )" >> /root/run_unit_tests.sh && \
48 …echo "export TEST_DEPENDENCY_JAR=\$( find /jars -name \"gatk*testDependencies.jar\" )" >> /root/ru…
/dports/java/proguard/proguard-7.0.0/docs/manual/
H A Dgui.md14 | [Input/Output](#inputoutput) | Specify the program jars and library jars.
49 jars (or aars, wars, ears, zips, apks, or directories), and the library jars
52 - The list of program jars contains input entries and output entries. Input
58 - The library jars are not copied to the output jars; they contain class files
59 that are used by class files in the program jars and that are necessary for
68 | Add input... | opens a file chooser to add an input entry to the list of program jars.
69 | Add output... | opens a file chooser to add an output entry to the list of program jars.
70 | Add... | opens a file chooser to add an entry to the list of library jars.
76 … to libraries | moves the selected entries in the list of program jars to the list of library jars.
77 … to program | moves the selected entries in the list of library jars to the list of program jars.
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/deploy/
H A DSparkSubmitSuite.scala115 appArgs.jars should include regex (".*one.jar,.*two.jar,.*three.jar")
483 val jars = "/jar1,/jar2" // --jars constant
492 "--jars", jars,
497 appArgs.jars should be (Utils.resolveURIs(jars))
499 sysProps("spark.jars") should be (Utils.resolveURIs(jars + ",thejar.jar"))
535 val jars = "/jar1,/jar2" // spark.jars constant
545 writer1.println("spark.jars " + jars)
556 sysProps("spark.jars") should be(Utils.resolveURIs(jars + ",thejar.jar"))

12345678910>>...61