Home
last modified time | relevance | path

Searched refs:method (Results 376 – 400 of 972) sorted by relevance

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

/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1method, args) {\n if (self.__WB_DISABLE_DEV_LOGS) {\n return;\n }\n …
H A Dworkbox-bed83ea8.js.map1method, args) {\n if (self.__WB_DISABLE_DEV_LOGS) {\n return;\n }\n …
H A Dworkbox-f163abaa.js.map1method, args) {\n if (self.__WB_DISABLE_DEV_LOGS) {\n return;\n }\n …
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php332 protected function bugzillaRPC( $method, $parameters ) { argument
348 'content' => $this->xmlrpc_encode_request($method, $params)
376 protected function xmlrpc_encode_request($method, $params) { argument
379 $x .= '<methodName>' . htmlspecialchars($method) . '</methodName>';
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
H A Dclass_with_method_that_declares_anonymous_class.php7 public function method() function in class_with_method_that_declares_anonymous_class
/plugin/timetrack/
H A DMenuItem.php16 protected $method = 'get'; variable in dokuwiki\\plugin\\timetrack\\MenuItem
/plugin/tagadd/
H A DMenuItem.php16 protected $method = 'post'; variable in dokuwiki\\plugin\\tagadd\\MenuItem
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md51 * Implement the `getCharWidth` method. (Ivan Enderlin, 2015-01-07T11:00:06+01:00)
67 * New `toCode` method, without UCS-2. (Ivan Enderlin, 2014-12-23T12:07:22+01:00)
81 * Implement the `String::copy` method. (Marc Lemay, 2014-10-05T15:08:33+02:00)
/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/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DAbstractService.php131 * @param string $method HTTP method
138 public function request($path, $method = 'GET', $body = null, array $extraHeaders = []) argument
175 return $this->httpClient->retrieveResponse($uri, $body, $extraHeaders, $method);
318 * Returns a class constant from ServiceInterface defining the authorization method used for the API
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/Events/
H A DEventFiringWebElement.php384 * @param mixed $method
387 protected function dispatch($method, ...$arguments) argument
393 $this->dispatcher->dispatch($method, $arguments);
/plugin/linkback/
H A Dhttp.php54 function sendRequest($url, $data = array (), $method = 'GET') { argument
96 if ($method == 'POST') {
122 $request = "$method $request_url HTTP/" . $this->http . HTTP_NL;
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php119 switch ($itipMessage->method) {
519 $message->method = 'CANCEL';
521 $icalMsg->METHOD = $message->method;
547 $message->method = 'REQUEST';
549 $icalMsg->METHOD = $message->method;
698 $message->method = 'REPLY';
/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';
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php119 switch ($itipMessage->method) {
521 $message->method = 'CANCEL';
525 $icalMsg->METHOD = $message->method;
549 $message->method = 'REQUEST';
553 $icalMsg->METHOD = $message->method;
721 $message->method = 'REPLY';
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md139 `GeoIP2\Database\Reader` class now has an `anonymousIp` method which returns
167 does not match the method. In particular, doing a `city()` lookup on a
169 * A `metadata()` method has been added to the `GeoIP2\Database\Reader` class.
180 method now provides all of the data formerly provided by `cityIspOrg`, and
181 the `omni` method has been replaced by the `insights` method.
/plugin/webdavclient/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';
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
67 - implement the ```main($options)``` method and do your business logic there
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dstatic_calls.test2 Filters as static method calls
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dstatic_calls.test2 Functions as static method calls
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dproxy.phpt87 public function method()
91 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dclass.phpt91 public function method()
95 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dinvocation_object_clone_object.phpt92 public function method()
96 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php63 $method = $eventData['method'] ?? self::getDefaultMethodName($eventData['event']);
67 … $this->listeners[$eventData['event']][] = [[$subscriber, $method], $class, $format, $interface];
/plugin/wikicalendar/
H A Dsyntax.php332 $out .= '<form action="'.script().'" method="post">' . DOKU_LF;
372 $out .= '<form action="'.script().'" method="post" class="go2" onsubmit="">' . DOKU_LF;

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