/plugin/openlayersmap/ol7/ |
H A D | generate-info.js.diff |
|
/plugin/searchtablejs/ |
H A D | script.js | 16 var suche = term.value.toLowerCase(); 21 if (ele.toLowerCase().indexOf(suche)>=0 ) 28 var words = phrase.value.toLowerCase().split(" "); 35 if (ele.toLowerCase().indexOf(words[i])>=0) 47 var searchstr = term.value.toLowerCase(); 53 if (ele.toLowerCase().indexOf(searchstr)>=0)
|
H A D | tablefilter.js | 27 if(tbl != null && tbl.nodeName.toLowerCase() == "table")
35 switch(argtype.toLowerCase())
365 SearchArgs.push( (grabEBI(SearchFlt[i]).value).toLowerCase() );
386 var cell_data = getCellText(cell[j]).toLowerCase();
554 if(t != null && t.nodeName.toLowerCase() == "table")
635 if(totrows != null && totrows.nodeName.toLowerCase() == "span" )
702 var cell_data = getCellText( cell[j] ).toLowerCase();
808 if( (typeof labelId).toLowerCase()=="object"
809 && (typeof colIndex).toLowerCase()=="object"
810 && (typeof operation).toLowerCase() [all...] |
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | DefaultFileFilter.java | 44 ext = extension.toLowerCase(); in DefaultFileFilter() 58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept() 137 String filename = file.toString().toLowerCase(); in accept() 141 if (filename.endsWith("." + imageFormats[j].toLowerCase())) in accept() 200 String filename = file.getName().toLowerCase(); in accept()
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckstyle.js | 51 this.Element = ( styleDesc.Element || 'span' ).toLowerCase() ; 331 elementName = pathElement.nodeName.toLowerCase() ; 350 var elementName = currentNode.nodeName.toLowerCase() ; 414 var elementName = element.nodeName.toLowerCase() ; 669 if ( att.toLowerCase() == 'class' ) 687 valueA = valueA.replace( /;$/, '' ).toLowerCase() ; 688 valueB = valueB.replace( /;$/, '' ).toLowerCase() ; 1137 attribs[ styleAtt.toLowerCase() ] = styleAttribs[ styleAtt ].toLowerCase() ; 1187 elementName = override.toLowerCase() ; 1235 …attribs[ att.nodeName.toLowerCase() ] = FCKDomTools.GetAttributeValue( element, att ).toLowerCase(… [all …]
|
H A D | fckdomrangeiterator.js | 111 var nodeName = currentNode.nodeName.toLowerCase() ; 176 if ( boundarySet[ parentNode.nodeName.toLowerCase() ] ) 233 else if ( !block || ( this.EnforceRealBlocks && block.nodeName.toLowerCase() == 'li' ) ) 248 else if ( block.nodeName.toLowerCase() != 'li' ) 288 …if ( previousSibling && previousSibling.nodeType == 1 && previousSibling.nodeName.toLowerCase() ==… 295 if ( lastChild && lastChild.nodeType == 1 && lastChild.nodeName.toLowerCase() == 'br' )
|
H A D | fckdomrange.js | 150 …ild ) && child.nodeType == 1 && FCKListsLib.EmptyElements[ child.nodeName.toLowerCase() ] == null ) 248 ….nodeType != 1 || FCKListsLib.InlineChildReqElements[ eLastChild.nodeName.toLowerCase() ] == null ) 536 while ( FCKListsLib.InlineNonEmptyElements[ oNode.nodeName.toLowerCase() ] ) 559 while ( FCKListsLib.InlineNonEmptyElements[ oNode.nodeName.toLowerCase() ] ) 601 && !boundarySet[ oNode.nodeName.toLowerCase() ] ) ) ) 608 …fig.EnterMode != 'br' && unit == 'block_contents' && this.EndBlock.nodeName.toLowerCase() != 'li' ) 621 && !boundarySet[ oNode.nodeName.toLowerCase() ] ) ) ) 629 if ( oNode && oNode.nodeName.toLowerCase() == 'br' )
|
/plugin/indexmenu2/cms/modifiers/ |
H A D | groupcheckbox.js | 9 …toLowerCase()!='input'||i.type.toLowerCase()!='checkbox')return;var v=O(i[I['parentNode']][I['pare…
|
H A D | followlinkcontent.js | 9 …toLowerCase()=='a'||document.location.href==_.href){if(Q.preventDefault)Q.preventDefault();Q.retur…
|
/plugin/openlayersmapoverlays/ |
H A D | script.js | 32 visibility: (overlay.visible).toLowerCase() == 'true', 95 visibility: (overlay.visible).toLowerCase() == 'true', 107 visibility: (overlay.visible).toLowerCase() == 'true', 175 visibility: (overlay.visible).toLowerCase() == 'true', 191 visibility: (overlay.visible).toLowerCase() == 'true',
|
/plugin/diagramsnet/lib/plugins/ |
H A D | voice.js | 429 str1 = str1.toLowerCase(); 430 str2 = str2.toLowerCase(); 787 var tmp = token.toLowerCase().replace(/ /g, ''); 792 if (styles[i].toLowerCase() == tmp) 803 tokens[0] = tokens[0].toLowerCase(); 1055 if (tokens[1].toLowerCase() == 'edits') 1121 tokens[1] = tokens[1].toLowerCase(); 1162 tokens[i] = tokens[i].toLowerCase(); 1427 var token = tokens[1].toLowerCase(); 1508 else if (tokens[1].toLowerCase() == 'text') [all …]
|
/plugin/tagentry/ |
H A D | script.js | 6 var tagstart = oldtext.toLowerCase().indexOf("{{tag>"); 19 while ((f=oldtext.toLowerCase().substr(s,l).indexOf(tagname.toLowerCase())) >= 0) {
|
/plugin/ryubin/ryubin/js/ |
H A D | AC_RunActiveContent.js | 6 var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false; 110 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4; 112 else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3; 114 else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2; 217 var currArg = args[i].toLowerCase();
|
/plugin/sectiontoggle/ |
H A D | script.js | 35 text = text.toLowerCase();
49 regex = RegExp('\\b' + escapeRegExp(hash.toLowerCase()) + '\\b');
51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
128 SectionToggle.hash = window.location.hash.toLowerCase();
175 var tagname = jQuery(this).prop("tagName").toLowerCase();
|
/plugin/editsections2/ |
H A D | script.js | 90 parent.tagName.toLowerCase() === 'div' && 189 parent.tagName.toLowerCase() === 'div' && 277 if (!cursor.tagName || cursor.tagName.toLowerCase() !== 'div') { 285 cursor.tagName.toLowerCase() !== 'div' ||
|
/plugin/searchtablejs/TableFilter_EN/ |
H A D | tablefilter.js | 27 if(tbl != null && tbl.nodeName.toLowerCase() == "table")
35 switch(argtype.toLowerCase())
365 SearchArgs.push( (grabEBI(SearchFlt[i]).value).toLowerCase() );
386 var cell_data = getCellText(cell[j]).toLowerCase();
554 if(t != null && t.nodeName.toLowerCase() == "table")
635 if(totrows != null && totrows.nodeName.toLowerCase() == "span" )
702 var cell_data = getCellText( cell[j] ).toLowerCase();
808 if( (typeof labelId).toLowerCase()=="object"
809 && (typeof colIndex).toLowerCase()=="object"
810 && (typeof operation).toLowerCase() [all...] |
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 123 if ( eChildNode && eChildNode.nodeType == 1 && eChildNode.nodeName.toLowerCase() == 'br' ) 349 tagMap[tagList.pop().toLowerCase()] = 1 ; 355 if ( tagMap[currentParent.nodeName.toLowerCase()] ) 385 || doc.body.lastChild.tagName.toLowerCase() == tagName.toLowerCase() ) ) 393 && doc.body.firstChild.tagName.toLowerCase() == 'br' 409 || paddingNode.tagName.toLowerCase() != tagName 412 && String(paddingNode.firstChild.tagName).toLowerCase() != 'br' ) ) 471 if ( FCKBrowserInfo.IsIE && attributeName.toLowerCase() == 'class' ) 780 if ( FCKListsLib.BlockBoundaries[currentListItem.firstChild.nodeName.toLowerCase()] ) 862 if ( elementChild || !FCKListsLib.InlineNonEmptyElements[ child.nodeName.toLowerCase() ] )
|
H A D | fckxhtml_gecko.js | 44 var sAttName = oAttribute.nodeName.toLowerCase() ; 91 if ( htmlNode.parentNode.nodeName.toLowerCase() != 'head' )
|
H A D | fck_gecko.js | 85 var tag = node.tagName.toLowerCase() ; 106 var parentTag = node.parentNode.tagName.toLowerCase() ; 145 && ( ! FCKListsLib.BlockElements[node.parentNode.tagName.toLowerCase()] ) ) 173 var stopTag = stopNode.tagName.toLowerCase() ; 203 var nodeTag = emptyBlockNode.tagName.toLowerCase() ;
|
H A D | fcktools.js | 128 if ( node.tagName.toLowerCase() == 'p' ) 185 if ( node.tagName.toLowerCase() == 'div' ) 254 var enterMode = oConfig.EnterMode.toLowerCase() ; 264 if ( node && node.tagName.toLowerCase() == 'li' ) 445 if ( !formNode || formNode.nodeType != 1 || formNode.tagName.toLowerCase() != 'form' ) 464 if ( !formNode || formNode.nodeType != 1 || formNode.tagName.toLowerCase() != 'form' )
|
H A D | fckxhtml.js | 138 if ( isBlockElement && htmlNode.tagName && htmlNode.tagName.toLowerCase() != 'pre' ) 186 && htmlNode.tagName.toLowerCase() == 'br' 187 && htmlNode.parentNode.tagName.toLowerCase() == 'pre' ) 211 var sNodeName = htmlNode.tagName.toLowerCase() ; 217 sNodeName = htmlNode.scopeName.toLowerCase() + ':' + sNodeName ;
|
/plugin/xhtmlruby/ |
H A D | script.js | 19 ruleName=ruleName.toLowerCase(); 29 if (cssRule.selectorText.toLowerCase()==ruleName) {
|
/plugin/codemirror/dist/modes/ |
H A D | gas.min.js | 1 …toLowerCase();if(i==="x86"){g(b)}else if(i==="arm"||i==="armv6"){h(b)}function j(a,b){var c=false,…
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckblockquotecommand.js | 152 !FCKListsLib.BlockBoundaries[node.previousSibling.nodeName.toLowerCase()] ; 156 !FCKListsLib.BlockBoundaries[node.nextSibling.nodeName.toLowerCase()] ; 183 if ( !firstBlock || firstBlock.nodeName.toLowerCase() == 'body' )
|
/plugin/orgchart/ |
H A D | script.js | 45 id = name.toLowerCase(); 52 manager = $this.text().trim().toLowerCase();
|