Home
last modified time | relevance | path

Searched refs:num_rows (Results 1 – 9 of 9) sorted by relevance

/plugin/translator/
Dhelper.php107 if ( $this->database->num_rows() != 1 ) {
118 if ( $this->database->num_rows() >= count($sqlStatement['fields']) ) {
181 if ( $this->database->num_rows() == 0 ) {
186 if ( $this->database->num_rows() > 0 ) {
207 if ( $this->database->num_rows() > 0 ) {
253 if ( $this->database->num_rows() == 0 ) {
379 if ( $this->database->num_rows() > 0 ) {
442 if ( $this->database->num_rows() == 0 ) {
571 return $this->database->num_rows();
719 $max = $this->database->num_rows();
[all …]
Dadmin.php242 if ( $this->functions->database->num_rows() != 0 ) {
280 if ( $this->functions->database->num_rows() > 0 )
302 if ( $this->functions->database->num_rows() > 0 ) {
437 $removed += $this->functions->database->num_rows();
500 if ( $this->functions->database->num_rows() > 0 ) {
502 …s->_messageReplacer('RemovedEntries', array($this->functions->database->num_rows(), $Category, $Ve…
578 if ( $this->functions->database->num_rows() == 0 ) {
/plugin/authucenter/lib/uc_client/lib/
Ddbi.class.php101 if(!$query || $query->num_rows == 0) {
109 function num_rows($query) { function in ucclient_db
110 $query = $query ? $query->num_rows : 0;
Ddb.class.php116 function num_rows($query) { function in ucclient_db
/plugin/autham/
Dauth.php82 if ($result->num_rows > 0) {
121 if ($result->num_rows > 0) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
Dextension.cache.mysqli.php171 if ($this->cursor->num_rows == 0) {
216 if ($this->cursor->num_rows > 0) {
/plugin/translator/syntax/
Dlabel.php132 if ( $this->functions->database->num_rows() > 0 ) {
Dtranslator.php145 if ( $this->functions->database->num_rows() == 0 ) {
/plugin/html2pdf/html2pdf/html2ps/
Dbox.table.php192 for ($i=0, $num_rows = count($this->content); $i < $num_rows; $i++) {
230 for ($j=0, $num_rows = count($this->content); $j < $num_rows; $j++) {