=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== velocity-1.7/test/templates/compare/include.cmp-17- velocity-1.7/test/templates/compare/include.cmp:18:#include($foo) velocity-1.7/test/templates/compare/include.cmp-19- ############################################## velocity-1.7/test/templates/compare/include.cmp-34- velocity-1.7/test/templates/compare/include.cmp:35:#include($foo) velocity-1.7/test/templates/compare/include.cmp-36- ############################################## velocity-1.7/test/templates/include.vm-15- velocity-1.7/test/templates/include.vm:16:#include($foo) velocity-1.7/test/templates/include.vm-17- ############################################## velocity-1.7/test/evaluate/evalvmcontext.vm-6- velocity-1.7/test/evaluate/evalvmcontext.vm:7:#testEval( "${value}" ) ############################################## velocity-1.7/xdocs/docs/translations/user-guide_es.xml-1297-<source><![CDATA[ velocity-1.7/xdocs/docs/translations/user-guide_es.xml:1298:#include( "greetings.txt", $seasonalstock ) velocity-1.7/xdocs/docs/translations/user-guide_es.xml-1299-]]></source> ############################################## velocity-1.7/xdocs/docs/translations/user-guide_fr.xml-957- <source><![CDATA[ velocity-1.7/xdocs/docs/translations/user-guide_fr.xml:958:#include( "greetings.txt", $seasonalstock ) velocity-1.7/xdocs/docs/translations/user-guide_fr.xml-959-]]></source> ############################################## velocity-1.7/xdocs/docs/translations/user-guide_fi.xml-1314-<source><![CDATA[ velocity-1.7/xdocs/docs/translations/user-guide_fi.xml:1315:#include( "terveiset.txt", $sesonkivarasto ) velocity-1.7/xdocs/docs/translations/user-guide_fi.xml-1316-]]></source> ############################################## velocity-1.7/xdocs/docs/user-guide.xml-1466-<source><![CDATA[ velocity-1.7/xdocs/docs/user-guide.xml:1467:#include( "greetings.txt", $seasonalstock ) velocity-1.7/xdocs/docs/user-guide.xml-1468-]]></source> ############################################## velocity-1.7/xdocs/docs/vtl-reference-guide.xml-374- <li>String: #include( "disclaimer.txt" "opinion.txt" )</li> velocity-1.7/xdocs/docs/vtl-reference-guide.xml:375: <li>Variable: #include( $foo $bar )</li> velocity-1.7/xdocs/docs/vtl-reference-guide.xml-376- </ul> ############################################## velocity-1.7/xdocs/docs/vtl-reference-guide.xml-466- <li>String: #evaluate( 'string with VTL #if(true)will be displayed#end' )</li> velocity-1.7/xdocs/docs/vtl-reference-guide.xml:467: <li>Variable: #include( $foo )</li> velocity-1.7/xdocs/docs/vtl-reference-guide.xml-468- </ul> ############################################## velocity-1.7/src/test/org/apache/velocity/test/IntrospectionCacheDataTestCase.java-63- StringWriter w = new StringWriter(); velocity-1.7/src/test/org/apache/velocity/test/IntrospectionCacheDataTestCase.java:64: Velocity.evaluate(context, w, "test", "$this.exec('a')$this.exec('b')"); velocity-1.7/src/test/org/apache/velocity/test/IntrospectionCacheDataTestCase.java-65- assertEquals("[a][b]", w.toString()); ############################################## velocity-1.7/src/test/org/apache/velocity/test/DefineTestCase.java-50- { velocity-1.7/src/test/org/apache/velocity/test/DefineTestCase.java:51: assertEquals("true", defAndEval("#if( $def )true#end")); velocity-1.7/src/test/org/apache/velocity/test/DefineTestCase.java:52: assertEquals("123", defAndEval("#foreach( $i in [1..3] )$i#end")); velocity-1.7/src/test/org/apache/velocity/test/DefineTestCase.java-53- assertEquals("hello world", defAndEval("#macro( test )hello world#end#test()")); ############################################## velocity-1.7/src/test/org/apache/velocity/test/DefineTestCase.java-107- // redefining $foo within $foo velocity-1.7/src/test/org/apache/velocity/test/DefineTestCase.java:108: assertEquals("foobar", defAndEval("foo", "foo#define( $foo )bar#end$foo")); velocity-1.7/src/test/org/apache/velocity/test/DefineTestCase.java-109- } ############################################## velocity-1.7/src/java/org/apache/velocity/convert/WebMacro.java-84- "#include\\s+([^\\s#]+)[ \\t]?", velocity-1.7/src/java/org/apache/velocity/convert/WebMacro.java:85: "#include( $1 )", velocity-1.7/src/java/org/apache/velocity/convert/WebMacro.java-86- ############################################## velocity-1.7/src/java/org/apache/velocity/runtime/directive/Include.java-62- * <li>As noted above, #include() can take multiple arguments. velocity-1.7/src/java/org/apache/velocity/runtime/directive/Include.java:63: * Ex : #include('foo.vm' 'bar.vm' $foo) velocity-1.7/src/java/org/apache/velocity/runtime/directive/Include.java-64- * will include all three if valid to output without any ############################################## velocity-1.7/whiteboard/daveb/dajarred/build.sh-37-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/whiteboard/daveb/dajarred/build.sh:38: CLASSPATH=`cygpath --path --unix "$CLASSPATH"` velocity-1.7/whiteboard/daveb/dajarred/build.sh-39-fi ############################################## velocity-1.7/whiteboard/daveb/dajarred/build.sh-53-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/whiteboard/daveb/dajarred/build.sh:54: CLASSPATH=`cygpath --path --windows "$CLASSPATH"` velocity-1.7/whiteboard/daveb/dajarred/build.sh-55-fi ############################################## velocity-1.7/whiteboard/daveb/pdfvsl/build.sh-26-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/whiteboard/daveb/pdfvsl/build.sh:27: CLASSPATH=`cygpath --path --unix "$CLASSPATH"` velocity-1.7/whiteboard/daveb/pdfvsl/build.sh-28-fi ############################################## velocity-1.7/whiteboard/daveb/pdfvsl/build.sh-43-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/whiteboard/daveb/pdfvsl/build.sh:44: CLASSPATH=`cygpath --path --windows "$CLASSPATH"` velocity-1.7/whiteboard/daveb/pdfvsl/build.sh-45-fi ############################################## velocity-1.7/examples/logger_example/logger_example.sh-35-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/examples/logger_example/logger_example.sh:36: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/examples/logger_example/logger_example.sh-37-fi ############################################## velocity-1.7/examples/app_example1/example.sh-35-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/examples/app_example1/example.sh:36: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/examples/app_example1/example.sh-37-fi ############################################## velocity-1.7/examples/xmlapp_example/xmlapp_example.sh-33-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/examples/xmlapp_example/xmlapp_example.sh:34: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/examples/xmlapp_example/xmlapp_example.sh-35-fi ############################################## velocity-1.7/examples/app_example2/example2.sh-33-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/examples/app_example2/example2.sh:34: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/examples/app_example2/example2.sh-35-fi ############################################## velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/app_example1/example.sh-35-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/app_example1/example.sh:36: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/app_example1/example.sh-37-fi ############################################## velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/app_example2/example2.sh-33-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/app_example2/example2.sh:34: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/app_example2/example2.sh-35-fi ############################################## velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/logger_example/logger_example.sh-35-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/logger_example/logger_example.sh:36: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/logger_example/logger_example.sh-37-fi ############################################## velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/xmlapp_example/xmlapp_example.sh-33-if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/xmlapp_example/xmlapp_example.sh:34: _VELCP=`cygpath --path --windows "$_VELCP"` velocity-1.7/.pc/0001-fix-example-scripts.patch/examples/xmlapp_example/xmlapp_example.sh-35-fi ############################################## velocity-tools-2.0/examples/showcase/VM_global_library.vm-91- <td class="method" valign="top">${esc.d}${toolname}.${method}</td> velocity-tools-2.0/examples/showcase/VM_global_library.vm:92: <td class="demo" valign="top" id="${method}">$render.eval("${esc.d}${toolname}.${method}")</td> velocity-tools-2.0/examples/showcase/VM_global_library.vm-93- <td class="desc" valign="top">$description</td> ############################################## velocity-tools-2.0/examples/showcase/VM_global_library.vm-125- = velocity-tools-2.0/examples/showcase/VM_global_library.vm:126: <div id="${method}">$render.eval("${esc.d}${toolname}.${method}(${quote}$params.get($method)${quote})")</div> velocity-tools-2.0/examples/showcase/VM_global_library.vm-127- <input type="submit" value="$text.demo.try"> ############################################## velocity-tools-2.0/examples/showcase/VM_global_library.vm-162- = velocity-tools-2.0/examples/showcase/VM_global_library.vm:163: <div id="$method2">$render.eval("${esc.d}${toolname}.${method}(${quote}$!params.get(${method1})${quote}, ${quote}$!params.get(${method2})${quote})")</div> velocity-tools-2.0/examples/showcase/VM_global_library.vm-164- <input type="submit" value="$text.demo.tryAgain"> ############################################## velocity-tools-2.0/examples/showcase/VM_global_library.vm-201- = velocity-tools-2.0/examples/showcase/VM_global_library.vm:202: <div id="$method3">$render.eval("${esc.d}${toolname}.${method}(${quote}$!params.get(${method1})${quote}, ${quote}$!params.get(${method2})${quote}, ${quote}$!params.get(${method3})${quote})")</div> velocity-tools-2.0/examples/showcase/VM_global_library.vm-203- <input type="submit" value="$text.demo.tryAgain"> ############################################## velocity-tools-2.0/examples/showcase/VM_global_library.vm-234- = velocity-tools-2.0/examples/showcase/VM_global_library.vm:235: $render.eval($params.custom) velocity-tools-2.0/examples/showcase/VM_global_library.vm-236- <input type="submit" value="$text.demo.tryAgain"> ############################################## velocity-tools-2.0/examples/showcase/date.vm-148-<pre> velocity-tools-2.0/examples/showcase/date.vm:149: $render.eval($params.demo) velocity-tools-2.0/examples/showcase/date.vm-150-</pre> ############################################## velocity-tools-2.0/examples/showcase/demo.vm-59- #set( $result = $call ) velocity-tools-2.0/examples/showcase/demo.vm:60: #set( $result = $render.eval($call) ) velocity-tools-2.0/examples/showcase/demo.vm-61- <td class="demo" valign="top" id="${method.javadocRef}">#if( $result == $call )$text.demo.nullResult#else$esc.xml($result)#end</td> ############################################## velocity-tools-2.0/examples/showcase/demo.vm-95- ## do the actual call using the provided param values velocity-tools-2.0/examples/showcase/demo.vm:96: #set( $call = "${esc.d}${toolname}.${method.name}(#foreach( $param in $method.parameters )#if( $velocityCount > 1 ), #end$!params.get($render.eval('$method.uniqueName$velocityCount'))#end)" ) velocity-tools-2.0/examples/showcase/demo.vm-97- #set( $result = $call ) velocity-tools-2.0/examples/showcase/demo.vm:98: #set( $result = $render.eval($call) ) velocity-tools-2.0/examples/showcase/demo.vm-99- <br> ############################################## velocity-tools-2.0/examples/showcase/demo.vm-158- #set( $result = $call ) velocity-tools-2.0/examples/showcase/demo.vm:159: #set( $result = $render.eval($params.custom) ) velocity-tools-2.0/examples/showcase/demo.vm-160- <br> ############################################## velocity-tools-2.0/examples/showcase/esc.vm-156-<pre> velocity-tools-2.0/examples/showcase/esc.vm:157: $render.eval($params.demo) velocity-tools-2.0/examples/showcase/esc.vm-158-</pre> ############################################## velocity-tools-2.0/examples/showcase/fullDemo.vm-59- <pre> velocity-tools-2.0/examples/showcase/fullDemo.vm:60: $render.eval($params.fullDemo) velocity-tools-2.0/examples/showcase/fullDemo.vm-61- </pre> ############################################## velocity-tools-2.0/examples/showcase/link.vm-110-<pre> velocity-tools-2.0/examples/showcase/link.vm:111: $render.eval($params.fullDemo) velocity-tools-2.0/examples/showcase/link.vm-112-</pre> ############################################## velocity-tools-2.0/examples/showcase/lists.vm-81-<pre> velocity-tools-2.0/examples/showcase/lists.vm:82: $render.eval($params.demo) velocity-tools-2.0/examples/showcase/lists.vm-83-</pre> ############################################## velocity-tools-2.0/examples/showcase/mill.vm-49-<pre> velocity-tools-2.0/examples/showcase/mill.vm:50: $render.eval($params.demo) velocity-tools-2.0/examples/showcase/mill.vm-51-</pre> ############################################## velocity-tools-2.0/examples/showcase/render.vm-45-${esc.h}set( ${esc.d}method = 'size()' ) velocity-tools-2.0/examples/showcase/render.vm:46:${esc.d}render.eval("${esc.d}{object}.${esc.d}method") velocity-tools-2.0/examples/showcase/render.vm-47- ############################################## velocity-tools-2.0/examples/showcase/render.vm-64-<pre> velocity-tools-2.0/examples/showcase/render.vm:65: $render.eval($params.demo) velocity-tools-2.0/examples/showcase/render.vm-66-</pre> ############################################## velocity-tools-2.0/examples/showcase/template.txt-59-<pre> velocity-tools-2.0/examples/showcase/template.txt:60: $render.eval($params.demo) velocity-tools-2.0/examples/showcase/template.txt-61-</pre> ############################################## velocity-tools-2.0/examples/showcase/text.vm-84-<pre> velocity-tools-2.0/examples/showcase/text.vm:85: $render.eval($params.demo) velocity-tools-2.0/examples/showcase/text.vm-86-</pre> ############################################## velocity-tools-2.0/src/main/java/org/apache/velocity/tools/generic/RenderTool.java-41- * #set( $method = 'size()' ) velocity-tools-2.0/src/main/java/org/apache/velocity/tools/generic/RenderTool.java:42: * $render.eval("${object}.$method") velocity-tools-2.0/src/main/java/org/apache/velocity/tools/generic/RenderTool.java-43- * ############################################## velocity-tools-2.0/src/main/java/org/apache/velocity/tools/view/IncludeTool.java-136- * #parse( $include.find('header.vm', 'en') ) velocity-tools-2.0/src/main/java/org/apache/velocity/tools/view/IncludeTool.java:137: * #include( $include.find('my_page.html', 'en') ) velocity-tools-2.0/src/main/java/org/apache/velocity/tools/view/IncludeTool.java-138- * #parse( $include.find('footer.vm', 'en') )