Home
last modified time | relevance | path

Searched refs:numRows (Results 1 – 8 of 8) sorted by relevance

/plugin/swiftmail/Swift/Iterator/
H A DMySQLResult.php41 protected $numRows = 0; variable in Swift_Iterator_MySQLResult
50 $this->numRows = mysql_num_rows($rs);
66 return (($this->pos + 1) < $this->numRows);
90 if ($pos >= 0 && $pos < $this->numRows)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php103 public $numRows; variable in Google\\Service\\Bigquery\\Table
446 public function setNumRows($numRows) argument
448 $this->numRows = $numRows;
455 return $this->numRows;
/plugin/owncloud/
H A Dhelper.php94 if($this->lastQuery->numRows() == 0) return NULL;
154 $rows = $this->lastQuery->numRows();
177 $rows = $this->lastQuery->numRows();
832 $rows = $this->lastQuery->numRows();
/plugin/sql/
H A DDB.php11 function numRows() { function in MDB3Statement
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1716 public $numRows; variable in Google_Table
1778 public function setNumRows( $numRows) { argument
1779 $this->numRows = $numRows;
1782 return $this->numRows;
/plugin/authowncloud/
H A Dauth.php235 return $this->getUsers($filter)->numRows();
/plugin/freechat/phpfreechat/src/containers/
H A Doracle.class.php273 if ($thisresult->numRows())
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php232 $numNames = $this->db->numRows($recordset);