Lines Matching refs:handle
157 * @param string $handle
160 function getAssociationFilename($server_url, $handle) argument
177 if ($handle) {
178 $handle_hash = Auth_OpenID_FileStore::_safe64($handle);
205 $association->handle);
245 * @param string|null $handle
248 function getAssociation($server_url, $handle = null) argument
255 if ($handle === null) {
256 $handle = '';
261 $filename = $this->getAssociationFilename($server_url, $handle);
263 if ($handle) {
366 * @param string $handle
369 function removeAssociation($server_url, $handle) argument
376 $assoc = $this->getAssociation($server_url, $handle);
380 $filename = $this->getAssociationFilename($server_url, $handle);
514 if ($handle = opendir($dir)) {
515 while (false !== ($item = readdir($handle))) {
530 closedir($handle);
586 $handle = opendir($dir);
588 while (false !== ($filename = readdir($handle))) {