[Horde_Browser] element index
Package indexes
Horde
Horde_Framework
Horde_Alarm
horde
Horde_Argv
Horde_Auth
Auth
Kolab_Server
Horde_Block
Horde_CLI
Horde_Cache
Horde_Cipher
Horde_Compress
Horde_Crypt
Horde_DOM
Horde_Data
Horde_DataTree
Horde_Date
Horde_Editor
Horde_Feed
File_CSV
File_PDF
Horde_Form
Horde_Group
Horde_History
Horde_Text
Horde_Http_Client
Horde_IMAP
Horde_Image
Horde_Kolab
Kolab_Filter
Kolab_Test
Kolab
Horde_Kolab_Filter
Kolab_Format
Kolab_FreeBusy
Share
Kolab_Storage
Horde_LDAP
Horde_Lens
Horde_Loader
Horde_Lock
Horde_Log
Horde_MIME
Horde_MIME_Viewer
Mail
Horde_Maintenance
Horde_Memcache
Horde_Mobile
Horde_NLS
Net_IMSP
Net_SMS
Horde_Notification
Horde_Perms
Horde_Prefs
Horde_RPC
Rampage
Horde_Rdo
Horde_Routes
Horde_SQL
Horde_Db
Horde_Scheduler
Horde_Secret
Horde_Serialize
Horde_SessionHandler
Horde_SessionObjects
Horde_Share
Horde_SpellChecker
SyncML
Horde_Template
Text_Diff
Horde_Text_Textile
Horde_Token
Horde_Tree
Horde_UI
Horde_Util
VC
VFS
VFS_ISO
Horde_View
XML_WBXML
Horde_Xml_Element
Horde_Yaml
admintools
Horde_iCalendar
Kolab_Resource
Horde_Kolab_Resource
All elements
a
b
d
e
g
h
i
m
s
u
w
_
_
top
$_accept
Browser::$_accept
in Browser.php
HTTP_ACCEPT string
$_agent
Browser::$_agent
in Browser.php
Full user agent string.
$_browser
Browser::$_browser
in Browser.php
Browser name.
$_cache
Browser_imode::$_cache
in imode.php
$_data
Browser_imode::$_data
in imode.php
Device data. From http://www.nttdocomo.co.jp/i/tag/s5.html#5_1
$_extra
Browser_imode::$_extra
in imode.php
$_features
Browser::$_features
in Browser.php
Features.
$_httpversion
Browser_imode::$_httpversion
in imode.php
$_images
Browser::$_images
in Browser.php
List of viewable image MIME subtypes.
$_lowerAgent
Browser::$_lowerAgent
in Browser.php
Lower-case user agent string.
$_majorVersion
Browser::$_majorVersion
in Browser.php
Major version number.
$_manufacturer
Browser_imode::$_manufacturer
in imode.php
$_manufacturerlist
Browser_imode::$_manufacturerlist
in imode.php
$_minorVersion
Browser::$_minorVersion
in Browser.php
Minor version number.
$_mobile
Browser::$_mobile
in Browser.php
Is this a mobile browser?
$_mobileAgents
Browser::$_mobileAgents
in Browser.php
List of mobile user agents.
$_model
Browser_imode::$_model
in imode.php
$_platform
Browser::$_platform
in Browser.php
Platform the browser is running on.
$_quirks
Browser::$_quirks
in Browser.php
Quirks
$_robotAgentRegexp
Browser::$_robotAgentRegexp
in Browser.php
Regexp for matching those robot strings.
$_robotAgents
Browser::$_robotAgents
in Browser.php
Known robots.
$_tvAgents
Browser::$_tvAgents
in Browser.php
List of tv user agents.
$_user_agent
Browser_imode::$_user_agent
in imode.php
_setPlatform
Browser::_setPlatform()
in Browser.php
Matches the platform of the browser.
a
top
allowFileUploads
Browser::allowFileUploads()
in Browser.php
Determines if files can be uploaded to the system.
b
top
Browser
Browser
in Browser.php
The Browser:: class provides capability information for the current web client.
Browser
Browser::Browser()
in Browser.php
Creates a browser instance (Constructor).
Browser.php
Browser.php
in Browser.php
Browser_imode
Browser_imode::Browser_imode()
in imode.php
Does not handle bogus user_agents or most of the other error situation properly yet.
Browser_imode
Browser_imode
in imode.php
The Browser_imode:: class extends the Browser API by providing specific information about Imode handsets.
d
top
downloadHeaders
Browser::downloadHeaders()
in Browser.php
Returns the headers for a browser download.
e
top
escapeJSCode
Browser::escapeJSCode()
in Browser.php
Escapes characters in javascript code if the browser requires it. %23, %26, and %2B (for some browsers) and %27 need to be escaped or else javascript will interpret it as a single quote, pound sign, or ampersand and refuse to work.
g
top
getAgentString
Browser::getAgentString()
in Browser.php
Returns the full browser agent string.
getBrowser
Browser::getBrowser()
in Browser.php
Returns the current browser.
getCache
Browser_imode::getCache()
in imode.php
getColor
Browser_imode::getColor()
in imode.php
getExtra
Browser_imode::getExtra()
in imode.php
getFeature
Browser::getFeature()
in Browser.php
Returns the current browser capability.
getHTTPProtocol
Browser::getHTTPProtocol()
in Browser.php
Returns the server protocol in use on the current server.
getHTTPVersion
Browser_imode::getHTTPVersion()
in imode.php
getIEVersion
Browser::getIEVersion()
in Browser.php
Returns the IE version stored in the session, if available.
getImageDimensions
Browser_imode::getImageDimensions()
in imode.php
Example usage:
getImageFormats
Browser_imode::getImageFormats()
in imode.php
getMajor
Browser::getMajor()
in Browser.php
Returns the current browser's major version.
getManufacturer
Browser_imode::getManufacturer()
in imode.php
getMinor
Browser::getMinor()
in Browser.php
Returns the current browser's minor version.
getPlatform
Browser::getPlatform()
in Browser.php
Returns the currently matched platform.
getQuirk
Browser::getQuirk()
in Browser.php
Returns unique behavior for the current browser.
getTextDimensions
Browser_imode::getTextDimensions()
in imode.php
Example usage:
getVersion
Browser::getVersion()
in Browser.php
Returns the current browser's version.
h
top
hasFeature
Browser::hasFeature()
in Browser.php
Checks the current browser capabilities.
hasQuirk
Browser::hasQuirk()
in Browser.php
Checks unique behavior for the current browser.
i
top
imode.php
imode.php
in imode.php
isBlackAndWhite
Browser_imode::isBlackAndWhite()
in imode.php
isBrowser
Browser::isBrowser()
in Browser.php
Determines if the given browser is the same as the current.
isColor
Browser_imode::isColor()
in imode.php
isGreyScale
Browser_imode::isGreyScale()
in imode.php
isMobile
Browser::isMobile()
in Browser.php
Do we consider the current browser to be a mobile device?
isRobot
Browser::isRobot()
in Browser.php
Determines if the browser is a robot or not.
isViewable
Browser::isViewable()
in Browser.php
Determines if a browser can display a given MIME type.
m
top
match
Browser::match()
in Browser.php
Parses the user agent string and inititializes the object with all the known features and quirks for the given browser.
s
top
setBrowser
Browser::setBrowser()
in Browser.php
Sets the current browser.
setFeature
Browser::setFeature()
in Browser.php
Sets capabilities for the current browser.
setIEVersion
Browser::setIEVersion()
in Browser.php
Sets the IE version in the session.
setQuirk
Browser::setQuirk()
in Browser.php
Sets unique behavior for the current browser.
singleton
Browser::singleton()
in Browser.php
Returns a reference to the global Browser object, only creating it if it doesn't already exist.
u
top
usingSSLConnection
Browser::usingSSLConnection()
in Browser.php
Determines if we are using a secure (SSL) connection.
w
top
wasFileUploaded
Browser::wasFileUploaded()
in Browser.php
Determines if the file was uploaded or not. If not, will return the appropriate error message.
a
b
d
e
g
h
i
m
s
u
w
_