Home
last modified time | relevance | path

Searched refs:_depdb (Results 1 – 4 of 4) sorted by path

/dports/deskutils/egroupware/egroupware/vendor/pear/pear/PEAR/
H A DDependencyDB.php57 var $_depdb = false; variable in PEAR_DependencyDB
127 $this->_depdb = $dir . DIRECTORY_SEPARATOR . '.depdb';
129 $this->_depdb = $depdb;
132 $this->_lockfile = dirname($this->_depdb) . DIRECTORY_SEPARATOR . '.depdblock';
138 if (!file_exists($this->_depdb)) {
139 $dir = $this->_depdb;
154 return is_writeable($this->_depdb);
166 if (!is_file($this->_depdb)) {
549 if (!$fp = fopen($this->_depdb, 'r')) {
556 $data = unserialize(file_get_contents($this->_depdb));
[all …]
/dports/devel/pear/pear-1.10.12/go-pear-bundle/tmp/PEAR-1.10.12/PEAR/
H A DDependencyDB.php57 var $_depdb = false; variable in PEAR_DependencyDB
127 $this->_depdb = $dir . DIRECTORY_SEPARATOR . '.depdb';
129 $this->_depdb = $depdb;
132 $this->_lockfile = dirname($this->_depdb) . DIRECTORY_SEPARATOR . '.depdblock';
138 if (!file_exists($this->_depdb)) {
139 $dir = $this->_depdb;
154 return is_writeable($this->_depdb);
166 if (!is_file($this->_depdb)) {
551 if (!$fp = fopen($this->_depdb, 'r')) {
558 $data = unserialize(file_get_contents($this->_depdb));
[all …]
/dports/security/mailzu/MailZu_0.8RC3/lib/pear/PEAR/
H A DDependencyDB.php63 var $_depdb = false; variable in PEAR_DependencyDB
129 $this->_depdb = $this->_config->get('php_dir', null, 'pear.php.net') .
132 $this->_depdb = $depdb;
140 if (!@file_exists($this->_depdb)) {
141 $dir = $this->_depdb;
154 return @is_writeable($this->_depdb);
166 if (!is_file($this->_depdb)) {
500 if (!$fp = fopen($this->_depdb, 'r')) {
509 $data = unserialize(file_get_contents($this->_depdb));
511 $data = unserialize(fread($fp, filesize($this->_depdb)));
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/pear/pear/PEAR/
H A DDependencyDB.php57 var $_depdb = false; variable in PEAR_DependencyDB
127 $this->_depdb = $dir . DIRECTORY_SEPARATOR . '.depdb';
129 $this->_depdb = $depdb;
132 $this->_lockfile = dirname($this->_depdb) . DIRECTORY_SEPARATOR . '.depdblock';
138 if (!file_exists($this->_depdb)) {
139 $dir = $this->_depdb;
154 return is_writeable($this->_depdb);
166 if (!is_file($this->_depdb)) {
551 if (!$fp = fopen($this->_depdb, 'r')) {
558 $data = unserialize(file_get_contents($this->_depdb));
[all …]