Home
last modified time | relevance | path

Searched refs:method (Results 876 – 900 of 972) sorted by last modified time

1...<<313233343536373839

/plugin/fedauth/classes/
H A Dfa_base.class.php63 $method = 'process_' . $this->cmd;
64 if (method_exists($this, $method)) {
65 return $this->$method();
77 $method = 'handle_ajax_' . $this->cmd;
78 if (method_exists($this, $method)) {
79 return $this->$method();
88 $method = 'html_' . $this->cmd;
89 if (method_exists($this, $method)) {
90 $this->$method();
/plugin/solr/
H A Daction.php138 $method = 'page_'.$event->data;
139 $this->$method();
H A Dhelper.php124 * @param string $method GET or POST
128 public function solr_query($path, $query, $method='GET', $postfields='') { argument
138 if($method == 'POST') {
148 'method' => $method,
/plugin/facebookalbum/
H A Dfacebook.php524 * @param String $method the http method (default 'GET')
529 protected function _graph($path, $method='GET', $params=array()) { argument
530 if (is_array($method) && empty($params)) {
531 $params = $method;
532 $method = 'GET';
534 $params['method'] = $method; // method override as we always do a POST
787 protected function getApiUrl($method) { argument
850 if (isset($READ_ONLY_CALLS[strtolower($method)])) {
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jar ... .apache.http.protocol.HttpContext context String method } org/apache/http/protocol/RequestExpectContinue ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jar ... caller Throwable dummyException StackTraceElement[] locations String cname String method java.util.logging.Level level String msg ...
/plugin/googlepagerank/
H A Dsyntax.php40 list($url,$width,$method) = explode(',',$match);
43 if ( empty($method)) {$method = "style";}
44 return array($url,$width,$method);
/plugin/autotweet/
H A Dtwitteroauth.php178 function oAuthRequest($url, $method, $parameters) { argument
182 …$request = OAuthRequest::from_consumer_and_token($this->consumer, $this->token, $method, $url, $pa…
184 switch ($method) {
188 return $this->http($request->get_normalized_http_url(), $method, $request->to_postdata());
197 function http($url, $method, $postfields = NULL) { argument
210 switch ($method) {
/plugin/pagemove/lang/cs/
H A Dlang.php.txt15 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/pagemove/lang/es/
H A Dlang.php.txt16 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/pagemove/lang/pl/
H A Dlang.php.txt17 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js384 assertRespondsTo: function(method, obj) { argument
387 (obj[method] && typeof obj[method] == 'function') ? this.pass() :
388 this.fail(message + ": object doesn't respond to [" + method + "]"); }
391 assertReturnsTrue: function(method, obj) { argument
394 var m = obj[method];
395 if(!m) m = obj['is'+method.charAt(0).toUpperCase()+method.slice(1)];
400 assertReturnsFalse: function(method, obj) { argument
403 var m = obj[method];
404 if(!m) m = obj['is'+method.charAt(0).toUpperCase()+method.slice(1)];
409 assertRaise: function(exceptionName, method) { argument
[all …]
H A Deffects.js330 var args = $A(arguments), method = args.last(),
332 this.method = Object.isFunction(method) ? method.bind(object) :
333 Object.isFunction(object[method]) ? object[method].bind(object) :
334 function(value) { object[method] = value };
338 this.method(position);
H A Dprototype.js127 var method = value;
130 })(property).wrap(method);
132 value.valueOf = method.valueOf.bind(method);
133 value.toString = method.toString.bind(method);
814 function invoke(method) { argument
1361 method: 'post', property in AnonymousFunction87f8306d4200.options
1371 this.options.method = this.options.method.toLowerCase();
1390 this.method = this.options.method;
1395 this.method = 'post';
2510 Element.Methods[method] = Element.Methods[method].wrap(
[all …]
H A Dcontrols.js639 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
671 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
778 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
816 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
/plugin/autlogin/
H A Daction.php47 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
/plugin/tline/
H A DCHANGES.txt221 filler, the attribute can be obtained using the getEventID() method on the
/plugin/directions/syntax/
H A Dglobaldirections.php194 * return value of the <tt>handle()</tt> method.
199 * method.
H A Dlocaldirections.php198 * return value of the <tt>handle()</tt> method.
203 * method.
/plugin/directions/
H A Daction.php206 $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : "";
270 …//$logline = "$host - $user $timestamp \"$method $page $protocol\" $status \"$referer\" \"$agent\"…
/plugin/jsonrpc/
H A DIJR_Server.php14 var $method; variable in IJR_Server
80 private function callClassMethod($method, $args) argument
82 $method = substr($method, 5);
83 if (!method_exists($this, $method)) {
106 private function callFunction($method, $args) argument
108 if (!function_exists($method))
112 return call_user_func_array($method,$args);
122 $method = $this->callbacks[$methodname];
127 if (substr($method, 0, 5) == 'this:')
131 elseif (substr($method, 0, 7) == 'plugin:')
[all …]
H A Djsonrpc.php69 function addCallback($method, $callback, $args, $help, $public=false){ argument
70 if($public) $this->public_methods[] = $method;
71 return parent::addCallback($method, $callback, $args, $help);
H A DIJR_IntrospectionServer.php28 $this->addCallback($key['method'], $key['callback'], $key['args'], $key['help']);
45 … return new IJR_Error(-32601, 'server error. requested method "'.$methodname.'" not specified.');
54 return new IJR_Error(-32602, 'server error. missing method parameters');
97 return new IJR_Error(-32602, 'server error. invalid method parameters');
105 … return new IJR_Error(-32601, 'server error. requested method "'.$method.'" not specified.');
/plugin/doctree2filelist/
H A Dadmin.php128 ptln('<form action="'.wl($ID).'" method="post" /> ');
138 ptln('<form action="'.wl($ID).'" method="post" /> ');
148 ptln(' <form action="'.wl($ID).'" method="post" /> ');
172 $html = '<form action="'.wl($ID).'" method="post" /> '."\n";
178 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";
185 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";

1...<<313233343536373839