Home
last modified time | relevance | path

Searched refs:getParameterValue (Results 1 – 25 of 624) sorted by relevance

12345678910>>...25

/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/phylip/src/
H A DPhylipPlugin.cpp77 settings.matrixId = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::MATRIX_ARG); in fetchSettings()
83 …settings.alphaFactor = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::ALPHA_ARG).toDouble(); in fetchSettings()
86 … settings.ttRatio = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::TT_RATIO_ARG).toDouble(); in fetchSettings()
89 … settings.bootstrap = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::BOOTSTRAP_ARG).toInt(); in fetchSettings()
92 …settings.replicates = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::REPLICATES_ARG).toInt(… in fetchSettings()
95 settings.seed = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::SEED_ARG).toInt(); in fetchSettings()
98 …settings.fraction = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::FRACTION_ARG).toDouble(); in fetchSettings()
101 settings.consensusID = cmdLineRegistry->getParameterValue(PhylipCmdlineTask::CONSENSUS_ARG); in fetchSettings()
115 QString outDbString = cmdLineRegistry->getParameterValue(CmdlineInOutTaskRunner::OUT_DB_ARG); in processCmdlineOptions()
116 QString inDbString = cmdLineRegistry->getParameterValue(CmdlineInOutTaskRunner::IN_DB_ARG); in processCmdlineOptions()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java70 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
95 Object lowerValue = lower.getParameterValue(context); in operationSetBounds()
96 Object upperValue = upper.getParameterValue(context); in operationSetBounds()
119 Object upperValue = upper.getParameterValue(context); in operationSetUpperBound()
137 Object lowerValue = lower.getParameterValue(context); in operationSetLowerBound()
173 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
175 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
181 … return !(lower.getParameterValue(context) == null || upper.getParameterValue(context) == null); in isUsable()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
57 Object value = param.getParameterValue(context); in operationSetBounds()
69 Object value = param.getParameterValue(context); in operationSetLowerBound()
81 Object value = param.getParameterValue(context); in operationSetUpperBound()
83 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
93 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
99 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
109 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java70 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
95 Object lowerValue = lower.getParameterValue(context); in operationSetBounds()
96 Object upperValue = upper.getParameterValue(context); in operationSetBounds()
119 Object upperValue = upper.getParameterValue(context); in operationSetUpperBound()
137 Object lowerValue = lower.getParameterValue(context); in operationSetLowerBound()
173 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
175 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
181 … return !(lower.getParameterValue(context) == null || upper.getParameterValue(context) == null); in isUsable()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
57 Object value = param.getParameterValue(context); in operationSetBounds()
69 Object value = param.getParameterValue(context); in operationSetLowerBound()
81 Object value = param.getParameterValue(context); in operationSetUpperBound()
83 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
93 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
99 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
109 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java70 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
95 Object lowerValue = lower.getParameterValue(context); in operationSetBounds()
96 Object upperValue = upper.getParameterValue(context); in operationSetBounds()
119 Object upperValue = upper.getParameterValue(context); in operationSetUpperBound()
137 Object lowerValue = lower.getParameterValue(context); in operationSetLowerBound()
173 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
175 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
181 … return !(lower.getParameterValue(context) == null || upper.getParameterValue(context) == null); in isUsable()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
57 Object value = param.getParameterValue(context); in operationSetBounds()
69 Object value = param.getParameterValue(context); in operationSetLowerBound()
81 Object value = param.getParameterValue(context); in operationSetUpperBound()
83 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
93 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
99 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
109 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java70 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
95 Object lowerValue = lower.getParameterValue(context); in operationSetBounds()
96 Object upperValue = upper.getParameterValue(context); in operationSetBounds()
119 Object upperValue = upper.getParameterValue(context); in operationSetUpperBound()
137 Object lowerValue = lower.getParameterValue(context); in operationSetLowerBound()
173 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
175 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
181 … return !(lower.getParameterValue(context) == null || upper.getParameterValue(context) == null); in isUsable()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
57 Object value = param.getParameterValue(context); in operationSetBounds()
69 Object value = param.getParameterValue(context); in operationSetLowerBound()
81 Object value = param.getParameterValue(context); in operationSetUpperBound()
83 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
93 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
99 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
109 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java70 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
95 Object lowerValue = lower.getParameterValue(context); in operationSetBounds()
96 Object upperValue = upper.getParameterValue(context); in operationSetBounds()
119 Object upperValue = upper.getParameterValue(context); in operationSetUpperBound()
137 Object lowerValue = lower.getParameterValue(context); in operationSetLowerBound()
173 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
175 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
181 … return !(lower.getParameterValue(context) == null || upper.getParameterValue(context) == null); in isUsable()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
57 Object value = param.getParameterValue(context); in operationSetBounds()
69 Object value = param.getParameterValue(context); in operationSetLowerBound()
81 Object value = param.getParameterValue(context); in operationSetUpperBound()
83 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
93 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
99 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
109 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java70 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
95 Object lowerValue = lower.getParameterValue(context); in operationSetBounds()
96 Object upperValue = upper.getParameterValue(context); in operationSetBounds()
119 Object upperValue = upper.getParameterValue(context); in operationSetUpperBound()
137 Object lowerValue = lower.getParameterValue(context); in operationSetLowerBound()
173 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
175 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
181 … return !(lower.getParameterValue(context) == null || upper.getParameterValue(context) == null); in isUsable()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
57 Object value = param.getParameterValue(context); in operationSetBounds()
69 Object value = param.getParameterValue(context); in operationSetLowerBound()
81 Object value = param.getParameterValue(context); in operationSetUpperBound()
83 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
93 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
99 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
109 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java68 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
85 property.operationSetBounds(lower.getParameterValue(context), in operationSetBounds()
87 property.operationSetBounds(upper.getParameterValue(context), in operationSetBounds()
100 property.operationSetBounds(upper.getParameterValue(context), in operationSetUpperBound()
113 property.operationSetBounds(lower.getParameterValue(context), in operationSetLowerBound()
144 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
146 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
52 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundEQ… in operationSetBounds()
58 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundLE… in operationSetLowerBound()
64 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
70 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
76 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
86 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
H A DGreaterThanPredicateImpl.java41 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
52 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundLT… in operationSetBounds()
55 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundLE… in operationSetBounds()
67 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java68 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
85 property.operationSetBounds(lower.getParameterValue(context), in operationSetBounds()
87 property.operationSetBounds(upper.getParameterValue(context), in operationSetBounds()
100 property.operationSetBounds(upper.getParameterValue(context), in operationSetUpperBound()
113 property.operationSetBounds(lower.getParameterValue(context), in operationSetLowerBound()
144 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
146 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
52 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundEQ… in operationSetBounds()
58 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundLE… in operationSetLowerBound()
64 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
70 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
76 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
86 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java68 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
85 property.operationSetBounds(lower.getParameterValue(context), in operationSetBounds()
87 property.operationSetBounds(upper.getParameterValue(context), in operationSetBounds()
100 property.operationSetBounds(upper.getParameterValue(context), in operationSetUpperBound()
113 property.operationSetBounds(lower.getParameterValue(context), in operationSetLowerBound()
144 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
146 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
52 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundEQ… in operationSetBounds()
58 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundLE… in operationSetLowerBound()
64 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
70 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
76 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
86 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java68 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
85 property.operationSetBounds(lower.getParameterValue(context), in operationSetBounds()
87 property.operationSetBounds(upper.getParameterValue(context), in operationSetBounds()
100 property.operationSetBounds(upper.getParameterValue(context), in operationSetUpperBound()
113 property.operationSetBounds(lower.getParameterValue(context), in operationSetLowerBound()
144 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
146 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
52 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundEQ… in operationSetBounds()
58 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundLE… in operationSetLowerBound()
64 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
70 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
76 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
86 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DBetweenPredicateImpl.java68 if (lower.getParameterValue(context) == null || upper.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
85 property.operationSetBounds(lower.getParameterValue(context), in operationSetBounds()
87 property.operationSetBounds(upper.getParameterValue(context), in operationSetBounds()
100 property.operationSetBounds(upper.getParameterValue(context), in operationSetUpperBound()
113 property.operationSetBounds(lower.getParameterValue(context), in operationSetLowerBound()
144 property.filterCmpValue(lower.getParameterValue(context), in filterCmpValue()
146 property.filterCmpValue(upper.getParameterValue(context), in filterCmpValue()
H A DEqualPredicateImpl.java42 if (param.getParameterValue(context) == null) { in markBoundsForCandidateIndices()
52 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundEQ… in operationSetBounds()
58 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundLE… in operationSetLowerBound()
64 …property.operationSetBounds(param.getParameterValue(context), IndexScanOperation.BoundType.BoundGE… in operationSetUpperBound()
70 property.operationEqual(param.getParameterValue(context), op); in operationEqual()
76 property.operationEqualFor(param.getParameterValue(context), op, indexName); in operationEqualFor()
86 property.filterCmpValue(param.getParameterValue(context), in filterCmpValue()
/dports/misc/sword/sword-1.8.1/tests/cppunit/
H A Durl_test.cpp99 CPPUNIT_ASSERT( !strcmp(m_url1->getParameterValue("page"), "help") ); in testParameterValue()
100 CPPUNIT_ASSERT( !strcmp(m_url1->getParameterValue("user"), "foo") ); in testParameterValue()
101 CPPUNIT_ASSERT( !strcmp(m_url1->getParameterValue("name"), "bar") ); in testParameterValue()
103 CPPUNIT_ASSERT( !strcmp(m_url2->getParameterValue("page"), "help") ); in testParameterValue()
104 CPPUNIT_ASSERT( !strcmp(m_url2->getParameterValue("user"), "foo") ); in testParameterValue()
105 CPPUNIT_ASSERT( !strcmp(m_url2->getParameterValue("name"), "foo bar") ); in testParameterValue()
107 …CPPUNIT_ASSERT( m_url3->getParameterValue("page") && strlen(m_url3->getParameterValue("page")) == … in testParameterValue()

12345678910>>...25