Home
last modified time | relevance | path

Searched refs:method (Results 401 – 425 of 972) sorted by path

1...<<11121314151617181920>>...39

/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php57 * @param string $method
68 $method = 'POST' argument
71 $method = strtoupper($method);
75 if ($method === 'GET' && !empty($requestBody)) {
79 if (!isset($extraHeaders['Content-Type']) && $method === 'POST' && is_array($requestBody)) {
90 if ($method === 'POST' || $method === 'PUT') {
95 if ($method === 'PUT') {
103 curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $method);
H A DStreamClient.php20 * @param string $method
31 $method = 'POST' argument
34 $method = strtoupper($method);
38 if ($method === 'GET' && !empty($requestBody)) {
42 if (!isset($extraHeaders['Content-Type']) && $method === 'POST' && is_array($requestBody)) {
60 $context = $this->generateStreamContext($requestBody, $extraHeaders, $method);
76 private function generateStreamContext($body, $headers, $method) argument
81 'method' => $method,
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php17 * @param string $method HTTP method
25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); argument
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php131 * @param string $method HTTP method
141 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
174 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $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/fblogin/lib/
H A Dbase_facebook.php821 $method = strtolower($params['method']);
822 if ($method === 'auth.expiresession' ||
823 $method === 'auth.revokeauthorization') {
834 * @param string $method The http method (default 'GET')
856 if (is_array($method) && empty($params)) {
857 $params = $method;
858 $method = 'GET';
862 if ($this->isVideoPost($path, $method)) {
1042 protected function getApiUrl($method) { argument
1105 if (isset($READ_ONLY_CALLS[strtolower($method)])) {
[all …]
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1340 fckg_ajax.method = 'GET';
1412 ajax2.method = 'GET';
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js11 this.method = "POST";
132 if (this.method == "GET") {
134 this.xmlhttp.open(this.method, totalurlstring, true);
136 this.xmlhttp.open(this.method, this.requestFile, true);
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt160 + " the markup and this method will fail. "
161 …+ "<LI>You can open this dialog and paste the code into the text window below. This method is <b…
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js376 method:"compareEndPoints", property in rangeContact.p
384 method:"compareBoundaryPoints", property in rangeContact.p
392 r2[p.method](p.StartToStart, r1)==1 &&
393 r2[p.method](p.EndToEnd, r1)==1 &&
394 r2[p.method](p.StartToEnd, r1)==1 &&
395 r2[p.method](p.EndToStart, r1)==1
397 r2[p.method](p.StartToStart, r1)==-1 &&
398 r2[p.method](p.EndToEnd, r1)==-1 &&
399 r2[p.method](p.StartToEnd, r1)==-1 &&
400 r2[p.method](p.EndToStart, r1)==-1
/plugin/fckg/fckeditor/
H A Dfckconfig.js480 ajx.method = 'POST';
507 ajax.method = 'POST';
H A Dlicense.txt362 We protect your rights with a two-step method: (1) we copyright the
835 hereafter acquired, including without limitation, method, process,
H A Dtw-sack.js11 this.method = "POST";
132 if (this.method == "GET") {
134 this.xmlhttp.open(this.method, totalurlstring, true);
136 this.xmlhttp.open(this.method, this.requestFile, true);
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php665 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
668 return call_user_func_array(array($this, $method),
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php85 $method = 'process_' . $this->cmd;
86 if (method_exists($this, $method)) {
87 return $this->$method();
99 $method = 'handle_ajax_' . $this->cmd;
100 if (method_exists($this, $method)) {
101 return $this->$method();
/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/fedauth/
H A Dhelper.php95 $out = '<div id="fa__authform" class="sprovs"><form action="'.wl($ID).'" method="post">'
/plugin/fetchmedia/lib/
H A Dbundle.js1method=o,r.arg=u;;){var c=r.delegate;if(c){var s=l(c,r);if(s){if(s===M)continue;return s}}if("next…
/plugin/fetchmedia/script/
H A Dmain.js35 method: 'POST', property in requestDownloadExternalFile.options
68 method: 'GET',
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst61 - ``METHOD`` Allowed in the method docblock
62 - ``ALL`` Allowed in the class, property and method docblock
295 from a class, property or method docblock:
315 Access all annotations of a method
320 public function getMethodAnnotations(\ReflectionMethod $method);
322 Access one annotation of a method
327 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php276 public function getMethodAnnotations(ReflectionMethod $method) argument
278 $class = $method->getDeclaringClass();
279 $context = 'method ' . $class->getName() . '::' . $method->getName() . '()';
282 $this->parser->setImports($this->getMethodImports($method));
286 return $this->parser->parse($method->getDocComment(), $context);
292 public function getMethodAnnotation(ReflectionMethod $method, $annotationName) argument
294 $annotations = $this->getMethodAnnotations($method);
350 private function getMethodImports(ReflectionMethod $method) argument
352 $class = $method->getDeclaringClass();
361 if ($trait->hasMethod($method->getName())
[all …]
H A DCachedReader.php137 public function getMethodAnnotations(\ReflectionMethod $method) argument
139 $class = $method->getDeclaringClass();
140 $cacheKey = $class->getName().'#'.$method->getName();
147 $annots = $this->delegate->getMethodAnnotations($method);
157 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument
159 foreach ($this->getMethodAnnotations($method) as $annot) {
H A DFileCacheReader.php165 public function getMethodAnnotations(\ReflectionMethod $method) argument
167 $class = $method->getDeclaringClass();
171 $key = $this->classNameHashes[$class->name].'#'.$method->getName();
179 $annot = $this->reader->getMethodAnnotations($method);
189 $annot = $this->reader->getMethodAnnotations($method);
252 public function getMethodAnnotation(\ReflectionMethod $method, $annotationName) argument
254 $annotations = $this->getMethodAnnotations($method);
H A DIndexedReader.php68 public function getMethodAnnotations(\ReflectionMethod $method) argument
71 foreach ($this->delegate->getMethodAnnotations($method) as $annot) {
81 public function getMethodAnnotation(\ReflectionMethod $method, $annotation) argument
83 return $this->delegate->getMethodAnnotation($method, $annotation);
110 * @param string $method
115 public function __call($method, $args) argument
117 return call_user_func_array(array($this->delegate, $method), $args);
H A DReader.php58 function getMethodAnnotations(\ReflectionMethod $method); argument
68 function getMethodAnnotation(\ReflectionMethod $method, $annotationName); argument

1...<<11121314151617181920>>...39