MCPcopy Create free account

hub / github.com/ccoenraets/backbone-cellar / types & classes

Types & classes41 in github.com/ccoenraets/backbone-cellar

ClassBackboneCellarAndroidActivity
tutorial/mobile/android/BackboneCellarAndroid/src/org/coenraets/cellar/BackboneCellarAndroidActivity.java:8
ClassR
tutorial/mobile/android/BackboneCellarAndroid/gen/org/coenraets/cellar/R.java:10
ClassSlim
* Slim * * @package Slim * @author Josh Lockhart <info@joshlockhart.com> * @since Version 1.0 */
tutorial/api/Slim/Slim.php:71
ClassSlim
* Slim * * @package Slim * @author Josh Lockhart <info@joshlockhart.com> * @since Version 1.0 */
bootstrap/api/Slim/Slim.php:71
ClassSlim_Exception_Pass
* Pass Exception * * This Exception will cause the Router::dispatch method * to skip the current matching route and continue to the next * matchin
tutorial/api/Slim/Exception/Pass.php:45
ClassSlim_Exception_Pass
* Pass Exception * * This Exception will cause the Router::dispatch method * to skip the current matching route and continue to the next * matchin
bootstrap/api/Slim/Exception/Pass.php:45
ClassSlim_Exception_RequestSlash
* Request Slash Exception * * This Exception is thrown when Slim detects a matching route * (defined with a trailing slash) and the HTTP request *
tutorial/api/Slim/Exception/RequestSlash.php:46
ClassSlim_Exception_RequestSlash
* Request Slash Exception * * This Exception is thrown when Slim detects a matching route * (defined with a trailing slash) and the HTTP request *
bootstrap/api/Slim/Exception/RequestSlash.php:46
ClassSlim_Exception_Stop
* Stop Exception * * This Exception is thrown when the Slim application needs to abort * processing and return control flow to the outer PHP script
tutorial/api/Slim/Exception/Stop.php:43
ClassSlim_Exception_Stop
* Stop Exception * * This Exception is thrown when the Slim application needs to abort * processing and return control flow to the outer PHP script
bootstrap/api/Slim/Exception/Stop.php:43
ClassSlim_Http_Cookie
* Cookie * * Object-oriented representation of a Cookie to be sent in an HTTP response * * @package Slim * @author Josh Lockhart <info@joshlockh
tutorial/api/Slim/Http/Cookie.php:42
ClassSlim_Http_Cookie
* Cookie * * Object-oriented representation of a Cookie to be sent in an HTTP response * * @package Slim * @author Josh Lockhart <info@joshlockh
bootstrap/api/Slim/Http/Cookie.php:42
ClassSlim_Http_CookieJar
* Cooke Jar * * Used to manage signed, encrypted Cookies. Provides: * * - Cookie integrity and authenticity with HMAC * - Confidentiality with sy
tutorial/api/Slim/Http/CookieJar.php:54
ClassSlim_Http_CookieJar
* Cooke Jar * * Used to manage signed, encrypted Cookies. Provides: * * - Cookie integrity and authenticity with HMAC * - Confidentiality with sy
bootstrap/api/Slim/Http/CookieJar.php:54
ClassSlim_Http_Request
* Request * * Object-oriented representation of an HTTP request. This class * is responsible for parsing the raw HTTP request into a format * usab
tutorial/api/Slim/Http/Request.php:48
ClassSlim_Http_Request
* Request * * Object-oriented representation of an HTTP request. This class * is responsible for parsing the raw HTTP request into a format * usab
bootstrap/api/Slim/Http/Request.php:48
ClassSlim_Http_Response
* Response * * Object-oriented representation of an HTTP response that is * returned to the client. This class is responsible for: * * - HTTP res
tutorial/api/Slim/Http/Response.php:49
ClassSlim_Http_Response
* Response * * Object-oriented representation of an HTTP response that is * returned to the client. This class is responsible for: * * - HTTP res
bootstrap/api/Slim/Http/Response.php:49
ClassSlim_Http_Uri
* Uri * * Parses base uri and application uri from Request. * * @package Slim * @author Josh Lockhart <info@joshlockhart.com> * @since Versio
tutorial/api/Slim/Http/Uri.php:42
ClassSlim_Http_Uri
* Uri * * Parses base uri and application uri from Request. * * @package Slim * @author Josh Lockhart <info@joshlockhart.com> * @since Versio
bootstrap/api/Slim/Http/Uri.php:42
ClassSlim_Log
* Log Adapter * * This is an adapter for your own custom Logger. This adapter assumes * your custom Logger provides the following public instance m
tutorial/api/Slim/Log.php:53
ClassSlim_Log
* Log Adapter * * This is an adapter for your own custom Logger. This adapter assumes * your custom Logger provides the following public instance m
bootstrap/api/Slim/Log.php:53
ClassSlim_Logger
* Logger * * A simple Logger that writes to a daily-unique log file in * a user-specified directory. By default, this class will write log * messa
tutorial/api/Slim/Logger.php:45
ClassSlim_Logger
* Logger * * A simple Logger that writes to a daily-unique log file in * a user-specified directory. By default, this class will write log * messa
bootstrap/api/Slim/Logger.php:45
ClassSlim_Route
* Route * * @package Slim * @author Josh Lockhart <info@joshlockhart.com> * @since Version 1.0 */
tutorial/api/Slim/Route.php:40
ClassSlim_Route
* Route * * @package Slim * @author Josh Lockhart <info@joshlockhart.com> * @since Version 1.0 */
bootstrap/api/Slim/Route.php:40
ClassSlim_Router
* Router * * Responsible for registering route paths with associated callables. * When a Slim application is run, the Router finds a matching Route
tutorial/api/Slim/Router.php:45
ClassSlim_Router
* Router * * Responsible for registering route paths with associated callables. * When a Slim application is run, the Router finds a matching Route
bootstrap/api/Slim/Router.php:45
ClassSlim_Session_Flash
* Flash Messaging * * This class enables Flash messaging. Messages are persisted in $_SESSION * with a user-defined key. * * USAGE: * * 1. Set
tutorial/api/Slim/Session/Flash.php:57
ClassSlim_Session_Flash
* Flash Messaging * * This class enables Flash messaging. Messages are persisted in $_SESSION * with a user-defined key. * * USAGE: * * 1. Set
bootstrap/api/Slim/Session/Flash.php:57
ClassSlim_Session_Handler
* Abstract Session Handler * * This abstract class should be extended by each concrete * session handler. This class defines the contractual class
tutorial/api/Slim/Session/Handler.php:44
ClassSlim_Session_Handler
* Abstract Session Handler * * This abstract class should be extended by each concrete * session handler. This class defines the contractual class
bootstrap/api/Slim/Session/Handler.php:44
ClassSlim_Session_Handler_Cookies
* Session Cookie Handler * * This class is used as an adapter for PHP's $_SESSION handling. * Session data will be written to and read from signed,
tutorial/api/Slim/Session/Handler/Cookies.php:45
ClassSlim_Session_Handler_Cookies
* Session Cookie Handler * * This class is used as an adapter for PHP's $_SESSION handling. * Session data will be written to and read from signed,
bootstrap/api/Slim/Session/Handler/Cookies.php:45
ClassSlim_View
* Slim View * * The View is responsible for rendering and/or displaying a template. * It is recommended that you subclass View and re-implement the
tutorial/api/Slim/View.php:46
ClassSlim_View
* Slim View * * The View is responsible for rendering and/or displaying a template. * It is recommended that you subclass View and re-implement the
bootstrap/api/Slim/View.php:46
Classattr
tutorial/mobile/android/BackboneCellarAndroid/gen/org/coenraets/cellar/R.java:11
Classdrawable
tutorial/mobile/android/BackboneCellarAndroid/gen/org/coenraets/cellar/R.java:13
Classlayout
tutorial/mobile/android/BackboneCellarAndroid/gen/org/coenraets/cellar/R.java:16
Classstring
tutorial/mobile/android/BackboneCellarAndroid/gen/org/coenraets/cellar/R.java:19
Classxml
tutorial/mobile/android/BackboneCellarAndroid/gen/org/coenraets/cellar/R.java:23