Searched refs:readLibrary (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveClient.js | 982 DriveClient.prototype.getFile = function(id, success, error, readXml, readLibrary) argument 985 readLibrary = (readLibrary != null) ? readLibrary : false; 1028 if (readXml || readLibrary || resp.mimeType == this.libraryMimeType || 1031 this.getXmlFile(resp, success, error, true, readLibrary); 1072 DriveClient.prototype.getXmlFile = function(resp, success, error, ignoreMime, readLibrary) argument 1103 else if (resp.mimeType == this.libraryMimeType || readLibrary) 1105 if (resp.mimeType == this.libraryMimeType && !readLibrary)
|