Home
last modified time | relevance | path

Searched refs:removeParameter (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/dports/lang/php73/php-7.3.33/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-wrongparams.phpt2 Check xsltprocessor::removeParameter wrong parameter handling
12 $proc->removeParameter();
13 $proc->removeParameter(array(), array());
14 $proc->removeParameter('', array());
16 Warning: XSLTProcessor::removeParameter() expects exactly 2 parameters, 0 given in %s on line %d
18 Warning: XSLTProcessor::removeParameter() expects parameter 1 to be string, array given in %s on li…
20 Warning: XSLTProcessor::removeParameter() expects parameter 2 to be string, array given in %s on li…
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/textproc/php73-xsl/php-7.3.33/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-wrongparams.phpt2 Check xsltprocessor::removeParameter wrong parameter handling
12 $proc->removeParameter();
13 $proc->removeParameter(array(), array());
14 $proc->removeParameter('', array());
16 Warning: XSLTProcessor::removeParameter() expects exactly 2 parameters, 0 given in %s on line %d
18 Warning: XSLTProcessor::removeParameter() expects parameter 1 to be string, array given in %s on li…
20 Warning: XSLTProcessor::removeParameter() expects parameter 2 to be string, array given in %s on li…
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/www/mod_php73/php-7.3.33/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-wrongparams.phpt2 Check xsltprocessor::removeParameter wrong parameter handling
12 $proc->removeParameter();
13 $proc->removeParameter(array(), array());
14 $proc->removeParameter('', array());
16 Warning: XSLTProcessor::removeParameter() expects exactly 2 parameters, 0 given in %s on line %d
18 Warning: XSLTProcessor::removeParameter() expects parameter 1 to be string, array given in %s on li…
20 Warning: XSLTProcessor::removeParameter() expects parameter 2 to be string, array given in %s on li…
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DHttpConnection.cpp248 copy.removeParameter("confirm"); in processResetSessions()
295 copy.removeParameter("confirm"); in processRefreshSessions()
342 copy.removeParameter("confirm"); in processEnableSessions()
389 copy.removeParameter("confirm"); in processDisableSessions()
442 copy.removeParameter("Enabled"); in processSession()
464 copy.removeParameter(CHECK_COMPID); in processSession()
469 copy.removeParameter(CHECK_LATENCY); in processSession()
475 copy.removeParameter(MAX_LATENCY); in processSession()
481 copy.removeParameter(LOGON_TIMEOUT); in processSession()
582 copy.removeParameter("confirm"); in processResetSession()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/bind/
H A DServletRequestDataBinderTests.java72 request.removeParameter("postProcessed"); in testFieldPrefixCausesFieldReset()
89 request.removeParameter("postProcessed"); in testFieldPrefixCausesFieldResetWithIgnoreUnknownFields()
105 request.removeParameter("postProcessed"); in testFieldDefault()
122 request.removeParameter("postProcessed"); in testFieldDefaultPreemptsFieldMarker()
126 request.removeParameter("!postProcessed"); in testFieldDefaultPreemptsFieldMarker()
142 request.removeParameter("name"); in testFieldDefaultNonBoolean()
159 request.removeParameter("stringArray"); in testWithCommaSeparatedStringArray()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/grassprovider/ext/
H A Dv_net_distance.py63 alg.removeParameter('flayer')
64 alg.removeParameter('tlayer')
65 alg.removeParameter('threshold')
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/algs/grass7/ext/
H A Dv_net_distance.py63 alg.removeParameter('flayer')
64 alg.removeParameter('tlayer')
65 alg.removeParameter('threshold')
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/
H A DTestPostMethod.java151 method.removeParameter("pname0"); in testAddRemoveParametersToParamServlet()
152 method.removeParameter("pname3"); in testAddRemoveParametersToParamServlet()
172 … assertTrue("Return value of the method is expected to be true", method.removeParameter("param")); in testRemoveParameterReturnValue()
173 …assertFalse("Return value of the method is expected to be false", method.removeParameter("param")); in testRemoveParameterReturnValue()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/bind/support/
H A DWebRequestDataBinderTests.java89 request.removeParameter("postProcessed"); in testFieldPrefixCausesFieldReset()
106 request.removeParameter("postProcessed"); in testFieldPrefixCausesFieldResetWithIgnoreUnknownFields()
122 request.removeParameter("postProcessed"); in testFieldDefault()
139 request.removeParameter("postProcessed"); in testFieldDefaultPreemptsFieldMarker()
143 request.removeParameter("!postProcessed"); in testFieldDefaultPreemptsFieldMarker()
159 request.removeParameter("name"); in testFieldDefaultNonBoolean()
176 request.removeParameter("stringArray"); in testWithCommaSeparatedStringArray()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/extras/defaults/
H A Dqmetalroughmaterial.cpp370 d->m_metalRoughEffect->removeParameter(d->m_baseColorParameter); in setBaseColor()
375 d->m_metalRoughEffect->removeParameter(d->m_baseColorMapParameter); in setBaseColor()
395 d->m_metalRoughEffect->removeParameter(d->m_metalnessParameter); in setMetalness()
400 d->m_metalRoughEffect->removeParameter(d->m_metalnessMapParameter); in setMetalness()
420 d->m_metalRoughEffect->removeParameter(d->m_roughnessParameter); in setRoughness()
425 d->m_metalRoughEffect->removeParameter(d->m_roughnessMapParameter); in setRoughness()
447 d->m_metalRoughEffect->removeParameter(d->m_ambientOcclusionMapParameter); in setAmbientOcclusion()
468 d->m_metalRoughEffect->removeParameter(d->m_normalMapParameter); in setNormal()
/dports/www/mod_php81/php-8.1.1/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
9 var_dump($proc->removeParameter('', 'doesnotexist'));
H A Dxsltprocessor_removeParameter.phpt2 Check xsltprocessor::removeParameter functionality
10 $proc->removeParameter('', 'key');
/dports/lang/php81/php-8.1.1/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
9 var_dump($proc->removeParameter('', 'doesnotexist'));
H A Dxsltprocessor_removeParameter.phpt2 Check xsltprocessor::removeParameter functionality
10 $proc->removeParameter('', 'key');
/dports/textproc/php81-xsl/php-8.1.1/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
9 var_dump($proc->removeParameter('', 'doesnotexist'));
H A Dxsltprocessor_removeParameter.phpt2 Check xsltprocessor::removeParameter functionality
10 $proc->removeParameter('', 'key');
/dports/www/mod_php80/php-8.0.15/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/lang/php80/php-8.0.15/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/lang/php74/php-7.4.27/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/textproc/php74-xsl/php-7.4.27/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/textproc/php80-xsl/php-8.0.15/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));
/dports/www/mod_php74/php-7.4.27/ext/xsl/tests/
H A Dxsltprocessor_removeParameter-invalidparam.phpt2 Check xsltprocessor::removeParameter with invalid parameter
13 var_dump($proc->removeParameter('', 'doesnotexist'));

12345678910>>...24