Index of All Elements

  Indexes by package:

a b c d e f g h i j l m n o p r s t u w _

a   top
   $api in file Flickr.php, variable Flickr::$api
   $API_KEY in file Flickr.php, variable Flickr::$API_KEY
   ACTION_DO_ACTION in file SwfCompiler.php, constant ACTION_DO_ACTION
   ACTION_END_SWF in file SwfCompiler.php, constant ACTION_END_SWF
   ACTION_INIT_ARRAY in file SwfCompiler.php, constant ACTION_INIT_ARRAY
   ACTION_INIT_OBJECT in file SwfCompiler.php, constant ACTION_INIT_OBJECT
   ACTION_PUSH in file SwfCompiler.php, constant ACTION_PUSH
   ACTION_SET_VARIABLE in file SwfCompiler.php, constant ACTION_SET_VARIABLE
   ACTION_SHOW_FRAME in file SwfCompiler.php, constant ACTION_SHOW_FRAME
   activityUserComments in file Flickr.php, method Flickr::activityUserComments()
    Returns a list of recent activity on photos commented on by the calling user.
   activityUserPhotos in file Flickr.php, method Flickr::activityUserPhotos()
    Returns a list of recent activity on photos belonging to the calling user.
   addFriend in file Twitter.php, method Twitter::addFriend()
    Adds friend with passed friend ID and user name.
   addNumbers in file Simple.php, method Simple::addNumbers()
    Adds two numbers together.
   addNumbers in file Calculator.php, method Calculator::addNumbers()
   ALLOW_DOMAIN in file SwfCompiler.php, constant ALLOW_DOMAIN
   arrayToBytecode in file SwfCompiler.php, method SwfCompiler::arrayToBytecode()
    Converts the passed array to SWF bytecode.
   ARRAY_TYPE_ASSOCIATIVE in file SwfCompiler.php, constant ARRAY_TYPE_ASSOCIATIVE
   ARRAY_TYPE_REGULAR in file SwfCompiler.php, constant ARRAY_TYPE_REGULAR
   assertPushIsCorrect in file SwfCompilerTest.php, method SwfCompilerTest::assertPushIsCorrect()
   authGetFrob in file Flickr.php, method Flickr::authGetFrob()
    Returns a frob to be used during authentication.
   authGetToken in file Flickr.php, method Flickr::authGetToken()
    Returns the token you need to make authenticated calls if the user has authenticated your application.
   authGetUrl in file Flickr.php, method Flickr::authGetUrl()
    Returns the authentication url to redirect the user to so they can log in and authorize the Flash application. (This uses the authentication mechanism for desktop applications, which is the one that works best for Flash applications).
b   top
   BIG_ENDIAN in file SwfCompiler.php, constant BIG_ENDIAN
   BI_ENDIAN in file SwfCompiler.php, constant BI_ENDIAN
   blogsGetList in file Flickr.php, method Flickr::blogsGetList()
    Get a list of configured blogs for the calling user.
   blogsPostPhoto in file Flickr.php, method Flickr::blogsPostPhoto()
    Posts a photo to the blog with the passed id.
   booleanToBytecode in file SwfCompiler.php, method SwfCompiler::booleanToBytecode()
    Converts the passed boolean to SWF bytecode.
c   top
   Calculator in file Calculator.php, class Calculator
   COMPRESSED_SWF in file SwfCompiler.php, constant COMPRESSED_SWF
   contactsGetList in file Flickr.php, method Flickr::contactsGetList()
    Get a list of contacts for the calling user.
   contactsGetPublicList in file Flickr.php, method Flickr::contactsGetPublicList()
    Get the contact list for a user.
   Calculator.php procedural page Calculator.php
