Home
last modified time | relevance | path

Searched defs:comment (Results 126 – 133 of 133) sorted by path

123456

/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php27 protected $comment = ''; variable in splitbrain\\PHPArchive\\FileInfo
186 public function setComment($comment) argument
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js119 function _assert(comment, booleanValue, failureMessage) { argument
388 function JsUnitException(comment, message) { argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DSharee.php71 public $comment; variable in Sabre\\DAV\\Xml\\Element\\Sharee
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js679 var generateCentralDirectoryEnd = function (entriesCount, centralDirLength, localDirLength, comment argument
733 function ZipFileWorker(streamFiles, comment, platform, encodeFileName) { argument
981 exports.generateWorker = function (zip, options, comment) { argument
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs12163 comments.forEach(function(comment) { argument
12216 …var comment/*:RawComment*/ = ({ author: y.authorId && authors[y.authorId] || "sheetjsghost", ref: … class in parse_comments_xml.AnonymousFunction701aad5b4d00
12454 data.forEach(function(comment) { argument
12464 data.forEach(function(comment) { argument
18058 function xlml_clean_comment(comment/*:any*/) { argument
18111 var comments/*:Array<Comment>*/ = [], comment/*:Comment*/ = ({}/*:any*/); variable
18338 comment = ({a:tmp.Author}/*:any*/); class
22112 var comments/*:Array<Comment>*/ = [], comment/*:Comment*/ = ({}/*:any*/); variable
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php55 var $comment = ""; variable in File_Archive_Writer_Zip
87 function setComment($comment) { $this->comment = $comment; }
/plugin/zip/pear/MIME/
H A DType.php296 function addParameter($name, $value, $comment = false)
/plugin/zip/pear/MIME/Type/
H A DParameter.php48 var $comment; variable in MIME_Type_Parameter

123456