代码搜索:Lavandowska
找到约 30 项符合「Lavandowska」的源代码
代码结果 30
www.eeworm.com/read/168554/5444986
vm rssmacros.vm
#**
* RSS feed links and badges.
* @author Lance Lavandowska (conversion to Velocimacros)
*#
#**
* Show links to category feeds for categories that are immediate children
* of the specif
www.eeworm.com/read/168554/5444977
vm newsfeed.vm
#**
* The deprecated #showNewsfeeds() macro.
* @author Lance Lavandowska (conversion to Velocimacros)
* @author Dave Johnson (conversion from Digestor to Flock)
*#
#**
* Display an RSS ne
www.eeworm.com/read/168554/5445009
vm referer.vm
#**
* Referers and linkbacks.
* @author Lance Lavandowska (conversion to Velocimacros)
*#
#**
* Internal macro to build and display a link to a referer, use showReferers instead.
*#
#ma
www.eeworm.com/read/168554/5444979
vm user.vm
#**
* Uploaded image display and resource paths.
* @author Lance Lavandowska (conversion to Velocimacros)
*#
#**
* Show an image IMG tag, optionally surrounded with an 'A HREF' link tag
www.eeworm.com/read/168554/5445007
vm bookmark.vm
#**
* Bookmarks and bookmark folders.
* @author Lance Lavandowska (conversion to Velocimacros)
*#
#**
* Shows a single bookmark with image if bookmark has one, with RSS feed link if
* bookmark
www.eeworm.com/read/168554/5444985
vm roller.vm
#**
* Date formatting, theme image and theme paths.
* @author Lance Lavandowska (conversion to Velocimacros)
*#
#**
* General purpose date formatter. Need to be careful of whitespace.
*
www.eeworm.com/read/168554/5444976
vm weblog.vm
#**
* Weblog entries, comments, and related links.
* @author Lance Lavandowska (conversion to Velocimacros)
* @author David M Johnson (comment macros)
*#
#**
* Print status/error message if exis
www.eeworm.com/read/168554/5444990
vm website.vm
#**
* Website and page information and display.
* @author Lance Lavandowska (conversion to Velocimacros)
*#
#**
* Sets content type header for page, must be first line in template.
**#
#macro( s
www.eeworm.com/read/168554/5444975
vm navbar.vm
#**
* Roller menus and navigation bars.
* @author Lance Lavandowska (conversion to Velocimacros)
*#
#**
* Show menu using specified model file and Velocity template.
* @param $model Name of XML
www.eeworm.com/read/168554/5444694
java stringutils.java
/*
* Created on Jun 3, 2004
*/
package org.roller.util;
/**
* @author lance.lavandowska
*/
public class StringUtils
{
public static boolean isEmpty(String str)
{
if (str == null)