Home
last modified time | relevance | path

Searched refs:methodname (Results 1 – 15 of 15) sorted by relevance

/plugin/mantis/lib/
Dclass.soap_server.php64 var $methodname = ''; variable in nusoap_server
472 …$this->debug('in invoke_method, methodname=' . $this->methodname . ' methodURI=' . $this->methodUR…
475 if ($this->opData = $this->wsdl->getOperationData($this->methodname)) {
476 $this->debug('in invoke_method, found WSDL operation=' . $this->methodname);
482 $this->methodname = $this->opData['name'];
484 $this->debug('in invoke_method, no WSDL for operation=' . $this->methodname);
485 …$this->fault('SOAP-ENV:Client', "Operation '" . $this->methodname . "' is not defined in the WSDL …
496 $method = $this->methodname; //TODO FIXME HELP this is absolutely hardcoded!!!
498 if (strpos($this->methodname, '..') > 0) {
500 } else if (strpos($this->methodname, '.') > 0) {
[all …]
Dnusoap.php3473 var $methodname = ''; variable in nusoap_server
3881 …$this->debug('in invoke_method, methodname=' . $this->methodname . ' methodURI=' . $this->methodUR…
3885 $data = split("_", $this->methodname);
3900 if ($this->opData = $this->wsdl->getOperationData($this->methodname)) {
3901 $this->debug('in invoke_method, found WSDL operation=' . $this->methodname);
3907 $this->methodname = $this->opData['name'];
3909 $this->debug('in invoke_method, no WSDL for operation=' . $this->methodname);
3910 …$this->fault('SOAP-ENV:Client', "Operation '" . $this->methodname . "' is not defined in the WSDL …
3922 if (strpos($this->methodname, '..') > 0) {
3924 } else if (strpos($this->methodname, '.') > 0) {
[all …]
/plugin/mcp/
DMcpServer.php15 public function call($methodname, $args) argument
17 switch ($methodname) {
29 return parent::call($methodname, $args);
/plugin/jsonrpc/
DIJR_Server.php116 protected function call($methodname, $args) argument
118 if (!$this->hasMethod($methodname))
120 … return new IJR_Error(-32601, 'server error. requested method '.$methodname.' does not exist.');
122 $method = $this->callbacks[$methodname];
DIJR_IntrospectionServer.php45 … return new IJR_Error(-32601, 'server error. requested method "'.$methodname.'" not specified.');
Djsonrpc.php75 function call($methodname, $args){ argument
76 if(!in_array($methodname,$this->public_methods) && !$this->checkAuth()){
77 … return new IJR_Error(-32603, 'server error. not authorized to call method "'.$methodname.'".');
79 return parent::call($methodname, $args);
/plugin/googlesearch/
Dnusoap.php3086 var $methodname = ''; variable in soap_server
3494 …$this->debug('in invoke_method, methodname=' . $this->methodname . ' methodURI=' . $this->methodUR…
3497 if ($this->opData = $this->wsdl->getOperationData($this->methodname)) {
3498 $this->debug('in invoke_method, found WSDL operation=' . $this->methodname);
3504 $this->methodname = $this->opData['name'];
3506 $this->debug('in invoke_method, no WSDL for operation=' . $this->methodname);
3507 …$this->fault('Client', "Operation '" . $this->methodname . "' is not defined in the WSDL for this …
3519 if (strpos($this->methodname, '..') > 0) {
3521 } else if (strpos($this->methodname, '.') > 0) {
3527 if (strlen($delim) > 0 && substr_count($this->methodname, $delim) == 1 &&
[all …]
/plugin/eventum/XML/
DRPC.php1170 var $methodname = ''; variable in XML_RPC_Message
1203 $this->methodname = $meth;
1263 $this->payload .= '<methodName>' . $this->methodname . "</methodName>\n";
1287 $this->methodname = $meth;
1289 return $this->methodname;
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js990 setproto[method] = (function (methodname) { argument
994 el[methodname].apply(el, arg);
Draphael.svg.js1415 setproto[method] = (function (methodname) { argument
1419 el[methodname].apply(el, arg);
Draphael.core.js1560 R._removedFactory = function (methodname) { argument
1562 …, "Rapha\xebl: you are calling to method \u201c" + methodname + "\u201d of removed object", method…
4885 setproto[method] = (function (methodname) { argument
4889 el[methodname][apply](el, arg);
/plugin/callflow/
Draphael.js1946 R._removedFactory = function (methodname) { argument
1948 …, "Rapha\xebl: you are calling to method \u201c" + methodname + "\u201d of removed object", method…
5232 setproto[method] = (function (methodname) { argument
5236 el[methodname][apply](el, arg);
7114 setproto[method] = (function (methodname) { argument
7118 el[methodname].apply(el, arg);
8094 setproto[method] = (function (methodname) { argument
8098 el[methodname].apply(el, arg);
/plugin/advrack/
Draphael.js1946 R._removedFactory = function (methodname) { argument
1948 …, "Rapha\xebl: you are calling to method \u201c" + methodname + "\u201d of removed object", method…
5232 setproto[method] = (function (methodname) { argument
5236 el[methodname][apply](el, arg);
7120 setproto[method] = (function (methodname) { argument
7124 el[methodname].apply(el, arg);
8100 setproto[method] = (function (methodname) { argument
8104 el[methodname].apply(el, arg);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js6005 prefetch : function(methodname, host){ argument
6006 var original = host[methodname];
6010 host._prefetch_originals[methodname] = original;
6011 host[methodname] = function get_prefetched_value(){
6020 if(!optimizer.cache[methodname]){
6021 optimizer.cache[methodname] = {};
6024 var cached_values = optimizer.cache[methodname];
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js.map1methodname","original","optimizer","argumentsArray","get_arguments_hash","cached_values","has_cach…