=x      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijk l m n o p q r s t u v w None24MxClass for Google API request.Perform a request.Google API project ID, see  $https://code.google.com/apis/console.OAuth 2.0 access token.$Convert a string to an access token.Construct a Google API request./Construct a project-related Google API request. ,Prepare a string for inclusion in a request.  Prepare a name/key for a header.yPrepare a value for a header. Append headers to a request. Append a body to a request. Append a query to a request.zITakes an idempotent IO action that includes a network request. Catches {vs and tries a gain a certain number of times. The second argument is a callback to invoke every time a retry occurs.Takes a list of *seconds* to wait between retries. A null list means no retries, an infinite list will retry indefinitely. The user can choose whatever temporal pattern they desire (e.g. exponential backoff).9Once the retry list runs out, the last attempt may throw {' exceptions that escape this function.x The request.:The action returning the result of performing the request.The conduit HTTP manager. The request.:The action returning the result of performing the request. The string.The OAuth 2.0 access token.The OAuth 2.0 access token. The Google API name and version.The HTTP method."The host and path for the request.The HTTP request.The project ID.The OAuth 2.0 access token. The Google API name and version.The HTTP method."The host and path for the request.The HTTP request.  The string.^The prepared string. TODO: In principle, we should UTF-8 encode the bytestrings packed below.  The name.\The prepared name. TODO: In principle, we should UTF-8 encode the bytestrings packed below.y The value.]The prepared value. TODO: In principle, we should UTF-8 encode the bytestrings packed below. ,The (name/key, value) pairs for the headers. The request.(The request with the additional headers. The data for the body. The request.#The request with the body appended. The query keys and values. The request.$The request with the query appended.z|}~     x y z|}~NoneSMS authentication token.Google password.Google e-mail address.List the bookmarks, see  4http://www.mmartins.com/mmartins/googlebookmarksapi/.The Google e-mail address.The Google password.The SMS authentication token.1The action returning the bookmarks in XML format.None  Bookshelf ID.The host for API access.The API version used here.List the bookshelves, see  Ihttps://developers.google.com/books/docs/v1/using#RetrievingMyBookshelves.List the bookshelf IDs, see  Ihttps://developers.google.com/books/docs/v1/using#RetrievingMyBookshelves.List the books, see  Nhttps://developers.google.com/books/docs/v1/using#RetrievingMyBookshelfVolumes.List the books in a shelf, see  Nhttps://developers.google.com/books/docs/v1/using#RetrievingMyBookshelfVolumes.List the books in a shelf, see  Nhttps://developers.google.com/books/docs/v1/using#RetrievingMyBookshelfVolumes.*Find the total number of items in a shelf.,Find the items in a list of books' metadata.&Make an HTTP request for Google Books. The OAuth 2.0 access token.>The action returning the bookshelves' metadata in JSON format.The OAuth 2.0 access token.+The action returning list of bookshelf IDs.The OAuth 2.0 access token.The bookshelf IDs.8The action returning the books' metadata in JSON format.The OAuth 2.0 access token.The bookshelf ID.8The action returning the books' metadata in JSON format.The OAuth 2.0 access token.The bookshelf ID.(The start index in the list of metadata.8The action returning the books' metadata in JSON format.The books' metadata.'The total number of books in the shelf.The books' metadataThe books in the metadata.The OAuth 2.0 access token.The bookshelf ID.The starting index The request. None0-Designed to mirror the types listed here: Chttps://developers.google.com/fusiontables/docs/v1/reference/column!ID for a specific fusion table ' An incomplete representation of Khttps://developers.google.com/fusiontables/docs/v1/reference/table#resourceThe host for API access.The API version used here.,CCreate an (exportable) table with a given name and list of columns.-OCreate a new column in a given table. Returns the metadata for the new column..,List all tables belonging to a user. See  Ghttps://developers.google.com/fusiontables/docs/v1/reference/table/list.;Construct a simple Haskell representation of the result of ../1List the columns within a specific table. See  Hhttps://developers.google.com/fusiontables/docs/v1/reference/column/list.Parse the output of /.0Insert one or more rows into a table. Rows are represented as lists of strings. The columns being written are passed in as a separate list. The length of all rows must match eachother and must match the list of column names.NOTE: this method has a major limitation. SQL queries are encoded into the URL, and it is very easy to exceed the maximum URL length accepted by Google APIs.1Implement a larger quantity of rows, but with the caveat that the number and order of columns must exactly match the schema of the fusion table on the server. 1G will perform a listing of the columns to verify this before uploading.fThis function also checks that the server reports receiving the same number of rows as were uploaded.NOTE: also use this function for LONG rows, even if there is only one. Really, you should almost always use this function rather thna 0.4?Run a supported SQL query to retrieve data from a fusion table.+ !"#$%&'()*+,-.The OAuth 2.0 access token./The OAuth 2.0 access token. which table0Which columns to write.Rows 1Which columns to write.Rows 2Table IDThe SQL expression following SELECTOptional expression to follow WHERE3Table IDThe SQL expression following SELECTOptional expression to follow WHERE4Table IDComplete SQL expression.  !"#$%&'()*+,-./01234 !'()*+"#$%& ,-./01234 !"#$%&'()*+,-./01234None5An OAuth 2.0 scope.6OAuth 2.0 tokens.8The access token.9The refresh token.:5The number of seconds until the access token expires.;The token type.An OAuth 2.0 code.>The client ID.?The client secret.@*The OAuth 2.0 scopes for Google APIs, see  .https://developers.google.com/oauthplayground/.3The redirect URI for an installed application, see  Rhttps://developers.google.com/accounts/docs/OAuth2InstalledApp#choosingredirecturi.A9Form a URL for authorizing an installed application, see  Lhttps://developers.google.com/accounts/docs/OAuth2InstalledApp#formingtheurl.B/Exchange an authorization code for tokens, see  Rhttps://developers.google.com/accounts/docs/OAuth2InstalledApp#handlingtheresponse.(Refresh OAuth 2.0 tokens from JSON data.CRefresh OAuth 2.0 tokens, see  Fhttps://developers.google.com/accounts/docs/OAuth2InstalledApp#refresh.%Peform OAuth 2.0 authentication, see  Rhttps://developers.google.com/accounts/docs/OAuth2InstalledApp#handlingtheresponse.DValidate OAuth 2.0 tokens, see  Ghttps://developers.google.com/accounts/docs/OAuth2Login#validatingtoken.EvProvide a hassle-free way to retrieve and refresh tokens from a users home directory, OR ask the user for permission.The first time it is called, this may open a web-browser, and/or request the user enter data on the command line. Subsequently, invocations on the same machine should not communicate with the user.If the tokens do not expire until more than 15 minutes in the future, this procedure will skip the refresh step. Whether or not it refreshes should be immaterial to the clients subsequent actions, because all clients should handle authentication errors (and all 5xx errors) and call 9 as necessary.56789:;<=>?@+List of names and the corresponding scopes.AThe OAuth 2.0 client.&The OAuth 2.0 scopes to be authorized.The URL for authorization.BThe OAuth 2.0 client.The authorization code.$The action for obtaining the tokens.The original tokens, if any.The JSON value.The refreshed tokens.C The client. The tokens.!The action to refresh the tokens. The client.The grant type.The>The action returing the JSON response from making the request.D The tokens.5The number of seconds until the access token expires.E)The client is the "key" for token lookup.56789:;<=>?@ABCDE<=>?56789:;@ABCDE 56789:;<=>?@ABCDENone FPicasa album ID.GPicasa user ID.The host for API access.The API version used here.HDefault Picasa user IDIList the albums, see  Vhttps://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol#ListAlbums..Extract the album IDs from the list of albums.JList the photos in albums, see  [https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol#ListAlbumPhotos.!List the photos in an album, see  [https://developers.google.com/picasa-web/docs/2.0/developers_guide_protocol#ListAlbumPhotos.'Make an HTTP request for a Picasa feed. FGHIThe OAuth 2.0 access token.The user ID for the photos.7The action returning the albums metadata in XML format.'The root element of the list of albums.The list of album IDs.JThe OAuth 2.0 access token.The user ID for the photos.3The album ID for the photos, or all photos if null.6The action returning the photo metadata in XML format.The OAuth 2.0 access token.The user ID for the photos.The album ID for the photos.0The action returning the contacts in XML format.The OAuth 2.0 access token.The user ID for the photos.The album ID for the photos. The request.FGHIJGHFIJ FGHIJNoneK0An MD5 checksum represented in base 64 encoding.L2An MD5 checksum represented as a character string.MMD5 checksum information.NCompute an MD5 checksum.O4Convert an MD5 digest into a base-64-encoded string.P!The MD5 info for an empty string.KLMN The data. The MD5 sum.OThe MD5 digest.%The MD5 checksum in base 64 encoding.PKLMNOPMLKNOPKLMNOPNone!Q MIME type.RAccess control.YA key name for an object.ZA bucket name.The host name for API access.The API version used here.Make a host name.URL-encode a path.[^List all of the buckets in a specified project. This performs the "GET Service" request, see  Ghttps://developers.google.com/storage/docs/reference-methods#getservice.\^List all of the buckets in a specified project. This performs the "GET Service" request, see  Ghttps://developers.google.com/storage/docs/reference-methods#getservice.^List all of the buckets in a specified project. This performs the "GET Service" request, see  Ghttps://developers.google.com/storage/docs/reference-methods#getservice.]VCreates a bucket in a specified project. This performs the "PUT Bucket" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#putbucket.^VCreates a bucket in a specified project. This performs the "PUT Bucket" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#putbucket.VCreates a bucket in a specified project. This performs the "PUT Bucket" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#putbucket._ULists the objects that are in a bucket. This performs the "GET Bucket" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#getbucket.`ULists the objects that are in a bucket. This performs the "GET Bucket" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#getbucket.ULists the objects that are in a bucket. This performs the "GET Bucket" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#getbucket.ULists the objects that are in a bucket. This performs the "GET Bucket" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#getbucket.aIDeletes an empty bucket. This performs the "DELETE Bucket" request, see  Ihttps://developers.google.com/storage/docs/reference-methods#deletebucket.bIDeletes an empty bucket. This performs the "DELETE Bucket" request, see  Ihttps://developers.google.com/storage/docs/reference-methods#deletebucket.IDeletes an empty bucket. This performs the "DELETE Bucket" request, see  Ihttps://developers.google.com/storage/docs/reference-methods#deletebucket.cBDownloads an object. This performs the "GET Object" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#getobject.dBDownloads an object. This performs the "GET Object" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#getobject.BDownloads an object. This performs the "GET Object" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#getobject.e@Uploads an object. This performs the "PUT Object" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#putobject.f@Uploads an object. This performs the "PUT Object" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#putobject.@Uploads an object. This performs the "PUT Object" request, see  Fhttps://developers.google.com/storage/docs/reference-methods#putobject.gLLists metadata for an object. This performs the "HEAD Object" request, see  Ghttps://developers.google.com/storage/docs/reference-methods#headobject.hLLists metadata for an object. This performs the "HEAD Object" request, see  Ghttps://developers.google.com/storage/docs/reference-methods#headobject.LLists metadata for an object. This performs the "HEAD Object" request, see  Ghttps://developers.google.com/storage/docs/reference-methods#headobject.iCDeletes an object. This performs the "DELETE Object" request, see  Ihttps://developers.google.com/storage/docs/reference-methods#deleteobject.jCDeletes an object. This performs the "DELETE Object" request, see  Ihttps://developers.google.com/storage/docs/reference-methods#deleteobject.CDeletes an object. This performs the "DELETE Object" request, see  Ihttps://developers.google.com/storage/docs/reference-methods#deleteobject.*QRSTUVWXYZ The bucket.The host for the bucket.The unencoded path.The URL-encoded path. TODO: Review whether the sequence of UTF-8 encoding and URL encoding is correct. This works correctly with tests of exotic unicode sequences, however.[The project ID.The OAuth 2.0 access token.?The action returning the XML with the metadata for the buckets.\ The conduit HTTP manager to use.The project ID.The OAuth 2.0 access token.?The action returning the XML with the metadata for the buckets.(The function for performing the request.The project ID.The OAuth 2.0 access token.?The action returning the XML with the metadata for the buckets.]The project ID.The pre-defined access control. The bucket.The OAuth 2.0 access token.<The action to put the object and return the response header.^ The conduit HTTP manager to use.The project ID.The pre-defined access control. The bucket.The OAuth 2.0 access token.<The action to put the object and return the response header.(The function for performing the request.The project ID.The pre-defined access control. The bucket.The OAuth 2.0 access token.?The action to create the bucket and return the response header._The project ID. The bucket.The OAuth 2.0 access token.?The action returning the XML with the metadata for the objects.` The conduit HTTP manager to use.The project ID. The bucket.The OAuth 2.0 access token.?The action returning the XML with the metadata for the objects.(The function for performing the request.The project ID. The bucket.The OAuth 2.0 access token.?The action returning the XML with the metadata for the objects.(The function for performing the request.The key to start listing at.The project ID. The bucket.The OAuth 2.0 access token.?The action returning the XML with the metadata for the objects.aThe project ID. The bucket.The OAuth 2.0 access token.?The action to delete the bucket and return the response header.b The conduit HTTP manager to use.The project ID. The bucket.The OAuth 2.0 access token.?The action to delete the bucket and return the response header.(The function for performing the request.The project ID. The bucket.The OAuth 2.0 access token.?The action to delete the bucket and return the response header.cThe project ID. The bucket.The object's key.The OAuth 2.0 access token. The action returning the object.d The conduit HTTP manager to use.The project ID. The bucket.The object's key.The OAuth 2.0 access token. The action returning the object.#The function performing the action.The project ID. The bucket.The object's key.The OAuth 2.0 access token. The action returning the object.e The project ID.The pre-defined access control. The bucket.The object's key.The object's MIME type.The object's data.The MD5 checksum.The OAuth 2.0 access token.<The action to put the object and return the response header.f  The conduit HTTP manager to use.The project ID.The pre-defined access control. The bucket.The object's key.The object's MIME type.The object's data.The MD5 checksum.The OAuth 2.0 access token. <The action to put the object and return the response header. (The function for performing the request.The project ID.The pre-defined access control. The bucket.The object's key.The object's MIME type.The object's data.The MD5 checksum.The OAuth 2.0 access token. <The action to put the object and return the response header.gThe project ID. The bucket.The object's key.The OAuth 2.0 access token.+The action returning the object's metadata.h The conduit HTTP manager to use.The project ID. The bucket.The object's key.The OAuth 2.0 access token.+The action returning the object's metadata.(The function for performing the request.The project ID. The bucket.The object's key.The OAuth 2.0 access token.+The action returning the object's metadata.iThe project ID. The bucket.The object's key.The OAuth 2.0 access token.?The action to delete the object and return the response header.j The conduit HTTP manager to use.The project ID. The bucket.The object's key.The OAuth 2.0 access token.?The action to delete the object and return the response header.(The function for performing the request.The project ID. The bucket.The object's key.The OAuth 2.0 access token.?The action to delete the object and return the response header.QRSTUVWXYZ[\]^_`abcdefghijZYRXWVUTSQ[\]^_`abcdefghij$QRXWVUTSYZ[\]^_`abcdefghij  Safe-InferredkA recipient for encryption.l Decrypt text.m Encrypt text.nDecrypt binary data.oEncrypt binary data.Consume the input stream.klThe encrypted text.The plain text.mThe recipients for encryption.The plain text.The encrypted text.nThe encrypted data.The plain data.oThe recipients for encryption.The plain data.The encrypted data.The function to write the data.The handle for the destination.The source data.[The action returning the thread ID of the process consuming the input and writing the data.klmnoklnmoklmno NoneThe host for API access.The API version used here.pList the contacts, see  Nhttps://developers.google.com/google-apps/contacts/v3/#retrieving_all_contacts.*Make an HTTP request to list the contacts.qExtract the GnuPG/PGP text in the "Notes" fields of a contact list. Extracts are re-encrypted if recipients for the re-encrypted list are specified.*Extract the GnuPG/PGP from a contact list.pThe OAuth 2.0 access token.0The action returning the contacts in XML format.The OAuth 2.0 access token. The request.q-The recipients to re-encrypt the extracts to.The contact list.HThe action return the decrypted and then possibly re-encrypted extracts.The contact list.@The contacts in (title, organization, GnuPG/PGP extract) format.pqpqpq Noner$Downloads an object and decrypts it.s$Downloads an object and decrypts it.$Downloads an object and decrypts it.t Encrypt an object and upload it.rThe project ID. The bucket.The object's key.The OAuth 2.0 access token. The action returning the object.s The conduit HTTP manager to use.The project ID. The bucket.The object's key.The OAuth 2.0 access token. The action returning the object.Function for getting an object.The project ID. The bucket.The object's key.The OAuth 2.0 access token. The action returning the object.t :The recipients for GnuPG encryption of the uploaded files.The project ID.The pre-defined access control. The bucket.The object's key.The object's MIME type.The object's data.The MD5 checksum.The OAuth 2.0 access token. <The action to put the object and return the response header.u  The conduit HTTP manager to use.:The recipients for GnuPG encryption of the uploaded files.The project ID.The pre-defined access control. The bucket.The object's key.The object's MIME type.The object's data.The MD5 checksum. The OAuth 2.0 access token. <The action to put the object and return the response header. Function for putting an object.:The recipients for GnuPG encryption of the uploaded files.The project ID.The pre-defined access control. The bucket.The object's key.The object's MIME type.The object's data.The MD5 checksum. The OAuth 2.0 access token. <The action to put the object and return the response header.rstutursrstu NoneObject metadata.The object's key.The object's MD5 sum.The object's size, in bytes.The object's modification time.4An expiration time and the tokens which expire then.MA function for determining whether to exclude an object from synchronization.0A function for deleting an object from a bucket./A function for putting an object into a bucket. A function for listing a bucket.vCA regular expression used for excluding files from synchronization.w@Synchronize a filesystem directory with a Google Storage bucket.>Check whether a token has expired and refresh it if necessary.NMake a function to exclude objects based on regular expressions for filenames.@Synchronize a filesystem directory with a Google Storage bucket.lDelete the first occurrence of items in the second list from the first list, assuming both lists are sorted.Put a list of objects.Delete a list of objects.Exception handler.,Parse XML metadata into object descriptions.*Gather file metadata from the file system.*Gather file metadata from the file system.The object's metadata.3Whether to exclude the object from synchronization.The object's key.The OAuth 2.0 access token.<The action to put the object and return the response header.The object's key.The object's MIME type.The object's data.The MD5 checksum.The OAuth 2.0 access token.<The action to put the object and return the response header.The OAuth 2.0 access token.?The action returning the XML with the metadata for the objects.vw The Google project ID.The pre-defined access control.The bucket name.!The OAuth 2.0 client information.The OAuth 2.0 tokens.!The directory to be synchronized.:The recipients for GnuPG encryption of the uploaded files.FThe regular expressions used for excluding files from synchronization.\Whether to write a file ".md5sum" of MD5 sums of synchronized files into the root directory. YWhether to delete keys from the bucket that do not correspond to files on the filesystem. &The IO action for the synchronization.!The OAuth 2.0 client information.The token and its expiration.2The action to update the token and its expiration.The regular expressions.#The function for excluding objects. The bucket listing function.The object putting function.The object deletion function.!The OAuth 2.0 client information.The OAuth 2.0 tokens.!The directory to be synchronized.2Whether to use ETags in comparing object metadata.1The local file system objects to be synchronized.\Whether to write a file ".md5sum" of MD5 sums of synchronized files into the root directory. YWhether to delete keys from the bucket that do not correspond to files on the filesystem. &The IO action for the synchronization.The equality function.,The first list, which must have been sorted.-The second list, which must have been sorted.=The items in the first list not appearing in the second list.!The OAuth 2.0 client information.The token and its expiration.!The directory to be synchronized.The object putting function.%Description of the objects to be put.2The action to update the token and its expiration.!The OAuth 2.0 client information.The token and its expiration.The object deletion function.)Description of the objects to be deleted.2The action to update the token and its expiration.The exception.An empty action.The XML metadata.The object descriptions.Whether to compute MD5 sums.!The directory to be synchronized.#Action returning file descriptions.Whether to compute MD5 sums.!The directory to be synchronized.3The subdirectories still remaining to be described.#Action returning file descriptions.vwvwvw   !"#$$%&'()*+,-./001234456789:;<=>?@ABBCDEFGGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrst u v w x y z { | } ~           handa-gdata-0.7 Crypto.MD5Network.GoogleNetwork.Google.BookmarksNetwork.Google.BooksNetwork.Google.FusionTablesNetwork.Google.OAuth2Network.Google.PicasaNetwork.Google.Storage Crypto.GnuPGNetwork.Google.Contacts Network.Google.Storage.EncryptedNetwork.Google.Storage.SyncpureMD5-2.1.2.1Data.Digest.Pure.MD5md5 MD5Digest doRequestdoManagedRequest ProjectId AccessToken toAccessToken makeRequestmakeProjectRequestmakeRequestValuemakeHeaderName appendHeaders appendBody appendQuerySmsTokenPasswordEMail listBookmarksShelfIdlistBookshelves listBooksColDatacolNamevaluesFTValue DoubleValue StringValueCellTypeDATETIMELOCATIONSTRINGNUMBERTableIdColumnMetadata col_columnIdcol_namecol_type TableMetadatatab_name tab_tableId tab_columns createTable createColumn listTables listColumns insertRowsbulkImportRowsgetData tableSelect tableSQLQuery OAuth2Scope OAuth2Tokens accessToken refreshToken expiresIn tokenType OAuth2ClientclientId clientSecret googleScopesformUrl exchangeCode refreshTokensvalidateTokensgetCachedTokensAlbumIdUserId defaultUser listAlbums listPhotos MD5Base64 MD5StringMD5Info md5Base64 md5ToBase64md5EmptyMIMEType StorageAclBucketOwnerFullControlBucketOwnerReadAuthenicatedReadPublicReadWrite PublicReadPrivateKeyName BucketName getServicegetServiceUsingManager putBucketputBucketUsingManager getBucketgetBucketUsingManager deleteBucketdeleteBucketUsingManager getObjectgetObjectUsingManager putObjectputObjectUsingManager headObjectheadObjectUsingManager deleteObjectdeleteObjectUsingManager Recipientdecryptencrypt decryptLbs encryptLbs listContactsextractGnuPGNotesgetEncryptedObjectgetEncryptedObjectUsingManagerputEncryptedObjectputEncryptedObjectUsingManagerRegexExclusionsync DoRequestmakeHeaderValueretryIORequesthttp-client-0.4.5Network.HTTP.Client.Types HttpException$fDoRequestJSValue$fDoRequestElement $fDoRequest() $fDoRequest[]$fDoRequest[]0$fDoRequestByteStringaccountsPostRequest listingUrl extractValue booksHostbooksApilistBookshelfIdslistShelfBookslistShelfBooks' totalItemsitems booksRequestfusiontableHostfusiontableApi parseTables parseColumnsFTString parseTable parseColumnsqlQuery filterRows$fOutColumnMetadata$fOutTableMetadata OAuth2Code redirectUri decodeTokensdoOAuth2 picasaHost picasaApiextractAlbumIdslistAlbumPhotospicasaFeedRequest storageHost storageApimakeHostmakePathgetServiceImpl putBucketImpl getBucketImplgetBucketImpl'deleteBucketImpl getObjectImpl putObjectImplheadObjectImpldeleteObjectImpl postObject$fReadStorageAcl$fShowStorageAcl consumeInput contactsHost contactsApilistContactsRequestextractGnuPGNotes'getEncryptedObjectImplputEncryptedObjectImplObjectMetadatakeyeTagsize lastModified TokenClockExcluderDeleterPutterListercheckExpiration makeExcludersync'deleteFirstsBy' walkPutter walkDeleterhandler parseMetadatawalkDirectorieswalkDirectories'$fEqObjectMetadata$fOrdObjectMetadata