Home
last modified time | relevance | path

Searched refs:CWebApplication (Results 1 – 16 of 16) sorted by relevance

/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/base/
H A DCErrorHandler.php128 if($app instanceof CWebApplication)
188 if($app instanceof CWebApplication)
257 Yii::app() instanceof CWebApplication ? Yii::app()->getSystemViewPath() : null,
/dports/www/limesurvey/limesurvey/framework/base/
H A DCErrorHandler.php171 if($app instanceof CWebApplication)
255 if($app instanceof CWebApplication)
391 Yii::app() instanceof CWebApplication ? Yii::app()->getSystemViewPath() : null,
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/logging/
H A DCWebLogRoute.php50 if(!($app instanceof CWebApplication) || $app->getRequest()->getIsAjaxRequest())
H A DCProfileLogRoute.php79 if(!($app instanceof CWebApplication) || $app->getRequest()->getIsAjaxRequest())
/dports/www/limesurvey/limesurvey/framework/logging/
H A DCWebLogRoute.php79 elseif(!($app instanceof CWebApplication) || $isAjax || $isFlash)
H A DCProfileLogRoute.php80 if(!($app instanceof CWebApplication) || $app->getRequest()->getIsAjaxRequest())
/dports/www/limesurvey/limesurvey/application/core/
H A DLSYii_Application.php35 class LSYii_Application extends CWebApplication
376 if(!Yii::app() instanceof CWebApplication) {
/dports/www/limesurvey/limesurvey/framework/
H A DYiiBase.php101 * @return CWebApplication
375 elseif(self::$_app instanceof CWebApplication)
H A Dyiilite.php201 elseif(self::$_app instanceof CWebApplication)
1696 class CWebApplication extends CApplication class
/dports/www/limesurvey/limesurvey/framework/web/
H A DCWebApplication.php58 class CWebApplication extends CApplication class
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/
H A DCWebApplication.php44 class CWebApplication extends CApplication class
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/
H A DYiiBase.php302 else if(self::$_app instanceof CWebApplication)
H A Dyiilite.php168 else if(self::$_app instanceof CWebApplication)
1411 class CWebApplication extends CApplication class
/dports/www/thundersnarf/thundersnarf/protected/extensions/yiidebugtb/
H A DXWebDebugRouter.php460 if(!($app instanceof CWebApplication) || $app->getRequest()->getIsAjaxRequest()) return;
/dports/www/limesurvey/limesurvey/application/helpers/expressions/
H A Dem_core_helper.php84 if (Yii::app() instanceof CWebApplication && Yii::app()->session['adminlang']) {
/dports/www/thundersnarf/thundersnarf/protected/yii114/
H A DCHANGELOG681 - New: Added beforeControllerAction and afterControllerAction to CWebApplication and CWebModule (Qi…