Home
last modified time | relevance | path

Searched refs:indexOf (Results 651 – 667 of 667) sorted by last modified time

1...<<21222324252627

/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js45 _3+=(_3.indexOf("?")>=0?"&":"?")+session_name+"="+this.escape(RegExp.$1);
143 while((p=msg.indexOf("%",p))>=0){
312 th.url+=(th.url.indexOf("?")>=0?"&":"?")+"JsHttpRequest="+th.id+"-"+"form";
318 th.url+=(th.url.indexOf("?")>=0?"&":"?")+th.queryText;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js162 begin_idx = wordtxt.indexOf( orig[i], end_idx );
/plugin/fullindex/
H A Dscript.js56 if (a.parentNode.className.indexOf('open') == -1)
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js709 if (!el || el.parentNode.id.indexOf(idPrefix)<0) return;
740 if (!el || el.parentNode.id.indexOf(idPrefix)<0) return;
798 if (!el || el.parentNode.id.indexOf(idPrefix)<0) return;
806 if (el.id.indexOf('shift')>-1) {
833 if (!el || el.parentNode.id.indexOf(idPrefix)<0) return;
839 if (el.id.indexOf('shift')>-1) {
973 if ( buf.length==1 && lang.dk.indexOf(fc.charCodeAt(0))>-1 ) {
978 res[1] = tchr != fc & lang.dk.indexOf(tchr.charCodeAt(0))>-1;
1006 … if (!isFunction(lyt.dk) && lyt.dk.indexOf(chr)>-1) css = [css, cssClasses['deadkey']].join(" ");
H A Dvk_popup.js26 …if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];if (m[1].indexOf("/")==0) return m…
82 …if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];if (m[1].indexOf("/")==0) return m…
H A Dvk_loader.js2 …if (m[1].match(/^((https?|file)\:\/{2,}|\w:[\\])/)) return m[1];if (m[1].indexOf("/")==0) return m…
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js184 if (m[1].indexOf("/")==0) return m[1];
H A Dstringextensions.js188 if (!isUndefined(x[3]) && x[3].indexOf("*")==0) {
204 if (x[4].indexOf("*")==1) {
H A Darrayextensions.js128 Array.prototype.indexOf = function(needle,begin) { method in Array
164 if( tmp.indexOf(this[i]) < 0 ) tmp[tmp.length] = this[i];
/plugin/flowplay/flowplayer/
H A Dswfobject.js112 if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){
113 return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
/plugin/virtualkeyboard/vk/layouts/
H A DKorean.js200 … if(Korean.flags & 4 && (vow='\u3153\u3154\u3163'.indexOf(chr))!=-1){//weo, we, wi
263 var flagged='\u0448\u0428\u0439\u0419\u0432\u0412'.indexOf(chr)
284 var pos= '\u3142\u3137\u3148\u3131'.indexOf(buf) // p t c k
315 if((vow=Korean.RuVowels.indexOf(chr))!=-1) {//vowel
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js296 container.indexOf(contained) != -1
507 var isKonqueror = navigator.userAgent.indexOf('Konqueror/') != -1 ||
508 navigator.userAgent.indexOf('Safari/') != -1;
558 if (m[1].indexOf("/")==0) return m[1];
/plugin/chat/
H A Dscript.js232 …var time = resp.substring(0, resp.indexOf('\n')).replace(/(.*<!--AJAXCHAT_MTIME:)([0-9]+)(-->.*)/,…
565 if (list.className.indexOf(' chat-line-last') != -1) {
/plugin/livepreview/
H A Dscript.js266 && el.className.indexOf('urlextern')<0 // is not an external link
267 && el.className.indexOf('toc')<0 // is not a toc item
269 && String(el).indexOf(document.location.protocol+"//"
272 || String(el).indexOf(document.location.protocol+"//"
/plugin/googlesearch/
H A Dnusoap.php4789 this.opera5=this.agent.indexOf("Opera 5")>-1
4790 this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0;
4791 this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
4794 this.mac=this.agent.indexOf("Mac")>-1
/plugin/aimg/
H A Dscript.js447 if (hClass.indexOf('t') >= 0)
455 if (hClass.indexOf('b') >= 0)
462 if (hClass.indexOf('l') >= 0)
470 if (hClass.indexOf('r') >= 0)
551 if (!done && elm.style.filter.indexOf("alpha") == -1)
667 while (node && !((node.className||'').indexOf('fn-container') > -1))
671 if (node && ((node.className||'').indexOf('fn-area') > -1) && !fnActionVerb)
711 while (node && !((node.className||'').indexOf('fn-container') > -1))
/plugin/bibtex/OSBib/create/
H A Dcommon.js39 var is_ie = ((agt.indexOf("msie") != -1));

1...<<21222324252627