Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • File_ANSI

Class File_ANSI

Pure-PHP ANSI Decoder

Package: File\ANSI
Copyright: MMXII Jim Wigginton
License: MIT License
Author: Jim Wigginton <terrafrost@php.net>
Version: 0.3.0
Located at vendors/phpseclib/File/ANSI.php

Methods summary

public File_ANSI
# File_ANSI( )

Default Constructor.

Default Constructor.

Returns

File_ANSI
public
# setDimensions( Integer $x, Integer $y )

Set terminal width and height

Set terminal width and height

Resets the screen as well

Parameters

$x
Integer
$x
$y
Integer
$y
public
# setHistory( Integer $history )

Set the number of lines that should be logged past the terminal height

Set the number of lines that should be logged past the terminal height

Parameters

$history
Integer
$x
public
# loadString( String $source )

Load a string

Load a string

Parameters

$source
String
$source
public
# appendString( String $source )

Appdend a string

Appdend a string

Parameters

$source
String
$source
public
# _getScreen( )
public
# getScreen( )
public
# getHistory( )

Magic methods summary

Properties summary

public Integer $max_x
#

Max Width

Max Width

public Integer $max_y
#

Max Height

Max Height

public Integer $max_history
#

Max History

Max History

public Array $history
#

History

History

public Array $history_attrs
#

History Attributes

History Attributes

public Integer $x
#

Current Column

Current Column

public Integer $y
#

Current Row

Current Row

public Integer $old_x
#

Old Column

Old Column

public Integer $old_y
#

Old Row

Old Row

public Array $attr_row
#

An empty attribute row

An empty attribute row

public Array $screen
#

The current screen text

The current screen text

public Array $attrs
#

The current screen attributes

The current screen attributes

public String $foreground
#

The current foreground color

The current foreground color

public String $background
#

The current background color

The current background color

public Boolean $bold
#

Bold flag

Bold flag

public Boolean $underline
#

Underline flag

Underline flag

public Boolean $blink
#

Blink flag

Blink flag

public Boolean $reverse
#

Reverse flag

Reverse flag

public Boolean $color
#

Color flag

Color flag

public String $ansi
#

Current ANSI code

Current ANSI code

Blesta API documentation generated by ApiGen 2.8.0