Searched defs:scriptURI (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js2602 this.scriptURI = sScriptURI;
2685 * queries will be sent to <scriptURI>?<scriptQueryParam>=userinput
2687 * @property scriptURI
2690 YAHOO.widget.DS_XHR.prototype.scriptURI = null;
2693 * Query string parameter name sent to scriptURI. For instance, queries will be
2694 * sent to <scriptURI>?<scriptQueryParam>=userinput
2703 * String of key/value pairs to append to requests made to scriptURI. Define
2706 * <scriptURI>?<scriptQueryParam>=userinput&<scriptQueryAppend>
2742 * Queries the live data source defined by scriptURI for results. Results are
2752 var sUri = this.scriptURI
[all...]
H A Dautocomplete-min.js141 this.schema=aSchema;this.scriptURI=sScriptURI;this._init();};YAHOO.widget.DS_XHR.prototype=new YAHOO.widget.DataSource();YAHOO.widget.DS_XHR.TYPE_JSON=0;YAHOO.widget.DS_XHR.TYPE_XML=1;YAHOO.widget.DS_XHR.TYPE_FLAT=2;YAHOO.widget.DS_XHR.ERROR_DATAXHR="XHR response failed";YAHOO.widget.DS_XHR.prototype.connMgr=YAHOO.util.Connect;YAHOO.widget.DS_XHR.prototype.connTimeout=0;YAHOO.widget.DS_XHR.prototype.scriptURI=null;YAHOO.widget.DS_XHR.prototype.scriptQueryParam="query";YAHOO.widget.DS_XHR.prototype.scriptQueryAppend="";YAHOO.widget.DS_XHR.prototype.responseType=YAHOO.widget.DS_XHR.TYPE_JSON;YAHOO.widget.DS_XHR.prototype.responseStripAfter="\n<!-";YAHOO.widget.DS_XHR.prototype.doQuery=function(oCallbackFn,sQuery,oParent){var isXML=(this.responseType==YAHOO.widget.DS_XHR.TYPE_XML);var sUri=this.scriptURI+"?"+this.scriptQueryParam+"="+sQuery;if(this.scriptQueryAppend.length>0){sUri+="&"+this.scriptQueryAppend;}
H A Dautocomplete.js2565 this.scriptURI = sScriptURI;
2647 * queries will be sent to &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput
2649 * @property scriptURI
2652 YAHOO.widget.DS_XHR.prototype.scriptURI = null;
2655 * Query string parameter name sent to scriptURI. For instance, queries will be
2656 * sent to &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput
2665 * String of key/value pairs to append to requests made to scriptURI. Define
2668 * &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput&#38;&#60;scriptQueryAppend&#62;
2704 * Queries the live data source defined by scriptURI for results. Results are
2714 var sUri = this.scriptURI
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js2602 this.scriptURI = sScriptURI;
2685 * queries will be sent to &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput
2687 * @property scriptURI
2690 YAHOO.widget.DS_XHR.prototype.scriptURI = null;
2693 * Query string parameter name sent to scriptURI. For instance, queries will be
2694 * sent to &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput
2703 * String of key/value pairs to append to requests made to scriptURI. Define
2706 * &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput&#38;&#60;scriptQueryAppend&#62;
2742 * Queries the live data source defined by scriptURI for results. Results are
2752 var sUri = this.scriptURI
[all...]
H A Dautocomplete-min.js141 this.schema=aSchema;this.scriptURI=sScriptURI;this._init();};YAHOO.widget.DS_XHR.prototype=new YAHOO.widget.DataSource();YAHOO.widget.DS_XHR.TYPE_JSON=0;YAHOO.widget.DS_XHR.TYPE_XML=1;YAHOO.widget.DS_XHR.TYPE_FLAT=2;YAHOO.widget.DS_XHR.ERROR_DATAXHR="XHR response failed";YAHOO.widget.DS_XHR.prototype.connMgr=YAHOO.util.Connect;YAHOO.widget.DS_XHR.prototype.connTimeout=0;YAHOO.widget.DS_XHR.prototype.scriptURI=null;YAHOO.widget.DS_XHR.prototype.scriptQueryParam="query";YAHOO.widget.DS_XHR.prototype.scriptQueryAppend="";YAHOO.widget.DS_XHR.prototype.responseType=YAHOO.widget.DS_XHR.TYPE_JSON;YAHOO.widget.DS_XHR.prototype.responseStripAfter="\n<!-";YAHOO.widget.DS_XHR.prototype.doQuery=function(oCallbackFn,sQuery,oParent){var isXML=(this.responseType==YAHOO.widget.DS_XHR.TYPE_XML);var sUri=this.scriptURI+"?"+this.scriptQueryParam+"="+sQuery;if(this.scriptQueryAppend.length>0){sUri+="&"+this.scriptQueryAppend;}
H A Dautocomplete.js2565 this.scriptURI = sScriptURI;
2647 * queries will be sent to &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput
2649 * @property scriptURI
2652 YAHOO.widget.DS_XHR.prototype.scriptURI = null;
2655 * Query string parameter name sent to scriptURI. For instance, queries will be
2656 * sent to &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput
2665 * String of key/value pairs to append to requests made to scriptURI. Define
2668 * &#60;scriptURI&#62;?&#60;scriptQueryParam&#62;=userinput&#38;&#60;scriptQueryAppend&#62;
2704 * Queries the live data source defined by scriptURI for results. Results are
2714 var sUri = this.scriptURI
[all...]

Completed in 47 milliseconds