Home
last modified time | relevance | path

Searched refs:fileComment (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DTarget.php62 public function setFileComment(FileComment $fileComment) argument
64 $this->fileComment = $fileComment;
71 return $this->fileComment;
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.min.js12fileComment.length?h.fileComment:null,unixPermissions:h.unixPermissions,dosPermissions:h.dosPermis…
13 …];if(a){var b=new d(a.value);return 1!==b.readInt(1)?null:g.crc32(this.fileComment)!==b.readInt(4)…
H A Djszip.js581 comment : input.fileComment.length ? input.fileComment : null,
2635 this.fileComment = reader.readString(this.fileCommentLength);
2725 this.fileComment = jszipProto.utf8decode(this.fileComment);
2733 this.fileComment = ucomment;
2777 if (jszipProto.crc32(this.fileComment) !== extraReader.readInt(4)) {
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js13fileComment=a.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3933 this.fileComment = reader.readData(this.fileCommentLength);
4027 this.fileCommentStr = utf8.utf8decode(this.fileComment);
4043 var commentByteArray = utils.transformTo(decodeParamType, this.fileComment);
4088 if (crc32fn(this.fileComment) !== extraReader.readInt(4)) {
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1697fileComment=a.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js54905 this.fileComment = reader.readData(this.fileCommentLength);
55001 this.fileCommentStr = utf8.utf8decode(this.fileComment);
55019 var commentByteArray = utils.transformTo(decodeParamType, this.fileComment);
55065 if (crc32fn(this.fileComment) !== extraReader.readInt(4)) {