Home
last modified time | relevance | path

Searched refs:methodname (Results 1 – 14 of 14) sorted by path

/plugin/advrack/
H A 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/callflow/
H A 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/eventum/XML/
H A 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/googlesearch/
H A Dnusoap.php3086 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/jsonrpc/
H A DIJR_IntrospectionServer.php45 … return new IJR_Error(-32601, 'server error. requested method "'.$methodname.'" not specified.');
H A 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];
H A 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/mantis/lib/
H A Dclass.soap_server.php64 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 Dnusoap.php3473 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/sequencediagram/bower_components/raphael/dev/
H A 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);
H A Draphael.svg.js1415 setproto[method] = (function (methodname) { argument
1419 el[methodname].apply(el, arg);
H A Draphael.vml.js990 setproto[method] = (function (methodname) { argument
994 el[methodname].apply(el, arg);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1methodname","original","optimizer","argumentsArray","get_arguments_hash","cached_values","has_cach…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A 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];