Home
last modified time | relevance | path

Searched refs:public_key_expires (Results 1 – 18 of 18) sorted by relevance

/dports/www/moodle310/moodle/mnet/
H A Denvironment.php14 var $public_key_expires = 0; variable in mnet_environment
45 $hostobject->public_key_expires = 0;
76 if ($this->public_key_expires > time()) {
92 $this->keypair['expires'] = $this->public_key_expires;
129 $this->public_key_expires = $details['validTo_time_t'];
148 …'New public key has been generated. It expires ' . date('Y/m/d h:i:s', $this->public_key_expires));
H A Dpeer.php29 var $public_key_expires = 0; variable in mnet_peer
102 $this->public_key_expires = $this->check_common_name($this->public_key);
105 if ($this->public_key_expires == false) {
196 $obj->public_key_expires = $this->public_key_expires;
292 $this->public_key_expires = $hostinfo->public_key_expires;
/dports/www/moodle311/moodle/mnet/
H A Denvironment.php14 var $public_key_expires = 0; variable in mnet_environment
45 $hostobject->public_key_expires = 0;
76 if ($this->public_key_expires > time()) {
92 $this->keypair['expires'] = $this->public_key_expires;
129 $this->public_key_expires = $details['validTo_time_t'];
148 …'New public key has been generated. It expires ' . date('Y/m/d h:i:s', $this->public_key_expires));
H A Dpeer.php29 var $public_key_expires = 0; variable in mnet_peer
102 $this->public_key_expires = $this->check_common_name($this->public_key);
105 if ($this->public_key_expires == false) {
196 $obj->public_key_expires = $this->public_key_expires;
292 $this->public_key_expires = $hostinfo->public_key_expires;
/dports/www/moodle39/moodle/mnet/
H A Denvironment.php14 var $public_key_expires = 0; variable in mnet_environment
45 $hostobject->public_key_expires = 0;
76 if ($this->public_key_expires > time()) {
92 $this->keypair['expires'] = $this->public_key_expires;
129 $this->public_key_expires = $details['validTo_time_t'];
148 …'New public key has been generated. It expires ' . date('Y/m/d h:i:s', $this->public_key_expires));
H A Dpeer.php29 var $public_key_expires = 0; variable in mnet_peer
102 $this->public_key_expires = $this->check_common_name($this->public_key);
105 if ($this->public_key_expires == false) {
196 $obj->public_key_expires = $this->public_key_expires;
292 $this->public_key_expires = $hostinfo->public_key_expires;
/dports/www/moodle310/moodle/admin/mnet/
H A Dindex.php99 <td><?php echo userdate($mnet->public_key_expires); ?></td>
H A Dpeers.php170 $mnet_peer->public_key_expires = $credentials['validTo_time_t'];
/dports/www/moodle311/moodle/admin/mnet/
H A Dindex.php99 <td><?php echo userdate($mnet->public_key_expires); ?></td>
H A Dpeers.php170 $mnet_peer->public_key_expires = $credentials['validTo_time_t'];
/dports/www/moodle39/moodle/admin/mnet/
H A Dindex.php99 <td><?php echo userdate($mnet->public_key_expires); ?></td>
H A Dpeers.php170 $mnet_peer->public_key_expires = $credentials['validTo_time_t'];
/dports/www/moodle311/moodle/lib/db/
H A Dinstall.php189 $mnetallhosts->public_key_expires = 0;
/dports/www/moodle310/moodle/lib/db/
H A Dinstall.php189 $mnetallhosts->public_key_expires = 0;
/dports/www/moodle39/moodle/lib/db/
H A Dinstall.php189 $mnetallhosts->public_key_expires = 0;
/dports/www/moodle39/moodle/mnet/xmlrpc/
H A Dclient.php284 $record->public_key_expires = $details['validTo_time_t'];
/dports/www/moodle311/moodle/mnet/xmlrpc/
H A Dclient.php284 $record->public_key_expires = $details['validTo_time_t'];
/dports/www/moodle310/moodle/mnet/xmlrpc/
H A Dclient.php284 $record->public_key_expires = $details['validTo_time_t'];