O:39:"phpDocumentor\Descriptor\FileDescriptor":20:{s:7:" * hash";s:32:"6efa523eea8ea42d3b1df6afe8af096b";s:9:" * source";s:9179:"<?php
/**
 * Defines global constants and functions
 *
 * @copyright 2012-2013 Rackspace Hosting, Inc.
 * See COPYING for licensing information
 *
 * @package phpOpenCloud
 * @version 1.0
 * @author Glen Campbell <glen.campbell@rackspace.com>
 */

namespace OpenCloud;

/**
 * This file contains only configuration data such as constants.
 * You can override these constants by defining them BEFORE you including
 * any of the top-level files from the SDK.
 *
 * Definitions:
 * * RAXSDK_TIMEZONE - the default timezone for interpreting date/time requests
 * * RAXSDK_STRICT_PROPERTY_CHECKS - if TRUE, the library will strictly enforce
 *      property names on objects; only properties that are pre-defined or
 *      appear in the extensions aliases for the service will be permitted.
 *      When FALSE (the default), then any property can be set on an object.
 * * RAXSDK_COMPUTE_NAME - the default name for the compute service
 * * RAXSDK_COMPUTE_REGION - the default region for the compute service
 * * RAXSDK_COMPUTE_URLTYPE - the default URL type for the compute service
 * * RAXSDK_OBJSTORE_NAME - the default name for the object storage service
 * * RAXSDK_OBJSTORE_REGION - the default region for the object storage service
 * * RAXSDK_OBJSTORE_URLTYPE - the default URL type for the object storage
 *      service
 * * RAXSDK_DATABASE_NAME - the default name for the DbService service
 * * RAXSDK_DATABASE_REGION - the default region for the DbService service
 * * RAXSDK_DATABASE_URLTYPE - the default URL type for the DbService service
 * * RAXSDK_CONNECTTIMEOUT - the time (in seconds) to wait for a connection
 *      to a service
 * * RAXSDK_TIMEOUT - the max time (in seconds) to wait for an HTTP request
 *      to complete
 * * RAXSDK_SERVER_MAXTIMEOUT - the max time (in seconds) that a server
 *      will wait for a change in status (Server::WaitFor() method)
 * * RAXSDK_POLL_INTERVAL - how often (in seconds) the Server::WaitFor() method
 *      will poll for a status change
 * * RAXSDK_DEFAULT_IP_VERSION - the default IP version (4 or 6) to return for
 *      the server's primary IP address
 * * RAXSDK_OVERLIMIT_TIMEOUT - the max time (in seconds) to wait before
 *      retrying a request that has failed because of rate limits. If the
 *      next available time for the request is more than (X) seconds away,
 *      then the request will fail; otherwise, the request will sleep until
 *      available.
 */

if (!defined('RAXSDK_TIMEZONE'))
    define('RAXSDK_TIMEZONE', 'America/Chicago');
if (!defined('RAXSDK_STRICT_PROPERTY_CHECKS'))
    define('RAXSDK_STRICT_PROPERTY_CHECKS', FALSE);
if (!defined('RAXSDK_COMPUTE_NAME'))
    define('RAXSDK_COMPUTE_NAME', 'cloudServersOpenStack');
if (!defined('RAXSDK_COMPUTE_REGION'))
    define('RAXSDK_COMPUTE_REGION', NULL);
if (!defined('RAXSDK_COMPUTE_URLTYPE'))
    define('RAXSDK_COMPUTE_URLTYPE', 'publicURL');
if (!defined('RAXSDK_MONITORING_NAME'))
    define('RAXSDK_MONITORING_NAME', 'cloudMonitoring');
if (!defined('RAXSDK_MONITORING_REGION'))
    define('RAXSDK_MONITORING_REGION', '{ignore}');
if (!defined('RAXSDK_MONITORING_URLTYPE'))
    define('RAXSDK_MONITORING_URLTYPE', 'publicURL');
if (!defined('RAXSDK_ORCHESTRATION_NAME'))
    define('RAXSDK_ORCHESTRATION_NAME', 'cloudOrchestration');
if (!defined('RAXSDK_ORCHESTRATION_REGION'))
    define('RAXSDK_ORCHESTRATION_REGION', NULL);
if (!defined('RAXSDK_ORCHESTRATION_URLTYPE'))
    define('RAXSDK_ORCHESTRATION_URLTYPE', 'publicURL');
if (!defined('RAXSDK_OBJSTORE_NAME'))
    define('RAXSDK_OBJSTORE_NAME', 'cloudFiles');
if (!defined('RAXSDK_OBJSTORE_REGION'))
    define('RAXSDK_OBJSTORE_REGION', NULL);
if (!defined('RAXSDK_OBJSTORE_URLTYPE'))
    define('RAXSDK_OBJSTORE_URLTYPE', 'publicURL');
if (!defined('RAXSDK_DATABASE_NAME'))
    define('RAXSDK_DATABASE_NAME', 'cloudDatabases');
if (!defined('RAXSDK_DATABASE_REGION'))
    define('RAXSDK_DATABASE_REGION', NULL);
if (!defined('RAXSDK_DATABASE_URLTYPE'))
    define('RAXSDK_DATABASE_URLTYPE', 'publicURL');
if (!defined('RAXSDK_VOLUME_NAME'))
    define('RAXSDK_VOLUME_NAME', 'cloudBlockStorage');
if (!defined('RAXSDK_VOLUME_REGION'))
    define('RAXSDK_VOLUME_REGION', NULL);
if (!defined('RAXSDK_VOLUME_URLTYPE'))
    define('RAXSDK_VOLUME_URLTYPE', 'publicURL');
if (!defined('RAXSDK_LBSERVICE_NAME'))
    define('RAXSDK_LBSERVICE_NAME', 'cloudLoadBalancers');
if (!defined('RAXSDK_LBSERVICE_REGION'))
    define('RAXSDK_LBSERVICE_REGION', NULL);
if (!defined('RAXSDK_LBSERVICE_URLTYPE'))
    define('RAXSDK_LBSERVICE_URLTYPE', 'publicURL');
if (!defined('RAXSDK_DNS_NAME'))
    define('RAXSDK_DNS_NAME', 'cloudDNS');
if (!defined('RAXSDK_DNS_REGION'))
    define('RAXSDK_DNS_REGION', '{ignore}'); // DNS is regionless
if (!defined('RAXSDK_DNS_URLTYPE'))
    define('RAXSDK_DNS_URLTYPE', 'publicURL');
if (!defined('RAXSDK_AUTOSCALE_NAME'))
	define('RAXSDK_AUTOSCALE_NAME', 'autoscale');
if (!defined('RAXSDK_AUTOSCALE_REGION'))
	define('RAXSDK_AUTOSCALE_REGION', NULL);
if (!defined('RAXSDK_AUTOSCALE_URLTYPE'))
	define('RAXSDK_AUTOSCALE_URLTYPE', 'publicURL');
if (!defined('RAXSDK_DNS_ASYNC_TIMEOUT'))
	define('RAXSDK_DNS_ASYNC_TIMEOUT', 60);
if (!defined('RAXSDK_DNS_ASYNC_INTERVAL'))
	define('RAXSDK_DNS_ASYNC_INTERVAL', 1);
if (!defined('RAXSDK_CONNECTTIMEOUT'))
    define('RAXSDK_CONNECTTIMEOUT', 5);
if (!defined('RAXSDK_TIMEOUT'))
    define('RAXSDK_TIMEOUT', 60);
if (!defined('RAXSDK_SERVER_MAXTIMEOUT'))
    define('RAXSDK_SERVER_MAXTIMEOUT', 3600);
if (!defined('RAXSDK_POLL_INTERVAL'))
    define('RAXSDK_POLL_INTERVAL', 10);
if (!defined('RAXSDK_DEFAULT_IP_VERSION'))
    define('RAXSDK_DEFAULT_IP_VERSION', 4);
if (!defined('RAXSDK_OVERLIMIT_TIMEOUT'))
    define('RAXSDK_OVERLIMIT_TIMEOUT', 300);
/**
 * sets default (highly secure) value for CURLOPT_SSL_VERIFYHOST. If you
 * are using a self-signed SSL certificate, you can reduce this setting, but
 * you do so at your own risk.
 */
if (!defined('RAXSDK_SSL_VERIFYHOST'))
    define('RAXSDK_SSL_VERIFYHOST', 2);
/**
 * sets default (highly secure) value for CURLOPT_SSL_VERIFYPEER. If you
 * are using a self-signed SSL certificate, you can reduce this setting, but
 * you do so at your own risk.
 */
if (!defined('RAXSDK_SSL_VERIFYPEER'))
    define('RAXSDK_SSL_VERIFYPEER', TRUE);

/**
 * edit and uncomment this to set the default location of cacert.pem file
 */
//define('RAXSDK_CACERTPEM', __DIR__ . DIRECTORY_SEPARATOR . 'cacert.pem');

/* these should not be overridden */
define('RAXSDK_VERSION', '1.5.9');
define('RAXSDK_USER_AGENT', 'php-opencloud/'.RAXSDK_VERSION.' (Rackspace)');
define('RAXSDK_ERROR', 'Error:');
define('RAXSDK_FATAL', 'FATAL ERROR:');
define('RAXSDK_TERMINATED', '*** PROCESSING HALTED ***');
define('RAXSDK_CONTENT_TYPE_JSON', 'application/json');
define('RAXSDK_URL_PUBLIC', 'publicURL');
define('RAXSDK_URL_INTERNAL', 'internalURL');
define('RAXSDK_URL_VERSION_INFO', 'versionInfo');
define('RAXSDK_URL_VERSION_LIST', 'versionList');

/**
 * definitions for Rackspace authentication endpoints
 */
define('RACKSPACE_US', 'https://identity.api.rackspacecloud.com/v2.0/');
define('RACKSPACE_UK', 'https://lon.identity.api.rackspacecloud.com/v2.0/');

/**
 * We can re-authenticate this many seconds before the token expires
 *
 * Set this to a higher value if your service does not cache tokens; if
 * it *does* cache them, then this value is not required.
 */
define('RAXSDK_FUDGE', 0);

/**
 * Readable constants
 */
define('RAXSDK_SOFT_REBOOT', 'soft');
define('RAXSDK_HARD_REBOOT', 'hard');
define('RAXSDK_DETAILS', TRUE);
define('RAXSDK_MAX_CONTAINER_NAME_LEN', 256);

/**
 * UUID of the Rackspace 'public' network
 */
define('RAX_PUBLIC','00000000-0000-0000-0000-000000000000');
/**
 * UUID of the Rackspace 'private' network
 */
define('RAX_PRIVATE','11111111-1111-1111-1111-111111111111');

// Turn off debug mode by default
define('RAXSDK_DEBUG', false);

/********** TIMEZONE MAGIC **********/

/**
 * This is called if there is an error getting the default timezone;
 * that means that the default timezone isn't set.
 */
function __raxsdk_timezone_set($errno, $errstr) {
	if ($errno==2)
		date_default_timezone_set(RAXSDK_TIMEZONE);
	else
		die(sprintf("Unknown error %d: %s\n", $errno, $errstr));
}
set_error_handler('\OpenCloud\__raxsdk_timezone_set');
@date_default_timezone_get();
restore_error_handler();

/********** SOME GLOBAL FUNCTIONS **********/

	/**
	 * \OpenCloud\Common\Lang::translate() - this function should be used to wrap all static strings. In the future,
	 * this may provide us with a hook for providing different language
	 * translations.
	 */
	function define_gettext() {
		function translate($str) {
			return $str;
		}
	}

	if (!function_exists('_'))
		define_gettext();

	/**
	 * removes trailing slash(es) from a URL string
	 *
	 * Mainly, this is just for appearance's sake. I really hate to see
	 * URLs like .../servers//address, for some reason.
	 */
	function noslash($str) {
		while ($str && (substr($str, -1) == '/'))
			$str = substr($str, 0, strlen($str)-1);
		return $str;
	}

	/**
	 * Turns debugging on or off
	 */
	function setDebug($state=TRUE) {
	    global $RAXSDK_DEBUG;
	    $RAXSDK_DEBUG=$state;
	}

";s:20:" * namespace_aliases";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:11:" * includes";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:12:" * constants";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:59:{s:15:"RAXSDK_TIMEZONE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:17:"'America/Chicago'";s:8:" * fqsen";s:16:"\RAXSDK_TIMEZONE";s:7:" * name";s:15:"RAXSDK_TIMEZONE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:54;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:29:"RAXSDK_STRICT_PROPERTY_CHECKS";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:5:"FALSE";s:8:" * fqsen";s:30:"\RAXSDK_STRICT_PROPERTY_CHECKS";s:7:" * name";s:29:"RAXSDK_STRICT_PROPERTY_CHECKS";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:56;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:19:"RAXSDK_COMPUTE_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:23:"'cloudServersOpenStack'";s:8:" * fqsen";s:20:"\RAXSDK_COMPUTE_NAME";s:7:" * name";s:19:"RAXSDK_COMPUTE_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:58;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:21:"RAXSDK_COMPUTE_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"NULL";s:8:" * fqsen";s:22:"\RAXSDK_COMPUTE_REGION";s:7:" * name";s:21:"RAXSDK_COMPUTE_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:60;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:22:"RAXSDK_COMPUTE_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:23:"\RAXSDK_COMPUTE_URLTYPE";s:7:" * name";s:22:"RAXSDK_COMPUTE_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:62;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:22:"RAXSDK_MONITORING_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:17:"'cloudMonitoring'";s:8:" * fqsen";s:23:"\RAXSDK_MONITORING_NAME";s:7:" * name";s:22:"RAXSDK_MONITORING_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:64;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:24:"RAXSDK_MONITORING_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:10:"'{ignore}'";s:8:" * fqsen";s:25:"\RAXSDK_MONITORING_REGION";s:7:" * name";s:24:"RAXSDK_MONITORING_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:66;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:25:"RAXSDK_MONITORING_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:26:"\RAXSDK_MONITORING_URLTYPE";s:7:" * name";s:25:"RAXSDK_MONITORING_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:68;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:25:"RAXSDK_ORCHESTRATION_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:20:"'cloudOrchestration'";s:8:" * fqsen";s:26:"\RAXSDK_ORCHESTRATION_NAME";s:7:" * name";s:25:"RAXSDK_ORCHESTRATION_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:70;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:27:"RAXSDK_ORCHESTRATION_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"NULL";s:8:" * fqsen";s:28:"\RAXSDK_ORCHESTRATION_REGION";s:7:" * name";s:27:"RAXSDK_ORCHESTRATION_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:72;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:28:"RAXSDK_ORCHESTRATION_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:29:"\RAXSDK_ORCHESTRATION_URLTYPE";s:7:" * name";s:28:"RAXSDK_ORCHESTRATION_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:74;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:20:"RAXSDK_OBJSTORE_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:12:"'cloudFiles'";s:8:" * fqsen";s:21:"\RAXSDK_OBJSTORE_NAME";s:7:" * name";s:20:"RAXSDK_OBJSTORE_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:76;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:22:"RAXSDK_OBJSTORE_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"NULL";s:8:" * fqsen";s:23:"\RAXSDK_OBJSTORE_REGION";s:7:" * name";s:22:"RAXSDK_OBJSTORE_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:78;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:23:"RAXSDK_OBJSTORE_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:24:"\RAXSDK_OBJSTORE_URLTYPE";s:7:" * name";s:23:"RAXSDK_OBJSTORE_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:80;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:20:"RAXSDK_DATABASE_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:16:"'cloudDatabases'";s:8:" * fqsen";s:21:"\RAXSDK_DATABASE_NAME";s:7:" * name";s:20:"RAXSDK_DATABASE_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:82;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:22:"RAXSDK_DATABASE_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"NULL";s:8:" * fqsen";s:23:"\RAXSDK_DATABASE_REGION";s:7:" * name";s:22:"RAXSDK_DATABASE_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:84;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:23:"RAXSDK_DATABASE_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:24:"\RAXSDK_DATABASE_URLTYPE";s:7:" * name";s:23:"RAXSDK_DATABASE_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:86;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:18:"RAXSDK_VOLUME_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:19:"'cloudBlockStorage'";s:8:" * fqsen";s:19:"\RAXSDK_VOLUME_NAME";s:7:" * name";s:18:"RAXSDK_VOLUME_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:88;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:20:"RAXSDK_VOLUME_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"NULL";s:8:" * fqsen";s:21:"\RAXSDK_VOLUME_REGION";s:7:" * name";s:20:"RAXSDK_VOLUME_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:90;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:21:"RAXSDK_VOLUME_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:22:"\RAXSDK_VOLUME_URLTYPE";s:7:" * name";s:21:"RAXSDK_VOLUME_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:92;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:21:"RAXSDK_LBSERVICE_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:20:"'cloudLoadBalancers'";s:8:" * fqsen";s:22:"\RAXSDK_LBSERVICE_NAME";s:7:" * name";s:21:"RAXSDK_LBSERVICE_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:94;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:23:"RAXSDK_LBSERVICE_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"NULL";s:8:" * fqsen";s:24:"\RAXSDK_LBSERVICE_REGION";s:7:" * name";s:23:"RAXSDK_LBSERVICE_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:96;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:24:"RAXSDK_LBSERVICE_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:25:"\RAXSDK_LBSERVICE_URLTYPE";s:7:" * name";s:24:"RAXSDK_LBSERVICE_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:98;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:15:"RAXSDK_DNS_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:10:"'cloudDNS'";s:8:" * fqsen";s:16:"\RAXSDK_DNS_NAME";s:7:" * name";s:15:"RAXSDK_DNS_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:100;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:17:"RAXSDK_DNS_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:10:"'{ignore}'";s:8:" * fqsen";s:18:"\RAXSDK_DNS_REGION";s:7:" * name";s:17:"RAXSDK_DNS_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:102;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:18:"RAXSDK_DNS_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:19:"\RAXSDK_DNS_URLTYPE";s:7:" * name";s:18:"RAXSDK_DNS_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:104;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:21:"RAXSDK_AUTOSCALE_NAME";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'autoscale'";s:8:" * fqsen";s:22:"\RAXSDK_AUTOSCALE_NAME";s:7:" * name";s:21:"RAXSDK_AUTOSCALE_NAME";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:106;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:23:"RAXSDK_AUTOSCALE_REGION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"NULL";s:8:" * fqsen";s:24:"\RAXSDK_AUTOSCALE_REGION";s:7:" * name";s:23:"RAXSDK_AUTOSCALE_REGION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:108;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:24:"RAXSDK_AUTOSCALE_URLTYPE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:25:"\RAXSDK_AUTOSCALE_URLTYPE";s:7:" * name";s:24:"RAXSDK_AUTOSCALE_URLTYPE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:110;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:24:"RAXSDK_DNS_ASYNC_TIMEOUT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:2:"60";s:8:" * fqsen";s:25:"\RAXSDK_DNS_ASYNC_TIMEOUT";s:7:" * name";s:24:"RAXSDK_DNS_ASYNC_TIMEOUT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:112;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:25:"RAXSDK_DNS_ASYNC_INTERVAL";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:1:"1";s:8:" * fqsen";s:26:"\RAXSDK_DNS_ASYNC_INTERVAL";s:7:" * name";s:25:"RAXSDK_DNS_ASYNC_INTERVAL";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:114;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:21:"RAXSDK_CONNECTTIMEOUT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:1:"5";s:8:" * fqsen";s:22:"\RAXSDK_CONNECTTIMEOUT";s:7:" * name";s:21:"RAXSDK_CONNECTTIMEOUT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:116;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:14:"RAXSDK_TIMEOUT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:2:"60";s:8:" * fqsen";s:15:"\RAXSDK_TIMEOUT";s:7:" * name";s:14:"RAXSDK_TIMEOUT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:118;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:24:"RAXSDK_SERVER_MAXTIMEOUT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"3600";s:8:" * fqsen";s:25:"\RAXSDK_SERVER_MAXTIMEOUT";s:7:" * name";s:24:"RAXSDK_SERVER_MAXTIMEOUT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:120;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:20:"RAXSDK_POLL_INTERVAL";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:2:"10";s:8:" * fqsen";s:21:"\RAXSDK_POLL_INTERVAL";s:7:" * name";s:20:"RAXSDK_POLL_INTERVAL";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:122;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:25:"RAXSDK_DEFAULT_IP_VERSION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:1:"4";s:8:" * fqsen";s:26:"\RAXSDK_DEFAULT_IP_VERSION";s:7:" * name";s:25:"RAXSDK_DEFAULT_IP_VERSION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:124;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:24:"RAXSDK_OVERLIMIT_TIMEOUT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:3:"300";s:8:" * fqsen";s:25:"\RAXSDK_OVERLIMIT_TIMEOUT";s:7:" * name";s:24:"RAXSDK_OVERLIMIT_TIMEOUT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:126;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:21:"RAXSDK_SSL_VERIFYHOST";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:1:"2";s:8:" * fqsen";s:22:"\RAXSDK_SSL_VERIFYHOST";s:7:" * name";s:21:"RAXSDK_SSL_VERIFYHOST";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:133;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:21:"RAXSDK_SSL_VERIFYPEER";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"TRUE";s:8:" * fqsen";s:22:"\RAXSDK_SSL_VERIFYPEER";s:7:" * name";s:21:"RAXSDK_SSL_VERIFYPEER";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:140;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:14:"RAXSDK_VERSION";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:7:"'1.5.9'";s:8:" * fqsen";s:15:"\RAXSDK_VERSION";s:7:" * name";s:14:"RAXSDK_VERSION";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:148;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:17:"RAXSDK_USER_AGENT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:50:"'php-opencloud/' . RAXSDK_VERSION . ' (Rackspace)'";s:8:" * fqsen";s:18:"\RAXSDK_USER_AGENT";s:7:" * name";s:17:"RAXSDK_USER_AGENT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:149;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:12:"RAXSDK_ERROR";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:8:"'Error:'";s:8:" * fqsen";s:13:"\RAXSDK_ERROR";s:7:" * name";s:12:"RAXSDK_ERROR";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:150;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:12:"RAXSDK_FATAL";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:14:"'FATAL ERROR:'";s:8:" * fqsen";s:13:"\RAXSDK_FATAL";s:7:" * name";s:12:"RAXSDK_FATAL";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:151;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:17:"RAXSDK_TERMINATED";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:27:"'*** PROCESSING HALTED ***'";s:8:" * fqsen";s:18:"\RAXSDK_TERMINATED";s:7:" * name";s:17:"RAXSDK_TERMINATED";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:152;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:24:"RAXSDK_CONTENT_TYPE_JSON";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:18:"'application/json'";s:8:" * fqsen";s:25:"\RAXSDK_CONTENT_TYPE_JSON";s:7:" * name";s:24:"RAXSDK_CONTENT_TYPE_JSON";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:153;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:17:"RAXSDK_URL_PUBLIC";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:11:"'publicURL'";s:8:" * fqsen";s:18:"\RAXSDK_URL_PUBLIC";s:7:" * name";s:17:"RAXSDK_URL_PUBLIC";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:154;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:19:"RAXSDK_URL_INTERNAL";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:13:"'internalURL'";s:8:" * fqsen";s:20:"\RAXSDK_URL_INTERNAL";s:7:" * name";s:19:"RAXSDK_URL_INTERNAL";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:155;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:23:"RAXSDK_URL_VERSION_INFO";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:13:"'versionInfo'";s:8:" * fqsen";s:24:"\RAXSDK_URL_VERSION_INFO";s:7:" * name";s:23:"RAXSDK_URL_VERSION_INFO";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:156;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:23:"RAXSDK_URL_VERSION_LIST";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:13:"'versionList'";s:8:" * fqsen";s:24:"\RAXSDK_URL_VERSION_LIST";s:7:" * name";s:23:"RAXSDK_URL_VERSION_LIST";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:157;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:12:"RACKSPACE_US";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:47:"'https://identity.api.rackspacecloud.com/v2.0/'";s:8:" * fqsen";s:13:"\RACKSPACE_US";s:7:" * name";s:12:"RACKSPACE_US";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:50:"definitions for Rackspace authentication endpoints";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:162;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:12:"RACKSPACE_UK";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:51:"'https://lon.identity.api.rackspacecloud.com/v2.0/'";s:8:" * fqsen";s:13:"\RACKSPACE_UK";s:7:" * name";s:12:"RACKSPACE_UK";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:163;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:12:"RAXSDK_FUDGE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:1:"0";s:8:" * fqsen";s:13:"\RAXSDK_FUDGE";s:7:" * name";s:12:"RAXSDK_FUDGE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:65:"We can re-authenticate this many seconds before the token expires";s:14:" * description";s:123:"Set this to a higher value if your service does not cache tokens; if
it *does* cache them, then this value is not required.";s:7:" * path";r:1;s:7:" * line";i:171;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:18:"RAXSDK_SOFT_REBOOT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:6:"'soft'";s:8:" * fqsen";s:19:"\RAXSDK_SOFT_REBOOT";s:7:" * name";s:18:"RAXSDK_SOFT_REBOOT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:18:"Readable constants";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:176;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:18:"RAXSDK_HARD_REBOOT";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:6:"'hard'";s:8:" * fqsen";s:19:"\RAXSDK_HARD_REBOOT";s:7:" * name";s:18:"RAXSDK_HARD_REBOOT";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:177;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:14:"RAXSDK_DETAILS";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:4:"TRUE";s:8:" * fqsen";s:15:"\RAXSDK_DETAILS";s:7:" * name";s:14:"RAXSDK_DETAILS";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:178;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:29:"RAXSDK_MAX_CONTAINER_NAME_LEN";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:3:"256";s:8:" * fqsen";s:30:"\RAXSDK_MAX_CONTAINER_NAME_LEN";s:7:" * name";s:29:"RAXSDK_MAX_CONTAINER_NAME_LEN";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:179;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:10:"RAX_PUBLIC";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:38:"'00000000-0000-0000-0000-000000000000'";s:8:" * fqsen";s:11:"\RAX_PUBLIC";s:7:" * name";s:10:"RAX_PUBLIC";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:38:"UUID of the Rackspace 'public' network";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:184;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:11:"RAX_PRIVATE";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:38:"'11111111-1111-1111-1111-111111111111'";s:8:" * fqsen";s:12:"\RAX_PRIVATE";s:7:" * name";s:11:"RAX_PRIVATE";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:39:"UUID of the Rackspace 'private' network";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:188;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:12:"RAXSDK_DEBUG";O:43:"phpDocumentor\Descriptor\ConstantDescriptor":13:{s:9:" * parent";N;s:8:" * types";N;s:8:" * value";s:5:"false";s:8:" * fqsen";s:13:"\RAXSDK_DEBUG";s:7:" * name";s:12:"RAXSDK_DEBUG";s:12:" * namespace";s:1:"\";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:191;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}}}s:12:" * functions";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:5:{s:21:"__raxsdk_timezone_set";O:43:"phpDocumentor\Descriptor\FunctionDescriptor":11:{s:12:" * arguments";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:2:{s:6:"$errno";O:43:"phpDocumentor\Descriptor\ArgumentDescriptor":13:{s:8:" * types";a:0:{}s:10:" * default";N;s:14:" * byReference";b:0;s:8:" * fqsen";s:0:"";s:7:" * name";s:6:"$errno";s:12:" * namespace";N;s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";s:0:"";s:7:" * line";i:0;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:7:"$errstr";O:43:"phpDocumentor\Descriptor\ArgumentDescriptor":13:{s:8:" * types";a:0:{}s:10:" * default";N;s:14:" * byReference";b:0;s:8:" * fqsen";s:0:"";s:7:" * name";s:7:"$errstr";s:12:" * namespace";N;s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";s:0:"";s:7:" * line";i:0;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}}}s:8:" * fqsen";s:45:"\OpenCloud\\OpenCloud\__raxsdk_timezone_set()";s:7:" * name";s:21:"__raxsdk_timezone_set";s:12:" * namespace";s:10:"\OpenCloud";s:10:" * package";N;s:10:" * summary";s:113:"This is called if there is an error getting the default timezone;
that means that the default timezone isn't set.";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:199;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:2:{s:5:"param";a:0:{}s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:14:"define_gettext";O:43:"phpDocumentor\Descriptor\FunctionDescriptor":11:{s:12:" * arguments";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:8:" * fqsen";s:38:"\OpenCloud\\OpenCloud\define_gettext()";s:7:" * name";s:14:"define_gettext";s:12:" * namespace";s:10:"\OpenCloud";s:10:" * package";N;s:10:" * summary";s:188:"\OpenCloud\Common\Lang::translate() - this function should be used to wrap all static strings. In the future,
this may provide us with a hook for providing different language
translations.";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:216;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:9:"translate";O:43:"phpDocumentor\Descriptor\FunctionDescriptor":11:{s:12:" * arguments";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:4:"$str";O:43:"phpDocumentor\Descriptor\ArgumentDescriptor":13:{s:8:" * types";a:0:{}s:10:" * default";N;s:14:" * byReference";b:0;s:8:" * fqsen";s:0:"";s:7:" * name";s:4:"$str";s:12:" * namespace";N;s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";s:0:"";s:7:" * line";i:0;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}}}s:8:" * fqsen";s:33:"\OpenCloud\\OpenCloud\translate()";s:7:" * name";s:9:"translate";s:12:" * namespace";s:10:"\OpenCloud";s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:217;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:2:{s:5:"param";a:0:{}s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{i:0;O:40:"phpDocumentor\Descriptor\Validator\Error":4:{s:11:" * severity";s:5:"error";s:7:" * code";s:13:"PPC:ERR-50011";s:7:" * line";i:217;s:10:" * context";a:1:{i:0;s:33:"\OpenCloud\\OpenCloud\translate()";}}}}}s:7:"noslash";O:43:"phpDocumentor\Descriptor\FunctionDescriptor":11:{s:12:" * arguments";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:4:"$str";O:43:"phpDocumentor\Descriptor\ArgumentDescriptor":13:{s:8:" * types";a:0:{}s:10:" * default";N;s:14:" * byReference";b:0;s:8:" * fqsen";s:0:"";s:7:" * name";s:4:"$str";s:12:" * namespace";N;s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";s:0:"";s:7:" * line";i:0;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}}}s:8:" * fqsen";s:31:"\OpenCloud\\OpenCloud\noslash()";s:7:" * name";s:7:"noslash";s:12:" * namespace";s:10:"\OpenCloud";s:10:" * package";N;s:10:" * summary";s:44:"removes trailing slash(es) from a URL string";s:14:" * description";s:113:"Mainly, this is just for appearance's sake. I really hate to see
URLs like .../servers//address, for some reason.";s:7:" * path";r:1;s:7:" * line";i:231;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:2:{s:5:"param";a:0:{}s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}s:8:"setDebug";O:43:"phpDocumentor\Descriptor\FunctionDescriptor":11:{s:12:" * arguments";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{s:6:"$state";O:43:"phpDocumentor\Descriptor\ArgumentDescriptor":13:{s:8:" * types";a:0:{}s:10:" * default";s:4:"TRUE";s:14:" * byReference";b:0;s:8:" * fqsen";s:0:"";s:7:" * name";s:6:"$state";s:12:" * namespace";N;s:10:" * package";N;s:10:" * summary";s:0:"";s:14:" * description";s:0:"";s:7:" * path";s:0:"";s:7:" * line";i:0;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}}}s:8:" * fqsen";s:32:"\OpenCloud\\OpenCloud\setDebug()";s:7:" * name";s:8:"setDebug";s:12:" * namespace";s:10:"\OpenCloud";s:10:" * package";N;s:10:" * summary";s:25:"Turns debugging on or off";s:14:" * description";s:0:"";s:7:" * path";r:1;s:7:" * line";i:240;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:2:{s:5:"param";a:0:{}s:8:"internal";N;}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}}}s:10:" * classes";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:13:" * interfaces";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:9:" * traits";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:10:" * markers";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}s:8:" * fqsen";s:0:"";s:7:" * name";s:11:"Globals.php";s:12:" * namespace";N;s:10:" * package";s:12:"phpOpenCloud";s:10:" * summary";s:38:"Defines global constants and functions";s:14:" * description";s:0:"";s:7:" * path";s:21:"OpenCloud/Globals.php";s:7:" * line";i:0;s:7:" * tags";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:4:{s:9:"copyright";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{i:0;O:38:"phpDocumentor\Descriptor\TagDescriptor":2:{s:7:" * name";s:9:"copyright";s:14:" * description";s:71:"2012-2013 Rackspace Hosting, Inc.
See COPYING for licensing information";}}}s:7:"package";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{i:0;O:38:"phpDocumentor\Descriptor\TagDescriptor":2:{s:7:" * name";s:7:"package";s:14:" * description";s:12:"phpOpenCloud";}}}s:7:"version";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{i:0;O:38:"phpDocumentor\Descriptor\TagDescriptor":2:{s:7:" * name";s:7:"version";s:14:" * description";s:0:"";}}}s:6:"author";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:1:{i:0;O:45:"phpDocumentor\Descriptor\Tag\AuthorDescriptor":2:{s:7:" * name";s:6:"author";s:14:" * description";s:43:"Glen Campbell <glen.campbell@rackspace.com>";}}}}}s:9:" * errors";O:35:"phpDocumentor\Descriptor\Collection":1:{s:8:" * items";a:0:{}}}