Home
last modified time | relevance | path

Searched refs:toLowerCase (Results 26 – 50 of 547) sorted by relevance

12345678910>>...22

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcklanguagemanager.js93 sUserLang = navigator.userLanguage.toLowerCase() ;
95 sUserLang = navigator.language.toLowerCase() ;
H A Dfckselection.js31 if ( FCKListsLib.BlockBoundaries[retval.nodeName.toLowerCase()] )
/plugin/toolbox/
H A DToolboxTextTools.js84 var aa = chunkify(a.toLowerCase());
85 var bb = chunkify(b.toLowerCase());
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckscriptloader.js35 FCKScriptLoader._IsIE = (/msie/).test( navigator.userAgent.toLowerCase() ) ;
56 var sBaseScriptName = oScriptInfo.BasePath + scriptName.toLowerCase() ;
/plugin/revealjs/plugin/search/
H A Dsearch.js73 if(!wordColor[regs[0].toLowerCase()]) {
74 wordColor[regs[0].toLowerCase()] = colors[colorIdx++ % colors.length];
79 match.style.backgroundColor = wordColor[regs[0].toLowerCase()];
/plugin/indexmenu2/cms/
H A Dcms.js15toLowerCase()))return false;var K=_.theme.name.split('/');return gluePath(_.themeRootPath?_.themeR…
/plugin/swfobject/
H A Dscript.js4toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac…
/plugin/diagramsnet/lib/plugins/
H A Dsql.js122 var referencesIndex = name.toLowerCase().indexOf("references");
156 var referencesIndex = name.toLowerCase().indexOf("references");
158 if (name.toLowerCase().indexOf("foreign key(") !== -1) {
159 …var foreignKeySQL = name.substring(name.toLowerCase().indexOf("foreign key("), referencesIndex).re…
161 …var foreignKeySQL = name.substring(name.toLowerCase().indexOf("foreign key ("), referencesIndex).r…
365 var propertyRow = tmp.substring(0, 12).toLowerCase();
391 var propertyType = name.substring(0, 11).toLowerCase();
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Rack.js7 if (rack[i].toLowerCase() === 'general')
12 else if (rack[i].toLowerCase() === 'f5')
17 else if (rack[i].toLowerCase() === 'dell')
22 else if (rack[i].toLowerCase() === 'hpe aruba gateways controllers')
26 else if (rack[i].toLowerCase() === 'hpe aruba security')
30 else if (rack[i].toLowerCase() === 'hpe aruba switches')
38 dir + '/rack/' + rack[i].toLowerCase() + '.xml',
H A DSidebar-Signs.js9 dir + '/signs/' + signs[i].toLowerCase() + '.xml',
H A DSidebar-Cisco.js9 dir + '/cisco/' + cisco[i].toLowerCase().replace(/ /g, '_') + '.xml',
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js29 var contentDir = FCKConfig.ContentLangDirection.toLowerCase() ;
159 if ( !firstBlock || firstBlock.nodeName.toLowerCase() == 'body' )
/plugin/codemirror/dist/modes/
H A Dsass.min.js1toLowerCase();var h=b.prevProp+"-"+n;if(d.hasOwnProperty(h)){return"property"}else if(d.hasOwnProp…
H A Dcss.min.js1toLowerCase())){b.tokenize=y}return v("variable callee","variable")}else if(/[\w\\\-]/.test(c)){a.…
H A Dstylus.min.js1toLowerCase()in s}function Y(a){a=a.toLowerCase();return a in u||a in C}function Z(a){return a.toL…
H A Dmirc.min.js1toLowerCase())){return"keyword"}else{g.beforeParams=true;return"builtin"}}else if(k=="%"){a.eatWhi…
/plugin/diagramsnet/lib/math/extensions/
H A Dasciimath2jax.js19toLowerCase()==="#text"){if(!g){c=this.scanText(c)}}else{a=(typeof(c.className)==="undefined"?"":c…
H A Dmml2jax.js19toLowerCase();for(b=0,a=e.attributes.length;b<a;b++){var d=e.attributes[b];if(d.specified&&d.nodeN…
/plugin/showsamples/
H A Djquery.scrollTo.min.js7toLowerCase(),["iframe","#document","html","body"])}function h(a){return $.isFunction(a)||$.isPlai…
/plugin/indexmenu2/cms/extensions/
H A Ddocumentselection.js13toLowerCase()!='input'&&v-_==C){Q-=C}}catch(err){};return Q}catch(e){try{return Number(O.selection…
/plugin/tablelayout/script/
H A Dscript.js115 var globalSearchText = $globalSearch.find('input').val().trim().toLowerCase();
120 var cellText = $this.text().trim().toLowerCase();
123 var searchText = $searchInputs.eq(colFilterIndex).val().trim().toLowerCase();
/plugin/structcombolookup/
H A Dscript.js119 valueLowerCase = value.toLowerCase(),
122 if ( $( this ).text().toLowerCase() === valueLowerCase ) {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js114 if ( sMode == 'br' || parentPath.Block && parentPath.Block.tagName.toLowerCase() == 'pre' )
152 if ( FCKBrowserInfo.IsIE && this.Window.document.selection.type.toLowerCase() == "control" )
259 var sPreviousName = previous.nodeName.toLowerCase() ;
373 var tagName = node.tagName.toLowerCase() ;
572 …urce.nodeType == 1 && FCKListsLib.InlineChildReqElements[ source.nodeName.toLowerCase() ] != null )
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js161 if (el.tagName.toLowerCase() != 'input' && eTest - endReal == sTest) {
204 if (el.tagName.toLowerCase() != 'input' && eTest - endReal == sTest) {
241 if (!el || el.tagName.toLowerCase() == 'select') return false;
/plugin/code2/
H A Dscript.js4 …e=d[--l])&&(fc=e.firstChild)&&(fcn=fc.tagName.toLowerCase())&&(lc=e.lastChild)&&(lcn=lc.tagName.to…

12345678910>>...22