Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ElementList (0.04 sec)

  1. 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:{
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 04 22:46:31 UTC 2015
    - 2.2K bytes
    - Viewed (0)
  2. 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 .
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
Back to top