d   top
   dataToBytecode in file SwfCompiler.php, method SwfCompiler::dataToBytecode()
    Parses the given data structure (any type) and returns SWF bytecode.
   DATA_TYPE_BOOLEAN in file SwfCompiler.php, constant DATA_TYPE_BOOLEAN
   DATA_TYPE_DOUBLE in file SwfCompiler.php, constant DATA_TYPE_DOUBLE
   DATA_TYPE_INTEGER in file SwfCompiler.php, constant DATA_TYPE_INTEGER
   DATA_TYPE_NULL in file SwfCompiler.php, constant DATA_TYPE_NULL
   DATA_TYPE_STRING in file SwfCompiler.php, constant DATA_TYPE_STRING
   debug in file SwfCompiler.php, method SwfCompiler::debug()
   DEBUG_END in file SwfCompiler.php, constant DEBUG_END
   DEBUG_START in file SwfCompiler.php, constant DEBUG_START
   describeService in file DiscoveryService.php, method DiscoveryService::describeService()
    Describe a service and all its methods
   directMessages in file Twitter.php, method Twitter::directMessages()
    Returns the list of direct messages for the passed user.
   DiscoveryService in file DiscoveryService.php, class DiscoveryService
    A built-in amfphp service that allows introspection into services and their methods.
   doubleToBytecode in file SwfCompiler.php, method SwfCompiler::doubleToBytecode()
    Converts a double to its IEEE 754 representation (little-endian)
   DiscoveryService.php procedural page DiscoveryService.php
e   top
   $endian in file SwfCompiler.php, variable SwfCompiler::$endian
   echoData in file Simple.php, method Simple::echoData()
    Echos the passed data as a string, adding 'Echo: ' to the front of it.
f   top
   favoritesAdd in file Flickr.php, method Flickr::favoritesAdd()
    Adds a photo to a user's favorites list.
   favoritesGetList in file Flickr.php, method Flickr::favoritesGetList()
    Returns a list of the user's favorite photos.
   favoritesGetPublicList in file Flickr.php, method Flickr::favoritesGetPublicList()
    Returns a list of favorite public photos for the given user.
   favoritesRemove in file Flickr.php, method Flickr::favoritesRemove()
    Removes a photo from a user's favorites list.
   Flickr in file Flickr.php, method Flickr::Flickr()
   Flickr in file Flickr.php, class Flickr
   followers in file Twitter.php, method Twitter::followers()
    Gets followers for authenticated user.
   followersWhoAreNotFriends in file Twitter.php, method Twitter::followersWhoAreNotFriends()
    Returns followers who are not friends.
   followFriend in file Twitter.php, method Twitter::followFriend()
    Follows friend with passed friend ID and user name.
   friends in file Twitter.php, method Twitter::friends()
    Gets friends for the passed user.
   friendsNoAuth in file Twitter.php, method Twitter::friendsNoAuth()
    Gets friends for the passed user name. Doesn't require authentication but will not return friends who have set themselves to private.
   friendsTimeline in file Twitter.php, method Twitter::friendsTimeline()
    Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user and that user's friends. It's also possible to request another user's friends_timeline via the id parameter.
   Flickr.php procedural page Flickr.php
g   top
   getAllowDomainBytecode in file SwfCompiler.php, method SwfCompiler::getAllowDomainBytecode()
   getIntAsHex in file SwfCompiler.php, method SwfCompiler::getIntAsHex()
    Returns the hexadecimal representation of the passed integer, padded to $numBytes bytes in little-endian.
   getNumFriendsUpdates in file Twitter.php, method Twitter::getNumFriendsUpdates()
    Returns the number of updates for the user and her friends (up to 20) for the passed user name (or email).
   getNumPublicTimelineUpdates in file Twitter.php, method Twitter::getNumPublicTimelineUpdates()
    Returns the number of requested updates from the public timeline (max 20).
   getReviews in file TheTenWordReview.php, method TheTenWordReview::getReviews()
    Returns the requested number of photos for the specified user.
   getServices in file DiscoveryService.php, method DiscoveryService::getServices()
    Get the list of services
   getStringLengthInBytesHex in file SwfCompiler.php, method SwfCompiler::getStringLengthInBytesHex()
    Helper methods. (For data type conversions, formatting, etc.)
   getUserPhotos in file Flickr.php, method Flickr::getUserPhotos()
    Returns the requested number of photos for the specified user.
   getVarDump in file SwfCompiler.php, method SwfCompiler::getVarDump()
   groupsBrowse in file Flickr.php, method Flickr::groupsBrowse()
    Browse the group category tree, finding groups and sub-categories.
   groupsGetInfo in file Flickr.php, method Flickr::groupsGetInfo()
    Get information about a group.
   groupsPoolAdd in file Flickr.php, method Flickr::groupsPoolAdd()
    Add a photo to a group's pool.
   groupsPoolsGetContext in file Flickr.php, method Flickr::groupsPoolsGetContext()
    Returns next and previous photos for a photo in a group pool.
   groupsPoolsGetGroups in file Flickr.php, method Flickr::groupsPoolsGetGroups()
    Returns a list of groups to which you can add photos.
   groupsPoolsGetPhotos in file Flickr.php, method Flickr::groupsPoolsGetPhotos()
    Returns a list of pool photos for a given group, based on the permissions of the group and the user logged in (if any).
   groupsPoolsRemove in file Flickr.php, method Flickr::groupsPoolsRemove()
    Remove a photo from a group pool.
   groupsSearch in file Flickr.php, method Flickr::groupsSearch()
    Search for groups.
