Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for combinator (0.03 seconds)

  1. src/test/java/org/codelibs/fess/util/PrunedTagTest.java

            nodeWithCorrectClassWrongId.addAttribute("class", "container");
            assertFalse(tagWithIdAndCss.matches(nodeWithCorrectClassWrongId));
    
            // Test combination of attribute and css
            PrunedTag tagWithAttrAndCss = new PrunedTag("a");
            tagWithAttrAndCss.setAttr("href", "#");
            tagWithAttrAndCss.setCss("nav-link");
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 21.1K bytes
    - Click Count (0)
  2. LICENSE

          where such license applies only to those patent claims licensable
          by such Contributor that are necessarily infringed by their
          Contribution(s) alone or by combination of their Contribution(s)
          with the Work to which such Contribution(s) was submitted. If You
          institute patent litigation against any entity (including a
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Mar 12 16:29:02 GMT 2026
    - 9.9K bytes
    - Click Count (0)
Back to Top