From: <var...@us...> - 2012-10-11 09:32:31
|
Revision: 8410 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8410&view=rev Author: vargenau Date: 2012-10-11 09:32:21 +0000 (Thu, 11 Oct 2012) Log Message: ----------- Remove useless semicolon Modified Paths: -------------- trunk/lib/HtmlElement.php trunk/lib/HtmlElement5.php trunk/lib/PageList.php trunk/lib/RssWriter.php trunk/lib/RssWriter2.php trunk/lib/SemanticWeb.php trunk/lib/Template.php trunk/lib/TextSearchQuery.php trunk/lib/WikiDB.php trunk/lib/WikiPlugin.php trunk/lib/WikiTheme.php trunk/lib/XmlElement.php trunk/lib/diff3.php trunk/lib/imdb.php trunk/lib/stdlib.php Modified: trunk/lib/HtmlElement.php =================================================================== --- trunk/lib/HtmlElement.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/HtmlElement.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -125,8 +125,8 @@ } } -; + function HTML( /* $content, ... */) { return new XmlContent(func_get_args()); Modified: trunk/lib/HtmlElement5.php =================================================================== --- trunk/lib/HtmlElement5.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/HtmlElement5.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -125,8 +125,8 @@ } } -; + function HTML( /* $content, ... */) { return new XmlContent(func_get_args()); Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/PageList.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -176,8 +176,8 @@ } } -; + class _PageList_Column extends _PageList_Column_base { function _PageList_Column($field, $default_heading, $align = false) @@ -216,8 +216,8 @@ } } -; + /* overcome a call_user_func limitation by not being able to do: * call_user_func_array(array(&$class, $class_name), $params); * So we need $class = new $classname($params); @@ -289,8 +289,8 @@ } } -; + class _PageList_Column_checkbox extends _PageList_Column { function _PageList_Column_checkbox($field, $default_heading, $name = 'p') @@ -341,8 +341,8 @@ } } -; + class _PageList_Column_time extends _PageList_Column { function _PageList_Column_time($field, $default_heading) @@ -364,8 +364,8 @@ } } -; + class _PageList_Column_version extends _PageList_Column { function _getValue($page_handle, &$revision_handle) @@ -376,8 +376,8 @@ } } -; + // Output is hardcoded to limit of first 50 bytes. Otherwise // on very large Wikis this will fail if used with AllPages // (PHP memory limit exceeded) @@ -485,9 +485,9 @@ } } -; + class _PageList_Column_author extends _PageList_Column { function _PageList_Column_author($field, $default_heading, $align = false) @@ -511,8 +511,8 @@ } } -; + class _PageList_Column_owner extends _PageList_Column_author { function _getValue($page_handle, &$revision_handle) @@ -530,8 +530,8 @@ } } -; + class _PageList_Column_creator extends _PageList_Column_author { function _getValue($page_handle, &$revision_handle) @@ -549,8 +549,8 @@ } } -; + class _PageList_Column_pagename extends _PageList_Column_base { var $_field = 'pagename'; @@ -584,8 +584,8 @@ } } -; + class _PageList_Column_perm extends _PageList_Column { function _getValue($page_handle, &$revision_handle) @@ -597,8 +597,8 @@ } } -; + class _PageList_Column_acl extends _PageList_Column { function _getValue($page_handle, &$revision_handle) @@ -621,8 +621,8 @@ } } -; + class PageList { var $_group_rows = 3; @@ -1875,8 +1875,8 @@ } -; + /* List pages with checkboxes to select from. * The [Select] button toggles via Javascript flipAll */ Modified: trunk/lib/RssWriter.php =================================================================== --- trunk/lib/RssWriter.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/RssWriter.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -198,8 +198,8 @@ } } -; + /* Taken from mediawiki. * See http://www.atomenabled.org/developers/syndication/ */ Modified: trunk/lib/RssWriter2.php =================================================================== --- trunk/lib/RssWriter2.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/RssWriter2.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -78,8 +78,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/SemanticWeb.php =================================================================== --- trunk/lib/SemanticWeb.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/SemanticWeb.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -241,8 +241,8 @@ { } -; + /** * OwlWriter - A class to represent a set of wiki pages (a DL model) as OWL. * Requires an actionpage returning a pagelist. @@ -256,8 +256,8 @@ { } -; + /** * ModelWriter - Export a KB as set of wiki pages. * Requires an actionpage returning a pagelist. @@ -271,8 +271,8 @@ { } -; + /** * NumericSearchQuery can do: * ("population < 20000 and area > 1000000", array("population", "area")) @@ -414,26 +414,26 @@ } } -; + class ReasonerBackend_LISA extends ReasonerBackend { } -; + class ReasonerBackend_Racer extends ReasonerBackend { } -; + class ReasonerBackend_KM extends ReasonerBackend { } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/Template.php =================================================================== --- trunk/lib/Template.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/Template.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -224,8 +224,8 @@ } } -; + /** * Get a templates * Modified: trunk/lib/TextSearchQuery.php =================================================================== --- trunk/lib/TextSearchQuery.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/TextSearchQuery.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -404,8 +404,8 @@ } } -; + /** * A simple algebraic matcher for numeric attributes. * NumericSearchQuery can do ("population < 20000 and area > 1000000", array("population", "area")) Modified: trunk/lib/WikiDB.php =================================================================== --- trunk/lib/WikiDB.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/WikiDB.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -755,9 +755,9 @@ } } -; + /** * A base class which representing a wiki-page within a * WikiDB. @@ -1539,8 +1539,8 @@ } -; + /** * This class represents a specific revision of a WikiDB_Page within * a WikiDB. @@ -1888,9 +1888,9 @@ } } -; + /** * Class representing a sequence of WikiDB_Pages. * TODO: Enhance to php5 iterators @@ -2046,8 +2046,8 @@ } -; + /** * A class which represents a sequence of WikiDB_PageRevisions. * TODO: Enhance to php5 iterators @@ -2134,8 +2134,8 @@ } } -; + /** pseudo iterator */ class WikiDB_Array_PageIterator @@ -2431,8 +2431,8 @@ } } -; + function _sql_debuglog($msg, $newline = true, $shutdown = false) { static $fp = false; Modified: trunk/lib/WikiPlugin.php =================================================================== --- trunk/lib/WikiPlugin.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/WikiPlugin.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -554,8 +554,8 @@ } } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/WikiTheme.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -1691,8 +1691,8 @@ } -; + /** * A class representing a clickable "button". * @@ -1735,9 +1735,9 @@ } -; + /** * A clickable image button. */ @@ -1771,8 +1771,8 @@ } } -; + /** * A class representing a form <samp>submit</samp> button. */ @@ -1801,8 +1801,8 @@ } -; + /** * A class representing an image form <samp>submit</samp> button. */ @@ -1834,8 +1834,8 @@ } -; + /** * A sidebar box with title and body, narrow fixed-width. * To represent abbrevated content of plugins, links or forms, Modified: trunk/lib/XmlElement.php =================================================================== --- trunk/lib/XmlElement.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/XmlElement.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -199,8 +199,8 @@ } } -; + /** * An XML element. * @@ -459,8 +459,8 @@ } -; + class RawXml { function RawXml($xml_text) Modified: trunk/lib/diff3.php =================================================================== --- trunk/lib/diff3.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/diff3.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -114,8 +114,8 @@ } } -; + class Diff3 { function Diff3($orig, $final1, $final2) Modified: trunk/lib/imdb.php =================================================================== --- trunk/lib/imdb.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/imdb.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -441,8 +441,8 @@ } -; + // Local Variables: // mode: php // tab-width: 8 Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2012-10-11 09:24:50 UTC (rev 8409) +++ trunk/lib/stdlib.php 2012-10-11 09:32:21 UTC (rev 8410) @@ -1665,8 +1665,8 @@ } } -; + // File globbing // expands a list containing regex's to its matching entries This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |