Home
last modified time | relevance | path

Searched refs:queryText (Results 1 – 17 of 17) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1SessionEventQueryDetail.php41 public $queryText; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1SessionEventQueryDetail
106 public function setQueryText($queryText) argument
108 $this->queryText = $queryText;
115 return $this->queryText;
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js100 var queryText = [];
102 if (!this._hash2query(content, null, queryText, queryElem)) return;
128 queryText: queryText.join('&'),
233 t._hash2query = function(content, prefix, queryText, queryElem) { argument
262 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
269 queryText[queryText.length] = content;
449 if (this.queryText) this.url += (this.url.indexOf('?') >= 0? '&' : '?') + this.queryText;
451 this.queryText = '';
537 … if (this.queryText) this.url += (this.url.indexOf('?') >= 0? '&' : '?') + this.queryText;
538 this.queryText = '';
[all …]
H A DJsHttpRequest-script.js100 var queryText = [];
102 if (!this._hash2query(content, null, queryText, queryElem)) return;
107 …name + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + queryText + "#" + this._op…
128 queryText: queryText.join('&'),
233 t._hash2query = function(content, prefix, queryText, queryElem) { argument
257 this._hash2query(v, curPrefix, queryText, queryElem);
262 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
269 queryText[queryText.length] = content;
449 if (this.queryText) this.url += (this.url.indexOf('?') >= 0? '&' : '?') + this.queryText;
451 this.queryText = '';
H A DJsHttpRequest.js101 var queryText = [];
129 queryText: queryText.join('&'),
263 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
270 queryText[queryText.length] = content;
480 … if (this.queryText) this.url += (this.url.indexOf('?') >= 0? '&' : '?') + this.queryText;
481 this.queryText = '';
533 xr.send(this.queryText);
577 if (this.queryText) this.url += (this.url.indexOf('?') >= 0? '&' : '?') + this.queryText;
579 this.queryText = '';
646 if (th.queryText) th.url += (th.url.indexOf('?') >= 0? '&' : '?') + th.queryText;
[all …]
H A DJsHttpRequest-xml.js100 var queryText = [];
102 if (!this._hash2query(content, null, queryText, queryElem)) return;
107 …name + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + queryText + "#" + this._op…
128 queryText: queryText.join('&'),
233 t._hash2query = function(content, prefix, queryText, queryElem) { argument
257 this._hash2query(v, curPrefix, queryText, queryElem);
262 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
269 queryText[queryText.length] = content;
479 … if (this.queryText) this.url += (this.url.indexOf('?') >= 0? '&' : '?') + this.queryText;
480 this.queryText = '';
[all …]
H A DJsHttpRequest-form.js100 var queryText = [];
102 if (!this._hash2query(content, null, queryText, queryElem)) return;
107 …name + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + queryText + "#" + this._op…
128 queryText: queryText.join('&'),
233 t._hash2query = function(content, prefix, queryText, queryElem) { argument
257 this._hash2query(v, curPrefix, queryText, queryElem);
262 queryText[queryText.length] = curPrefix + "=" + this.escape('' + v);
269 queryText[queryText.length] = content;
459 if (th.queryText) th.url += (th.url.indexOf('?') >= 0? '&' : '?') + th.queryText;
463 th.queryText = p[1] || '';
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2QueryResult.php64 public $queryText; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2QueryResult
237 public function setQueryText($queryText) argument
239 $this->queryText = $queryText;
246 return $this->queryText;
H A DGoogleCloudDialogflowV2beta1QueryResult.php66 public $queryText; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1QueryResult
253 public function setQueryText($queryText) argument
255 $this->queryText = $queryText;
262 return $this->queryText;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js349 if(this.queryText){
350 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
352 this.queryText="";
394 xr.send(this.queryText);
413 if(this.queryText){
414 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
417 this.queryText="";
476 if(th.queryText){
477 th.url+=(th.url.indexOf("?")>=0?"&":"?")+th.queryText;
484 th.queryText=p[1]||"";
[all …]
H A DJsHttpRequest-script-xml.js92 JsHttpRequest.extend(_11,{queryText:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRe…
308 if(this.queryText){
309 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
312 this.queryText="";
403 if(this.queryText){
404 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
406 this.queryText="";
448 xr.send(this.queryText);
H A DJsHttpRequest-xml.js92 JsHttpRequest.extend(_11,{queryText:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRe…
349 if(this.queryText){
350 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
352 this.queryText="";
394 xr.send(this.queryText);
H A DJsHttpRequest-script.js92 JsHttpRequest.extend(_11,{queryText:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRe…
308 if(this.queryText){
309 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
312 this.queryText="";
H A DJsHttpRequest-form.js92 JsHttpRequest.extend(_11,{queryText:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRe…
317 if(th.queryText){
318 th.url+=(th.url.indexOf("?")>=0?"&":"?")+th.queryText;
325 th.queryText=p[1]||"";
391 var qt=th.queryText.split("&");
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js349 if(this.queryText){
350 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
352 this.queryText="";
394 xr.send(this.queryText);
413 if(this.queryText){
414 this.url+=(this.url.indexOf("?")>=0?"&":"?")+this.queryText;
417 this.queryText="";
476 if(th.queryText){
477 th.url+=(th.url.indexOf("?")>=0?"&":"?")+th.queryText;
484 th.queryText=p[1]||"";
[all …]
/plugin/remotescript/
H A Dscript.js9queryText:l.join("&"),queryElem:o,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:O,span:n…
/plugin/codemirror/dist/
H A Dscripts.min.js7queryText=d;c.query=k(d);a.removeOverlay(c.overlay,e(c.query));c.overlay=b(c.query,e(c.query));a.a…
H A Dscripts.min.js.map1queryText","showMatchesOnScrollbar","annotate","doSearch","rev","immediate","q","hiding","searchNe…