Home
last modified time | relevance | path

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

/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-log/src/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Log/Writer/
H A DSyslog.php50 protected static $lastApplication; variable in Zend\\Log\\Writer\\Syslog
159 static::$lastApplication = $this->appName;
241 if ($this->appName !== static::$lastApplication
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-log/src/Writer/
H A DSyslog.php49 protected static $lastApplication; variable in Laminas\\Log\\Writer\\Syslog
158 static::$lastApplication = $this->appName;
240 if ($this->appName !== static::$lastApplication
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/autostart/
H A Dautostartmodel.cpp235 int lastApplication = -1; in addApplication() local
240 ++lastApplication; in addApplication()
244 const int index = lastApplication + 1; in addApplication()