Searched refs:authorId (Results 1 – 4 of 4) sorted by relevance
/plugin/botbouncer/lib/ |
H A D | mollom.php | 227 * @param string[optional] $authorId 229 … = null, $authorUrl = null, $authorEmail = null, $authorOpenId = null, $authorId = null, $ips = ar… argument 232 …thorUrl === null && $authorEmail === null && $authorOpenId === null && $authorId === null) throw n… 246 if($authorId != null) $parameters['author_id'] = (string) $authorId;
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 12216 …var comment/*:RawComment*/ = ({ author: y.authorId && authors[y.authorId] || "sheetjsghost", ref: … 12259 o.push('<comment ref="' + d[0] + '" authorId="' + iauthor.indexOf(escapexml(c.a)) + '"><text>'); 12265 o.push('<comment ref="' + d[0] + '" authorId="' + lastauthor + '"><text>');
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.map | 1 …de_range","author","parse_comments_xml","authors","commentList","trim","authorId","sheetRows","tex…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 9126 authorId: 0
|