代码搜索:VM
找到约 10,000 项符合「VM」的源代码
代码结果 10,000
www.eeworm.com/read/299963/7817752
vm .vm
www.eeworm.com/read/363385/2918873
vm vm_html.vm
#macro ( html_null_nbsp $__content )
#if( $__content && $__content.trim() && $__content.trim().length()>0 )
$__content
#else
#end
#end
#macro( html_put_select $__name $__options $__def
www.eeworm.com/read/491469/1190233
vm vm_global_library.vm
## ---------------------------------------------------------
## Velocity macros to be shared by all DeploymentService
## velocity templates.
##
## $Id: VM_global_library.vm,v 1.1.4.1 2004/11/09 18:52:
www.eeworm.com/read/486319/1252516
vm vm_global_library.vm
#*
* Copyright 2003-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/486319/1252519
vm vm_wml_library.vm
#*
* Copyright 2005 Liusoft
*
* $Id: VM_wml_library.vm,v 1.5 2006/04/27 03:26:06 liudong Exp $
*#
#macro(wml_error_msg)
#if($messages.exist())
$!messages.getAll()
#end
#end
www.eeworm.com/read/165810/5477163
vm vm_global_library.vm
#macro( quietnull $a)
#if($a)$a#end
#end
#macro( recurse $a )
global recurse $a
#set( $a = $a - 1)
#if ($a > 0)
#recurse( $a )
#end
#end
#macro( callrecurse )
#set( $count = 5)
#re
www.eeworm.com/read/165810/5477239
vm vm_test1.vm
#**
@test vm_test1.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fa
www.eeworm.com/read/165810/5477256
vm vm_test2.vm
#**
@test vm_test2.vm
This template is used for Velocity regression testing.
If you alter this template make sure you change the
corresponding comparison file so that the regression
test doesn't fai
www.eeworm.com/read/311301/3681084
vm vm_global_library.vm
#*
* showerror
*
* display an error for the field name supplied if one exists
* in the supplied errors object.
*
* param $errors the object obtained from RequestContext.getErrors( "formBea