Home
last modified time | relevance | path

Searched refs:method (Results 501 – 525 of 972) sorted by relevance

1...<<21222324252627282930>>...39

/plugin/confmanager/
H A Djquery.form.js73 var method, action, url, $form = this;
79 method = this.attr('method');
91 type: method || 'GET',
255 type: method || 'POST'
418 if (!method) {
426 if (! s.skipEncodingOverride && (!method || /post/i.test(method))) {
/plugin/codebutton2/
H A Dadmin.php62 ptln('<form name="frm" action="'.wl($ID).'" method="post">');
/plugin/shy/
H A Dsyntax.php152 * return value of the <tt>handle()</tt> method.
/plugin/issuelinks/services/
H A DJira.service.php145 protected function makeJiraRequest($endpoint, array $data, $method, array $headers = []) argument
155 return $this->makeHTTPRequest($this->dokuHTTPClient, $url, $requestHeaders, $data, $method);
H A DGitHub.service.php172 * @param string $method
179 protected function makeGitHubRequest($endpoint, $data, $method, $headers = []) argument
194 return $this->makeHTTPRequest($this->dokuHTTPClient, $url, $requestHeaders, $data, $method);
H A DGitLab.service.php118 * @param string $method the http method to make, defaults to 'GET'
126 protected function makeGitLabRequest($endpoint, array $data, $method, array $headers = []) argument
135 return $this->makeHTTPRequest($this->dokuHTTPClient, $url, $requestHeaders, $data, $method);
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md36 * Fix method signatures for PHP 7.0 (Issue #6)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.1.md20 * The Clover XML report now contains method visibility information
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php108 $fallback->expects($this->once())->method('construct')->willReturn($author);
123 $fallback->expects($this->once())->method('construct')->willReturn($author);
184 $fallback->expects($this->once())->method('construct')->willReturn($author);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php288 $method = "add_{$key}";
289 if (isset($methods[$method])) {
290 $this->{$method}($request, $context, $value, $params);
/plugin/s5reloaded/ui/effects_support/
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 …]
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl2 <form action="" name="vbsso_settings" method="post">
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php237 foreach ($metadata->postDeserializeMethods as $method) {
238 $method->invoke($object);
/plugin/amazon/
H A Dsyntax.php236 $method = "GET";
262 $string_to_sign = $method."\n".$host."\n".$uri."\n".$canonicalized_query;
/plugin/sequencediagram/bower_components/lodash/
H A DREADME.md52 // Load method categories.
77 …* [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/bro…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php105 $method = 'parse' . $geometryType;
106 return call_user_func([$this, $method], $dataString);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php773 public function __call($method, $arguments) argument
775 return '__call_'.$method;
781 public function __call($method, $arguments) argument
783 throw new \BadMethodCallException(sprintf('Unknown method "%s".', $method));
/plugin/html2pdf/html2pdf/
H A Daction.php83 ….DOKU_URL.'lib/plugins/html2pdf/tmp/export_pdf.html&pixels=1024&media=A4&method=fpdf&output=0&pdfv…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerEventsTest.php34 $mock->expects($this->once())->method('afterResponseCallback');
/plugin/combo/resources/library/bootstrap/
H A DREADME.md24 Jquery must not be slim because the `post` http method is needed for the search box (`qsearch`)
/plugin/tgnotify/
H A Daction.php18 * plugin should use this method to register its handlers with the DokuWiki's event controller
122 'method' => "POST",
/plugin/mdpage/vendor/cebe/markdown/
H A DREADME.md17 Parsing Markdown to HTML is as simple as calling a single method (see [Usage](#usage)) providing a …
20 Extending the Markdown language with new elements is as simple as adding a new method to the class …
88 The next step is to call the `parse()`-method for parsing the text using the full markdown language
89 or calling the `parseParagraph()`-method to parse only inline elements.
240 …line until a blank line occurs. This step is implemented by a method named `consume{blockName}()` …
241 …is the same name as used for the identify function above. The consume method also takes the lines …
278 …`render{elementName}()`-method where `elementName` refers to the name of the element in the abstra…
300 The method will then be called when a marker is found in the text. As an argument it takes the text…
301 The parser method will return an array containing the element of the abstract sytnax tree and an of…
414 method of the `HtmlTrait`.
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md26 * Stream: Add the `hasBeenDeferred` method. (Ivan Enderlin, 2017-02-03T11:03:21+01:00)
99 * Add the `hasTimedOut` method. (Ivan Enderlin, 2015-08-28T09:27:15+02:00)
110 * Add the `isBorrowing` method. (Ivan Enderlin, 2015-03-03T10:25:18+01:00)
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md111 # Use the read() method of the LDAP client to search for a specific entry.
145 # Send the built up changes back to LDAP to update the entry via the LDAP client update method.
161 # Pass the entry object to the delete method of the LDAP client if it was found.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Doverview.asciidoc7 All methods closely match the REST API, and furthermore, match the method

1...<<21222324252627282930>>...39