Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for ElementList (0.11 seconds)

  1. build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/LicenseHeadersTask.java

                    .newDocumentBuilder()
                    .parse(xmlReportFile)
                    .getElementsByTagName("resource");
                return elementList(resourcesNodes).stream()
                    .filter(
                        resource -> elementList(resource.getChildNodes()).stream()
                            .anyMatch(n -> n.getTagName().equals("license-approval") && n.getAttribute("name").equals("false"))
                    )
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Sep 09 18:53:35 GMT 2021
    - 10.6K bytes
    - Click Count (0)
  2. dbflute_fess/dfprop/classificationDefinitionMap.dfprop

    #             ; isSuppressAutoDeploy=[true or false(default)]
    #             ; groupingMap = map:{
    #                 ; [group-name] = map:{
    #                     ; groupComment=[comment]
    #                     ; elementList=list:{[the list of classification element's name]}
    #                 }
    #             }
    #         }
    #         # classification elements for implicit classification
    #         ; map:{
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jul 04 22:46:31 GMT 2015
    - 2.2K bytes
    - Click Count (0)
  3. doc/go_spec.html

    CompositeLit = LiteralType LiteralValue .
    LiteralType  = StructType | ArrayType | "[" "..." "]" ElementType |
                   SliceType | MapType | TypeName [ TypeArgs ] .
    LiteralValue = "{" [ ElementList [ "," ] ] "}" .
    ElementList  = KeyedElement { "," KeyedElement } .
    KeyedElement = [ Key ":" ] Element .
    Key          = FieldName | Expression | LiteralValue .
    FieldName    = identifier .
    Element      = Expression | LiteralValue .
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Apr 01 23:39:18 GMT 2026
    - 287.8K bytes
    - Click Count (1)
Back to Top