h   top
   HEADER in file SwfCompiler.php, constant HEADER
   helloWorld in file MyFirst.php, method MyFirst::helloWorld()
   hexstr in file SwfCompiler.php, method SwfCompiler::hexstr()
    Converts a string of hexadecimal values to a string of ASCII characters.
i   top
   integerToBytecode in file SwfCompiler.php, method SwfCompiler::integerToBytecode()
    Converts the passed integer to bytecode, padding it to $numBytes bytes in little-endian.
   interestingnessGetList in file Flickr.php, method Flickr::interestingnessGetList()
    Returns the list of interesting photos for the most recent day or a user-specified date.
j   top
   Jaiku in file Jaiku.php, method Jaiku::Jaiku()
   Jaiku in file Jaiku.php, class Jaiku
    SWX Jaiku API by Aral Balkan. You can call this API using SWX, Amfphp, JSON and XML-RPC.
   Jaiku.php procedural page Jaiku.php
l   top
   lastStreamEntry in file Jaiku.php, method Jaiku::lastStreamEntry()
    Returns the last stream entry (public).
   leaveFriend in file Twitter.php, method Twitter::leaveFriend()
    Leaves friend with passed friend ID and user name.
   listTemplates in file DiscoveryService.php, method DiscoveryService::listTemplates()
   LITTLE_ENDIAN in file SwfCompiler.php, constant LITTLE_ENDIAN
m   top
   makeLittleEndian in file SwfCompiler.php, method SwfCompiler::makeLittleEndian()
   microtime_float in file SwfCompiler.php, method SwfCompiler::microtime_float()
   mikePotter in file Performance.php, method Performance::mikePotter()
   MyFirst in file MyFirst.php, class MyFirst
   MyFirst.php procedural page MyFirst.php
n   top
   Nabaztag in file Nabaztag.php, class Nabaztag
   newDirectMessage in file Twitter.php, method Twitter::newDirectMessage()
    Sends a direct message
   NULL_TERMINATOR in file SwfCompiler.php, constant NULL_TERMINATOR
   Nabaztag.php procedural page Nabaztag.php
o   top
   objectToArray in file SwfCompiler.php, method SwfCompiler::objectToArray()
    Converts the passed object to arrays.
