Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 358 for Vm (0.02 sec)

  1. src/mdo/transformer.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #set ( $package = "${packageToolV4}" )
    #set ( $className = "${model.name}Transformer" )
    #
    #MODELLO-VELOCITY#SAVE-OUTPUT-TO ${package.replace('.','/')}/${className}.java
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Apr 03 17:49:40 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. apache-maven/src/main/appended-resources/META-INF/LICENSE.vm

    Tamas Cservenak <******@****.***> 1717483516 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 04 06:45:16 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. apache-maven/src/main/appended-resources/META-INF/NOTICE.vm

    Sylwester Lachiewicz <******@****.***> 1661265991 +0200
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Sep 10 19:27:25 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  4. src/mdo/merger.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #set ( $package = "${packageToolV4}" )
    #set ( $className = "${model.name}Merger" )
    #
    #set ( $root = $model.getClass( $model.getRoot($version), $version ) )
    #
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Sep 05 16:06:44 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  5. src/mdo/writer.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #if( ${packageToolV4Xpp3} )
      #set ( $package = "${packageToolV4Xpp3}" )
    #else
      #set ( $package = "${packageToolV4}" )
    #end
    #set ( $className = "${model.name}Xpp3Writer" )
    #
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Sep 14 11:48:15 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. src/mdo/model.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #set ( $package = "${packageModelV4}" )
    #set ( $root = $model.getClass( $model.getRoot($version), $version ) )
    #foreach ( $class in $model.allClasses )
      #set ( $ancestors = $Helper.ancestors( $class ) )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 07 21:28:01 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  7. maven-embedder/src/site/apt/cli.apt.vm

    Stephen Connolly <******@****.***> 1369732772 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 28 09:19:32 UTC 2013
    - 998 bytes
    - Viewed (0)
  8. src/mdo/reader.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #if( ${packageToolV4Xpp3} )
      #set ( $package = "${packageToolV4Xpp3}" )
    #else
      #set ( $package = "${packageToolV4}" )
    #end
    #set ( $className = "${model.name}Xpp3Reader" )
    #
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  9. src/mdo/common.vm

    Hervé Boutemy <******@****.***> 1674171531 +0100
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu Jan 19 23:38:51 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. src/mdo/writer-stax.vm

      "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
      KIND, either express or implied.  See the License for the
      specific language governing permissions and limitations
      under the License.
    *#
    #parse ( "common.vm" )
    #
    #set ( $package = "${packageToolV4}" )
    #set ( $className = "${model.name}StaxWriter" )
    #
    #set ( $root = $model.getClass( $model.getRoot($version), $version ) )
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 05 08:11:33 UTC 2023
    - 20.2K bytes
    - Viewed (0)
Back to top