Home
last modified time | relevance | path

Searched refs:method (Results 676 – 700 of 972) sorted by path

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

/plugin/indobible/
H A Dsyntax.php72 public function _CallAPI($method, $url, $data = false) { argument
75 switch ($method) {
/plugin/ipban/ip-lib/
H A DREADME.md131 Both IP addresses and ranges have a `toString` method that you can use to retrieve a textual repres…
146 …esentation of the addresses. In this case, simply use a `true` parameter for the `toString` method:
166 All the range types offer a `contains` method, and all the IP address types offer a `matches` metho…
182 All the range types offer a `containsRange` method: you can call them to check if an address range …
193 …ivate network, or if it's a public IP, or whatever you want, you can use the `getRangeType` method:
212 If you want to know the type of an address range, you can use the `getRangeType` method:
276 …n address is within a stored range, simply use the `getComparableString` method of the address and…
/plugin/ireadit/syntax/
H A Direadit.php65 $method = "render_$mode";
66 if (method_exists($this, $method)) {
67 call_user_func([$this, $method], $renderer, $data);
H A Dlist.php102 $method = "render_$mode";
103 if (method_exists($this, $method)) {
104 call_user_func([$this, $method], $renderer, $data);
/plugin/issuelinks/classes/
H A DHTTPRequestException.php17 protected $method; variable in dokuwiki\\plugin\\issuelinks\\classes\\HTTPRequestException
19 public function __construct($message, \DokuHTTPClient $httpClient, $url, $method) argument
25 $this->method = $method;
59 return $this->method;
/plugin/issuelinks/services/
H A DAbstractService.php32 * @param string $method a HTTP verb, like GET, POST or DELETE
38 …ted function makeHTTPRequest(\DokuHTTPClient $dokuHTTPClient, $url, $headers, array $data, $method) argument
43 $success = $dokuHTTPClient->sendRequest($url, $dataToBeSend, $method);
45 throw new HTTPRequestException('request error', $dokuHTTPClient, $url, $method);
50 throw new ExternalServerException('request error', $dokuHTTPClient, $url, $method);
52 throw new HTTPRequestException('request error', $dokuHTTPClient, $url, $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);
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);
/plugin/issuetracker/
H A Dprototype.js139 var method = value;
142 })(property).wrap(method);
144 value.valueOf = method.valueOf.bind(method);
145 value.toString = method.toString.bind(method);
933 function invoke(method) { argument
1473 method: 'post', property in AnonymousFunctionf562dc224300.options
1483 this.options.method = this.options.method.toLowerCase();
1500 this.method = this.options.method;
1507 this.method = 'post';
1555 if (this.method == 'post') {
[all …]
/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jar ... caller Throwable dummyException StackTraceElement[] locations String cname String method java.util.logging.Level level String msg ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jar ... .apache.http.protocol.HttpContext context String method } org/apache/http/protocol/RequestExpectContinue ...
/plugin/jdraw/lib/
H A Dcommons-logging-1.1.1.jar ... caller Throwable dummyException StackTraceElement[] locations String cname String method java.util.logging.Level level String msg ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jar ... .apache.http.protocol.HttpContext context String method } org/apache/http/protocol/RequestExpectContinue ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak573 * Overrides the method to use the currently selected edge template for
H A DUserObject.java.bak57 // Overrides method to disallow edge label editing
63 // Overrides method to provide a cell label in the display
98 // Overrides method to store a cell label in the model
151 // Overrides method to create the editing value
/plugin/jiralinks/
H A Daction.php94 protected function executeRequest($request, $method = 'GET', $data = NULL) { argument
98 switch(strtoupper($method)) {
/plugin/jmol2/jmol/
H A DCHANGES.txt1352 # new feature: (embedded application method of JmolViewer):
1380 # this method, like WRITE IMAGE uses the antialiasImage settings
1385 # new feature: (embedded application method of JmolViewer):
1455 # code: refactoring of method names in FileManager and Viewer
1456 # code: refactoring of method names to remove ambiguities between "openFile" and "createModelSet"
1491 # code: better allocateViewer method
1601 # bug fix: better Escape method for strings
2662 # code: better ellipsoid fill method
5128 # (2) and (3) are very fast; (1) is the original method, but it is slow.
5178 # structure may require method intervention after the resizing
H A DLICENSE.txt48 We protect your rights with a two-step method: (1) we copyright the
/plugin/jokuwiki/
H A DREADME.md103 The .register method takes 3 parameters:
109 …implements it's own asynchronous script loader. Unlike the jQuery.script method, this ensures that…
111 …, Jokuwiki will try to initiate each widget several times. If the called method throws an exceptio…
/plugin/jplayer/
H A Dsyntax.php182 $method = "render_$mode";
183 if (method_exists($this, $method)) {
184 call_user_func(array($this, $method), $R, $data);
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js328 $.fn.jPlayerInspector = function( method ) { argument
330 if ( methods[method] ) {
331 return methods[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ));
332 } else if ( typeof method === 'object' || ! method ) {
335 $.error( 'Method ' + method + ' does not exist on jQuery.jPlayerInspector' );
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …));return outputParts.join("/")})};var Browser={mainLoop:{scheduler:null,method:"",shouldPause:fal…

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