Home
last modified time | relevance | path

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

/plugin/translator/
H A Dhelper.php107 if ( $this->database->num_rows() != 1 ) {
181 if ( $this->database->num_rows() == 0 ) {
186 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();
727 if ( $this->database->num_rows() == 0 ) {
764 if ( $this->database->num_rows() == 0) {
[all …]
H A 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/
H A 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;
H A Ddb.class.php116 function num_rows($query) { function in ucclient_db
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysqli.php171 if ($this->cursor->num_rows == 0) {
216 if ($this->cursor->num_rows > 0) {
/plugin/translator/syntax/
H A Dlabel.php132 if ( $this->functions->database->num_rows() > 0 ) {
H A Dtranslator.php145 if ( $this->functions->database->num_rows() == 0 ) {
/plugin/html2pdf/html2pdf/html2ps/
H A 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++) {