p   top
   peopleFindByEmail in file Flickr.php, method Flickr::peopleFindByEmail()
    Return a user's NSID, given their email address
   peopleFindByUsername in file Flickr.php, method Flickr::peopleFindByUsername()
    Return a user's NSID, given their username.
   peopleGetInfo in file Flickr.php, method Flickr::peopleGetInfo()
    Get information about a user.
   peopleGetPublicGroups in file Flickr.php, method Flickr::peopleGetPublicGroups()
    Returns the list of public groups a user is a member of.
   peopleGetPublicPhotos in file Flickr.php, method Flickr::peopleGetPublicPhotos()
    Get a list of public photos for the given user.
   peopleGetUploadStatus in file Flickr.php, method Flickr::peopleGetUploadStatus()
    Returns information for the calling user related to photo uploads.
   Performance in file Performance.php, class Performance
   photosAddTags in file Flickr.php, method Flickr::photosAddTags()
    Add tags to a photo.
   photosDelete in file Flickr.php, method Flickr::photosDelete()
    Delete a photo from flickr.
   photosGetAllContexts in file Flickr.php, method Flickr::photosGetAllContexts()
    Returns all visible sets and pools the photo belongs to.
   photosGetContactsPhotos in file Flickr.php, method Flickr::photosGetContactsPhotos()
    Fetch a list of recent photos from the calling users' contacts.
   photosGetContactsPublicPhotos in file Flickr.php, method Flickr::photosGetContactsPublicPhotos()
    Fetch a list of recent public photos from a users' contacts.
   photosGetContext in file Flickr.php, method Flickr::photosGetContext()
    Returns next and previous photos for a photo in a photostream.
   photosGetCounts in file Flickr.php, method Flickr::photosGetCounts()
    Gets a list of photo counts for the given date ranges for the calling user.
   photosGetExif in file Flickr.php, method Flickr::photosGetExif()
    Retrieves a list of EXIF/TIFF/GPS tags for a given photo.
   photosGetFavorites in file Flickr.php, method Flickr::photosGetFavorites()
    Returns the list of people who have favorited a given photo.
   photosGetInfo in file Flickr.php, method Flickr::photosGetInfo()
    Get information about a photo.
   photosGetNotInSet in file Flickr.php, method Flickr::photosGetNotInSet()
    Returns a list of your photos that are not part of any sets.
   photosGetPerms in file Flickr.php, method Flickr::photosGetPerms()
    Get permissions for a photo.
   photosGetRecent in file Flickr.php, method Flickr::photosGetRecent()
    Returns a list of the latest public photos uploaded to flickr.
   photosGetSizes in file Flickr.php, method Flickr::photosGetSizes()
    Returns the available sizes for a photo.
   photosGetUntagged in file Flickr.php, method Flickr::photosGetUntagged()
    Returns a list of your photos with no tags.
   photosGetWithGeoData in file Flickr.php, method Flickr::photosGetWithGeoData()
    Returns a list of your geo-tagged photos.
   photosGetWithoutGeoData in file Flickr.php, method Flickr::photosGetWithoutGeoData()
    Returns a list of your photos which haven't been geo-tagged.
   photosRecentlyUpdated in file Flickr.php, method Flickr::photosRecentlyUpdated()
    Return a list of your photos that have been recently created
   photosRemoveTag in file Flickr.php, method Flickr::photosRemoveTag()
    Remove a tag from a photo.
   photosSearch in file Flickr.php, method Flickr::photosSearch()
    Return a list of photos matching some criteria. Only photos visible to the calling user will be returned. To return private or semi-private photos, the caller must be authenticated with 'read' permissions, and have permission to view the photos.
   prettyHex in file SwfCompiler.php, method SwfCompiler::prettyHex()
   publicTimeline in file Twitter.php, method Twitter::publicTimeline()
    Returns the 20 most recent statuses from non-protected users who have set a custom user icon. Does not require authentication.
   Performance.php procedural page Performance.php
r   top
   removeFriend in file Twitter.php, method Twitter::removeFriend()
    Removes friend with passed friend ID and user name.
