Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 25 of 166) sorted by last modified time

1234567

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md18 Forks and contributions are welcome. Please open [issues](https://github.com/funiq/geoPHP/issues), send [pull](https://github.com/funiq/geoPHP/pulls) requests and I will merge them into the main branch.
/plugin/dokusioc/
H A DREADME.md15 * Content Negotiation for application/rdf+xml requests
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt77 * set Last-Modified header on all requests
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default176 …/ If false will allow standalone calls to phpThumb(). If true then only requests with a $_SERVER['…
/plugin/diffpreview/
H A DREADME.md15 …I am not the original author, merely the current maintainer who accepts reasonable pull requests.**
/plugin/api/
H A DREADME.md11 All requests are made with the `public` permissions (ie [@ALL group](https://www.dokuwiki.org/acl))
/plugin/bibtex4dw/
H A DCHANGELOG.md26 * Massive speedup of SQL by changing SQL syntax and pooling requests in single transaction
H A DREADME.md62 Feel free to fork the repository, change it and submit pull requests.
/plugin/gitbacked/
H A DREADME.md9 - [Feature requests and other cool ideas](https://github.com/woolfg/dokuwiki-plugin-gitbacked/issue…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md131 Before submitting issues and pull requests please read the [CONTRIBUTING.md](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md) file.
H A DCHANGELOG.md4 * Ability to customize User-Agent header in the HTTP requests sent by cURL (@samuelecat, #1229)
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md134 - Disable sending 'Expect: 100-Continue' header with POST requests, as they may more easily fail when sending via eg. squid proxy.
191 - Fixed incompatibility with Appium, caused by redundant params present in requests to Selenium server.
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1365 }this.Ajax={requests:[],transport:null,states:["Uninitialized","Loading","Loaded","Interactive","Complete"],initialize:function(){this.transport=FBL.getNativeXHRObject() property in Ajax
1376 this.requests.push(o);
1392 },sendRequest:function(){var t=FBL.Ajax.transport,r=FBL.Ajax.requests.shift(),data;
1406 if(this.requests.length>0){setTimeout(this.sendRequest,10)
/plugin/sortablejs/
H A DREADME.md4 …orting plugin. In semi-maintenance mode now - only bugfixes and feature requests via PRs are handl…
/plugin/prosemirror/
H A DREADME.md52 - So ProseMirror makes ajax requests
/plugin/fastwiki/
H A Daction.php228 $requests = array();
263 array_push($requests, array($ch, $newid));
268 if (count($requests) > 0) {
270 foreach ($requests as $req)
291 foreach ($requests as $idx=>$req) {
H A Dpagecache.js86 var requests = [];
92 requests.push(params);
111 if (requests.length > 0)
112 doPost(requests.shift());
116 // Make the first 4 requests. Limit to 4 so as not to monopolize all the browser's sockets (there are 6 in modern browsers).
117 for (var x=0; x<Math.min(4, requests.length); x++)
118 doPost(requests.shift());
/plugin/advanced/lang/en/config/
H A Duserscript.txt3 …Script files are delivered through a single dispatcher to minimize HTTP requests, for caching and …
/plugin/pageredirect/
H A DREADME.md6 Redirects page requests based on content
H A Dplugin.info.txt6 desc Redirects page requests based on content
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc12 single curl calls. These are very fast for single requests. When asynchronous
15 of HTTP requests to be processed in parallel.
H A Dper-request-configuration.asciidoc11 You can enrich your requests against {es} with an identifier string, that allows
292 The client supports asynchronous, batch processing of requests. This is enabled
320 requests. However, it is possible to configure on a per-request basis, too, if
H A Dcrud.asciidoc100 bulk request. In that case, you need to batch up the requests and periodically
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md43 HTTP requests.

1234567