Searched refs:toUpperCase (Results 1 – 25 of 340) sorted by relevance
12345678910>>...14
| /plugin/inseecity/ |
| D | script.js | 41 var upper = request.term.toUpperCase (); 45 if (v.toUpperCase ().indexOf (upper) == 0) 50 if (v.toUpperCase ().indexOf (upper) != 0)
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fcklisthandler.js | 31 if ( eParent.tagName.toUpperCase().Equals( 'UL','OL' ) ) 60 if ( !eHasLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase() == 'LI' ) 66 …if ( !eHasSuccessiveLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase().Equals(… 71 var sParentParentTag = eParent.parentNode.tagName.toUpperCase() ;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcklisthandler.js | 31 if ( eParent.tagName.toUpperCase().Equals( 'UL','OL' ) ) 60 if ( !eHasLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase() == 'LI' ) 66 …if ( !eHasSuccessiveLiSibling && eSibling.nodeType == 1 && eSibling.nodeName.toUpperCase().Equals(… 71 var sParentParentTag = eParent.parentNode.tagName.toUpperCase() ;
|
| /plugin/codemirror/dist/modes/ |
| D | forth.min.js | 1 …toUpperCase()){return a[c]}}return undefined}return{startState:function(){return{state:"",base:10,…
|
| D | pig.min.js | 1 …toUpperCase())){if(!a.eat(")")&&!a.eat("."))return"keyword"}if(d&&d.propertyIsEnumerable(a.current…
|
| D | cobol.min.js | 1 …nt().toUpperCase())){q=f}else if(m&&m.propertyIsEnumerable(j.current().toUpperCase())){q=a}else if…
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | builder.js | 28 elementName = elementName.toUpperCase(); 39 if(element && (element.tagName.toUpperCase() != elementName)) 68 if(element.tagName.toUpperCase() != elementName)
|
| /plugin/asciidocjs/node_modules/yargs-parser/build/lib/ |
| D | string-utils.js | 9 const isCamelCase = str !== str.toLowerCase() && str !== str.toUpperCase(); 24 chr = chr.toUpperCase();
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 8.8.js | 1 …y"].forEach((function(e){s.push(e),s.push(e.toUpperCase()),s.push(function(e){return e.charAt(0).t…
|
| /plugin/grensladawritezor/fckeditor/editor/_source/ |
| D | fckjscoreextensions.js | 50 var thisUpper = this.toUpperCase() ; 60 if ( thisUpper == aArgs[i].toUpperCase() )
|
| /plugin/wysiwyg/fckeditor/editor/_source/ |
| D | fckjscoreextensions.js | 50 var thisUpper = this.toUpperCase() ; 60 if ( thisUpper == aArgs[i].toUpperCase() )
|
| /plugin/farmsync/script/ |
| D | jquery.chosen.js | 25 if (child.nodeName.toUpperCase() === "OPTGROUP") { 54 if (option.nodeName.toUpperCase() === "OPTION") {
|
| /plugin/ckgdoku/ckeditor/plugins/tags/dialogs/ |
| D | tags.js | 1 …r wordmatch = /( |>)"+name.toUpperCase()+"( |})/g");for(var i=0;i<matches.length;i++){if(wordmatch…
|
| D | tags.js.unc | 17 eval('var wordmatch = /( |\>)'+name.toUpperCase()+'( |\})/g'); 19 if (wordmatch.test(matches[i].toUpperCase())) {
|
| /plugin/farmer/script/ |
| H A D | jquery.chosen.js | 25 if (child.nodeName.toUpperCase() === "OPTGROUP") { 54 if (option.nodeName.toUpperCase() === "OPTION") {
|
| /plugin/photogallery/lightGallery/js/ |
| D | picturefill.min.js | 4 …toUpperCase()&&(c[g.ns]||(c[g.ns]={}),i.reevaluate||!c[g.ns].evaluated)){if(d&&"PICTURE"===d.nodeN…
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | toUpper.js | 25 return toString(value).toUpperCase();
|
| D | upperCase.js | 24 return result + (index ? ' ' : '') + word.toUpperCase();
|
| /plugin/remotescript/lib/JsHttpRequest/debug/ |
| D | JsHttpRequest-script.js | 77 method: (method || '').toUpperCase(), 142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error); 237 … && content.parentNode.appendChild && content.tagName && content.tagName.toUpperCase() == 'FORM') { 246 var tn = v.tagName.toUpperCase();
|
| D | JsHttpRequest-form.js | 77 method: (method || '').toUpperCase(), 142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error); 237 … && content.parentNode.appendChild && content.tagName && content.tagName.toUpperCase() == 'FORM') { 246 var tn = v.tagName.toUpperCase(); 470 if (th.queryElem[0].e.tagName.toUpperCase() == 'FORM') {
|
| D | JsHttpRequest-xml.js | 77 method: (method || '').toUpperCase(), 142 errors[errors.length] = '- ' + tryLoader.toUpperCase() + ': ' + this._l(error); 237 … && content.parentNode.appendChild && content.tagName && content.tagName.toUpperCase() == 'FORM') { 246 var tn = v.tagName.toUpperCase();
|
| /plugin/remotescript/lib/JsHttpRequest/mini/ |
| D | JsHttpRequest-script.js | 50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… 100 _d[_d.length]="- "+_f.toUpperCase()+": "+this._l(_12); 169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){ 180 var tn=v.tagName.toUpperCase();
|
| D | JsHttpRequest-form.js | 50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… 100 _d[_d.length]="- "+_f.toUpperCase()+": "+this._l(_12); 169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){ 180 var tn=v.tagName.toUpperCase(); 330 if(th.queryElem[0].e.tagName.toUpperCase()=="FORM"){
|
| D | JsHttpRequest-xml.js | 50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… 100 _d[_d.length]="- "+_f.toUpperCase()+": "+this._l(_12); 169 if(_1e&&_1e.parentNode&&_1e.parentNode.appendChild&&_1e.tagName&&_1e.tagName.toUpperCase()=="FORM"){ 180 var tn=v.tagName.toUpperCase();
|
| /plugin/asciidocjs/node_modules/camelcase/ |
| D | index.js | 25 return p1.toUpperCase();
|
12345678910>>...14