/plugin/mantis/lib/ |
H A D | class.soap_server.php | 64 var $methodname = ''; variable in nusoap_server 482 $this->methodname = $this->opData['name']; 498 if (strpos($this->methodname, '..') > 0) { 500 } else if (strpos($this->methodname, '.') > 0) { 509 class_exists(substr($this->methodname, 0, strpos($this->methodname, $delim)))) { 511 $class = substr($this->methodname, 0, strpos($this->methodname, $delim)); 512 $method = substr($this->methodname, strpos($this->methodname, $delim) + strlen($delim)); 518 if (!function_exists($this->methodname)) { 886 * @param string $methodname 892 function add_to_map($methodname,$in,$out){ argument [all …]
|
H A D | nusoap.php | 3473 var $methodname = ''; variable in nusoap_server 3885 $data = split("_", $this->methodname); 3907 $this->methodname = $this->opData['name']; 3922 if (strpos($this->methodname, '..') > 0) { 3933 class_exists(substr($this->methodname, 0, strpos($this->methodname, $delim)))) { 3935 $class = substr($this->methodname, 0, strpos($this->methodname, $delim)); 3936 $method = substr($this->methodname, strpos($this->methodname, $delim) + strlen($delim)); 3942 if (!function_exists($this->methodname)) { 4324 * @param string $methodname 4330 function add_to_map($methodname,$in,$out){ argument [all …]
|
/plugin/jsonrpc/ |
H A D | IJR_Server.php | 116 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];
|
H A D | IJR_IntrospectionServer.php | 45 … return new IJR_Error(-32601, 'server error. requested method "'.$methodname.'" not specified.');
|
H A D | jsonrpc.php | 75 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/ |
H A D | nusoap.php | 3086 var $methodname = ''; variable in soap_server 3504 $this->methodname = $this->opData['name']; 3519 if (strpos($this->methodname, '..') > 0) { 3528 class_exists(substr($this->methodname, 0, strpos($this->methodname, $delim)))) { 3530 $class = substr($this->methodname, 0, strpos($this->methodname, $delim)); 3531 $method = substr($this->methodname, strpos($this->methodname, $delim) + strlen($delim)); 3537 if (!function_exists($this->methodname)) { 3674 …$payload = '<'.$this->methodname.'Response xmlns="'.$this->methodURI.'">'.$return_val.'</'.$this->… 3893 * @param string $methodname 3899 function add_to_map($methodname,$in,$out){ argument [all …]
|
/plugin/eventum/XML/ |
H A D | RPC.php | 1170 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/ |
H A D | raphael.vml.js | 990 setproto[method] = (function (methodname) { argument 994 el[methodname].apply(el, arg);
|
H A D | raphael.svg.js | 1415 setproto[method] = (function (methodname) { argument 1419 el[methodname].apply(el, arg);
|
H A D | raphael.core.js | 1560 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/ |
H A D | raphael.js | 1946 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/ |
H A D | raphael.js | 1946 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/ |
H A D | dhtmlxgantt.js | 6005 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/ |
H A D | dhtmlxgantt.js.map | 1 …methodname","original","optimizer","argumentsArray","get_arguments_hash","cached_values","has_cach…
|