Home
last modified time | relevance | path

Searched refs:persistentConnection (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Cache/Backend/
H A DRedisBackend.php82 protected $persistentConnection = false; variable in TYPO3\\CMS\\Core\\Cache\\Backend\\RedisBackend
157 if ($this->persistentConnection) {
184 * @param bool $persistentConnection
186 public function setPersistentConnection($persistentConnection) argument
188 $this->persistentConnection = $persistentConnection;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Cache/Backend/
H A DRedisBackend.php83 protected $persistentConnection = false; variable in TYPO3\\CMS\\Core\\Cache\\Backend\\RedisBackend
158 if ($this->persistentConnection) {
185 * @param bool $persistentConnection
187 public function setPersistentConnection($persistentConnection) argument
189 $this->persistentConnection = $persistentConnection;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Cache/Backend/
H A DRedisBackend.php83 protected $persistentConnection = false; variable in TYPO3\\CMS\\Core\\Cache\\Backend\\RedisBackend
158 if ($this->persistentConnection) {
185 * @param bool $persistentConnection
187 public function setPersistentConnection($persistentConnection) argument
189 $this->persistentConnection = $persistentConnection;
/dports/net/nusoap/nusoap-0.9.5/lib/
H A Dclass.soapclient.php48 var $persistentConnection = false; variable in nusoap_client
421 if($this->persistentConnection == true && is_object($this->persistentConnection)){
422 $http =& $this->persistentConnection;
425 if ($this->persistentConnection) {
661 $this->persistentConnection = true;
735 $proxy->persistentConnection = &$this->persistentConnection;
H A Dclass.soap_transport_http.php34 var $persistentConnection = false; variable in soap_transport_http
201 if($this->persistentConnection && isset($this->fp) && is_resource($this->fp)){
302 if ($this->persistentConnection) {
308 $this->persistentConnection = false;
558 $this->persistentConnection = false;
937 (! $this->persistentConnection) || feof($this->fp)){
1187 $this->persistentConnection = true;
H A Dnusoap.php2188 var $persistentConnection = false; variable in soap_transport_http
2456 if ($this->persistentConnection) {
2462 $this->persistentConnection = false;
2712 $this->persistentConnection = false;
3341 $this->persistentConnection = true;
7205 var $persistentConnection = false; variable in nusoap_client
7578 if($this->persistentConnection == true && is_object($this->persistentConnection)){
7579 $http =& $this->persistentConnection;
7582 if ($this->persistentConnection) {
7818 $this->persistentConnection = true;
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/nusoap/lib/
H A Dclass.soapclient.php47 var $persistentConnection = false; variable in nusoap_client
420 if($this->persistentConnection == true && is_object($this->persistentConnection)){
421 $http =& $this->persistentConnection;
424 if ($this->persistentConnection) {
660 $this->persistentConnection = true;
734 $proxy->persistentConnection = &$this->persistentConnection;
H A Dclass.soap_transport_http.php33 var $persistentConnection = false; variable in soap_transport_http
200 if($this->persistentConnection && isset($this->fp) && is_resource($this->fp)){
301 if ($this->persistentConnection) {
307 $this->persistentConnection = false;
557 $this->persistentConnection = false;
936 (! $this->persistentConnection) || feof($this->fp)){
1186 $this->persistentConnection = true;
H A Dnusoap.php2184 var $persistentConnection = false; variable in soap_transport_http
2452 if ($this->persistentConnection) {
2458 $this->persistentConnection = false;
2708 $this->persistentConnection = false;
3337 $this->persistentConnection = true;
7204 var $persistentConnection = false; variable in nusoap_client
7577 if($this->persistentConnection == true && is_object($this->persistentConnection)){
7578 $http =& $this->persistentConnection;
7581 if ($this->persistentConnection) {
7817 $this->persistentConnection = true;
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/nusoap/lib/
H A Dclass.soapclient.php47 var $persistentConnection = false; variable in nusoap_client
420 if($this->persistentConnection == true && is_object($this->persistentConnection)){
421 $http =& $this->persistentConnection;
424 if ($this->persistentConnection) {
660 $this->persistentConnection = true;
734 $proxy->persistentConnection = &$this->persistentConnection;
H A Dclass.soap_transport_http.php33 var $persistentConnection = false; variable in soap_transport_http
200 if($this->persistentConnection && isset($this->fp) && is_resource($this->fp)){
301 if ($this->persistentConnection) {
307 $this->persistentConnection = false;
557 $this->persistentConnection = false;
936 (! $this->persistentConnection) || feof($this->fp)){
1186 $this->persistentConnection = true;
H A Dnusoap.php2184 var $persistentConnection = false; variable in soap_transport_http
2452 if ($this->persistentConnection) {
2458 $this->persistentConnection = false;
2708 $this->persistentConnection = false;
3337 $this->persistentConnection = true;
7204 var $persistentConnection = false; variable in nusoap_client
7577 if($this->persistentConnection == true && is_object($this->persistentConnection)){
7578 $http =& $this->persistentConnection;
7581 if ($this->persistentConnection) {
7817 $this->persistentConnection = true;
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.6/
H A DImportant-79005-ConnectPersistentToRedisFromCacheBackend.rst16 The configuration setting is named `persistentConnection`. It is an optional boolean option.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.6/
H A DImportant-79005-ConnectPersistentToRedisFromCacheBackend.rst16 The configuration setting is named `persistentConnection`. It is an optional boolean option.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.6/
H A DImportant-79005-ConnectPersistentToRedisFromCacheBackend.rst16 The configuration setting is named `persistentConnection`. It is an optional boolean option.
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst53 SYS/no_pconnect DB/Connections/Default/persistentConnection
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst53 SYS/no_pconnect DB/Connections/Default/persistentConnection
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst53 SYS/no_pconnect DB/Connections/Default/persistentConnection
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dsreqresp.c1237 const BOOLEAN persistentConnection, in connectTSP() argument
1315 if( persistentConnection ) in connectTSP()
1351 persistentConnection ? "Persistent " : "" ); in connectTSP()
/dports/www/ilias6/ILIAS-6.14/webservice/soap/lib/
H A Dnusoap.php2154 var $persistentConnection = false; variable in soap_transport_http
2422 if ($this->persistentConnection) {
2428 $this->persistentConnection = false;
2678 $this->persistentConnection = false;
3305 $this->persistentConnection = true;
7097 var $persistentConnection = false; variable in nusoap_client
7461 if($this->persistentConnection == true && is_object($this->persistentConnection)){
7462 $http =& $this->persistentConnection;
7465 if ($this->persistentConnection) {
7697 $this->persistentConnection = true;
[all …]
/dports/www/ilias/ILIAS-5.4.25/webservice/soap/lib/
H A Dnusoap.php2150 var $persistentConnection = false; variable in soap_transport_http
2418 if ($this->persistentConnection) {
2424 $this->persistentConnection = false;
2674 $this->persistentConnection = false;
3301 $this->persistentConnection = true;
7093 var $persistentConnection = false; variable in nusoap_client
7457 if($this->persistentConnection == true && is_object($this->persistentConnection)){
7458 $http =& $this->persistentConnection;
7461 if ($this->persistentConnection) {
7693 $this->persistentConnection = true;
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/soap/nusoap/
H A Dnusoap.php2186 var $persistentConnection = false; variable in soap_transport_http
2452 if ($this->persistentConnection) {
2458 $this->persistentConnection = false;
2708 $this->persistentConnection = false;
3335 $this->persistentConnection = true;
7199 var $persistentConnection = false; variable in nusoap_client
7572 if($this->persistentConnection == true && is_object($this->persistentConnection)){
7573 $http =& $this->persistentConnection;
7576 if ($this->persistentConnection) {
7812 $this->persistentConnection = true;
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DhttpHdrs.h78 bool persistentConnection() const;
/dports/www/ilias/ILIAS-5.4.25/Services/SOAPAuth/include/
H A Dnusoap.php1696 if ($this->persistentConnection) {
1700 $this->persistentConnection = false;
1875 $this->persistentConnection = false;
2144 (! $this->persistentConnection) || feof($this->fp)){
2293 $this->persistentConnection = true;
4987 var $persistentConnection = false; variable in soap_client
5450 $this->persistentConnection = true;
5531 $proxy->persistentConnection = $this->persistentConnection;
/dports/www/ilias6/ILIAS-6.14/Services/SOAPAuth/include/
H A Dnusoap.php1696 if ($this->persistentConnection) {
1700 $this->persistentConnection = false;
1875 $this->persistentConnection = false;
2144 (! $this->persistentConnection) || feof($this->fp)){
2293 $this->persistentConnection = true;
4987 var $persistentConnection = false; variable in soap_client
5450 $this->persistentConnection = true;
5531 $proxy->persistentConnection = $this->persistentConnection;

12