Home
last modified time | relevance | path

Searched refs:getOptionValues (Results 1 – 25 of 122) sorted by relevance

12345

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/core/env/
H A DSimpleCommandLineParserTests.java34 assertThat(parser.parse().getOptionValues("foo"), nullValue()); in withNoOptions()
42 assertThat(args.getOptionValues("o1"), equalTo(Collections.EMPTY_LIST)); in withSingleOptionAndNoValue()
50 assertThat(args.getOptionValues("o1").get(0), equalTo("v1")); in withSingleOptionAndValue()
60 assertThat(args.getOptionValues("o1").get(0), equalTo("v1")); in withMixOfOptionsHavingValueAndOptionsHavingNoValue()
61 assertThat(args.getOptionValues("o2"), equalTo(Collections.EMPTY_LIST)); in withMixOfOptionsHavingValueAndOptionsHavingNoValue()
62 assertThat(args.getOptionValues("o3"), nullValue()); in withMixOfOptionsHavingValueAndOptionsHavingNoValue()
93 assertThat(args.getOptionValues("o1").get(0), equalTo("v1")); in withNonOptionArguments()
94 assertThat(args.getOptionValues("o2").get(0), equalTo("v2")); in withNonOptionArguments()
H A DJOptCommandLinePropertySourceTests.java82 assertEquals(Arrays.asList("bar","baz","biz"), ps.getOptionValues("foo")); in withRequiredArg_andMultipleArgsPresent_usingDelimiter()
93 assertEquals(Arrays.asList("bar","baz","biz"), ps.getOptionValues("foo")); in withRequiredArg_andMultipleArgsPresent_usingRepeatedOption()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/mason2/
H A Dmason_options.h123 void getOptionValues(seqan::ArgumentParser const & parser);
161 void getOptionValues(seqan::ArgumentParser const & parser);
197 void getOptionValues(seqan::ArgumentParser const & parser);
267 void getOptionValues(seqan::ArgumentParser const & parser);
342 void getOptionValues(seqan::ArgumentParser const & parser);
455 void getOptionValues(seqan::ArgumentParser const & parser);
550 void getOptionValues(seqan::ArgumentParser const & parser);
628 void getOptionValues(seqan::ArgumentParser const & parser);
705 void getOptionValues(seqan::ArgumentParser const & parser);
753 void getOptionValues(seqan::ArgumentParser const & parser);
[all …]
H A Dmason_options.cpp571 bsSeqOptions.getOptionValues(parser); in getOptionValues()
1231 methOptions.getOptionValues(parser); in getOptionValues()
1232 matOptions.getOptionValues(parser); in getOptionValues()
1234 seqOptions.getOptionValues(parser); in getOptionValues()
1237 rocheOptions.getOptionValues(parser); in getOptionValues()
1375 matOptions.getOptionValues(parser); in getOptionValues()
1376 methOptions.getOptionValues(parser); in getOptionValues()
1488 matOptions.getOptionValues(parser); in getOptionValues()
1592 seqOptions.getOptionValues(parser); in getOptionValues()
1595 rocheOptions.getOptionValues(parser); in getOptionValues()
[all …]
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/
H A DOptions.java468 public StringVector getOptionValues(final String option) in getOptionValues() method in Options
520 getOptionValues(qualifier_options_flag); in getExtraQualifiers()
724 getOptionValues("feature_protein_programs"); in getExternalPrograms()
744 getOptionValues("feature_dna_programs"); in getExternalPrograms()
764 getOptionValues("application_programs"); in getExternalPrograms()
796 getOptionValues("ncbi_protein_search"); in getNCBIPrograms()
816 getOptionValues("ncbi_dna_search"); in getNCBIPrograms()
882 option_values = getOptionValues("eukaryotic_start_codons"); in getStartCodons()
884 option_values = getOptionValues("prokaryotic_start_codons"); in getStartCodons()
887 option_values = getOptionValues("start_codons"); in getStartCodons()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/env/
H A DSimpleCommandLinePropertySource.java104 protected List<String> getOptionValues(String name) { in getOptionValues() method in SimpleCommandLinePropertySource
105 return this.source.getOptionValues(name); in getOptionValues()
H A DCommandLinePropertySource.java259 Collection<String> optionValues = this.getOptionValues(name); in getProperty()
288 protected abstract List<String> getOptionValues(String name); in getOptionValues() method in CommandLinePropertySource
H A DJOptCommandLinePropertySource.java81 public List<String> getOptionValues(String name) { in getOptionValues() method in JOptCommandLinePropertySource
H A DCommandLineArgs.java73 public List<String> getOptionValues(String optionName) { in getOptionValues() method in CommandLineArgs
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.compendium.tests/src/org/eclipse/equinox/metatype/tests/
H A DBug332161Test.java123 validateChar1Options(ad.getOptionLabels(), ad.getOptionValues()); in doTest1()
232 validateChar2Options(ad.getOptionLabels(), ad.getOptionValues()); in doTest5()
299 String[] optionValues = ad.getOptionValues(); in doTest8()
324 assertNull("Option values was not null", ad.getOptionValues()); //$NON-NLS-1$ in doTest9()
346 String[] optionValues = ad.getOptionValues(); in doTest10()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/filetree/
H A DFileManager.java177 Options.getOptions().getOptionValues("sequence_file_suffixes"); in getArtemisFilter()
180 Options.getOptions().getOptionValues("feature_file_suffixes"); in getArtemisFilter()
222 Options.getOptions().getOptionValues("feature_file_suffixes"); in getFeatureFilter()
254 Options.getOptions().getOptionValues("sequence_file_suffixes"); in getSequenceFilter()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/uk/ac/sanger/artemis/io/
H A DUtils.java177 Options.getOptions().getOptionValues("translation_table_"+n); in changeTranslationTable()
178 StringVector table = Options.getOptions().getOptionValues("translation_table_1"); in changeTranslationTable()
193 Options.getOptions().getOptionValues("start_codons_"+n); in changeTranslationTable()
/dports/misc/sword/sword-1.8.1/bindings/swig/package/
H A Dswfilter.i5 %ignore sword::SWFilter::getOptionValues;
H A Dswoptfilter.i5 %ignore sword::SWOptionFilter::getOptionValues;
/dports/misc/sword/sword-1.8.1/bindings/swig/
H A Dswfilter.i5 %ignore sword::SWFilter::getOptionValues;
H A Dswoptfilter.i5 %ignore sword::SWOptionFilter::getOptionValues;
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dcupsprintersettingsdialog.cpp74 int cur_val=m_cups->getOptionValues ( optionKeyword, in setCbBox()
95 getOptionValues ( in slot_optionSelected()
329 m_cups->getOptionValues ( opt,vals,texts ); in changeFromCbBox()
H A Dcupsprint.h45 int getOptionValues ( const QString& option,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/org/osgi/service/metatype/
H A DAttributeDefinition.java235 String[] getOptionValues(); in getOptionValues() method
/dports/misc/sword/sword-1.8.1/include/
H A Dswoptfilter.h76 virtual StringList getOptionValues() { return *optValues; } in getOptionValues() function
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/service/metatype/
H A DctkAttributeDefinition.h154 virtual QStringList getOptionValues() const = 0;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/
H A DTestGenericOptionsParser.java180 "7", g.getCommandLine().getOptionValues("newOpt")[0]); in testCreateWithOptions()
192 "foo", g.getCommandLine().getOptionValues("conf")[0]); in testConfWithMultipleOpts()
194 "bar", g.getCommandLine().getOptionValues("conf")[1]); in testConfWithMultipleOpts()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/sam2matrix/
H A Dsam2matrix.cpp126 options.samFileNames = getOptionValues(parser, "m"); in parseCommandLine()
128 options.genomeFileNames = getOptionValues(parser, "rf"); in parseCommandLine()
/dports/devel/pear-ezc_ConsoleTools/ConsoleTools-1.6.1/docs/
H A Dexample_input.php86 foreach ( $optionHandler->getOptionValues() as $paramShort => $val )
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/java/org/apache/hadoop/streaming/
H A DStreamJob.java254 String[] values = cmdLine.getOptionValues("input"); in parseArgv()
267 values = cmdLine.getOptionValues("file"); in parseArgv()
292 String[] car = cmdLine.getOptionValues("cacheArchive"); in parseArgv()
300 String[] caf = cmdLine.getOptionValues("cacheFile"); in parseArgv()
308 String[] jobconf = cmdLine.getOptionValues("jobconf"); in parseArgv()
317 String[] cmd = cmdLine.getOptionValues("cmdenv"); in parseArgv()

12345