Home
last modified time | relevance | path

Searched refs:_controllerPath (Results 1 – 15 of 15) sorted by relevance

/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/
H A DCWebModule.php44 private $_controllerPath; variable in CWebModule
87 if($this->_controllerPath!==null)
88 return $this->_controllerPath;
90 return $this->_controllerPath=$this->getBasePath().DIRECTORY_SEPARATOR.'controllers';
99 if(($this->_controllerPath=realpath($value))===false || !is_dir($this->_controllerPath))
H A DCWebApplication.php97 private $_controllerPath; variable in CWebApplication
449 if($this->_controllerPath!==null)
450 return $this->_controllerPath;
452 return $this->_controllerPath=$this->getBasePath().DIRECTORY_SEPARATOR.'controllers';
461 if(($this->_controllerPath=realpath($value))===false || !is_dir($this->_controllerPath))
/dports/www/limesurvey/limesurvey/framework/web/
H A DCWebModule.php58 private $_controllerPath; variable in CWebModule
102 if($this->_controllerPath!==null)
103 return $this->_controllerPath;
105 return $this->_controllerPath=$this->getBasePath().DIRECTORY_SEPARATOR.'controllers';
114 if(($this->_controllerPath=realpath($value))===false || !is_dir($this->_controllerPath))
H A DCWebApplication.php118 private $_controllerPath; variable in CWebApplication
409 if($this->_controllerPath!==null)
410 return $this->_controllerPath;
412 return $this->_controllerPath=$this->getBasePath().DIRECTORY_SEPARATOR.'controllers';
421 if(($this->_controllerPath=realpath($value))===false || !is_dir($this->_controllerPath))
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/
H A DManager.cpp272 string const& _controllerPath, in AddDriver() argument
281 if( _controllerPath == (*pit)->GetControllerPath() ) in AddDriver()
291 if( _controllerPath == rit->second->GetControllerPath() ) in AddDriver()
298 Driver* driver = new Driver( _controllerPath, _interface ); in AddDriver()
302 Log::Write( LogLevel_Info, "mgr, Added driver for controller %s", _controllerPath.c_str() ); in AddDriver()
312 string const& _controllerPath in RemoveDriver() argument
318 if( _controllerPath == (*pit)->GetControllerPath() ) in RemoveDriver()
322 … Log::Write( LogLevel_Info, "mgr, Driver for controller %s removed", _controllerPath.c_str() ); in RemoveDriver()
330 if( _controllerPath == rit->second->GetControllerPath() ) in RemoveDriver()
348 … Log::Write( LogLevel_Info, "mgr, Driver for controller %s removed", _controllerPath.c_str() ); in RemoveDriver()
[all …]
H A DManager.h236 …bool AddDriver( string const& _controllerPath, Driver::ControllerInterface const& _interface = Dri…
248 bool RemoveDriver( string const& _controllerPath );
H A DDriver.h97 Driver( string const& _controllerPath, ControllerInterface const& _interface );
H A DDriver.cpp142 string const& _controllerPath, in Driver() argument
153 m_controllerPath( _controllerPath ), in Driver()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/
H A DManager.cpp317 bool Manager::AddDriver(string const& _controllerPath, Driver::ControllerInterface const& _interfac… in AddDriver() argument
324 if (_controllerPath == (*pit)->GetControllerPath()) in AddDriver()
334 if (_controllerPath == rit->second->GetControllerPath()) in AddDriver()
341 Driver* driver = new Driver(_controllerPath, _interface); in AddDriver()
345 Log::Write(LogLevel_Info, "mgr, Added driver for controller %s", _controllerPath.c_str()); in AddDriver()
353 bool Manager::RemoveDriver(string const& _controllerPath) in RemoveDriver() argument
358 if (_controllerPath == (*pit)->GetControllerPath()) in RemoveDriver()
362 Log::Write(LogLevel_Info, "mgr, Driver for controller %s removed", _controllerPath.c_str()); in RemoveDriver()
370 if (_controllerPath == rit->second->GetControllerPath()) in RemoveDriver()
388 Log::Write(LogLevel_Info, "mgr, Driver for controller %s removed", _controllerPath.c_str()); in RemoveDriver()
[all …]
H A DManager.h241 …bool AddDriver(string const& _controllerPath, Driver::ControllerInterface const& _interface = Driv…
253 bool RemoveDriver(string const& _controllerPath);
H A DDriver.h125 Driver(string const& _controllerPath, ControllerInterface const& _interface);
H A DDriver.cpp116 Driver::Driver(string const& _controllerPath, ControllerInterface const& _interface) : in Driver() argument
117 …d("timer")), m_controllerInterfaceType(_interface), m_controllerPath(_controllerPath), m_controlle… in Driver()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Console/Command/Task/
H A DControllerTask.php305 $controllerPath = $this->_controllerPath($controllerName);
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/
H A Dyiilite.php1417 private $_controllerPath; variable in CWebApplication
1623 if($this->_controllerPath!==null)
1624 return $this->_controllerPath;
1626 return $this->_controllerPath=$this->getBasePath().DIRECTORY_SEPARATOR.'controllers';
1630 if(($this->_controllerPath=realpath($value))===false || !is_dir($this->_controllerPath))
/dports/www/limesurvey/limesurvey/framework/
H A Dyiilite.php1703 private $_controllerPath; variable in CWebApplication
1882 if($this->_controllerPath!==null)
1883 return $this->_controllerPath;
1885 return $this->_controllerPath=$this->getBasePath().DIRECTORY_SEPARATOR.'controllers';
1889 if(($this->_controllerPath=realpath($value))===false || !is_dir($this->_controllerPath))