Giter VIP home page Giter VIP logo

velocity-sublime's Introduction

Installation

Gitter

Via Package Control, search for "velocity"

Or paste the repo folder into the <SublimeText2Folder>/Packages

Snippets

  • for - foreach #foreach( $var in $!{colection} ) ... #end
  • param - get url param $!{request.getParameter( 'someparameter' )}
  • host - get host name $!{link.getHost()}
  • if - if structure, without else #if(condition) ... #end
  • ifel - if else structure #if(condition) ... #else ... #end
  • ifparam - if some url param #if($!{request.getParameter( 'someparameter' )}) ... #end
  • el - only an else #else
  • set - set #set( $var = _value_ )
  • read - gets the content of file $_reader.read("path/to/file.ext")
  • $ - use variable $!{var}
  • ! - html comment <!-- ... -->
  • vm - velocity head #!vm;utf-8
  • + - addition $math.add($number, $number)
  • - - subtraction $math.sub($number, $number)
  • * - multiplication $math.mul($number, $number)
  • / - division $math.div($number, $number)
  • debug - html output debug with parameter
  • par - parse #parse("url")
  • exist - return a boolean if file exists $include.exists("filepath")
  • isweb - return a boolean if plataform is web $_userAgent.isWeb()
  • issmart - return a boolean if plataform is smart $_userAgent.isSmart()
  • isfeature - return a boolean if plataform is feature $_userAgent.isFeature()
  • jsontos - velocity object to string $_json.toString(obj)
  • request - return of the url requested $_json.request(url)
  • ept - is empty? .isEmpty()
  • dtformat - date format $date.format("pattern", $date.getSystemTime())
  • sysdate - system date $date.getSystemTime()
  • count - Velocity counter, foreach index $velocityCount
  • .up - Velocity toUpperCase .toUpperCase()
  • .str - converts to string .toString()
  • .ks - Object keys to Array .keySet()
  • st - STOP!!! Hammer time! #stop
  • ctype - set the content type of header's request $response.setContentType("type")

velocity-sublime's People

Contributors

bitdeli-chef avatar gitter-badger avatar jampow avatar tomsyv avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.