Home
last modified time | relevance | path

Searched refs:comment (Results 701 – 708 of 708) sorted by path

1...<<212223242526272829

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js789 if (value.comment) {
9225 _this.map.comment.render(xmlStream, comment);
13537 if (comment) {
13538 model.comment = comment;
19210 h[comment.ref] = comment;
26567 this.comment = null;
51241 comment = file.comment,
51722 comment: file.comment || "",
52447 var comment = opts.comment || this.comment || "";
55102 this.comment = options.comment;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js301 exports.comment = null;
498 comment = file.comment,
738 this.zipComment = comment;
998 comment : file.comment || "",
1039 this.comment = null;
1663 comment: null,
1695 var comment = opts.comment || this.comment || "";
4119 this.comment = options.comment;
7472 if (s.gzhead.comment/* != Z_NULL*/) {
7820 this.comment = '';
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs12183 var o/*:Comment*/ = ({a: comment.author, t: comment.t, r: comment.r, T: threaded});
12184 if(comment.h) o.h = comment.h;
12221 comment.r = rt.r;
12292 case '</threadedComment>': if(comment.t != null) out.push(comment); break;
12467 var range = {s:decode_cell(comment[0]),e:decode_cell(comment[0])};
17322 if(y.comment) dname.Comment = y.comment;
17566 if(comment) out.Comment = comment;
18059 comment.t = comment.v || "";
18060 comment.t = comment.t.replace(/\r\n/g,"\n").replace(/\r/g,"\n");
18061 comment.v = comment.w = comment.ixfe = undefined;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …t}\n\t},\n\n\t_getGridWidth: function () {\n\t\t// TODO: refactor/remove/comment some of _getGridW…
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_hr.js.map1 …ation by Davor\n http://docs.dhtmlx.com/gantt/desktop__localization.html#comment-2569116291\n */\n…
/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; } argument
250 strlen($this->comment)).
251 $this->comment
/plugin/zip/pear/MIME/
H A DType.php293 * @param string $comment Comment for this parameter
296 function addParameter($name, $value, $comment = false) argument
301 $tmp->comment = $comment;
/plugin/zip/pear/MIME/Type/
H A DParameter.php48 var $comment; variable in MIME_Type_Parameter
76 $this->comment = $this->getComment($param);
125 $comment = substr($param, $cs);
126 return trim($comment, '() ');
156 if ($this->comment) {
157 $val .= ' ('.$this->comment.')';

1...<<212223242526272829