Home
last modified time | relevance | path

Searched refs:method (Results 251 – 275 of 972) sorted by path

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

/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md14 * Fixed: `$priority` was ignored in `EventEmitter::once` method.
22 triggered after each method handled. This is dubbed the 'continueCallback' and
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md158 * Added: The Request and Response object now have a `__toString()` method that
161 * Changed: Added Response::getStatusText(). This method returns the
186 * Fixed: Doing a GET request with the client uses the last used HTTP method
H A DREADME.md333 * @param string $method
341 * Returns the current HTTP method
348 * Sets the HTTP method
350 * @param string $method
353 function setMethod($method);
486 * method could only work correctly the first time.
521 * If the header does not exist, this method must return null.
542 * This method overwrites all existing HTTP headers
630 * method could only work correctly the first time.
666 * If the header does not exist, this method must return null.
[all …]
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php25 protected $method; variable in Sabre\\HTTP\\Request
37 * @param string $method
42 function __construct($method = null, $url = null, array $headers = null, $body = null) { argument
44 if (is_array($method)) {
47 if (!is_null($method)) $this->setMethod($method);
61 return $this->method;
68 * @param string $method
71 function setMethod($method) { argument
73 $this->method = $method;
H A DRequestDecorator.php44 * @param string $method
47 function setMethod($method) { argument
49 $this->inner->setMethod($method);
H A DRequestInterface.php24 * @param string $method
27 function setMethod($method); argument
H A DSapi.php102 $method = null;
119 $method = $value;
186 $r = new Request($method, $url, $headers);
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md107 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
130 * #118: iTip Message now has a `getScheduleStatus()` method.
357 * Added: helper method to parse vCard dates and times.
413 * Added: remove() method for easily removing properties and sub-components
422 * Added: add() method to the Property class.
429 add() method.
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php118 switch($itipMessage->method) {
515 $message->method = 'CANCEL';
519 $icalMsg->METHOD = $message->method;
538 $message->method = 'REQUEST';
542 $icalMsg->METHOD = $message->method;
709 $message->method = 'REPLY';
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
61 if ($message->method === 'REPLY') {
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md87 * Major BC Break: method names for the Element interface have been renamed
126 * Added: The writeElement method can now write complex elements.
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md147 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
170 * #118: iTip Message now has a `getScheduleStatus()` method.
397 * Added: helper method to parse vCard dates and times.
453 * Added: remove() method for easily removing properties and sub-components
462 * Added: add() method to the Property class.
469 add() method.
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php118 switch($itipMessage->method) {
515 $message->method = 'CANCEL';
519 $icalMsg->METHOD = $message->method;
543 $message->method = 'REQUEST';
547 $icalMsg->METHOD = $message->method;
714 $message->method = 'REPLY';
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
61 if ($message->method === 'REPLY') {
/plugin/deflist/
H A Dsyntax.php321 * return value of the <tt>handle()</tt> method.
326 * method.
/plugin/deletepagebutton/
H A DREADME.md10 [documented page deletion method](https://www.dokuwiki.org/page#delete_a_page).
/plugin/diagrams/script/
H A DDiagramsEditor.js30 /** @type {saveCallback} the method to call for saving the diagram */
60 method: 'GET',
88 method: 'GET',
127 method: 'POST',
157 method: 'POST',
181 method: 'POST',
H A DDiagramsForm.js198 method: 'POST',
H A DDiagramsMediaManager.js50 method: 'GET',
H A Dmediafile-editbutton.js14 method: 'POST',
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-logging-1.2.jar ... reflect.InvocationTargetException e java.lang.reflect.Method method NoSuchMethodException e ClassLoader classLoader private static java.io ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...

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