Home
last modified time | relevance | path

Searched refs:CComponent (Results 1 – 25 of 136) sorted by relevance

123456

/dports/www/limesurvey/limesurvey/framework/base/
H A DCBehavior.php14 * @property CComponent $owner The owner component that this behavior is attached to.
20 class CBehavior extends CComponent implements IBehavior
45 * @param CComponent $owner the component that this behavior is to be attached to.
60 * @param CComponent $owner the component that this behavior is to be detached from.
71 * @return CComponent the owner component that this behavior is attached to.
H A Dinterfaces.php511 * @param CComponent $component the component that this behavior is to be attached to.
516 * @param CComponent $component the component that this behavior is to be detached from.
H A DCApplicationComponent.php26 abstract class CApplicationComponent extends CComponent implements IApplicationComponent
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/base/
H A DCBehavior.php18 class CBehavior extends CComponent implements IBehavior
41 * @param CComponent the component that this behavior is to be attached to.
55 * @param CComponent the component that this behavior is to be detached from.
65 * @return CComponent the owner component that this behavior is attached to.
H A Dinterfaces.php519 * @param CComponent the component that this behavior is to be attached to.
524 * @param CComponent the component that this behavior is to be detached from.
H A DCApplicationComponent.php25 abstract class CApplicationComponent extends CComponent implements IApplicationComponent
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/i18n/gettext/
H A DCGettextFile.php19 abstract class CGettextFile extends CComponent
/dports/www/limesurvey/limesurvey/framework/i18n/gettext/
H A DCGettextFile.php18 abstract class CGettextFile extends CComponent
/dports/x11-toolkits/p5-Prima/Prima-1.63/src/
H A DComponent.c65 CComponent( var-> owner)-> message( var-> owner, &ev); in Component_setup()
96 CComponent( var-> owner)-> message( var-> owner, &ev); in Component_cleanup()
134 CComponent( var-> owner)-> detach( var-> owner, self, false); in Component_done()
189 if ( object && kind_of( object, CComponent)) { in Component_attach()
266 CComponent( oldOwner)-> message( oldOwner, &ev); in Component_set()
280 CComponent( owner)-> message( owner, &ev); in Component_set()
464 if ( !objectHandle || !kind_of( objectHandle, CComponent)) in Component_is_owner()
560 if (((( PObject) x)-> stage > csNormal) || !kind_of( x, CComponent)) in Component_validate_owner()
1100 if (( mate == NULL_HANDLE) || !kind_of( mate, CComponent)) continue; in Component_delegations()
/dports/www/limesurvey/limesurvey/framework/logging/
H A DCChainedLogFilter.php18 class CChainedLogFilter extends CComponent implements ILogFilter
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/db/schema/
H A DCDbExpression.php29 class CDbExpression extends CComponent
H A DCDbTableSchema.php31 class CDbTableSchema extends CComponent
/dports/www/limesurvey/limesurvey/framework/db/schema/
H A DCDbExpression.php27 class CDbExpression extends CComponent
H A DCDbTableSchema.php32 class CDbTableSchema extends CComponent
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/caching/dependencies/
H A DCCacheDependency.php23 class CCacheDependency extends CComponent implements ICacheDependency
H A DCChainedCacheDependency.php26 class CChainedCacheDependency extends CComponent implements ICacheDependency
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/
H A DCHttpCookie.php19 class CHttpCookie extends CComponent
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/filters/
H A DCFilter.php26 class CFilter extends CComponent implements IFilter
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/actions/
H A DCAction.php27 abstract class CAction extends CComponent implements IAction
/dports/www/limesurvey/limesurvey/framework/web/filters/
H A DCFilter.php25 class CFilter extends CComponent implements IFilter
/dports/www/limesurvey/limesurvey/framework/gii/components/
H A DTextDiff.php10 class TextDiff extends CComponent
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/gii/components/
H A DTextDiff.php10 class TextDiff extends CComponent
/dports/www/limesurvey/limesurvey/framework/web/
H A DCHttpCookie.php18 class CHttpCookie extends CComponent
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/auth/
H A DCBaseUserIdentity.php27 abstract class CBaseUserIdentity extends CComponent implements IUserIdentity
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/logging/
H A DCLogRoute.php32 abstract class CLogRoute extends CComponent

123456