Home
last modified time | relevance | path

Searched refs:methodparams (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/tlb/imp/
H A DTlbPropertyPut.java64 methodparams += varType + " " in TlbPropertyPut()
70 methodparams += ", "; in TlbPropertyPut()
77 this.replaceVariable("methodparams", methodparams); in TlbPropertyPut()
H A DTlbPropertyPutStub.java64 methodparams += varType + " " in TlbPropertyPutStub()
69 methodparams += ", "; in TlbPropertyPutStub()
75 this.replaceVariable("methodparams", methodparams); in TlbPropertyPutStub()
H A DTlbFunctionVTable.java64 methodparams += this.getType(elemdesc.tdesc) + " " in TlbFunctionVTable()
70 methodparams += ", "; in TlbFunctionVTable()
78 this.replaceVariable("methodparams", methodparams); in TlbFunctionVTable()
H A DTlbFunctionStub.java68 methodparams += this.getType(elemdesc.tdesc) + " " in TlbFunctionStub()
74 methodparams += ", "; in TlbFunctionStub()
82 this.replaceVariable("methodparams", methodparams); in TlbFunctionStub()
H A DTlbFunctionDispId.java62 methodparams += type + " " + _methodName; in TlbFunctionDispId()
72 methodparams += ", "; in TlbFunctionDispId()
87 this.replaceVariable("methodparams", methodparams); in TlbFunctionDispId()
H A DTlbFunctionStub.template6 public ${returntype} ${methodname}(${methodparams});
H A DTlbPropertyPutStub.template6 public void ${methodname}(${methodparams});
H A DTlbPropertyPut.template6 public void ${methodname}(${methodparams}) {
H A DTlbFunctionVTable.template6 public ${returntype} ${methodname}(${methodparams}) {
H A DTlbFunctionDispId.template6 public ${returntype} ${methodname}(${methodparams}) {
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DModuleHelper.php558 $cacheparams->methodparams,
588 $cacheparams->methodparams,
598 $cacheparams->methodparams,
599 $module->module . md5(serialize($cacheparams->methodparams)),
609 $cacheparams->methodparams,
620 $cacheparams->methodparams,
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dpurple-remote226 methodparams = []
232 methodparams.append(value)
234 methodparams.append(int(value))
237 return purple.__getattr__(command)(*methodparams)
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dpurple-remote226 methodparams = []
232 methodparams.append(value)
234 methodparams.append(int(value))
237 return purple.__getattr__(command)(*methodparams)
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dpurple-remote226 methodparams = []
232 methodparams.append(value)
234 methodparams.append(int(value))
237 return purple.__getattr__(command)(*methodparams)
/dports/net/nusoap/nusoap-0.9.5/lib/
H A Dclass.soap_server.php70 var $methodparams = array(); variable in nusoap_server
574 if(! $this->verify_method($this->methodname,$this->methodparams)){
585 $this->appendDebug($this->varDump($this->methodparams));
603 if ($this->methodparams) {
604 foreach ($this->methodparams as $param) {
628 if (is_array($this->methodparams)) {
629 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams));
887 $this->methodparams = $parser->get_soapbody();
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/nusoap/lib/
H A Dclass.soap_server.php69 var $methodparams = array(); variable in nusoap_server
573 if(! $this->verify_method($this->methodname,$this->methodparams)){
584 $this->appendDebug($this->varDump($this->methodparams));
602 if ($this->methodparams) {
603 foreach ($this->methodparams as $param) {
627 if (is_array($this->methodparams)) {
628 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams));
886 $this->methodparams = $parser->get_soapbody();
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/nusoap/lib/
H A Dclass.soap_server.php69 var $methodparams = array(); variable in nusoap_server
573 if(! $this->verify_method($this->methodname,$this->methodparams)){
584 $this->appendDebug($this->varDump($this->methodparams));
602 if ($this->methodparams) {
603 foreach ($this->methodparams as $param) {
627 if (is_array($this->methodparams)) {
628 $this->methodreturn = call_user_func_array($call_arg, array_values($this->methodparams));
886 $this->methodparams = $parser->get_soapbody();
/dports/www/moodle39/moodle/webservice/xmlrpc/
H A Dlocallib.php75 $methodparams = array_keys($methodinfo->parameters_desc->keys);
83 $methodvariables[$methodparams[$index]] = $param;
/dports/www/moodle310/moodle/webservice/xmlrpc/
H A Dlocallib.php75 $methodparams = array_keys($methodinfo->parameters_desc->keys);
83 $methodvariables[$methodparams[$index]] = $param;
/dports/www/moodle311/moodle/webservice/xmlrpc/
H A Dlocallib.php75 $methodparams = array_keys($methodinfo->parameters_desc->keys);
83 $methodvariables[$methodparams[$index]] = $param;
/dports/www/joomla3/joomla3-3.9.24/modules/mod_tags_similar/
H A Dmod_tags_similar.php19 $cacheparams->methodparams = $params;
/dports/www/joomla3/joomla3-3.9.24/modules/mod_related_items/
H A Dmod_related_items.php19 $cacheparams->methodparams = $params;
/dports/www/joomla3/joomla3-3.9.24/modules/mod_tags_popular/
H A Dmod_tags_popular.php19 $cacheparams->methodparams = $params;
/dports/www/joomla3/joomla3-3.9.24/modules/mod_articles_categories/
H A Dmod_articles_categories.php25 $cacheparams->methodparams = $params;
/dports/www/moodle310/moodle/grade/grading/
H A Dpick.php186 list($methodsql, $methodparams) = $targetcontrollerclass::sql_search_where($token);
188 $params = array_merge($params, $methodparams);

12