s   top
   $SHARED_SECRET in file Flickr.php, variable Flickr::$SHARED_SECRET
   $sn in file Nabaztag.php, variable Nabaztag::$sn
   $stack in file SwfCompiler.php, variable SwfCompiler::$stack
   $swfCompiler in file SwfCompilerTest.php, variable SwfCompilerTest::$swfCompiler
   Simple.php procedural page Simple.php
   setUp in file SwfCompilerTest.php, method SwfCompilerTest::setUp()
   showStatus in file Twitter.php, method Twitter::showStatus()
    Returns a single status, specified by the id parameter below. The status's author will be returned inline.
   showUser in file Twitter.php, method Twitter::showUser()
    Returns extended information of a given user, specified by ID or screen name as per the required id parameter below. This information includes design settings, so third party developers can theme their widgets according to a given user's preferences.
   Simple in file Simple.php, class Simple
    Simple class that contains methods that return various data types.
   strhex in file SwfCompiler.php, method SwfCompiler::strhex()
    Converts a string of ASCII characters to a string of hexadecimal byte values.
   stringToBytecode in file SwfCompiler.php, method SwfCompiler::stringToBytecode()
    Converts the passed string to hex and returns the correct SWF bytecode for it.
   SwfCompiler in file SwfCompiler.php, method SwfCompiler::SwfCompiler()
   SwfCompiler in file SwfCompiler.php, class SwfCompiler
   SwfCompiler.php procedural page SwfCompiler.php
   SwfCompilerTest in file SwfCompilerTest.php, class SwfCompilerTest
   SYSTEM_ALLOW_DOMAIN in file SwfCompiler.php, constant SYSTEM_ALLOW_DOMAIN
   SwfCompilerTest.php procedural page SwfCompilerTest.php
t   top
   $token in file Nabaztag.php, variable Nabaztag::$token
   TheTenWordReview.php procedural page TheTenWordReview.php
   Twitter.php procedural page Twitter.php
   talk in file Nabaztag.php, method Nabaztag::talk()
    Sends a message for a Nabaztag bunny to speak.
   testArrayToBytecode in file SwfCompilerTest.php, method SwfCompilerTest::testArrayToBytecode()
   testBooleanToBytecode in file SwfCompilerTest.php, method SwfCompilerTest::testBooleanToBytecode()
   testCreateSwf in file SwfCompilerTest.php, method SwfCompilerTest::testCreateSwf()
   testDataToBytecode in file SwfCompilerTest.php, method SwfCompilerTest::testDataToBytecode()
   testDoubleToBytecode in file SwfCompilerTest.php, method SwfCompilerTest::testDoubleToBytecode()
   testGetIntAsHex in file SwfCompilerTest.php, method SwfCompilerTest::testGetIntAsHex()
   testGetStringLengthInBytesHex in file SwfCompilerTest.php, method SwfCompilerTest::testGetStringLengthInBytesHex()
   testHexStr in file SwfCompilerTest.php, method SwfCompilerTest::testHexStr()
   testIntegerToBytecode in file SwfCompilerTest.php, method SwfCompilerTest::testIntegerToBytecode()
   testMakeLittleEndian in file SwfCompilerTest.php, method SwfCompilerTest::testMakeLittleEndian()
   testStrhex in file SwfCompilerTest.php, method SwfCompilerTest::testStrhex()
   testStringToBytecode in file SwfCompilerTest.php, method SwfCompilerTest::testStringToBytecode()
   TheTenWordReview in file TheTenWordReview.php, class TheTenWordReview
    SWX thetenwordreview.com API by Carin Campanario & Steve Webster. You can call this API using SWX, Amfphp, JSON and XML-RPC.
   Twitter in file Twitter.php, method Twitter::Twitter()
   Twitter in file Twitter.php, class Twitter
    SWX Twitter API by Aral Balkan. You can call this API using SWX, Amfphp, JSON and XML-RPC.
u   top
   UNCOMPRESSED_SWF in file SwfCompiler.php, constant UNCOMPRESSED_SWF
   update in file Twitter.php, method Twitter::update()
    Posts a twitter update.
   userTimeline in file Twitter.php, method Twitter::userTimeline()
    Returns the 20 most recent statuses posted in the last 24 hours from the authenticating user. It's also possible to request another user's timeline via the id parameter below.
w   top
   writeSwf in file SwfCompiler.php, method SwfCompiler::writeSwf()
    Wraps the SWF buffer in a doAction block, wraps that with the SWF Header and the SWF footer (set variable, show frame, end SWF) and writes out the SWF.
_   top
   _addSerialToken in file Nabaztag.php, method Nabaztag::_addSerialToken()
   _getResult in file Flickr.php, method Flickr::_getResult()
   _listServices in file DiscoveryService.php, method DiscoveryService::_listServices()