Home
last modified time | relevance | path

Searched refs:method (Results 801 – 825 of 972) sorted by path

1...<<313233343536373839

/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md59 'method' => "GET"
/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.
H A DREADME.md101 may then call the method corresponding to the database you are using.
103 If the lookup succeeds, the method call will return a model class for the
125 // Replace "city" with the appropriate method for your database, e.g.,
210 // Use the ->enterprise method to do a lookup in the Enterprise database
260 object with your `$accountId` and `$licenseKey`, then you call the method
264 If the request succeeds, the method call will return a model class for the end
284 // Replace "city" with the method corresponding to the web service that
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Database/
H A DReader.php236 $method = lcfirst($class);
238 "The $method method cannot be used to open a "
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md10 * A new method, `getWithPrefixLen`, was added to the `Reader` class.
11 This method returns an array containing the record and the prefix
H A DREADME.md128 You then must load your extension. The recommend method is to add the
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DPost.php59 'method' => 'POST',
/plugin/remotelistnamespace/
H A DREADME.md8 $method="plugin.remotelistnamespace.listNamespace";
9 $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
H A Dplugin.info.txt5 name listNamespace XMLRPC method
6 desc This plugins just adds an XMLRPC method called remotelistnamespace.listNamespace
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js345 if(!this.method){
346 this.method=_41?"POST":"GET";
348 if(this.method=="GET"){
357 if(this.method=="POST"&&!_41){
418 if(!this.method){
419 this.method="GET";
421 if(this.method!=="GET"){
468 if(!th.method){
469 th.method="POST";
475 if(th.method=="GET"){
[all …]
H A Dprotocol.txt81 Frontend passes to backend a list of key=value pairs using GET or POST method.
94 from the current document URL. This method is fully comatible with PHP
147 and a method used.
149 Samples (format: <loader>.<method>):
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
107 …this._openArgs.password + '@' + this._openArgs.url + '|' + queryText + "#" + this._openArgs.method;
386 var method = null;
389 method = RegExp.$3;
392 req.open(method, url, true);
452 if (!th.method) th.method = 'POST';
458 if (th.method == 'GET') {
491 if (th.method == 'POST') {
509 …(form? '' : '<form' + (th.method == 'POST'? ' enctype="multipart/form-data" method="post"' : '') +…
[all …]
H A DJsHttpRequest-script-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
386 var method = null;
389 method = RegExp.$3;
392 req.open(method, url, true);
453 if (!this.method) this.method = 'GET';
454 if (this.method !== 'GET') return ['script_only_get'];
533 if (!this.method) this.method = canSetHeaders? 'POST' : 'GET';
536 if (this.method == 'GET') {
540 } else if (this.method == 'POST' && !canSetHeaders) {
[all …]
H A DJsHttpRequest-script.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
107 …this._openArgs.password + '@' + this._openArgs.url + '|' + queryText + "#" + this._openArgs.method;
386 var method = null;
389 method = RegExp.$3;
392 req.open(method, url, true);
453 if (!this.method) this.method = 'GET';
454 if (this.method !== 'GET') return ['script_only_get'];
H A DJsHttpRequest-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
107 …this._openArgs.password + '@' + this._openArgs.url + '|' + queryText + "#" + this._openArgs.method;
386 var method = null;
389 method = RegExp.$3;
392 req.open(method, url, true);
475 if (!this.method) this.method = canSetHeaders? 'POST' : 'GET';
478 if (this.method == 'GET') {
482 } else if (this.method == 'POST' && !canSetHeaders) {
517 xr.open(this.method, this.url, true, this.username, this.password);
H A DJsHttpRequest.js78 method: (method || '').toUpperCase(), property in t.open._openArgs
387 var method = null;
390 method = RegExp.$3;
393 req.open(method, url, true);
476 if (!this.method) this.method = canSetHeaders? 'POST' : 'GET';
479 if (this.method == 'GET') {
581 if (!this.method) this.method = 'GET';
639 if (!th.method) th.method = 'POST';
645 if (th.method == 'GET') {
678 if (th.method == 'POST') {
[all …]
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 …nArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._openArgs.method;
309 if(!th.method){
310 th.method="POST";
316 if(th.method=="GET"){
346 if(th.method=="POST"){
360 s.innerHTML=(_42?"":"<form"+(th.method=="POST"?" enctype=\"multipart/form-data\" method=\"post\"":"…
403 var sv=_4b(_42,[["action",th.url],["method",th.method],["onsubmit",null],["target",_49]]);
H A DJsHttpRequest-script-xml.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 …nArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._openArgs.method;
313 if(!this.method){
314 this.method="GET";
316 if(this.method!=="GET"){
399 if(!this.method){
400 this.method=_47?"POST":"GET";
402 if(this.method=="GET"){
411 if(this.method=="POST"&&!_47){
441 xr.open(this.method,this.url,true,this.username,this.password);
H A DJsHttpRequest-script.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 …nArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._openArgs.method;
313 if(!this.method){
314 this.method="GET";
316 if(this.method!=="GET"){
H A DJsHttpRequest-xml.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
69 …nArgs.username+":"+this._openArgs.password+"@"+this._openArgs.url+"|"+_8+"#"+this._openArgs.method;
345 if(!this.method){
346 this.method=_41?"POST":"GET";
348 if(this.method=="GET"){
357 if(this.method=="POST"&&!_41){
387 xr.open(this.method,this.url,true,this.username,this.password);
H A DJsHttpRequest.js345 if(!this.method){
346 this.method=_41?"POST":"GET";
348 if(this.method=="GET"){
357 if(this.method=="POST"&&!_41){
418 if(!this.method){
419 this.method="GET";
421 if(this.method!=="GET"){
468 if(!th.method){
469 th.method="POST";
475 if(th.method=="GET"){
[all …]
/plugin/remotescript/lib/
H A Dlicense.txt48 We protect your rights with a two-step method: (1) we copyright the
/plugin/remotescript/
H A Dscript.js9method:(I||"").toUpperCase(),url:l,asyncFlag:o,username:O!=null?O:"",password:Q!=null?Q:""};_ldObj… property in i.open._openArgs
28 this.open = function (method, callback) { argument
29 _JHRopen.call (this,method, DOKU_BASE+'lib/plugins/remotescript/rs.php');
45 c.method = _callback[1]
71 req.method = 'GET';
/plugin/revealjs/
H A Dchangelog.md95 * fix listitem_open method signature
/plugin/revealjs/js/
H A Dreveal.js1280 if( data.method && typeof Reveal[data.method] === 'function' ) {
1282 if( POST_MESSAGE_METHOD_BLACKLIST.test( data.method ) === false ) {
1284 var result = Reveal[data.method].apply( Reveal, data.args );
1288 dispatchPostMessage( 'callback', { method: data.method, result: result } );
1292 console.warn( 'reveal.js: "'+ data.method +'" is is blacklisted from the postMessage API' );

1...<<313233343536373839