Home
last modified time | relevance | path

Searched refs:method (Results 951 – 972 of 972) sorted by last modified time

1...<<313233343536373839

/plugin/remotescript/lib/JsHttpRequest/debug/
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.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 …]
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-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);
/plugin/remotescript/lib/JsHttpRequest/mini/
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-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-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]]);
/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 …]
/plugin/remotescript/lib/
H A Dlicense.txt48 We protect your rights with a two-step method: (1) we copyright the
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt362 We protect your rights with a two-step method: (1) we copyright the
835 hereafter acquired, including without limitation, method, process,
/plugin/flowplay/flowplayer/
H A DREADME.txt151 …- Fix for the message on IE: "Object doesn't support this property or method' Line 48, Char 3". Th…
152 …was caused by two method names in the new JavaScript API. As a result, these methods are now renam…
187 …- The setConfig() method in the JavaScript API can be used over and over again to replace the conf…
210 You need to add a method signature for onCuePoint method into MTASC/std/NetStream.as:
H A Djavascript.txt80 an existing playlist by calling this method with an object that
/plugin/textile2/
H A DclassTextile.php920 function doSpecial($text, $start, $end, $method='fSpecial') argument
923 array(&$this, $method), $text);
/plugin/chat/
H A Dtw-sack.js11 this.method = "POST";
128 if (this.method == "GET") {
130 this.xmlhttp.open(this.method, totalurlstring, true);
132 this.xmlhttp.open(this.method, this.requestFile, true);
/plugin/virtualkeyboard/vk/
H A Dlicense.txt48 We protect your rights with a two-step method: (1) we copyright the
/plugin/googlesearch/
H A Dnusoap.php3518 $method = '';
3544 $method_to_compare = (substr(phpversion(), 0, 2) == '4.') ? strtolower($method) : $method;
3575 $funcCall = "\$this->methodreturn = ".$class."::".$method."(";
3581 $funcCall .= "\$this->methodreturn = ".$instname."->".$method."(";
3603 $call_arg = array ($class, $method);
3607 $call_arg = array(&$instance, $method);
5804 var $method = ''; variable in soap_parser
5840 * @param string $method method for which XML is parsed (unused?)
5844 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ argument
5848 $this->method = $method;
[all …]
/plugin/bibtex/OSBib/
H A DCHANGELOG59 2/ Added the method BIBFORMAT::addAllOtherItems().
/plugin/bibtex/OSBib/format/bibtexParse/
H A Dbib.bib18 TITLE="New method for h{\i}gh mark@sirfragalot.com accuracy determination of fine structure
H A DREADME31 …[title] => New method for h{\i}gh mark@sirfragalot.com accuracy determination of fine structure co…
57 …qhe, AUTHOR="K. v. Klitzing and G. Dorda = "and M. Pepper", TITLE="New method for h{\i}gh mark@s…
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php50 function gateKeep($method) argument
53 return $this->$method();
1384 function badInput($error, $method) argument
1387 new CLOSE($this->$method($error));
/plugin/bibtex/OSBib/format/
H A DREADME.txt156 This method should be called for each type of creator the resource has. (See BIBSTYLE.php for an e…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …,"lstrip!":1,map:1,"map!":1,match:1,max:1,"member?":1,merge:1,"merge!":1,method:1,"method_defined?… property in hljs.LANGUAGES.ruby.c.keymethods

1...<<313233343536373839