代码搜索:XHTML
找到约 10,000 项符合「XHTML」的源代码
代码结果 10,000
www.eeworm.com/read/151651/5680402
vm label.vm
#*
-- label.vm
--
-- Required Parameters:
-- * label - The description that will be used to identfy this text label
--
-- Optional Parameters:
-- * labelposition - determines
www.eeworm.com/read/151092/5686391
java welcomeservlet3.java
// Fig. 9.14: WelcomeServlet3.java
// Processing post requests containing data.
package com.deitel.advjhtp1.servlets;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
p
www.eeworm.com/read/151092/5686396
java welcomeservlet2.java
// Fig. 9.11: WelcomeServlet2.java
// Processing HTTP get requests containing data.
package com.deitel.advjhtp1.servlets;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
www.eeworm.com/read/151092/5686397
java welcomeservlet.java
// Fig. 9.5: WelcomeServlet.java
// A simple servlet to process get requests.
package com.deitel.advjhtp1.servlets;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
pub
www.eeworm.com/read/136985/5839493
java htmltag.java
/*
* $Header: /sfroot/cvs/esimple/src/core/com/esimple/framework/web/taglib/html/HtmlTag.java,v 1.1.1.1 2004/09/08 06:38:17 lava Exp $
* $Revision: 1.1.1.1 $
* $Date: 2004/09/08 06:38:17 $
*
www.eeworm.com/read/130577/5952135
java htmltag.java
/*
* $Id: HtmlTag.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
*
www.eeworm.com/read/109010/6180074
java htmltag.java
/*
* Copyright 2002-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/109010/6180497
java htmltag.java
/*
* $Header: /home/cvs/jakarta-struts/src/share/org/apache/struts/taglib/html/HtmlTag.java,v 1.20 2004/03/14 06:23:46 sraeburn Exp $
* $Revision: 1.20 $
* $Date: 2004/03/14 06:23:46 $
*
* C