[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phd /formats xhtml.php  /themes/pear peartheme.php  /themes/php phpdotnet.php
From:       "Christian Weiske" <cweiske () php ! net>
Date:       2009-01-29 15:49:35
Message-ID: cvscweiske1233244175 () cvsserver
[Download RAW message or body]

cweiske		Thu Jan 29 15:49:35 2009 UTC

  Modified files:              
    /phd/formats	xhtml.php 
    /phd/themes/pear	peartheme.php 
    /phd/themes/php	phpdotnet.php 
  Log:
  Add support for <uri>
  
  
http://cvs.php.net/viewvc.cgi/phd/formats/xhtml.php?r1=1.87&r2=1.88&diff_format=u
Index: phd/formats/xhtml.php
diff -u phd/formats/xhtml.php:1.87 phd/formats/xhtml.php:1.88
--- phd/formats/xhtml.php:1.87	Wed Jan 28 23:31:23 2009
+++ phd/formats/xhtml.php	Thu Jan 29 15:49:34 2009
@@ -1,5 +1,5 @@
 <?php
-/*  $Id: xhtml.php,v 1.87 2009/01/28 23:31:23 cweiske Exp $ */
+/*  $Id: xhtml.php,v 1.88 2009/01/29 15:49:34 cweiske Exp $ */
 
 class XHTMLPhDFormat extends PhDFormat {
     protected $elementmap = array( /* {{{ */
@@ -271,6 +271,7 @@
         'titleabbrev'           => 'format_suppressed_tags',
         'type'                  => 'span',
         'userinput'             => 'format_userinput',
+        'uri'                   => 'tt',
         'variablelist'          => 'format_variablelist',
         'varlistentry'          => 'format_varlistentry',
         'varname'               => array(
http://cvs.php.net/viewvc.cgi/phd/themes/pear/peartheme.php?r1=1.26&r2=1.27&diff_format=u
Index: phd/themes/pear/peartheme.php
diff -u phd/themes/pear/peartheme.php:1.26 phd/themes/pear/peartheme.php:1.27
--- phd/themes/pear/peartheme.php:1.26	Wed Jan 28 23:31:24 2009
+++ phd/themes/pear/peartheme.php	Thu Jan 29 15:49:35 2009
@@ -185,7 +185,7 @@
         ),
         'tbody'                 => 'tbody',
         'term'                  => 'dt',
-        'uri'                   => 'format_uri',
+        'uri'                   => 'tt',
         'userinput'             => 'format_userinput',
         'variablelist'          => 'format_div',
         'varlistentry'          => 'format_dl',
@@ -893,14 +893,6 @@
         return ')</code></p>';
     }
 
-    public function format_uri($open, $name, $attrs, $props)
-    {
-        if ($open) {
-            return '<font color="red">';
-        }
-        return '</font>';
-    }
-
     public function format_refsynopsisdiv($open, $name, $attrs, $props)
     {
         if ($open) {
http://cvs.php.net/viewvc.cgi/phd/themes/php/phpdotnet.php?r1=1.64&r2=1.65&diff_format=u
Index: phd/themes/php/phpdotnet.php
diff -u phd/themes/php/phpdotnet.php:1.64 phd/themes/php/phpdotnet.php:1.65
--- phd/themes/php/phpdotnet.php:1.64	Mon Jan 26 21:46:04 2009
+++ phd/themes/php/phpdotnet.php	Thu Jan 29 15:49:35 2009
@@ -1,5 +1,5 @@
 <?php
-/*  $Id: phpdotnet.php,v 1.64 2009/01/26 21:46:04 cweiske Exp $ */
+/*  $Id: phpdotnet.php,v 1.65 2009/01/29 15:49:35 cweiske Exp $ */
 
 abstract class phpdotnet extends PhDTheme {
     protected $elementmap = array(
@@ -86,6 +86,7 @@
         'qandaentry'            => 'format_qandaentry',
         'question'              => 'format_question',
         'answer'                => 'format_answer',
+        'uri'                   => 'tt',
         'varlistentry'          => 'format_varlistentry',
     );
     protected $textmap =        array(



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic