Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ElementList (0.06 seconds)

  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:{
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Jul 04 22:46:31 GMT 2015
    - 2.2K bytes
    - Click Count (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 .
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top