From: <var...@us...> - 2012-11-19 17:02:19
|
Revision: 8491 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8491&view=rev Author: vargenau Date: 2012-11-19 17:02:07 +0000 (Mon, 19 Nov 2012) Log Message: ----------- Remove extra empty lines Modified Paths: -------------- trunk/lib/AccessLog.php trunk/lib/BlockParser.php trunk/lib/DbaDatabase.php trunk/lib/DbaListSet.php trunk/lib/FileFinder.php trunk/lib/HtmlParser.php trunk/lib/InlineParser.php trunk/lib/PageType.php trunk/lib/Request.php trunk/lib/SpamBlocklist.php trunk/lib/Template.php trunk/lib/TextSearchQuery.php trunk/lib/WikiDB.php trunk/lib/WikiPluginCached.php trunk/lib/WikiUserNew.php trunk/lib/XmlElement.php trunk/lib/editpage.php trunk/lib/stdlib.php trunk/lib/ziplib.php Modified: trunk/lib/AccessLog.php =================================================================== --- trunk/lib/AccessLog.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/AccessLog.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -671,7 +671,6 @@ ); } - function table_output() { $query = $this->_getQueryString($args); Modified: trunk/lib/BlockParser.php =================================================================== --- trunk/lib/BlockParser.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/BlockParser.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -1395,7 +1395,6 @@ } } - //////////////////////////////////////////////////////////////// // Modified: trunk/lib/DbaDatabase.php =================================================================== --- trunk/lib/DbaDatabase.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/DbaDatabase.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -139,7 +139,6 @@ return $this->_error("replace($key)"); } - function firstkey() { return dba_firstkey($this->_dbh); Modified: trunk/lib/DbaListSet.php =================================================================== --- trunk/lib/DbaListSet.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/DbaListSet.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -47,7 +47,6 @@ return intval($prev); } - function next($i) { list(, $next,) = explode(':', $this->_dbh->fetch(intval($i)), 3); Modified: trunk/lib/FileFinder.php =================================================================== --- trunk/lib/FileFinder.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/FileFinder.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -202,7 +202,6 @@ return false; } - /** * Search our path for a file. * Modified: trunk/lib/HtmlParser.php =================================================================== --- trunk/lib/HtmlParser.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/HtmlParser.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -222,7 +222,6 @@ } } - class HtmlParser_PhpWiki2 extends HtmlParser { Modified: trunk/lib/InlineParser.php =================================================================== --- trunk/lib/InlineParser.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/InlineParser.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -895,7 +895,6 @@ } } - class Markup_html_abbr extends BalancedMarkup { //rurban: abbr|acronym need an optional title tag. Modified: trunk/lib/PageType.php =================================================================== --- trunk/lib/PageType.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/PageType.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -255,7 +255,6 @@ return $link; } - function _parseMap($text) { if (!preg_match_all("/^\s*(\S+)\s+(.+)$/m", @@ -353,7 +352,6 @@ } } - /** How to transform text. */ class PageFormatter Modified: trunk/lib/Request.php =================================================================== --- trunk/lib/Request.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/Request.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -543,7 +543,6 @@ return Request_UploadedFile::getUploadedFile($key); } - function _fix_magic_quotes_gpc() { $needs_fix = array('HTTP_POST_VARS', @@ -1260,7 +1259,6 @@ unset($request->_accesslog->entries); } - class HTTP_ETag { function HTTP_ETag($val, $is_weak = false) @@ -1283,7 +1281,6 @@ return true; } - function asString() { $quoted = '"' . addslashes($this->_val) . '"'; Modified: trunk/lib/SpamBlocklist.php =================================================================== --- trunk/lib/SpamBlocklist.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/SpamBlocklist.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -98,7 +98,6 @@ return 0; } - /* if (defined('SPAMBLOCKLIST_TEST') and SPAMBLOCKLIST_TEST) { BlackListDebug("10.20.30.40"); Modified: trunk/lib/Template.php =================================================================== --- trunk/lib/Template.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/Template.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -129,7 +129,6 @@ $this->_locals[$varname] = $value; } - function printExpansion($defaults = false) { if (!is_array($defaults)) // HTML object or template object @@ -181,7 +180,6 @@ return $this->getExpansion(); } - // Debugging: function _dump_template() { @@ -272,7 +270,6 @@ printXML(new Template('html', $request, $args)); } - /** * For dumping pages as html to a file. * Used for action=dumphtml,action=ziphtml,format=pdf,format=xml Modified: trunk/lib/TextSearchQuery.php =================================================================== --- trunk/lib/TextSearchQuery.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/TextSearchQuery.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -95,7 +95,6 @@ define ('TSQ_NODE_OR', 11); */ - class TextSearchQuery { /** @@ -190,7 +189,6 @@ return min(1.0, $score / 10.0); } - /** * Get a regular expression suitable for highlighting matched words. * @@ -404,8 +402,6 @@ } } - - /** * A simple algebraic matcher for numeric attributes. * NumericSearchQuery can do ("population < 20000 and area > 1000000", array("population", "area")) @@ -1182,7 +1178,6 @@ return $expr; } - function get_atom() { if ($atom = $this->get_word(TSQ_ALLWORDS)) // Bug#1791564 not involved: '*' Modified: trunk/lib/WikiDB.php =================================================================== --- trunk/lib/WikiDB.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/WikiDB.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -921,7 +921,6 @@ $backend->unlock(array('version')); } - /** * Create a new revision of a {@link WikiDB_Page}. * @@ -1455,7 +1454,6 @@ return $strval; } - /** * @access private * @param integer_or_object $version_or_pagerevision @@ -1861,7 +1859,6 @@ return $meta; } - /** * Return a string representation of the revision. * Modified: trunk/lib/WikiPluginCached.php =================================================================== --- trunk/lib/WikiPluginCached.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/WikiPluginCached.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -620,7 +620,6 @@ Header($IMAGEHEADER[$doctype]); } - /** * Converts argument array to a string of format option="value". * This should only be used for displaying plugin options for @@ -681,7 +680,6 @@ return true; } // checkCall1 - /** * Extracts the parameters necessary to reconstruct the plugin * call needed to produce the requested image. @@ -712,7 +710,6 @@ return true; } // checkCall2 - /** * Creates an image or image map depending on the plugin type. * @access static private @@ -968,7 +965,6 @@ } } // printError - /** * Basic text to image converter for error handling which allows * multiple line output. Modified: trunk/lib/WikiUserNew.php =================================================================== --- trunk/lib/WikiUserNew.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/WikiUserNew.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -1335,7 +1335,6 @@ } } - function _checkPassLength($submitted_password) { if (strlen($submitted_password) < PASSWORD_LENGTH_MINIMUM) { @@ -1488,7 +1487,6 @@ * */ - /** * For security, this class should not be extended. Instead, extend * from _PassUser (think of this as unix "root"). Modified: trunk/lib/XmlElement.php =================================================================== --- trunk/lib/XmlElement.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/XmlElement.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -388,13 +388,11 @@ return substr($this->startTag(), 0, -1) . "/>"; } - function endTag() { return "</$this->_tag>"; } - function printXML() { if ($this->isEmpty()) Modified: trunk/lib/editpage.php =================================================================== --- trunk/lib/editpage.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/editpage.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -595,7 +595,6 @@ else $message = HTML::p(_("Please check it through before saving.")); - /*$steps = HTML::ol(HTML::li(_("Copy your changes to the clipboard or to another temporary place (e.g. text editor).")), HTML::li(fmt("%s of the page. You should now see the most current version of the page. Your changes are no longer there.", $re_edit_link)), @@ -609,7 +608,6 @@ $message); } - function getTextArea() { $request = &$this->request; Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/stdlib.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -1209,7 +1209,6 @@ } } - /** * Expand tabs in string. * @@ -1333,7 +1332,6 @@ $sign, $mins / 60, $colon, $mins % 60); } - /** * Format time in ISO-8601 format. * @@ -1431,7 +1429,6 @@ return date("D M j H:i:s Y", $time); } - /** * Format number as kibibytes or bytes. * Short format is used for PageList @@ -1823,7 +1820,6 @@ ); } - /** Hash a value. * * This is used for generating ETags. @@ -1841,7 +1837,6 @@ trigger_error("Can't hash $x", E_USER_ERROR); } - /** * Seed the random number generator. * @@ -1993,7 +1988,6 @@ $request->finish(); } - function _getButtons() { global $request; Modified: trunk/lib/ziplib.php =================================================================== --- trunk/lib/ziplib.php 2012-11-19 16:58:59 UTC (rev 8490) +++ trunk/lib/ziplib.php 2012-11-19 17:02:07 UTC (rev 8491) @@ -248,7 +248,6 @@ return mktime($hour, $min, $sec, $month, $mday, $year); } - /** * Class for zipfile creation. */ @@ -687,7 +686,6 @@ return $headers; } - function ParseMimeContentType($string) { // FIXME: Remove (RFC822 style comments). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |