Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Put (3.04 sec)

  1. src/mdo/reader.vm

            entities.put("ne", "\u2260");
            entities.put("equiv", "\u2261");
            entities.put("le", "\u2264");
            entities.put("ge", "\u2265");
            entities.put("sub", "\u2282");
            entities.put("sup", "\u2283");
            entities.put("nsub", "\u2284");
            entities.put("sube", "\u2286");
            entities.put("supe", "\u2287");
            entities.put("oplus", "\u2295");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  2. src/mdo/model.vm

            #set ( $dummy = $imports.add( "java.util.List" ) )
            #set ( $dummy = $types.put( $field, "List<" + $field.to + ">" ) )
          #elseif ( $field.type == "java.util.Properties" )
            #set ( $dummy = $imports.add( "java.util.Map" ) )
            #set ( $dummy = $types.put( $field, "Map<String, String>" ) )
          #elseif ( $field.type == "DOM" )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  3. src/mdo/model-v3.vm

              #set ( $dummy = $imports.add( "java.util.ArrayList" ) )
              #set ( $dummy = $types.put( $field, "List<" + $field.to + ">" ) )
          #elseif ( $field.type == "DOM" )
              #set ( $dummy = $imports.add( "org.codehaus.plexus.util.xml.Xpp3Dom" ) )
              #set ( $dummy = $types.put( $field, "Object" ) )
          #else
            #set ( $fieldType = ${types.getOrDefault($field.type,$field.type)} )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Nov 06 19:04:44 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  4. src/mdo/model-version.vm

                            #if ( ! $fields )
                                #set ( $fields = $LinkedHashSet.newInstance() )
                                #set ( $dummy = $classToFields.put( $class, $fields ) )
                            #end
                            #set( $dummy = $fields.add($field) )
                            #if ( $dummy )
                            #end
                        #end
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Oct 16 13:44:33 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  5. src/mdo/reader-stax.vm

            entities.put("ne", "\u2260");
            entities.put("equiv", "\u2261");
            entities.put("le", "\u2264");
            entities.put("ge", "\u2265");
            entities.put("sub", "\u2282");
            entities.put("sup", "\u2283");
            entities.put("nsub", "\u2284");
            entities.put("sube", "\u2286");
            entities.put("supe", "\u2287");
            entities.put("oplus", "\u2295");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  6. src/mdo/transformer.vm

                        newProps.putAll(props);
                        builder = builder != null ? builder : creator.get();
                        builder.${field.name}(newProps);
                    }
                    newProps.put(entry.getKey(), newVal);
                }
            }
            return builder;
          #elseif ( $field.to && $field.multiplicity == "1" )
            ${field.to} oldVal = target.get${capField}();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  7. apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt

      Simply including a copy of this Agreement, including this Exhibit A
      is not sufficient to license the Source Code under Secondary Licenses.
    
      If it is not possible or desirable to put the notice in a particular
      file, then You may include the notice in a location (such as a LICENSE
      file in a relevant directory) where a recipient would be likely to
      look for such a notice.
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. maven-core/plugin-manager.txt

    With respect to development inside an IDE the workspace from which we would like to resolve and retrieve dependencies is a read-only local repository to Mercury which is put at the front-end of the search order of any repository that Mercury will consult for artifacts.
    
    h4. Generation of plugin metadata and packaging
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
Back to top