Lines Matching refs:sprintf

492 			$this->render( sprintf( $this->getLang( 'nodblink' ), $e->getMessage() ) );
711 sprintf( $this->getLang( 'accessdenied' ),
738 sprintf( $this->getLang( 'accessdenied' ),
813 throw new Exception( sprintf( $this->getLang( 'badinteraction' ),
822 sprintf( $this->getLang( 'deferror' ),
871 $sql = sprintf( 'SELECT %s FROM %s WHERE %s=?', $aclName,
931 throw new PDOException( sprintf( $this->getLang( 'nocreatetable' ),
1101 $sql = sprintf( 'INSERT INTO %s (%s) VALUES (%s)',
1117 $sql = sprintf( 'UPDATE %s SET %s WHERE %s=?',
1160 sprintf( $this->getLang( 'editcantsave' ),
1204 $sql = sprintf( '%s WHERE %s=?',
1207 $sql = sprintf( 'SELECT %s FROM %s WHERE %s=?',
1445 throw new PDOException( sprintf( $this->getLang( 'nodrop' ), $this->table ) );
2286 $stat = sprintf( $this->getLang( 'recnumsingle' ), $count );
2288 $stat = sprintf( $this->getLang( 'recnummulti' ), $count );
2290 $stat = sprintf( $this->getLang( 'recnummultipage' ), $count, count( $skips ) );
2950 $out[0] .= sprintf( $opMap[$filter['op']], $mode,
3104 …$optColumns[$column] = sprintf( $code, ( $column == $filter['col'] ) ? ' selected="selected"' : ''…
3109 …$optOperators[$operator] = sprintf( $code, ( $operator == $filter['op'] ) ? ' selected="selected"'…
3518 throw new Exception( sprintf( $this->getLang( 'definline' ), $index ) );
3532 throw new Exception( sprintf( $this->getLang( 'defdouble' ), $colName ) );
3838 throw new Exception( sprintf( $this->getLang( 'badtype' ),
3902 $failed[] = sprintf( $this->getLang( 'baddef' ),
4554 throw new Exception( sprintf( $this->getLang( 'medianomedia' ), $column ) );
4803 $out[$value] = sprintf( '%02d', intval( $matches[$key+1] ) );
5332 return sprintf( $this->getLang( 'filebadupload' ), $in['error'] );
6064 …return "<img src=\"$url\" alt=\"" . sprintf( $this->getLang( 'fileimagealt' ), $column, $value['mi…