Home
last modified time | relevance | path

Searched refs:request (Results 551 – 575 of 659) sorted by relevance

1...<<21222324252627

/plugin/quickstats/lang/en/
H A Dquery.txt62 …number of times the IP address has accessed pages on your wiki. When you request data about a page…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md75 Bugs and feature request are tracked on [GitHub](https://github.com/Seldaek/monolog/issues)
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js369 onComplete: function(request) { argument
370 this.updateChoices(request.responseText);
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst143 [request](https://github.com/lodash/lodash/blob/master/.github/CONTRIBUTING.md#feature-requests)
/plugin/mantis/lib/
H A Dnusoap.php3437 var $request = ''; variable in nusoap_server
3710 $this->request = '';
3718 $this->request .= "$k: $v\r\n";
3768 $this->request .= "$k: $v\r\n";
3802 $this->request .= "$k: $v\r\n";
3857 $this->request .= "\r\n".$data;
4218 * @param array $request The array of parameter values
4222 function verify_method($operation,$request){ argument
7117 var $request = ''; // HTTP request variable in nusoap_client
7513 $this->request = $http->outgoing_payload;
H A Dchangelog99 - soap_server: support compressed request messages (thanks John Huong)
122 - wsdl: add WSDL request and response and transport debug to debug
201 - soap_server: set the namespace on the Response element to the same as the request
358 - soap_transport_http: fix check for server request for digest authentication (thanks Mark Spavin)
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md124 passed to the `GeoIp2\WebService\Client` constructor. Pull request by Will
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst68 the request is made via Ajax and choose the layout accordingly:
72 {% extends request.ajax ? "base_ajax.html" : "base.html" %}
/plugin/botbouncer/lib/
H A Dbotbouncer.php387 $request = array(
/plugin/cacherevisionseraser/
H A DREADME.md98 …file �<dokuwiki directory>/lib/plugins/cacherevisionserase/configs.php� (request from Hoberion), y…
/plugin/wikistats/
H A DREADME.md167 ### Bugs and features request
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md235 - A bug in validating request methods by making it more permissive.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm87 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
H A Dcf5_upload.cfm109 …// the "FCKeditor" directory in the http request path is directly off the web root for the applica…
/plugin/securelogin/
H A DREADME.md136 …* Changed download link per Mikhail I. Izmestev's [request](http://github.com/izmmisha/dokuwiki-se…
/plugin/codeprettify/code-prettify/
H A DREADME.md96 `src/lang-lisp.js` and submit a pull request.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2542 var request = new pi.xhr();
2543 request.environment.setAsync(false);
2544 request.environment.setUrl(_url);
2545 request.send();
2546 return _returnPiObject?request:request.environment.getApi();
H A Dfirebug-lite-1.2-compressed.js122 …{var request=new pi.xhr();request.environment.setAsync(false);request.environment.setUrl(_url);req…
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js133 url+=(url.search("\\?")==-1?"?":"&")+pi.util.String.format("{0}",dataUrl);this.api.open(this.environment.getType(),url,this.environment.getAsync());if(this.environment.getType()=="POST"){this.api.setRequestHeader("Content-Type","application/x-www-form-urlencoded");};this.api.send(this.environment.getType()=="GET"?"":dataUrl);return this;}};pi.xhr.body.environment={"_async":true,"_api":null,"_cache":true,"_callback":null,"_data":{},"_type":"GET","_url":"","setApi":function(_value){this._parent_.api=_value;this._setApi(_value);},"addCallback":function(_readyState,_fn){this.getCallback().push({"fn":_fn,"readyState":_readyState});return this._parent_;},"addData":function(_key,_value){this.getData()[_key]=_value;return this._parent_;},"setType":function(_value){this._setType(_value);return this._parent_;}};pi.xhr.body.event={"readystatechange":function(){var readyState=this.environment.getApi().readyState,callback=this.environment.getCallback();for(var i=0,len=callback.length;i<len;i++){if(pi.util.Array.indexOf(callback[i].readyState,readyState)>-1){callback[i].fn.apply(this);}}}};pi.xhr=pi.xhr.build();pi.xhr.get=function(_url,_returnPiObject){var request=new pi.xhr();request.environment.setAsync(false);request.environment.setUrl(_url);request.send();return _returnPiObject?request:request.environment.getApi();};pi.util.AddEvent(pi.env.ie?window:document,pi.env.ie?"load":"DOMContentLoaded",function(){for(var i=0,len=pi.util.Init.length;i<len;i++){pi.util.Init[i]();}});})(firebug);(function(){with(firebug){var scriptsIncluded=document.getElementsByTagName('script');for(var i=scriptsIncluded.length-1;i>=0;i--){var script=scriptsIncluded[i],src=getFileName(script.src);if(src){internal.liteFilename=src;break;}}
H A Dfirebug-lite-1.2.js2553 var request = new pi.xhr();
2554 request.environment.setAsync(false);
2555 request.environment.setUrl(_url);
2556 request.send();
2557 return _returnPiObject?request:request.environment.getApi();
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js13075 request.open('GET', url, true);
13086 if (request.status === 200 || request.status === 0) {
13107 request.send(null);
13828 request.done = true;
13837 var request = {
13843 context.requests.push(request);
13844 return request;
13927 request.complete();
23596 return this.request(args);
23601 return this.request(listeners);
[all …]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js8706 this.requestsByUid[source.uid] = request;
8710 request.status = 'completed';
8711 request.eventDefs = eventDefs;
8718 request.status = 'failed';
8726 if (request) {
8728 if (request.status === 'pending') {
8729 request.status = 'cancelled';
8741 var request;
8744 request = requestsByUid[uid];
8745 if (request.status === 'pending') {
[all …]
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt102 FileBrowserError_default: 'Error on your request. Error number: ',
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown43 PLEASE review CONTRIBUTING.markdown prior to requesting a feature, filing a pull request or filing …
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit18 FileBrowserError_default: 'Error on your request. Error number: ',

1...<<21222324252627