Skip to content

Commit

Permalink
performance MDL-25637 converted tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Jan 24, 2011
1 parent b692e4a commit 2b9ce62
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions backup/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function delete_dir_contents ($dir,$excludeddir="") {
}

// Delete all files in the curent directory return false and halt if a file cannot be removed
$countdirfiles = count($dir_files);
$countdirfiles = count($dir_files);
for($i=0; $i<$countdirfiles; $i++) {
chmod($dir_files[$i], $CFG->directorypermissions);
if (((unlink($dir_files[$i]))) == FALSE) {
Expand All @@ -138,7 +138,7 @@ function delete_dir_contents ($dir,$excludeddir="") {
}

// Empty sub directories and then remove the directory
$countdirsubdirs = count($dir_subdirs);
$countdirsubdirs = count($dir_subdirs);
for($i=0; $i<$countdirsubdirs; $i++) {
chmod($dir_subdirs[$i], $CFG->directorypermissions);
if (delete_dir_contents($dir_subdirs[$i]) == FALSE) {
Expand Down
2 changes: 1 addition & 1 deletion backup/restorelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ function restore_create_blogs($restore,$xml_file) {
$tagsarr = $info['BLOG']['#']['BLOG_TAGS']['0']['#']['BLOG_TAG'];
//Iterate over tags
$tags = array();
$sizetagsarr = sizeof($tagsarr);
$sizetagsarr = sizeof($tagsarr);
for($i = 0; $i < $sizetagsarr; $i++) {
$tag_info = $tagsarr[$i];
///traverse_xmlize($tag_info); //Debug
Expand Down
6 changes: 3 additions & 3 deletions mod/feedback/item/multichoice/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function get_analysed($item, $groupid = false, $courseid = false) {

$analysedAnswer = array();
if($info->subtype == 'c') {
$sizeofanswers = sizeof($answers);
$sizeofanswers = sizeof($answers);
for($i = 1; $i <= $sizeofanswers; $i++) {
$ans = null;
$ans->answertext = $answers[$i-1];
Expand All @@ -137,7 +137,7 @@ function get_analysed($item, $groupid = false, $courseid = false) {
$analysedAnswer[] = $ans;
}
}else {
$sizeofanswers = sizeof($answers);
$sizeofanswers = sizeof($answers);
for($i = 1; $i <= $sizeofanswers; $i++) {
$ans = null;
$ans->answertext = $answers[$i-1];
Expand Down Expand Up @@ -169,7 +169,7 @@ function get_printval($item, $value) {

if($info->subtype == 'c') {
$vallist = array_values(explode (FEEDBACK_MULTICHOICE_LINE_SEP, $value->value));
$sizeofvallist = sizeof($vallist);
$sizeofvallist = sizeof($vallist);
for($i = 0; $i < $sizeofvallist; $i++) {
$sizeofpresentation = sizeof($presentation);
for($k = 0; $k < $sizeofpresentation; $k++) {
Expand Down
4 changes: 2 additions & 2 deletions mod/glossary/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
$importedentries++;

$xmlaliases = @$xmlentry['#']['ALIASES'][0]['#']['ALIAS']; // ignore missing ALIASES
$sizeofxmlaliases = sizeof($xmlaliases);
$sizeofxmlaliases = sizeof($xmlaliases);
for($k = 0; $k < $sizeofxmlaliases; $k++) {
/// Importing aliases
$xmlalias = $xmlaliases[$k];
Expand All @@ -265,7 +265,7 @@
if (!empty($data->catsincl)) {
// If the categories must be imported...
$xmlcats = @$xmlentry['#']['CATEGORIES'][0]['#']['CATEGORY']; // ignore missing CATEGORIES
$sizeofxmlcats = sizeof($xmlcats);
$sizeofxmlcats = sizeof($xmlcats);
for($k = 0; $k < $sizeofxmlcats; $k++) {
$xmlcat = $xmlcats[$k];

Expand Down
2 changes: 1 addition & 1 deletion mod/lesson/importppt.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
// want to allow <b><i>(maybe more) tags but when we do that
// the preg_match messes up.
preg_match_all("/(<([\w]+)[^>]*>)([^<\\2>]*)(<\/\\2>)/", $string, $matches);
$countmatches = count($matches[1]);
$countmatches = count($matches[1]);
for($i = 0; $i < $countmatches; $i++) { // go through all of our div matches

$class = lesson_importppt_isolate_class($matches[1][$i]); // first step in isolating the class
Expand Down
4 changes: 2 additions & 2 deletions mod/wiki/diff/difflib.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function ouwiki_line($data,$linepos) {
$pos=0;
while(true) {
// Find a non-space
$strlendata = strlen($data);
$strlendata = strlen($data);
for(;$pos < $strlendata && substr($data,$pos,1)===' ';$pos++) ;
if($pos==$strlendata) {
// No more content
Expand Down Expand Up @@ -528,7 +528,7 @@ function internal_find_deletes($diff,$count2) {
// resulting array will be -,-,3,3,3,-,0
$squidges=array();
$lowest=0;
$countdiff = count($diff);
$countdiff = count($diff);
for($index1=$countdiff;$index1>=1;$index1--) {
$index2=$diff[$index1];
if($index2===0) {
Expand Down
2 changes: 1 addition & 1 deletion mod/wiki/parser/markups/nwiki.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private function get_table_cells($string) {
$cells = array();
foreach($normalcells as $nc) {
$headercells = explode("!!", $nc);
$countheadercells = count($headercells);
$countheadercells = count($headercells);
for($i = 0; $i < $countheadercells; $i++) {
$cells[] = array($type, $headercells[$i]);
$type = 'header';
Expand Down

0 comments on commit 2b9ce62

Please sign in to comment.